diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..490f70c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/rdfs-improved/one.ttl diff --git a/rdfs-improved/CGMES-NC/ttl/AssessedElement-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/AssessedElement-AP-Voc-RDFS2020.ttl index cf5f1d9..cb5fb01 100644 --- a/rdfs-improved/CGMES-NC/ttl/AssessedElement-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/AssessedElement-AP-Voc-RDFS2020.ttl @@ -13,156 +13,158 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . ae:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the aseessed element profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "AE" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:a2de1738-214d-4552-b894-5b33cbc34218" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Assessed Element Vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:ConductingEquipment a owl:Class ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile . cim:Contingency a owl:Class ; - rdfs:label "Contingency"@en ; - rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements." ; + rdfs:label "Contingency" ; + rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile . cim:OperationalLimit a owl:Class ; - rdfs:label "OperationalLimit"@en ; + rdfs:label "OperationalLimit" ; rdfs:comment """A value and normal value associated with a specific kind of limit. The sub class value and normalValue attributes vary inversely to the associated OperationalLimitType.acceptableDuration (acceptableDuration for short). -If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration.""" ; +If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration."""@en ; cims:belongsToCategory ae:Package_AssessedElementProfile . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype uml:enumeration . nc:AssessedElement a owl:Class ; - rdfs:label "AssessedElement"@en ; + rdfs:label "AssessedElement" ; rdfs:comment """Assessed element is a network element for which the electrical state is evaluated in the regional or cross-regional process and which value is expected to fulfil regional rules function of the operational security limits. -The measurements and limits are as defined in the steady state hypothesis.""" ; +The measurements and limits are as defined in the steady state hypothesis."""@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:AssessedElementWithContingency a owl:Class ; - rdfs:label "AssessedElementWithContingency"@en ; - rdfs:comment "Combination of an assessed element and a contingency." ; + rdfs:label "AssessedElementWithContingency" ; + rdfs:comment "Combination of an assessed element and a contingency."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC", uml:concrete . nc:AssessedElementWithRemedialAction a owl:Class ; - rdfs:label "AssessedElementWithRemedialAction"@en ; - rdfs:comment "Combination of an assessed element and a remedial action" ; + rdfs:label "AssessedElementWithRemedialAction" ; + rdfs:comment "Combination of an assessed element and a remedial action"@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC", uml:concrete . nc:BiddingZoneBorder a owl:Class ; - rdfs:label "BiddingZoneBorder"@en ; - rdfs:comment "Defines the aggregated connection capacity between two Bidding Zones." ; + rdfs:label "BiddingZoneBorder" ; + rdfs:comment "Defines the aggregated connection capacity between two Bidding Zones."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC" . nc:CriticalElementContingencyKind a owl:Class ; - rdfs:label "CriticalElementContingencyKind"@en ; - rdfs:comment "The kind of critical element contingency." ; + rdfs:label "CriticalElementContingencyKind" ; + rdfs:comment "The kind of critical element contingency."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC", uml:enumeration . nc:CrossBorderRelevance a owl:Class ; - rdfs:label "CrossBorderRelevance"@en ; - rdfs:comment "Combination of an assessed element and a bidding zone border." ; + rdfs:label "CrossBorderRelevance" ; + rdfs:comment "Combination of an assessed element and a bidding zone border."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC", uml:concrete . nc:DCTieCorridor a owl:Class ; - rdfs:label "DCTieCorridor"@en ; - rdfs:comment "A collection of one or more direct current poles that connect two different control areas." ; + rdfs:label "DCTieCorridor" ; + rdfs:comment "A collection of one or more direct current poles that connect two different control areas."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC" . nc:ElementCombinationConstraintKind a owl:Class ; - rdfs:label "ElementCombinationConstraintKind"@en ; - rdfs:comment "Kind of constraint for an element combination." ; + rdfs:label "ElementCombinationConstraintKind" ; + rdfs:comment "Kind of constraint for an element combination."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC", uml:enumeration . nc:OverlappingZone a owl:Class ; - rdfs:label "OverlappingZone"@en ; - rdfs:comment "A collection of all the overlapping cross border assessed elements which have the same sets of impacted and impacting regions." ; + rdfs:label "OverlappingZone" ; + rdfs:comment "A collection of all the overlapping cross border assessed elements which have the same sets of impacted and impacting regions."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC" . nc:PowerTransferCorridor a owl:Class ; - rdfs:label "PowerTransferCorridor"@en ; - rdfs:comment "A power transfer corridor is defined as a set of circuits (transmission lines or transformers) separating two portions of the power system, or a subset of circuits exposed to a substantial portion of the transmission exchange between two parts of the system." ; + rdfs:label "PowerTransferCorridor" ; + rdfs:comment "A power transfer corridor is defined as a set of circuits (transmission lines or transformers) separating two portions of the power system, or a subset of circuits exposed to a substantial portion of the transmission exchange between two parts of the system."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC" . nc:Region a owl:Class ; - rdfs:label "Region"@en ; - rdfs:comment "A region where the system operator belongs to." ; + rdfs:label "Region" ; + rdfs:comment "A region where the system operator belongs to."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC" . nc:RemedialAction a owl:Class ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC" . nc:SecuredExclusionReasonKind a owl:Class ; - rdfs:label "SecuredExclusionReasonKind"@en ; - rdfs:comment "The kind of secured exclusion reason." ; + rdfs:label "SecuredExclusionReasonKind" ; + rdfs:comment "The kind of secured exclusion reason."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC", uml:enumeration . nc:SystemOperator a owl:Class ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "System operator." ; + rdfs:label "SystemOperator" ; + rdfs:comment "System operator."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; cims:stereotype "NC" . nc:AssessedElement.AssessedElementWithContingency a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElementWithContingency"@en ; - rdfs:comment "The contingency and assessed element combination to be simulated for this assessed element." ; + rdfs:label "AssessedElementWithContingency" ; + rdfs:comment "The contingency and assessed element combination to be simulated for this assessed element."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -171,8 +173,8 @@ nc:AssessedElement.AssessedElementWithContingency a owl:ObjectProperty, owl:Inve rdfs:range nc:AssessedElementWithContingency . nc:AssessedElement.AssessedElementWithRemedialAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElementWithRemedialAction"@en ; - rdfs:comment "The assessed element and remedial action combination to be simulated for this assessed element." ; + rdfs:label "AssessedElementWithRemedialAction" ; + rdfs:comment "The assessed element and remedial action combination to be simulated for this assessed element."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -181,8 +183,8 @@ nc:AssessedElement.AssessedElementWithRemedialAction a owl:ObjectProperty, owl:I rdfs:range nc:AssessedElementWithRemedialAction . nc:AssessedElement.AssessedPowerTransferCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedPowerTransferCorridor"@en ; - rdfs:comment "The power transfer corridor that is designated as an assessed element." ; + rdfs:label "AssessedPowerTransferCorridor" ; + rdfs:comment "The power transfer corridor that is designated as an assessed element."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -191,8 +193,8 @@ nc:AssessedElement.AssessedPowerTransferCorridor a owl:ObjectProperty, owl:Funct rdfs:range nc:PowerTransferCorridor . nc:AssessedElement.AssessedSystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedSystemOperator"@en ; - rdfs:comment "A system operator that assesses the element." ; + rdfs:label "AssessedSystemOperator" ; + rdfs:comment "A system operator that assesses the element."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -201,8 +203,8 @@ nc:AssessedElement.AssessedSystemOperator a owl:ObjectProperty, owl:FunctionalPr rdfs:range nc:SystemOperator . nc:AssessedElement.ConductingEquipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The conducting equipment that is designated as an assessed element, i.e. the equipment that is assessed." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The conducting equipment that is designated as an assessed element, i.e. the equipment that is assessed."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -211,8 +213,8 @@ nc:AssessedElement.ConductingEquipment a owl:ObjectProperty, owl:FunctionalPrope rdfs:range cim:ConductingEquipment . nc:AssessedElement.CrossBorderRelevance a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CrossBorderRelevance"@en ; - rdfs:comment "The Bidding zone border for which this assessed element is cross border relevant." ; + rdfs:label "CrossBorderRelevance" ; + rdfs:comment "The Bidding zone border for which this assessed element is cross border relevant."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -221,8 +223,8 @@ nc:AssessedElement.CrossBorderRelevance a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:CrossBorderRelevance . nc:AssessedElement.DCTieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCTieCorridor"@en ; - rdfs:comment "The DC tie corridor that is assessed." ; + rdfs:label "DCTieCorridor" ; + rdfs:comment "The DC tie corridor that is assessed."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -231,8 +233,8 @@ nc:AssessedElement.DCTieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:DCTieCorridor . nc:AssessedElement.NativeRegion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "NativeRegion"@en ; - rdfs:comment "The native region for an assessed element." ; + rdfs:label "NativeRegion" ; + rdfs:comment "The native region for an assessed element."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -241,8 +243,8 @@ nc:AssessedElement.NativeRegion a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Region . nc:AssessedElement.OperationalLimit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OperationalLimit"@en ; - rdfs:comment "The terminal limit that is being assessed against." ; + rdfs:label "OperationalLimit" ; + rdfs:comment "The terminal limit that is being assessed against."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -251,8 +253,8 @@ nc:AssessedElement.OperationalLimit a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:OperationalLimit . nc:AssessedElement.OverlappingZone a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OverlappingZone"@en ; - rdfs:comment "The overlapping zone grouping the overlapping assessed elements." ; + rdfs:label "OverlappingZone" ; + rdfs:comment "The overlapping zone grouping the overlapping assessed elements."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -261,8 +263,8 @@ nc:AssessedElement.OverlappingZone a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:OverlappingZone . nc:AssessedElement.ScannedForRegion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ScannedForRegion"@en ; - rdfs:comment "This is the region in which this assessed element is scanned." ; + rdfs:label "ScannedForRegion" ; + rdfs:comment "This is the region in which this assessed element is scanned."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -271,8 +273,8 @@ nc:AssessedElement.ScannedForRegion a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:Region . nc:AssessedElement.SecuredForRegion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SecuredForRegion"@en ; - rdfs:comment "This is the region where the element is secured." ; + rdfs:label "SecuredForRegion" ; + rdfs:comment "This is the region where the element is secured."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -281,24 +283,24 @@ nc:AssessedElement.SecuredForRegion a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:Region . nc:AssessedElement.criticalElementContingency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "criticalElementContingency"@en ; - rdfs:comment "Indicates the type of the critical element contingency." ; + rdfs:label "criticalElementContingency" ; + rdfs:comment "Indicates the type of the critical element contingency."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range nc:CriticalElementContingencyKind . nc:AssessedElement.exclusionReason a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "exclusionReason"@en ; - rdfs:comment "Reason for not associating this assessed element with a secured region." ; + rdfs:label "exclusionReason" ; + rdfs:comment "Reason for not associating this assessed element with a secured region."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range nc:SecuredExclusionReasonKind . nc:AssessedElementWithContingency.AssessedElement a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "The assessed element defined for this contingency and assessed element combination." ; + rdfs:label "AssessedElement" ; + rdfs:comment "The assessed element defined for this contingency and assessed element combination."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -307,8 +309,8 @@ nc:AssessedElementWithContingency.AssessedElement a owl:ObjectProperty, owl:Func rdfs:range nc:AssessedElement . nc:AssessedElementWithContingency.Contingency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Contingency"@en ; - rdfs:comment "The contingency defined for this contingency and assessed element combination." ; + rdfs:label "Contingency" ; + rdfs:comment "The contingency defined for this contingency and assessed element combination."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -317,16 +319,16 @@ nc:AssessedElementWithContingency.Contingency a owl:ObjectProperty, owl:Function rdfs:range cim:Contingency . nc:AssessedElementWithContingency.combinationConstraintKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "combinationConstraintKind"@en ; - rdfs:comment "Defines the combination constraint of the AssessedElement and Contingency. If included, this assessed element is only assessed for this contingency. Else if excluded, this assessed element should not be assessed for this contingency. Considered shall not be used for this combination." ; + rdfs:label "combinationConstraintKind" ; + rdfs:comment "Defines the combination constraint of the AssessedElement and Contingency. If included, this assessed element is only assessed for this contingency. Else if excluded, this assessed element should not be assessed for this contingency. Considered shall not be used for this combination."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementWithContingency ; rdfs:range nc:ElementCombinationConstraintKind . nc:AssessedElementWithRemedialAction.AssessedElement a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "The assessed element defined for this assessed element and remedial action combination." ; + rdfs:label "AssessedElement" ; + rdfs:comment "The assessed element defined for this assessed element and remedial action combination."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -335,8 +337,8 @@ nc:AssessedElementWithRemedialAction.AssessedElement a owl:ObjectProperty, owl:F rdfs:range nc:AssessedElement . nc:AssessedElementWithRemedialAction.RemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "The remedial action defined for this assessed element and remedial action combination." ; + rdfs:label "RemedialAction" ; + rdfs:comment "The remedial action defined for this assessed element and remedial action combination."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -345,16 +347,16 @@ nc:AssessedElementWithRemedialAction.RemedialAction a owl:ObjectProperty, owl:Fu rdfs:range nc:RemedialAction . nc:AssessedElementWithRemedialAction.combinationConstraintKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "combinationConstraintKind"@en ; - rdfs:comment "Defines the combination constraint of the AssessedElement and Remedial Action. If included, this remedial action is only assessed for this assessed element. Else if excluded, this remedial action should not be used for this assessed element. Else if considered, this remedial action can be considered for this assessed element." ; + rdfs:label "combinationConstraintKind" ; + rdfs:comment "Defines the combination constraint of the AssessedElement and Remedial Action. If included, this remedial action is only assessed for this assessed element. Else if excluded, this remedial action should not be used for this assessed element. Else if considered, this remedial action can be considered for this assessed element."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementWithRemedialAction ; rdfs:range nc:ElementCombinationConstraintKind . nc:BiddingZoneBorder.CrossBorderRelevance a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CrossBorderRelevance"@en ; - rdfs:comment "Cross border relevant combination for this bidding zone border." ; + rdfs:label "CrossBorderRelevance" ; + rdfs:comment "Cross border relevant combination for this bidding zone border."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -363,8 +365,8 @@ nc:BiddingZoneBorder.CrossBorderRelevance a owl:ObjectProperty, owl:InverseFunct rdfs:range nc:CrossBorderRelevance . nc:ConductingEquipment.AssessedElement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "The assessed element indicating that the conducting equipment is assessed, i.e. monitored." ; + rdfs:label "AssessedElement" ; + rdfs:comment "The assessed element indicating that the conducting equipment is assessed, i.e. monitored."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -373,8 +375,8 @@ nc:ConductingEquipment.AssessedElement a owl:ObjectProperty, owl:InverseFunction rdfs:range nc:AssessedElement . nc:Contingency.AssessedElementWithContingency a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElementWithContingency"@en ; - rdfs:comment "The contingency and assessed element combination to be simulated for this contingency." ; + rdfs:label "AssessedElementWithContingency" ; + rdfs:comment "The contingency and assessed element combination to be simulated for this contingency."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -383,8 +385,8 @@ nc:Contingency.AssessedElementWithContingency a owl:ObjectProperty, owl:InverseF rdfs:range nc:AssessedElementWithContingency . nc:CrossBorderRelevance.AssessedElement a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "Assessed element which is cross border relevant." ; + rdfs:label "AssessedElement" ; + rdfs:comment "Assessed element which is cross border relevant."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -393,8 +395,8 @@ nc:CrossBorderRelevance.AssessedElement a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:AssessedElement . nc:CrossBorderRelevance.BiddingZoneBorder a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BiddingZoneBorder"@en ; - rdfs:comment "Bidding zone border relevant for this combination." ; + rdfs:label "BiddingZoneBorder" ; + rdfs:comment "Bidding zone border relevant for this combination."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -403,8 +405,8 @@ nc:CrossBorderRelevance.BiddingZoneBorder a owl:ObjectProperty, owl:FunctionalPr rdfs:range nc:BiddingZoneBorder . nc:DCTieCorridor.AssessedElement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "The assessed element indicating that the DC tie corridor is assessed, i.e. monitored." ; + rdfs:label "AssessedElement" ; + rdfs:comment "The assessed element indicating that the DC tie corridor is assessed, i.e. monitored."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -413,8 +415,8 @@ nc:DCTieCorridor.AssessedElement a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:AssessedElement . nc:OperationalLimit.AssessedElement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "The assessed element indicating which operational limit is assessed." ; + rdfs:label "AssessedElement" ; + rdfs:comment "The assessed element indicating which operational limit is assessed."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -423,9 +425,9 @@ nc:OperationalLimit.AssessedElement a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range nc:AssessedElement . nc:OverlappingZone.OverlappingAssessedElement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OverlappingAssessedElement"@en ; + rdfs:label "OverlappingAssessedElement" ; rdfs:comment """The overlapping assessed element on which the physical flows are significantly impacted by -electricity exchanges in two or more regions or by remedial actions from two or more regions.""" ; +electricity exchanges in two or more regions or by remedial actions from two or more regions."""@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -434,8 +436,8 @@ electricity exchanges in two or more regions or by remedial actions from two or rdfs:range nc:AssessedElement . nc:PowerTransferCorridor.AssessedElement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "The assessed element indicating that the power transfer corridor is assessed, i.e. monitored." ; + rdfs:label "AssessedElement" ; + rdfs:comment "The assessed element indicating that the power transfer corridor is assessed, i.e. monitored."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -444,8 +446,8 @@ nc:PowerTransferCorridor.AssessedElement a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:AssessedElement . nc:Region.NativeAssessedElement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "NativeAssessedElement"@en ; - rdfs:comment "The native assessed element for a native region." ; + rdfs:label "NativeAssessedElement" ; + rdfs:comment "The native assessed element for a native region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -454,8 +456,8 @@ nc:Region.NativeAssessedElement a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range nc:AssessedElement . nc:Region.ScannedAssessedElement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ScannedAssessedElement"@en ; - rdfs:comment "These are the scanned assessed elements for a region." ; + rdfs:label "ScannedAssessedElement" ; + rdfs:comment "These are the scanned assessed elements for a region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -464,8 +466,8 @@ nc:Region.ScannedAssessedElement a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:AssessedElement . nc:Region.SecuredAssessedElement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SecuredAssessedElement"@en ; - rdfs:comment "The assessed element secured for this region." ; + rdfs:label "SecuredAssessedElement" ; + rdfs:comment "The assessed element secured for this region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -474,8 +476,8 @@ nc:Region.SecuredAssessedElement a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:AssessedElement . nc:RemedialAction.AssessedElementWithRemedialAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElementWithRemedialAction"@en ; - rdfs:comment "The assessed element and remedial action combination to be simulated for this remedial action." ; + rdfs:label "AssessedElementWithRemedialAction" ; + rdfs:comment "The assessed element and remedial action combination to be simulated for this remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -484,8 +486,8 @@ nc:RemedialAction.AssessedElementWithRemedialAction a owl:ObjectProperty, owl:In rdfs:range nc:AssessedElementWithRemedialAction . nc:SystemOperator.AssessedElement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "All relevant network elements on which operational security violations need to be managed in a coordinated way." ; + rdfs:label "AssessedElement" ; + rdfs:comment "All relevant network elements on which operational security violations need to be managed in a coordinated way."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -494,34 +496,34 @@ nc:SystemOperator.AssessedElement a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:AssessedElement . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . nc:AssessedElement.flowReliabilityMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flowReliabilityMargin"@en ; + rdfs:label "flowReliabilityMargin" ; rdfs:comment """Percentage of the maximum flow (margin) reserved to anticipate forecasting errors. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -532,18 +534,18 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElement.inBaseCase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inBaseCase"@en ; + rdfs:label "inBaseCase" ; rdfs:comment """Indicates if the assessed element is scanned in the base case. In case of a base case overload, the assessed element is considered as a limiting element for the optimization process. -True means that the assessed element is scanned in the base case. False means it is not scanned in the base case.""" ; +True means that the assessed element is scanned in the base case. False means it is not scanned in the base case."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:boolean . nc:AssessedElement.insideCapacityMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "insideCapacityMargin"@en ; + rdfs:label "insideCapacityMargin" ; rdfs:comment """Percentage of the maximum flow (margin) from coordinated capacity calculation, i.e. capacity available for cross-zonal trade within the considered coordination area. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -554,25 +556,25 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElement.isCombinableWithContingency a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isCombinableWithContingency"@en ; - rdfs:comment "Defines if the AssessedElement is available to be combined with Contingency. If true, this AssessedElement can be included in various combinations not defined in the data exchange in an explicit way. If false, this assessed element is not to be considered in any combination with remedial actions and contingencies except for the exclusive combination." ; + rdfs:label "isCombinableWithContingency" ; + rdfs:comment "Defines if the AssessedElement is available to be combined with Contingency. If true, this AssessedElement can be included in various combinations not defined in the data exchange in an explicit way. If false, this assessed element is not to be considered in any combination with remedial actions and contingencies except for the exclusive combination."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:boolean . nc:AssessedElement.isCombinableWithRemedialAction a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isCombinableWithRemedialAction"@en ; - rdfs:comment "Defines if the AssessedElement is available to be combined with RemedialAction. If true, this AssessedElement can be included in various combinations not defined in the data exchange in an explicit way. If false, this assessed element is not to be considered in any combination with remedial actions and contingencies except for the exclusive combination." ; + rdfs:label "isCombinableWithRemedialAction" ; + rdfs:comment "Defines if the AssessedElement is available to be combined with RemedialAction. If true, this AssessedElement can be included in various combinations not defined in the data exchange in an explicit way. If false, this assessed element is not to be considered in any combination with remedial actions and contingencies except for the exclusive combination."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:boolean . nc:AssessedElement.maxMarginAdjustment a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxMarginAdjustment"@en ; + rdfs:label "maxMarginAdjustment" ; rdfs:comment """Maximum adjustment, relative to maximum flow allowed for exceeding the maximum flow of this assessed element. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -583,10 +585,10 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElement.normalAppointedMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalAppointedMargin"@en ; + rdfs:label "normalAppointedMargin" ; rdfs:comment """The normal percentage (appointed to a region) of the remaining margin obtained in the grid model to reach its current limit under normal operating conditions. The maximum percentage shall by default be 10% of the remaining margin. It is only used when an assessed element is considered conservative for a region. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -597,8 +599,8 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElement.normalCoordinatedValidationAdjustment a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalCoordinatedValidationAdjustment"@en ; - rdfs:comment "Normal positive value calculated and provided by the Coordinated Capacity Calculator (CCC) for the reduction of Remaining Available Margin (RAM) in order to ensure grid security." ; + rdfs:label "normalCoordinatedValidationAdjustment" ; + rdfs:comment "Normal positive value calculated and provided by the Coordinated Capacity Calculator (CCC) for the reduction of Remaining Available Margin (RAM) in order to ensure grid security."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -609,32 +611,32 @@ nc:AssessedElement.normalCoordinatedValidationAdjustment a owl:DatatypeProperty, rdfs:range xsd:float . nc:AssessedElement.normalCoordinatedValidationAdjustmentJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalCoordinatedValidationAdjustmentJustification"@en ; - rdfs:comment "Normal free text description provided by the coordinated capacity calculator (CCC) for justifying the reduction of Remaining Available Margin (RAM) by means of Coordinated Validation Adjustment (CVA). This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "normalCoordinatedValidationAdjustmentJustification" ; + rdfs:comment "Normal free text description provided by the coordinated capacity calculator (CCC) for justifying the reduction of Remaining Available Margin (RAM) by means of Coordinated Validation Adjustment (CVA). This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:string . nc:AssessedElement.normalCriticalElementContingencyJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalCriticalElementContingencyJustification"@en ; - rdfs:comment "Normal free text describing the justification of critical element contingency categorization (e.g. the use of the kind). This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "normalCriticalElementContingencyJustification" ; + rdfs:comment "Normal free text describing the justification of critical element contingency categorization (e.g. the use of the kind). This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:string . nc:AssessedElement.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "If true, the assessed element shall be considered under normal operating conditions." ; + rdfs:label "normalEnabled" ; + rdfs:comment "If true, the assessed element shall be considered under normal operating conditions."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:boolean . nc:AssessedElement.normalIndividualValidationAdjustment a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalIndividualValidationAdjustment"@en ; - rdfs:comment "Normal positive value calculated and provided by System Operators from their individual validation process for the reduction of Remaining Available Margin (RAM) in order to ensure grid security." ; + rdfs:label "normalIndividualValidationAdjustment" ; + rdfs:comment "Normal positive value calculated and provided by System Operators from their individual validation process for the reduction of Remaining Available Margin (RAM) in order to ensure grid security."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -645,16 +647,16 @@ nc:AssessedElement.normalIndividualValidationAdjustment a owl:DatatypeProperty, rdfs:range xsd:float . nc:AssessedElement.normalIndividualValidationAdjustmentJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalIndividualValidationAdjustmentJustification"@en ; - rdfs:comment "Normal free text description provided by System Operators for justifying the reduction of Remaining Available Margin (RAM) by means of Individual Validation Adjustment (IVA). This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "normalIndividualValidationAdjustmentJustification" ; + rdfs:comment "Normal free text description provided by System Operators for justifying the reduction of Remaining Available Margin (RAM) by means of Individual Validation Adjustment (IVA). This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:string . nc:AssessedElement.normalIndividualValidationAdjustmentShare a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalIndividualValidationAdjustmentShare"@en ; - rdfs:comment "Normal positive value expressed calculated by the Coordinated Capacity Calculator (CCC) based on the provided Individual Validation Adjustment (IVA) by System Operators in order to show the actual reduction of Remaining Available Margin (RAM). Individual Validation Adjustment Share is a positive non-zero value. It is equal or less than the Individual Validation Adjustment value." ; + rdfs:label "normalIndividualValidationAdjustmentShare" ; + rdfs:comment "Normal positive value expressed calculated by the Coordinated Capacity Calculator (CCC) based on the provided Individual Validation Adjustment (IVA) by System Operators in order to show the actual reduction of Remaining Available Margin (RAM). Individual Validation Adjustment Share is a positive non-zero value. It is equal or less than the Individual Validation Adjustment value."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -665,8 +667,8 @@ nc:AssessedElement.normalIndividualValidationAdjustmentShare a owl:DatatypePrope rdfs:range xsd:float . nc:AssessedElement.normalMaxFlow a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalMaxFlow"@en ; - rdfs:comment "Maximum flow on a conducting equipment or a collection of conducting equipment forming a power transfer corridor under normal operating conditions. For assessed elements that become critical due to contingency, this value represents the maximum flow with remedial action taken into consideration." ; + rdfs:label "normalMaxFlow" ; + rdfs:comment "Maximum flow on a conducting equipment or a collection of conducting equipment forming a power transfer corridor under normal operating conditions. For assessed elements that become critical due to contingency, this value represents the maximum flow with remedial action taken into consideration."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -677,9 +679,9 @@ nc:AssessedElement.normalMaxFlow a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:AssessedElement.normalPositiveVirtualMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalPositiveVirtualMargin"@en ; + rdfs:label "normalPositiveVirtualMargin" ; rdfs:comment """A positive margin that defines the overload allowed in a solution for the assessed element for a normal situation. The margin represents influences that can be solved by the System Operators using available remedial action which is not cross-border relevant remedial action. -All relevant operational limits (e.g. PATL, TATL, etc) are modified by this margin value. The attribute represents the increase. The allowed value range is [0,100].""" ; +All relevant operational limits (e.g. PATL, TATL, etc) are modified by this margin value. The attribute represents the increase. The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -690,9 +692,9 @@ All relevant operational limits (e.g. PATL, TATL, etc) are modified by this marg rdfs:range xsd:float . nc:AssessedElement.normalScannedThresholdMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalScannedThresholdMargin"@en ; + rdfs:label "normalScannedThresholdMargin" ; rdfs:comment """Normal threshold percentage that a scanned element can be overloaded, on a given element, on top of any overload prior to optimisation (default= 5%). e.g. Initial loading of the element is 110%, with a 5% scanned threshold margin, the new maximum is 115% of the limit (e.g. PATL, TATL, etc). -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -703,17 +705,17 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElement.normalTargetRemainingAvailableMarginJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalTargetRemainingAvailableMarginJustification"@en ; - rdfs:comment "Normal free text describing the justification for the target Remaining Available Margin (RAM). This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "normalTargetRemainingAvailableMarginJustification" ; + rdfs:comment "Normal free text describing the justification for the target Remaining Available Margin (RAM). This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:string . nc:AssessedElement.outsideCapacityMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "outsideCapacityMargin"@en ; + rdfs:label "outsideCapacityMargin" ; rdfs:comment """Percentage of the maximum flow (margin) capacity calculation, i.e. the capacity available for cross-zonal trade outside the considered coordination area. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -724,9 +726,9 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElement.targetRemainingAvailableMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetRemainingAvailableMargin"@en ; + rdfs:label "targetRemainingAvailableMargin" ; rdfs:comment """Target for the remaining available margin as a percentage of maximum flow. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -737,67 +739,67 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElementWithContingency.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementWithContingency ; rdfs:range xsd:string . nc:AssessedElementWithContingency.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "If true, the assessed element with contingency is enabled, otherwise it is disabled under normal operating conditions." ; + rdfs:label "normalEnabled" ; + rdfs:comment "If true, the assessed element with contingency is enabled, otherwise it is disabled under normal operating conditions."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementWithContingency ; rdfs:range xsd:boolean . nc:AssessedElementWithRemedialAction.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementWithRemedialAction ; rdfs:range xsd:string . nc:AssessedElementWithRemedialAction.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "If true, the assessed element with remedial action is enabled, otherwise it is disabled under normal operating conditions." ; + rdfs:label "normalEnabled" ; + rdfs:comment "If true, the assessed element with remedial action is enabled, otherwise it is disabled under normal operating conditions."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementWithRemedialAction ; rdfs:range xsd:boolean . nc:CrossBorderRelevance.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CrossBorderRelevance ; rdfs:range xsd:string . nc:CrossBorderRelevance.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "If true, the cross border relevance shall be considered under normal operating conditions." ; + rdfs:label "normalEnabled" ; + rdfs:comment "If true, the cross border relevance shall be considered under normal operating conditions."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CrossBorderRelevance ; rdfs:range xsd:boolean . ae:Package_AssessedElementProfile a cims:ClassCategory ; - rdfs:label "AssessedElementProfile"@en ; - rdfs:comment "This package contains assessed element profile." . + rdfs:label "AssessedElementProfile" ; + rdfs:comment "This package contains assessed element profile."@en . ae:Package_DocAssessedElementProfile a cims:ClassCategory ; - rdfs:label "DocAssessedElementProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocAssessedElementProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -833,8 +835,8 @@ cim:Money skos:exactMatch quantitykind:Currency . cim:PU skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory ae:Package_AssessedElementProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . @@ -859,26 +861,26 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:Voltage skos:exactMatch quantitykind:Voltage . @@ -888,53 +890,53 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . nc:CriticalElementContingencyKind.critical a nc:CriticalElementContingencyKind ; - rdfs:label "critical"@en ; - rdfs:comment "Network element is considered to be critical according to the methodology." ; + rdfs:label "critical" ; + rdfs:comment "Network element is considered to be critical according to the methodology."@en ; cims:stereotype "enum" . nc:CriticalElementContingencyKind.criticalAndMonitored a nc:CriticalElementContingencyKind ; - rdfs:label "criticalAndMonitored"@en ; - rdfs:comment "Network element is considered to be Critical Network Element monitored under Contingency (CNEC)." ; + rdfs:label "criticalAndMonitored" ; + rdfs:comment "Network element is considered to be Critical Network Element monitored under Contingency (CNEC)."@en ; cims:stereotype "enum" . nc:CriticalElementContingencyKind.monitored a nc:CriticalElementContingencyKind ; - rdfs:label "monitored"@en ; - rdfs:comment "Network element is considered to be monitored under contingency." ; + rdfs:label "monitored" ; + rdfs:comment "Network element is considered to be monitored under contingency."@en ; cims:stereotype "enum" . nc:CriticalElementContingencyKind.validation a nc:CriticalElementContingencyKind ; - rdfs:label "validation"@en ; - rdfs:comment "Network element should be assessed according to the methodology." ; + rdfs:label "validation" ; + rdfs:comment "Network element should be assessed according to the methodology."@en ; cims:stereotype "enum" . nc:ElementCombinationConstraintKind.considered a nc:ElementCombinationConstraintKind ; - rdfs:label "considered"@en ; - rdfs:comment "Element combination can be considered." ; + rdfs:label "considered" ; + rdfs:comment "Element combination can be considered."@en ; cims:stereotype "enum" . nc:ElementCombinationConstraintKind.excluded a nc:ElementCombinationConstraintKind ; - rdfs:label "excluded"@en ; - rdfs:comment "Element combination is excluded." ; + rdfs:label "excluded" ; + rdfs:comment "Element combination is excluded."@en ; cims:stereotype "enum" . nc:ElementCombinationConstraintKind.included a nc:ElementCombinationConstraintKind ; - rdfs:label "included"@en ; - rdfs:comment "Element combination is included." ; + rdfs:label "included" ; + rdfs:comment "Element combination is included."@en ; cims:stereotype "enum" . nc:SecuredExclusionReasonKind.capacityCalculationRegion a nc:SecuredExclusionReasonKind ; - rdfs:label "capacityCalculationRegion"@en ; - rdfs:comment "The network element that is going to be assessed is excluded for being secured by the capacity calculation region." ; + rdfs:label "capacityCalculationRegion" ; + rdfs:comment "The network element that is going to be assessed is excluded for being secured by the capacity calculation region."@en ; cims:stereotype "enum" . nc:SecuredExclusionReasonKind.nonNativeCapacityCalculationRegion a nc:SecuredExclusionReasonKind ; - rdfs:label "nonNativeCapacityCalculationRegion"@en ; - rdfs:comment "The network element that is going to be assessed is excluded for being secured for the native capacity calculation region since it would be secured for a non native capacity calculation region." ; + rdfs:label "nonNativeCapacityCalculationRegion" ; + rdfs:comment "The network element that is going to be assessed is excluded for being secured for the native capacity calculation region since it would be secured for a non native capacity calculation region."@en ; cims:stereotype "enum" . nc:SecuredExclusionReasonKind.systemOperator a nc:SecuredExclusionReasonKind ; - rdfs:label "systemOperator"@en ; - rdfs:comment "The network element that is going to be assessed is excluded for being secured by the system operator." ; + rdfs:label "systemOperator" ; + rdfs:comment "The network element that is going to be assessed is excluded for being secured by the system operator."@en ; cims:stereotype "enum" . diff --git a/rdfs-improved/CGMES-NC/ttl/AvailabilitySchedule-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/AvailabilitySchedule-AP-Voc-RDFS2020.ttl index 195edce..97847a7 100644 --- a/rdfs-improved/CGMES-NC/ttl/AvailabilitySchedule-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/AvailabilitySchedule-AP-Voc-RDFS2020.ttl @@ -12,209 +12,211 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . as:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the availability schedule profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "AS" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:8d128e35-86c7-4d67-b2dd-93229bf1005a" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Availability schedule vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile . cim:EquipmentContainer a owl:Class ; - rdfs:label "EquipmentContainer"@en ; - rdfs:comment "A modelling construct to provide a root class for containing equipment." ; + rdfs:label "EquipmentContainer" ; + rdfs:comment "A modelling construct to provide a root class for containing equipment."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile . cim:OperationalLimit a owl:Class ; - rdfs:label "OperationalLimit"@en ; + rdfs:label "OperationalLimit" ; rdfs:comment """A value and normal value associated with a specific kind of limit. The sub class value and normalValue attributes vary inversely to the associated OperationalLimitType.acceptableDuration (acceptableDuration for short). -If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration.""" ; +If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration."""@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype uml:enumeration . nc:AssessedElement a owl:Class ; - rdfs:label "AssessedElement"@en ; + rdfs:label "AssessedElement" ; rdfs:comment """Assessed element is a network element for which the electrical state is evaluated in the regional or cross-regional process and which value is expected to fulfil regional rules function of the operational security limits. -The measurements and limits are as defined in the steady state hypothesis.""" ; +The measurements and limits are as defined in the steady state hypothesis."""@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC" . nc:AvailabilityContainer a owl:Class ; - rdfs:label "AvailabilityContainer"@en ; - rdfs:comment "Availability container serves for associating an equipment container with an availability schedule. For instance, putting in or out of service all the equipment inside a Line or a Bay in combination with other availability functions with the same availability schedule." ; + rdfs:label "AvailabilityContainer" ; + rdfs:comment "Availability container serves for associating an equipment container with an availability schedule. For instance, putting in or out of service all the equipment inside a Line or a Bay in combination with other availability functions with the same availability schedule."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:AvailabilityPowerSystemFunction . nc:AvailabilityEnabled a owl:Class ; - rdfs:label "AvailabilityEnabled"@en ; - rdfs:comment "Availability enabled is enabling or disabling grid state alteration (e.g. tap position action) or assessed element that is related to the availability schedule. For instance, the cancellation of availability schedule can lead to changes in the assessed element. This is done by enabling one assessment and disabling another." ; + rdfs:label "AvailabilityEnabled" ; + rdfs:comment "Availability enabled is enabling or disabling grid state alteration (e.g. tap position action) or assessed element that is related to the availability schedule. For instance, the cancellation of availability schedule can lead to changes in the assessed element. This is done by enabling one assessment and disabling another."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:AvailabilityPowerSystemFunction . nc:AvailabilityEquipment a owl:Class ; - rdfs:label "AvailabilityEquipment"@en ; - rdfs:comment "Availability equipment serves for associating an equipment with an availability schedule. For instance, putting in or out of service an ACLineSegment in combination with other availability functions with the same availability schedule." ; + rdfs:label "AvailabilityEquipment" ; + rdfs:comment "Availability equipment serves for associating an equipment with an availability schedule. For instance, putting in or out of service an ACLineSegment in combination with other availability functions with the same availability schedule."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:AvailabilityPowerSystemFunction . nc:AvailabilityExceptionalLimit a owl:Class ; - rdfs:label "AvailabilityExceptionalLimit"@en ; - rdfs:comment "Availability exceptional limit serves for associating an operational limit restriction with an availability schedule. For instance, enabling or disabling the current limit on ACLineSegment terminal in combination with other availability functions with the same availability schedule or de-rating due to fault." ; + rdfs:label "AvailabilityExceptionalLimit" ; + rdfs:comment "Availability exceptional limit serves for associating an operational limit restriction with an availability schedule. For instance, enabling or disabling the current limit on ACLineSegment terminal in combination with other availability functions with the same availability schedule or de-rating due to fault."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:AvailabilityPowerSystemFunction . nc:AvailabilityFunctionKind a owl:Class ; - rdfs:label "AvailabilityFunctionKind"@en ; - rdfs:comment "Kind of availability that is affecting the function." ; + rdfs:label "AvailabilityFunctionKind" ; + rdfs:comment "Kind of availability that is affecting the function."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:AvailabilityGroup a owl:Class ; - rdfs:label "AvailabilityGroup"@en ; - rdfs:comment "Container to link relevant equipment that is affected by (un)availability schedule across availability coordinator (e.g. TSO-TSO, TSO-DSO or DSO-DSO)." ; + rdfs:label "AvailabilityGroup" ; + rdfs:comment "Container to link relevant equipment that is affected by (un)availability schedule across availability coordinator (e.g. TSO-TSO, TSO-DSO or DSO-DSO)."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:AvailabilityPowerSystemFunction a owl:Class ; - rdfs:label "AvailabilityPowerSystemFunction"@en ; - rdfs:comment "Availability power system function describes the power system function that has a non-normal availability in the associated availability schedule. The availability of the function is needed as part of a power flow solution. This function is the cause and not the effect of the availability, if the effect can be calculated through power flow. For instance if only the step-up transformer for a generator is not available, the power flow will calculate that the generator is de-energized (outage). If both are tagged as not available it will not be possible to investigate remedial action for connecting the generator. It is expected that the power flow function is able to perform simple topology changes affected by a function taken out of service, e.g. open switches on both end of a ACLineSegment when the ACLineSegment is taken out of service. More complex changes, like change regulation set point, must be described in the linked GridStateAlterationCollection." ; + rdfs:label "AvailabilityPowerSystemFunction" ; + rdfs:comment "Availability power system function describes the power system function that has a non-normal availability in the associated availability schedule. The availability of the function is needed as part of a power flow solution. This function is the cause and not the effect of the availability, if the effect can be calculated through power flow. For instance if only the step-up transformer for a generator is not available, the power flow will calculate that the generator is de-energized (outage). If both are tagged as not available it will not be possible to investigate remedial action for connecting the generator. It is expected that the power flow function is able to perform simple topology changes affected by a function taken out of service, e.g. open switches on both end of a ACLineSegment when the ACLineSegment is taken out of service. More complex changes, like change regulation set point, must be described in the linked GridStateAlterationCollection."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:AvailabilityRemedialAction a owl:Class ; - rdfs:label "AvailabilityRemedialAction"@en ; - rdfs:comment "Availability remedial action is a remedial action that cancels or reschedules an availability schedule." ; + rdfs:label "AvailabilityRemedialAction" ; + rdfs:comment "Availability remedial action is a remedial action that cancels or reschedules an availability schedule."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC" . nc:AvailabilityRemedialActionScheme a owl:Class ; - rdfs:label "AvailabilityRemedialActionScheme"@en ; - rdfs:comment "Availability remedial action scheme serves for associating a remedial action scheme with an availability schedule. For instance, taking in or out of service a SIPS / SPS due to communication issue, in combination with other availability functions with the same availability schedule." ; + rdfs:label "AvailabilityRemedialActionScheme" ; + rdfs:comment "Availability remedial action scheme serves for associating a remedial action scheme with an availability schedule. For instance, taking in or out of service a SIPS / SPS due to communication issue, in combination with other availability functions with the same availability schedule."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:AvailabilityPowerSystemFunction . nc:AvailabilitySchedule a owl:Class ; - rdfs:label "AvailabilitySchedule"@en ; - rdfs:comment "A given (un)availability schedule with a given status and cause that include multiple equipment that need to follow the same scheduling periods." ; + rdfs:label "AvailabilitySchedule" ; + rdfs:comment "A given (un)availability schedule with a given status and cause that include multiple equipment that need to follow the same scheduling periods."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:AvailabilityScheduleCauseKind a owl:Class ; - rdfs:label "AvailabilityScheduleCauseKind"@en ; - rdfs:comment "The kinds of cause of the (un)availability schedule." ; + rdfs:label "AvailabilityScheduleCauseKind" ; + rdfs:comment "The kinds of cause of the (un)availability schedule."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:BaseIrregularTimeSeries a owl:Class ; - rdfs:label "BaseIrregularTimeSeries"@en ; - rdfs:comment "Time series that has irregular points in time." ; + rdfs:label "BaseIrregularTimeSeries" ; + rdfs:comment "Time series that has irregular points in time."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:BaseTimeSeries . nc:BaseTimeSeries a owl:Class ; - rdfs:label "BaseTimeSeries"@en ; - rdfs:comment "Time series of values at points in time." ; + rdfs:label "BaseTimeSeries" ; + rdfs:comment "Time series of values at points in time."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:BaseTimeSeriesKind a owl:Class ; - rdfs:label "BaseTimeSeriesKind"@en ; - rdfs:comment "Kind of time series." ; + rdfs:label "BaseTimeSeriesKind" ; + rdfs:comment "Kind of time series."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:EventSchedule a owl:Class ; - rdfs:label "EventSchedule"@en ; - rdfs:comment "Time series represent irregular event described by event points in time." ; + rdfs:label "EventSchedule" ; + rdfs:comment "Time series represent irregular event described by event points in time."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:EventTimePoint a owl:Class ; - rdfs:label "EventTimePoint"@en ; - rdfs:comment "Event valid for a given point in time." ; + rdfs:label "EventTimePoint" ; + rdfs:comment "Event valid for a given point in time."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:GridStateAlteration a owl:Class ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC" . nc:GridStateAlterationCollection a owl:Class ; - rdfs:label "GridStateAlterationCollection"@en ; - rdfs:comment "A collection of grid state alterations." ; + rdfs:label "GridStateAlterationCollection" ; + rdfs:comment "A collection of grid state alterations."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC" . nc:RemedialActionScheme a owl:Class ; - rdfs:label "RemedialActionScheme"@en ; + rdfs:label "RemedialActionScheme" ; rdfs:comment """Remedial Action Scheme (RAS), Special Protection Schemes (SPS), System Protection Schemes (SPS) or System Integrity Protection Schemes (SIPS). -A Remedial Action Scheme consists of one or more stages that can trigger and execute a protection action.""" ; +A Remedial Action Scheme consists of one or more stages that can trigger and execute a protection action."""@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC" . nc:TimeSeriesInterpolationKind a owl:Class ; - rdfs:label "TimeSeriesInterpolationKind"@en ; - rdfs:comment "Kinds of interpolation of values between two time point." ; + rdfs:label "TimeSeriesInterpolationKind" ; + rdfs:comment "Kinds of interpolation of values between two time point."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:AssessedElement.AvailabilityEnabled a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilityEnabled"@en ; - rdfs:comment "Availability enabled describes the enabling or disabling of this assessed element." ; + rdfs:label "AvailabilityEnabled" ; + rdfs:comment "Availability enabled describes the enabling or disabling of this assessed element."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -223,8 +225,8 @@ nc:AssessedElement.AvailabilityEnabled a owl:ObjectProperty, owl:InverseFunction rdfs:range nc:AvailabilityEnabled . nc:AvailabilityContainer.EquipmentContainer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquipmentContainer"@en ; - rdfs:comment "Equipment container that is affected by the availability given by this availability container." ; + rdfs:label "EquipmentContainer" ; + rdfs:comment "Equipment container that is affected by the availability given by this availability container."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -233,8 +235,8 @@ nc:AvailabilityContainer.EquipmentContainer a owl:ObjectProperty, owl:Functional rdfs:range cim:EquipmentContainer . nc:AvailabilityEnabled.AssessedElement a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "Assessed element that is affected by the availability given by this availability enabling." ; + rdfs:label "AssessedElement" ; + rdfs:comment "Assessed element that is affected by the availability given by this availability enabling."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -243,8 +245,8 @@ nc:AvailabilityEnabled.AssessedElement a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:AssessedElement . nc:AvailabilityEnabled.GridStateAlteration a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "Grid state alteration that is affected by the availability given by this availability enabling." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "Grid state alteration that is affected by the availability given by this availability enabling."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -253,8 +255,8 @@ nc:AvailabilityEnabled.GridStateAlteration a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:GridStateAlteration . nc:AvailabilityEquipment.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Equipment"@en ; - rdfs:comment "Equipment that is affected by the availability given by this availability equipment." ; + rdfs:label "Equipment" ; + rdfs:comment "Equipment that is affected by the availability given by this availability equipment."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -263,8 +265,8 @@ nc:AvailabilityEquipment.Equipment a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:Equipment . nc:AvailabilityExceptionalLimit.OperationalLimit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OperationalLimit"@en ; - rdfs:comment "Operational limit that is constrained by this availability exceptional limit." ; + rdfs:label "OperationalLimit" ; + rdfs:comment "Operational limit that is constrained by this availability exceptional limit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -273,8 +275,8 @@ nc:AvailabilityExceptionalLimit.OperationalLimit a owl:ObjectProperty, owl:Funct rdfs:range cim:OperationalLimit . nc:AvailabilityGroup.AvailabilityPowerSystemFunction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilityPowerSystemFunction"@en ; - rdfs:comment "All availability power system functions linked through mutual dependency with other availability power system functions controlled by other system operators." ; + rdfs:label "AvailabilityPowerSystemFunction" ; + rdfs:comment "All availability power system functions linked through mutual dependency with other availability power system functions controlled by other system operators."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -283,8 +285,8 @@ nc:AvailabilityGroup.AvailabilityPowerSystemFunction a owl:ObjectProperty, owl:I rdfs:range nc:AvailabilityPowerSystemFunction . nc:AvailabilityPowerSystemFunction.AvailabilityGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AvailabilityGroup"@en ; - rdfs:comment "Grouping for all availability power system functions (controlled by all relevant system operators) that have the same availability schedule." ; + rdfs:label "AvailabilityGroup" ; + rdfs:comment "Grouping for all availability power system functions (controlled by all relevant system operators) that have the same availability schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -293,8 +295,8 @@ nc:AvailabilityPowerSystemFunction.AvailabilityGroup a owl:ObjectProperty, owl:F rdfs:range nc:AvailabilityGroup . nc:AvailabilityPowerSystemFunction.AvailabilitySchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AvailabilitySchedule"@en ; - rdfs:comment "Availability schedule for this availability power system function." ; + rdfs:label "AvailabilitySchedule" ; + rdfs:comment "Availability schedule for this availability power system function."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -303,16 +305,16 @@ nc:AvailabilityPowerSystemFunction.AvailabilitySchedule a owl:ObjectProperty, ow rdfs:range nc:AvailabilitySchedule . nc:AvailabilityPowerSystemFunction.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Kind of availability that affect the power system function." ; + rdfs:label "kind" ; + rdfs:comment "Kind of availability that affect the power system function."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilityPowerSystemFunction ; rdfs:range nc:AvailabilityFunctionKind . nc:AvailabilityRemedialAction.AvailabilitySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilitySchedule"@en ; - rdfs:comment "Availability schedule that is part of the remedial action." ; + rdfs:label "AvailabilitySchedule" ; + rdfs:comment "Availability schedule that is part of the remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -321,8 +323,8 @@ nc:AvailabilityRemedialAction.AvailabilitySchedule a owl:ObjectProperty, owl:Inv rdfs:range nc:AvailabilitySchedule . nc:AvailabilityRemedialActionScheme.RemedialActionScheme a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionScheme"@en ; - rdfs:comment "Remedial action scheme that is affected by the availability given by this availability remedial action scheme." ; + rdfs:label "RemedialActionScheme" ; + rdfs:comment "Remedial action scheme that is affected by the availability given by this availability remedial action scheme."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -331,8 +333,8 @@ nc:AvailabilityRemedialActionScheme.RemedialActionScheme a owl:ObjectProperty, o rdfs:range nc:RemedialActionScheme . nc:AvailabilitySchedule.ActualSchedule a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ActualSchedule"@en ; - rdfs:comment "Actual schedule that relates to this availability schedule; used for ex-post reporting and analysis (e.g., to compare planned vs. actual)." ; + rdfs:label "ActualSchedule" ; + rdfs:comment "Actual schedule that relates to this availability schedule; used for ex-post reporting and analysis (e.g., to compare planned vs. actual)."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -341,8 +343,8 @@ nc:AvailabilitySchedule.ActualSchedule a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:EventSchedule . nc:AvailabilitySchedule.AlternativeSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AlternativeSchedule"@en ; - rdfs:comment "Alternative schedule. The priority in regards to multiple alternatives is given by the priority attribute. This schedule is only relevant if all the alternatives with higher priority are cancelled." ; + rdfs:label "AlternativeSchedule" ; + rdfs:comment "Alternative schedule. The priority in regards to multiple alternatives is given by the priority attribute. This schedule is only relevant if all the alternatives with higher priority are cancelled."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -351,8 +353,8 @@ nc:AvailabilitySchedule.AlternativeSchedule a owl:ObjectProperty, owl:InverseFun rdfs:range nc:AvailabilitySchedule . nc:AvailabilitySchedule.AvailabilityPowerSystemFunction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilityPowerSystemFunction"@en ; - rdfs:comment "All the couplings that associate one concrete function (e.g., equipment or container, SIPS/SPSs, grid state alteration, exceptional operational limits) with the same availability schedule." ; + rdfs:label "AvailabilityPowerSystemFunction" ; + rdfs:comment "All the couplings that associate one concrete function (e.g., equipment or container, SIPS/SPSs, grid state alteration, exceptional operational limits) with the same availability schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -361,8 +363,8 @@ nc:AvailabilitySchedule.AvailabilityPowerSystemFunction a owl:ObjectProperty, ow rdfs:range nc:AvailabilityPowerSystemFunction . nc:AvailabilitySchedule.AvailabilitySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilitySchedule"@en ; - rdfs:comment "Availability schedule that has a dependent availability schedule." ; + rdfs:label "AvailabilitySchedule" ; + rdfs:comment "Availability schedule that has a dependent availability schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -371,8 +373,8 @@ nc:AvailabilitySchedule.AvailabilitySchedule a owl:ObjectProperty, owl:InverseFu rdfs:range nc:AvailabilitySchedule . nc:AvailabilitySchedule.DependentOnSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DependentOnSchedule"@en ; - rdfs:comment "(Un)availability schedule requested by one operator may require another operator to request their (un)availability schedule. This association is linking the schedules so that the dependency is clear." ; + rdfs:label "DependentOnSchedule" ; + rdfs:comment "(Un)availability schedule requested by one operator may require another operator to request their (un)availability schedule. This association is linking the schedules so that the dependency is clear."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -381,8 +383,8 @@ nc:AvailabilitySchedule.DependentOnSchedule a owl:ObjectProperty, owl:Functional rdfs:range nc:AvailabilitySchedule . nc:AvailabilitySchedule.GridStateAlterationCollection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GridStateAlterationCollection"@en ; - rdfs:comment "The grid state alteration collection that has this availability schedule." ; + rdfs:label "GridStateAlterationCollection" ; + rdfs:comment "The grid state alteration collection that has this availability schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -391,8 +393,8 @@ nc:AvailabilitySchedule.GridStateAlterationCollection a owl:ObjectProperty, owl: rdfs:range nc:GridStateAlterationCollection . nc:AvailabilitySchedule.PlannedSchedule a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PlannedSchedule"@en ; - rdfs:comment "Planned schedule that relates to this availability schedule used for planning availability (e.g., to compare planned vs. actual)." ; + rdfs:label "PlannedSchedule" ; + rdfs:comment "Planned schedule that relates to this availability schedule used for planning availability (e.g., to compare planned vs. actual)."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -401,8 +403,8 @@ nc:AvailabilitySchedule.PlannedSchedule a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:EventSchedule . nc:AvailabilitySchedule.PrioritySchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PrioritySchedule"@en ; - rdfs:comment "Priority schedule. This is the schedule that has the highest priority and the only valid if not cancelled." ; + rdfs:label "PrioritySchedule" ; + rdfs:comment "Priority schedule. This is the schedule that has the highest priority and the only valid if not cancelled."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -411,8 +413,8 @@ nc:AvailabilitySchedule.PrioritySchedule a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:AvailabilitySchedule . nc:AvailabilitySchedule.RemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action that is cancelling this availability schedule." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action that is cancelling this availability schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -421,32 +423,32 @@ nc:AvailabilitySchedule.RemedialAction a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:AvailabilityRemedialAction . nc:AvailabilitySchedule.causeKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "causeKind"@en ; - rdfs:comment "Kind of cause for the availability schedule." ; + rdfs:label "causeKind" ; + rdfs:comment "Kind of cause for the availability schedule."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilitySchedule ; rdfs:range nc:AvailabilityScheduleCauseKind . nc:BaseTimeSeries.interpolationKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "interpolationKind"@en ; - rdfs:comment "Kind of interpolation done between time point." ; + rdfs:label "interpolationKind" ; + rdfs:comment "Kind of interpolation done between time point."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range nc:TimeSeriesInterpolationKind . nc:BaseTimeSeries.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Kind of base time series." ; + rdfs:label "kind" ; + rdfs:comment "Kind of base time series."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range nc:BaseTimeSeriesKind . nc:Equipment.AvailabilityEquipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilityEquipment"@en ; - rdfs:comment "Availability equipment describe the availabilty that affect this equipment." ; + rdfs:label "AvailabilityEquipment" ; + rdfs:comment "Availability equipment describe the availabilty that affect this equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -455,8 +457,8 @@ nc:Equipment.AvailabilityEquipment a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:AvailabilityEquipment . nc:EquipmentContainer.AvailabilityContainer a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilityContainer"@en ; - rdfs:comment "Availability container describe the availabiltiy that affect this equipment container." ; + rdfs:label "AvailabilityContainer" ; + rdfs:comment "Availability container describe the availabiltiy that affect this equipment container."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -465,8 +467,8 @@ nc:EquipmentContainer.AvailabilityContainer a owl:ObjectProperty, owl:InverseFun rdfs:range nc:AvailabilityContainer . nc:EventSchedule.ActualAvailabilitySchedule a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ActualAvailabilitySchedule"@en ; - rdfs:comment "Actual availability schedule that has this irregular interval schedule." ; + rdfs:label "ActualAvailabilitySchedule" ; + rdfs:comment "Actual availability schedule that has this irregular interval schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -475,8 +477,8 @@ nc:EventSchedule.ActualAvailabilitySchedule a owl:ObjectProperty, owl:Functional rdfs:range nc:AvailabilitySchedule . nc:EventSchedule.EventTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EventTimePoint"@en ; - rdfs:comment "Value for the point in time." ; + rdfs:label "EventTimePoint" ; + rdfs:comment "Value for the point in time."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -485,8 +487,8 @@ nc:EventSchedule.EventTimePoint a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range nc:EventTimePoint . nc:EventSchedule.PlannedAvailabilitySchedule a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PlannedAvailabilitySchedule"@en ; - rdfs:comment "Planned availability schedule that has this irregular interval schedule." ; + rdfs:label "PlannedAvailabilitySchedule" ; + rdfs:comment "Planned availability schedule that has this irregular interval schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -495,8 +497,8 @@ nc:EventSchedule.PlannedAvailabilitySchedule a owl:ObjectProperty, owl:Functiona rdfs:range nc:AvailabilitySchedule . nc:EventTimePoint.EventSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EventSchedule"@en ; - rdfs:comment "Time series the time point values belongs to." ; + rdfs:label "EventSchedule" ; + rdfs:comment "Time series the time point values belongs to."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -505,8 +507,8 @@ nc:EventTimePoint.EventSchedule a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:EventSchedule . nc:GridStateAlteration.AvailabilityEnabled a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilityEnabled"@en ; - rdfs:comment "Availability enabled describes the enabling or disabling of this grid state alteration." ; + rdfs:label "AvailabilityEnabled" ; + rdfs:comment "Availability enabled describes the enabling or disabling of this grid state alteration."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -515,8 +517,8 @@ nc:GridStateAlteration.AvailabilityEnabled a owl:ObjectProperty, owl:InverseFunc rdfs:range nc:AvailabilityEnabled . nc:GridStateAlterationCollection.AvailabilitySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilitySchedule"@en ; - rdfs:comment "Availability schedule that require the a collection of grid state alteration to provide a valid power flow solution. For instance, a set of switching plans." ; + rdfs:label "AvailabilitySchedule" ; + rdfs:comment "Availability schedule that require the a collection of grid state alteration to provide a valid power flow solution. For instance, a set of switching plans."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -525,8 +527,8 @@ nc:GridStateAlterationCollection.AvailabilitySchedule a owl:ObjectProperty, owl: rdfs:range nc:AvailabilitySchedule . nc:OperationalLimit.AvailabilityExceptionalLimit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilityExceptionalLimit"@en ; - rdfs:comment "Availability exceptional limit that constrain this operational limit." ; + rdfs:label "AvailabilityExceptionalLimit" ; + rdfs:comment "Availability exceptional limit that constrain this operational limit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -535,8 +537,8 @@ nc:OperationalLimit.AvailabilityExceptionalLimit a owl:ObjectProperty, owl:Inver rdfs:range nc:AvailabilityExceptionalLimit . nc:RemedialActionScheme.AvailabilityRemedialActionScheme a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilityRemedialActionScheme"@en ; - rdfs:comment "Availability remedial action scheme describe the availabiltiy that affect this remedial action scheme." ; + rdfs:label "AvailabilityRemedialActionScheme" ; + rdfs:comment "Availability remedial action scheme describe the availabiltiy that affect this remedial action scheme."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -545,125 +547,125 @@ nc:RemedialActionScheme.AvailabilityRemedialActionScheme a owl:ObjectProperty, o rdfs:range nc:AvailabilityRemedialActionScheme . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . nc:AvailabilityEnabled.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "Instruction to enable or disable alteration and assessment." ; + rdfs:label "enabled" ; + rdfs:comment "Instruction to enable or disable alteration and assessment."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilityEnabled ; rdfs:range xsd:boolean . nc:AvailabilityExceptionalLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "Value for the referred operational limit." ; + rdfs:label "value" ; + rdfs:comment "Value for the referred operational limit."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilityExceptionalLimit ; rdfs:range xsd:float . nc:AvailabilitySchedule.cancelledDateTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "cancelledDateTime"@en ; - rdfs:comment "The date and time the (un)availability schedule were cancelled ." ; + rdfs:label "cancelledDateTime" ; + rdfs:comment "The date and time the (un)availability schedule were cancelled ."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilitySchedule ; rdfs:range xsd:dateTime . nc:AvailabilitySchedule.causeDescription a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "causeDescription"@en ; - rdfs:comment "A cause description for a cause kind. In case of CauseKind equals other, description or a reference of the cause of the (un)availability schedule." ; + rdfs:label "causeDescription" ; + rdfs:comment "A cause description for a cause kind. In case of CauseKind equals other, description or a reference of the cause of the (un)availability schedule."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilitySchedule ; rdfs:range xsd:string . nc:AvailabilitySchedule.daytimeRestitutionDuration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "daytimeRestitutionDuration"@en ; - rdfs:comment "The time required to take the out-of-service equipment back into service during daytime. This includes the start-up time for generating units." ; + rdfs:label "daytimeRestitutionDuration" ; + rdfs:comment "The time required to take the out-of-service equipment back into service during daytime. This includes the start-up time for generating units."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilitySchedule ; rdfs:range xsd:duration . nc:AvailabilitySchedule.eveningRestitutionDuration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eveningRestitutionDuration"@en ; - rdfs:comment "The time required to take the out-of-service equipment back into service after office hours. This includes the start-up time for generating units." ; + rdfs:label "eveningRestitutionDuration" ; + rdfs:comment "The time required to take the out-of-service equipment back into service after office hours. This includes the start-up time for generating units."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilitySchedule ; rdfs:range xsd:duration . nc:AvailabilitySchedule.maxRestitutionDuration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRestitutionDuration"@en ; - rdfs:comment "The maximum time required to take the out-of-service equipment back into service. This includes the start-up time for generating units." ; + rdfs:label "maxRestitutionDuration" ; + rdfs:comment "The maximum time required to take the out-of-service equipment back into service. This includes the start-up time for generating units."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilitySchedule ; rdfs:range xsd:duration . nc:AvailabilitySchedule.priority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "priority"@en ; - rdfs:comment "Value 0 means ignore priority. 1 means the highest priority, 2 is the second highest priority." ; + rdfs:label "priority" ; + rdfs:comment "Value 0 means ignore priority. 1 means the highest priority, 2 is the second highest priority."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilitySchedule ; rdfs:range xsd:integer . nc:AvailabilitySchedule.weekendRestitutionDuration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "weekendRestitutionDuration"@en ; - rdfs:comment "The time required to take the out-of-service equipment back into service in the weekend or during bank holidays. This includes the start-up time for generating units." ; + rdfs:label "weekendRestitutionDuration" ; + rdfs:comment "The time required to take the out-of-service equipment back into service in the weekend or during bank holidays. This includes the start-up time for generating units."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilitySchedule ; rdfs:range xsd:duration . nc:EventTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EventTimePoint ; rdfs:range xsd:dateTime . nc:EventTimePoint.isActive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isActive"@en ; - rdfs:comment "True, if the event is occurring (Active) at this time point. Otherwise false." ; + rdfs:label "isActive" ; + rdfs:comment "True, if the event is occurring (Active) at this time point. Otherwise false."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EventTimePoint ; rdfs:range xsd:boolean . as:Package_AvailabilityScheduleProfile a cims:ClassCategory ; - rdfs:label "AvailabilityScheduleProfile"@en ; - rdfs:comment "This package contains the availability schedule profile." . + rdfs:label "AvailabilityScheduleProfile" ; + rdfs:comment "This package contains the availability schedule profile."@en . as:Package_DocAvailabilityScheduleProfile a cims:ClassCategory ; - rdfs:label "DocAvailabilityScheduleProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocAvailabilityScheduleProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . cim:ActivePower skos:exactMatch quantitykind:ActivePower . @@ -712,8 +714,8 @@ cim:Resistance skos:exactMatch quantitykind:Resistance . cim:RotationSpeed skos:exactMatch quantitykind:AngularVelocity . cim:Seconds a qudt:QuantityKind ; - rdfs:label "Seconds"@en ; - rdfs:comment "Time, in seconds." ; + rdfs:label "Seconds" ; + rdfs:comment "Time, in seconds."@en ; cims:belongsToCategory as:Package_AvailabilityScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.s ; skos:exactMatch quantitykind:Time . @@ -724,13 +726,13 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . @@ -741,73 +743,73 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . nc:AvailabilityFunctionKind.inService a nc:AvailabilityFunctionKind ; - rdfs:label "inService"@en ; - rdfs:comment "Function is in service." ; + rdfs:label "inService" ; + rdfs:comment "Function is in service."@en ; cims:stereotype "enum" . nc:AvailabilityFunctionKind.outOfService a nc:AvailabilityFunctionKind ; - rdfs:label "outOfService"@en ; - rdfs:comment "Function is out-of-service." ; + rdfs:label "outOfService" ; + rdfs:comment "Function is out-of-service."@en ; cims:stereotype "enum" . nc:AvailabilityFunctionKind.underTesting a nc:AvailabilityFunctionKind ; - rdfs:label "underTesting"@en ; - rdfs:comment "Function is under testing and need to expect unscheduled availability." ; + rdfs:label "underTesting" ; + rdfs:comment "Function is under testing and need to expect unscheduled availability."@en ; cims:stereotype "enum" . nc:AvailabilityScheduleCauseKind.commissioning a nc:AvailabilityScheduleCauseKind ; - rdfs:label "commissioning"@en ; - rdfs:comment "The cause is due to a commissioning." ; + rdfs:label "commissioning" ; + rdfs:comment "The cause is due to a commissioning."@en ; cims:stereotype "enum" . nc:AvailabilityScheduleCauseKind.decommissioning a nc:AvailabilityScheduleCauseKind ; - rdfs:label "decommissioning"@en ; - rdfs:comment "The cause is due to a decommissioning." ; + rdfs:label "decommissioning" ; + rdfs:comment "The cause is due to a decommissioning."@en ; cims:stereotype "enum" . nc:AvailabilityScheduleCauseKind.environmentalCondition a nc:AvailabilityScheduleCauseKind ; - rdfs:label "environmentalCondition"@en ; - rdfs:comment "The cause is due to an environmental condition. This can lead to exceptional margin and limits." ; + rdfs:label "environmentalCondition" ; + rdfs:comment "The cause is due to an environmental condition. This can lead to exceptional margin and limits."@en ; cims:stereotype "enum" . nc:AvailabilityScheduleCauseKind.functionalControl a nc:AvailabilityScheduleCauseKind ; - rdfs:label "functionalControl"@en ; - rdfs:comment "The cause is due to a functional control (in & out)." ; + rdfs:label "functionalControl" ; + rdfs:comment "The cause is due to a functional control (in & out)."@en ; cims:stereotype "enum" . nc:AvailabilityScheduleCauseKind.maintenance a nc:AvailabilityScheduleCauseKind ; - rdfs:label "maintenance"@en ; - rdfs:comment "The cause is due to a maintenance." ; + rdfs:label "maintenance" ; + rdfs:comment "The cause is due to a maintenance."@en ; cims:stereotype "enum" . nc:AvailabilityScheduleCauseKind.other a nc:AvailabilityScheduleCauseKind ; - rdfs:label "other"@en ; - rdfs:comment "The cause is of other kind." ; + rdfs:label "other" ; + rdfs:comment "The cause is of other kind."@en ; cims:stereotype "enum" . nc:AvailabilityScheduleCauseKind.refurbishment a nc:AvailabilityScheduleCauseKind ; - rdfs:label "refurbishment"@en ; - rdfs:comment "The cause is due to a refurbishment, either upgrade or downgrade." ; + rdfs:label "refurbishment" ; + rdfs:comment "The cause is due to a refurbishment, either upgrade or downgrade."@en ; cims:stereotype "enum" . nc:AvailabilityScheduleCauseKind.worksInProximity a nc:AvailabilityScheduleCauseKind ; - rdfs:label "worksInProximity"@en ; - rdfs:comment "The cause is due to a works in proximity." ; + rdfs:label "worksInProximity" ; + rdfs:comment "The cause is due to a works in proximity."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.actual a nc:BaseTimeSeriesKind ; - rdfs:label "actual"@en ; - rdfs:comment "Time series is actual data. The values represent measured or calculated values that represent the actual behaviour." ; + rdfs:label "actual" ; + rdfs:comment "Time series is actual data. The values represent measured or calculated values that represent the actual behaviour."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.schedule a nc:BaseTimeSeriesKind ; - rdfs:label "schedule"@en ; - rdfs:comment "Time series is schedule data. The values represent the result of a committed and plan forecast data that has been through a quality control and could incur penalty when not followed." ; + rdfs:label "schedule" ; + rdfs:comment "Time series is schedule data. The values represent the result of a committed and plan forecast data that has been through a quality control and could incur penalty when not followed."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.previous a nc:TimeSeriesInterpolationKind ; - rdfs:label "previous"@en ; - rdfs:comment "The value between two time points is set to previous value." ; + rdfs:label "previous" ; + rdfs:comment "The value between two time points is set to previous value."@en ; cims:stereotype "enum" . diff --git a/rdfs-improved/CGMES-NC/ttl/Contingency-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/Contingency-AP-Voc-RDFS2020.ttl index d3ef5af..9413292 100644 --- a/rdfs-improved/CGMES-NC/ttl/Contingency-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/Contingency-AP-Voc-RDFS2020.ttl @@ -12,121 +12,123 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . co:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the contingency profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "CO" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:8947de1c-6e53-4f1f-82c3-99ef118db9eb" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Contingency Vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:Contingency a owl:Class ; - rdfs:label "Contingency"@en ; - rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements." ; + rdfs:label "Contingency" ; + rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements."@en ; cims:belongsToCategory co:Package_ContingencyProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:ContingencyElement a owl:Class ; - rdfs:label "ContingencyElement"@en ; - rdfs:comment "An element of a system event to be studied by contingency analysis, representing a change in status of a single piece of equipment." ; + rdfs:label "ContingencyElement" ; + rdfs:comment "An element of a system event to be studied by contingency analysis, representing a change in status of a single piece of equipment."@en ; cims:belongsToCategory co:Package_ContingencyProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:ContingencyEquipment a owl:Class ; - rdfs:label "ContingencyEquipment"@en ; - rdfs:comment "Equipment whose in service status is to change, such as a power transformer or AC line segment." ; + rdfs:label "ContingencyEquipment" ; + rdfs:comment "Equipment whose in service status is to change, such as a power transformer or AC line segment."@en ; cims:belongsToCategory co:Package_ContingencyProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ContingencyElement . cim:ContingencyEquipmentStatusKind a owl:Class ; - rdfs:label "ContingencyEquipmentStatusKind"@en ; - rdfs:comment "Indicates the state which the contingency equipment is to be in when the contingency is applied." ; + rdfs:label "ContingencyEquipmentStatusKind" ; + rdfs:comment "Indicates the state which the contingency equipment is to be in when the contingency is applied."@en ; cims:belongsToCategory co:Package_ContingencyProfile ; cims:stereotype uml:enumeration . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory co:Package_ContingencyProfile . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory co:Package_ContingencyProfile . cim:SimulationEvents a owl:Class ; - rdfs:label "SimulationEvents"@en ; - rdfs:comment "A configuration or a set of events executed during a simulation." ; + rdfs:label "SimulationEvents" ; + rdfs:comment "A configuration or a set of events executed during a simulation."@en ; cims:belongsToCategory co:Package_ContingencyProfile . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory co:Package_ContingencyProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory co:Package_ContingencyProfile ; cims:stereotype uml:enumeration . nc:ContingencyConditionKind a owl:Class ; - rdfs:label "ContingencyConditionKind"@en ; - rdfs:comment "Kinds of occurrence criteria of application." ; + rdfs:label "ContingencyConditionKind" ; + rdfs:comment "Kinds of occurrence criteria of application."@en ; cims:belongsToCategory co:Package_ContingencyProfile ; cims:stereotype "NC", uml:enumeration . nc:ExceptionalContingency a owl:Class ; - rdfs:label "ExceptionalContingency"@en ; - rdfs:comment "Exceptional contingency means the simultaneous occurrence of multiple contingencies with a common cause." ; + rdfs:label "ExceptionalContingency" ; + rdfs:comment "Exceptional contingency means the simultaneous occurrence of multiple contingencies with a common cause."@en ; cims:belongsToCategory co:Package_ContingencyProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:Contingency . nc:OrdinaryContingency a owl:Class ; - rdfs:label "OrdinaryContingency"@en ; - rdfs:comment "Ordinary contingency means the occurrence of a contingency of a single branch or injection." ; + rdfs:label "OrdinaryContingency" ; + rdfs:comment "Ordinary contingency means the occurrence of a contingency of a single branch or injection."@en ; cims:belongsToCategory co:Package_ContingencyProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:Contingency . nc:OutOfRangeContingency a owl:Class ; - rdfs:label "OutOfRangeContingency"@en ; - rdfs:comment "Out of range means the simultaneous occurrence of multiple contingencies without a common cause, or a loss of power generating modules with a total loss of generation capacity exceeding the reference incident." ; + rdfs:label "OutOfRangeContingency" ; + rdfs:comment "Out of range means the simultaneous occurrence of multiple contingencies without a common cause, or a loss of power generating modules with a total loss of generation capacity exceeding the reference incident."@en ; cims:belongsToCategory co:Package_ContingencyProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:Contingency . nc:SystemOperator a owl:Class ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "System operator." ; + rdfs:label "SystemOperator" ; + rdfs:comment "System operator."@en ; cims:belongsToCategory co:Package_ContingencyProfile ; cims:stereotype "NC" . cim:Contingency.ContingencyElement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ContingencyElement"@en ; - rdfs:comment "A contingency can have any number of contingency elements." ; + rdfs:label "ContingencyElement" ; + rdfs:comment "A contingency can have any number of contingency elements."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype uml:ofAggregate ; @@ -135,8 +137,8 @@ cim:Contingency.ContingencyElement a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range cim:ContingencyElement . cim:Contingency.SimulationEvents a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SimulationEvents"@en ; - rdfs:comment "Simulation event for a contingency." ; + rdfs:label "SimulationEvents" ; + rdfs:comment "Simulation event for a contingency."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -145,8 +147,8 @@ cim:Contingency.SimulationEvents a owl:ObjectProperty, owl:FunctionalProperty, o rdfs:range cim:SimulationEvents . cim:ContingencyElement.Contingency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Contingency"@en ; - rdfs:comment "A contingency element belongs to one contingency." ; + rdfs:label "Contingency" ; + rdfs:comment "A contingency element belongs to one contingency."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Contingency.ContingencyElement ; @@ -154,8 +156,8 @@ cim:ContingencyElement.Contingency a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:Contingency . cim:ContingencyEquipment.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Equipment"@en ; - rdfs:comment "The single piece of equipment to which to apply the contingency." ; + rdfs:label "Equipment" ; + rdfs:comment "The single piece of equipment to which to apply the contingency."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Equipment.ContingencyEquipment ; @@ -163,16 +165,16 @@ cim:ContingencyEquipment.Equipment a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:Equipment . cim:ContingencyEquipment.contingentStatus a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "contingentStatus"@en ; - rdfs:comment "The status for the associated equipment when in the contingency state. This status is independent of the case to which the contingency is originally applied, but defines the equipment status when the contingency is applied." ; + rdfs:label "contingentStatus" ; + rdfs:comment "The status for the associated equipment when in the contingency state. This status is independent of the case to which the contingency is originally applied, but defines the equipment status when the contingency is applied."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ContingencyEquipment ; rdfs:range cim:ContingencyEquipmentStatusKind . cim:Equipment.ContingencyEquipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ContingencyEquipment"@en ; - rdfs:comment "The contingency equipments in which this equipment participates." ; + rdfs:label "ContingencyEquipment" ; + rdfs:comment "The contingency equipments in which this equipment participates."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ContingencyEquipment.Equipment ; @@ -180,8 +182,8 @@ cim:Equipment.ContingencyEquipment a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range cim:ContingencyEquipment . cim:SimulationEvents.Contingency a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Contingency"@en ; - rdfs:comment "Contingency which has simulation events." ; + rdfs:label "Contingency" ; + rdfs:comment "Contingency which has simulation events."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -190,8 +192,8 @@ cim:SimulationEvents.Contingency a owl:ObjectProperty, owl:FunctionalProperty, o rdfs:range cim:Contingency . nc:Contingency.EquipmentOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquipmentOperator"@en ; - rdfs:comment "System operator that is operating the equipment that is being run a contingency on." ; + rdfs:label "EquipmentOperator" ; + rdfs:comment "System operator that is operating the equipment that is being run a contingency on."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -200,16 +202,16 @@ nc:Contingency.EquipmentOperator a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SystemOperator . nc:ExceptionalContingency.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Defines the kind of relevance and criteria of application of the exceptional contingency." ; + rdfs:label "kind" ; + rdfs:comment "Defines the kind of relevance and criteria of application of the exceptional contingency."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ExceptionalContingency ; rdfs:range nc:ContingencyConditionKind . nc:SystemOperator.Contingency a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Contingency"@en ; - rdfs:comment "Contingency for the equipment that is operated by the system operator." ; + rdfs:label "Contingency" ; + rdfs:comment "Contingency for the equipment that is operated by the system operator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -218,42 +220,42 @@ nc:SystemOperator.Contingency a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range cim:Contingency . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . nc:Contingency.normalMustStudy a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalMustStudy"@en ; - rdfs:comment "Specifies the requirement of study the contingency under normal operating conditions. True means the contingency must be study in a normal scenario. False means that the contingency does not need to be included in the scenario. This is the default value if mustStudy is missing." ; + rdfs:label "normalMustStudy" ; + rdfs:comment "Specifies the requirement of study the contingency under normal operating conditions. True means the contingency must be study in a normal scenario. False means that the contingency does not need to be included in the scenario. This is the default value if mustStudy is missing."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:Contingency ; rdfs:range xsd:boolean . nc:Contingency.normalProbability a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalProbability"@en ; + rdfs:label "normalProbability" ; rdfs:comment """Normal probability of the occurrence of the contingency based on normal operational condition. The value is used as the default if the probability is missing. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -284,13 +286,13 @@ cim:Capacitance skos:exactMatch quantitykind:Capacitance . cim:Conductance skos:exactMatch quantitykind:Conductance . cim:ContingencyEquipmentStatusKind.inService a cim:ContingencyEquipmentStatusKind ; - rdfs:label "inService"@en ; - rdfs:comment "The equipment is to be put into service." ; + rdfs:label "inService" ; + rdfs:comment "The equipment is to be put into service."@en ; cims:stereotype "enum" . cim:ContingencyEquipmentStatusKind.outOfService a cim:ContingencyEquipmentStatusKind ; - rdfs:label "outOfService"@en ; - rdfs:comment "The equipment is to be taken out of service." ; + rdfs:label "outOfService" ; + rdfs:comment "The equipment is to be taken out of service."@en ; cims:stereotype "enum" . cim:CurrentFlow skos:exactMatch quantitykind:ElectricCurrent . @@ -306,8 +308,8 @@ cim:Money skos:exactMatch quantitykind:Currency . cim:PU skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory co:Package_ContingencyProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . @@ -332,13 +334,13 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:Voltage skos:exactMatch quantitykind:Voltage . @@ -348,36 +350,36 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . co:Package_ContingencyProfile a cims:ClassCategory ; - rdfs:label "ContingencyProfile"@en ; - rdfs:comment "This package contains contingency profile." . + rdfs:label "ContingencyProfile" ; + rdfs:comment "This package contains contingency profile."@en . co:Package_DocContingencyProfile a cims:ClassCategory ; - rdfs:label "DocContingencyProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocContingencyProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . nc:ContingencyConditionKind.design a nc:ContingencyConditionKind ; - rdfs:label "design"@en ; - rdfs:comment "Permanent occurrence factor which is design condition." ; + rdfs:label "design" ; + rdfs:comment "Permanent occurrence factor which is design condition."@en ; cims:stereotype "enum" . nc:ContingencyConditionKind.environmental a nc:ContingencyConditionKind ; - rdfs:label "environmental"@en ; - rdfs:comment "Temporary occurrence factor which is weather or environmental condition (e.g. storm)." ; + rdfs:label "environmental" ; + rdfs:comment "Temporary occurrence factor which is weather or environmental condition (e.g. storm)."@en ; cims:stereotype "enum" . nc:ContingencyConditionKind.geographicalLocation a nc:ContingencyConditionKind ; - rdfs:label "geographicalLocation"@en ; - rdfs:comment "Permanent occurrence factor which is specific geographical location." ; + rdfs:label "geographicalLocation" ; + rdfs:comment "Permanent occurrence factor which is specific geographical location."@en ; cims:stereotype "enum" . nc:ContingencyConditionKind.malfunction a nc:ContingencyConditionKind ; - rdfs:label "malfunction"@en ; - rdfs:comment "Temporary occurrence factor which is life time or generic malfunction affecting the risk of failure condition." ; + rdfs:label "malfunction" ; + rdfs:comment "Temporary occurrence factor which is life time or generic malfunction affecting the risk of failure condition."@en ; cims:stereotype "enum" . nc:ContingencyConditionKind.operational a nc:ContingencyConditionKind ; - rdfs:label "operational"@en ; - rdfs:comment "Temporary occurrence factor which is operational condition." ; + rdfs:label "operational" ; + rdfs:comment "Temporary occurrence factor which is operational condition."@en ; cims:stereotype "enum" . diff --git a/rdfs-improved/CGMES-NC/ttl/DatasetMetadata-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/DatasetMetadata-AP-Voc-RDFS2020.ttl index 74478d0..710de10 100644 --- a/rdfs-improved/CGMES-NC/ttl/DatasetMetadata-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/DatasetMetadata-AP-Voc-RDFS2020.ttl @@ -15,28 +15,28 @@ dm:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the dataset metadata profile."@en ; dcat:theme "vocabulary"@en ; - dct:conformsTo "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2" ; + dct:conformsTo , ; dct:creator "ENTSO-E"@en ; dct:identifier "urn:uuid:f7bb07f7-8614-4ff5-88da-2b4824b143f1" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Dataset metadata vocabulary"@en ; owl:versionIRI ; - owl:versionInfo "2.4.0"@en . + owl:versionInfo "2.4.0" . dcat:Dataset a owl:Class ; - rdfs:label "Dataset"@en ; - rdfs:comment "A collection of data, published or curated by a single source, and available for access or download in one or more representations." ; + rdfs:label "Dataset" ; + rdfs:comment "A collection of data, published or curated by a single source, and available for access or download in one or more representations."@en ; cims:belongsToCategory dm:Package_DatasetMetadataProfile ; cims:stereotype "dcat", uml:concrete . dcat-cim:alternativeVersionOf a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "alternativeVersionOf"@en ; + rdfs:label "alternativeVersionOf" ; rdfs:comment """This resource is an alternative version of a non-versioned or abstract resource. This property is intended for relating a versioned resource to a non-versioned or abstract resource at the same time express that multiple versions exist. -dcat-cim:alternativeVersionOf is a specialisation of dcat:isVersionOf with the restriction that the resource shall have a preferred version (dcat-cim:preferredVersion) so that the preferred dataset can be used when there is no need to access all alternative versions.""" ; +dcat-cim:alternativeVersionOf is a specialisation of dcat:isVersionOf with the restriction that the resource shall have a preferred version (dcat-cim:preferredVersion) so that the preferred dataset can be used when there is no need to access all alternative versions."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat-cim" ; @@ -45,11 +45,11 @@ dcat-cim:alternativeVersionOf is a specialisation of dcat:isVersionOf with the r rdfs:range dcat:Dataset . dcat-cim:hasAlternativeVersion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "hasAlternativeVersion"@en ; + rdfs:label "hasAlternativeVersion" ; rdfs:comment """This resource has a more specific, versioned alternative resource. This property is intended for relating a non-versioned or abstract resource to several versioned alternative resources, e.g. snapshots. -dcat-cim:hasAlternativeVersion is a specialisation of dcat:hasVersion with the restriction that the resource shall have a preferred version (dcat-cim:preferredVersion) so that the preferred dataset can be used when there is no need to access all alternative versions.""" ; +dcat-cim:hasAlternativeVersion is a specialisation of dcat:hasVersion with the restriction that the resource shall have a preferred version (dcat-cim:preferredVersion) so that the preferred dataset can be used when there is no need to access all alternative versions."""@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcat-cim" ; @@ -58,8 +58,8 @@ dcat-cim:hasAlternativeVersion is a specialisation of dcat:hasVersion with the r rdfs:range dcat:Dataset . dcat-cim:hasPreferredVersion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "hasPreferredVersion"@en ; - rdfs:comment "The resource that has a preferred version." ; + rdfs:label "hasPreferredVersion" ; + rdfs:comment "The resource that has a preferred version."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcat-cim" ; @@ -68,9 +68,9 @@ dcat-cim:hasPreferredVersion a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range dcat:Dataset . dcat-cim:preferredVersion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "preferredVersion"@en ; + rdfs:label "preferredVersion" ; rdfs:comment """The preferred version of a resource in a lineage of alternative versions. -This property is used to specify a specific version to be the preference in a chain of alternatives, consisting of snapshots of a resource.""" ; +This property is used to specify a specific version to be the preference in a chain of alternatives, consisting of snapshots of a resource."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat-cim" ; @@ -79,10 +79,10 @@ This property is used to specify a specific version to be the preference in a ch rdfs:range dcat:Dataset . dcat:Dataset.publisher a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "publisher"@en ; + rdfs:label "publisher" ; rdfs:comment """An entity responsible for making the resource available. [CIM context: -The agent that is publishing the dataset on the given platform.]""" ; +The agent that is publishing the dataset on the given platform.]"""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -91,8 +91,8 @@ The agent that is publishing the dataset on the given platform.]""" ; rdfs:range dcat:Dataset . dcat:Resource7 a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource7"@en ; - rdfs:comment "The resoource of a previous version that has this next version." ; + rdfs:label "Resource7" ; + rdfs:comment "The resoource of a previous version that has this next version."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -101,8 +101,8 @@ dcat:Resource7 a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunction rdfs:range dcat:Dataset . dcat:Resource8 a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource8"@en ; - rdfs:comment "The resource that has this next version." ; + rdfs:label "Resource8" ; + rdfs:comment "The resource that has this next version."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -111,8 +111,8 @@ dcat:Resource8 a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunction rdfs:range dcat:Dataset . dcat:Resource9 a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource9"@en ; - rdfs:comment "The resource that has this current version." ; + rdfs:label "Resource9" ; + rdfs:comment "The resource that has this current version."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -121,11 +121,11 @@ dcat:Resource9 a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunction rdfs:range dcat:Dataset . dcat:hasCurrentVersion a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "hasCurrentVersion"@en ; + rdfs:label "hasCurrentVersion" ; rdfs:comment """This resource has a more specific, versioned resource with equivalent content. This property is intended for relating a non-versioned or abstract resource to a single snapshot that can be used as a permalink to indicate the current version of the content. -The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle.""" ; +The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -134,11 +134,11 @@ The notion of version used by this property is limited to versions resulting fro rdfs:range dcat:Dataset . dcat:hasVersion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "hasVersion"@en ; + rdfs:label "hasVersion" ; rdfs:comment """This resource is a version of a non-versioned or abstract resource. This property is intended for relating a versioned resource to a non-versioned or abstract resource. -The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dct:isVersionOf, which makes use of a broader notion of version, including editions and adaptations.""" ; +The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dct:isVersionOf, which makes use of a broader notion of version, including editions and adaptations."""@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcat" ; @@ -147,8 +147,8 @@ The notion of version used by this property is limited to versions resulting fro rdfs:range dcat:Dataset . dcat:inSeries a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "inSeries"@en ; - rdfs:comment "A dataset series of which the dataset is part." ; + rdfs:label "inSeries" ; + rdfs:comment "A dataset series of which the dataset is part."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -157,10 +157,10 @@ dcat:inSeries a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range dcat:Dataset . dcat:isVersionOf a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "isVersionOf"@en ; + rdfs:label "isVersionOf" ; rdfs:comment """This resource has a more specific, versioned resource. This property is intended for relating a non-versioned or abstract resource to several versioned resources, e.g., snapshots. -The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dct:hasVersion, which makes use of a broader notion of version, including editions and adaptations.""" ; +The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dct:hasVersion, which makes use of a broader notion of version, including editions and adaptations."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -169,8 +169,8 @@ The notion of version used by this property is limited to versions resulting fro rdfs:range dcat:Dataset . dcat:nextVersion a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "nextVersion"@en ; - rdfs:comment "The next version for the resource." ; + rdfs:label "nextVersion" ; + rdfs:comment "The next version for the resource."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -179,11 +179,11 @@ dcat:nextVersion a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFuncti rdfs:range dcat:Dataset . dcat:previousVersion a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "previousVersion"@en ; + rdfs:label "previousVersion" ; rdfs:comment """The previous version of a resource in a lineage. This property is meant to be used to specify a version chain, consisting of snapshots of a resource. -The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. One of the typical cases here is representing the history of the versions of a dataset that have been released over time.""" ; +The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. One of the typical cases here is representing the history of the versions of a dataset that have been released over time."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -192,8 +192,8 @@ The notion of version used by this property is limited to versions resulting fro rdfs:range dcat:Dataset . dcat:seriesMember a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "seriesMember"@en ; - rdfs:comment "A dataset that is member of this series." ; + rdfs:label "seriesMember" ; + rdfs:comment "A dataset that is member of this series."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcat" ; @@ -202,8 +202,8 @@ dcat:seriesMember a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range dcat:Dataset . dct:HasPart a owl:ObjectProperty ; - rdfs:label "HasPart"@en ; - rdfs:comment "The dataset which is part of another dataset." ; + rdfs:label "HasPart" ; + rdfs:comment "The dataset which is part of another dataset."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -212,8 +212,8 @@ dct:HasPart a owl:ObjectProperty ; rdfs:range dcat:Dataset . dct:IsPartOf a owl:ObjectProperty ; - rdfs:label "IsPartOf"@en ; - rdfs:comment "The dataset which this datatset is part of." ; + rdfs:label "IsPartOf" ; + rdfs:comment "The dataset which this datatset is part of."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -222,8 +222,8 @@ dct:IsPartOf a owl:ObjectProperty ; rdfs:range dcat:Dataset . dct:Resource1 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource1"@en ; - rdfs:comment "The resource that has these access rights." ; + rdfs:label "Resource1" ; + rdfs:comment "The resource that has these access rights."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -232,8 +232,8 @@ dct:Resource1 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range dcat:Dataset . dct:Resource10 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource10"@en ; - rdfs:comment "The resource that has this spatial location." ; + rdfs:label "Resource10" ; + rdfs:comment "The resource that has this spatial location."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -242,8 +242,8 @@ dct:Resource10 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range dcat:Dataset . dct:Resource11 a owl:ObjectProperty ; - rdfs:label "Resource11"@en ; - rdfs:comment "The resource that is made available." ; + rdfs:label "Resource11" ; + rdfs:comment "The resource that is made available."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -252,8 +252,8 @@ dct:Resource11 a owl:ObjectProperty ; rdfs:range dcat:Dataset . dct:Resource12 a owl:ObjectProperty ; - rdfs:label "Resource12"@en ; - rdfs:comment "The resource that replaces the referenced resource." ; + rdfs:label "Resource12" ; + rdfs:comment "The resource that replaces the referenced resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -262,8 +262,8 @@ dct:Resource12 a owl:ObjectProperty ; rdfs:range dcat:Dataset . dct:Resource13 a owl:ObjectProperty ; - rdfs:label "Resource13"@en ; - rdfs:comment "The resource that has these recerences." ; + rdfs:label "Resource13" ; + rdfs:comment "The resource that has these recerences."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -272,8 +272,8 @@ dct:Resource13 a owl:ObjectProperty ; rdfs:range dcat:Dataset . dct:Resource2 a owl:ObjectProperty ; - rdfs:label "Resource2"@en ; - rdfs:comment "The resource that conforms to." ; + rdfs:label "Resource2" ; + rdfs:comment "The resource that conforms to."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -282,8 +282,8 @@ dct:Resource2 a owl:ObjectProperty ; rdfs:range dcat:Dataset . dct:Resource3 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource3"@en ; - rdfs:comment "The resource that has this license." ; + rdfs:label "Resource3" ; + rdfs:comment "The resource that has this license."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -292,8 +292,8 @@ dct:Resource3 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range dcat:Dataset . dct:Resource4 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource4"@en ; - rdfs:comment "The resource that has this type." ; + rdfs:label "Resource4" ; + rdfs:comment "The resource that has this type."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -302,8 +302,8 @@ dct:Resource4 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range dcat:Dataset . dct:Resource5 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource5"@en ; - rdfs:comment "The resource that has this periodicity." ; + rdfs:label "Resource5" ; + rdfs:comment "The resource that has this periodicity."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -312,8 +312,8 @@ dct:Resource5 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range dcat:Dataset . dct:Resource6 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource6"@en ; - rdfs:comment "The resource that has this source." ; + rdfs:label "Resource6" ; + rdfs:comment "The resource that has this source."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -322,10 +322,10 @@ dct:Resource6 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range dcat:Dataset . dct:accessRights a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "accessRights"@en ; + rdfs:label "accessRights" ; rdfs:comment """Information about who access the resource or an indication of its security status. Access Rights may include information regarding access or restrictions based on privacy, security, or other policies. [CIM context: -Reference to the confidentiality level that shall be applied when handling this model.].""" ; +Reference to the confidentiality level that shall be applied when handling this model.]."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -334,10 +334,10 @@ Reference to the confidentiality level that shall be applied when handling this rdfs:range dcat:Dataset . dct:accrualPeriodicity a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "accrualPeriodicity"@en ; + rdfs:label "accrualPeriodicity" ; rdfs:comment """The frequency with which items are added to a collection. [CIM context: -Reference to the time frame.].""" ; +Reference to the time frame.]."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -346,11 +346,11 @@ Reference to the time frame.].""" ; rdfs:range dcat:Dataset . dct:conformsTo a owl:ObjectProperty ; - rdfs:label "conformsTo"@en ; + rdfs:label "conformsTo" ; rdfs:comment """An established standard to which the described resource conforms. [CIM context: An IRI describing the profile that governs this model. It uniquely identifies the profile and its version. Multiple instances of the property describe all standards or specifications to which the model and the document representing this model conform to. -A document would normally conform to profile definitions, the constraints that relate to the profile and/or the set of business specific constrains. A reference to a machine- readable constraints or specification indicates that the document was tested against these constraints and it conforms to them.].""" ; +A document would normally conform to profile definitions, the constraints that relate to the profile and/or the set of business specific constrains. A reference to a machine- readable constraints or specification indicates that the document was tested against these constraints and it conforms to them.]."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -359,10 +359,10 @@ A document would normally conform to profile definitions, the constraints that r rdfs:range dcat:Dataset . dct:license a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "license"@en ; + rdfs:label "license" ; rdfs:comment """A legal document giving official permission to do something with the resource. Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided. [CIM context: -Reference to the license under which the data is made available. If no license holder is defined, then the original data provider holds the license.].""" ; +Reference to the license under which the data is made available. If no license holder is defined, then the original data provider holds the license.]."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -371,10 +371,10 @@ Reference to the license under which the data is made available. If no license h rdfs:range dcat:Dataset . dct:references a owl:ObjectProperty ; - rdfs:label "references"@en ; + rdfs:label "references" ; rdfs:comment """A related resource that is referenced, cited, or otherwise pointed to by the described resource[. [CIM context: -The referenced resource that is being complemented in this dataset, e.g. SSH is referencing EQ.]""" ; +The referenced resource that is being complemented in this dataset, e.g. SSH is referencing EQ.]"""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -383,10 +383,10 @@ The referenced resource that is being complemented in this dataset, e.g. SSH is rdfs:range dcat:Dataset . dct:replaces a owl:ObjectProperty ; - rdfs:label "replaces"@en ; + rdfs:label "replaces" ; rdfs:comment """A related resource that is supplanted, displaced, or superseded by the described resource [CIM context: -The referenced dataset is being replaced by this dataset.]""" ; +The referenced dataset is being replaced by this dataset.]"""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -395,9 +395,9 @@ The referenced dataset is being replaced by this dataset.]""" ; rdfs:range dcat:Dataset . dct:source a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "source"@en ; + rdfs:label "source" ; rdfs:comment """A related resource from which the described resource is derived. -This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system.""" ; +This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -406,10 +406,10 @@ This property is intended to be used with non-literal values. The described reso rdfs:range dcat:Dataset . dct:spatial a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "spatial"@en ; + rdfs:label "spatial" ; rdfs:comment """The geographical area covered by the dataset. [CIM context: -The responsibility area that multiple model can describe, also referred to frame.]""" ; +The responsibility area that multiple model can describe, also referred to frame.]"""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -418,8 +418,8 @@ The responsibility area that multiple model can describe, also referred to frame rdfs:range dcat:Dataset . dct:type a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "type"@en ; - rdfs:comment "The nature or genre of the resource. Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMI-TYPE]. To describe the file format, physical medium, or dimensions of the resource, use the property Format." ; + rdfs:label "type" ; + rdfs:comment "The nature or genre of the resource. Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMI-TYPE]. To describe the file format, physical medium, or dimensions of the resource, use the property Format."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -428,8 +428,8 @@ dct:type a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range dcat:Dataset . eumd:Model1 a owl:ObjectProperty ; - rdfs:label "Model1"@en ; - rdfs:comment "The model taht uses these settings." ; + rdfs:label "Model1" ; + rdfs:comment "The model taht uses these settings."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "eumd" ; @@ -438,8 +438,8 @@ eumd:Model1 a owl:ObjectProperty ; rdfs:range dcat:Dataset . eumd:Model2 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Model2"@en ; - rdfs:comment "The model for this process type." ; + rdfs:label "Model2" ; + rdfs:comment "The model for this process type."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "eumd" ; @@ -448,8 +448,8 @@ eumd:Model2 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range dcat:Dataset . eumd:processType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "processType"@en ; - rdfs:comment "The exact business nature. Reference to Business Process configurations." ; + rdfs:label "processType" ; + rdfs:comment "The exact business nature. Reference to Business Process configurations."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "eumd" ; @@ -458,8 +458,8 @@ eumd:processType a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range dcat:Dataset . eumd:usedSettings a owl:ObjectProperty ; - rdfs:label "usedSettings"@en ; - rdfs:comment "Reference to a set of parameters describing used settings (e.g. power flow settings, process settings, etc.) applied to the model prior its serialisation." ; + rdfs:label "usedSettings" ; + rdfs:comment "Reference to a set of parameters describing used settings (e.g. power flow settings, process settings, etc.) applied to the model prior its serialisation."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; cims:stereotype "eumd" ; @@ -468,8 +468,8 @@ eumd:usedSettings a owl:ObjectProperty ; rdfs:range dcat:Dataset . prov:Entity a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Entity"@en ; - rdfs:comment "The entity that generated by this activity." ; + rdfs:label "Entity" ; + rdfs:comment "The entity that generated by this activity."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "prov" ; @@ -478,10 +478,10 @@ prov:Entity a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range dcat:Dataset . prov:wasGeneratedBy a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "wasGeneratedBy"@en ; + rdfs:label "wasGeneratedBy" ; rdfs:comment """Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. [CIM context: -Reference to an activity or the exact business nature (process, configuration) which produced or uses the model.].""" ; +Reference to an activity or the exact business nature (process, configuration) which produced or uses the model.]."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "prov" ; @@ -490,127 +490,127 @@ Reference to an activity or the exact business nature (process, configuration) w rdfs:range dcat:Dataset . adms:versionNotes a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "versionNotes"@en ; - rdfs:comment "A description of changes between this version and the previous version of the resource." ; + rdfs:label "versionNotes" ; + rdfs:comment "A description of changes between this version and the previous version of the resource."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "adms", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:string . dcat:endDate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "endDate"@en ; + rdfs:label "endDate" ; rdfs:comment """This property contains the end of the period. [CIM context: -The end date and time of the validity period of the model that it is serialized in the document where the header is located. It is only used in relation to the startDate property which indicates the beginning of the validity period of the model.].""" ; +The end date and time of the validity period of the model that it is serialized in the document where the header is located. It is only used in relation to the startDate property which indicates the beginning of the validity period of the model.]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:dateTimeStamp . dcat:keyword a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "keyword"@en ; + rdfs:label "keyword" ; rdfs:comment """A keyword or tag describing a resource. [CIM context: The intended content type of the model, usually the profile keyword. Used to identify what profiles and content is expected in the document, e.g., Equipment, Boundary, SSH, AE, etc. The same keyword is used for different versions of same profile. It can be also used to identify different content based on the same profile. -For instance, as the equipment profile can be used for both boundary data and equipment not related to boundary, the keyword is different to indicate that boundary data is exchanged. In order to avoid ambiguity the property is not exchanged in cases where the document contains multiple profiles referenced by dct:conformsTo.].""" ; +For instance, as the equipment profile can be used for both boundary data and equipment not related to boundary, the keyword is different to indicate that boundary data is exchanged. In order to avoid ambiguity the property is not exchanged in cases where the document contains multiple profiles referenced by dct:conformsTo.]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:string . dcat:startDate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startDate"@en ; + rdfs:label "startDate" ; rdfs:comment """This property contains the start of the period. [CIM context: -The date and time that this model represents, i.e. for which the model is (or was) valid. It indicates the beginning of the validity period. It is indicating either an instant (in cases where the model is only valid for a point in time) or the start time of a period. If not provided the model is considered valid for any time stamp. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.].""" ; +The date and time that this model represents, i.e. for which the model is (or was) valid. It indicates the beginning of the validity period. It is indicating either an instant (in cases where the model is only valid for a point in time) or the start time of a period. If not provided the model is considered valid for any time stamp. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:dateTimeStamp . dcat:temporalResolution a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "temporalResolution"@en ; + rdfs:label "temporalResolution" ; rdfs:comment """Minimum time period resolvable in a dataset. [CIM context: -Describes the Market Time Unit (MTU), e.g. hourly, 15 min., etc.]""" ; +Describes the Market Time Unit (MTU), e.g. hourly, 15 min., etc.]"""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:duration . dcat:version a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "version"@en ; - rdfs:comment "The version indicator (name or identifier) of a resource." ; + rdfs:label "version" ; + rdfs:comment "The version indicator (name or identifier) of a resource."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:string . dct:description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; + rdfs:label "description" ; rdfs:comment """A free-text account of the resource. -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.""" ; +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:string . dct:identifier a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "identifier"@en ; + rdfs:label "identifier" ; rdfs:comment """A unique identifier of the resource being described or cataloged. The identifier might be used as part of the IRI of the resource, but still having it represented explicitly is useful. The identifier is a text string which is assigned to the resource to provide an unambiguous reference within a particular context. [CIM context: A unique identifier of the model which is serialised in the document where the header is located. The identifier is persistent for a given version of the model and shall change when the model changes. -If a model is serialized as complete (full) model or as difference model exchange the identifier shall be the same. The identifier shall not be used as an identifier of the document which can be different for a given version of a model.].""" ; +If a model is serialized as complete (full) model or as difference model exchange the identifier shall be the same. The identifier shall not be used as an identifier of the document which can be different for a given version of a model.]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:string . dct:issued a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "issued"@en ; + rdfs:label "issued" ; rdfs:comment """Date of formal issuance of the resource. Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. [CIM context: -Reference to the date that the complete data set was made valid/available.].""" ; +Reference to the date that the complete data set was made valid/available.]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:dateTime . dct:rights a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rights"@en ; - rdfs:comment "A statement that concerns all rights not addressed with dct:license or dct:accessRights, such as copyright statements." ; + rdfs:label "rights" ; + rdfs:comment "A statement that concerns all rights not addressed with dct:license or dct:accessRights, such as copyright statements."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:string . dct:rightsHolder a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rightsHolder"@en ; + rdfs:label "rightsHolder" ; rdfs:comment """Information about rights held in and over the resource. -Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided.""" ; +Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:string . dct:title a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "title"@en ; + rdfs:label "title" ; rdfs:comment """A name given to the resource. [CIM context: -The human readable name of the dataset that can form the instance file name.]""" ; +The human readable name of the dataset that can form the instance file name.]"""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Dataset ; rdfs:range xsd:string . prov:generatedAtTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "generatedAtTime"@en ; + rdfs:label "generatedAtTime" ; rdfs:comment """Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. [CIM context: -The date and time when the model was serialized in the document where the header is located. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.].""" ; +The date and time when the model was serialized in the document where the header is located. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute, "prov" ; rdfs:domain dcat:Dataset ; @@ -619,11 +619,11 @@ The date and time when the model was serialized in the document where the header dcat:Dataset.Resource11 a owl:InverseFunctionalProperty . dm:Package_DatasetMetadataProfile a cims:ClassCategory ; - rdfs:label "DatasetMetadataProfile"@en ; - rdfs:comment "The package describes the profile of metadata for dataset and distribution." . + rdfs:label "DatasetMetadataProfile" ; + rdfs:comment "The package describes the profile of metadata for dataset and distribution."@en . dm:Package_DocDatasetMetadataProfile a cims:ClassCategory ; - rdfs:label "DocDatasetMetadataProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS metadata." . + rdfs:label "DocDatasetMetadataProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS metadata."@en . diff --git a/rdfs-improved/CGMES-NC/ttl/EquipmentReliability-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/EquipmentReliability-AP-Voc-RDFS2020.ttl index 50efe03..3602ae2 100644 --- a/rdfs-improved/CGMES-NC/ttl/EquipmentReliability-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/EquipmentReliability-AP-Voc-RDFS2020.ttl @@ -14,1519 +14,1521 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . er:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the equipment reliability profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "ER" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:5f727c5c-b49f-47be-b750-a00fefb7e806" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Equipment Reliability Vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:ACDCConverter a owl:Class ; - rdfs:label "ACDCConverter"@en ; - rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion." ; + rdfs:label "ACDCConverter" ; + rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:ACDCTerminal a owl:Class ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile . cim:ConductingEquipment a owl:Class ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:Equipment . cim:Conductor a owl:Class ; - rdfs:label "Conductor"@en ; - rdfs:comment "Combination of conducting material with consistent electrical characteristics, building a single electrical system, used to carry current between points in the power system." ; + rdfs:label "Conductor" ; + rdfs:comment "Combination of conducting material with consistent electrical characteristics, building a single electrical system, used to carry current between points in the power system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:ConnectivityNode a owl:Class ; - rdfs:label "ConnectivityNode"@en ; - rdfs:comment "Connectivity nodes are points where terminals of AC conducting equipment are connected together with zero impedance." ; + rdfs:label "ConnectivityNode" ; + rdfs:comment "Connectivity nodes are points where terminals of AC conducting equipment are connected together with zero impedance."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:ConnectivityNodeContainer a owl:Class ; - rdfs:label "ConnectivityNodeContainer"@en ; - rdfs:comment "A base class for all objects that may contain connectivity nodes or topological nodes." ; + rdfs:label "ConnectivityNodeContainer" ; + rdfs:comment "A base class for all objects that may contain connectivity nodes or topological nodes."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:PowerSystemResource . cim:ControlArea a owl:Class ; - rdfs:label "ControlArea"@en ; + rdfs:label "ControlArea" ; rdfs:comment """A control area is a grouping of generating units and/or loads and a cutset of tie lines (as terminals) which may be used for a variety of purposes including automatic generation control, power flow solution area interchange control specification, and input to load forecasting. All generation and load within the area defined by the terminals on the border are considered in the area interchange control. Note that any number of overlapping control area specifications can be superimposed on the physical model. The following general principles apply to ControlArea: 1. The control area orientation for net interchange is positive for an import, negative for an export. 2. The control area net interchange is determined by summing flows in Terminals. The Terminals are identified by creating a set of TieFlow objects associated with a ControlArea object. Each TieFlow object identifies one Terminal. 3. In a single network model, a tie between two control areas must be modelled in both control area specifications, such that the two representations of the tie flow sum to zero. -4. The normal orientation of Terminal flow is positive for flow into the conducting equipment that owns the Terminal. (i.e. flow from a bus into a device is positive.) However, the orientation of each flow in the control area specification must align with the control area convention, i.e. import is positive. If the orientation of the Terminal flow referenced by a TieFlow is positive into the control area, then this is confirmed by setting TieFlow.positiveFlowIn flag TRUE. If not, the orientation must be reversed by setting the TieFlow.positiveFlowIn flag FALSE.""" ; +4. The normal orientation of Terminal flow is positive for flow into the conducting equipment that owns the Terminal. (i.e. flow from a bus into a device is positive.) However, the orientation of each flow in the control area specification must align with the control area convention, i.e. import is positive. If the orientation of the Terminal flow referenced by a TieFlow is positive into the control area, then this is confirmed by setting TieFlow.positiveFlowIn flag TRUE. If not, the orientation must be reversed by setting the TieFlow.positiveFlowIn flag FALSE."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:Currency a owl:Class ; - rdfs:label "Currency"@en ; - rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code." ; + rdfs:label "Currency" ; + rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:enumeration . cim:Curve a owl:Class ; - rdfs:label "Curve"@en ; - rdfs:comment "A multi-purpose curve or functional relationship between an independent variable (X-axis) and dependent (Y-axis) variables." ; + rdfs:label "Curve" ; + rdfs:comment "A multi-purpose curve or functional relationship between an independent variable (X-axis) and dependent (Y-axis) variables."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:CurveData a owl:Class ; - rdfs:label "CurveData"@en ; - rdfs:comment "Multi-purpose data points for defining a curve. The use of this generic class is discouraged if a more specific class can be used to specify the X and Y axis values along with their specific data types." ; + rdfs:label "CurveData" ; + rdfs:comment "Multi-purpose data points for defining a curve. The use of this generic class is discouraged if a more specific class can be used to specify the X and Y axis values along with their specific data types."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:concrete . cim:CurveStyle a owl:Class ; - rdfs:label "CurveStyle"@en ; - rdfs:comment "Style or shape of curve." ; + rdfs:label "CurveStyle" ; + rdfs:comment "Style or shape of curve."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:enumeration . cim:DCBreaker a owl:Class ; - rdfs:label "DCBreaker"@en ; - rdfs:comment "A breaker within a DC system." ; + rdfs:label "DCBreaker" ; + rdfs:comment "A breaker within a DC system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCSwitch . cim:DCBusbar a owl:Class ; - rdfs:label "DCBusbar"@en ; - rdfs:comment "A busbar within a DC system." ; + rdfs:label "DCBusbar" ; + rdfs:comment "A busbar within a DC system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCChopper a owl:Class ; - rdfs:label "DCChopper"@en ; - rdfs:comment "Low resistance equipment used in the internal DC circuit to balance voltages. It has typically positive and negative pole terminals and a ground." ; + rdfs:label "DCChopper" ; + rdfs:comment "Low resistance equipment used in the internal DC circuit to balance voltages. It has typically positive and negative pole terminals and a ground."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCConductingEquipment a owl:Class ; - rdfs:label "DCConductingEquipment"@en ; - rdfs:comment "The parts of the DC power system that are designed to carry current or that are conductively connected through DC terminals." ; + rdfs:label "DCConductingEquipment" ; + rdfs:comment "The parts of the DC power system that are designed to carry current or that are conductively connected through DC terminals."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:Equipment . cim:DCConverterUnit a owl:Class ; - rdfs:label "DCConverterUnit"@en ; - rdfs:comment "Indivisible operative unit comprising all equipment between the point of common coupling on the AC side and the point of common coupling – DC side, essentially one or more converters, together with one or more converter transformers, converter control equipment, essential protective and switching devices and auxiliaries, if any, used for conversion." ; + rdfs:label "DCConverterUnit" ; + rdfs:comment "Indivisible operative unit comprising all equipment between the point of common coupling on the AC side and the point of common coupling – DC side, essentially one or more converters, together with one or more converter transformers, converter control equipment, essential protective and switching devices and auxiliaries, if any, used for conversion."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCEquipmentContainer . cim:DCDisconnector a owl:Class ; - rdfs:label "DCDisconnector"@en ; - rdfs:comment "A disconnector within a DC system." ; + rdfs:label "DCDisconnector" ; + rdfs:comment "A disconnector within a DC system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCSwitch . cim:DCEquipmentContainer a owl:Class ; - rdfs:label "DCEquipmentContainer"@en ; - rdfs:comment "A modelling construct to provide a root class for containment of DC as well as AC equipment. The class differ from the EquipmentContaner for AC in that it may also contain DCNode-s. Hence it can contain both AC and DC equipment." ; + rdfs:label "DCEquipmentContainer" ; + rdfs:comment "A modelling construct to provide a root class for containment of DC as well as AC equipment. The class differ from the EquipmentContaner for AC in that it may also contain DCNode-s. Hence it can contain both AC and DC equipment."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:EquipmentContainer . cim:DCGround a owl:Class ; - rdfs:label "DCGround"@en ; - rdfs:comment "A ground within a DC system." ; + rdfs:label "DCGround" ; + rdfs:comment "A ground within a DC system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCLine a owl:Class ; - rdfs:label "DCLine"@en ; - rdfs:comment "Overhead lines and/or cables connecting two or more HVDC substations." ; + rdfs:label "DCLine" ; + rdfs:comment "Overhead lines and/or cables connecting two or more HVDC substations."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete . cim:DCLineSegment a owl:Class ; - rdfs:label "DCLineSegment"@en ; - rdfs:comment "A wire or combination of wires not insulated from one another, with consistent electrical characteristics, used to carry direct current between points in the DC region of the power system." ; + rdfs:label "DCLineSegment" ; + rdfs:comment "A wire or combination of wires not insulated from one another, with consistent electrical characteristics, used to carry direct current between points in the DC region of the power system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCNode a owl:Class ; - rdfs:label "DCNode"@en ; - rdfs:comment "DC nodes are points where terminals of DC conducting equipment are connected together with zero impedance." ; + rdfs:label "DCNode" ; + rdfs:comment "DC nodes are points where terminals of DC conducting equipment are connected together with zero impedance."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:DCSeriesDevice a owl:Class ; - rdfs:label "DCSeriesDevice"@en ; - rdfs:comment "A series device within the DC system, typically a reactor used for filtering or smoothing. Needed for transient and short circuit studies." ; + rdfs:label "DCSeriesDevice" ; + rdfs:comment "A series device within the DC system, typically a reactor used for filtering or smoothing. Needed for transient and short circuit studies."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCShunt a owl:Class ; - rdfs:label "DCShunt"@en ; - rdfs:comment "A shunt device within the DC system, typically used for filtering. Needed for transient and short circuit studies." ; + rdfs:label "DCShunt" ; + rdfs:comment "A shunt device within the DC system, typically used for filtering. Needed for transient and short circuit studies."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCSwitch a owl:Class ; - rdfs:label "DCSwitch"@en ; - rdfs:comment "A switch within the DC system." ; + rdfs:label "DCSwitch" ; + rdfs:comment "A switch within the DC system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:EnergyConnection a owl:Class ; - rdfs:label "EnergyConnection"@en ; - rdfs:comment "A connection of energy generation or consumption on the power system model." ; + rdfs:label "EnergyConnection" ; + rdfs:comment "A connection of energy generation or consumption on the power system model."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EnergyConsumer a owl:Class ; - rdfs:label "EnergyConsumer"@en ; + rdfs:label "EnergyConsumer" ; rdfs:comment """Generic user of energy - a point of consumption on the power system model. -EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False.""" ; +EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EnergyConnection . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description" ; rdfs:subClassOf cim:PowerSystemResource . cim:EquipmentContainer a owl:Class ; - rdfs:label "EquipmentContainer"@en ; - rdfs:comment "A modelling construct to provide a root class for containing equipment." ; + rdfs:label "EquipmentContainer" ; + rdfs:comment "A modelling construct to provide a root class for containing equipment."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:ConnectivityNodeContainer . cim:EquivalentInjection a owl:Class ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete . cim:Feeder a owl:Class ; - rdfs:label "Feeder"@en ; + rdfs:label "Feeder" ; rdfs:comment """A collection of equipment for organizational purposes, used for grouping distribution resources. -The organization a feeder does not necessarily reflect connectivity or current operation state.""" ; +The organization a feeder does not necessarily reflect connectivity or current operation state."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquipmentContainer . cim:FossilFuel a owl:Class ; - rdfs:label "FossilFuel"@en ; - rdfs:comment "The fossil fuel consumed by the non-nuclear thermal generating unit. For example, coal, oil, gas, etc. These are the specific fuels that the generating unit can consume." ; + rdfs:label "FossilFuel" ; + rdfs:comment "The fossil fuel consumed by the non-nuclear thermal generating unit. For example, coal, oil, gas, etc. These are the specific fuels that the generating unit can consume."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete . cim:GeneratingUnit a owl:Class ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:Equipment . cim:HydroPowerPlant a owl:Class ; - rdfs:label "HydroPowerPlant"@en ; - rdfs:comment "A hydro power station which can generate or pump. When generating, the generator turbines receive water from an upper reservoir. When pumping, the pumps receive their water from a lower reservoir." ; + rdfs:label "HydroPowerPlant" ; + rdfs:comment "A hydro power station which can generate or pump. When generating, the generator turbines receive water from an upper reservoir. When pumping, the pumps receive their water from a lower reservoir."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete . cim:HydroPump a owl:Class ; - rdfs:label "HydroPump"@en ; - rdfs:comment "A synchronous motor-driven pump, typically associated with a pumped storage plant." ; + rdfs:label "HydroPump" ; + rdfs:comment "A synchronous motor-driven pump, typically associated with a pumped storage plant."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:Equipment . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile . cim:Line a owl:Class ; - rdfs:label "Line"@en ; - rdfs:comment "Contains equipment beyond a substation belonging to a power transmission line." ; + rdfs:label "Line" ; + rdfs:comment "Contains equipment beyond a substation belonging to a power transmission line."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EquipmentContainer . cim:NuclearGeneratingUnit a owl:Class ; - rdfs:label "NuclearGeneratingUnit"@en ; - rdfs:comment "A nuclear generating unit." ; + rdfs:label "NuclearGeneratingUnit" ; + rdfs:comment "A nuclear generating unit."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . cim:OperationalLimit a owl:Class ; - rdfs:label "OperationalLimit"@en ; + rdfs:label "OperationalLimit" ; rdfs:comment """A value and normal value associated with a specific kind of limit. The sub class value and normalValue attributes vary inversely to the associated OperationalLimitType.acceptableDuration (acceptableDuration for short). -If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration.""" ; +If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:OperationalLimitDirectionKind a owl:Class ; - rdfs:label "OperationalLimitDirectionKind"@en ; - rdfs:comment "The direction attribute describes the side of a limit that is a violation." ; + rdfs:label "OperationalLimitDirectionKind" ; + rdfs:comment "The direction attribute describes the side of a limit that is a violation."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:enumeration . cim:OperationalLimitSet a owl:Class ; - rdfs:label "OperationalLimitSet"@en ; - rdfs:comment "A set of limits associated with equipment. Sets of limits might apply to a specific temperature, or season for example. A set of limits may contain different severities of limit levels that would apply to the same equipment. The set may contain limits of different types such as apparent power and current limits or high and low voltage limits that are logically applied together as a set." ; + rdfs:label "OperationalLimitSet" ; + rdfs:comment "A set of limits associated with equipment. Sets of limits might apply to a specific temperature, or season for example. A set of limits may contain different severities of limit levels that would apply to the same equipment. The set may contain limits of different types such as apparent power and current limits or high and low voltage limits that are logically applied together as a set."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:OperationalLimitType a owl:Class ; - rdfs:label "OperationalLimitType"@en ; - rdfs:comment "The operational meaning of a category of limits." ; + rdfs:label "OperationalLimitType" ; + rdfs:comment "The operational meaning of a category of limits."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:Organisation a owl:Class ; - rdfs:label "Organisation"@en ; - rdfs:comment "Organisation that might have roles as utility, contractor, supplier, manufacturer, customer, etc." ; + rdfs:label "Organisation" ; + rdfs:comment "Organisation that might have roles as utility, contractor, supplier, manufacturer, customer, etc."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:OrganisationRole a owl:Class ; - rdfs:label "OrganisationRole"@en ; - rdfs:comment "Identifies a way in which an organisation may participate in the utility enterprise (e.g., customer, manufacturer, etc)." ; + rdfs:label "OrganisationRole" ; + rdfs:comment "Identifies a way in which an organisation may participate in the utility enterprise (e.g., customer, manufacturer, etc)."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:PowerElectronicsUnit a owl:Class ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:Equipment . cim:PowerSystemResource a owl:Class ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:ReactiveCapabilityCurve a owl:Class ; - rdfs:label "ReactiveCapabilityCurve"@en ; - rdfs:comment "Reactive power rating envelope versus the synchronous machine's active power, in both the generating and motoring modes. For each active power value there is a corresponding high and low reactive power limit value. Typically there will be a separate curve for each coolant condition, such as hydrogen pressure. The Y1 axis values represent reactive minimum and the Y2 axis values represent reactive maximum." ; + rdfs:label "ReactiveCapabilityCurve" ; + rdfs:comment "Reactive power rating envelope versus the synchronous machine's active power, in both the generating and motoring modes. For each active power value there is a corresponding high and low reactive power limit value. Typically there will be a separate curve for each coolant condition, such as hydrogen pressure. The Y1 axis values represent reactive minimum and the Y2 axis values represent reactive maximum."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Curve . cim:RegulatingCondEq a owl:Class ; - rdfs:label "RegulatingCondEq"@en ; - rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network." ; + rdfs:label "RegulatingCondEq" ; + rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:EnergyConnection . cim:Reservoir a owl:Class ; - rdfs:label "Reservoir"@en ; - rdfs:comment "A water storage facility within a hydro system, including: ponds, lakes, lagoons, and rivers. The storage is usually behind some type of dam." ; + rdfs:label "Reservoir" ; + rdfs:comment "A water storage facility within a hydro system, including: ponds, lakes, lagoons, and rivers. The storage is usually behind some type of dam."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:Substation a owl:Class ; - rdfs:label "Substation"@en ; - rdfs:comment "A collection of equipment for purposes other than generation or utilization, through which electric energy in bulk is passed for the purposes of switching or modifying its characteristics." ; + rdfs:label "Substation" ; + rdfs:comment "A collection of equipment for purposes other than generation or utilization, through which electric energy in bulk is passed for the purposes of switching or modifying its characteristics."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EquipmentContainer . cim:SynchronousMachine a owl:Class ; - rdfs:label "SynchronousMachine"@en ; - rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump." ; + rdfs:label "SynchronousMachine" ; + rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile . cim:TapChanger a owl:Class ; - rdfs:label "TapChanger"@en ; - rdfs:comment "Mechanism for changing transformer winding tap positions." ; + rdfs:label "TapChanger" ; + rdfs:comment "Mechanism for changing transformer winding tap positions."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description" . cim:Terminal a owl:Class ; - rdfs:label "Terminal"@en ; - rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "Terminal" ; + rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; rdfs:subClassOf cim:ACDCTerminal . cim:TieFlow a owl:Class ; - rdfs:label "TieFlow"@en ; - rdfs:comment "Defines the structure (in terms of location and direction) of the net interchange constraint for a control area. This constraint may be used by either AGC or power flow." ; + rdfs:label "TieFlow" ; + rdfs:comment "Defines the structure (in terms of location and direction) of the net interchange constraint for a control area. This constraint may be used by either AGC or power flow."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:enumeration . cim:VsCapabilityCurve a owl:Class ; - rdfs:label "VsCapabilityCurve"@en ; - rdfs:comment "The P-Q capability curve for a voltage source converter, with P on X-axis and Qmin and Qmax on Y1-axis and Y2-axis." ; + rdfs:label "VsCapabilityCurve" ; + rdfs:comment "The P-Q capability curve for a voltage source converter, with P on X-axis and Qmin and Qmax on Y1-axis and Y2-axis."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Curve . cim:VsConverter a owl:Class ; - rdfs:label "VsConverter"@en ; - rdfs:comment "DC side of the voltage source converter (VSC)." ; + rdfs:label "VsConverter" ; + rdfs:comment "DC side of the voltage source converter (VSC)."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile . nc:ACDCConverterController a owl:Class ; - rdfs:label "ACDCConverterController"@en ; - rdfs:comment "ACDC converter unit control. According to IEC 60633, it is the control system used for the controlling, monitoring and protection of a single converter unit." ; + rdfs:label "ACDCConverterController" ; + rdfs:comment "ACDC converter unit control. According to IEC 60633, it is the control system used for the controlling, monitoring and protection of a single converter unit."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DirectCurrentEquipmentController . nc:ACEmulationControlFunction a owl:Class ; - rdfs:label "ACEmulationControlFunction"@en ; + rdfs:label "ACEmulationControlFunction" ; rdfs:comment """The AC emulation control function is used when AC emulation model is activated for a DC system. It consists in computing the active power set point of the DC system as a function of the voltage angle difference between both points of common coupling with the AC network in order to mimic the behavior of an AC transmission line. This control mode enables the automatic adjustment of the active power reference following variations of the AC system operational point. The setpoint of the DC system is calculated by Psetpoint=Pref+Kdc*(angle1-angle2), where - Pref is the existing active power setpoint; - Kdc is the control system gain and -- angle1 and angle2 are the phase angle measurement (measured at points of common coupling with the AC network) respectively at the side 1 and 2 of the DC system.""" ; +- angle1 and angle2 are the phase angle measurement (measured at points of common coupling with the AC network) respectively at the side 1 and 2 of the DC system."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:ACPointOfCommonCoupling a owl:Class ; - rdfs:label "ACPointOfCommonCoupling"@en ; - rdfs:comment "Point of interconnection of the DC converter station to the adjacent AC system (IEC 60633)." ; + rdfs:label "ACPointOfCommonCoupling" ; + rdfs:comment "Point of interconnection of the DC converter station to the adjacent AC system (IEC 60633)."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PointOfCommonCoupling . nc:ACTieCorridor a owl:Class ; - rdfs:label "ACTieCorridor"@en ; - rdfs:comment "A collection of one or more AC tie lines that connect two different control areas." ; + rdfs:label "ACTieCorridor" ; + rdfs:comment "A collection of one or more AC tie lines that connect two different control areas."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:TieCorridor . nc:ActivePowerControlFunction a owl:Class ; - rdfs:label "ActivePowerControlFunction"@en ; - rdfs:comment "Active power control function is a function block that calculates operating point of the controlled equipment to achieve the target active power." ; + rdfs:label "ActivePowerControlFunction" ; + rdfs:comment "Active power control function is a function block that calculates operating point of the controlled equipment to achieve the target active power."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:AmbientTemperatureDependencyCurve a owl:Class ; - rdfs:label "AmbientTemperatureDependencyCurve"@en ; - rdfs:comment "A curve or functional relationship between the ambient temperature independent variable (X-axis) and relative temperature dependent (Y-axis) variables." ; + rdfs:label "AmbientTemperatureDependencyCurve" ; + rdfs:comment "A curve or functional relationship between the ambient temperature independent variable (X-axis) and relative temperature dependent (Y-axis) variables."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:LimitDependencyCurve . nc:AreaDispatchableUnit a owl:Class ; - rdfs:label "AreaDispatchableUnit"@en ; - rdfs:comment "Allocates a given producing or consuming unit, including direct current corridor and collection of units, to a given control area (through the scheduling area) for supporting the control of the given area through dispatch instruction." ; + rdfs:label "AreaDispatchableUnit" ; + rdfs:comment "Allocates a given producing or consuming unit, including direct current corridor and collection of units, to a given control area (through the scheduling area) for supporting the control of the given area through dispatch instruction."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:AreaInterchangeController a owl:Class ; - rdfs:label "AreaInterchangeController"@en ; - rdfs:comment "Area interchange control is set to control active power of an area." ; + rdfs:label "AreaInterchangeController" ; + rdfs:comment "Area interchange control is set to control active power of an area."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SystemControl . nc:AutomationBlockGroup a owl:Class ; - rdfs:label "AutomationBlockGroup"@en ; - rdfs:comment "Grouping of function block that are operated with the same priority as settings." ; + rdfs:label "AutomationBlockGroup" ; + rdfs:comment "Grouping of function block that are operated with the same priority as settings."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete . nc:AutomationFunction a owl:Class ; - rdfs:label "AutomationFunction"@en ; - rdfs:comment "Automation function is a collection of functional block or other automation function that can be executed as a work cycle program as part of an automated system." ; + rdfs:label "AutomationFunction" ; + rdfs:comment "Automation function is a collection of functional block or other automation function that can be executed as a work cycle program as part of an automated system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:PowerSystemResource . nc:BaseOverloadLimitCurve a owl:Class ; - rdfs:label "BaseOverloadLimitCurve"@en ; + rdfs:label "BaseOverloadLimitCurve" ; rdfs:comment """A curve or functional relationship between - the relative loading - current loading over permanent loading (PATL) independent variable (X-axis), and -- temporary overloading (TATL) limiting dependent (Y-axis) variables.""" ; +- temporary overloading (TATL) limiting dependent (Y-axis) variables."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:LimitDependencyCurve . nc:BiddingZone a owl:Class ; - rdfs:label "BiddingZone"@en ; - rdfs:comment "A bidding zone is a market-based method for handling power transmission congestion. It consists of scheduling areas that include the relevant production (supply) and consumption (demand) to form an electrical area with the same market price without capacity allocation." ; + rdfs:label "BiddingZone" ; + rdfs:comment "A bidding zone is a market-based method for handling power transmission congestion. It consists of scheduling areas that include the relevant production (supply) and consumption (demand) to form an electrical area with the same market price without capacity allocation."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:BiddingZoneBorder a owl:Class ; - rdfs:label "BiddingZoneBorder"@en ; - rdfs:comment "Defines the aggregated connection capacity between two Bidding Zones." ; + rdfs:label "BiddingZoneBorder" ; + rdfs:comment "Defines the aggregated connection capacity between two Bidding Zones."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:BipolarDCSystem a owl:Class ; - rdfs:label "BipolarDCSystem"@en ; - rdfs:comment "Bipolar DC system (IEC 60633) consists of two poles of opposite polarity with respect to earth. The overhead lines, if any, of the two poles may be carried on common or separate towers." ; + rdfs:label "BipolarDCSystem" ; + rdfs:comment "Bipolar DC system (IEC 60633) consists of two poles of opposite polarity with respect to earth. The overhead lines, if any, of the two poles may be carried on common or separate towers."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DCSystem . nc:CapacityCalculationRegion a owl:Class ; - rdfs:label "CapacityCalculationRegion"@en ; - rdfs:comment "Capacity calculation region is a coherent part of the interconnected system that is used for calculating the transmission capacity for a bidding zone or between bidding zones." ; + rdfs:label "CapacityCalculationRegion" ; + rdfs:comment "Capacity calculation region is a coherent part of the interconnected system that is used for calculating the transmission capacity for a bidding zone or between bidding zones."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:Region . nc:ChargingUnit a owl:Class ; - rdfs:label "ChargingUnit"@en ; - rdfs:comment "A unit that supplies electrical power for charging electrical non-stationary entities, e.g. electrical vehicle, trucks, buses, ferries, boats and airplanes. The characteristic is that the energy consumption is highly schedule dependent." ; + rdfs:label "ChargingUnit" ; + rdfs:comment "A unit that supplies electrical power for charging electrical non-stationary entities, e.g. electrical vehicle, trucks, buses, ferries, boats and airplanes. The characteristic is that the energy consumption is highly schedule dependent."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerElectronicsUnit . nc:Circuit a owl:Class ; - rdfs:label "Circuit"@en ; - rdfs:comment "A circuit is a collection of equipment in a network graph that provide common stability limits. The relevant equipment is in general given by the identifying terminal. A software application that can do topology processing shall calculate the equipment belonging to the circuit, if there are no stability limits associated to it. In case of stability limits, the containment reflects the equipments that were used in the calculation/analysis." ; + rdfs:label "Circuit" ; + rdfs:comment "A circuit is a collection of equipment in a network graph that provide common stability limits. The relevant equipment is in general given by the identifying terminal. A software application that can do topology processing shall calculate the equipment belonging to the circuit, if there are no stability limits associated to it. In case of stability limits, the containment reflects the equipments that were used in the calculation/analysis."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:PowerSystemResource . nc:CircuitShare a owl:Class ; - rdfs:label "CircuitShare"@en ; - rdfs:comment "Defines the share of the circuit which is part of an associated power transfer corridor." ; + rdfs:label "CircuitShare" ; + rdfs:comment "Defines the share of the circuit which is part of an associated power transfer corridor."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:ClosedDistributionSystemOperator a owl:Class ; - rdfs:label "ClosedDistributionSystemOperator"@en ; - rdfs:comment "A system operator which distributes electricity (or gas) within a geographically confined industrial, commercial or shared services and does not supply household customers." ; + rdfs:label "ClosedDistributionSystemOperator" ; + rdfs:comment "A system operator which distributes electricity (or gas) within a geographically confined industrial, commercial or shared services and does not supply household customers."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SystemOperator . nc:CompensatorController a owl:Class ; - rdfs:label "CompensatorController"@en ; - rdfs:comment "Compensator controller is controlling the equipment to optimize the use of the compensators." ; + rdfs:label "CompensatorController" ; + rdfs:comment "Compensator controller is controlling the equipment to optimize the use of the compensators."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:ControlFunctionBlock a owl:Class ; - rdfs:label "ControlFunctionBlock"@en ; - rdfs:comment "Control function block is a function block that contains an algorithm for controlling the equipment." ; + rdfs:label "ControlFunctionBlock" ; + rdfs:comment "Control function block is a function block that contains an algorithm for controlling the equipment."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:FunctionBlock . nc:CoordinatedCapacityCalculator a owl:Class ; - rdfs:label "CoordinatedCapacityCalculator"@en ; - rdfs:comment "A role that coordinates and executes the task of calculating transmission capacity." ; + rdfs:label "CoordinatedCapacityCalculator" ; + rdfs:comment "A role that coordinates and executes the task of calculating transmission capacity."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SystemOperationCoordinator . nc:CurrentControlFunction a owl:Class ; - rdfs:label "CurrentControlFunction"@en ; - rdfs:comment "Current control function is a function block that calculates the operating point of the controlled equipment to achieve the target current." ; + rdfs:label "CurrentControlFunction" ; + rdfs:comment "Current control function is a function block that calculates the operating point of the controlled equipment to achieve the target current."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:CurrentDroopControlFunction a owl:Class ; - rdfs:label "CurrentDroopControlFunction"@en ; - rdfs:comment "Current droop control function is a function block that calculates the operating point of the controlled equipment to achieve the target current." ; + rdfs:label "CurrentDroopControlFunction" ; + rdfs:comment "Current droop control function is a function block that calculates the operating point of the controlled equipment to achieve the target current."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:CurrentDroopOverride a owl:Class ; - rdfs:label "CurrentDroopOverride"@en ; + rdfs:label "CurrentDroopOverride" ; rdfs:comment """Current droop override uses the following logic: - When the current exceeds a threshold the device executes the following transitions: 1) When injecting an inductive voltage or in monitoring mode the device tends to inject a voltage proportional to the difference between the line current and the aforementioned threshold. 2) When injecting a capacitive voltage the device transitions to monitoring mode. - If the aforementioned proportional voltage is lower than the initial one, the voltage injection remains unchanged. -Current droop override is not applied when the device operates in currentDroop mode.""" ; +Current droop override is not applied when the device operates in currentDroop mode."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete . nc:DCBiPole a owl:Class ; - rdfs:label "DCBiPole"@en ; - rdfs:comment "DC system bipole (IEC 60633), which is part of an DC system consisting of two independently operable DC system poles, which during normal operation, exhibit opposite direct voltage polarities with respect to earth." ; + rdfs:label "DCBiPole" ; + rdfs:comment "DC system bipole (IEC 60633), which is part of an DC system consisting of two independently operable DC system poles, which during normal operation, exhibit opposite direct voltage polarities with respect to earth."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:DCBypassSwitch a owl:Class ; - rdfs:label "DCBypassSwitch"@en ; - rdfs:comment "By-pass switch (IEC 60633) is a high-speed DC switch connected across each converter valve group in DC schemes using more than one independent converter per pole, designed to close rapidly to bypass a converter group that is being taken out of service and commutate the current back into a valve group that is being taken back in service. A by-pass switch may also be used for prolonged shunting of the bridge(s)." ; + rdfs:label "DCBypassSwitch" ; + rdfs:comment "By-pass switch (IEC 60633) is a high-speed DC switch connected across each converter valve group in DC schemes using more than one independent converter per pole, designed to close rapidly to bypass a converter group that is being taken out of service and commutate the current back into a valve group that is being taken back in service. A by-pass switch may also be used for prolonged shunting of the bridge(s)."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DCHighSpeedSwitch . nc:DCCommutationSwitch a owl:Class ; - rdfs:label "DCCommutationSwitch"@en ; - rdfs:comment "DC commutation switch (IEC 60633) is a type of high-speed DC switch specifically designed to commutate load current into an alternative parallel current path." ; + rdfs:label "DCCommutationSwitch" ; + rdfs:comment "DC commutation switch (IEC 60633) is a type of high-speed DC switch specifically designed to commutate load current into an alternative parallel current path."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:DCHighSpeedSwitch . nc:DCConverterParallelingSwitch a owl:Class ; - rdfs:label "DCConverterParallelingSwitch"@en ; - rdfs:comment "Converter paralleling switch (IEC 60633) is a high-speed DC switch connected in series with each converter at the DC terminal in DC schemes where two or more converters are connected in parallel onto a common pole conductor, designed to allow additional converter(s) to be connected in parallel or disconnected without affecting the load current in the other converter." ; + rdfs:label "DCConverterParallelingSwitch" ; + rdfs:comment "Converter paralleling switch (IEC 60633) is a high-speed DC switch connected in series with each converter at the DC terminal in DC schemes where two or more converters are connected in parallel onto a common pole conductor, designed to allow additional converter(s) to be connected in parallel or disconnected without affecting the load current in the other converter."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DCHighSpeedSwitch . nc:DCCurrentControlFunction a owl:Class ; - rdfs:label "DCCurrentControlFunction"@en ; - rdfs:comment "DC current control function is a function block that calculates the operating point of the controlled equipment to achieve the target current." ; + rdfs:label "DCCurrentControlFunction" ; + rdfs:comment "DC current control function is a function block that calculates the operating point of the controlled equipment to achieve the target current."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:DCEarthReturnTransferSwitch a owl:Class ; - rdfs:label "DCEarthReturnTransferSwitch"@en ; - rdfs:comment "Earth return transfer switch (IEC 60633) DC commutation switch used to transfer DC current from a metallic return path to an earth return path. In some applications, this function is performed by a by-pass switch. Although the term \"earth return transfer breaker\" has been widely used in the industry for many years, it is misleading since such switches have no ability to interrupt fault current." ; + rdfs:label "DCEarthReturnTransferSwitch" ; + rdfs:comment "Earth return transfer switch (IEC 60633) DC commutation switch used to transfer DC current from a metallic return path to an earth return path. In some applications, this function is performed by a by-pass switch. Although the term \"earth return transfer breaker\" has been widely used in the industry for many years, it is misleading since such switches have no ability to interrupt fault current."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DCCommutationSwitch . nc:DCHarmonicFilter a owl:Class ; - rdfs:label "DCHarmonicFilter"@en ; - rdfs:comment "DC harmonic filter (IEC 60633) is a filter which, in conjunction with the DC reactor(s) and with the DC surge capacitor(s), if any, serves the primary function of reducing (current or voltage) ripple on the DC transmission line and/or earth electrode line." ; + rdfs:label "DCHarmonicFilter" ; + rdfs:comment "DC harmonic filter (IEC 60633) is a filter which, in conjunction with the DC reactor(s) and with the DC surge capacitor(s), if any, serves the primary function of reducing (current or voltage) ripple on the DC transmission line and/or earth electrode line."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:DCSeriesDevice . nc:DCHighSpeedSwitch a owl:Class ; - rdfs:label "DCHighSpeedSwitch"@en ; - rdfs:comment "High-speed DC switch (IEC 60633) is a type of switchgear used on a DC scheme, required to open or close rapidly (< 1 s), including in some cases the need to commutate load current into a parallel conducting path, but with no requirement to interrupt fault or load current. DC switchgear is usually based on a single-phase unit of an AC circuit-breaker, appropriately modified for their DC applications. Their capabilities to perform faster opening and closing than disconnect switches are used but the function of breaking short-circuit currents is not required." ; + rdfs:label "DCHighSpeedSwitch" ; + rdfs:comment "High-speed DC switch (IEC 60633) is a type of switchgear used on a DC scheme, required to open or close rapidly (< 1 s), including in some cases the need to commutate load current into a parallel conducting path, but with no requirement to interrupt fault or load current. DC switchgear is usually based on a single-phase unit of an AC circuit-breaker, appropriately modified for their DC applications. Their capabilities to perform faster opening and closing than disconnect switches are used but the function of breaking short-circuit currents is not required."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:DCSwitch . nc:DCLineParallelingSwitch a owl:Class ; - rdfs:label "DCLineParallelingSwitch"@en ; - rdfs:comment "Line paralleling switch (IEC 60633) DC commutation switch placed in series with one or more high-voltage pole conductors, allowing two or more lines to be connected in parallel or to revert to single-line operation while conducting load current." ; + rdfs:label "DCLineParallelingSwitch" ; + rdfs:comment "Line paralleling switch (IEC 60633) DC commutation switch placed in series with one or more high-voltage pole conductors, allowing two or more lines to be connected in parallel or to revert to single-line operation while conducting load current."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DCCommutationSwitch . nc:DCMetalicReturnSwitch a owl:Class ; - rdfs:label "DCMetalicReturnSwitch"@en ; - rdfs:comment "Metallic return transfer switch (IEC 60633) is a DC commutation switch used to transfer DC current from an earth return path to a metallic return path. Although the term \"metallic return transfer breaker\" has been widely used in the industry for many years, it is misleading since such switches have no ability to interrupt fault current." ; + rdfs:label "DCMetalicReturnSwitch" ; + rdfs:comment "Metallic return transfer switch (IEC 60633) is a DC commutation switch used to transfer DC current from an earth return path to a metallic return path. Although the term \"metallic return transfer breaker\" has been widely used in the industry for many years, it is misleading since such switches have no ability to interrupt fault current."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DCCommutationSwitch . nc:DCNeutralBusGroundingSwitch a owl:Class ; - rdfs:label "DCNeutralBusGroundingSwitch"@en ; - rdfs:comment "Neutral bus grounding switch (IEC 60633) or a neutral bus earthing switch is a DC commutation switch connected from the neutral bus to the station earth mat on a bipolar DC scheme, designed to provide a temporary earth connection in the event of an open circuit fault on the electrode line until the imbalance of current between the two poles can be reduced to a safe minimum level or the electrode line connection can be restored." ; + rdfs:label "DCNeutralBusGroundingSwitch" ; + rdfs:comment "Neutral bus grounding switch (IEC 60633) or a neutral bus earthing switch is a DC commutation switch connected from the neutral bus to the station earth mat on a bipolar DC scheme, designed to provide a temporary earth connection in the event of an open circuit fault on the electrode line until the imbalance of current between the two poles can be reduced to a safe minimum level or the electrode line connection can be restored."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DCCommutationSwitch . nc:DCNeutralBusSwitch a owl:Class ; - rdfs:label "DCNeutralBusSwitch"@en ; - rdfs:comment "Neutral bus switch (IEC 60633) is a DC commutation switch connected in series with the neutral bus on a bipolar DC scheme, designed to commutate current out of the pole conductor or neutral bus and into the electrode line or dedicated metallic return conductor or earth in response to a fault in a converter or neutral bus." ; + rdfs:label "DCNeutralBusSwitch" ; + rdfs:comment "Neutral bus switch (IEC 60633) is a DC commutation switch connected in series with the neutral bus on a bipolar DC scheme, designed to commutate current out of the pole conductor or neutral bus and into the electrode line or dedicated metallic return conductor or earth in response to a fault in a converter or neutral bus."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DCCommutationSwitch . nc:DCPointOfCommonCoupling a owl:Class ; - rdfs:label "DCPointOfCommonCoupling"@en ; - rdfs:comment "Point of interconnection of the DC converter station to the DC transmission line (IEC 60633)." ; + rdfs:label "DCPointOfCommonCoupling" ; + rdfs:comment "Point of interconnection of the DC converter station to the DC transmission line (IEC 60633)."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PointOfCommonCoupling . nc:DCPole a owl:Class ; - rdfs:label "DCPole"@en ; - rdfs:comment "The direct current (DC) system pole (IEC 60633) is part of a DC system consisting of all the equipment in the DC substations and the interconnecting transmission lines, if any, which during normal operation exhibit a common direct voltage polarity with respect to earth." ; + rdfs:label "DCPole" ; + rdfs:comment "The direct current (DC) system pole (IEC 60633) is part of a DC system consisting of all the equipment in the DC substations and the interconnecting transmission lines, if any, which during normal operation exhibit a common direct voltage polarity with respect to earth."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:DCSmoothingReactor a owl:Class ; - rdfs:label "DCSmoothingReactor"@en ; - rdfs:comment "Reactor (IEC 60633) connected in series with a converter unit or converter units on the DC side for the primary purpose of smoothing the direct current and reducing current transients." ; + rdfs:label "DCSmoothingReactor" ; + rdfs:comment "Reactor (IEC 60633) connected in series with a converter unit or converter units on the DC side for the primary purpose of smoothing the direct current and reducing current transients."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:DCSeriesDevice . nc:DCSmoothingReactorArrester a owl:Class ; - rdfs:label "DCSmoothingReactorArrester"@en ; - rdfs:comment "Arrester (IEC 60633) connected between the terminals of a smoothing reactor." ; + rdfs:label "DCSmoothingReactorArrester" ; + rdfs:comment "Arrester (IEC 60633) connected between the terminals of a smoothing reactor."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:DCSeriesDevice . nc:DCSubstation a owl:Class ; - rdfs:label "DCSubstation"@en ; - rdfs:comment "DC substation or DC converter station (IEC 60633) is part of an DC system which consists of one or more converter units installed in a single location together with buildings, reactors, filters, reactive power supply, control, monitoring, protective, measuring and auxiliary equipment. A DC substation forming part of an DC transmission system may be referred to as an DC transmission substation." ; + rdfs:label "DCSubstation" ; + rdfs:comment "DC substation or DC converter station (IEC 60633) is part of an DC system which consists of one or more converter units installed in a single location together with buildings, reactors, filters, reactive power supply, control, monitoring, protective, measuring and auxiliary equipment. A DC substation forming part of an DC transmission system may be referred to as an DC transmission substation."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:DCEquipmentContainer . nc:DCSubstationBipole a owl:Class ; - rdfs:label "DCSubstationBipole"@en ; - rdfs:comment "Part of a bipolar DC system (IEC 60633) contained within a DC substation." ; + rdfs:label "DCSubstationBipole" ; + rdfs:comment "Part of a bipolar DC system (IEC 60633) contained within a DC substation."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:DCEquipmentContainer . nc:DCSubstationPole a owl:Class ; - rdfs:label "DCSubstationPole"@en ; - rdfs:comment "Part of an DC system pole (IEC 60633) which is contained within a DC substation." ; + rdfs:label "DCSubstationPole" ; + rdfs:comment "Part of an DC system pole (IEC 60633) which is contained within a DC substation."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:DCEquipmentContainer . nc:DCSystem a owl:Class ; - rdfs:label "DCSystem"@en ; - rdfs:comment "Electrical power system which transfers energy in the form of direct current between two or more AC buses (defined in IEC 60633)." ; + rdfs:label "DCSystem" ; + rdfs:comment "Electrical power system which transfers energy in the form of direct current between two or more AC buses (defined in IEC 60633)."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:PowerSystemResource . nc:DCSystemDirectionKind a owl:Class ; - rdfs:label "DCSystemDirectionKind"@en ; - rdfs:comment "Direction kinds of the DC system." ; + rdfs:label "DCSystemDirectionKind" ; + rdfs:comment "Direction kinds of the DC system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:DCSystemTransmissionKind a owl:Class ; - rdfs:label "DCSystemTransmissionKind"@en ; - rdfs:comment "DC system transmission kind." ; + rdfs:label "DCSystemTransmissionKind" ; + rdfs:comment "DC system transmission kind."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:DCTieCorridor a owl:Class ; - rdfs:label "DCTieCorridor"@en ; - rdfs:comment "A collection of one or more direct current poles that connect two different control areas." ; + rdfs:label "DCTieCorridor" ; + rdfs:comment "A collection of one or more direct current poles that connect two different control areas."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:TieCorridor . nc:DCVoltageControlFunction a owl:Class ; - rdfs:label "DCVoltageControlFunction"@en ; - rdfs:comment "DC voltage control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage." ; + rdfs:label "DCVoltageControlFunction" ; + rdfs:comment "DC voltage control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:DirectCurrentBipoleController a owl:Class ; - rdfs:label "DirectCurrentBipoleController"@en ; - rdfs:comment "DC system bipole control that is the control system of a bipole in accordance with IEC 60633." ; + rdfs:label "DirectCurrentBipoleController" ; + rdfs:comment "DC system bipole control that is the control system of a bipole in accordance with IEC 60633."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DirectCurrentEquipmentController . nc:DirectCurrentCircuit a owl:Class ; - rdfs:label "DirectCurrentCircuit"@en ; - rdfs:comment "A direct current circuit is a circuit consists of direct current equipment." ; + rdfs:label "DirectCurrentCircuit" ; + rdfs:comment "A direct current circuit is a circuit consists of direct current equipment."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:Circuit . nc:DirectCurrentEquipmentController a owl:Class ; - rdfs:label "DirectCurrentEquipmentController"@en ; - rdfs:comment "Direct current equipment controller used to control different parts of the hierarchical structure of the DC control system defined by IEC 60633." ; + rdfs:label "DirectCurrentEquipmentController" ; + rdfs:comment "Direct current equipment controller used to control different parts of the hierarchical structure of the DC control system defined by IEC 60633."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:EquipmentController . nc:DirectCurrentMasterController a owl:Class ; - rdfs:label "DirectCurrentMasterController"@en ; + rdfs:label "DirectCurrentMasterController" ; rdfs:comment """Direct current system control is a control system which governs the operation of an entire DC system consisting of more than one DC substation and performs those functions of controlling, monitoring and protection which require information from more than one substation. This can also be a multiterminal control which is a DC system control for more that two DC substations or a DC master control, which is a general concept for control coordination of a DC system. The DC master control may be implemented at the bipole and/or pole level as defined in IEC 60633. -The DC system control/multiterminal control/master control is part of the hierarchical structure of an HVDC control system that has an integrated AC/DC system control as the highest level of control which governs the integrated operation of AC and DC systems of a power system. This control system is under the responsibility of the system operator.""" ; +The DC system control/multiterminal control/master control is part of the hierarchical structure of an HVDC control system that has an integrated AC/DC system control as the highest level of control which governs the integrated operation of AC and DC systems of a power system. This control system is under the responsibility of the system operator."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DirectCurrentEquipmentController . nc:DirectCurrentPoleController a owl:Class ; - rdfs:label "DirectCurrentPoleController"@en ; - rdfs:comment "DC system pole control, which is the control system of a pole in accordance with IEC 60633." ; + rdfs:label "DirectCurrentPoleController" ; + rdfs:comment "DC system pole control, which is the control system of a pole in accordance with IEC 60633."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DirectCurrentEquipmentController . nc:DirectCurrentSubstationBipoleController a owl:Class ; - rdfs:label "DirectCurrentSubstationBipoleController"@en ; - rdfs:comment "Control system of a substation bipole (IEC 60633)." ; + rdfs:label "DirectCurrentSubstationBipoleController" ; + rdfs:comment "Control system of a substation bipole (IEC 60633)."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DirectCurrentSubstationController . nc:DirectCurrentSubstationController a owl:Class ; - rdfs:label "DirectCurrentSubstationController"@en ; - rdfs:comment "Control system used for the controlling, monitoring and protection within a DC substation (IEC 60633). A DC substation control may be implemented at the bipole and/or pole level and may be referred to as local control." ; + rdfs:label "DirectCurrentSubstationController" ; + rdfs:comment "Control system used for the controlling, monitoring and protection within a DC substation (IEC 60633). A DC substation control may be implemented at the bipole and/or pole level and may be referred to as local control."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:DirectCurrentEquipmentController . nc:DirectCurrentSubstationPoleController a owl:Class ; - rdfs:label "DirectCurrentSubstationPoleController"@en ; - rdfs:comment "Control system of a substation pole (IEC 60633)." ; + rdfs:label "DirectCurrentSubstationPoleController" ; + rdfs:comment "Control system of a substation pole (IEC 60633)."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DirectCurrentSubstationController . nc:DirectCurrentSystemOperator a owl:Class ; - rdfs:label "DirectCurrentSystemOperator"@en ; - rdfs:comment "System operator of the direct current pole. There are typically one or two system operators that are operating either the control area at one side or the control areas at both sides of the direct current pole. In some cases it is operated by an operator from the connected control areas." ; + rdfs:label "DirectCurrentSystemOperator" ; + rdfs:comment "System operator of the direct current pole. There are typically one or two system operators that are operating either the control area at one side or the control areas at both sides of the direct current pole. In some cases it is operated by an operator from the connected control areas."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SystemOperator . nc:DistributionSystemOperator a owl:Class ; - rdfs:label "DistributionSystemOperator"@en ; - rdfs:comment "A system operator that is responsible for operating of energy distribution network from transmission level down to low voltage levels including the connection to household." ; + rdfs:label "DistributionSystemOperator" ; + rdfs:comment "A system operator that is responsible for operating of energy distribution network from transmission level down to low voltage levels including the connection to household."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SystemOperator . nc:DurationOverloadLimitCurve a owl:Class ; - rdfs:label "DurationOverloadLimitCurve"@en ; + rdfs:label "DurationOverloadLimitCurve" ; rdfs:comment """A curve or functional relationship between - the overload duration independent variable (X-axis), and -- temporary overloading (TATL) limiting dependent (Y-axis) variables.""" ; +- temporary overloading (TATL) limiting dependent (Y-axis) variables."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:LimitDependencyCurve . nc:EnergyAlignmentCoordinator a owl:Class ; - rdfs:label "EnergyAlignmentCoordinator"@en ; - rdfs:comment "A role that is responsible for alignment of forecast and schedule energy to a given energy coordination region." ; + rdfs:label "EnergyAlignmentCoordinator" ; + rdfs:comment "A role that is responsible for alignment of forecast and schedule energy to a given energy coordination region."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SystemOperationCoordinator . nc:EnergyBlockComponent a owl:Class ; - rdfs:label "EnergyBlockComponent"@en ; - rdfs:comment "Energy block component where the energy group is distributed according to the energy block order of each energy component in an energy group." ; + rdfs:label "EnergyBlockComponent" ; + rdfs:comment "Energy block component where the energy group is distributed according to the energy block order of each energy component in an energy group."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EnergyComponent . nc:EnergyBlockOrder a owl:Class ; - rdfs:label "EnergyBlockOrder"@en ; - rdfs:comment "The energy block order is a block (an amount) of energy that forms the sequence of orders that are going to be distributed to an energy block component." ; + rdfs:label "EnergyBlockOrder" ; + rdfs:comment "The energy block order is a block (an amount) of energy that forms the sequence of orders that are going to be distributed to an energy block component."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:EnergyComponent a owl:Class ; - rdfs:label "EnergyComponent"@en ; - rdfs:comment "The energy component for a producer or a consumer that has the same energy characteristic, e.g. fuel type and technology." ; + rdfs:label "EnergyComponent" ; + rdfs:comment "The energy component for a producer or a consumer that has the same energy characteristic, e.g. fuel type and technology."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:EnergyCoordinationRegion a owl:Class ; - rdfs:label "EnergyCoordinationRegion"@en ; - rdfs:comment "A region that has a common organisation or a service that is responsible for alignment of forecast and scheduling of energy." ; + rdfs:label "EnergyCoordinationRegion" ; + rdfs:comment "A region that has a common organisation or a service that is responsible for alignment of forecast and scheduling of energy."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:Region . nc:EnergyGroup a owl:Class ; - rdfs:label "EnergyGroup"@en ; - rdfs:comment "An energy group is an aggregation of energy components which have the same energy characteristic, e.g. fuel type and technology. It can be used to allocate energy." ; + rdfs:label "EnergyGroup" ; + rdfs:comment "An energy group is an aggregation of energy components which have the same energy characteristic, e.g. fuel type and technology. It can be used to allocate energy."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:EnergyKind a owl:Class ; - rdfs:label "EnergyKind"@en ; - rdfs:comment "Categories of energy used for energy groups." ; + rdfs:label "EnergyKind" ; + rdfs:comment "Categories of energy used for energy groups."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:EnergySourceReference a owl:Class ; - rdfs:label "EnergySourceReference"@en ; - rdfs:comment "An energy source reference refers to a set of fuel types characteristic for reporting, e.g. European Energy Certificate System (EECS). The kind of energy should be possible to be linked with different type of energy forecast, e.g. wind production for a given area based on wind forecast." ; + rdfs:label "EnergySourceReference" ; + rdfs:comment "An energy source reference refers to a set of fuel types characteristic for reporting, e.g. European Energy Certificate System (EECS). The kind of energy should be possible to be linked with different type of energy forecast, e.g. wind production for a given area based on wind forecast."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" . nc:EnergyType a owl:Class ; - rdfs:label "EnergyType"@en ; + rdfs:label "EnergyType" ; rdfs:comment """A source of the energy. -An energy type reference refers to an energy characteristic that is needed for reporting, e.g. European Energy Certificate System (EECS). The kind of energy should be possible to be linked with different type of energy forecast, e.g. wind production for a given area based on wind forecast.""" ; +An energy type reference refers to an energy characteristic that is needed for reporting, e.g. European Energy Certificate System (EECS). The kind of energy should be possible to be linked with different type of energy forecast, e.g. wind production for a given area based on wind forecast."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:EquipmentController a owl:Class ; - rdfs:label "EquipmentController"@en ; - rdfs:comment "Equipment controller is an automation function that can control one or multiple equipment function to achieve all the targets inside the given tolerance." ; + rdfs:label "EquipmentController" ; + rdfs:comment "Equipment controller is an automation function that can control one or multiple equipment function to achieve all the targets inside the given tolerance."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:AutomationFunction . nc:ExceptionalPowerTransferCorridor a owl:Class ; - rdfs:label "ExceptionalPowerTransferCorridor"@en ; - rdfs:comment "Potential power transfer corridor that can be triggered by equipment which changes its in service status or it is operating in an island." ; + rdfs:label "ExceptionalPowerTransferCorridor" ; + rdfs:comment "Potential power transfer corridor that can be triggered by equipment which changes its in service status or it is operating in an island."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PowerTransferCorridor . nc:FACTSEquipment a owl:Class ; - rdfs:label "FACTSEquipment"@en ; - rdfs:comment "Flexible Alternating Current Transmission System regulating equipment." ; + rdfs:label "FACTSEquipment" ; + rdfs:comment "Flexible Alternating Current Transmission System regulating equipment."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:RegulatingCondEq . nc:FlexibleEnergyUnit a owl:Class ; - rdfs:label "FlexibleEnergyUnit"@en ; - rdfs:comment "Flexible consumer or embedded producer of energy. The unit cannot be a net producer." ; + rdfs:label "FlexibleEnergyUnit" ; + rdfs:comment "Flexible consumer or embedded producer of energy. The unit cannot be a net producer."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerElectronicsUnit . nc:FrequencyControlFuntion a owl:Class ; - rdfs:label "FrequencyControlFuntion"@en ; - rdfs:comment "Frequency control function is a function block that calculate the operating point of the controlled equipment to achieve the target frequency." ; + rdfs:label "FrequencyControlFuntion" ; + rdfs:comment "Frequency control function is a function block that calculate the operating point of the controlled equipment to achieve the target frequency."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:FrequencyMonitoringTerminal a owl:Class ; - rdfs:label "FrequencyMonitoringTerminal"@en ; - rdfs:comment "Frequency monitoring terminal provides location in the model where the frequency is monitored for the purpose of power frequency control." ; + rdfs:label "FrequencyMonitoringTerminal" ; + rdfs:comment "Frequency monitoring terminal provides location in the model where the frequency is monitored for the purpose of power frequency control."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete . nc:FuelStorage a owl:Class ; - rdfs:label "FuelStorage"@en ; - rdfs:comment "Fuel storage. e.g. pile of coal that can be shared between multiple thermal generating units." ; + rdfs:label "FuelStorage" ; + rdfs:comment "Fuel storage. e.g. pile of coal that can be shared between multiple thermal generating units."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:FunctionBlock a owl:Class ; - rdfs:label "FunctionBlock"@en ; - rdfs:comment "Function block is a function described as a set of elementary blocks. The blocks describe the function between input variables and output variables." ; + rdfs:label "FunctionBlock" ; + rdfs:comment "Function block is a function described as a set of elementary blocks. The blocks describe the function between input variables and output variables."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:FunctionInputVariable a owl:Class ; - rdfs:label "FunctionInputVariable"@en ; - rdfs:comment "Functional input variable defines the domain of the function." ; + rdfs:label "FunctionInputVariable" ; + rdfs:comment "Functional input variable defines the domain of the function."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:FunctionOutputVariable a owl:Class ; - rdfs:label "FunctionOutputVariable"@en ; - rdfs:comment "Functional output variable defines the codomain of the function." ; + rdfs:label "FunctionOutputVariable" ; + rdfs:comment "Functional output variable defines the codomain of the function."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:GateInputPin a owl:Class ; - rdfs:label "GateInputPin"@en ; - rdfs:comment "Input pin for a logical gate. The condition described in the input pin gives a logical true or false. The result from measurement and calculation are converted to a true or false." ; + rdfs:label "GateInputPin" ; + rdfs:comment "Input pin for a logical gate. The condition described in the input pin gives a logical true or false. The result from measurement and calculation are converted to a true or false."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:FunctionInputVariable . nc:GeothermalGeneratingUnit a owl:Class ; - rdfs:label "GeothermalGeneratingUnit"@en ; - rdfs:comment "Generating unit that is generating electrical power from geothermal energy." ; + rdfs:label "GeothermalGeneratingUnit" ; + rdfs:comment "Generating unit that is generating electrical power from geothermal energy."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . nc:GeothermalUnitKind a owl:Class ; - rdfs:label "GeothermalUnitKind"@en ; - rdfs:comment "Kind of geothermal." ; + rdfs:label "GeothermalUnitKind" ; + rdfs:comment "Kind of geothermal."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:ImpedanceControlFunction a owl:Class ; - rdfs:label "ImpedanceControlFunction"@en ; - rdfs:comment "Impedance control function is a function block that calculates the operating point of the controlled equipment to achieve the target impedance." ; + rdfs:label "ImpedanceControlFunction" ; + rdfs:comment "Impedance control function is a function block that calculates the operating point of the controlled equipment to achieve the target impedance."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:InfeedLimit a owl:Class ; - rdfs:label "InfeedLimit"@en ; - rdfs:comment "Infeed limit set constraints fed in to the network by two or more terminals." ; + rdfs:label "InfeedLimit" ; + rdfs:comment "Infeed limit set constraints fed in to the network by two or more terminals."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:OperationalLimit . nc:InfeedTerminal a owl:Class ; - rdfs:label "InfeedTerminal"@en ; - rdfs:comment "Infeed terminal defines the terminals that are linked to an infeed limit." ; + rdfs:label "InfeedTerminal" ; + rdfs:comment "Infeed terminal defines the terminals that are linked to an infeed limit."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete . nc:InjectionController a owl:Class ; - rdfs:label "InjectionController"@en ; - rdfs:comment "Injection controller is controlling the equipment which represents an injection or an external network." ; + rdfs:label "InjectionController" ; + rdfs:comment "Injection controller is controlling the equipment which represents an injection or an external network."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:LimitDependencyCurve a owl:Class ; - rdfs:label "LimitDependencyCurve"@en ; - rdfs:comment "A curve or functional relationship between an independent variable (X-axis) and limiting dependent (Y-axis) variables." ; + rdfs:label "LimitDependencyCurve" ; + rdfs:comment "A curve or functional relationship between an independent variable (X-axis) and limiting dependent (Y-axis) variables."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:Curve . nc:LineCircuit a owl:Class ; - rdfs:label "LineCircuit"@en ; - rdfs:comment "A line circuit is a circuit that has at least one ACLineSegment and may or may not include related switching and/or auxiliary equipment." ; + rdfs:label "LineCircuit" ; + rdfs:comment "A line circuit is a circuit that has at least one ACLineSegment and may or may not include related switching and/or auxiliary equipment."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:Circuit . nc:LoadFrequencyControlArea a owl:Class ; - rdfs:label "LoadFrequencyControlArea"@en ; - rdfs:comment "A part of a synchronous area or an entire synchronous area, physically demarcated by points of measurement at interconnectors to other load frequency control (LFC) areas, operated by one or more TSOs fulfilling the obligations of load-frequency control." ; + rdfs:label "LoadFrequencyControlArea" ; + rdfs:comment "A part of a synchronous area or an entire synchronous area, physically demarcated by points of measurement at interconnectors to other load frequency control (LFC) areas, operated by one or more TSOs fulfilling the obligations of load-frequency control."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:LoadFrequencyControlBlock a owl:Class ; - rdfs:label "LoadFrequencyControlBlock"@en ; - rdfs:comment "A part of a synchronous area or an entire synchronous area, physically demarcated by points of measurement at interconnectors to other load frequency control (LFC) blocks, consisting of one or more LFC areas, operated by one or more TSOs fulfilling the obligations of load-frequency control." ; + rdfs:label "LoadFrequencyControlBlock" ; + rdfs:comment "A part of a synchronous area or an entire synchronous area, physically demarcated by points of measurement at interconnectors to other load frequency control (LFC) blocks, consisting of one or more LFC areas, operated by one or more TSOs fulfilling the obligations of load-frequency control."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:LoadFrequencyControlOperator a owl:Class ; - rdfs:label "LoadFrequencyControlOperator"@en ; - rdfs:comment "A role that is responsible for operational security by operating the load frequency control (LFC) mechanism." ; + rdfs:label "LoadFrequencyControlOperator" ; + rdfs:comment "A role that is responsible for operational security by operating the load frequency control (LFC) mechanism."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PowerSystemOrganisationRole . nc:LogicalOperatorsKind a owl:Class ; - rdfs:label "LogicalOperatorsKind"@en ; - rdfs:comment "Kinds of logical operators for comparison." ; + rdfs:label "LogicalOperatorsKind" ; + rdfs:comment "Kinds of logical operators for comparison."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:LossCurve a owl:Class ; - rdfs:label "LossCurve"@en ; - rdfs:comment "Represents the losses in the equipment due to operation position." ; + rdfs:label "LossCurve" ; + rdfs:comment "Represents the losses in the equipment due to operation position."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:Curve . nc:MarineUnitKind a owl:Class ; - rdfs:label "MarineUnitKind"@en ; - rdfs:comment "Kind of marine energy capture." ; + rdfs:label "MarineUnitKind" ; + rdfs:comment "Kind of marine energy capture."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:ModularStaticSynchronousSeriesCompensator a owl:Class ; - rdfs:label "ModularStaticSynchronousSeriesCompensator"@en ; - rdfs:comment "Modular static synchronous series compensator (MSSSC) is a type of flexible AC transmission system regulating equipment which consists of solid-state voltage source inverter connected in series with a transmission line. This is similar to static synchronous series compensator (SSSC), but without injection transformer. This enables the MSSSC to be truly modular with the ability to simply install a number of equipment in series to provide a desired maximum level of impedance. MSSSC can be dispersed into multiple location in a circuit working collectively under the same controller scheme." ; + rdfs:label "ModularStaticSynchronousSeriesCompensator" ; + rdfs:comment "Modular static synchronous series compensator (MSSSC) is a type of flexible AC transmission system regulating equipment which consists of solid-state voltage source inverter connected in series with a transmission line. This is similar to static synchronous series compensator (SSSC), but without injection transformer. This enables the MSSSC to be truly modular with the ability to simply install a number of equipment in series to provide a desired maximum level of impedance. MSSSC can be dispersed into multiple location in a circuit working collectively under the same controller scheme."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:FACTSEquipment . nc:MonitoringArea a owl:Class ; - rdfs:label "MonitoringArea"@en ; - rdfs:comment "A coherent part of the interconnected electrical power system, that includes the system operators' responsibility area and the surrounding parts of other system operators' responsibility area, that need to be monitored for security assessment." ; + rdfs:label "MonitoringArea" ; + rdfs:comment "A coherent part of the interconnected electrical power system, that includes the system operators' responsibility area and the surrounding parts of other system operators' responsibility area, that need to be monitored for security assessment."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:PowerSystemResource . nc:MonopolarDCSystem a owl:Class ; - rdfs:label "MonopolarDCSystem"@en ; - rdfs:comment "Monopolar DC system (IEC 60633) is a DC system with only one pole." ; + rdfs:label "MonopolarDCSystem" ; + rdfs:comment "Monopolar DC system (IEC 60633) is a DC system with only one pole."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:DCSystem . nc:NuclearReactorKind a owl:Class ; - rdfs:label "NuclearReactorKind"@en ; - rdfs:comment "Kind of nuclear reactor." ; + rdfs:label "NuclearReactorKind" ; + rdfs:comment "Kind of nuclear reactor."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:OrdinaryPowerTransferCorridor a owl:Class ; - rdfs:label "OrdinaryPowerTransferCorridor"@en ; - rdfs:comment "Power transfer corridor defined for normal operating network." ; + rdfs:label "OrdinaryPowerTransferCorridor" ; + rdfs:comment "Power transfer corridor defined for normal operating network."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PowerTransferCorridor . nc:OutageCoordinationRegion a owl:Class ; - rdfs:label "OutageCoordinationRegion"@en ; - rdfs:comment "A region that has a common organisation or service responsible for outage planning and coordination and its impact on grid operation." ; + rdfs:label "OutageCoordinationRegion" ; + rdfs:comment "A region that has a common organisation or service responsible for outage planning and coordination and its impact on grid operation."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:Region . nc:OutageCoordinator a owl:Class ; - rdfs:label "OutageCoordinator"@en ; - rdfs:comment "A role that coordinates the planned availability status of relevant power system equipment to meet the need by the asset owner or operator and the security of the power system." ; + rdfs:label "OutageCoordinator" ; + rdfs:comment "A role that coordinates the planned availability status of relevant power system equipment to meet the need by the asset owner or operator and the security of the power system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SystemOperationCoordinator . nc:OutagePlanningAgent a owl:Class ; - rdfs:label "OutagePlanningAgent"@en ; - rdfs:comment "An entity with the task of planning the availability status of a relevant power generating module, a relevant demand facility or a relevant grid element." ; + rdfs:label "OutagePlanningAgent" ; + rdfs:comment "An entity with the task of planning the availability status of a relevant power generating module, a relevant demand facility or a relevant grid element."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PowerSystemOrganisationRole . nc:OverlappingZone a owl:Class ; - rdfs:label "OverlappingZone"@en ; - rdfs:comment "A collection of all the overlapping cross border assessed elements which have the same sets of impacted and impacting regions." ; + rdfs:label "OverlappingZone" ; + rdfs:comment "A collection of all the overlapping cross border assessed elements which have the same sets of impacted and impacting regions."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:PTCTriggeredEquipment a owl:Class ; - rdfs:label "PTCTriggeredEquipment"@en ; - rdfs:comment "Power Transfer Corridor triggered equipment connects the equipment that will create the exceptional power transfer corridor when taking out of service. e.g. A system with three lines gets an exceptional power transfer corridor when one of the lines is taken out of service." ; + rdfs:label "PTCTriggeredEquipment" ; + rdfs:comment "Power Transfer Corridor triggered equipment connects the equipment that will create the exceptional power transfer corridor when taking out of service. e.g. A system with three lines gets an exceptional power transfer corridor when one of the lines is taken out of service."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:PhaseControlFunction a owl:Class ; - rdfs:label "PhaseControlFunction"@en ; - rdfs:comment "Phase control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage." ; + rdfs:label "PhaseControlFunction" ; + rdfs:comment "Phase control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:PinTerminal a owl:Class ; - rdfs:label "PinTerminal"@en ; - rdfs:comment "Input pin associated with a Terminal. It is used for comparison." ; + rdfs:label "PinTerminal" ; + rdfs:comment "Input pin associated with a Terminal. It is used for comparison."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GateInputPin . nc:PinTerminalKind a owl:Class ; - rdfs:label "PinTerminalKind"@en ; - rdfs:comment "The kind of quantities that can serve as an input value for the pin." ; + rdfs:label "PinTerminalKind" ; + rdfs:comment "The kind of quantities that can serve as an input value for the pin."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:PointOfCommonCoupling a owl:Class ; - rdfs:label "PointOfCommonCoupling"@en ; - rdfs:comment "Point of Common Coupling (PCC) refers to the location where multiple electrical sources or loads are electrically connected and provide a reference point where the voltages and currents from different parts of the system are considered to be common. The PCC is used to support system analysis, control, and monitoring, as it provides a reference for understanding the interactions and power flow between various components within the system. It is also relevant to define the requirement and responsibility between different actors in operating a power system." ; + rdfs:label "PointOfCommonCoupling" ; + rdfs:comment "Point of Common Coupling (PCC) refers to the location where multiple electrical sources or loads are electrically connected and provide a reference point where the voltages and currents from different parts of the system are considered to be common. The PCC is used to support system analysis, control, and monitoring, as it provides a reference for understanding the interactions and power flow between various components within the system. It is also relevant to define the requirement and responsibility between different actors in operating a power system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:PowerBlockKind a owl:Class ; - rdfs:label "PowerBlockKind"@en ; - rdfs:comment "Power block kind describes the increase and/or decrease of power." ; + rdfs:label "PowerBlockKind" ; + rdfs:comment "Power block kind describes the increase and/or decrease of power."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:PowerCapacity a owl:Class ; - rdfs:label "PowerCapacity"@en ; - rdfs:comment "Power capacity defines the capacity in regard to generation, consumption and transmission (import and export) for a relevant power system resource, e.g. bidding zone, including maximum and minimum electrical power capacity and any capacity allocation." ; + rdfs:label "PowerCapacity" ; + rdfs:comment "Power capacity defines the capacity in regard to generation, consumption and transmission (import and export) for a relevant power system resource, e.g. bidding zone, including maximum and minimum electrical power capacity and any capacity allocation."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete . nc:PowerElectricalChemicalUnit a owl:Class ; - rdfs:label "PowerElectricalChemicalUnit"@en ; - rdfs:comment "A unit capable of either generating electrical energy from chemical reactions or using electrical energy to cause chemical reactions." ; + rdfs:label "PowerElectricalChemicalUnit" ; + rdfs:comment "A unit capable of either generating electrical energy from chemical reactions or using electrical energy to cause chemical reactions."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerElectronicsUnit . nc:PowerElectricalChemicalUnitKind a owl:Class ; - rdfs:label "PowerElectricalChemicalUnitKind"@en ; - rdfs:comment "Kind of power electrical chemical unit." ; + rdfs:label "PowerElectricalChemicalUnitKind" ; + rdfs:comment "Kind of power electrical chemical unit."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:PowerElectronicsConnectionController a owl:Class ; - rdfs:label "PowerElectronicsConnectionController"@en ; - rdfs:comment "Power electronics connection controller is controlling the equipment to optimize the power electronics connection." ; + rdfs:label "PowerElectronicsConnectionController" ; + rdfs:comment "Power electronics connection controller is controlling the equipment to optimize the power electronics connection."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:PowerElectronicsMarineUnit a owl:Class ; - rdfs:label "PowerElectronicsMarineUnit"@en ; - rdfs:comment "A unit that capture energy from marine sources, e.g. waves, for generating electrical power." ; + rdfs:label "PowerElectronicsMarineUnit" ; + rdfs:comment "A unit that capture energy from marine sources, e.g. waves, for generating electrical power."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerElectronicsUnit . nc:PowerElectronicsUnitController a owl:Class ; - rdfs:label "PowerElectronicsUnitController"@en ; - rdfs:comment "Power electronics unit controller is controlling the equipment to optimize the power electronics unit." ; + rdfs:label "PowerElectronicsUnitController" ; + rdfs:comment "Power electronics unit controller is controlling the equipment to optimize the power electronics unit."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:PowerFactorControlFunction a owl:Class ; - rdfs:label "PowerFactorControlFunction"@en ; - rdfs:comment "Power factor control function is a function block that calculates the operating point of the controlled equipment to achieve the target power factor." ; + rdfs:label "PowerFactorControlFunction" ; + rdfs:comment "Power factor control function is a function block that calculates the operating point of the controlled equipment to achieve the target power factor."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:PowerFrequencyControlKind a owl:Class ; - rdfs:label "PowerFrequencyControlKind"@en ; - rdfs:comment "Kinds of power frequency control modes." ; + rdfs:label "PowerFrequencyControlKind" ; + rdfs:comment "Kinds of power frequency control modes."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:PowerFrequencyController a owl:Class ; - rdfs:label "PowerFrequencyController"@en ; - rdfs:comment "Power frequency controller is controlling the active power balance as typically done by the secondary control. If an unbalance between the scheduled active power values of each generation unit and the loads plus losses occurs, primary control will adapt (increase/decrease) the active power production of each unit (depending on the power shift key strategy), leading to an over- or under-frequency situation. The secondary frequency controller will then control the frequency back to its nominal value, re- establishing a cost-efficient generation delivered by each unit." ; + rdfs:label "PowerFrequencyController" ; + rdfs:comment "Power frequency controller is controlling the active power balance as typically done by the secondary control. If an unbalance between the scheduled active power values of each generation unit and the loads plus losses occurs, primary control will adapt (increase/decrease) the active power production of each unit (depending on the power shift key strategy), leading to an over- or under-frequency situation. The secondary frequency controller will then control the frequency back to its nominal value, re- establishing a cost-efficient generation delivered by each unit."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SystemControl . nc:PowerPlantController a owl:Class ; - rdfs:label "PowerPlantController"@en ; - rdfs:comment "Power plant controller is controlling the equipment of a power plant." ; + rdfs:label "PowerPlantController" ; + rdfs:comment "Power plant controller is controlling the equipment of a power plant."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:PowerShiftKeyKind a owl:Class ; - rdfs:label "PowerShiftKeyKind"@en ; - rdfs:comment "Kind of generating and load shift keys strategy." ; + rdfs:label "PowerShiftKeyKind" ; + rdfs:comment "Kind of generating and load shift keys strategy."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:PowerShiftKeyStrategy a owl:Class ; - rdfs:label "PowerShiftKeyStrategy"@en ; - rdfs:comment "Strategy of the power shift key." ; + rdfs:label "PowerShiftKeyStrategy" ; + rdfs:comment "Strategy of the power shift key."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:PowerSystemOrganisationRole a owl:Class ; - rdfs:label "PowerSystemOrganisationRole"@en ; - rdfs:comment "A role that is responsible for the functional operational of a power system resource." ; + rdfs:label "PowerSystemOrganisationRole" ; + rdfs:comment "A role that is responsible for the functional operational of a power system resource."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:OrganisationRole . nc:PowerTransferCorridor a owl:Class ; - rdfs:label "PowerTransferCorridor"@en ; - rdfs:comment "A power transfer corridor is defined as a set of circuits (transmission lines or transformers) separating two portions of the power system, or a subset of circuits exposed to a substantial portion of the transmission exchange between two parts of the system." ; + rdfs:label "PowerTransferCorridor" ; + rdfs:comment "A power transfer corridor is defined as a set of circuits (transmission lines or transformers) separating two portions of the power system, or a subset of circuits exposed to a substantial portion of the transmission exchange between two parts of the system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:PowerSystemResource . nc:PowerTransformerCircuit a owl:Class ; - rdfs:label "PowerTransformerCircuit"@en ; - rdfs:comment "A power transformer circuit is a circuit that has at least one PowerTransformer and may or may not include related switching and/or auxiliary equipment." ; + rdfs:label "PowerTransformerCircuit" ; + rdfs:comment "A power transformer circuit is a circuit that has at least one PowerTransformer and may or may not include related switching and/or auxiliary equipment."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:Circuit . nc:PropertyReference a owl:Class ; - rdfs:label "PropertyReference"@en ; - rdfs:comment "The reference to a class and one of its properties." ; + rdfs:label "PropertyReference" ; + rdfs:comment "The reference to a class and one of its properties."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" . nc:ProportionalEnergyComponent a owl:Class ; - rdfs:label "ProportionalEnergyComponent"@en ; - rdfs:comment "Serves for grouping components within an energy group, with proportional energy allocation to all components." ; + rdfs:label "ProportionalEnergyComponent" ; + rdfs:comment "Serves for grouping components within an energy group, with proportional energy allocation to all components."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EnergyComponent . nc:RampingPrincipleKind a owl:Class ; - rdfs:label "RampingPrincipleKind"@en ; - rdfs:comment "Kind of ramping principle." ; + rdfs:label "RampingPrincipleKind" ; + rdfs:comment "Kind of ramping principle."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:ReactivePowerControlFunction a owl:Class ; - rdfs:label "ReactivePowerControlFunction"@en ; - rdfs:comment "Reactive power control function is a function block that calculate the operating point of the controlled equipment to achieve the target reactive power." ; + rdfs:label "ReactivePowerControlFunction" ; + rdfs:comment "Reactive power control function is a function block that calculate the operating point of the controlled equipment to achieve the target reactive power."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:RecoveryOverloadLimitCurve a owl:Class ; - rdfs:label "RecoveryOverloadLimitCurve"@en ; - rdfs:comment "The relation between the recovery time and an overload limit." ; + rdfs:label "RecoveryOverloadLimitCurve" ; + rdfs:comment "The relation between the recovery time and an overload limit."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:LimitDependencyCurve . nc:Region a owl:Class ; - rdfs:label "Region"@en ; - rdfs:comment "A region where the system operator belongs to." ; + rdfs:label "Region" ; + rdfs:comment "A region where the system operator belongs to."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:PowerSystemResource . nc:RotatingMachineController a owl:Class ; - rdfs:label "RotatingMachineController"@en ; - rdfs:comment "Rotating machine controller is controlling the equipment which may be used as a generator or motor." ; + rdfs:label "RotatingMachineController" ; + rdfs:comment "Rotating machine controller is controlling the equipment which may be used as a generator or motor."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:SSSCController a owl:Class ; - rdfs:label "SSSCController"@en ; - rdfs:comment "The controller of a Static synchronous series compensator (SSSC)." ; + rdfs:label "SSSCController" ; + rdfs:comment "The controller of a Static synchronous series compensator (SSSC)."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:SSSCSimulationSettings a owl:Class ; - rdfs:label "SSSCSimulationSettings"@en ; - rdfs:comment "SSSC control simulation settings used by the algorithm for power flow calculations." ; + rdfs:label "SSSCSimulationSettings" ; + rdfs:comment "SSSC control simulation settings used by the algorithm for power flow calculations."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete . nc:ScheduleResource a owl:Class ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "A schedule resource is a market-based method for handling participation of small units, particularly located on the lower voltage level that is controlled by a Distributed System Operator (DSO). It is a collection of units that can operate in the market by providing bids, offers and a resulting committed operational schedule for the collection." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "A schedule resource is a market-based method for handling participation of small units, particularly located on the lower voltage level that is controlled by a Distributed System Operator (DSO). It is a collection of units that can operate in the market by providing bids, offers and a resulting committed operational schedule for the collection."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:ScheduleResourceController a owl:Class ; - rdfs:label "ScheduleResourceController"@en ; - rdfs:comment "Schedule resource controller is controlling the equipment to optimize the schedule resource." ; + rdfs:label "ScheduleResourceController" ; + rdfs:comment "Schedule resource controller is controlling the equipment to optimize the schedule resource."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:SchedulingArea a owl:Class ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "An area where production and/or consumption of energy can be forecasted, scheduled and measured. The area is operated by only one system operator, typically a Transmission System Operator (TSO). The area can consist of a sub area, which has the same definition as the main area, but it can be operated by another system operator (typically Distributed System Operator (DSO) or a Closed Distributed System Operator (CDSO)). This includes microgrid concept. A substation is the smallest grouping that can be included in the area. The area size should be considered in terms of the possibility of accumulated reading (settlement metering) and the capability of operating as an island." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "An area where production and/or consumption of energy can be forecasted, scheduled and measured. The area is operated by only one system operator, typically a Transmission System Operator (TSO). The area can consist of a sub area, which has the same definition as the main area, but it can be operated by another system operator (typically Distributed System Operator (DSO) or a Closed Distributed System Operator (CDSO)). This includes microgrid concept. A substation is the smallest grouping that can be included in the area. The area size should be considered in terms of the possibility of accumulated reading (settlement metering) and the capability of operating as an island."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:SecurityCoordinator a owl:Class ; - rdfs:label "SecurityCoordinator"@en ; - rdfs:comment "A role that coordinates the relevant remedial actions and their optimisation to ensure efficient use to achieve required operational security of the power system." ; + rdfs:label "SecurityCoordinator" ; + rdfs:comment "A role that coordinates the relevant remedial actions and their optimisation to ensure efficient use to achieve required operational security of the power system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SystemOperationCoordinator . nc:ShiftMethodKind a owl:Class ; - rdfs:label "ShiftMethodKind"@en ; - rdfs:comment "Kind of shift method. Describes the way a power schedule should be distributed amongst production and consumption. e.g. Type of generating and load shift key." ; + rdfs:label "ShiftMethodKind" ; + rdfs:comment "Kind of shift method. Describes the way a power schedule should be distributed amongst production and consumption. e.g. Type of generating and load shift key."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:enumeration . nc:SolarRadiationDependencyCurve a owl:Class ; - rdfs:label "SolarRadiationDependencyCurve"@en ; + rdfs:label "SolarRadiationDependencyCurve" ; rdfs:comment """A curve or functional relationship between - the solar radiation independent variable (X-axis), and -- relative dependent (Y-axis) variables.""" ; +- relative dependent (Y-axis) variables."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:LimitDependencyCurve . nc:StaticSynchronousCompensator a owl:Class ; - rdfs:label "StaticSynchronousCompensator"@en ; - rdfs:comment "Static synchronous compensator (STATCOM), also known as a static synchronous condenser (STATCON), is a type of flexible AC transmission system regulating equipment used on alternating current electricity transmission networks. It is based on a power electronics voltage-source converter and can act as either a source or sink of reactive AC power to an electricity network. If connected to a source of power it can also provide active AC power." ; + rdfs:label "StaticSynchronousCompensator" ; + rdfs:comment "Static synchronous compensator (STATCOM), also known as a static synchronous condenser (STATCON), is a type of flexible AC transmission system regulating equipment used on alternating current electricity transmission networks. It is based on a power electronics voltage-source converter and can act as either a source or sink of reactive AC power to an electricity network. If connected to a source of power it can also provide active AC power."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:FACTSEquipment . nc:StaticSynchronousSeriesCompensator a owl:Class ; - rdfs:label "StaticSynchronousSeriesCompensator"@en ; - rdfs:comment "Static synchronous series compensator (SSSC) is a type of flexible AC transmission system which consists of a solid-state voltage source inverter coupled with a transformer that is connected in series with a transmission line. This device can inject an almost sinusoidal voltage in series with the line. This injected voltage could be considered as an inductive or capacitive reactance, which is connected in series with the transmission line. This feature can provide controllable voltage compensation. In addition, SSSC is able to reverse the power flow by injecting a sufficiently large series reactive compensating voltage. Moreover it can inject a voltage proportional to the difference between the line current and the pre-configured current threshold. It shall have two Terminal-s associated with it." ; + rdfs:label "StaticSynchronousSeriesCompensator" ; + rdfs:comment "Static synchronous series compensator (SSSC) is a type of flexible AC transmission system which consists of a solid-state voltage source inverter coupled with a transformer that is connected in series with a transmission line. This device can inject an almost sinusoidal voltage in series with the line. This injected voltage could be considered as an inductive or capacitive reactance, which is connected in series with the transmission line. This feature can provide controllable voltage compensation. In addition, SSSC is able to reverse the power flow by injecting a sufficiently large series reactive compensating voltage. Moreover it can inject a voltage proportional to the difference between the line current and the pre-configured current threshold. It shall have two Terminal-s associated with it."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:FACTSEquipment . nc:StaticVarCompensator a owl:Class ; - rdfs:label "StaticVarCompensator"@en ; + rdfs:label "StaticVarCompensator" ; rdfs:comment """A facility for providing variable and controllable shunt reactive power. The SVC typically consists of a stepdown transformer, filter, thyristor-controlled reactor, and thyristor-switched capacitor arms. -The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero.""" ; +The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:FACTSEquipment . nc:SubSchedulingArea a owl:Class ; - rdfs:label "SubSchedulingArea"@en ; - rdfs:comment "An area that is a part of another scheduling area. Typically part of a Transmission System Operator (TSO) scheduling area operated by a Distributed System Operator (DSO) or a Close Distributed System Operator (CDSO). This includes microgrid concept. A sub scheduling area can contain other sub areas. A sub scheduling area leaf will form the smallest entity of any given energy area." ; + rdfs:label "SubSchedulingArea" ; + rdfs:comment "An area that is a part of another scheduling area. Typically part of a Transmission System Operator (TSO) scheduling area operated by a Distributed System Operator (DSO) or a Close Distributed System Operator (CDSO). This includes microgrid concept. A sub scheduling area can contain other sub areas. A sub scheduling area leaf will form the smallest entity of any given energy area."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SchedulingArea . nc:SubstationController a owl:Class ; - rdfs:label "SubstationController"@en ; - rdfs:comment "Substation controller is controlling the equipment to optimize the use of the controlling equipment within a substation." ; + rdfs:label "SubstationController" ; + rdfs:comment "Substation controller is controlling the equipment to optimize the use of the controlling equipment within a substation."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:SynchronousArea a owl:Class ; - rdfs:label "SynchronousArea"@en ; - rdfs:comment "A synchronous area is an electrical area covered by interconnect with a common system frequency in a steady-state." ; + rdfs:label "SynchronousArea" ; + rdfs:comment "A synchronous area is an electrical area covered by interconnect with a common system frequency in a steady-state."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:SystemControl a owl:Class ; - rdfs:label "SystemControl"@en ; + rdfs:label "SystemControl" ; rdfs:comment """System control is the management and regulation of various parameters within the electrical grid to ensure its stable and reliable operation. The primary goal of system control is to maintain the balance between electricity generation and consumption, while also managing factors such as voltage, frequency, and power quality. This involves the use of control devices, automation, and monitoring systems to respond to changes in the grid and maintain its overall stability. -This serves as Integrated AC and DC control system (IEC 60633) which governs the integrated operation of AC and DC systems of a power system.""" ; +This serves as Integrated AC and DC control system (IEC 60633) which governs the integrated operation of AC and DC systems of a power system."""@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:AutomationFunction . nc:SystemOperationCoordinator a owl:Class ; - rdfs:label "SystemOperationCoordinator"@en ; - rdfs:comment "A role that coordinates relevant information and impact in regards to operating the power system." ; + rdfs:label "SystemOperationCoordinator" ; + rdfs:comment "A role that coordinates relevant information and impact in regards to operating the power system."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:PowerSystemOrganisationRole . nc:SystemOperator a owl:Class ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "System operator." ; + rdfs:label "SystemOperator" ; + rdfs:comment "System operator."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:PowerSystemOrganisationRole . nc:TCSCCompensationPoint a owl:Class ; - rdfs:label "TCSCCompensationPoint"@en ; - rdfs:comment "Compensation point of a TCSC compensator." ; + rdfs:label "TCSCCompensationPoint" ; + rdfs:comment "Compensation point of a TCSC compensator."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete . nc:TCSCController a owl:Class ; - rdfs:label "TCSCController"@en ; - rdfs:comment "TCSC controller is controlling the equipment to optimize the performance of the TCSC." ; + rdfs:label "TCSCController" ; + rdfs:comment "TCSC controller is controlling the equipment to optimize the performance of the TCSC."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:TapChangerController a owl:Class ; - rdfs:label "TapChangerController"@en ; - rdfs:comment "Tap changer controller is an equipment controller that controls a tap changer, e.g. how the voltage at the end of a line varies with the load level and compensation of the voltage drop by tap adjustment." ; + rdfs:label "TapChangerController" ; + rdfs:comment "Tap changer controller is an equipment controller that controls a tap changer, e.g. how the voltage at the end of a line varies with the load level and compensation of the voltage drop by tap adjustment."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:ThyristorControlledSeriesCompensator a owl:Class ; - rdfs:label "ThyristorControlledSeriesCompensator"@en ; - rdfs:comment "Thyristor-controlled series capacitors (TCSC) is a type of flexible AC transmission system regulating equipment that is configured with controlled reactors in parallel with sections of a capacitor bank. This combination allows smooth control of the fundamental frequency capacitive reactance over a wide range. The thyristor valve contains a string of series connected high power thyristors. TCSC can control power flows in order to achieve eliminating of line overloads, reducing loop flows and minimising system losses." ; + rdfs:label "ThyristorControlledSeriesCompensator" ; + rdfs:comment "Thyristor-controlled series capacitors (TCSC) is a type of flexible AC transmission system regulating equipment that is configured with controlled reactors in parallel with sections of a capacitor bank. This combination allows smooth control of the fundamental frequency capacitive reactance over a wide range. The thyristor valve contains a string of series connected high power thyristors. TCSC can control power flows in order to achieve eliminating of line overloads, reducing loop flows and minimising system losses."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:FACTSEquipment . nc:TieCorridor a owl:Class ; - rdfs:label "TieCorridor"@en ; - rdfs:comment "A collection of one or more tie-lines or direct current poles that connect two different control areas." ; + rdfs:label "TieCorridor" ; + rdfs:comment "A collection of one or more tie-lines or direct current poles that connect two different control areas."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:TransmissionSystemOperator a owl:Class ; - rdfs:label "TransmissionSystemOperator"@en ; - rdfs:comment "A system operator role that is responsible for operating of an energy transmission network." ; + rdfs:label "TransmissionSystemOperator" ; + rdfs:comment "A system operator role that is responsible for operating of an energy transmission network."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SystemOperator . nc:UnifiedPowerFlowController a owl:Class ; - rdfs:label "UnifiedPowerFlowController"@en ; - rdfs:comment "Unified power flow controller (UPFC) is providing fast-acting reactive power compensation on high-voltage electricity transmission networks." ; + rdfs:label "UnifiedPowerFlowController" ; + rdfs:comment "Unified power flow controller (UPFC) is providing fast-acting reactive power compensation on high-voltage electricity transmission networks."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:EquipmentController . nc:VoltageAngleLimit a owl:Class ; - rdfs:label "VoltageAngleLimit"@en ; - rdfs:comment "Voltage angle limit between two terminals. The association end OperationalLimitSet.Terminal defines one end and the host of the limit. The association end VoltageAngleLimit.AngleReferenceTerminal defines the reference terminal." ; + rdfs:label "VoltageAngleLimit" ; + rdfs:comment "Voltage angle limit between two terminals. The association end OperationalLimitSet.Terminal defines one end and the host of the limit. The association end VoltageAngleLimit.AngleReferenceTerminal defines the reference terminal."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:OperationalLimit . nc:VoltageControlFunction a owl:Class ; - rdfs:label "VoltageControlFunction"@en ; - rdfs:comment "Voltage control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage." ; + rdfs:label "VoltageControlFunction" ; + rdfs:comment "Voltage control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . nc:VoltageInjectionControlFunction a owl:Class ; - rdfs:label "VoltageInjectionControlFunction"@en ; - rdfs:comment "Voltage injection control function is a function block that calculates the operating point of the controlled equipment to achieve the target voltage injection. The controlled point is the Terminal with sequenceNumber =1." ; + rdfs:label "VoltageInjectionControlFunction" ; + rdfs:comment "Voltage injection control function is a function block that calculates the operating point of the controlled equipment to achieve the target voltage injection. The controlled point is the Terminal with sequenceNumber =1."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ControlFunctionBlock . cim:ACDCTerminal.OperationalLimitSet a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimitSet"@en ; - rdfs:comment "The operational limit sets at the terminal." ; + rdfs:label "OperationalLimitSet" ; + rdfs:comment "The operational limit sets at the terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:OperationalLimitSet.Terminal ; @@ -1534,8 +1536,8 @@ cim:ACDCTerminal.OperationalLimitSet a owl:ObjectProperty, owl:InverseFunctional rdfs:range cim:OperationalLimitSet . cim:Curve.CurveDatas a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CurveDatas"@en ; - rdfs:comment "The point data values that define this curve." ; + rdfs:label "CurveDatas" ; + rdfs:comment "The point data values that define this curve."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:CurveData.Curve ; @@ -1543,64 +1545,64 @@ cim:Curve.CurveDatas a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:CurveData . cim:Curve.curveStyle a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "curveStyle"@en ; - rdfs:comment "The style or shape of the curve." ; + rdfs:label "curveStyle" ; + rdfs:comment "The style or shape of the curve."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Curve ; rdfs:range cim:CurveStyle . cim:Curve.xMultiplier a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "xMultiplier"@en ; - rdfs:comment "Multiplier for X-axis." ; + rdfs:label "xMultiplier" ; + rdfs:comment "Multiplier for X-axis."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Curve ; rdfs:range cim:UnitMultiplier . cim:Curve.xUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "xUnit"@en ; - rdfs:comment "The X-axis units of measure." ; + rdfs:label "xUnit" ; + rdfs:comment "The X-axis units of measure."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Curve ; rdfs:range cim:UnitSymbol . cim:Curve.y1Multiplier a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "y1Multiplier"@en ; - rdfs:comment "Multiplier for Y1-axis." ; + rdfs:label "y1Multiplier" ; + rdfs:comment "Multiplier for Y1-axis."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Curve ; rdfs:range cim:UnitMultiplier . cim:Curve.y1Unit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "y1Unit"@en ; - rdfs:comment "The Y1-axis units of measure." ; + rdfs:label "y1Unit" ; + rdfs:comment "The Y1-axis units of measure."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Curve ; rdfs:range cim:UnitSymbol . cim:Curve.y2Multiplier a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "y2Multiplier"@en ; - rdfs:comment "Multiplier for Y2-axis." ; + rdfs:label "y2Multiplier" ; + rdfs:comment "Multiplier for Y2-axis."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Curve ; rdfs:range cim:UnitMultiplier . cim:Curve.y2Unit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "y2Unit"@en ; - rdfs:comment "The Y2-axis units of measure." ; + rdfs:label "y2Unit" ; + rdfs:comment "The Y2-axis units of measure."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Curve ; rdfs:range cim:UnitSymbol . cim:CurveData.Curve a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Curve"@en ; - rdfs:comment "The curve of this curve data point." ; + rdfs:label "Curve" ; + rdfs:comment "The curve of this curve data point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Curve.CurveDatas ; @@ -1608,8 +1610,8 @@ cim:CurveData.Curve a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Curve . cim:DCConverterUnit.Substation a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Substation"@en ; - rdfs:comment "The containing substation of the DC converter unit." ; + rdfs:label "Substation" ; + rdfs:comment "The containing substation of the DC converter unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Substation.DCConverterUnit ; @@ -1617,8 +1619,8 @@ cim:DCConverterUnit.Substation a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Substation . cim:Equipment.AggregatedEquipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AggregatedEquipment"@en ; - rdfs:comment "An aggregated representation of the detailed equipment." ; + rdfs:label "AggregatedEquipment" ; + rdfs:comment "An aggregated representation of the detailed equipment."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1627,8 +1629,8 @@ cim:Equipment.AggregatedEquipment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Equipment . cim:Equipment.DetailedEquipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DetailedEquipment"@en ; - rdfs:comment "A detailed representation of the aggregated equipment." ; + rdfs:label "DetailedEquipment" ; + rdfs:comment "A detailed representation of the aggregated equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1637,8 +1639,8 @@ cim:Equipment.DetailedEquipment a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range cim:Equipment . cim:EquivalentInjection.ReactiveCapabilityCurve2 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ReactiveCapabilityCurve2"@en ; - rdfs:comment "The reactive capability curve used by this equivalent injection." ; + rdfs:label "ReactiveCapabilityCurve2" ; + rdfs:comment "The reactive capability curve used by this equivalent injection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1647,8 +1649,8 @@ cim:EquivalentInjection.ReactiveCapabilityCurve2 a owl:ObjectProperty, owl:Inver rdfs:range cim:ReactiveCapabilityCurve . cim:Feeder.NamingSecondarySubstation a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "NamingSecondarySubstation"@en ; - rdfs:comment "The secondary substations that are normally energized from the feeder. Used for naming purposes. Should be consistent with the other associations for energizing terminal specification and the feeder energization specification." ; + rdfs:label "NamingSecondarySubstation" ; + rdfs:comment "The secondary substations that are normally energized from the feeder. Used for naming purposes. Should be consistent with the other associations for energizing terminal specification and the feeder energization specification."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Substation.NamingFeeder ; @@ -1656,8 +1658,8 @@ cim:Feeder.NamingSecondarySubstation a owl:ObjectProperty, owl:InverseFunctional rdfs:range cim:Substation . cim:Feeder.NormalEnergizedSubstation a owl:ObjectProperty ; - rdfs:label "NormalEnergizedSubstation"@en ; - rdfs:comment "The substations that are normally energized by the feeder." ; + rdfs:label "NormalEnergizedSubstation" ; + rdfs:comment "The substations that are normally energized by the feeder."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Substation.NormalEnergizingFeeder ; @@ -1665,8 +1667,8 @@ cim:Feeder.NormalEnergizedSubstation a owl:ObjectProperty ; rdfs:range cim:Substation . cim:Feeder.NormalEnergizingSubstation a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "NormalEnergizingSubstation"@en ; - rdfs:comment "The substation that nominally energizes the feeder. Also used for naming purposes." ; + rdfs:label "NormalEnergizingSubstation" ; + rdfs:comment "The substation that nominally energizes the feeder. Also used for naming purposes."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Substation.NormalEnergizedFeeder ; @@ -1674,8 +1676,8 @@ cim:Feeder.NormalEnergizingSubstation a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:Substation . cim:HydroPowerPlant.Reservoir a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Reservoir"@en ; - rdfs:comment "Generators discharge water to or pumps are supplied water from a downstream reservoir." ; + rdfs:label "Reservoir" ; + rdfs:comment "Generators discharge water to or pumps are supplied water from a downstream reservoir."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Reservoir.HydroPowerPlants ; @@ -1683,8 +1685,8 @@ cim:HydroPowerPlant.Reservoir a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Reservoir . cim:OperationalLimit.OperationalLimitSet a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OperationalLimitSet"@en ; - rdfs:comment "The limit set to which the limit values belong." ; + rdfs:label "OperationalLimitSet" ; + rdfs:comment "The limit set to which the limit values belong."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:OperationalLimitSet.OperationalLimitValue ; @@ -1692,8 +1694,8 @@ cim:OperationalLimit.OperationalLimitSet a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:OperationalLimitSet . cim:OperationalLimit.OperationalLimitType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OperationalLimitType"@en ; - rdfs:comment "The limit type associated with this limit." ; + rdfs:label "OperationalLimitType" ; + rdfs:comment "The limit type associated with this limit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:OperationalLimitType.OperationalLimit ; @@ -1701,8 +1703,8 @@ cim:OperationalLimit.OperationalLimitType a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:OperationalLimitType . cim:OperationalLimitSet.OperationalLimitValue a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimitValue"@en ; - rdfs:comment "Values of equipment limits." ; + rdfs:label "OperationalLimitValue" ; + rdfs:comment "Values of equipment limits."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype uml:ofAggregate ; @@ -1711,8 +1713,8 @@ cim:OperationalLimitSet.OperationalLimitValue a owl:ObjectProperty, owl:InverseF rdfs:range cim:OperationalLimit . cim:OperationalLimitSet.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The terminal where the operational limit set apply." ; + rdfs:label "Terminal" ; + rdfs:comment "The terminal where the operational limit set apply."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ACDCTerminal.OperationalLimitSet ; @@ -1720,8 +1722,8 @@ cim:OperationalLimitSet.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ACDCTerminal . cim:OperationalLimitType.OperationalLimit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimit"@en ; - rdfs:comment "The operational limits associated with this type of limit." ; + rdfs:label "OperationalLimit" ; + rdfs:comment "The operational limits associated with this type of limit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:OperationalLimit.OperationalLimitType ; @@ -1729,16 +1731,16 @@ cim:OperationalLimitType.OperationalLimit a owl:ObjectProperty, owl:InverseFunct rdfs:range cim:OperationalLimit . cim:OperationalLimitType.direction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "direction"@en ; - rdfs:comment "The direction of the limit." ; + rdfs:label "direction" ; + rdfs:comment "The direction of the limit."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:OperationalLimitType ; rdfs:range cim:OperationalLimitDirectionKind . cim:Organisation.Roles a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Roles"@en ; - rdfs:comment "All roles of this organisation." ; + rdfs:label "Roles" ; + rdfs:comment "All roles of this organisation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:OrganisationRole.Organisation ; @@ -1746,8 +1748,8 @@ cim:Organisation.Roles a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:OrganisationRole . cim:OrganisationRole.Organisation a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Organisation"@en ; - rdfs:comment "Organisation having this role." ; + rdfs:label "Organisation" ; + rdfs:comment "Organisation having this role."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Organisation.Roles ; @@ -1755,8 +1757,8 @@ cim:OrganisationRole.Organisation a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Organisation . cim:ReactiveCapabilityCurve.EquivalentInjection2 a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquivalentInjection2"@en ; - rdfs:comment "The equivalent injection using this reactive capability curve." ; + rdfs:label "EquivalentInjection2" ; + rdfs:comment "The equivalent injection using this reactive capability curve."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1765,8 +1767,8 @@ cim:ReactiveCapabilityCurve.EquivalentInjection2 a owl:ObjectProperty, owl:Funct rdfs:range cim:EquivalentInjection . cim:ReactiveCapabilityCurve.SynchronousMachine2 a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SynchronousMachine2"@en ; - rdfs:comment "Synchronous machine using this curve." ; + rdfs:label "SynchronousMachine2" ; + rdfs:comment "Synchronous machine using this curve."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1775,8 +1777,8 @@ cim:ReactiveCapabilityCurve.SynchronousMachine2 a owl:ObjectProperty, owl:Functi rdfs:range cim:SynchronousMachine . cim:Reservoir.HydroPowerPlants a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "HydroPowerPlants"@en ; - rdfs:comment "Generators discharge water to or pumps are supplied water from a downstream reservoir." ; + rdfs:label "HydroPowerPlants" ; + rdfs:comment "Generators discharge water to or pumps are supplied water from a downstream reservoir."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:HydroPowerPlant.Reservoir ; @@ -1784,8 +1786,8 @@ cim:Reservoir.HydroPowerPlants a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:HydroPowerPlant . cim:Substation.DCConverterUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCConverterUnit"@en ; - rdfs:comment "The DC converter unit belonging of the substation." ; + rdfs:label "DCConverterUnit" ; + rdfs:comment "The DC converter unit belonging of the substation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DCConverterUnit.Substation ; @@ -1793,8 +1795,8 @@ cim:Substation.DCConverterUnit a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:DCConverterUnit . cim:Substation.NamingFeeder a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "NamingFeeder"@en ; - rdfs:comment "The primary feeder that normally energizes the secondary substation. Used for naming purposes. Either this association or the substation to subgeographical region should be used for hierarchical containment specification." ; + rdfs:label "NamingFeeder" ; + rdfs:comment "The primary feeder that normally energizes the secondary substation. Used for naming purposes. Either this association or the substation to subgeographical region should be used for hierarchical containment specification."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Feeder.NamingSecondarySubstation ; @@ -1802,8 +1804,8 @@ cim:Substation.NamingFeeder a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Feeder . cim:Substation.NormalEnergizedFeeder a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "NormalEnergizedFeeder"@en ; - rdfs:comment "The normal energized feeders of the substation. Also used for naming purposes." ; + rdfs:label "NormalEnergizedFeeder" ; + rdfs:comment "The normal energized feeders of the substation. Also used for naming purposes."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Feeder.NormalEnergizingSubstation ; @@ -1811,8 +1813,8 @@ cim:Substation.NormalEnergizedFeeder a owl:ObjectProperty, owl:InverseFunctional rdfs:range cim:Feeder . cim:Substation.NormalEnergizingFeeder a owl:ObjectProperty ; - rdfs:label "NormalEnergizingFeeder"@en ; - rdfs:comment "The feeders that potentially energize the downstream substation. Should be consistent with the associations that describe the naming hierarchy." ; + rdfs:label "NormalEnergizingFeeder" ; + rdfs:comment "The feeders that potentially energize the downstream substation. Should be consistent with the associations that describe the naming hierarchy."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Feeder.NormalEnergizedSubstation ; @@ -1820,8 +1822,8 @@ cim:Substation.NormalEnergizingFeeder a owl:ObjectProperty ; rdfs:range cim:Feeder . cim:SynchronousMachine.ReactiveCapabilityCurve2 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ReactiveCapabilityCurve2"@en ; - rdfs:comment "Reactive capability curve for this synchronous machine." ; + rdfs:label "ReactiveCapabilityCurve2" ; + rdfs:comment "Reactive capability curve for this synchronous machine."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1830,8 +1832,8 @@ cim:SynchronousMachine.ReactiveCapabilityCurve2 a owl:ObjectProperty, owl:Invers rdfs:range cim:ReactiveCapabilityCurve . cim:VsCapabilityCurve.VsConverter a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VsConverter"@en ; - rdfs:comment "Converter with this capability curve." ; + rdfs:label "VsConverter" ; + rdfs:comment "Converter with this capability curve."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1840,8 +1842,8 @@ cim:VsCapabilityCurve.VsConverter a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:VsConverter . cim:VsConverter.CapabilityCurve2 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CapabilityCurve2"@en ; - rdfs:comment "Capability curve of this converter." ; + rdfs:label "CapabilityCurve2" ; + rdfs:comment "Capability curve of this converter."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1850,8 +1852,8 @@ cim:VsConverter.CapabilityCurve2 a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range cim:VsCapabilityCurve . nc:ACDCConverter.ACDCConverterController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ACDCConverterController"@en ; - rdfs:comment "Direct current controller which controls the ACDC converter." ; + rdfs:label "ACDCConverterController" ; + rdfs:comment "Direct current controller which controls the ACDC converter."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1860,8 +1862,8 @@ nc:ACDCConverter.ACDCConverterController a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:ACDCConverterController . nc:ACDCConverterController.ACDCConverter a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ACDCConverter"@en ; - rdfs:comment "ACDC converter controlled by the direct current controller." ; + rdfs:label "ACDCConverter" ; + rdfs:comment "ACDC converter controlled by the direct current controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1870,8 +1872,8 @@ nc:ACDCConverterController.ACDCConverter a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:ACDCConverter . nc:ACDCConverterController.DirectCurrentPoleController a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DirectCurrentPoleController"@en ; - rdfs:comment "DC pole controller that controls this ACDC controller." ; + rdfs:label "DirectCurrentPoleController" ; + rdfs:comment "DC pole controller that controls this ACDC controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1880,8 +1882,8 @@ nc:ACDCConverterController.DirectCurrentPoleController a owl:ObjectProperty, owl rdfs:range nc:DirectCurrentPoleController . nc:ACDCTerminal.InfeedTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "InfeedTerminal"@en ; - rdfs:comment "Infeed terminal that is associated with an ACDCTerminal." ; + rdfs:label "InfeedTerminal" ; + rdfs:comment "Infeed terminal that is associated with an ACDCTerminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1890,8 +1892,8 @@ nc:ACDCTerminal.InfeedTerminal a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range nc:InfeedTerminal . nc:ACPointOfCommonCoupling.ConnectivityNode a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ConnectivityNode"@en ; - rdfs:comment "Connectivity node which is a point of common coupling AC." ; + rdfs:label "ConnectivityNode" ; + rdfs:comment "Connectivity node which is a point of common coupling AC."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1900,8 +1902,8 @@ nc:ACPointOfCommonCoupling.ConnectivityNode a owl:ObjectProperty, owl:Functional rdfs:range cim:ConnectivityNode . nc:ACPointOfCommonCoupling.DCConverterUnit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCConverterUnit"@en ; - rdfs:comment "DC converter unit that has AC point of common coupling." ; + rdfs:label "DCConverterUnit" ; + rdfs:comment "DC converter unit that has AC point of common coupling."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1910,8 +1912,8 @@ nc:ACPointOfCommonCoupling.DCConverterUnit a owl:ObjectProperty, owl:FunctionalP rdfs:range cim:DCConverterUnit . nc:ACTieCorridor.Line a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Line"@en ; - rdfs:comment "Line that is part of the ACTieCorridor." ; + rdfs:label "Line" ; + rdfs:comment "Line that is part of the ACTieCorridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1920,8 +1922,8 @@ nc:ACTieCorridor.Line a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Line . nc:AmbientTemperatureDependencyCurve.OperationalLimitType a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimitType"@en ; - rdfs:comment "The operational limit type that has this permanent ambient temperature dependency curve." ; + rdfs:label "OperationalLimitType" ; + rdfs:comment "The operational limit type that has this permanent ambient temperature dependency curve."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1930,8 +1932,8 @@ nc:AmbientTemperatureDependencyCurve.OperationalLimitType a owl:ObjectProperty, rdfs:range cim:OperationalLimitType . nc:AreaDispatchableUnit.EnergyConsumer a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyConsumer"@en ; - rdfs:comment "Energy consumer for this area dispatchable unit." ; + rdfs:label "EnergyConsumer" ; + rdfs:comment "Energy consumer for this area dispatchable unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf nc:EnergyConsumer.AreaDispatchableUnit ; @@ -1939,8 +1941,8 @@ nc:AreaDispatchableUnit.EnergyConsumer a owl:ObjectProperty, owl:FunctionalPrope rdfs:range cim:EnergyConsumer . nc:AreaDispatchableUnit.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "The generating unit that belongs to area dispatchable unit." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "The generating unit that belongs to area dispatchable unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1949,8 +1951,8 @@ nc:AreaDispatchableUnit.GeneratingUnit a owl:ObjectProperty, owl:FunctionalPrope rdfs:range cim:GeneratingUnit . nc:AreaDispatchableUnit.HydroPump a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "HydroPump"@en ; - rdfs:comment "Hydro Pump which is associated with the area dispatchable unit." ; + rdfs:label "HydroPump" ; + rdfs:comment "Hydro Pump which is associated with the area dispatchable unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1959,8 +1961,8 @@ nc:AreaDispatchableUnit.HydroPump a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range cim:HydroPump . nc:AreaDispatchableUnit.PowerElectronicsUnit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "The power electronics unit that belongs to this area dispatchable unit." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "The power electronics unit that belongs to this area dispatchable unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1969,8 +1971,8 @@ nc:AreaDispatchableUnit.PowerElectronicsUnit a owl:ObjectProperty, owl:Functiona rdfs:range cim:PowerElectronicsUnit . nc:AreaDispatchableUnit.ScheduleResource a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "The resource which is mFRR for the EnergySchedulingArea to which the AreaDispatchableUnit is connected. Note that this can be different than the area for the energy schedule." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "The resource which is mFRR for the EnergySchedulingArea to which the AreaDispatchableUnit is connected. Note that this can be different than the area for the energy schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1979,8 +1981,8 @@ nc:AreaDispatchableUnit.ScheduleResource a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:ScheduleResource . nc:AreaDispatchableUnit.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that has this area dispatchable unit." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that has this area dispatchable unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1989,8 +1991,8 @@ nc:AreaDispatchableUnit.SchedulingArea a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:SchedulingArea . nc:AreaDispatchableUnit.TieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TieCorridor"@en ; - rdfs:comment "Tie Corridor which belongs to the Area Dispatchable Unit." ; + rdfs:label "TieCorridor" ; + rdfs:comment "Tie Corridor which belongs to the Area Dispatchable Unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1999,8 +2001,8 @@ nc:AreaDispatchableUnit.TieCorridor a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:TieCorridor . nc:AreaInterchangeController.BiddingZone a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "BiddingZone"@en ; - rdfs:comment "Bidding zone which has an area interchange controller." ; + rdfs:label "BiddingZone" ; + rdfs:comment "Bidding zone which has an area interchange controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2009,8 +2011,8 @@ nc:AreaInterchangeController.BiddingZone a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:BiddingZone . nc:AreaInterchangeController.BiddingZoneBorder a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "BiddingZoneBorder"@en ; - rdfs:comment "Bidding zone border that has an area interchange controller." ; + rdfs:label "BiddingZoneBorder" ; + rdfs:comment "Bidding zone border that has an area interchange controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2019,8 +2021,8 @@ nc:AreaInterchangeController.BiddingZoneBorder a owl:ObjectProperty, owl:Functio rdfs:range nc:BiddingZoneBorder . nc:AreaInterchangeController.ControlArea a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControlArea"@en ; - rdfs:comment "Control area that has a area interchange controller." ; + rdfs:label "ControlArea" ; + rdfs:comment "Control area that has a area interchange controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2029,8 +2031,8 @@ nc:AreaInterchangeController.ControlArea a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:ControlArea . nc:AutomationBlockGroup.AutomationFunction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AutomationFunction"@en ; - rdfs:comment "Automation function which has automation block group." ; + rdfs:label "AutomationFunction" ; + rdfs:comment "Automation function which has automation block group."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2039,8 +2041,8 @@ nc:AutomationBlockGroup.AutomationFunction a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:AutomationFunction . nc:AutomationBlockGroup.FunctionBlock a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FunctionBlock"@en ; - rdfs:comment "Function block which belongs to an automation block group." ; + rdfs:label "FunctionBlock" ; + rdfs:comment "Function block which belongs to an automation block group."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -2049,8 +2051,8 @@ nc:AutomationBlockGroup.FunctionBlock a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:FunctionBlock . nc:AutomationFunction.AutomationBlockGroup a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AutomationBlockGroup"@en ; - rdfs:comment "Automation block group which belongs to an automation function." ; + rdfs:label "AutomationBlockGroup" ; + rdfs:comment "Automation block group which belongs to an automation function."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -2059,8 +2061,8 @@ nc:AutomationFunction.AutomationBlockGroup a owl:ObjectProperty, owl:InverseFunc rdfs:range nc:AutomationBlockGroup . nc:AutomationFunction.FunctionBlock a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FunctionBlock"@en ; - rdfs:comment "Function block is part of this automation function." ; + rdfs:label "FunctionBlock" ; + rdfs:comment "Function block is part of this automation function."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2069,8 +2071,8 @@ nc:AutomationFunction.FunctionBlock a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range nc:FunctionBlock . nc:AutomationFunction.HasPart a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "HasPart"@en ; - rdfs:comment "Automation function has this automation function as a part." ; + rdfs:label "HasPart" ; + rdfs:comment "Automation function has this automation function as a part."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2079,8 +2081,8 @@ nc:AutomationFunction.HasPart a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range nc:AutomationFunction . nc:AutomationFunction.PartOf a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PartOf"@en ; - rdfs:comment "Automation function is part of this automation function." ; + rdfs:label "PartOf" ; + rdfs:comment "Automation function is part of this automation function."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2089,8 +2091,8 @@ nc:AutomationFunction.PartOf a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:AutomationFunction . nc:BaseOverloadLimitCurve.OperationalLimitType a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimitType"@en ; - rdfs:comment "The operational limit type that has this temporary base overload limit curve." ; + rdfs:label "OperationalLimitType" ; + rdfs:comment "The operational limit type that has this temporary base overload limit curve."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2099,8 +2101,8 @@ nc:BaseOverloadLimitCurve.OperationalLimitType a owl:ObjectProperty, owl:Inverse rdfs:range cim:OperationalLimitType . nc:BiddingZone.AreaInterchangeController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaInterchangeController"@en ; - rdfs:comment "Area interchange controller for this bidding zone." ; + rdfs:label "AreaInterchangeController" ; + rdfs:comment "Area interchange controller for this bidding zone."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2109,8 +2111,8 @@ nc:BiddingZone.AreaInterchangeController a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:AreaInterchangeController . nc:BiddingZone.BiddingZoneBorderOne a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BiddingZoneBorderOne"@en ; - rdfs:comment "The primary side of the border." ; + rdfs:label "BiddingZoneBorderOne" ; + rdfs:comment "The primary side of the border."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2119,8 +2121,8 @@ nc:BiddingZone.BiddingZoneBorderOne a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range nc:BiddingZoneBorder . nc:BiddingZone.BiddingZoneBorderTwo a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BiddingZoneBorderTwo"@en ; - rdfs:comment "The secondary side of the border." ; + rdfs:label "BiddingZoneBorderTwo" ; + rdfs:comment "The secondary side of the border."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2129,8 +2131,8 @@ nc:BiddingZone.BiddingZoneBorderTwo a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range nc:BiddingZoneBorder . nc:BiddingZone.CapacityCalculationRegion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CapacityCalculationRegion"@en ; - rdfs:comment "The capacity calculation region related to this bidding zone." ; + rdfs:label "CapacityCalculationRegion" ; + rdfs:comment "The capacity calculation region related to this bidding zone."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2139,8 +2141,8 @@ nc:BiddingZone.CapacityCalculationRegion a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:CapacityCalculationRegion . nc:BiddingZone.PowerCapacity a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerCapacity"@en ; - rdfs:comment "Power capacity whidh is asocciated to the bidding zone." ; + rdfs:label "PowerCapacity" ; + rdfs:comment "Power capacity whidh is asocciated to the bidding zone."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2149,8 +2151,8 @@ nc:BiddingZone.PowerCapacity a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:PowerCapacity . nc:BiddingZone.SchedulingArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that has bidding zone." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that has bidding zone."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -2159,8 +2161,8 @@ nc:BiddingZone.SchedulingArea a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range nc:SchedulingArea . nc:BiddingZoneBorder.AreaInterchangeController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaInterchangeController"@en ; - rdfs:comment "Area interchange controller that relates to this bidding zone border." ; + rdfs:label "AreaInterchangeController" ; + rdfs:comment "Area interchange controller that relates to this bidding zone border."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2169,8 +2171,8 @@ nc:BiddingZoneBorder.AreaInterchangeController a owl:ObjectProperty, owl:Functio rdfs:range nc:AreaInterchangeController . nc:BiddingZoneBorder.BiddingZoneOne a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BiddingZoneOne"@en ; - rdfs:comment "The bidding zone for the primary side." ; + rdfs:label "BiddingZoneOne" ; + rdfs:comment "The bidding zone for the primary side."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2179,8 +2181,8 @@ nc:BiddingZoneBorder.BiddingZoneOne a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:BiddingZone . nc:BiddingZoneBorder.BiddingZoneTwo a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BiddingZoneTwo"@en ; - rdfs:comment "The bidding zone for the secondary side." ; + rdfs:label "BiddingZoneTwo" ; + rdfs:comment "The bidding zone for the secondary side."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2189,8 +2191,8 @@ nc:BiddingZoneBorder.BiddingZoneTwo a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:BiddingZone . nc:BiddingZoneBorder.CapacityCalculationRegion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CapacityCalculationRegion"@en ; - rdfs:comment "The capacity calculation region for which the capacity is derived from." ; + rdfs:label "CapacityCalculationRegion" ; + rdfs:comment "The capacity calculation region for which the capacity is derived from."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2199,8 +2201,8 @@ nc:BiddingZoneBorder.CapacityCalculationRegion a owl:ObjectProperty, owl:Functio rdfs:range nc:CapacityCalculationRegion . nc:BiddingZoneBorder.TieCorridor a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TieCorridor"@en ; - rdfs:comment "Tie corridor for a given bidding zone border." ; + rdfs:label "TieCorridor" ; + rdfs:comment "Tie corridor for a given bidding zone border."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2209,8 +2211,8 @@ nc:BiddingZoneBorder.TieCorridor a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:TieCorridor . nc:BipolarDCSystem.DCBiPole a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCBiPole"@en ; - rdfs:comment "DC bipole that belongs to a bipolar DC system." ; + rdfs:label "DCBiPole" ; + rdfs:comment "DC bipole that belongs to a bipolar DC system."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2219,8 +2221,8 @@ nc:BipolarDCSystem.DCBiPole a owl:ObjectProperty, owl:FunctionalProperty, owl:In rdfs:range nc:DCBiPole . nc:CapacityCalculationRegion.BiddingZone a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BiddingZone"@en ; - rdfs:comment "The bidding zone for this capacity calculation region." ; + rdfs:label "BiddingZone" ; + rdfs:comment "The bidding zone for this capacity calculation region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2229,8 +2231,8 @@ nc:CapacityCalculationRegion.BiddingZone a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:BiddingZone . nc:CapacityCalculationRegion.BiddingZoneBorder a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BiddingZoneBorder"@en ; - rdfs:comment "The bidding zone border on which the capacity is calculated." ; + rdfs:label "BiddingZoneBorder" ; + rdfs:comment "The bidding zone border on which the capacity is calculated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2239,8 +2241,8 @@ nc:CapacityCalculationRegion.BiddingZoneBorder a owl:ObjectProperty, owl:Inverse rdfs:range nc:BiddingZoneBorder . nc:CapacityCalculationRegion.CoordinatedCapacityCalculator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CoordinatedCapacityCalculator"@en ; - rdfs:comment "Coordinated capacity calculator responsible for the capacity calculation of the region." ; + rdfs:label "CoordinatedCapacityCalculator" ; + rdfs:comment "Coordinated capacity calculator responsible for the capacity calculation of the region."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2249,8 +2251,8 @@ nc:CapacityCalculationRegion.CoordinatedCapacityCalculator a owl:ObjectProperty, rdfs:range nc:CoordinatedCapacityCalculator . nc:CapacityCalculationRegion.SecurityCoordinator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SecurityCoordinator"@en ; - rdfs:comment "The security coordinator responsible for the capacity calculation region." ; + rdfs:label "SecurityCoordinator" ; + rdfs:comment "The security coordinator responsible for the capacity calculation region."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2259,8 +2261,8 @@ nc:CapacityCalculationRegion.SecurityCoordinator a owl:ObjectProperty, owl:Funct rdfs:range nc:SecurityCoordinator . nc:Circuit.CircuitShare a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CircuitShare"@en ; - rdfs:comment "The circuit share of the given power transfer corridor." ; + rdfs:label "CircuitShare" ; + rdfs:comment "The circuit share of the given power transfer corridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2269,8 +2271,8 @@ nc:Circuit.CircuitShare a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:CircuitShare . nc:Circuit.Equipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Equipment"@en ; - rdfs:comment "The equipment which is part of the circuit. This includes all equipment related to the circuit (e.g. If the circuit is a transformer, the equipment could be all switching and auxiliary equipments related to the transformer). A BusbarSection shall not be part of the circuit." ; + rdfs:label "Equipment" ; + rdfs:comment "The equipment which is part of the circuit. This includes all equipment related to the circuit (e.g. If the circuit is a transformer, the equipment could be all switching and auxiliary equipments related to the transformer). A BusbarSection shall not be part of the circuit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2279,8 +2281,8 @@ nc:Circuit.Equipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Equipment . nc:Circuit.IdentifyingTerminal a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "IdentifyingTerminal"@en ; - rdfs:comment "Terminal that identifies the circuit." ; + rdfs:label "IdentifyingTerminal" ; + rdfs:comment "Terminal that identifies the circuit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2289,8 +2291,8 @@ nc:Circuit.IdentifyingTerminal a owl:ObjectProperty, owl:FunctionalProperty, owl rdfs:range cim:Terminal . nc:CircuitShare.Circuit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Circuit"@en ; - rdfs:comment "The circuit that has a share of the power system corridor." ; + rdfs:label "Circuit" ; + rdfs:comment "The circuit that has a share of the power system corridor."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2299,8 +2301,8 @@ nc:CircuitShare.Circuit a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Circuit . nc:CircuitShare.PowerTransferCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerTransferCorridor"@en ; - rdfs:comment "The power transfer corridor that has this circuit share." ; + rdfs:label "PowerTransferCorridor" ; + rdfs:comment "The power transfer corridor that has this circuit share."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2309,8 +2311,8 @@ nc:CircuitShare.PowerTransferCorridor a owl:ObjectProperty, owl:FunctionalProper rdfs:range nc:PowerTransferCorridor . nc:ConnectivityNode.ACPointOfCommonCoupling a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ACPointOfCommonCoupling"@en ; - rdfs:comment "Identifies this ConnectivityNode as a point of common coupling AC." ; + rdfs:label "ACPointOfCommonCoupling" ; + rdfs:comment "Identifies this ConnectivityNode as a point of common coupling AC."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2319,8 +2321,8 @@ nc:ConnectivityNode.ACPointOfCommonCoupling a owl:ObjectProperty, owl:Functional rdfs:range nc:ACPointOfCommonCoupling . nc:ControlArea.AreaInterchangeController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaInterchangeController"@en ; - rdfs:comment "Area interchange controller for this control area." ; + rdfs:label "AreaInterchangeController" ; + rdfs:comment "Area interchange controller for this control area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2329,8 +2331,8 @@ nc:ControlArea.AreaInterchangeController a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:AreaInterchangeController . nc:ControlArea.OutageCoordinationRegion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OutageCoordinationRegion"@en ; - rdfs:comment "The outage coordination region that has this control area." ; + rdfs:label "OutageCoordinationRegion" ; + rdfs:comment "The outage coordination region that has this control area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2339,8 +2341,8 @@ nc:ControlArea.OutageCoordinationRegion a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:OutageCoordinationRegion . nc:ControlArea.PowerFrequencyController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerFrequencyController"@en ; - rdfs:comment "Power frequency controller for this control area." ; + rdfs:label "PowerFrequencyController" ; + rdfs:comment "Power frequency controller for this control area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2349,8 +2351,8 @@ nc:ControlArea.PowerFrequencyController a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:PowerFrequencyController . nc:ControlArea.SchedulingArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area related to a control area." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area related to a control area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -2359,8 +2361,8 @@ nc:ControlArea.SchedulingArea a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range nc:SchedulingArea . nc:ControlArea.SystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "The system operator that operates this control area." ; + rdfs:label "SystemOperator" ; + rdfs:comment "The system operator that operates this control area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2369,8 +2371,8 @@ nc:ControlArea.SystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SystemOperator . nc:CoordinatedCapacityCalculator.CapacityCalculationRegion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CapacityCalculationRegion"@en ; - rdfs:comment "Capacity calculation region in which the capacity is calculated by the coordinated capacity calculator." ; + rdfs:label "CapacityCalculationRegion" ; + rdfs:comment "Capacity calculation region in which the capacity is calculated by the coordinated capacity calculator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2379,8 +2381,8 @@ nc:CoordinatedCapacityCalculator.CapacityCalculationRegion a owl:ObjectProperty, rdfs:range nc:CapacityCalculationRegion . nc:CurrentDroopOverride.SSSCController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SSSCController"@en ; - rdfs:comment "The SSSC controller to which this CurrentDroopOverride applies to." ; + rdfs:label "SSSCController" ; + rdfs:comment "The SSSC controller to which this CurrentDroopOverride applies to."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2389,8 +2391,8 @@ nc:CurrentDroopOverride.SSSCController a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:SSSCController . nc:DCBiPole.BipolarDCSystem a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "BipolarDCSystem"@en ; - rdfs:comment "Bipolar DC system that has this DC bipole." ; + rdfs:label "BipolarDCSystem" ; + rdfs:comment "Bipolar DC system that has this DC bipole."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2399,8 +2401,8 @@ nc:DCBiPole.BipolarDCSystem a owl:ObjectProperty, owl:FunctionalProperty, owl:In rdfs:range nc:BipolarDCSystem . nc:DCBiPole.DCPole a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCPole"@en ; - rdfs:comment "DC pole part of the DC system bipole." ; + rdfs:label "DCPole" ; + rdfs:comment "DC pole part of the DC system bipole."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..2 ; cims:stereotype "NC" ; @@ -2409,8 +2411,8 @@ nc:DCBiPole.DCPole a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:DCPole . nc:DCConverterUnit.ACPointOfCommonCoupling a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ACPointOfCommonCoupling"@en ; - rdfs:comment "AC point of common coupling for this DC converter unit." ; + rdfs:label "ACPointOfCommonCoupling" ; + rdfs:comment "AC point of common coupling for this DC converter unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2419,8 +2421,8 @@ nc:DCConverterUnit.ACPointOfCommonCoupling a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:ACPointOfCommonCoupling . nc:DCConverterUnit.DCPointOfCommonCoupling a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCPointOfCommonCoupling"@en ; - rdfs:comment "DCNode that is the point of common coupling at DC side of this DCConverterUnit." ; + rdfs:label "DCPointOfCommonCoupling" ; + rdfs:comment "DCNode that is the point of common coupling at DC side of this DCConverterUnit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2429,8 +2431,8 @@ nc:DCConverterUnit.DCPointOfCommonCoupling a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:DCPointOfCommonCoupling . nc:DCConverterUnit.DCPole a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCPole"@en ; - rdfs:comment "The DC pole that has this DC converter unit." ; + rdfs:label "DCPole" ; + rdfs:comment "The DC pole that has this DC converter unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2439,8 +2441,8 @@ nc:DCConverterUnit.DCPole a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:DCPole . nc:DCConverterUnit.DCSubstation a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCSubstation"@en ; - rdfs:comment "DC substation that has one or more DC converter units." ; + rdfs:label "DCSubstation" ; + rdfs:comment "DC substation that has one or more DC converter units."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2449,8 +2451,8 @@ nc:DCConverterUnit.DCSubstation a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:DCSubstation . nc:DCLine.DCPole a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCPole"@en ; - rdfs:comment "The DC pole that has this DC line." ; + rdfs:label "DCPole" ; + rdfs:comment "The DC pole that has this DC line."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2459,8 +2461,8 @@ nc:DCLine.DCPole a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFuncti rdfs:range nc:DCPole . nc:DCNode.DCPointOfCommonCoupling a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCPointOfCommonCoupling"@en ; - rdfs:comment "Identifies that this DC node is a point of common coupling DC." ; + rdfs:label "DCPointOfCommonCoupling" ; + rdfs:comment "Identifies that this DC node is a point of common coupling DC."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2469,8 +2471,8 @@ nc:DCNode.DCPointOfCommonCoupling a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range nc:DCPointOfCommonCoupling . nc:DCPointOfCommonCoupling.DCConverterUnit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCConverterUnit"@en ; - rdfs:comment "DC converter unit that has DC point of common coupling." ; + rdfs:label "DCConverterUnit" ; + rdfs:comment "DC converter unit that has DC point of common coupling."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2479,8 +2481,8 @@ nc:DCPointOfCommonCoupling.DCConverterUnit a owl:ObjectProperty, owl:FunctionalP rdfs:range cim:DCConverterUnit . nc:DCPointOfCommonCoupling.DCNode a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCNode"@en ; - rdfs:comment "The DCNode that is a point of common coupling DC." ; + rdfs:label "DCNode" ; + rdfs:comment "The DCNode that is a point of common coupling DC."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2489,8 +2491,8 @@ nc:DCPointOfCommonCoupling.DCNode a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range cim:DCNode . nc:DCPole.AsymmetricMonopolarDCSystem a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AsymmetricMonopolarDCSystem"@en ; - rdfs:comment "Asymmetric monopolar DC system that has this DC pole." ; + rdfs:label "AsymmetricMonopolarDCSystem" ; + rdfs:comment "Asymmetric monopolar DC system that has this DC pole."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2499,8 +2501,8 @@ nc:DCPole.AsymmetricMonopolarDCSystem a owl:ObjectProperty, owl:FunctionalProper rdfs:range nc:MonopolarDCSystem . nc:DCPole.DCBiPole a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCBiPole"@en ; - rdfs:comment "DC system bipole that has two independently operatable DC system poles." ; + rdfs:label "DCBiPole" ; + rdfs:comment "DC system bipole that has two independently operatable DC system poles."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2509,8 +2511,8 @@ nc:DCPole.DCBiPole a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:DCBiPole . nc:DCPole.DCConverterUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCConverterUnit"@en ; - rdfs:comment "The DC converter unit that relates to this DC pole." ; + rdfs:label "DCConverterUnit" ; + rdfs:comment "The DC converter unit that relates to this DC pole."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..2 ; cims:stereotype "NC" ; @@ -2519,8 +2521,8 @@ nc:DCPole.DCConverterUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:DCConverterUnit . nc:DCPole.DCLine a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCLine"@en ; - rdfs:comment "The DC line that is related to this DC pole." ; + rdfs:label "DCLine" ; + rdfs:comment "The DC line that is related to this DC pole."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2529,8 +2531,8 @@ nc:DCPole.DCLine a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFuncti rdfs:range cim:DCLine . nc:DCPole.DCTieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCTieCorridor"@en ; - rdfs:comment "The DCTieCorridor that has this DC pole." ; + rdfs:label "DCTieCorridor" ; + rdfs:comment "The DCTieCorridor that has this DC pole."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2539,8 +2541,8 @@ nc:DCPole.DCTieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:DCTieCorridor . nc:DCPole.DirectCurrentPoleController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DirectCurrentPoleController"@en ; - rdfs:comment "DC pole controller that controls this DC pole." ; + rdfs:label "DirectCurrentPoleController" ; + rdfs:comment "DC pole controller that controls this DC pole."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2549,8 +2551,8 @@ nc:DCPole.DirectCurrentPoleController a owl:ObjectProperty, owl:FunctionalProper rdfs:range nc:DirectCurrentPoleController . nc:DCSubstation.DCConverterUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCConverterUnit"@en ; - rdfs:comment "DC converter unit that belongs to this DC substation." ; + rdfs:label "DCConverterUnit" ; + rdfs:comment "DC converter unit that belongs to this DC substation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2559,8 +2561,8 @@ nc:DCSubstation.DCConverterUnit a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range cim:DCConverterUnit . nc:DCSubstation.DCSubstationBipole a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCSubstationBipole"@en ; - rdfs:comment "DC substation bipole which is part of the DC substation." ; + rdfs:label "DCSubstationBipole" ; + rdfs:comment "DC substation bipole which is part of the DC substation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2569,8 +2571,8 @@ nc:DCSubstation.DCSubstationBipole a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:DCSubstationBipole . nc:DCSubstation.DCSubstationPole a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCSubstationPole"@en ; - rdfs:comment "DC substation pole which is part of the DC substation." ; + rdfs:label "DCSubstationPole" ; + rdfs:comment "DC substation pole which is part of the DC substation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2579,8 +2581,8 @@ nc:DCSubstation.DCSubstationPole a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:DCSubstationPole . nc:DCSubstation.Substation a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Substation"@en ; - rdfs:comment "Substation that contains this DC susbstation." ; + rdfs:label "Substation" ; + rdfs:comment "Substation that contains this DC susbstation."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2589,8 +2591,8 @@ nc:DCSubstation.Substation a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Substation . nc:DCSubstationBipole.DCSubstation a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCSubstation"@en ; - rdfs:comment "DC substation that contains this DC substation bipole part." ; + rdfs:label "DCSubstation" ; + rdfs:comment "DC substation that contains this DC substation bipole part."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2599,8 +2601,8 @@ nc:DCSubstationBipole.DCSubstation a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:DCSubstation . nc:DCSubstationBipole.DirectCurrentSubstationBipoleController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DirectCurrentSubstationBipoleController"@en ; - rdfs:comment "DC substation bipole controller controlling this DC substation bipole." ; + rdfs:label "DirectCurrentSubstationBipoleController" ; + rdfs:comment "DC substation bipole controller controlling this DC substation bipole."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2609,8 +2611,8 @@ nc:DCSubstationBipole.DirectCurrentSubstationBipoleController a owl:ObjectProper rdfs:range nc:DirectCurrentSubstationBipoleController . nc:DCSubstationPole.DCSubstation a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCSubstation"@en ; - rdfs:comment "DC substation that contains this DC substation pole part." ; + rdfs:label "DCSubstation" ; + rdfs:comment "DC substation that contains this DC substation pole part."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2619,8 +2621,8 @@ nc:DCSubstationPole.DCSubstation a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:DCSubstation . nc:DCSubstationPole.DirectCurrentSubstationPoleController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DirectCurrentSubstationPoleController"@en ; - rdfs:comment "DC substation pole controller controlling this DC substation pole." ; + rdfs:label "DirectCurrentSubstationPoleController" ; + rdfs:comment "DC substation pole controller controlling this DC substation pole."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2629,24 +2631,24 @@ nc:DCSubstationPole.DirectCurrentSubstationPoleController a owl:ObjectProperty, rdfs:range nc:DirectCurrentSubstationPoleController . nc:DCSystem.directionKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "directionKind"@en ; - rdfs:comment "Direction kind of the DC system." ; + rdfs:label "directionKind" ; + rdfs:comment "Direction kind of the DC system."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:DCSystem ; rdfs:range nc:DCSystemDirectionKind . nc:DCSystem.transmissionKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "transmissionKind"@en ; - rdfs:comment "Transmission kind of the DC system." ; + rdfs:label "transmissionKind" ; + rdfs:comment "Transmission kind of the DC system."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:DCSystem ; rdfs:range nc:DCSystemTransmissionKind . nc:DCTieCorridor.DCPole a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCPole"@en ; - rdfs:comment "The DCPole which is part of the DC corridor." ; + rdfs:label "DCPole" ; + rdfs:comment "The DCPole which is part of the DC corridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2655,8 +2657,8 @@ nc:DCTieCorridor.DCPole a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:DCPole . nc:DCTieCorridor.DirectCurrentMasterController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DirectCurrentMasterController"@en ; - rdfs:comment "Direct current master controller for this DCTieCorridor." ; + rdfs:label "DirectCurrentMasterController" ; + rdfs:comment "Direct current master controller for this DCTieCorridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2665,8 +2667,8 @@ nc:DCTieCorridor.DirectCurrentMasterController a owl:ObjectProperty, owl:Functio rdfs:range nc:DirectCurrentMasterController . nc:DCTieCorridor.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that has this DC tie corridor." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that has this DC tie corridor."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2675,16 +2677,16 @@ nc:DCTieCorridor.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty, ow rdfs:range nc:SchedulingArea . nc:DCTieCorridor.rampingKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "rampingKind"@en ; - rdfs:comment "Ramping principle is used to define a transition from one scheduled value to next one." ; + rdfs:label "rampingKind" ; + rdfs:comment "Ramping principle is used to define a transition from one scheduled value to next one."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:DCTieCorridor ; rdfs:range nc:RampingPrincipleKind . nc:DirectCurrentBipoleController.DirectCurrentMasterController a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DirectCurrentMasterController"@en ; - rdfs:comment "Direct current master controller which has direct current bipole controllers." ; + rdfs:label "DirectCurrentMasterController" ; + rdfs:comment "Direct current master controller which has direct current bipole controllers."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2693,8 +2695,8 @@ nc:DirectCurrentBipoleController.DirectCurrentMasterController a owl:ObjectPrope rdfs:range nc:DirectCurrentMasterController . nc:DirectCurrentBipoleController.DirectCurrentPoleController a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DirectCurrentPoleController"@en ; - rdfs:comment "DC pole controller that is controlled by a DC bipole controller." ; + rdfs:label "DirectCurrentPoleController" ; + rdfs:comment "DC pole controller that is controlled by a DC bipole controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:2..2 ; cims:stereotype "NC" ; @@ -2703,8 +2705,8 @@ nc:DirectCurrentBipoleController.DirectCurrentPoleController a owl:ObjectPropert rdfs:range nc:DirectCurrentPoleController . nc:DirectCurrentMasterController.DCTieCorridor a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCTieCorridor"@en ; - rdfs:comment "DCTieCorridor controlled by this direct current master controller." ; + rdfs:label "DCTieCorridor" ; + rdfs:comment "DCTieCorridor controlled by this direct current master controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2713,8 +2715,8 @@ nc:DirectCurrentMasterController.DCTieCorridor a owl:ObjectProperty, owl:Functio rdfs:range nc:DCTieCorridor . nc:DirectCurrentMasterController.DirectCurrentBipoleController a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DirectCurrentBipoleController"@en ; - rdfs:comment "Direct current bipole controller which belongs to a direct current master controller." ; + rdfs:label "DirectCurrentBipoleController" ; + rdfs:comment "Direct current bipole controller which belongs to a direct current master controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2723,8 +2725,8 @@ nc:DirectCurrentMasterController.DirectCurrentBipoleController a owl:ObjectPrope rdfs:range nc:DirectCurrentBipoleController . nc:DirectCurrentMasterController.DirectCurrentPoleController a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DirectCurrentPoleController"@en ; - rdfs:comment "DC pole controller that is controlled by this DC master controller." ; + rdfs:label "DirectCurrentPoleController" ; + rdfs:comment "DC pole controller that is controlled by this DC master controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2733,8 +2735,8 @@ nc:DirectCurrentMasterController.DirectCurrentPoleController a owl:ObjectPropert rdfs:range nc:DirectCurrentPoleController . nc:DirectCurrentMasterController.DirectCurrentSubstationController a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DirectCurrentSubstationController"@en ; - rdfs:comment "DC substation controller controlled by a multiterminal control." ; + rdfs:label "DirectCurrentSubstationController" ; + rdfs:comment "DC substation controller controlled by a multiterminal control."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:2..n ; cims:stereotype "NC" ; @@ -2743,8 +2745,8 @@ nc:DirectCurrentMasterController.DirectCurrentSubstationController a owl:ObjectP rdfs:range nc:DirectCurrentSubstationController . nc:DirectCurrentPoleController.ACDCConverterController a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ACDCConverterController"@en ; - rdfs:comment "ACDC converter controller that is controlled by a DC pole controller." ; + rdfs:label "ACDCConverterController" ; + rdfs:comment "ACDC converter controller that is controlled by a DC pole controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:2..2 ; cims:stereotype "NC" ; @@ -2753,8 +2755,8 @@ nc:DirectCurrentPoleController.ACDCConverterController a owl:ObjectProperty, owl rdfs:range nc:ACDCConverterController . nc:DirectCurrentPoleController.DCPole a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCPole"@en ; - rdfs:comment "DC pole that is controlled by a DC pole controller." ; + rdfs:label "DCPole" ; + rdfs:comment "DC pole that is controlled by a DC pole controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2763,8 +2765,8 @@ nc:DirectCurrentPoleController.DCPole a owl:ObjectProperty, owl:FunctionalProper rdfs:range nc:DCPole . nc:DirectCurrentPoleController.DirectCurrentBipoleController a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DirectCurrentBipoleController"@en ; - rdfs:comment "DC bipole controller that controls this DC pole controller." ; + rdfs:label "DirectCurrentBipoleController" ; + rdfs:comment "DC bipole controller that controls this DC pole controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2773,8 +2775,8 @@ nc:DirectCurrentPoleController.DirectCurrentBipoleController a owl:ObjectPropert rdfs:range nc:DirectCurrentBipoleController . nc:DirectCurrentPoleController.DirectCurrentMasterController a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DirectCurrentMasterController"@en ; - rdfs:comment "DC master controller that has a DC pole controller." ; + rdfs:label "DirectCurrentMasterController" ; + rdfs:comment "DC master controller that has a DC pole controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2783,8 +2785,8 @@ nc:DirectCurrentPoleController.DirectCurrentMasterController a owl:ObjectPropert rdfs:range nc:DirectCurrentMasterController . nc:DirectCurrentSubstationBipoleController.DCSubstationBipole a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCSubstationBipole"@en ; - rdfs:comment "DC substation bipole that is controlled by a DC substation bipole controller." ; + rdfs:label "DCSubstationBipole" ; + rdfs:comment "DC substation bipole that is controlled by a DC substation bipole controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2793,8 +2795,8 @@ nc:DirectCurrentSubstationBipoleController.DCSubstationBipole a owl:ObjectProper rdfs:range nc:DCSubstationBipole . nc:DirectCurrentSubstationController.MultiterminalControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "MultiterminalControl"@en ; - rdfs:comment "Multiterminal control that controls more than two DC substation controllers." ; + rdfs:label "MultiterminalControl" ; + rdfs:comment "Multiterminal control that controls more than two DC substation controllers."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2803,8 +2805,8 @@ nc:DirectCurrentSubstationController.MultiterminalControl a owl:ObjectProperty, rdfs:range nc:DirectCurrentMasterController . nc:DirectCurrentSubstationPoleController.DCSubstationPole a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCSubstationPole"@en ; - rdfs:comment "DC substation pole that is controlled by a DC substation pole controller." ; + rdfs:label "DCSubstationPole" ; + rdfs:comment "DC substation pole that is controlled by a DC substation pole controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2813,8 +2815,8 @@ nc:DirectCurrentSubstationPoleController.DCSubstationPole a owl:ObjectProperty, rdfs:range nc:DCSubstationPole . nc:DurationOverloadLimitCurve.OperationalLimitType a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimitType"@en ; - rdfs:comment "The operational limit type that has this temporary duration overload limit curve." ; + rdfs:label "OperationalLimitType" ; + rdfs:comment "The operational limit type that has this temporary duration overload limit curve."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2823,8 +2825,8 @@ nc:DurationOverloadLimitCurve.OperationalLimitType a owl:ObjectProperty, owl:Inv rdfs:range cim:OperationalLimitType . nc:EnergyAlignmentCoordinator.EnergyCoordinationRegion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyCoordinationRegion"@en ; - rdfs:comment "The energy coordination region that has this energy alignment coordinator." ; + rdfs:label "EnergyCoordinationRegion" ; + rdfs:comment "The energy coordination region that has this energy alignment coordinator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2833,8 +2835,8 @@ nc:EnergyAlignmentCoordinator.EnergyCoordinationRegion a owl:ObjectProperty, owl rdfs:range nc:EnergyCoordinationRegion . nc:EnergyBlockComponent.EnergyBlockOrder a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyBlockOrder"@en ; - rdfs:comment "The energy block order for this energy block component." ; + rdfs:label "EnergyBlockOrder" ; + rdfs:comment "The energy block order for this energy block component."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -2843,8 +2845,8 @@ nc:EnergyBlockComponent.EnergyBlockOrder a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:EnergyBlockOrder . nc:EnergyBlockOrder.EnergyBlockComponent a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyBlockComponent"@en ; - rdfs:comment "The energy block component that has this energy block order." ; + rdfs:label "EnergyBlockComponent" ; + rdfs:comment "The energy block component that has this energy block order."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2853,8 +2855,8 @@ nc:EnergyBlockOrder.EnergyBlockComponent a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:EnergyBlockComponent . nc:EnergyComponent.EnergyConsumer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyConsumer"@en ; - rdfs:comment "The energy consumer that relates to this energy component." ; + rdfs:label "EnergyConsumer" ; + rdfs:comment "The energy consumer that relates to this energy component."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2863,8 +2865,8 @@ nc:EnergyComponent.EnergyConsumer a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:EnergyConsumer . nc:EnergyComponent.EnergyGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyGroup"@en ; - rdfs:comment "The energy group that has this energy component." ; + rdfs:label "EnergyGroup" ; + rdfs:comment "The energy group that has this energy component."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2873,8 +2875,8 @@ nc:EnergyComponent.EnergyGroup a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:EnergyGroup . nc:EnergyComponent.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "The generating unit that is part of this energy component." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "The generating unit that is part of this energy component."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2883,8 +2885,8 @@ nc:EnergyComponent.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:GeneratingUnit . nc:EnergyComponent.HydroPump a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "HydroPump"@en ; - rdfs:comment "The hydro pump that relates to this energy component." ; + rdfs:label "HydroPump" ; + rdfs:comment "The hydro pump that relates to this energy component."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2893,8 +2895,8 @@ nc:EnergyComponent.HydroPump a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:HydroPump . nc:EnergyComponent.PowerElectronicsUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "The power electronics unit that relates to this energy component." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "The power electronics unit that relates to this energy component."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2903,8 +2905,8 @@ nc:EnergyComponent.PowerElectronicsUnit a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:PowerElectronicsUnit . nc:EnergyConsumer.AreaDispatchableUnit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaDispatchableUnit"@en ; - rdfs:comment "Area dispatchable unit that has this energy consumer." ; + rdfs:label "AreaDispatchableUnit" ; + rdfs:comment "Area dispatchable unit that has this energy consumer."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf nc:AreaDispatchableUnit.EnergyConsumer ; @@ -2912,8 +2914,8 @@ nc:EnergyConsumer.AreaDispatchableUnit a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:AreaDispatchableUnit . nc:EnergyConsumer.EnergyComponent a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyComponent"@en ; - rdfs:comment "The energy component that has this energy consumer." ; + rdfs:label "EnergyComponent" ; + rdfs:comment "The energy component that has this energy consumer."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2922,8 +2924,8 @@ nc:EnergyConsumer.EnergyComponent a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:EnergyComponent . nc:EnergyCoordinationRegion.EnergyAlignmentCoordinator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyAlignmentCoordinator"@en ; - rdfs:comment "The energy alignment coordinator that operates this energy coordination region." ; + rdfs:label "EnergyAlignmentCoordinator" ; + rdfs:comment "The energy alignment coordinator that operates this energy coordination region."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2932,8 +2934,8 @@ nc:EnergyCoordinationRegion.EnergyAlignmentCoordinator a owl:ObjectProperty, owl rdfs:range nc:EnergyAlignmentCoordinator . nc:EnergyCoordinationRegion.SchedulingArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that is part of this energy coordination region." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that is part of this energy coordination region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2942,8 +2944,8 @@ nc:EnergyCoordinationRegion.SchedulingArea a owl:ObjectProperty, owl:InverseFunc rdfs:range nc:SchedulingArea . nc:EnergyGroup.EnergyComponent a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyComponent"@en ; - rdfs:comment "The energy component that is part of this power group." ; + rdfs:label "EnergyComponent" ; + rdfs:comment "The energy component that is part of this power group."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2952,8 +2954,8 @@ nc:EnergyGroup.EnergyComponent a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range nc:EnergyComponent . nc:EnergyGroup.EnergyType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyType"@en ; - rdfs:comment "The energy type that the energy group are defined by." ; + rdfs:label "EnergyType" ; + rdfs:comment "The energy type that the energy group are defined by."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -2962,8 +2964,8 @@ nc:EnergyGroup.EnergyType a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:EnergyType . nc:EnergyGroup.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that has this energy group." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that has this energy group."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -2972,8 +2974,8 @@ nc:EnergyGroup.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SchedulingArea . nc:EnergySourceReference.EnergyTypeReference a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyTypeReference"@en ; - rdfs:comment "Energy type reference which belong to an energy source reference." ; + rdfs:label "EnergyTypeReference" ; + rdfs:comment "Energy type reference which belong to an energy source reference."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2982,8 +2984,8 @@ nc:EnergySourceReference.EnergyTypeReference a owl:ObjectProperty, owl:InverseFu rdfs:range nc:EnergyType . nc:EnergyType.EnergyGroup a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyGroup"@en ; - rdfs:comment "The energy group that has this energy type." ; + rdfs:label "EnergyGroup" ; + rdfs:comment "The energy group that has this energy type."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -2992,8 +2994,8 @@ nc:EnergyType.EnergyGroup a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:EnergyGroup . nc:EnergyType.EnergySourceReference a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergySourceReference"@en ; - rdfs:comment "Energy source refrence which has energy type references." ; + rdfs:label "EnergySourceReference" ; + rdfs:comment "Energy source refrence which has energy type references."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3002,8 +3004,8 @@ nc:EnergyType.EnergySourceReference a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:EnergySourceReference . nc:EnergyType.ScheduleResource a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "Schedule resource unit that has an energy reference type." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "Schedule resource unit that has an energy reference type."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3012,16 +3014,16 @@ nc:EnergyType.ScheduleResource a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range nc:ScheduleResource . nc:EnergyType.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "The kind of energy type." ; + rdfs:label "kind" ; + rdfs:comment "The kind of energy type."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnergyType ; rdfs:range nc:EnergyKind . nc:Equipment.Circuit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Circuit"@en ; - rdfs:comment "The circuit that containts its member equipment." ; + rdfs:label "Circuit" ; + rdfs:comment "The circuit that containts its member equipment."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3030,8 +3032,8 @@ nc:Equipment.Circuit a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Circuit . nc:Equipment.PTCTriggeredEquipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PTCTriggeredEquipment"@en ; - rdfs:comment "The equipment that can trigger the power transfer corridor." ; + rdfs:label "PTCTriggeredEquipment" ; + rdfs:comment "The equipment that can trigger the power transfer corridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3040,8 +3042,8 @@ nc:Equipment.PTCTriggeredEquipment a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:PTCTriggeredEquipment . nc:EquipmentController.RegulatingCondEq a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RegulatingCondEq"@en ; - rdfs:comment "All regulating conducting equipment that belongs to this equipment controller." ; + rdfs:label "RegulatingCondEq" ; + rdfs:comment "All regulating conducting equipment that belongs to this equipment controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3050,8 +3052,8 @@ nc:EquipmentController.RegulatingCondEq a owl:ObjectProperty, owl:InverseFunctio rdfs:range cim:RegulatingCondEq . nc:EquipmentController.SystemControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SystemControl"@en ; - rdfs:comment "System control which controls this equipment controller." ; + rdfs:label "SystemControl" ; + rdfs:comment "System control which controls this equipment controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3060,8 +3062,8 @@ nc:EquipmentController.SystemControl a owl:ObjectProperty, owl:FunctionalPropert rdfs:range nc:SystemControl . nc:EquivalentInjection.InjectionController a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "InjectionController"@en ; - rdfs:comment "Injection controller which controls the equivalent injection." ; + rdfs:label "InjectionController" ; + rdfs:comment "Injection controller which controls the equivalent injection."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3070,8 +3072,8 @@ nc:EquivalentInjection.InjectionController a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:InjectionController . nc:ExceptionalPowerTransferCorridor.PTCTriggeredEquipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PTCTriggeredEquipment"@en ; - rdfs:comment "The equipment that triggers this exceptional power transfer corridor." ; + rdfs:label "PTCTriggeredEquipment" ; + rdfs:comment "The equipment that triggers this exceptional power transfer corridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -3080,8 +3082,8 @@ nc:ExceptionalPowerTransferCorridor.PTCTriggeredEquipment a owl:ObjectProperty, rdfs:range nc:PTCTriggeredEquipment . nc:FACTSEquipment.LossCurve a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "LossCurve"@en ; - rdfs:comment "The loss curve for the FACTS equipment." ; + rdfs:label "LossCurve" ; + rdfs:comment "The loss curve for the FACTS equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3090,8 +3092,8 @@ nc:FACTSEquipment.LossCurve a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range nc:LossCurve . nc:Feeder.SubSchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SubSchedulingArea"@en ; - rdfs:comment "The subscheduling area that has this feeder." ; + rdfs:label "SubSchedulingArea" ; + rdfs:comment "The subscheduling area that has this feeder."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3100,8 +3102,8 @@ nc:Feeder.SubSchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SubSchedulingArea . nc:FossilFuel.FuelStorage a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "FuelStorage"@en ; - rdfs:comment "Fuel storage that store fossil fuels." ; + rdfs:label "FuelStorage" ; + rdfs:comment "Fuel storage that store fossil fuels."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3110,8 +3112,8 @@ nc:FossilFuel.FuelStorage a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:FuelStorage . nc:FrequencyMonitoringTerminal.PowerFrequencyController a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerFrequencyController"@en ; - rdfs:comment "Power frequency controller that has this frequency monitoring terminal." ; + rdfs:label "PowerFrequencyController" ; + rdfs:comment "Power frequency controller that has this frequency monitoring terminal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3120,8 +3122,8 @@ nc:FrequencyMonitoringTerminal.PowerFrequencyController a owl:ObjectProperty, ow rdfs:range nc:PowerFrequencyController . nc:FrequencyMonitoringTerminal.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The terminal for this frequency monitoring terminal." ; + rdfs:label "Terminal" ; + rdfs:comment "The terminal for this frequency monitoring terminal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3130,8 +3132,8 @@ nc:FrequencyMonitoringTerminal.Terminal a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:Terminal . nc:FuelStorage.FossilFuel a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FossilFuel"@en ; - rdfs:comment "Fossil fuel stored in a fuel storage." ; + rdfs:label "FossilFuel" ; + rdfs:comment "Fossil fuel stored in a fuel storage."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3140,8 +3142,8 @@ nc:FuelStorage.FossilFuel a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:FossilFuel . nc:FunctionBlock.AutomationBlockGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AutomationBlockGroup"@en ; - rdfs:comment "Automation block group which has function blocks." ; + rdfs:label "AutomationBlockGroup" ; + rdfs:comment "Automation block group which has function blocks."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3150,8 +3152,8 @@ nc:FunctionBlock.AutomationBlockGroup a owl:ObjectProperty, owl:FunctionalProper rdfs:range nc:AutomationBlockGroup . nc:FunctionBlock.AutomationFunction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AutomationFunction"@en ; - rdfs:comment "Automation function describe automation that this function block is part of." ; + rdfs:label "AutomationFunction" ; + rdfs:comment "Automation function describe automation that this function block is part of."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3160,8 +3162,8 @@ nc:FunctionBlock.AutomationFunction a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:AutomationFunction . nc:FunctionBlock.FunctionOutputVariable a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FunctionOutputVariable"@en ; - rdfs:comment "Function output variable describe the output or codomain to the function block." ; + rdfs:label "FunctionOutputVariable" ; + rdfs:comment "Function output variable describe the output or codomain to the function block."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -3170,8 +3172,8 @@ nc:FunctionBlock.FunctionOutputVariable a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:FunctionOutputVariable . nc:FunctionBlock.Input a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Input"@en ; - rdfs:comment "Function input variable describe the input or domain to the function block." ; + rdfs:label "Input" ; + rdfs:comment "Function input variable describe the input or domain to the function block."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -3180,8 +3182,8 @@ nc:FunctionBlock.Input a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:FunctionInputVariable . nc:FunctionInputVariable.Function a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Function"@en ; - rdfs:comment "Function block describe the function that function input variable provides the domain for." ; + rdfs:label "Function" ; + rdfs:comment "Function block describe the function that function input variable provides the domain for."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -3190,8 +3192,8 @@ nc:FunctionInputVariable.Function a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:FunctionBlock . nc:FunctionOutputVariable.FunctionBlock a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "FunctionBlock"@en ; - rdfs:comment "Function block describe the function that function output variable provides the codomain for." ; + rdfs:label "FunctionBlock" ; + rdfs:comment "Function block describe the function that function output variable provides the codomain for."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -3200,8 +3202,8 @@ nc:FunctionOutputVariable.FunctionBlock a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:FunctionBlock . nc:FunctionOutputVariable.PropertyReference a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PropertyReference"@en ; - rdfs:comment "Property reference refers to a given class and property that is populated by the function output variable." ; + rdfs:label "PropertyReference" ; + rdfs:comment "Property reference refers to a given class and property that is populated by the function output variable."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -3210,16 +3212,16 @@ nc:FunctionOutputVariable.PropertyReference a owl:ObjectProperty, owl:Functional rdfs:range nc:PropertyReference . nc:GateInputPin.logicKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "logicKind"@en ; - rdfs:comment "The logical operator kind used for comparison." ; + rdfs:label "logicKind" ; + rdfs:comment "The logical operator kind used for comparison."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GateInputPin ; rdfs:range nc:LogicalOperatorsKind . nc:GeneratingUnit.AreaDispatchableUnit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaDispatchableUnit"@en ; - rdfs:comment "The area dispatchable unit for this generating unit." ; + rdfs:label "AreaDispatchableUnit" ; + rdfs:comment "The area dispatchable unit for this generating unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:ofAggregate ; @@ -3228,8 +3230,8 @@ nc:GeneratingUnit.AreaDispatchableUnit a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:AreaDispatchableUnit . nc:GeneratingUnit.EnergyComponent a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyComponent"@en ; - rdfs:comment "The energy component that has this generating unit." ; + rdfs:label "EnergyComponent" ; + rdfs:comment "The energy component that has this generating unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3238,8 +3240,8 @@ nc:GeneratingUnit.EnergyComponent a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:EnergyComponent . nc:GeneratingUnit.ScheduleResource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "The schedule resource that has this generating unit." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "The schedule resource that has this generating unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3248,24 +3250,24 @@ nc:GeneratingUnit.ScheduleResource a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:ScheduleResource . nc:GeneratingUnit.normalMustRunQ a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "normalMustRunQ"@en ; - rdfs:comment "Normal minimum reactive power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "normalMustRunQ" ; + rdfs:comment "Normal minimum reactive power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cims:dataType cim:ReactivePower ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:GeneratingUnit . nc:GeothermalGeneratingUnit.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Kind of geothermal generating unit." ; + rdfs:label "kind" ; + rdfs:comment "Kind of geothermal generating unit."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GeothermalGeneratingUnit ; rdfs:range nc:GeothermalUnitKind . nc:HydroPump.AreaDispatchableUnit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaDispatchableUnit"@en ; - rdfs:comment "Area dispatchable unit associated with a Hydro Pump." ; + rdfs:label "AreaDispatchableUnit" ; + rdfs:comment "Area dispatchable unit associated with a Hydro Pump."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3274,8 +3276,8 @@ nc:HydroPump.AreaDispatchableUnit a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range nc:AreaDispatchableUnit . nc:HydroPump.EnergyComponent a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyComponent"@en ; - rdfs:comment "The energy component that has this hydro pump." ; + rdfs:label "EnergyComponent" ; + rdfs:comment "The energy component that has this hydro pump."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3284,8 +3286,8 @@ nc:HydroPump.EnergyComponent a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range nc:EnergyComponent . nc:HydroPump.ScheduleResource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "The schedule resource that has this hydro pump." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "The schedule resource that has this hydro pump."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3294,8 +3296,8 @@ nc:HydroPump.ScheduleResource a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:ScheduleResource . nc:InfeedLimit.InfeedTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "InfeedTerminal"@en ; - rdfs:comment "Infeed terminal that has infeed constraints." ; + rdfs:label "InfeedTerminal" ; + rdfs:comment "Infeed terminal that has infeed constraints."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3304,8 +3306,8 @@ nc:InfeedLimit.InfeedTerminal a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range nc:InfeedTerminal . nc:InfeedTerminal.ACDCTerminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "ACDCTerminal which is connected to an infeed terminal." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "ACDCTerminal which is connected to an infeed terminal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -3314,8 +3316,8 @@ nc:InfeedTerminal.ACDCTerminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ACDCTerminal . nc:InfeedTerminal.InfeedConstraint a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "InfeedConstraint"@en ; - rdfs:comment "Infeed constraint which belongs to an infeed terminal." ; + rdfs:label "InfeedConstraint" ; + rdfs:comment "Infeed constraint which belongs to an infeed terminal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -3324,8 +3326,8 @@ nc:InfeedTerminal.InfeedConstraint a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:InfeedLimit . nc:InjectionController.EquivalentInjection a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "Equivalent injection controlled by the injection controller." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "Equivalent injection controlled by the injection controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3334,8 +3336,8 @@ nc:InjectionController.EquivalentInjection a owl:ObjectProperty, owl:InverseFunc rdfs:range cim:EquivalentInjection . nc:Line.ACTieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ACTieCorridor"@en ; - rdfs:comment "ACTieCorridor that the line is part of." ; + rdfs:label "ACTieCorridor" ; + rdfs:comment "ACTieCorridor that the line is part of."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3344,8 +3346,8 @@ nc:Line.ACTieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:ACTieCorridor . nc:Line.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that has this line." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that has this line."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3354,8 +3356,8 @@ nc:Line.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SchedulingArea . nc:LoadFrequencyControlArea.FrequencyControlOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "FrequencyControlOperator"@en ; - rdfs:comment "The frequency control operator that operates this frequency control area." ; + rdfs:label "FrequencyControlOperator" ; + rdfs:comment "The frequency control operator that operates this frequency control area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3364,8 +3366,8 @@ nc:LoadFrequencyControlArea.FrequencyControlOperator a owl:ObjectProperty, owl:F rdfs:range nc:LoadFrequencyControlOperator . nc:LoadFrequencyControlArea.LoadFrequencyControlBlock a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "LoadFrequencyControlBlock"@en ; - rdfs:comment "The load frequency control block that has this load frequency control area." ; + rdfs:label "LoadFrequencyControlBlock" ; + rdfs:comment "The load frequency control block that has this load frequency control area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3374,8 +3376,8 @@ nc:LoadFrequencyControlArea.LoadFrequencyControlBlock a owl:ObjectProperty, owl: rdfs:range nc:LoadFrequencyControlBlock . nc:LoadFrequencyControlArea.SchedulingArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that is part of this load frequency control area." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that is part of this load frequency control area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3384,8 +3386,8 @@ nc:LoadFrequencyControlArea.SchedulingArea a owl:ObjectProperty, owl:InverseFunc rdfs:range nc:SchedulingArea . nc:LoadFrequencyControlArea.TieCorridor a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TieCorridor"@en ; - rdfs:comment "TieCorridor controlled by the LoadFrequencyControlArea." ; + rdfs:label "TieCorridor" ; + rdfs:comment "TieCorridor controlled by the LoadFrequencyControlArea."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3394,8 +3396,8 @@ nc:LoadFrequencyControlArea.TieCorridor a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:TieCorridor . nc:LoadFrequencyControlBlock.LoadFrequencyControlArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "LoadFrequencyControlArea"@en ; - rdfs:comment "The load frequency control area that is part of this load frequency control block." ; + rdfs:label "LoadFrequencyControlArea" ; + rdfs:comment "The load frequency control area that is part of this load frequency control block."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3404,8 +3406,8 @@ nc:LoadFrequencyControlBlock.LoadFrequencyControlArea a owl:ObjectProperty, owl: rdfs:range nc:LoadFrequencyControlArea . nc:LoadFrequencyControlBlock.SynchronousArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SynchronousArea"@en ; - rdfs:comment "The synchronous area that has this load frequency control block." ; + rdfs:label "SynchronousArea" ; + rdfs:comment "The synchronous area that has this load frequency control block."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3414,8 +3416,8 @@ nc:LoadFrequencyControlBlock.SynchronousArea a owl:ObjectProperty, owl:Functiona rdfs:range nc:SynchronousArea . nc:LoadFrequencyControlOperator.FrequencyControlArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FrequencyControlArea"@en ; - rdfs:comment "The frequency control area that has this frequency control operator." ; + rdfs:label "FrequencyControlArea" ; + rdfs:comment "The frequency control area that has this frequency control operator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3424,8 +3426,8 @@ nc:LoadFrequencyControlOperator.FrequencyControlArea a owl:ObjectProperty, owl:I rdfs:range nc:LoadFrequencyControlArea . nc:LossCurve.FACTSEquipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "FACTSEquipment"@en ; - rdfs:comment "The FACTS equipment which has a loss curve." ; + rdfs:label "FACTSEquipment" ; + rdfs:comment "The FACTS equipment which has a loss curve."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3434,8 +3436,8 @@ nc:LossCurve.FACTSEquipment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:FACTSEquipment . nc:MonitoringArea.PowerFrequencyController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerFrequencyController"@en ; - rdfs:comment "Power frequency controller that applied to this monitoring area." ; + rdfs:label "PowerFrequencyController" ; + rdfs:comment "Power frequency controller that applied to this monitoring area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3444,8 +3446,8 @@ nc:MonitoringArea.PowerFrequencyController a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:PowerFrequencyController . nc:MonopolarDCSystem.DCPole a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCPole"@en ; - rdfs:comment "DC pole part of the asymmetric DC system." ; + rdfs:label "DCPole" ; + rdfs:comment "DC pole part of the asymmetric DC system."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3454,16 +3456,16 @@ nc:MonopolarDCSystem.DCPole a owl:ObjectProperty, owl:FunctionalProperty, owl:In rdfs:range nc:DCPole . nc:NuclearGeneratingUnit.reactorKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "reactorKind"@en ; - rdfs:comment "Kind of nuclear reactor." ; + rdfs:label "reactorKind" ; + rdfs:comment "Kind of nuclear reactor."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:NuclearGeneratingUnit ; rdfs:range nc:NuclearReactorKind . nc:OperationalLimitSet.PowerTransferCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerTransferCorridor"@en ; - rdfs:comment "The power transfer corridor that has this operational limit set." ; + rdfs:label "PowerTransferCorridor" ; + rdfs:comment "The power transfer corridor that has this operational limit set."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3472,8 +3474,8 @@ nc:OperationalLimitSet.PowerTransferCorridor a owl:ObjectProperty, owl:Functiona rdfs:range nc:PowerTransferCorridor . nc:OperationalLimitType.PermanentAmbientTemperatureDependencyCurve a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PermanentAmbientTemperatureDependencyCurve"@en ; - rdfs:comment "The permanent ambient temperature dependency curve for this operational limit type." ; + rdfs:label "PermanentAmbientTemperatureDependencyCurve" ; + rdfs:comment "The permanent ambient temperature dependency curve for this operational limit type."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3482,8 +3484,8 @@ nc:OperationalLimitType.PermanentAmbientTemperatureDependencyCurve a owl:ObjectP rdfs:range nc:AmbientTemperatureDependencyCurve . nc:OperationalLimitType.PermanentSolarRadiationCurve a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PermanentSolarRadiationCurve"@en ; - rdfs:comment "The permanent solar radiation curve for this operational limit type." ; + rdfs:label "PermanentSolarRadiationCurve" ; + rdfs:comment "The permanent solar radiation curve for this operational limit type."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3492,8 +3494,8 @@ nc:OperationalLimitType.PermanentSolarRadiationCurve a owl:ObjectProperty, owl:F rdfs:range nc:SolarRadiationDependencyCurve . nc:OperationalLimitType.RecoveryOverloadLimitCurve a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RecoveryOverloadLimitCurve"@en ; - rdfs:comment "This is the curve which provides the recovery time information for this limit type." ; + rdfs:label "RecoveryOverloadLimitCurve" ; + rdfs:comment "This is the curve which provides the recovery time information for this limit type."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3502,8 +3504,8 @@ nc:OperationalLimitType.RecoveryOverloadLimitCurve a owl:ObjectProperty, owl:Fun rdfs:range nc:RecoveryOverloadLimitCurve . nc:OperationalLimitType.TemporaryBaseOverloadLimitCurve a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TemporaryBaseOverloadLimitCurve"@en ; - rdfs:comment "The temporary base overload limit curve for this operational limit type." ; + rdfs:label "TemporaryBaseOverloadLimitCurve" ; + rdfs:comment "The temporary base overload limit curve for this operational limit type."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3512,8 +3514,8 @@ nc:OperationalLimitType.TemporaryBaseOverloadLimitCurve a owl:ObjectProperty, ow rdfs:range nc:BaseOverloadLimitCurve . nc:OperationalLimitType.TemporaryDurationOverloadLimitCurve a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TemporaryDurationOverloadLimitCurve"@en ; - rdfs:comment "The temporary duration overload limit curve for this operational limit type." ; + rdfs:label "TemporaryDurationOverloadLimitCurve" ; + rdfs:comment "The temporary duration overload limit curve for this operational limit type."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3522,8 +3524,8 @@ nc:OperationalLimitType.TemporaryDurationOverloadLimitCurve a owl:ObjectProperty rdfs:range nc:DurationOverloadLimitCurve . nc:OutageCoordinationRegion.ControlArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControlArea"@en ; - rdfs:comment "The control area that is part of this outage coordination region." ; + rdfs:label "ControlArea" ; + rdfs:comment "The control area that is part of this outage coordination region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3532,8 +3534,8 @@ nc:OutageCoordinationRegion.ControlArea a owl:ObjectProperty, owl:InverseFunctio rdfs:range cim:ControlArea . nc:OutageCoordinationRegion.OutageCoordinator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OutageCoordinator"@en ; - rdfs:comment "The outage coordinator responsible for this outage coordination region." ; + rdfs:label "OutageCoordinator" ; + rdfs:comment "The outage coordinator responsible for this outage coordination region."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3542,8 +3544,8 @@ nc:OutageCoordinationRegion.OutageCoordinator a owl:ObjectProperty, owl:Function rdfs:range nc:OutageCoordinator . nc:OutageCoordinationRegion.SecurityCoordinator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SecurityCoordinator"@en ; - rdfs:comment "The security coordinator that is responsible for this outage coordination region." ; + rdfs:label "SecurityCoordinator" ; + rdfs:comment "The security coordinator that is responsible for this outage coordination region."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3552,8 +3554,8 @@ nc:OutageCoordinationRegion.SecurityCoordinator a owl:ObjectProperty, owl:Functi rdfs:range nc:SecurityCoordinator . nc:OutageCoordinator.OutageCoordinationRegion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OutageCoordinationRegion"@en ; - rdfs:comment "The outage coordination region that has this outage coordinator." ; + rdfs:label "OutageCoordinationRegion" ; + rdfs:comment "The outage coordination region that has this outage coordinator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3562,8 +3564,8 @@ nc:OutageCoordinator.OutageCoordinationRegion a owl:ObjectProperty, owl:InverseF rdfs:range nc:OutageCoordinationRegion . nc:OverlappingZone.ImpactedRegion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ImpactedRegion"@en ; - rdfs:comment "The region that is impacted by this overlapping zone." ; + rdfs:label "ImpactedRegion" ; + rdfs:comment "The region that is impacted by this overlapping zone."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3572,8 +3574,8 @@ nc:OverlappingZone.ImpactedRegion a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:Region . nc:PTCTriggeredEquipment.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Equipment"@en ; - rdfs:comment "The equipment which is part of power transfer corridor triggering." ; + rdfs:label "Equipment" ; + rdfs:comment "The equipment which is part of power transfer corridor triggering."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -3582,8 +3584,8 @@ nc:PTCTriggeredEquipment.Equipment a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:Equipment . nc:PTCTriggeredEquipment.ExceptionalPowerTransferCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ExceptionalPowerTransferCorridor"@en ; - rdfs:comment "The power transfer corridor which is triggered by this equipment." ; + rdfs:label "ExceptionalPowerTransferCorridor" ; + rdfs:comment "The power transfer corridor which is triggered by this equipment."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -3592,8 +3594,8 @@ nc:PTCTriggeredEquipment.ExceptionalPowerTransferCorridor a owl:ObjectProperty, rdfs:range nc:ExceptionalPowerTransferCorridor . nc:PinTerminal.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The Terminal that is used in the input pin." ; + rdfs:label "Terminal" ; + rdfs:comment "The Terminal that is used in the input pin."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -3602,16 +3604,16 @@ nc:PinTerminal.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Terminal . nc:PinTerminal.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "The kind of quantity which is used as an input value." ; + rdfs:label "kind" ; + rdfs:comment "The kind of quantity which is used as an input value."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PinTerminal ; rdfs:range nc:PinTerminalKind . nc:PowerCapacity.BiddingZone a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BiddingZone"@en ; - rdfs:comment "Bidding zone which has a power capacity." ; + rdfs:label "BiddingZone" ; + rdfs:comment "Bidding zone which has a power capacity."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3620,16 +3622,16 @@ nc:PowerCapacity.BiddingZone a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range nc:BiddingZone . nc:PowerElectricalChemicalUnit.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Kind of power electrical chemical unit." ; + rdfs:label "kind" ; + rdfs:comment "Kind of power electrical chemical unit."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerElectricalChemicalUnit ; rdfs:range nc:PowerElectricalChemicalUnitKind . nc:PowerElectronicsConnectionController.PowerElectronicsUnitController a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerElectronicsUnitController"@en ; - rdfs:comment "Power electronics unit controller that has this power electronics connection controller." ; + rdfs:label "PowerElectronicsUnitController" ; + rdfs:comment "Power electronics unit controller that has this power electronics connection controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3638,16 +3640,16 @@ nc:PowerElectronicsConnectionController.PowerElectronicsUnitController a owl:Obj rdfs:range nc:PowerElectronicsUnitController . nc:PowerElectronicsMarineUnit.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Kind of marine unit." ; + rdfs:label "kind" ; + rdfs:comment "Kind of marine unit."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerElectronicsMarineUnit ; rdfs:range nc:MarineUnitKind . nc:PowerElectronicsUnit.AreaDispatchableUnit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaDispatchableUnit"@en ; - rdfs:comment "The area dispatchable unit for this power electronics unit." ; + rdfs:label "AreaDispatchableUnit" ; + rdfs:comment "The area dispatchable unit for this power electronics unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:ofAggregate ; @@ -3656,8 +3658,8 @@ nc:PowerElectronicsUnit.AreaDispatchableUnit a owl:ObjectProperty, owl:Functiona rdfs:range nc:AreaDispatchableUnit . nc:PowerElectronicsUnit.EnergyComponent a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyComponent"@en ; - rdfs:comment "The energy component that has this power electronics unit." ; + rdfs:label "EnergyComponent" ; + rdfs:comment "The energy component that has this power electronics unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3666,8 +3668,8 @@ nc:PowerElectronicsUnit.EnergyComponent a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:EnergyComponent . nc:PowerElectronicsUnit.PowerElectronicsUnitController a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerElectronicsUnitController"@en ; - rdfs:comment "Power electronics unit controller for this power electronics unit." ; + rdfs:label "PowerElectronicsUnitController" ; + rdfs:comment "Power electronics unit controller for this power electronics unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3676,8 +3678,8 @@ nc:PowerElectronicsUnit.PowerElectronicsUnitController a owl:ObjectProperty, owl rdfs:range nc:PowerElectronicsUnitController . nc:PowerElectronicsUnit.ScheduleResource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "The schedule resource that has this power electronics unit." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "The schedule resource that has this power electronics unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3686,8 +3688,8 @@ nc:PowerElectronicsUnit.ScheduleResource a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:ScheduleResource . nc:PowerElectronicsUnitController.PowerElectronicsConnectionController a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerElectronicsConnectionController"@en ; - rdfs:comment "Power electronics connection controller for the power electronics unit controller." ; + rdfs:label "PowerElectronicsConnectionController" ; + rdfs:comment "Power electronics connection controller for the power electronics unit controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3696,8 +3698,8 @@ nc:PowerElectronicsUnitController.PowerElectronicsConnectionController a owl:Obj rdfs:range nc:PowerElectronicsConnectionController . nc:PowerElectronicsUnitController.PowerElectronicsUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "Power electronics unit that has this power electronics unit controller." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "Power electronics unit that has this power electronics unit controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3706,8 +3708,8 @@ nc:PowerElectronicsUnitController.PowerElectronicsUnit a owl:ObjectProperty, owl rdfs:range cim:PowerElectronicsUnit . nc:PowerFrequencyController.ControlArea a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControlArea"@en ; - rdfs:comment "Control area which has a power frequency controller." ; + rdfs:label "ControlArea" ; + rdfs:comment "Control area which has a power frequency controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3716,8 +3718,8 @@ nc:PowerFrequencyController.ControlArea a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:ControlArea . nc:PowerFrequencyController.FrequencyMonitoringTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FrequencyMonitoringTerminal"@en ; - rdfs:comment "Frequency monitoring terminal for this power frequency controller." ; + rdfs:label "FrequencyMonitoringTerminal" ; + rdfs:comment "Frequency monitoring terminal for this power frequency controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3726,8 +3728,8 @@ nc:PowerFrequencyController.FrequencyMonitoringTerminal a owl:ObjectProperty, ow rdfs:range nc:FrequencyMonitoringTerminal . nc:PowerFrequencyController.MonitoringArea a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "MonitoringArea"@en ; - rdfs:comment "Monitoring area that has this power frequency controller." ; + rdfs:label "MonitoringArea" ; + rdfs:comment "Monitoring area that has this power frequency controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3736,8 +3738,8 @@ nc:PowerFrequencyController.MonitoringArea a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:MonitoringArea . nc:PowerFrequencyController.PowerShiftKeyStrategy a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerShiftKeyStrategy"@en ; - rdfs:comment "Power shift key strategy for this power frequency controller." ; + rdfs:label "PowerShiftKeyStrategy" ; + rdfs:comment "Power shift key strategy for this power frequency controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3746,16 +3748,16 @@ nc:PowerFrequencyController.PowerShiftKeyStrategy a owl:ObjectProperty, owl:Func rdfs:range nc:PowerShiftKeyStrategy . nc:PowerFrequencyController.mode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "mode"@en ; - rdfs:comment "Mode of the power frequency controller." ; + rdfs:label "mode" ; + rdfs:comment "Mode of the power frequency controller."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerFrequencyController ; rdfs:range nc:PowerFrequencyControlKind . nc:PowerShiftKeyStrategy.PowerFrequencyController a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerFrequencyController"@en ; - rdfs:comment "Power frequency controller that has power shift key strategy." ; + rdfs:label "PowerFrequencyController" ; + rdfs:comment "Power frequency controller that has power shift key strategy."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3764,8 +3766,8 @@ nc:PowerShiftKeyStrategy.PowerFrequencyController a owl:ObjectProperty, owl:Inve rdfs:range nc:PowerFrequencyController . nc:PowerShiftKeyStrategy.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "Scheduling area associated with power shift key strategy." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "Scheduling area associated with power shift key strategy."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3774,32 +3776,32 @@ nc:PowerShiftKeyStrategy.SchedulingArea a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:SchedulingArea . nc:PowerShiftKeyStrategy.method a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "method"@en ; - rdfs:comment "Shift method used for the power shift strategy." ; + rdfs:label "method" ; + rdfs:comment "Shift method used for the power shift strategy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerShiftKeyStrategy ; rdfs:range nc:ShiftMethodKind . nc:PowerShiftKeyStrategy.powerBlockKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "powerBlockKind"@en ; - rdfs:comment "Power block kind creates block (one or more) of power shift key strategy to address increase and/or decrease of power for a given scheduling area." ; + rdfs:label "powerBlockKind" ; + rdfs:comment "Power block kind creates block (one or more) of power shift key strategy to address increase and/or decrease of power for a given scheduling area."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerShiftKeyStrategy ; rdfs:range nc:PowerBlockKind . nc:PowerShiftKeyStrategy.powerShiftKey a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "powerShiftKey"@en ; - rdfs:comment "Power shift keys strategy gives instruction on how the value (Active power) is going to be distributed inside the relevant bidding zone." ; + rdfs:label "powerShiftKey" ; + rdfs:comment "Power shift keys strategy gives instruction on how the value (Active power) is going to be distributed inside the relevant bidding zone."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerShiftKeyStrategy ; rdfs:range nc:PowerShiftKeyKind . nc:PowerTransferCorridor.CircuitShare a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CircuitShare"@en ; - rdfs:comment "The circuit share for this power transfer corridor." ; + rdfs:label "CircuitShare" ; + rdfs:comment "The circuit share for this power transfer corridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3808,8 +3810,8 @@ nc:PowerTransferCorridor.CircuitShare a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:CircuitShare . nc:PowerTransferCorridor.OperationalLimitSet a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimitSet"@en ; - rdfs:comment "The operational limit set relevant for this power transfer corridor." ; + rdfs:label "OperationalLimitSet" ; + rdfs:comment "The operational limit set relevant for this power transfer corridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3818,8 +3820,8 @@ nc:PowerTransferCorridor.OperationalLimitSet a owl:ObjectProperty, owl:InverseFu rdfs:range cim:OperationalLimitSet . nc:PropertyReference.FunctionOutputVariable a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FunctionOutputVariable"@en ; - rdfs:comment "Function output variable is the function output this property reference is used in." ; + rdfs:label "FunctionOutputVariable" ; + rdfs:comment "Function output variable is the function output this property reference is used in."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3828,8 +3830,8 @@ nc:PropertyReference.FunctionOutputVariable a owl:ObjectProperty, owl:InverseFun rdfs:range nc:FunctionOutputVariable . nc:RecoveryOverloadLimitCurve.OperationalLimitType a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimitType"@en ; - rdfs:comment "The operational limit type which has recovery time characteristic." ; + rdfs:label "OperationalLimitType" ; + rdfs:comment "The operational limit type which has recovery time characteristic."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3838,8 +3840,8 @@ nc:RecoveryOverloadLimitCurve.OperationalLimitType a owl:ObjectProperty, owl:Inv rdfs:range cim:OperationalLimitType . nc:Region.OverlappingZone a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OverlappingZone"@en ; - rdfs:comment "The overlapping zone which is impacted by this region." ; + rdfs:label "OverlappingZone" ; + rdfs:comment "The overlapping zone which is impacted by this region."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3848,8 +3850,8 @@ nc:Region.OverlappingZone a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:OverlappingZone . nc:RegulatingCondEq.EquipmentController a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquipmentController"@en ; - rdfs:comment "The equipment controller for this regulating conducting equipment." ; + rdfs:label "EquipmentController" ; + rdfs:comment "The equipment controller for this regulating conducting equipment."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3858,8 +3860,8 @@ nc:RegulatingCondEq.EquipmentController a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:EquipmentController . nc:SSSCController.CurrentDroopOverride a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "CurrentDroopOverride"@en ; - rdfs:comment "The current droop override for this SSSC controller. It is not used when the SSSC controller is in mode currentDroop." ; + rdfs:label "CurrentDroopOverride" ; + rdfs:comment "The current droop override for this SSSC controller. It is not used when the SSSC controller is in mode currentDroop."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3868,8 +3870,8 @@ nc:SSSCController.CurrentDroopOverride a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:CurrentDroopOverride . nc:SSSCController.SSSCSimulationSettings a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SSSCSimulationSettings"@en ; - rdfs:comment "The simulation setings that apply for this controller." ; + rdfs:label "SSSCSimulationSettings" ; + rdfs:comment "The simulation setings that apply for this controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3878,8 +3880,8 @@ nc:SSSCController.SSSCSimulationSettings a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:SSSCSimulationSettings . nc:SSSCSimulationSettings.SSSCController a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SSSCController"@en ; - rdfs:comment "The controller that uses these simulation settings." ; + rdfs:label "SSSCController" ; + rdfs:comment "The controller that uses these simulation settings."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3888,8 +3890,8 @@ nc:SSSCSimulationSettings.SSSCController a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:SSSCController . nc:ScheduleResource.AreaDispatchableUnit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaDispatchableUnit"@en ; - rdfs:comment "The dispatchable unit for this scheduled resource." ; + rdfs:label "AreaDispatchableUnit" ; + rdfs:comment "The dispatchable unit for this scheduled resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:ofAggregate ; @@ -3898,8 +3900,8 @@ nc:ScheduleResource.AreaDispatchableUnit a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:AreaDispatchableUnit . nc:ScheduleResource.GeneratingUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "The generating unit that relates to this schedule resource." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "The generating unit that relates to this schedule resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3908,8 +3910,8 @@ nc:ScheduleResource.GeneratingUnit a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range cim:GeneratingUnit . nc:ScheduleResource.HydroPump a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "HydroPump"@en ; - rdfs:comment "The hydro pump that relates to this schedule resource." ; + rdfs:label "HydroPump" ; + rdfs:comment "The hydro pump that relates to this schedule resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3918,8 +3920,8 @@ nc:ScheduleResource.HydroPump a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range cim:HydroPump . nc:ScheduleResource.PowerElectronicsUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "The power electronics unit that relates to this schedule resource." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "The power electronics unit that relates to this schedule resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3928,8 +3930,8 @@ nc:ScheduleResource.PowerElectronicsUnit a owl:ObjectProperty, owl:InverseFuncti rdfs:range cim:PowerElectronicsUnit . nc:ScheduleResource.PrimaryEnergySource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PrimaryEnergySource"@en ; - rdfs:comment "Primary energy reference type for this schedule resource." ; + rdfs:label "PrimaryEnergySource" ; + rdfs:comment "Primary energy reference type for this schedule resource."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3938,8 +3940,8 @@ nc:ScheduleResource.PrimaryEnergySource a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:EnergyType . nc:ScheduleResource.ResourceOf a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ResourceOf"@en ; - rdfs:comment "The schedule resource that has this subschedule resource." ; + rdfs:label "ResourceOf" ; + rdfs:comment "The schedule resource that has this subschedule resource."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3948,8 +3950,8 @@ nc:ScheduleResource.ResourceOf a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:ScheduleResource . nc:ScheduleResource.ScheduleResourceController a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ScheduleResourceController"@en ; - rdfs:comment "Schedule resource controller for this schedule resource." ; + rdfs:label "ScheduleResourceController" ; + rdfs:comment "Schedule resource controller for this schedule resource."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3958,8 +3960,8 @@ nc:ScheduleResource.ScheduleResourceController a owl:ObjectProperty, owl:Functio rdfs:range nc:ScheduleResourceController . nc:ScheduleResource.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that has this schedule resource." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that has this schedule resource."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3968,8 +3970,8 @@ nc:ScheduleResource.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:SchedulingArea . nc:ScheduleResource.SubScheduleResource a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SubScheduleResource"@en ; - rdfs:comment "The subschedule resource that relates to the schedule resource." ; + rdfs:label "SubScheduleResource" ; + rdfs:comment "The subschedule resource that relates to the schedule resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3978,8 +3980,8 @@ nc:ScheduleResource.SubScheduleResource a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:ScheduleResource . nc:ScheduleResourceController.ScheduleResource a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "Schedule resource that has a schedule resource controller." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "Schedule resource that has a schedule resource controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -3988,8 +3990,8 @@ nc:ScheduleResourceController.ScheduleResource a owl:ObjectProperty, owl:Functio rdfs:range nc:ScheduleResource . nc:SchedulingArea.AreaDispatchableUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaDispatchableUnit"@en ; - rdfs:comment "The area dispatchable unit related to a scheduling area." ; + rdfs:label "AreaDispatchableUnit" ; + rdfs:comment "The area dispatchable unit related to a scheduling area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -3998,8 +4000,8 @@ nc:SchedulingArea.AreaDispatchableUnit a owl:ObjectProperty, owl:InverseFunction rdfs:range nc:AreaDispatchableUnit . nc:SchedulingArea.BiddingZone a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BiddingZone"@en ; - rdfs:comment "The bidding zone related to this scheduling area." ; + rdfs:label "BiddingZone" ; + rdfs:comment "The bidding zone related to this scheduling area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -4008,8 +4010,8 @@ nc:SchedulingArea.BiddingZone a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:BiddingZone . nc:SchedulingArea.ControlArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ControlArea"@en ; - rdfs:comment "The control area for this scheduling area." ; + rdfs:label "ControlArea" ; + rdfs:comment "The control area for this scheduling area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4018,8 +4020,8 @@ nc:SchedulingArea.ControlArea a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ControlArea . nc:SchedulingArea.DCTieCorridor a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCTieCorridor"@en ; - rdfs:comment "The DC tie corridor that is part of this scheduling area." ; + rdfs:label "DCTieCorridor" ; + rdfs:comment "The DC tie corridor that is part of this scheduling area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4028,8 +4030,8 @@ nc:SchedulingArea.DCTieCorridor a owl:ObjectProperty, owl:FunctionalProperty, ow rdfs:range nc:DCTieCorridor . nc:SchedulingArea.EnergyCoordinationRegion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyCoordinationRegion"@en ; - rdfs:comment "The energy coordination region that has this scheduling area." ; + rdfs:label "EnergyCoordinationRegion" ; + rdfs:comment "The energy coordination region that has this scheduling area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4038,8 +4040,8 @@ nc:SchedulingArea.EnergyCoordinationRegion a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:EnergyCoordinationRegion . nc:SchedulingArea.EnergyGroup a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyGroup"@en ; - rdfs:comment "The energy group belonging to a given energy scheduling area." ; + rdfs:label "EnergyGroup" ; + rdfs:comment "The energy group belonging to a given energy scheduling area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4048,8 +4050,8 @@ nc:SchedulingArea.EnergyGroup a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range nc:EnergyGroup . nc:SchedulingArea.Line a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Line"@en ; - rdfs:comment "The line that is part of this scheduling area." ; + rdfs:label "Line" ; + rdfs:comment "The line that is part of this scheduling area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4058,8 +4060,8 @@ nc:SchedulingArea.Line a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Line . nc:SchedulingArea.LoadFrequencyControlArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "LoadFrequencyControlArea"@en ; - rdfs:comment "The load frequency control area which has this scheduling area." ; + rdfs:label "LoadFrequencyControlArea" ; + rdfs:comment "The load frequency control area which has this scheduling area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4068,8 +4070,8 @@ nc:SchedulingArea.LoadFrequencyControlArea a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:LoadFrequencyControlArea . nc:SchedulingArea.PowerShiftKeyStrategy a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeyStrategy"@en ; - rdfs:comment "Power Shift Key Strategy which has a scheduling area." ; + rdfs:label "PowerShiftKeyStrategy" ; + rdfs:comment "Power Shift Key Strategy which has a scheduling area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4078,8 +4080,8 @@ nc:SchedulingArea.PowerShiftKeyStrategy a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:PowerShiftKeyStrategy . nc:SchedulingArea.ScheduleResource a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "The schedule resource that belongs to this scheduled area." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "The schedule resource that belongs to this scheduled area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4088,8 +4090,8 @@ nc:SchedulingArea.ScheduleResource a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:ScheduleResource . nc:SchedulingArea.SubSchedulingArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SubSchedulingArea"@en ; - rdfs:comment "The subscheduling are that belongs to this scheduling area." ; + rdfs:label "SubSchedulingArea" ; + rdfs:comment "The subscheduling are that belongs to this scheduling area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4098,8 +4100,8 @@ nc:SchedulingArea.SubSchedulingArea a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range nc:SubSchedulingArea . nc:SchedulingArea.Substation a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Substation"@en ; - rdfs:comment "The substation that is part of this scheduling area." ; + rdfs:label "Substation" ; + rdfs:comment "The substation that is part of this scheduling area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4108,8 +4110,8 @@ nc:SchedulingArea.Substation a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:Substation . nc:SchedulingArea.SynchronousArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SynchronousArea"@en ; - rdfs:comment "The synchronous are that has this scheduling area." ; + rdfs:label "SynchronousArea" ; + rdfs:comment "The synchronous are that has this scheduling area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4118,8 +4120,8 @@ nc:SchedulingArea.SynchronousArea a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SynchronousArea . nc:SchedulingArea.SystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "The system operator for this scheduling area." ; + rdfs:label "SystemOperator" ; + rdfs:comment "The system operator for this scheduling area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4128,8 +4130,8 @@ nc:SchedulingArea.SystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SystemOperator . nc:SecurityCoordinator.CapacityCalculationRegion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CapacityCalculationRegion"@en ; - rdfs:comment "The capacity calculation region operated by this security coordinator." ; + rdfs:label "CapacityCalculationRegion" ; + rdfs:comment "The capacity calculation region operated by this security coordinator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4138,8 +4140,8 @@ nc:SecurityCoordinator.CapacityCalculationRegion a owl:ObjectProperty, owl:Inver rdfs:range nc:CapacityCalculationRegion . nc:SecurityCoordinator.OutageCoordinationRegion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OutageCoordinationRegion"@en ; - rdfs:comment "The outage coordination region that has this security coordinator." ; + rdfs:label "OutageCoordinationRegion" ; + rdfs:comment "The outage coordination region that has this security coordinator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4148,8 +4150,8 @@ nc:SecurityCoordinator.OutageCoordinationRegion a owl:ObjectProperty, owl:Invers rdfs:range nc:OutageCoordinationRegion . nc:SolarRadiationDependencyCurve.OperationalLimitType a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimitType"@en ; - rdfs:comment "The operational limit type that has this permanent solar radiation curve." ; + rdfs:label "OperationalLimitType" ; + rdfs:comment "The operational limit type that has this permanent solar radiation curve."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4158,8 +4160,8 @@ nc:SolarRadiationDependencyCurve.OperationalLimitType a owl:ObjectProperty, owl: rdfs:range cim:OperationalLimitType . nc:SubSchedulingArea.Feeder a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Feeder"@en ; - rdfs:comment "The feeder that is part of this subscheduling area." ; + rdfs:label "Feeder" ; + rdfs:comment "The feeder that is part of this subscheduling area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4168,8 +4170,8 @@ nc:SubSchedulingArea.Feeder a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:Feeder . nc:SubSchedulingArea.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that has this subscheduling area." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that has this subscheduling area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -4178,8 +4180,8 @@ nc:SubSchedulingArea.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:SchedulingArea . nc:Substation.DCSubstation a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCSubstation"@en ; - rdfs:comment "DC substation that is part of AC and DC substation." ; + rdfs:label "DCSubstation" ; + rdfs:comment "DC substation that is part of AC and DC substation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4188,8 +4190,8 @@ nc:Substation.DCSubstation a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:DCSubstation . nc:Substation.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that has this substation." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that has this substation."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4198,8 +4200,8 @@ nc:Substation.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SchedulingArea . nc:SynchronousArea.LoadFrequencyControlBlock a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "LoadFrequencyControlBlock"@en ; - rdfs:comment "The load frequency control block that is part of this synchronous area." ; + rdfs:label "LoadFrequencyControlBlock" ; + rdfs:comment "The load frequency control block that is part of this synchronous area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4208,8 +4210,8 @@ nc:SynchronousArea.LoadFrequencyControlBlock a owl:ObjectProperty, owl:InverseFu rdfs:range nc:LoadFrequencyControlBlock . nc:SynchronousArea.SchedulingArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that is part of this synchronous area." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that is part of this synchronous area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4218,8 +4220,8 @@ nc:SynchronousArea.SchedulingArea a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:SchedulingArea . nc:SystemControl.EquipmentController a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EquipmentController"@en ; - rdfs:comment "Equipment controller controlles by this system control" ; + rdfs:label "EquipmentController" ; + rdfs:comment "Equipment controller controlles by this system control"@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -4228,8 +4230,8 @@ nc:SystemControl.EquipmentController a owl:ObjectProperty, owl:InverseFunctional rdfs:range nc:EquipmentController . nc:SystemOperator.ControlArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControlArea"@en ; - rdfs:comment "The control area that is related to this system operator." ; + rdfs:label "ControlArea" ; + rdfs:comment "The control area that is related to this system operator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4238,8 +4240,8 @@ nc:SystemOperator.ControlArea a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range cim:ControlArea . nc:SystemOperator.SchedulingArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "The scheduling area that is operated by this system operator." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "The scheduling area that is operated by this system operator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4248,8 +4250,8 @@ nc:SystemOperator.SchedulingArea a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:SchedulingArea . nc:TCSCCompensationPoint.ThyristorControlledSeriesCompensator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ThyristorControlledSeriesCompensator"@en ; - rdfs:comment "TCSC that has different compensation points." ; + rdfs:label "ThyristorControlledSeriesCompensator" ; + rdfs:comment "TCSC that has different compensation points."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -4258,8 +4260,8 @@ nc:TCSCCompensationPoint.ThyristorControlledSeriesCompensator a owl:ObjectProper rdfs:range nc:ThyristorControlledSeriesCompensator . nc:TapChanger.TapChangeController a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TapChangeController"@en ; - rdfs:comment "The tap changer controller that controls this TapChanger." ; + rdfs:label "TapChangeController" ; + rdfs:comment "The tap changer controller that controls this TapChanger."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4268,8 +4270,8 @@ nc:TapChanger.TapChangeController a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:TapChangerController . nc:TapChangerController.TapChanger a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TapChanger"@en ; - rdfs:comment "All tap changers controlled by this controller." ; + rdfs:label "TapChanger" ; + rdfs:comment "All tap changers controlled by this controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4278,8 +4280,8 @@ nc:TapChangerController.TapChanger a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range cim:TapChanger . nc:Terminal.Circuit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Circuit"@en ; - rdfs:comment "Circuit that is identified by the given Terminal." ; + rdfs:label "Circuit" ; + rdfs:comment "Circuit that is identified by the given Terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4288,8 +4290,8 @@ nc:Terminal.Circuit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFun rdfs:range nc:Circuit . nc:Terminal.FrequencyMonitoringTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FrequencyMonitoringTerminal"@en ; - rdfs:comment "Frequency monitoring terminal that has a terminal." ; + rdfs:label "FrequencyMonitoringTerminal" ; + rdfs:comment "Frequency monitoring terminal that has a terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4298,8 +4300,8 @@ nc:Terminal.FrequencyMonitoringTerminal a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:FrequencyMonitoringTerminal . nc:Terminal.PinTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinTerminal"@en ; - rdfs:comment "The pin that uses this input." ; + rdfs:label "PinTerminal" ; + rdfs:comment "The pin that uses this input."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4308,8 +4310,8 @@ nc:Terminal.PinTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:PinTerminal . nc:Terminal.VoltageAngleLimit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageAngleLimit"@en ; - rdfs:comment "The voltage angle limit which has this reference angle terminal." ; + rdfs:label "VoltageAngleLimit" ; + rdfs:comment "The voltage angle limit which has this reference angle terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4318,8 +4320,8 @@ nc:Terminal.VoltageAngleLimit a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range nc:VoltageAngleLimit . nc:ThyristorControlledSeriesCompensator.TCSCCompensationPoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TCSCCompensationPoint"@en ; - rdfs:comment "Compensation point for this TCSC." ; + rdfs:label "TCSCCompensationPoint" ; + rdfs:comment "Compensation point for this TCSC."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4328,8 +4330,8 @@ nc:ThyristorControlledSeriesCompensator.TCSCCompensationPoint a owl:ObjectProper rdfs:range nc:TCSCCompensationPoint . nc:TieCorridor.AreaDispatchableUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaDispatchableUnit"@en ; - rdfs:comment "AreaDispatchableUnit for the Tie Corridor." ; + rdfs:label "AreaDispatchableUnit" ; + rdfs:comment "AreaDispatchableUnit for the Tie Corridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4338,8 +4340,8 @@ nc:TieCorridor.AreaDispatchableUnit a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range nc:AreaDispatchableUnit . nc:TieCorridor.BiddingZoneBorder a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BiddingZoneBorder"@en ; - rdfs:comment "Bidding zone border in which the tie corridor is located." ; + rdfs:label "BiddingZoneBorder" ; + rdfs:comment "Bidding zone border in which the tie corridor is located."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4348,8 +4350,8 @@ nc:TieCorridor.BiddingZoneBorder a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:BiddingZoneBorder . nc:TieCorridor.LoadFrequencyControlArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "LoadFrequencyControlArea"@en ; - rdfs:comment "LoadFrequencyControlArea controlling the TieCorridor." ; + rdfs:label "LoadFrequencyControlArea" ; + rdfs:comment "LoadFrequencyControlArea controlling the TieCorridor."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4358,8 +4360,8 @@ nc:TieCorridor.LoadFrequencyControlArea a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:LoadFrequencyControlArea . nc:TieCorridor.TieFlow a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TieFlow"@en ; - rdfs:comment "Tie flow which belongs to the tie corridor." ; + rdfs:label "TieFlow" ; + rdfs:comment "Tie flow which belongs to the tie corridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -4368,8 +4370,8 @@ nc:TieCorridor.TieFlow a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:TieFlow . nc:TieFlow.TieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TieCorridor"@en ; - rdfs:comment "Tie corridor which has the tie flow." ; + rdfs:label "TieCorridor" ; + rdfs:comment "Tie corridor which has the tie flow."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -4378,8 +4380,8 @@ nc:TieFlow.TieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:TieCorridor . nc:VoltageAngleLimit.AngleReferenceTerminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AngleReferenceTerminal"@en ; - rdfs:comment "The angle reference terminal for the voltage angle limit." ; + rdfs:label "AngleReferenceTerminal" ; + rdfs:comment "The angle reference terminal for the voltage angle limit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -4388,33 +4390,33 @@ nc:VoltageAngleLimit.AngleReferenceTerminal a owl:ObjectProperty, owl:Functional rdfs:range cim:Terminal . cim:CurveData.xvalue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xvalue"@en ; - rdfs:comment "The data value of the X-axis variable, depending on the X-axis units." ; + rdfs:label "xvalue" ; + rdfs:comment "The data value of the X-axis variable, depending on the X-axis units."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:CurveData ; rdfs:range xsd:float . cim:CurveData.y1value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "y1value"@en ; - rdfs:comment "The data value of the first Y-axis variable, depending on the Y-axis units." ; + rdfs:label "y1value" ; + rdfs:comment "The data value of the first Y-axis variable, depending on the Y-axis units."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:CurveData ; rdfs:range xsd:float . cim:CurveData.y2value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "y2value"@en ; - rdfs:comment "The data value of the second Y-axis variable (if present), depending on the Y-axis units." ; + rdfs:label "y2value" ; + rdfs:comment "The data value of the second Y-axis variable (if present), depending on the Y-axis units."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:CurveData ; rdfs:range xsd:float . cim:DCConductingEquipment.ratedCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedCurrent"@en ; + rdfs:label "ratedCurrent" ; rdfs:comment """The maximum continuous current carrying capacity in amps governed by the device material and construction. -The attribute shall be a positive value.""" ; +The attribute shall be a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -4425,8 +4427,8 @@ The attribute shall be a positive value.""" ; rdfs:range xsd:float . cim:GeneratingUnit.lowerRampRate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lowerRampRate"@en ; - rdfs:comment "The normal maximum rate the generating unit active power output can be lowered by control actions." ; + rdfs:label "lowerRampRate" ; + rdfs:comment "The normal maximum rate the generating unit active power output can be lowered by control actions."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.WPers ; cims:multiplicity cims:M:0..1 ; @@ -4437,8 +4439,8 @@ cim:GeneratingUnit.lowerRampRate a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:GeneratingUnit.maxEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxEconomicP"@en ; - rdfs:comment "Maximum high economic active power limit, that should not exceed the maximum operating active power limit." ; + rdfs:label "maxEconomicP" ; + rdfs:comment "Maximum high economic active power limit, that should not exceed the maximum operating active power limit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -4449,8 +4451,8 @@ cim:GeneratingUnit.maxEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GeneratingUnit.minEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minEconomicP"@en ; - rdfs:comment "Low economic active power limit that shall be greater than or equal to the minimum operating active power limit." ; + rdfs:label "minEconomicP" ; + rdfs:comment "Low economic active power limit that shall be greater than or equal to the minimum operating active power limit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -4461,8 +4463,8 @@ cim:GeneratingUnit.minEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GeneratingUnit.minimumOffTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minimumOffTime"@en ; - rdfs:comment "Minimum time interval between unit shutdown and startup." ; + rdfs:label "minimumOffTime" ; + rdfs:comment "Minimum time interval between unit shutdown and startup."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:0..1 ; @@ -4473,8 +4475,8 @@ cim:GeneratingUnit.minimumOffTime a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:GeneratingUnit.raiseRampRate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "raiseRampRate"@en ; - rdfs:comment "The normal maximum rate the generating unit active power output can be raised by control actions." ; + rdfs:label "raiseRampRate" ; + rdfs:comment "The normal maximum rate the generating unit active power output can be raised by control actions."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.WPers ; cims:multiplicity cims:M:0..1 ; @@ -4485,33 +4487,33 @@ cim:GeneratingUnit.raiseRampRate a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:ReactiveCapabilityCurve.coolantTemperature a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "coolantTemperature"@en ; - rdfs:comment "The machine's coolant temperature (e.g., ambient air or stator circulating water)." ; + rdfs:label "coolantTemperature" ; + rdfs:comment "The machine's coolant temperature (e.g., ambient air or stator circulating water)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.degC ; cims:multiplicity cims:M:0..1 ; @@ -4522,8 +4524,8 @@ cim:ReactiveCapabilityCurve.coolantTemperature a owl:DatatypeProperty, owl:Funct rdfs:range xsd:float . cim:ReactiveCapabilityCurve.hydrogenPressure a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hydrogenPressure"@en ; - rdfs:comment "The hydrogen coolant pressure." ; + rdfs:label "hydrogenPressure" ; + rdfs:comment "The hydrogen coolant pressure."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.Pa ; cims:multiplicity cims:M:0..1 ; @@ -4534,8 +4536,8 @@ cim:ReactiveCapabilityCurve.hydrogenPressure a owl:DatatypeProperty, owl:Functio rdfs:range xsd:float . eu:IdentifiedObject.energyIdentCodeEic a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "energyIdentCodeEic"@en ; - rdfs:comment "The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site." ; + rdfs:label "energyIdentCodeEic" ; + rdfs:comment "The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; owl:deprecated true ; @@ -4543,16 +4545,16 @@ eu:IdentifiedObject.energyIdentCodeEic a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:string . nc:AreaDispatchableUnit.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "Identifies if the unit is normally enabled to accept a dispatch instruction. If true, the unit is enabled to accept a dispatch instruction. If false, the unit has the capability, but it is not enabled to receive a dispatch instruction." ; + rdfs:label "normalEnabled" ; + rdfs:comment "Identifies if the unit is normally enabled to accept a dispatch instruction. If true, the unit is enabled to accept a dispatch instruction. If false, the unit has the capability, but it is not enabled to receive a dispatch instruction."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AreaDispatchableUnit ; rdfs:range xsd:boolean . nc:AreaInterchangeController.pTolerance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pTolerance"@en ; - rdfs:comment "Active power net interchange tolerance. The attribute shall be a positive value or zero." ; + rdfs:label "pTolerance" ; + rdfs:comment "Active power net interchange tolerance. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -4563,57 +4565,57 @@ nc:AreaInterchangeController.pTolerance a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . nc:AutomationBlockGroup.priority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "priority"@en ; - rdfs:comment "Value 0 means ignore priority. 1 means the highest priority, 2 is the second highest priority." ; + rdfs:label "priority" ; + rdfs:comment "Value 0 means ignore priority. 1 means the highest priority, 2 is the second highest priority."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AutomationBlockGroup ; rdfs:range xsd:integer . nc:AutomationFunction.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "True, if the automation function is enabled (active). Otherwise false." ; + rdfs:label "normalEnabled" ; + rdfs:comment "True, if the automation function is enabled (active). Otherwise false."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AutomationFunction ; rdfs:range xsd:boolean . nc:AutomationFunction.type a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "type"@en ; - rdfs:comment "Type of automation function." ; + rdfs:label "type" ; + rdfs:comment "Type of automation function."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AutomationFunction ; rdfs:range xsd:string . nc:BiddingZone.isTradeEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isTradeEnabled"@en ; - rdfs:comment "Identifies the mechanism for determining the energy price for a given bidding zone. If true, the bid and the offer is expected to be provided for the bidding zone to create the market price. If false, other mechanism determines the price of energy for a given bidding zone, e.g. virtual bidding zone." ; + rdfs:label "isTradeEnabled" ; + rdfs:comment "Identifies the mechanism for determining the energy price for a given bidding zone. If true, the bid and the offer is expected to be provided for the bidding zone to create the market price. If false, other mechanism determines the price of energy for a given bidding zone, e.g. virtual bidding zone."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BiddingZone ; rdfs:range xsd:boolean . nc:BipolarDCSystem.isRigid a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isRigid"@en ; - rdfs:comment "If true, the bipolar DC system is a rigid DC current bipolar system (IEC 60633). It is a bipolar DC system without neutral connection between both converter stations. Since only two (pole) conductors exist, no unbalance current between both poles is possible. In case of interruption of power transfer of one converter pole, the current of the other pole has to be interrupted as well (at least for a limited time to allow reconfiguration of the DC circuit)." ; + rdfs:label "isRigid" ; + rdfs:comment "If true, the bipolar DC system is a rigid DC current bipolar system (IEC 60633). It is a bipolar DC system without neutral connection between both converter stations. Since only two (pole) conductors exist, no unbalance current between both poles is possible. In case of interruption of power transfer of one converter pole, the current of the other pole has to be interrupted as well (at least for a limited time to allow reconfiguration of the DC circuit)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BipolarDCSystem ; rdfs:range xsd:boolean . nc:Circuit.positiveFlowIn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "positiveFlowIn"@en ; - rdfs:comment "True, if the positive value on the terminal shall be considered flow into the circuit. False, if the positive value on the terminal shall be considered flow out of the circuit." ; + rdfs:label "positiveFlowIn" ; + rdfs:comment "True, if the positive value on the terminal shall be considered flow into the circuit. False, if the positive value on the terminal shall be considered flow out of the circuit."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:Circuit ; rdfs:range xsd:boolean . nc:CircuitShare.normalContributionFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalContributionFactor"@en ; + rdfs:label "normalContributionFactor" ; rdfs:comment """Normal contribution factor for the circuit which is part of a power transfer corridor. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -4624,17 +4626,17 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:ControlFunctionBlock.isDiscrete a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isDiscrete"@en ; - rdfs:comment "True, if the control function is discrete. This applies to equipment with discrete controls, e.g. tap changers and shunt compensators." ; + rdfs:label "isDiscrete" ; + rdfs:comment "True, if the control function is discrete. This applies to equipment with discrete controls, e.g. tap changers and shunt compensators."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ControlFunctionBlock ; rdfs:range xsd:boolean . nc:ControlFunctionBlock.maxAllowedTargetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxAllowedTargetValue"@en ; + rdfs:label "maxAllowedTargetValue" ; rdfs:comment """Maximum allowed target value given by the percent of target value. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -4645,9 +4647,9 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:ControlFunctionBlock.minAllowedTargetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minAllowedTargetValue"@en ; + rdfs:label "minAllowedTargetValue" ; rdfs:comment """Minimum allowed target value given by the percent of target value. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -4658,33 +4660,33 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:ControlFunctionBlock.targetDeadband a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetDeadband"@en ; + rdfs:label "targetDeadband" ; rdfs:comment """Target deadband is used with discrete control to avoid excessive update of controls like tap changers and shunt compensator banks while regulating. The attribute shall be a positive value or zero. If isDiscrete is set to "false", the targetDeadband is to be ignored. -Note that for instance, if the targetValue is 100 kV and the targetDeadband is 2 kV the range is from 99 to 101 kV.""" ; +Note that for instance, if the targetValue is 100 kV and the targetDeadband is 2 kV the range is from 99 to 101 kV."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ControlFunctionBlock ; rdfs:range xsd:float . nc:CurrentDroopControlFunction.droopCapacitive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droopCapacitive"@en ; - rdfs:comment "Droop in capacitive region. The unit is V/A." ; + rdfs:label "droopCapacitive" ; + rdfs:comment "Droop in capacitive region. The unit is V/A."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CurrentDroopControlFunction ; rdfs:range xsd:float . nc:CurrentDroopControlFunction.droopInductive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droopInductive"@en ; - rdfs:comment "Droop in inductive region. The unit is V/A." ; + rdfs:label "droopInductive" ; + rdfs:comment "Droop in inductive region. The unit is V/A."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CurrentDroopControlFunction ; rdfs:range xsd:float . nc:CurrentDroopControlFunction.offsetCapacitive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "offsetCapacitive"@en ; - rdfs:comment "Offset in capacitive region." ; + rdfs:label "offsetCapacitive" ; + rdfs:comment "Offset in capacitive region."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -4695,8 +4697,8 @@ nc:CurrentDroopControlFunction.offsetCapacitive a owl:DatatypeProperty, owl:Func rdfs:range xsd:float . nc:CurrentDroopControlFunction.offsetInductive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "offsetInductive"@en ; - rdfs:comment "Offset in capacitive region." ; + rdfs:label "offsetInductive" ; + rdfs:comment "Offset in capacitive region."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -4707,33 +4709,33 @@ nc:CurrentDroopControlFunction.offsetInductive a owl:DatatypeProperty, owl:Funct rdfs:range xsd:float . nc:CurrentDroopOverride.droopCapacitive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droopCapacitive"@en ; - rdfs:comment "Droop in capacitive region. The unit is V/A." ; + rdfs:label "droopCapacitive" ; + rdfs:comment "Droop in capacitive region. The unit is V/A."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CurrentDroopOverride ; rdfs:range xsd:float . nc:CurrentDroopOverride.droopInductive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droopInductive"@en ; - rdfs:comment "Droop in inductive region. The unit is V/A." ; + rdfs:label "droopInductive" ; + rdfs:comment "Droop in inductive region. The unit is V/A."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CurrentDroopOverride ; rdfs:range xsd:float . nc:CurrentDroopOverride.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CurrentDroopOverride ; rdfs:range xsd:string . nc:CurrentDroopOverride.offsetCapacitiveI a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "offsetCapacitiveI"@en ; - rdfs:comment "Offset in capacitive region." ; + rdfs:label "offsetCapacitiveI" ; + rdfs:comment "Offset in capacitive region."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -4744,8 +4746,8 @@ nc:CurrentDroopOverride.offsetCapacitiveI a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . nc:CurrentDroopOverride.offsetInductiveI a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "offsetInductiveI"@en ; - rdfs:comment "Offset in capacitive region." ; + rdfs:label "offsetInductiveI" ; + rdfs:comment "Offset in capacitive region."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -4756,8 +4758,8 @@ nc:CurrentDroopOverride.offsetInductiveI a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . nc:DCCurrentControlFunction.droop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droop"@en ; - rdfs:comment "Droop constant. The pu value is obtained as D [kV/MW] x Sb / Ubdc. The attribute shall be a positive value." ; + rdfs:label "droop" ; + rdfs:comment "Droop constant. The pu value is obtained as D [kV/MW] x Sb / Ubdc. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -4767,8 +4769,8 @@ nc:DCCurrentControlFunction.droop a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:DCCurrentControlFunction.droopCompensation a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droopCompensation"@en ; - rdfs:comment "Compensation constant. Used to compensate for voltage drop when controlling voltage at a distant bus. The attribute shall be a positive value." ; + rdfs:label "droopCompensation" ; + rdfs:comment "Compensation constant. Used to compensate for voltage drop when controlling voltage at a distant bus. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -4779,26 +4781,26 @@ nc:DCCurrentControlFunction.droopCompensation a owl:DatatypeProperty, owl:Functi rdfs:range xsd:float . nc:DCPole.normalParticipationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalParticipationFactor"@en ; + rdfs:label "normalParticipationFactor" ; rdfs:comment """Normal participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:DCPole ; rdfs:range xsd:float . nc:DCSubstation.isTapping a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isTapping"@en ; - rdfs:comment "DC tapping substation (IEC 60633) is a DC substation, mainly used for inversion, with a rating which is a small fraction of that of the rectifier(s) in the system." ; + rdfs:label "isTapping" ; + rdfs:comment "DC tapping substation (IEC 60633) is a DC substation, mainly used for inversion, with a rating which is a small fraction of that of the rectifier(s) in the system."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:DCSubstation ; rdfs:range xsd:boolean . nc:DCTieCorridor.maxRegulatingReserve a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRegulatingReserve"@en ; - rdfs:comment "Maximum regulating reserve." ; + rdfs:label "maxRegulatingReserve" ; + rdfs:comment "Maximum regulating reserve."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -4809,8 +4811,8 @@ nc:DCTieCorridor.maxRegulatingReserve a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . nc:DCTieCorridor.minRegulatingReserve a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minRegulatingReserve"@en ; - rdfs:comment "Minimum regulating reserve." ; + rdfs:label "minRegulatingReserve" ; + rdfs:comment "Minimum regulating reserve."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -4821,34 +4823,34 @@ nc:DCTieCorridor.minRegulatingReserve a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . nc:EnergyBlockOrder.normalParticipationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalParticipationFactor"@en ; - rdfs:comment "Normal participation factor." ; + rdfs:label "normalParticipationFactor" ; + rdfs:comment "Normal participation factor."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnergyBlockOrder ; rdfs:range xsd:float . nc:EnergyBlockOrder.normalSequence a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalSequence"@en ; + rdfs:label "normalSequence" ; rdfs:comment """Normal sequence represents the local order of the power block order. -The sequence order for a given block dispatch instruction. The sequence number need to be unique for a given block dispatch instruction, e.g. two order in the same instruction cannot have the same sequence.""" ; +The sequence order for a given block dispatch instruction. The sequence number need to be unique for a given block dispatch instruction, e.g. two order in the same instruction cannot have the same sequence."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnergyBlockOrder ; rdfs:range xsd:integer . nc:EnergyBlockOrder.powerDuration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "powerDuration"@en ; - rdfs:comment "Duration for the active power." ; + rdfs:label "powerDuration" ; + rdfs:comment "Duration for the active power."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnergyBlockOrder ; rdfs:range xsd:duration . nc:EnergyConsumer.maxEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxEconomicP"@en ; - rdfs:comment "Maximum high economic active power limit, that should not exceed the maximum operating active power limit." ; + rdfs:label "maxEconomicP" ; + rdfs:comment "Maximum high economic active power limit, that should not exceed the maximum operating active power limit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -4859,8 +4861,8 @@ nc:EnergyConsumer.maxEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:EnergyConsumer.minEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minEconomicP"@en ; - rdfs:comment "Low economic active power limit that shall be greater than or equal to the minimum operating active power limit." ; + rdfs:label "minEconomicP" ; + rdfs:comment "Low economic active power limit that shall be greater than or equal to the minimum operating active power limit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -4871,34 +4873,34 @@ nc:EnergyConsumer.minEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:EnergyConsumer.normalParticipationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalParticipationFactor"@en ; + rdfs:label "normalParticipationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:EnergyConsumer ; rdfs:range xsd:float . nc:EnergyGroup.normalParticipationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalParticipationFactor"@en ; - rdfs:comment "Normal participation factor for the power group in relation to scheduling area. Must be a positive value." ; + rdfs:label "normalParticipationFactor" ; + rdfs:comment "Normal participation factor for the power group in relation to scheduling area. Must be a positive value."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnergyGroup ; rdfs:range xsd:float . nc:EnergyGroup.powerDuration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "powerDuration"@en ; - rdfs:comment "Duration for the active power." ; + rdfs:label "powerDuration" ; + rdfs:comment "Duration for the active power."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnergyGroup ; rdfs:range xsd:duration . nc:FACTSEquipment.maxC a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxC"@en ; - rdfs:comment "Capacitive reactance at maximum reactive power. Shall always be positive." ; + rdfs:label "maxC" ; + rdfs:comment "Capacitive reactance at maximum reactive power. Shall always be positive."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -4909,8 +4911,8 @@ nc:FACTSEquipment.maxC a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:FACTSEquipment.maxL a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxL"@en ; - rdfs:comment "Inductive rating at maximum inductive reactive power. Shall always be negative." ; + rdfs:label "maxL" ; + rdfs:comment "Inductive rating at maximum inductive reactive power. Shall always be negative."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -4921,8 +4923,8 @@ nc:FACTSEquipment.maxL a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:FACTSEquipment.minC a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minC"@en ; - rdfs:comment "Capacitive reactance at minimum reactive power. Shall always be positive." ; + rdfs:label "minC" ; + rdfs:comment "Capacitive reactance at minimum reactive power. Shall always be positive."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -4933,8 +4935,8 @@ nc:FACTSEquipment.minC a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:FACTSEquipment.minL a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minL"@en ; - rdfs:comment "Inductive rating at minimum inductive reactive power. Shall always be negative." ; + rdfs:label "minL" ; + rdfs:comment "Inductive rating at minimum inductive reactive power. Shall always be negative."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -4945,8 +4947,8 @@ nc:FACTSEquipment.minL a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:FACTSEquipment.ratedC a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedC"@en ; - rdfs:comment "Capacitive reactance at maximum reactive power. Shall always be positive." ; + rdfs:label "ratedC" ; + rdfs:comment "Capacitive reactance at maximum reactive power. Shall always be positive."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -4957,8 +4959,8 @@ nc:FACTSEquipment.ratedC a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:FACTSEquipment.ratedI a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedI"@en ; - rdfs:comment "Rated current of the FACTS equipment." ; + rdfs:label "ratedI" ; + rdfs:comment "Rated current of the FACTS equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -4969,8 +4971,8 @@ nc:FACTSEquipment.ratedI a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:FACTSEquipment.ratedL a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedL"@en ; - rdfs:comment "Inductive rating at maximum inductive reactive power. Shall always be negative." ; + rdfs:label "ratedL" ; + rdfs:comment "Inductive rating at maximum inductive reactive power. Shall always be negative."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -4981,8 +4983,8 @@ nc:FACTSEquipment.ratedL a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:FACTSEquipment.ratedU a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedU"@en ; - rdfs:comment "Rated voltage of the FACTS equipment." ; + rdfs:label "ratedU" ; + rdfs:comment "Rated voltage of the FACTS equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -4993,9 +4995,9 @@ nc:FACTSEquipment.ratedU a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:FACTSEquipment.slope a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "slope"@en ; + rdfs:label "slope" ; rdfs:comment """The characteristics slope which defines how the reactive power output changes in proportion to the difference between the regulated bus voltage and the voltage setpoint. -The attribute shall be a positive value or zero.""" ; +The attribute shall be a positive value or zero."""@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.VPerVAr ; cims:multiplicity cims:M:1..1 ; @@ -5006,8 +5008,8 @@ The attribute shall be a positive value or zero.""" ; rdfs:range xsd:float . nc:FlexibleEnergyUnit.buffer a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "buffer"@en ; - rdfs:comment "The active power, that has the flexibility to operate as production and/or consumption. The buffer is bound. Example are heat pump, cooling system, embedded batteries including electric vehicle. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "buffer" ; + rdfs:comment "The active power, that has the flexibility to operate as production and/or consumption. The buffer is bound. Example are heat pump, cooling system, embedded batteries including electric vehicle. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5018,8 +5020,8 @@ nc:FlexibleEnergyUnit.buffer a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:FlexibleEnergyUnit.timeShift a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "timeShift"@en ; - rdfs:comment "The active power, that can be shifted from one pricing interval (market time unit) to another. It is expected to be a limited on the length of the shift. Example from household could be washing machine or dishwasher. Example from industry is the possible to shut down a machine for the relevant period. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "timeShift" ; + rdfs:comment "The active power, that can be shifted from one pricing interval (market time unit) to another. It is expected to be a limited on the length of the shift. Example from household could be washing machine or dishwasher. Example from industry is the possible to shut down a machine for the relevant period. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5030,8 +5032,8 @@ nc:FlexibleEnergyUnit.timeShift a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:FlexibleEnergyUnit.unconstrained a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "unconstrained"@en ; - rdfs:comment "The active power, that has the flexibility to operate as production without any bound by a buffer. Example are alternative heating (wood, gas, diesel etc) or power generators. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "unconstrained" ; + rdfs:comment "The active power, that has the flexibility to operate as production without any bound by a buffer. Example are alternative heating (wood, gas, diesel etc) or power generators. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5042,8 +5044,8 @@ nc:FlexibleEnergyUnit.unconstrained a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . nc:FlexibleEnergyUnit.uncontrollable a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uncontrollable"@en ; - rdfs:comment "The active power, that forms the base consumption for the unit. This is measured and expected consumption. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "uncontrollable" ; + rdfs:comment "The active power, that forms the base consumption for the unit. This is measured and expected consumption. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5054,58 +5056,58 @@ nc:FlexibleEnergyUnit.uncontrollable a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . nc:FrequencyMonitoringTerminal.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:FrequencyMonitoringTerminal ; rdfs:range xsd:string . nc:FrequencyMonitoringTerminal.priority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "priority"@en ; - rdfs:comment "Value 0 means ignore priority. 1 means the highest priority, 2 is the second highest priority." ; + rdfs:label "priority" ; + rdfs:comment "Value 0 means ignore priority. 1 means the highest priority, 2 is the second highest priority."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:FrequencyMonitoringTerminal ; rdfs:range xsd:integer . nc:FunctionBlock.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "True, if the function block is enabled (active). Otherwise false." ; + rdfs:label "normalEnabled" ; + rdfs:comment "True, if the function block is enabled (active). Otherwise false."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:FunctionBlock ; rdfs:range xsd:boolean . nc:GateInputPin.absoluteValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "absoluteValue"@en ; - rdfs:comment "Indicates if the absolute value is used for comparison. If true, use the absolute value. If false, use the complex value (vector)." ; + rdfs:label "absoluteValue" ; + rdfs:comment "Indicates if the absolute value is used for comparison. If true, use the absolute value. If false, use the complex value (vector)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GateInputPin ; rdfs:range xsd:boolean . nc:GateInputPin.duration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "duration"@en ; - rdfs:comment "The time duration for which the condition is satisfied before acting. Default is 0 seconds." ; + rdfs:label "duration" ; + rdfs:comment "The time duration for which the condition is satisfied before acting. Default is 0 seconds."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GateInputPin ; rdfs:range xsd:duration . nc:GateInputPin.negate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "negate"@en ; - rdfs:comment "Invert/negate the result of the comparison." ; + rdfs:label "negate" ; + rdfs:comment "Invert/negate the result of the comparison."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GateInputPin ; rdfs:range xsd:boolean . nc:GateInputPin.thresholdPercentage a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thresholdPercentage"@en ; + rdfs:label "thresholdPercentage" ; rdfs:comment """The threshold percentage that should be used for compare with the percentage change between input value and threshold value. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -5116,24 +5118,24 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:GateInputPin.thresholdValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thresholdValue"@en ; - rdfs:comment "The threshold value that should be used for compare with the input value." ; + rdfs:label "thresholdValue" ; + rdfs:comment "The threshold value that should be used for compare with the input value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GateInputPin ; rdfs:range xsd:float . nc:GeneratingUnit.coolDownTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "coolDownTime"@en ; - rdfs:comment "Time it takes from a unit shutdown until it is considered cold." ; + rdfs:label "coolDownTime" ; + rdfs:comment "Time it takes from a unit shutdown until it is considered cold."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:GeneratingUnit ; rdfs:range xsd:duration . nc:GeneratingUnit.maxStartupLoad a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxStartupLoad"@en ; - rdfs:comment "Maximum consumption by the generating unit as part of the startup process." ; + rdfs:label "maxStartupLoad" ; + rdfs:comment "Maximum consumption by the generating unit as part of the startup process."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5144,16 +5146,16 @@ nc:GeneratingUnit.maxStartupLoad a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:GeneratingUnit.minimumUpTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minimumUpTime"@en ; - rdfs:comment "The time that a generating unit has to stay running after it has been switched on by the Remedial Action Optimizer." ; + rdfs:label "minimumUpTime" ; + rdfs:comment "The time that a generating unit has to stay running after it has been switched on by the Remedial Action Optimizer."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:GeneratingUnit ; rdfs:range xsd:duration . nc:GeneratingUnit.normalMustRunP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalMustRunP"@en ; - rdfs:comment "Normal minimum active power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "normalMustRunP" ; + rdfs:comment "Normal minimum active power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5164,8 +5166,8 @@ nc:GeneratingUnit.normalMustRunP a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:GeneratingUnit.normalStartupCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalStartupCost"@en ; - rdfs:comment "The normal initial startup cost incurred for each start of the GeneratingUnit." ; + rdfs:label "normalStartupCost" ; + rdfs:comment "The normal initial startup cost incurred for each start of the GeneratingUnit."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; @@ -5174,8 +5176,8 @@ nc:GeneratingUnit.normalStartupCost a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:decimal . nc:GeneratingUnit.normalWarmStartupCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalWarmStartupCost"@en ; - rdfs:comment "The normal warm startup cost incurred for each start of the GeneratingUnit." ; + rdfs:label "normalWarmStartupCost" ; + rdfs:comment "The normal warm startup cost incurred for each start of the GeneratingUnit."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; @@ -5184,16 +5186,16 @@ nc:GeneratingUnit.normalWarmStartupCost a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:decimal . nc:GeneratingUnit.runningLeadTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "runningLeadTime"@en ; - rdfs:comment "Time it takes to change the schedule when the unit is operating due to technical configuration of a supporting system, e.g. gas pipeline." ; + rdfs:label "runningLeadTime" ; + rdfs:comment "Time it takes to change the schedule when the unit is operating due to technical configuration of a supporting system, e.g. gas pipeline."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:GeneratingUnit ; rdfs:range xsd:duration . nc:GeneratingUnit.shutdownCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "shutdownCost"@en ; - rdfs:comment "The shutdown cost incurred for each shutdown of the GeneratingUnit." ; + rdfs:label "shutdownCost" ; + rdfs:comment "The shutdown cost incurred for each shutdown of the GeneratingUnit."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; @@ -5202,17 +5204,17 @@ nc:GeneratingUnit.shutdownCost a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:decimal . nc:GeneratingUnit.shutdownTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "shutdownTime"@en ; - rdfs:comment "Time it takes to shutdown the unit." ; + rdfs:label "shutdownTime" ; + rdfs:comment "Time it takes to shutdown the unit."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:GeneratingUnit ; rdfs:range xsd:duration . nc:GeneratingUnit.startupRampRate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startupRampRate"@en ; + rdfs:label "startupRampRate" ; rdfs:comment """The startup ramp rate of the generating unit which describes the speed of change of active power from zero to the minimum active power. -When the ramp is not provided, the optimisation process shall consider the change as an instant change of active power from zero to minimum active power.""" ; +When the ramp is not provided, the optimisation process shall consider the change as an instant change of active power from zero to minimum active power."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.WPers ; cims:multiplicity cims:M:0..1 ; @@ -5223,16 +5225,16 @@ When the ramp is not provided, the optimisation process shall consider the chang rdfs:range xsd:float . nc:GeneratingUnit.warmStartupTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "warmStartupTime"@en ; - rdfs:comment "Time it takes to startup the unit when it is warm." ; + rdfs:label "warmStartupTime" ; + rdfs:comment "Time it takes to startup the unit when it is warm."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:GeneratingUnit ; rdfs:range xsd:duration . nc:HydroPump.maxEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxEconomicP"@en ; - rdfs:comment "Maximum high economic active power limit, that should not exceed the maximum operating active power limit." ; + rdfs:label "maxEconomicP" ; + rdfs:comment "Maximum high economic active power limit, that should not exceed the maximum operating active power limit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5243,8 +5245,8 @@ nc:HydroPump.maxEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:HydroPump.maxOperatingP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxOperatingP"@en ; - rdfs:comment "This is the maximum operating active power limit the dispatcher can enter for this unit." ; + rdfs:label "maxOperatingP" ; + rdfs:comment "This is the maximum operating active power limit the dispatcher can enter for this unit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5255,8 +5257,8 @@ nc:HydroPump.maxOperatingP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:HydroPump.minEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minEconomicP"@en ; - rdfs:comment "Low economic active power limit that shall be greater than or equal to the minimum operating active power limit." ; + rdfs:label "minEconomicP" ; + rdfs:comment "Low economic active power limit that shall be greater than or equal to the minimum operating active power limit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5267,8 +5269,8 @@ nc:HydroPump.minEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:HydroPump.minOperatingP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minOperatingP"@en ; - rdfs:comment "This is the minimum operating active power limit the dispatcher can enter for this unit." ; + rdfs:label "minOperatingP" ; + rdfs:comment "This is the minimum operating active power limit the dispatcher can enter for this unit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5279,18 +5281,18 @@ nc:HydroPump.minOperatingP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:HydroPump.normalParticipationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalParticipationFactor"@en ; + rdfs:label "normalParticipationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:HydroPump ; rdfs:range xsd:float . nc:InfeedLimit.normalValueA a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalValueA"@en ; - rdfs:comment "The normal current limit. The attribute shall be a positive value or zero." ; + rdfs:label "normalValueA" ; + rdfs:comment "The normal current limit. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -5301,8 +5303,8 @@ nc:InfeedLimit.normalValueA a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:InfeedLimit.normalValueW a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalValueW"@en ; - rdfs:comment "The normal value of active power limit. The attribute shall be a positive value or zero." ; + rdfs:label "normalValueW" ; + rdfs:comment "The normal value of active power limit. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5313,17 +5315,17 @@ nc:InfeedLimit.normalValueW a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:InfeedTerminal.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:InfeedTerminal ; rdfs:range xsd:string . nc:LoadFrequencyControlArea.deficientGenerationLimit a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "deficientGenerationLimit"@en ; - rdfs:comment "Percentage of average dispatch target plus average regulation used to calculate Deficient Generation Limit. The value shall be a positive value between 0 and 100." ; + rdfs:label "deficientGenerationLimit" ; + rdfs:comment "Percentage of average dispatch target plus average regulation used to calculate Deficient Generation Limit. The value shall be a positive value between 0 and 100."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -5334,16 +5336,16 @@ nc:LoadFrequencyControlArea.deficientGenerationLimit a owl:DatatypeProperty, owl rdfs:range xsd:float . nc:LoadFrequencyControlArea.frequencyBiasFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "frequencyBiasFactor"@en ; - rdfs:comment "Frequency bias in MW/Hz." ; + rdfs:label "frequencyBiasFactor" ; + rdfs:comment "Frequency bias in MW/Hz."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:LoadFrequencyControlArea ; rdfs:range xsd:float . nc:LoadFrequencyControlArea.frequencyRestorationReserveDelay a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "frequencyRestorationReserveDelay"@en ; - rdfs:comment "FRR delay expressed in seconds. Must be a positive multiple of AGC's cycle duration." ; + rdfs:label "frequencyRestorationReserveDelay" ; + rdfs:comment "FRR delay expressed in seconds. Must be a positive multiple of AGC's cycle duration."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:0..1 ; @@ -5354,8 +5356,8 @@ nc:LoadFrequencyControlArea.frequencyRestorationReserveDelay a owl:DatatypePrope rdfs:range xsd:float . nc:LoadFrequencyControlArea.frequencyRestorationReserveMaxRamp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "frequencyRestorationReserveMaxRamp"@en ; - rdfs:comment "Maximum authorized ramp for both FRR dispatching and ramp to zero." ; + rdfs:label "frequencyRestorationReserveMaxRamp" ; + rdfs:comment "Maximum authorized ramp for both FRR dispatching and ramp to zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.WPers ; cims:multiplicity cims:M:0..1 ; @@ -5366,8 +5368,8 @@ nc:LoadFrequencyControlArea.frequencyRestorationReserveMaxRamp a owl:DatatypePro rdfs:range xsd:float . nc:LoadFrequencyControlArea.frequencyRestorationReserveThreshold a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "frequencyRestorationReserveThreshold"@en ; - rdfs:comment "Authorized threshold for both FRR dispatching and ramp to zero." ; + rdfs:label "frequencyRestorationReserveThreshold" ; + rdfs:comment "Authorized threshold for both FRR dispatching and ramp to zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5378,41 +5380,41 @@ nc:LoadFrequencyControlArea.frequencyRestorationReserveThreshold a owl:DatatypeP rdfs:range xsd:float . nc:LoadFrequencyControlArea.includeFrequencyBias a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "includeFrequencyBias"@en ; - rdfs:comment "True means the frequency bias that is taken into consideration in the frequency bias computation." ; + rdfs:label "includeFrequencyBias" ; + rdfs:comment "True means the frequency bias that is taken into consideration in the frequency bias computation."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:LoadFrequencyControlArea ; rdfs:range xsd:boolean . nc:MonopolarDCSystem.isSymmetrical a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isSymmetrical"@en ; - rdfs:comment "if true, the monopolar DC system is symmetrical monopolar DC system (IEC 60633). It is a DC system with only one symmetrical monopole. A symmetrical monopole is part of an DC system consisting of all the equipment in the DC substations and the interconnecting transmission lines, if any, which during normal operation exhibits equal and opposite direct voltage polarities with respect to earth but without series connection of converters in each converter station. The term \"symmetrical monopole\" is used even though there are two polarities with DC voltages, because with only one converter it is not possible to provide the redundancy which is normally associated with the term \"bipole\"." ; + rdfs:label "isSymmetrical" ; + rdfs:comment "if true, the monopolar DC system is symmetrical monopolar DC system (IEC 60633). It is a DC system with only one symmetrical monopole. A symmetrical monopole is part of an DC system consisting of all the equipment in the DC substations and the interconnecting transmission lines, if any, which during normal operation exhibits equal and opposite direct voltage polarities with respect to earth but without series connection of converters in each converter station. The term \"symmetrical monopole\" is used even though there are two polarities with DC voltages, because with only one converter it is not possible to provide the redundancy which is normally associated with the term \"bipole\"."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:MonopolarDCSystem ; rdfs:range xsd:boolean . nc:OperationalLimitType.isMinimum a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isMinimum"@en ; - rdfs:comment "Defines if the operational limit type is minimum. If true, the value is a minimum value of the same kind. This applies to stability and PATL. If false, the limit has the normal behaviour. OperationalLimitType.direction attribute shall be absoluteValue." ; + rdfs:label "isMinimum" ; + rdfs:comment "Defines if the operational limit type is minimum. If true, the value is a minimum value of the same kind. This applies to stability and PATL. If false, the limit has the normal behaviour. OperationalLimitType.direction attribute shall be absoluteValue."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:OperationalLimitType ; rdfs:range xsd:boolean . nc:OrganisationRole.globalLocationNumber a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "globalLocationNumber"@en ; + rdfs:label "globalLocationNumber" ; rdfs:comment """The Global Location Number (GLN) is part of the GS1 systems of standards. GLN is a 13-digit number structured that include GS1 Company Prefix, Location Reference (N1-N12) and Check Digit (N13). -GS1 is a neutral, not-for-profit, international organisation that develops and maintains standards for supply and demand chains across multiple sectors.""" ; +GS1 is a neutral, not-for-profit, international organisation that develops and maintains standards for supply and demand chains across multiple sectors."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:OrganisationRole ; rdfs:range xsd:string . nc:PowerElectronicsUnit.maxEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxEconomicP"@en ; - rdfs:comment "Maximum high economic active power limit, that should not exceed the maximum operating active power limit." ; + rdfs:label "maxEconomicP" ; + rdfs:comment "Maximum high economic active power limit, that should not exceed the maximum operating active power limit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5423,8 +5425,8 @@ nc:PowerElectronicsUnit.maxEconomicP a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . nc:PowerElectronicsUnit.minEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minEconomicP"@en ; - rdfs:comment "Low economic active power limit that shall be greater than or equal to the minimum operating active power limit." ; + rdfs:label "minEconomicP" ; + rdfs:comment "Low economic active power limit that shall be greater than or equal to the minimum operating active power limit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5435,67 +5437,67 @@ nc:PowerElectronicsUnit.minEconomicP a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . nc:PowerElectronicsUnit.normalParticipationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalParticipationFactor"@en ; + rdfs:label "normalParticipationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:PowerElectronicsUnit ; rdfs:range xsd:float . nc:PowerShiftKeyStrategy.dispatchableUnitOnly a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dispatchableUnitOnly"@en ; + rdfs:label "dispatchableUnitOnly" ; rdfs:comment """If true, only dispatchable units are included in the power shift key strategy. A unit is considered dispatchable if it is associated with an area dispatchable unit that is linked to the same scheduling area as the power shift key strategy. -Exceptions are done for units that are included in explicit or distributed strategies.""" ; +Exceptions are done for units that are included in explicit or distributed strategies."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerShiftKeyStrategy ; rdfs:range xsd:boolean . nc:PowerShiftKeyStrategy.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "If true, the assessed element shall be considered under normal operating conditions." ; + rdfs:label "normalEnabled" ; + rdfs:comment "If true, the assessed element shall be considered under normal operating conditions."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerShiftKeyStrategy ; rdfs:range xsd:boolean . nc:PowerShiftKeyStrategy.normalParticipationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalParticipationFactor"@en ; - rdfs:comment "Normal participation factor describing the entities part of the power shift strategy. Must be a positive value." ; + rdfs:label "normalParticipationFactor" ; + rdfs:comment "Normal participation factor describing the entities part of the power shift strategy. Must be a positive value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerShiftKeyStrategy ; rdfs:range xsd:float . nc:PowerTransferCorridor.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "It is the normal enable/disable the monitoring/assessment of a power transfer corridor. True means that the monitoring of the power transfer corridor is assessed. False means the power transfer corridor is not assessed." ; + rdfs:label "normalEnabled" ; + rdfs:comment "It is the normal enable/disable the monitoring/assessment of a power transfer corridor. True means that the monitoring of the power transfer corridor is assessed. False means the power transfer corridor is not assessed."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerTransferCorridor ; rdfs:range xsd:boolean . nc:ProportionalEnergyComponent.normalParticipationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalParticipationFactor"@en ; - rdfs:comment "Normal participation factor." ; + rdfs:label "normalParticipationFactor" ; + rdfs:comment "Normal participation factor."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ProportionalEnergyComponent ; rdfs:range xsd:float . nc:ProportionalEnergyComponent.powerDuration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "powerDuration"@en ; - rdfs:comment "Duration for the active power." ; + rdfs:label "powerDuration" ; + rdfs:comment "Duration for the active power."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ProportionalEnergyComponent ; rdfs:range xsd:duration . nc:ReactiveCapabilityCurve.referenceVoltage a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "referenceVoltage"@en ; - rdfs:comment "The reference voltage for which the capability curve is valid." ; + rdfs:label "referenceVoltage" ; + rdfs:comment "The reference voltage for which the capability curve is valid."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -5506,8 +5508,8 @@ nc:ReactiveCapabilityCurve.referenceVoltage a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . nc:SSSCController.maxInjectionU a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxInjectionU"@en ; - rdfs:comment "Maximum voltage that the device can inject." ; + rdfs:label "maxInjectionU" ; + rdfs:comment "Maximum voltage that the device can inject."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -5518,8 +5520,8 @@ nc:SSSCController.maxInjectionU a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:SSSCController.maxLimitI a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxLimitI"@en ; - rdfs:comment "Maximum operating current limit applied for the controller and used by any of the available control functions." ; + rdfs:label "maxLimitI" ; + rdfs:comment "Maximum operating current limit applied for the controller and used by any of the available control functions."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -5530,8 +5532,8 @@ nc:SSSCController.maxLimitI a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:SSSCController.minInjectionU a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minInjectionU"@en ; - rdfs:comment "Minimum voltage that the device can inject." ; + rdfs:label "minInjectionU" ; + rdfs:comment "Minimum voltage that the device can inject."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -5542,8 +5544,8 @@ nc:SSSCController.minInjectionU a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:SSSCController.minLimitI a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minLimitI"@en ; - rdfs:comment "Minimum operating current limit applied for the controller and used by any of the available control functions." ; + rdfs:label "minLimitI" ; + rdfs:comment "Minimum operating current limit applied for the controller and used by any of the available control functions."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -5554,8 +5556,8 @@ nc:SSSCController.minLimitI a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:SSSCSimulationSettings.deltaX a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "deltaX"@en ; - rdfs:comment "Reactance delta for the solution algorithm. The solution “outer-loop” algorithm is based on a secant method which needs two initial points. The second point is calculated from the first one by either adding or subtracting this “delta”. The “seed” is assumed to be 0 ohms." ; + rdfs:label "deltaX" ; + rdfs:comment "Reactance delta for the solution algorithm. The solution “outer-loop” algorithm is based on a secant method which needs two initial points. The second point is calculated from the first one by either adding or subtracting this “delta”. The “seed” is assumed to be 0 ohms."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -5566,25 +5568,25 @@ nc:SSSCSimulationSettings.deltaX a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:SSSCSimulationSettings.isEstimateDLDVSensitive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isEstimateDLDVSensitive"@en ; - rdfs:comment "Defines if the estimate is considering the dI/dV sensitivity (true) instead of the secant algorithm (false)." ; + rdfs:label "isEstimateDLDVSensitive" ; + rdfs:comment "Defines if the estimate is considering the dI/dV sensitivity (true) instead of the secant algorithm (false)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SSSCSimulationSettings ; rdfs:range xsd:boolean . nc:SSSCSimulationSettings.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SSSCSimulationSettings ; rdfs:range xsd:string . nc:SSSCSimulationSettings.maxCorrectionX a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxCorrectionX"@en ; - rdfs:comment "Maximum value of the reactance correction applied between Iterations of the power flow calculation algorithm for the purpose of achieving control target value." ; + rdfs:label "maxCorrectionX" ; + rdfs:comment "Maximum value of the reactance correction applied between Iterations of the power flow calculation algorithm for the purpose of achieving control target value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -5595,16 +5597,16 @@ nc:SSSCSimulationSettings.maxCorrectionX a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . nc:SSSCSimulationSettings.maxIterations a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxIterations"@en ; - rdfs:comment "Maximum number of iterations before claiming an open line condition. The algorithm uses it to assess if a line is really open by making sure low-currents are observed on various consecutive iterations." ; + rdfs:label "maxIterations" ; + rdfs:comment "Maximum number of iterations before claiming an open line condition. The algorithm uses it to assess if a line is really open by making sure low-currents are observed on various consecutive iterations."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SSSCSimulationSettings ; rdfs:range xsd:integer . nc:SSSCSimulationSettings.maxMismatch a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxMismatch"@en ; - rdfs:comment "Maximum mismatch tolerance of voltage target value. If mismatch is lower, convergence is claimed. It is only used for voltageInjection and currentDroop control modes." ; + rdfs:label "maxMismatch" ; + rdfs:comment "Maximum mismatch tolerance of voltage target value. If mismatch is lower, convergence is claimed. It is only used for voltageInjection and currentDroop control modes."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -5615,34 +5617,34 @@ nc:SSSCSimulationSettings.maxMismatch a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . nc:SchedulingArea.isIslandingEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isIslandingEnabled"@en ; - rdfs:comment "Identifies if the area can operate in island operation. If true, the area is enabled (capable) of operating as an electrical island. If false, the area does not have the capability or it is not enabled to operate as an electrical island." ; + rdfs:label "isIslandingEnabled" ; + rdfs:comment "Identifies if the area can operate in island operation. If true, the area is enabled (capable) of operating as an electrical island. If false, the area does not have the capability or it is not enabled to operate as an electrical island."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SchedulingArea ; rdfs:range xsd:boolean . nc:SchedulingArea.isMeteringGridArea a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isMeteringGridArea"@en ; - rdfs:comment "Identifies if the area is settlement metered for all import and export to the area. If true, the area is metered area. If false, it is not." ; + rdfs:label "isMeteringGridArea" ; + rdfs:comment "Identifies if the area is settlement metered for all import and export to the area. If true, the area is metered area. If false, it is not."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SchedulingArea ; rdfs:range xsd:boolean . nc:SchedulingArea.normalParticipationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalParticipationFactor"@en ; + rdfs:label "normalParticipationFactor" ; rdfs:comment """Normal participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SchedulingArea ; rdfs:range xsd:float . nc:SynchronousArea.nominalFrequency a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nominalFrequency"@en ; - rdfs:comment "The nominal frequency for the Synchronous Area, e.g. 50 Hz for Europe." ; + rdfs:label "nominalFrequency" ; + rdfs:comment "The nominal frequency for the Synchronous Area, e.g. 50 Hz for Europe."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -5653,8 +5655,8 @@ nc:SynchronousArea.nominalFrequency a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . nc:TCSCCompensationPoint.compensationZ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "compensationZ"@en ; - rdfs:comment "The compensation impedance for this compensation point." ; + rdfs:label "compensationZ" ; + rdfs:comment "The compensation impedance for this compensation point."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -5665,25 +5667,25 @@ nc:TCSCCompensationPoint.compensationZ a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . nc:TCSCCompensationPoint.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:TCSCCompensationPoint ; rdfs:range xsd:string . nc:TCSCCompensationPoint.section a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "section"@en ; - rdfs:comment "The number of the section." ; + rdfs:label "section" ; + rdfs:comment "The number of the section."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:TCSCCompensationPoint ; rdfs:range xsd:integer . nc:ThyristorControlledSeriesCompensator.flexibleCapacitiveZ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flexibleCapacitiveZ"@en ; - rdfs:comment "Flexible impedance that can be controlled by the compensator when operating in the capacitive range. Shall always be positive." ; + rdfs:label "flexibleCapacitiveZ" ; + rdfs:comment "Flexible impedance that can be controlled by the compensator when operating in the capacitive range. Shall always be positive."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -5694,8 +5696,8 @@ nc:ThyristorControlledSeriesCompensator.flexibleCapacitiveZ a owl:DatatypeProper rdfs:range xsd:float . nc:ThyristorControlledSeriesCompensator.flexibleInductiveZ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flexibleInductiveZ"@en ; - rdfs:comment "Flexible impedance that can be controlled by the compensator when operating in the inductive range. Shall always be negative." ; + rdfs:label "flexibleInductiveZ" ; + rdfs:comment "Flexible impedance that can be controlled by the compensator when operating in the inductive range. Shall always be negative."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -5706,8 +5708,8 @@ nc:ThyristorControlledSeriesCompensator.flexibleInductiveZ a owl:DatatypePropert rdfs:range xsd:float . nc:ThyristorControlledSeriesCompensator.minI a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minI"@en ; - rdfs:comment "Minimum current below which the device bypassed." ; + rdfs:label "minI" ; + rdfs:comment "Minimum current below which the device bypassed."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -5718,8 +5720,8 @@ nc:ThyristorControlledSeriesCompensator.minI a owl:DatatypeProperty, owl:Functio rdfs:range xsd:float . nc:ThyristorControlledSeriesCompensator.reconnectionI a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "reconnectionI"@en ; - rdfs:comment "The current for which the TCSC returns back to operation after bypass." ; + rdfs:label "reconnectionI" ; + rdfs:comment "The current for which the TCSC returns back to operation after bypass."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -5730,8 +5732,8 @@ nc:ThyristorControlledSeriesCompensator.reconnectionI a owl:DatatypeProperty, ow rdfs:range xsd:float . nc:TieCorridor.delayRegulatingReserve a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "delayRegulatingReserve"@en ; - rdfs:comment "A positive number that is a multiple of Automatic Generation Control (AGC) run cycles that describes the delay in adapting imbalance of the tie corridor." ; + rdfs:label "delayRegulatingReserve" ; + rdfs:comment "A positive number that is a multiple of Automatic Generation Control (AGC) run cycles that describes the delay in adapting imbalance of the tie corridor."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:0..1 ; @@ -5742,16 +5744,16 @@ nc:TieCorridor.delayRegulatingReserve a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . nc:TieCorridor.maxRegulatingReserveRamp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRegulatingReserveRamp"@en ; - rdfs:comment "Maximum authorized ramp for regulating reserve." ; + rdfs:label "maxRegulatingReserveRamp" ; + rdfs:comment "Maximum authorized ramp for regulating reserve."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:TieCorridor ; rdfs:range xsd:float . nc:TieCorridor.thresholdRegulatingReserve a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thresholdRegulatingReserve"@en ; - rdfs:comment "Regulating reserve threshold." ; + rdfs:label "thresholdRegulatingReserve" ; + rdfs:comment "Regulating reserve threshold."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -5762,16 +5764,16 @@ nc:TieCorridor.thresholdRegulatingReserve a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . nc:VoltageAngleLimit.isFlowToRefTerminal a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isFlowToRefTerminal"@en ; - rdfs:comment "True if the flow is from the operating limit terminal to the angle reference terminal. False means that the flow is the other direction. When it is not given, the limit is the same for both directions." ; + rdfs:label "isFlowToRefTerminal" ; + rdfs:comment "True if the flow is from the operating limit terminal to the angle reference terminal. False means that the flow is the other direction. When it is not given, the limit is the same for both directions."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:VoltageAngleLimit ; rdfs:range xsd:boolean . nc:VoltageAngleLimit.normalValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalValue"@en ; - rdfs:comment "The difference in angle degrees between referenced by the association end OperationalLimitSet.Terminal and the Terminal referenced by the association end VoltageAngleLimit.AngleReferenceTerminal. The value shall be positive (greater than zero)." ; + rdfs:label "normalValue" ; + rdfs:comment "The difference in angle degrees between referenced by the association end OperationalLimitSet.Terminal and the Terminal referenced by the association end VoltageAngleLimit.AngleReferenceTerminal. The value shall be positive (greater than zero)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -5782,8 +5784,8 @@ nc:VoltageAngleLimit.normalValue a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:VsCapabilityCurve.referenceVoltage a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "referenceVoltage"@en ; - rdfs:comment "The reference voltage for which the capability curve is valid." ; + rdfs:label "referenceVoltage" ; + rdfs:comment "The reference voltage for which the capability curve is valid."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -5794,15 +5796,15 @@ nc:VsCapabilityCurve.referenceVoltage a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . cim:ActivePowerChangeRate a qudt:QuantityKind ; - rdfs:label "ActivePowerChangeRate"@en ; - rdfs:comment "Rate of change of active power per time." ; + rdfs:label "ActivePowerChangeRate" ; + rdfs:comment "Rate of change of active power per time."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.WPers ; skos:exactMatch quantitykind:ActivePowerChangeRate . @@ -5812,8 +5814,8 @@ cim:ActivePowerPerCurrentFlow skos:exactMatch quantitykind:ActivePowerPerCurrent cim:ActivePowerPerFrequency skos:exactMatch quantitykind:ActivePowerPerFrequency . cim:AngleDegrees a qudt:QuantityKind ; - rdfs:label "AngleDegrees"@en ; - rdfs:comment "Measurement of angle in degrees." ; + rdfs:label "AngleDegrees" ; + rdfs:comment "Measurement of angle in degrees."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.deg ; skos:exactMatch quantitykind:Angle . @@ -5830,836 +5832,836 @@ cim:Conductance skos:exactMatch quantitykind:Conductance . cim:Currency.AED a cim:Currency ; rdfs:label "AED" ; - rdfs:comment "United Arab Emirates dirham." ; + rdfs:comment "United Arab Emirates dirham."@en ; cims:stereotype "enum" . cim:Currency.AFN a cim:Currency ; rdfs:label "AFN" ; - rdfs:comment "Afghan afghani." ; + rdfs:comment "Afghan afghani."@en ; cims:stereotype "enum" . cim:Currency.ALL a cim:Currency ; rdfs:label "ALL" ; - rdfs:comment "Albanian lek." ; + rdfs:comment "Albanian lek."@en ; cims:stereotype "enum" . cim:Currency.AMD a cim:Currency ; rdfs:label "AMD" ; - rdfs:comment "Armenian dram." ; + rdfs:comment "Armenian dram."@en ; cims:stereotype "enum" . cim:Currency.ANG a cim:Currency ; rdfs:label "ANG" ; - rdfs:comment "Netherlands Antillean guilder." ; + rdfs:comment "Netherlands Antillean guilder."@en ; cims:stereotype "enum" . cim:Currency.AOA a cim:Currency ; rdfs:label "AOA" ; - rdfs:comment "Angolan kwanza." ; + rdfs:comment "Angolan kwanza."@en ; cims:stereotype "enum" . cim:Currency.ARS a cim:Currency ; rdfs:label "ARS" ; - rdfs:comment "Argentine peso." ; + rdfs:comment "Argentine peso."@en ; cims:stereotype "enum" . cim:Currency.AUD a cim:Currency ; rdfs:label "AUD" ; - rdfs:comment "Australian dollar." ; + rdfs:comment "Australian dollar."@en ; cims:stereotype "enum" . cim:Currency.AWG a cim:Currency ; rdfs:label "AWG" ; - rdfs:comment "Aruban florin." ; + rdfs:comment "Aruban florin."@en ; cims:stereotype "enum" . cim:Currency.AZN a cim:Currency ; rdfs:label "AZN" ; - rdfs:comment "Azerbaijani manat." ; + rdfs:comment "Azerbaijani manat."@en ; cims:stereotype "enum" . cim:Currency.BAM a cim:Currency ; rdfs:label "BAM" ; - rdfs:comment "Bosnia and Herzegovina convertible mark." ; + rdfs:comment "Bosnia and Herzegovina convertible mark."@en ; cims:stereotype "enum" . cim:Currency.BBD a cim:Currency ; rdfs:label "BBD" ; - rdfs:comment "Barbados dollar." ; + rdfs:comment "Barbados dollar."@en ; cims:stereotype "enum" . cim:Currency.BDT a cim:Currency ; rdfs:label "BDT" ; - rdfs:comment "Bangladeshi taka." ; + rdfs:comment "Bangladeshi taka."@en ; cims:stereotype "enum" . cim:Currency.BGN a cim:Currency ; rdfs:label "BGN" ; - rdfs:comment "Bulgarian lev." ; + rdfs:comment "Bulgarian lev."@en ; cims:stereotype "enum" . cim:Currency.BHD a cim:Currency ; rdfs:label "BHD" ; - rdfs:comment "Bahraini dinar." ; + rdfs:comment "Bahraini dinar."@en ; cims:stereotype "enum" . cim:Currency.BIF a cim:Currency ; rdfs:label "BIF" ; - rdfs:comment "Burundian franc." ; + rdfs:comment "Burundian franc."@en ; cims:stereotype "enum" . cim:Currency.BMD a cim:Currency ; rdfs:label "BMD" ; - rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)." ; + rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)."@en ; cims:stereotype "enum" . cim:Currency.BND a cim:Currency ; rdfs:label "BND" ; - rdfs:comment "Brunei dollar." ; + rdfs:comment "Brunei dollar."@en ; cims:stereotype "enum" . cim:Currency.BOB a cim:Currency ; rdfs:label "BOB" ; - rdfs:comment "Boliviano." ; + rdfs:comment "Boliviano."@en ; cims:stereotype "enum" . cim:Currency.BOV a cim:Currency ; rdfs:label "BOV" ; - rdfs:comment "Bolivian Mvdol (funds code)." ; + rdfs:comment "Bolivian Mvdol (funds code)."@en ; cims:stereotype "enum" . cim:Currency.BRL a cim:Currency ; rdfs:label "BRL" ; - rdfs:comment "Brazilian real." ; + rdfs:comment "Brazilian real."@en ; cims:stereotype "enum" . cim:Currency.BSD a cim:Currency ; rdfs:label "BSD" ; - rdfs:comment "Bahamian dollar." ; + rdfs:comment "Bahamian dollar."@en ; cims:stereotype "enum" . cim:Currency.BTN a cim:Currency ; rdfs:label "BTN" ; - rdfs:comment "Bhutanese ngultrum." ; + rdfs:comment "Bhutanese ngultrum."@en ; cims:stereotype "enum" . cim:Currency.BWP a cim:Currency ; rdfs:label "BWP" ; - rdfs:comment "Botswana pula." ; + rdfs:comment "Botswana pula."@en ; cims:stereotype "enum" . cim:Currency.BYR a cim:Currency ; rdfs:label "BYR" ; - rdfs:comment "Belarusian ruble." ; + rdfs:comment "Belarusian ruble."@en ; cims:stereotype "enum" . cim:Currency.BZD a cim:Currency ; rdfs:label "BZD" ; - rdfs:comment "Belize dollar." ; + rdfs:comment "Belize dollar."@en ; cims:stereotype "enum" . cim:Currency.CAD a cim:Currency ; rdfs:label "CAD" ; - rdfs:comment "Canadian dollar." ; + rdfs:comment "Canadian dollar."@en ; cims:stereotype "enum" . cim:Currency.CDF a cim:Currency ; rdfs:label "CDF" ; - rdfs:comment "Congolese franc." ; + rdfs:comment "Congolese franc."@en ; cims:stereotype "enum" . cim:Currency.CHF a cim:Currency ; rdfs:label "CHF" ; - rdfs:comment "Swiss franc." ; + rdfs:comment "Swiss franc."@en ; cims:stereotype "enum" . cim:Currency.CLF a cim:Currency ; rdfs:label "CLF" ; - rdfs:comment "Unidad de Fomento (funds code), Chile." ; + rdfs:comment "Unidad de Fomento (funds code), Chile."@en ; cims:stereotype "enum" . cim:Currency.CLP a cim:Currency ; rdfs:label "CLP" ; - rdfs:comment "Chilean peso." ; + rdfs:comment "Chilean peso."@en ; cims:stereotype "enum" . cim:Currency.CNY a cim:Currency ; rdfs:label "CNY" ; - rdfs:comment "Chinese yuan." ; + rdfs:comment "Chinese yuan."@en ; cims:stereotype "enum" . cim:Currency.COP a cim:Currency ; rdfs:label "COP" ; - rdfs:comment "Colombian peso." ; + rdfs:comment "Colombian peso."@en ; cims:stereotype "enum" . cim:Currency.COU a cim:Currency ; rdfs:label "COU" ; - rdfs:comment "Unidad de Valor Real." ; + rdfs:comment "Unidad de Valor Real."@en ; cims:stereotype "enum" . cim:Currency.CRC a cim:Currency ; rdfs:label "CRC" ; - rdfs:comment "Costa Rican colon." ; + rdfs:comment "Costa Rican colon."@en ; cims:stereotype "enum" . cim:Currency.CUC a cim:Currency ; rdfs:label "CUC" ; - rdfs:comment "Cuban convertible peso." ; + rdfs:comment "Cuban convertible peso."@en ; cims:stereotype "enum" . cim:Currency.CUP a cim:Currency ; rdfs:label "CUP" ; - rdfs:comment "Cuban peso." ; + rdfs:comment "Cuban peso."@en ; cims:stereotype "enum" . cim:Currency.CVE a cim:Currency ; rdfs:label "CVE" ; - rdfs:comment "Cape Verde escudo." ; + rdfs:comment "Cape Verde escudo."@en ; cims:stereotype "enum" . cim:Currency.CZK a cim:Currency ; rdfs:label "CZK" ; - rdfs:comment "Czech koruna." ; + rdfs:comment "Czech koruna."@en ; cims:stereotype "enum" . cim:Currency.DJF a cim:Currency ; rdfs:label "DJF" ; - rdfs:comment "Djiboutian franc." ; + rdfs:comment "Djiboutian franc."@en ; cims:stereotype "enum" . cim:Currency.DKK a cim:Currency ; rdfs:label "DKK" ; - rdfs:comment "Danish krone." ; + rdfs:comment "Danish krone."@en ; cims:stereotype "enum" . cim:Currency.DOP a cim:Currency ; rdfs:label "DOP" ; - rdfs:comment "Dominican peso." ; + rdfs:comment "Dominican peso."@en ; cims:stereotype "enum" . cim:Currency.DZD a cim:Currency ; rdfs:label "DZD" ; - rdfs:comment "Algerian dinar." ; + rdfs:comment "Algerian dinar."@en ; cims:stereotype "enum" . cim:Currency.EEK a cim:Currency ; rdfs:label "EEK" ; - rdfs:comment "Estonian kroon." ; + rdfs:comment "Estonian kroon."@en ; cims:stereotype "enum" . cim:Currency.EGP a cim:Currency ; rdfs:label "EGP" ; - rdfs:comment "Egyptian pound." ; + rdfs:comment "Egyptian pound."@en ; cims:stereotype "enum" . cim:Currency.ERN a cim:Currency ; rdfs:label "ERN" ; - rdfs:comment "Eritrean nakfa." ; + rdfs:comment "Eritrean nakfa."@en ; cims:stereotype "enum" . cim:Currency.ETB a cim:Currency ; rdfs:label "ETB" ; - rdfs:comment "Ethiopian birr." ; + rdfs:comment "Ethiopian birr."@en ; cims:stereotype "enum" . cim:Currency.EUR a cim:Currency ; rdfs:label "EUR" ; - rdfs:comment "Euro." ; + rdfs:comment "Euro."@en ; cims:stereotype "enum" . cim:Currency.FJD a cim:Currency ; rdfs:label "FJD" ; - rdfs:comment "Fiji dollar." ; + rdfs:comment "Fiji dollar."@en ; cims:stereotype "enum" . cim:Currency.FKP a cim:Currency ; rdfs:label "FKP" ; - rdfs:comment "Falkland Islands pound." ; + rdfs:comment "Falkland Islands pound."@en ; cims:stereotype "enum" . cim:Currency.GBP a cim:Currency ; rdfs:label "GBP" ; - rdfs:comment "Pound sterling." ; + rdfs:comment "Pound sterling."@en ; cims:stereotype "enum" . cim:Currency.GEL a cim:Currency ; rdfs:label "GEL" ; - rdfs:comment "Georgian lari." ; + rdfs:comment "Georgian lari."@en ; cims:stereotype "enum" . cim:Currency.GHS a cim:Currency ; rdfs:label "GHS" ; - rdfs:comment "Ghanaian cedi." ; + rdfs:comment "Ghanaian cedi."@en ; cims:stereotype "enum" . cim:Currency.GIP a cim:Currency ; rdfs:label "GIP" ; - rdfs:comment "Gibraltar pound." ; + rdfs:comment "Gibraltar pound."@en ; cims:stereotype "enum" . cim:Currency.GMD a cim:Currency ; rdfs:label "GMD" ; - rdfs:comment "Gambian dalasi." ; + rdfs:comment "Gambian dalasi."@en ; cims:stereotype "enum" . cim:Currency.GNF a cim:Currency ; rdfs:label "GNF" ; - rdfs:comment "Guinean franc." ; + rdfs:comment "Guinean franc."@en ; cims:stereotype "enum" . cim:Currency.GTQ a cim:Currency ; rdfs:label "GTQ" ; - rdfs:comment "Guatemalan quetzal." ; + rdfs:comment "Guatemalan quetzal."@en ; cims:stereotype "enum" . cim:Currency.GYD a cim:Currency ; rdfs:label "GYD" ; - rdfs:comment "Guyanese dollar." ; + rdfs:comment "Guyanese dollar."@en ; cims:stereotype "enum" . cim:Currency.HKD a cim:Currency ; rdfs:label "HKD" ; - rdfs:comment "Hong Kong dollar." ; + rdfs:comment "Hong Kong dollar."@en ; cims:stereotype "enum" . cim:Currency.HNL a cim:Currency ; rdfs:label "HNL" ; - rdfs:comment "Honduran lempira." ; + rdfs:comment "Honduran lempira."@en ; cims:stereotype "enum" . cim:Currency.HRK a cim:Currency ; rdfs:label "HRK" ; - rdfs:comment "Croatian kuna." ; + rdfs:comment "Croatian kuna."@en ; cims:stereotype "enum" . cim:Currency.HTG a cim:Currency ; rdfs:label "HTG" ; - rdfs:comment "Haitian gourde." ; + rdfs:comment "Haitian gourde."@en ; cims:stereotype "enum" . cim:Currency.HUF a cim:Currency ; rdfs:label "HUF" ; - rdfs:comment "Hungarian forint." ; + rdfs:comment "Hungarian forint."@en ; cims:stereotype "enum" . cim:Currency.IDR a cim:Currency ; rdfs:label "IDR" ; - rdfs:comment "Indonesian rupiah." ; + rdfs:comment "Indonesian rupiah."@en ; cims:stereotype "enum" . cim:Currency.ILS a cim:Currency ; rdfs:label "ILS" ; - rdfs:comment "Israeli new sheqel." ; + rdfs:comment "Israeli new sheqel."@en ; cims:stereotype "enum" . cim:Currency.INR a cim:Currency ; rdfs:label "INR" ; - rdfs:comment "Indian rupee." ; + rdfs:comment "Indian rupee."@en ; cims:stereotype "enum" . cim:Currency.IQD a cim:Currency ; rdfs:label "IQD" ; - rdfs:comment "Iraqi dinar." ; + rdfs:comment "Iraqi dinar."@en ; cims:stereotype "enum" . cim:Currency.IRR a cim:Currency ; rdfs:label "IRR" ; - rdfs:comment "Iranian rial." ; + rdfs:comment "Iranian rial."@en ; cims:stereotype "enum" . cim:Currency.ISK a cim:Currency ; rdfs:label "ISK" ; - rdfs:comment "Icelandic króna." ; + rdfs:comment "Icelandic króna."@en ; cims:stereotype "enum" . cim:Currency.JMD a cim:Currency ; rdfs:label "JMD" ; - rdfs:comment "Jamaican dollar." ; + rdfs:comment "Jamaican dollar."@en ; cims:stereotype "enum" . cim:Currency.JOD a cim:Currency ; rdfs:label "JOD" ; - rdfs:comment "Jordanian dinar." ; + rdfs:comment "Jordanian dinar."@en ; cims:stereotype "enum" . cim:Currency.JPY a cim:Currency ; rdfs:label "JPY" ; - rdfs:comment "Japanese yen." ; + rdfs:comment "Japanese yen."@en ; cims:stereotype "enum" . cim:Currency.KES a cim:Currency ; rdfs:label "KES" ; - rdfs:comment "Kenyan shilling." ; + rdfs:comment "Kenyan shilling."@en ; cims:stereotype "enum" . cim:Currency.KGS a cim:Currency ; rdfs:label "KGS" ; - rdfs:comment "Kyrgyzstani som." ; + rdfs:comment "Kyrgyzstani som."@en ; cims:stereotype "enum" . cim:Currency.KHR a cim:Currency ; rdfs:label "KHR" ; - rdfs:comment "Cambodian riel." ; + rdfs:comment "Cambodian riel."@en ; cims:stereotype "enum" . cim:Currency.KMF a cim:Currency ; rdfs:label "KMF" ; - rdfs:comment "Comoro franc." ; + rdfs:comment "Comoro franc."@en ; cims:stereotype "enum" . cim:Currency.KPW a cim:Currency ; rdfs:label "KPW" ; - rdfs:comment "North Korean won." ; + rdfs:comment "North Korean won."@en ; cims:stereotype "enum" . cim:Currency.KRW a cim:Currency ; rdfs:label "KRW" ; - rdfs:comment "South Korean won." ; + rdfs:comment "South Korean won."@en ; cims:stereotype "enum" . cim:Currency.KWD a cim:Currency ; rdfs:label "KWD" ; - rdfs:comment "Kuwaiti dinar." ; + rdfs:comment "Kuwaiti dinar."@en ; cims:stereotype "enum" . cim:Currency.KYD a cim:Currency ; rdfs:label "KYD" ; - rdfs:comment "Cayman Islands dollar." ; + rdfs:comment "Cayman Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.KZT a cim:Currency ; rdfs:label "KZT" ; - rdfs:comment "Kazakhstani tenge." ; + rdfs:comment "Kazakhstani tenge."@en ; cims:stereotype "enum" . cim:Currency.LAK a cim:Currency ; rdfs:label "LAK" ; - rdfs:comment "Lao kip." ; + rdfs:comment "Lao kip."@en ; cims:stereotype "enum" . cim:Currency.LBP a cim:Currency ; rdfs:label "LBP" ; - rdfs:comment "Lebanese pound." ; + rdfs:comment "Lebanese pound."@en ; cims:stereotype "enum" . cim:Currency.LKR a cim:Currency ; rdfs:label "LKR" ; - rdfs:comment "Sri Lanka rupee." ; + rdfs:comment "Sri Lanka rupee."@en ; cims:stereotype "enum" . cim:Currency.LRD a cim:Currency ; rdfs:label "LRD" ; - rdfs:comment "Liberian dollar." ; + rdfs:comment "Liberian dollar."@en ; cims:stereotype "enum" . cim:Currency.LSL a cim:Currency ; rdfs:label "LSL" ; - rdfs:comment "Lesotho loti." ; + rdfs:comment "Lesotho loti."@en ; cims:stereotype "enum" . cim:Currency.LTL a cim:Currency ; rdfs:label "LTL" ; - rdfs:comment "Lithuanian litas." ; + rdfs:comment "Lithuanian litas."@en ; cims:stereotype "enum" . cim:Currency.LVL a cim:Currency ; rdfs:label "LVL" ; - rdfs:comment "Latvian lats." ; + rdfs:comment "Latvian lats."@en ; cims:stereotype "enum" . cim:Currency.LYD a cim:Currency ; rdfs:label "LYD" ; - rdfs:comment "Libyan dinar." ; + rdfs:comment "Libyan dinar."@en ; cims:stereotype "enum" . cim:Currency.MAD a cim:Currency ; rdfs:label "MAD" ; - rdfs:comment "Moroccan dirham." ; + rdfs:comment "Moroccan dirham."@en ; cims:stereotype "enum" . cim:Currency.MDL a cim:Currency ; rdfs:label "MDL" ; - rdfs:comment "Moldovan leu." ; + rdfs:comment "Moldovan leu."@en ; cims:stereotype "enum" . cim:Currency.MGA a cim:Currency ; rdfs:label "MGA" ; - rdfs:comment "Malagasy ariary." ; + rdfs:comment "Malagasy ariary."@en ; cims:stereotype "enum" . cim:Currency.MKD a cim:Currency ; rdfs:label "MKD" ; - rdfs:comment "Macedonian denar." ; + rdfs:comment "Macedonian denar."@en ; cims:stereotype "enum" . cim:Currency.MMK a cim:Currency ; rdfs:label "MMK" ; - rdfs:comment "Myanma kyat." ; + rdfs:comment "Myanma kyat."@en ; cims:stereotype "enum" . cim:Currency.MNT a cim:Currency ; rdfs:label "MNT" ; - rdfs:comment "Mongolian tugrik." ; + rdfs:comment "Mongolian tugrik."@en ; cims:stereotype "enum" . cim:Currency.MOP a cim:Currency ; rdfs:label "MOP" ; - rdfs:comment "Macanese pataca." ; + rdfs:comment "Macanese pataca."@en ; cims:stereotype "enum" . cim:Currency.MRO a cim:Currency ; rdfs:label "MRO" ; - rdfs:comment "Mauritanian ouguiya." ; + rdfs:comment "Mauritanian ouguiya."@en ; cims:stereotype "enum" . cim:Currency.MUR a cim:Currency ; rdfs:label "MUR" ; - rdfs:comment "Mauritian rupee." ; + rdfs:comment "Mauritian rupee."@en ; cims:stereotype "enum" . cim:Currency.MVR a cim:Currency ; rdfs:label "MVR" ; - rdfs:comment "Maldivian rufiyaa." ; + rdfs:comment "Maldivian rufiyaa."@en ; cims:stereotype "enum" . cim:Currency.MWK a cim:Currency ; rdfs:label "MWK" ; - rdfs:comment "Malawian kwacha." ; + rdfs:comment "Malawian kwacha."@en ; cims:stereotype "enum" . cim:Currency.MXN a cim:Currency ; rdfs:label "MXN" ; - rdfs:comment "Mexican peso." ; + rdfs:comment "Mexican peso."@en ; cims:stereotype "enum" . cim:Currency.MYR a cim:Currency ; rdfs:label "MYR" ; - rdfs:comment "Malaysian ringgit." ; + rdfs:comment "Malaysian ringgit."@en ; cims:stereotype "enum" . cim:Currency.MZN a cim:Currency ; rdfs:label "MZN" ; - rdfs:comment "Mozambican metical." ; + rdfs:comment "Mozambican metical."@en ; cims:stereotype "enum" . cim:Currency.NAD a cim:Currency ; rdfs:label "NAD" ; - rdfs:comment "Namibian dollar." ; + rdfs:comment "Namibian dollar."@en ; cims:stereotype "enum" . cim:Currency.NGN a cim:Currency ; rdfs:label "NGN" ; - rdfs:comment "Nigerian naira." ; + rdfs:comment "Nigerian naira."@en ; cims:stereotype "enum" . cim:Currency.NIO a cim:Currency ; rdfs:label "NIO" ; - rdfs:comment "Cordoba oro." ; + rdfs:comment "Cordoba oro."@en ; cims:stereotype "enum" . cim:Currency.NOK a cim:Currency ; rdfs:label "NOK" ; - rdfs:comment "Norwegian krone." ; + rdfs:comment "Norwegian krone."@en ; cims:stereotype "enum" . cim:Currency.NPR a cim:Currency ; rdfs:label "NPR" ; - rdfs:comment "Nepalese rupee." ; + rdfs:comment "Nepalese rupee."@en ; cims:stereotype "enum" . cim:Currency.NZD a cim:Currency ; rdfs:label "NZD" ; - rdfs:comment "New Zealand dollar." ; + rdfs:comment "New Zealand dollar."@en ; cims:stereotype "enum" . cim:Currency.OMR a cim:Currency ; rdfs:label "OMR" ; - rdfs:comment "Omani rial." ; + rdfs:comment "Omani rial."@en ; cims:stereotype "enum" . cim:Currency.PAB a cim:Currency ; rdfs:label "PAB" ; - rdfs:comment "Panamanian balboa." ; + rdfs:comment "Panamanian balboa."@en ; cims:stereotype "enum" . cim:Currency.PEN a cim:Currency ; rdfs:label "PEN" ; - rdfs:comment "Peruvian nuevo sol." ; + rdfs:comment "Peruvian nuevo sol."@en ; cims:stereotype "enum" . cim:Currency.PGK a cim:Currency ; rdfs:label "PGK" ; - rdfs:comment "Papua New Guinean kina." ; + rdfs:comment "Papua New Guinean kina."@en ; cims:stereotype "enum" . cim:Currency.PHP a cim:Currency ; rdfs:label "PHP" ; - rdfs:comment "Philippine peso." ; + rdfs:comment "Philippine peso."@en ; cims:stereotype "enum" . cim:Currency.PKR a cim:Currency ; rdfs:label "PKR" ; - rdfs:comment "Pakistani rupee." ; + rdfs:comment "Pakistani rupee."@en ; cims:stereotype "enum" . cim:Currency.PLN a cim:Currency ; rdfs:label "PLN" ; - rdfs:comment "Polish zloty." ; + rdfs:comment "Polish zloty."@en ; cims:stereotype "enum" . cim:Currency.PYG a cim:Currency ; rdfs:label "PYG" ; - rdfs:comment "Paraguayan guaraní." ; + rdfs:comment "Paraguayan guaraní."@en ; cims:stereotype "enum" . cim:Currency.QAR a cim:Currency ; rdfs:label "QAR" ; - rdfs:comment "Qatari rial." ; + rdfs:comment "Qatari rial."@en ; cims:stereotype "enum" . cim:Currency.RON a cim:Currency ; rdfs:label "RON" ; - rdfs:comment "Romanian new leu." ; + rdfs:comment "Romanian new leu."@en ; cims:stereotype "enum" . cim:Currency.RSD a cim:Currency ; rdfs:label "RSD" ; - rdfs:comment "Serbian dinar." ; + rdfs:comment "Serbian dinar."@en ; cims:stereotype "enum" . cim:Currency.RUB a cim:Currency ; rdfs:label "RUB" ; - rdfs:comment "Russian rouble." ; + rdfs:comment "Russian rouble."@en ; cims:stereotype "enum" . cim:Currency.RWF a cim:Currency ; rdfs:label "RWF" ; - rdfs:comment "Rwandan franc." ; + rdfs:comment "Rwandan franc."@en ; cims:stereotype "enum" . cim:Currency.SAR a cim:Currency ; rdfs:label "SAR" ; - rdfs:comment "Saudi riyal." ; + rdfs:comment "Saudi riyal."@en ; cims:stereotype "enum" . cim:Currency.SBD a cim:Currency ; rdfs:label "SBD" ; - rdfs:comment "Solomon Islands dollar." ; + rdfs:comment "Solomon Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.SCR a cim:Currency ; rdfs:label "SCR" ; - rdfs:comment "Seychelles rupee." ; + rdfs:comment "Seychelles rupee."@en ; cims:stereotype "enum" . cim:Currency.SDG a cim:Currency ; rdfs:label "SDG" ; - rdfs:comment "Sudanese pound." ; + rdfs:comment "Sudanese pound."@en ; cims:stereotype "enum" . cim:Currency.SEK a cim:Currency ; rdfs:label "SEK" ; - rdfs:comment "Swedish krona/kronor." ; + rdfs:comment "Swedish krona/kronor."@en ; cims:stereotype "enum" . cim:Currency.SGD a cim:Currency ; rdfs:label "SGD" ; - rdfs:comment "Singapore dollar." ; + rdfs:comment "Singapore dollar."@en ; cims:stereotype "enum" . cim:Currency.SHP a cim:Currency ; rdfs:label "SHP" ; - rdfs:comment "Saint Helena pound." ; + rdfs:comment "Saint Helena pound."@en ; cims:stereotype "enum" . cim:Currency.SLL a cim:Currency ; rdfs:label "SLL" ; - rdfs:comment "Sierra Leonean leone." ; + rdfs:comment "Sierra Leonean leone."@en ; cims:stereotype "enum" . cim:Currency.SOS a cim:Currency ; rdfs:label "SOS" ; - rdfs:comment "Somali shilling." ; + rdfs:comment "Somali shilling."@en ; cims:stereotype "enum" . cim:Currency.SRD a cim:Currency ; rdfs:label "SRD" ; - rdfs:comment "Surinamese dollar." ; + rdfs:comment "Surinamese dollar."@en ; cims:stereotype "enum" . cim:Currency.STD a cim:Currency ; rdfs:label "STD" ; - rdfs:comment "São Tomé and Príncipe dobra." ; + rdfs:comment "São Tomé and Príncipe dobra."@en ; cims:stereotype "enum" . cim:Currency.SYP a cim:Currency ; rdfs:label "SYP" ; - rdfs:comment "Syrian pound." ; + rdfs:comment "Syrian pound."@en ; cims:stereotype "enum" . cim:Currency.SZL a cim:Currency ; rdfs:label "SZL" ; - rdfs:comment "Lilangeni." ; + rdfs:comment "Lilangeni."@en ; cims:stereotype "enum" . cim:Currency.THB a cim:Currency ; rdfs:label "THB" ; - rdfs:comment "Thai baht." ; + rdfs:comment "Thai baht."@en ; cims:stereotype "enum" . cim:Currency.TJS a cim:Currency ; rdfs:label "TJS" ; - rdfs:comment "Tajikistani somoni." ; + rdfs:comment "Tajikistani somoni."@en ; cims:stereotype "enum" . cim:Currency.TMT a cim:Currency ; rdfs:label "TMT" ; - rdfs:comment "Turkmenistani manat." ; + rdfs:comment "Turkmenistani manat."@en ; cims:stereotype "enum" . cim:Currency.TND a cim:Currency ; rdfs:label "TND" ; - rdfs:comment "Tunisian dinar." ; + rdfs:comment "Tunisian dinar."@en ; cims:stereotype "enum" . cim:Currency.TOP a cim:Currency ; rdfs:label "TOP" ; - rdfs:comment "Tongan pa'anga." ; + rdfs:comment "Tongan pa'anga."@en ; cims:stereotype "enum" . cim:Currency.TRY a cim:Currency ; rdfs:label "TRY" ; - rdfs:comment "Turkish lira." ; + rdfs:comment "Turkish lira."@en ; cims:stereotype "enum" . cim:Currency.TTD a cim:Currency ; rdfs:label "TTD" ; - rdfs:comment "Trinidad and Tobago dollar." ; + rdfs:comment "Trinidad and Tobago dollar."@en ; cims:stereotype "enum" . cim:Currency.TWD a cim:Currency ; rdfs:label "TWD" ; - rdfs:comment "New Taiwan dollar." ; + rdfs:comment "New Taiwan dollar."@en ; cims:stereotype "enum" . cim:Currency.TZS a cim:Currency ; rdfs:label "TZS" ; - rdfs:comment "Tanzanian shilling." ; + rdfs:comment "Tanzanian shilling."@en ; cims:stereotype "enum" . cim:Currency.UAH a cim:Currency ; rdfs:label "UAH" ; - rdfs:comment "Ukrainian hryvnia." ; + rdfs:comment "Ukrainian hryvnia."@en ; cims:stereotype "enum" . cim:Currency.UGX a cim:Currency ; rdfs:label "UGX" ; - rdfs:comment "Ugandan shilling." ; + rdfs:comment "Ugandan shilling."@en ; cims:stereotype "enum" . cim:Currency.USD a cim:Currency ; rdfs:label "USD" ; - rdfs:comment "United States dollar." ; + rdfs:comment "United States dollar."@en ; cims:stereotype "enum" . cim:Currency.UYU a cim:Currency ; rdfs:label "UYU" ; - rdfs:comment "Uruguayan peso." ; + rdfs:comment "Uruguayan peso."@en ; cims:stereotype "enum" . cim:Currency.UZS a cim:Currency ; rdfs:label "UZS" ; - rdfs:comment "Uzbekistan som." ; + rdfs:comment "Uzbekistan som."@en ; cims:stereotype "enum" . cim:Currency.VEF a cim:Currency ; rdfs:label "VEF" ; - rdfs:comment "Venezuelan bolívar fuerte." ; + rdfs:comment "Venezuelan bolívar fuerte."@en ; cims:stereotype "enum" . cim:Currency.VND a cim:Currency ; rdfs:label "VND" ; - rdfs:comment "Vietnamese Dong." ; + rdfs:comment "Vietnamese Dong."@en ; cims:stereotype "enum" . cim:Currency.VUV a cim:Currency ; rdfs:label "VUV" ; - rdfs:comment "Vanuatu vatu." ; + rdfs:comment "Vanuatu vatu."@en ; cims:stereotype "enum" . cim:Currency.WST a cim:Currency ; rdfs:label "WST" ; - rdfs:comment "Samoan tala." ; + rdfs:comment "Samoan tala."@en ; cims:stereotype "enum" . cim:Currency.XAF a cim:Currency ; rdfs:label "XAF" ; - rdfs:comment "CFA franc BEAC." ; + rdfs:comment "CFA franc BEAC."@en ; cims:stereotype "enum" . cim:Currency.XCD a cim:Currency ; rdfs:label "XCD" ; - rdfs:comment "East Caribbean dollar." ; + rdfs:comment "East Caribbean dollar."@en ; cims:stereotype "enum" . cim:Currency.XOF a cim:Currency ; rdfs:label "XOF" ; - rdfs:comment "CFA Franc BCEAO." ; + rdfs:comment "CFA Franc BCEAO."@en ; cims:stereotype "enum" . cim:Currency.XPF a cim:Currency ; rdfs:label "XPF" ; - rdfs:comment "CFP franc." ; + rdfs:comment "CFP franc."@en ; cims:stereotype "enum" . cim:Currency.YER a cim:Currency ; rdfs:label "YER" ; - rdfs:comment "Yemeni rial." ; + rdfs:comment "Yemeni rial."@en ; cims:stereotype "enum" . cim:Currency.ZAR a cim:Currency ; rdfs:label "ZAR" ; - rdfs:comment "South African rand." ; + rdfs:comment "South African rand."@en ; cims:stereotype "enum" . cim:Currency.ZMK a cim:Currency ; rdfs:label "ZMK" ; - rdfs:comment "Zambian kwacha." ; + rdfs:comment "Zambian kwacha."@en ; cims:stereotype "enum" . cim:Currency.ZWL a cim:Currency ; rdfs:label "ZWL" ; - rdfs:comment "Zimbabwe dollar." ; + rdfs:comment "Zimbabwe dollar."@en ; cims:stereotype "enum" . cim:CurrentFlow a qudt:QuantityKind ; - rdfs:label "CurrentFlow"@en ; - rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC." ; + rdfs:label "CurrentFlow" ; + rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.A ; skos:exactMatch quantitykind:ElectricCurrent . cim:CurveStyle.constantYValue a cim:CurveStyle ; - rdfs:label "constantYValue"@en ; - rdfs:comment "The Y-axis values are assumed constant until the next curve point and prior to the first curve point." ; + rdfs:label "constantYValue" ; + rdfs:comment "The Y-axis values are assumed constant until the next curve point and prior to the first curve point."@en ; cims:stereotype "enum" . cim:CurveStyle.straightLineYValues a cim:CurveStyle ; - rdfs:label "straightLineYValues"@en ; - rdfs:comment "The Y-axis values are assumed to be a straight line between values. Also known as linear interpolation." ; + rdfs:label "straightLineYValues" ; + rdfs:comment "The Y-axis values are assumed to be a straight line between values. Also known as linear interpolation."@en ; cims:stereotype "enum" . cim:Frequency a qudt:QuantityKind ; - rdfs:label "Frequency"@en ; - rdfs:comment "Cycles per second." ; + rdfs:label "Frequency" ; + rdfs:comment "Cycles per second."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.Hz ; skos:exactMatch quantitykind:Frequency . cim:Impedance a qudt:QuantityKind ; - rdfs:label "Impedance"@en ; - rdfs:comment "Ratio of voltage to current." ; + rdfs:label "Impedance" ; + rdfs:comment "Ratio of voltage to current."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.ohm ; skos:exactMatch quantitykind:Inductance . @@ -6667,58 +6669,58 @@ cim:Impedance a qudt:QuantityKind ; cim:Length skos:exactMatch quantitykind:Length . cim:Money a qudt:QuantityKind ; - rdfs:label "Money"@en ; - rdfs:comment "Amount of money." ; + rdfs:label "Money" ; + rdfs:comment "Amount of money."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:Currency.AED, cim:Currency.AFN, cim:Currency.ALL, cim:Currency.AMD, cim:Currency.ANG, cim:Currency.AOA, cim:Currency.ARS, cim:Currency.AUD, cim:Currency.AWG, cim:Currency.AZN, cim:Currency.BAM, cim:Currency.BBD, cim:Currency.BDT, cim:Currency.BGN, cim:Currency.BHD, cim:Currency.BIF, cim:Currency.BMD, cim:Currency.BND, cim:Currency.BOB, cim:Currency.BOV, cim:Currency.BRL, cim:Currency.BSD, cim:Currency.BTN, cim:Currency.BWP, cim:Currency.BYR, cim:Currency.BZD, cim:Currency.CAD, cim:Currency.CDF, cim:Currency.CHF, cim:Currency.CLF, cim:Currency.CLP, cim:Currency.CNY, cim:Currency.COP, cim:Currency.COU, cim:Currency.CRC, cim:Currency.CUC, cim:Currency.CUP, cim:Currency.CVE, cim:Currency.CZK, cim:Currency.DJF, cim:Currency.DKK, cim:Currency.DOP, cim:Currency.DZD, cim:Currency.EEK, cim:Currency.EGP, cim:Currency.ERN, cim:Currency.ETB, cim:Currency.EUR, cim:Currency.FJD, cim:Currency.FKP, cim:Currency.GBP, cim:Currency.GEL, cim:Currency.GHS, cim:Currency.GIP, cim:Currency.GMD, cim:Currency.GNF, cim:Currency.GTQ, cim:Currency.GYD, cim:Currency.HKD, cim:Currency.HNL, cim:Currency.HRK, cim:Currency.HTG, cim:Currency.HUF, cim:Currency.IDR, cim:Currency.ILS, cim:Currency.INR, cim:Currency.IQD, cim:Currency.IRR, cim:Currency.ISK, cim:Currency.JMD, cim:Currency.JOD, cim:Currency.JPY, cim:Currency.KES, cim:Currency.KGS, cim:Currency.KHR, cim:Currency.KMF, cim:Currency.KPW, cim:Currency.KRW, cim:Currency.KWD, cim:Currency.KYD, cim:Currency.KZT, cim:Currency.LAK, cim:Currency.LBP, cim:Currency.LKR, cim:Currency.LRD, cim:Currency.LSL, cim:Currency.LTL, cim:Currency.LVL, cim:Currency.LYD, cim:Currency.MAD, cim:Currency.MDL, cim:Currency.MGA, cim:Currency.MKD, cim:Currency.MMK, cim:Currency.MNT, cim:Currency.MOP, cim:Currency.MRO, cim:Currency.MUR, cim:Currency.MVR, cim:Currency.MWK, cim:Currency.MXN, cim:Currency.MYR, cim:Currency.MZN, cim:Currency.NAD, cim:Currency.NGN, cim:Currency.NIO, cim:Currency.NOK, cim:Currency.NPR, cim:Currency.NZD, cim:Currency.OMR, cim:Currency.PAB, cim:Currency.PEN, cim:Currency.PGK, cim:Currency.PHP, cim:Currency.PKR, cim:Currency.PLN, cim:Currency.PYG, cim:Currency.QAR, cim:Currency.RON, cim:Currency.RSD, cim:Currency.RUB, cim:Currency.RWF, cim:Currency.SAR, cim:Currency.SBD, cim:Currency.SCR, cim:Currency.SDG, cim:Currency.SEK, cim:Currency.SGD, cim:Currency.SHP, cim:Currency.SLL, cim:Currency.SOS, cim:Currency.SRD, cim:Currency.STD, cim:Currency.SYP, cim:Currency.SZL, cim:Currency.THB, cim:Currency.TJS, cim:Currency.TMT, cim:Currency.TND, cim:Currency.TOP, cim:Currency.TRY, cim:Currency.TTD, cim:Currency.TWD, cim:Currency.TZS, cim:Currency.UAH, cim:Currency.UGX, cim:Currency.USD, cim:Currency.UYU, cim:Currency.UZS, cim:Currency.VEF, cim:Currency.VND, cim:Currency.VUV, cim:Currency.WST, cim:Currency.XAF, cim:Currency.XCD, cim:Currency.XOF, cim:Currency.XPF, cim:Currency.YER, cim:Currency.ZAR, cim:Currency.ZMK, cim:Currency.ZWL ; skos:exactMatch quantitykind:Currency . cim:OperationalLimitDirectionKind.absoluteValue a cim:OperationalLimitDirectionKind ; - rdfs:label "absoluteValue"@en ; - rdfs:comment "An absoluteValue limit means that a monitored absolute value above the limit value is a violation." ; + rdfs:label "absoluteValue" ; + rdfs:comment "An absoluteValue limit means that a monitored absolute value above the limit value is a violation."@en ; cims:stereotype "enum" . cim:OperationalLimitDirectionKind.high a cim:OperationalLimitDirectionKind ; - rdfs:label "high"@en ; - rdfs:comment "High means that a monitored value above the limit value is a violation. If applied to a terminal flow, the positive direction is into the terminal." ; + rdfs:label "high" ; + rdfs:comment "High means that a monitored value above the limit value is a violation. If applied to a terminal flow, the positive direction is into the terminal."@en ; cims:stereotype "enum" . cim:OperationalLimitDirectionKind.low a cim:OperationalLimitDirectionKind ; - rdfs:label "low"@en ; - rdfs:comment "Low means a monitored value below the limit is a violation. If applied to a terminal flow, the positive direction is into the terminal." ; + rdfs:label "low" ; + rdfs:comment "Low means a monitored value below the limit is a violation. If applied to a terminal flow, the positive direction is into the terminal."@en ; cims:stereotype "enum" . cim:PU a qudt:QuantityKind ; - rdfs:label "PU"@en ; - rdfs:comment "Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10." ; + rdfs:label "PU" ; + rdfs:comment "Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . cim:Pressure a qudt:QuantityKind ; - rdfs:label "Pressure"@en ; - rdfs:comment "Pressure in pascals." ; + rdfs:label "Pressure" ; + rdfs:comment "Pressure in pascals."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.Pa ; skos:exactMatch quantitykind:Pressure . cim:Reactance a qudt:QuantityKind ; - rdfs:label "Reactance"@en ; - rdfs:comment "Reactance (imaginary part of impedance), at rated frequency." ; + rdfs:label "Reactance" ; + rdfs:comment "Reactance (imaginary part of impedance), at rated frequency."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.ohm ; skos:exactMatch quantitykind:Reactance . cim:ReactivePower a qudt:QuantityKind ; - rdfs:label "ReactivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current." ; + rdfs:label "ReactivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.VAr ; skos:exactMatch quantitykind:ReactivePower . @@ -6726,8 +6728,8 @@ cim:ReactivePower a qudt:QuantityKind ; cim:RealEnergy skos:exactMatch quantitykind:Energy . cim:Resistance a qudt:QuantityKind ; - rdfs:label "Resistance"@en ; - rdfs:comment "Resistance (real part of impedance)." ; + rdfs:label "Resistance" ; + rdfs:comment "Resistance (real part of impedance)."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.ohm ; skos:exactMatch quantitykind:Resistance . @@ -6735,8 +6737,8 @@ cim:Resistance a qudt:QuantityKind ; cim:RotationSpeed skos:exactMatch quantitykind:AngularVelocity . cim:Seconds a qudt:QuantityKind ; - rdfs:label "Seconds"@en ; - rdfs:comment "Time, in seconds." ; + rdfs:label "Seconds" ; + rdfs:comment "Time, in seconds."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.s ; skos:exactMatch quantitykind:Time . @@ -6744,127 +6746,127 @@ cim:Seconds a qudt:QuantityKind ; cim:Susceptance skos:exactMatch quantitykind:Susceptance . cim:Temperature a qudt:QuantityKind ; - rdfs:label "Temperature"@en ; - rdfs:comment "Value of temperature in degrees Celsius." ; + rdfs:label "Temperature" ; + rdfs:comment "Value of temperature in degrees Celsius."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.degC ; skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.Hz a cim:UnitSymbol ; rdfs:label "Hz" ; - rdfs:comment "Frequency in hertz (1/s)." ; + rdfs:comment "Frequency in hertz (1/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:HZ ; skos:narrower unit:REV-PER-SEC . cim:UnitSymbol.Pa a cim:UnitSymbol ; rdfs:label "Pa" ; - rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms." ; + rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms."@en ; cims:stereotype "enum" ; skos:exactMatch unit:PA . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.VPerVAr a cim:UnitSymbol ; rdfs:label "VPerVAr" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-PER-V-A_Reactive . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.WPerm2 a cim:UnitSymbol ; rdfs:label "WPerm2" ; - rdfs:comment "Heat flux density, irradiance, watts per square metre." ; + rdfs:comment "Heat flux density, irradiance, watts per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPers a cim:UnitSymbol ; rdfs:label "WPers" ; - rdfs:comment "Ramp rate in watts per second." ; + rdfs:comment "Ramp rate in watts per second."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-SEC . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.degC a cim:UnitSymbol ; rdfs:label "degC" ; rdfs:comment """Relative temperature in degrees Celsius. -In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software.""" ; +In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG_C . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohm a cim:UnitSymbol ; rdfs:label "ohm" ; - rdfs:comment "Electric resistance in ohms (V/A)." ; + rdfs:comment "Electric resistance in ohms (V/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:OHM . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . cim:Voltage a qudt:QuantityKind ; - rdfs:label "Voltage"@en ; - rdfs:comment "Electrical voltage, can be both AC and DC." ; + rdfs:label "Voltage" ; + rdfs:comment "Electrical voltage, can be both AC and DC."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.V ; skos:exactMatch quantitykind:Voltage . cim:VoltagePerReactivePower a qudt:QuantityKind ; - rdfs:label "VoltagePerReactivePower"@en ; - rdfs:comment "Voltage variation with reactive power." ; + rdfs:label "VoltagePerReactivePower" ; + rdfs:comment "Voltage variation with reactive power."@en ; cims:belongsToCategory er:Package_EquipmentReliabilityProfile ; qudt:applicableUnit cim:UnitSymbol.VPerVAr ; skos:exactMatch quantitykind:VoltagePerReactivePower . @@ -6872,406 +6874,406 @@ cim:VoltagePerReactivePower a qudt:QuantityKind ; cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . er:Package_DocEquipmentReliabilityProfile a cims:ClassCategory ; - rdfs:label "DocEquipmentReliabilityProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocEquipmentReliabilityProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . er:Package_EquipmentReliabilityProfile a cims:ClassCategory ; - rdfs:label "EquipmentReliabilityProfile"@en ; - rdfs:comment "This package contains equipment reliability profile." . + rdfs:label "EquipmentReliabilityProfile" ; + rdfs:comment "This package contains equipment reliability profile."@en . nc:DCSystemDirectionKind.bidirectional a nc:DCSystemDirectionKind ; - rdfs:label "bidirectional"@en ; - rdfs:comment "Bidirectional DC system used for the transfer of energy in either direction. According to IEC 60633 a multiterminal DC system is bidirectional if one or more substations are bidirectional." ; + rdfs:label "bidirectional" ; + rdfs:comment "Bidirectional DC system used for the transfer of energy in either direction. According to IEC 60633 a multiterminal DC system is bidirectional if one or more substations are bidirectional."@en ; cims:stereotype "enum" . nc:DCSystemDirectionKind.unidirectional a nc:DCSystemDirectionKind ; - rdfs:label "unidirectional"@en ; - rdfs:comment "Unidirectional DC system used for the transfer of energy in only one direction. According to IEC 60633, most DC systems are inherently bidirectional. However, some systems may be optimized to transmit power in only one preferred direction. Such systems may still be considered as \"bidirectional\"." ; + rdfs:label "unidirectional" ; + rdfs:comment "Unidirectional DC system used for the transfer of energy in only one direction. According to IEC 60633, most DC systems are inherently bidirectional. However, some systems may be optimized to transmit power in only one preferred direction. Such systems may still be considered as \"bidirectional\"."@en ; cims:stereotype "enum" . nc:DCSystemTransmissionKind.backToBack a nc:DCSystemTransmissionKind ; - rdfs:label "backToBack"@en ; - rdfs:comment "DC back-to-back system (IEC 60633) is a DC system which transfers energy between AC buses at the same location." ; + rdfs:label "backToBack" ; + rdfs:comment "DC back-to-back system (IEC 60633) is a DC system which transfers energy between AC buses at the same location."@en ; cims:stereotype "enum" . nc:DCSystemTransmissionKind.multiTerminal a nc:DCSystemTransmissionKind ; - rdfs:label "multiTerminal"@en ; - rdfs:comment "Multiterminal DC transmission system (IEC 60633) consisting of more than two separated DC substations and the interconnecting DC transmission lines." ; + rdfs:label "multiTerminal" ; + rdfs:comment "Multiterminal DC transmission system (IEC 60633) consisting of more than two separated DC substations and the interconnecting DC transmission lines."@en ; cims:stereotype "enum" . nc:DCSystemTransmissionKind.twoTerminal a nc:DCSystemTransmissionKind ; - rdfs:label "twoTerminal"@en ; - rdfs:comment "Two-terminal DC transmission system (IEC 60633), consisting of two DC substations and the connecting DC transmission line(s)." ; + rdfs:label "twoTerminal" ; + rdfs:comment "Two-terminal DC transmission system (IEC 60633), consisting of two DC substations and the connecting DC transmission line(s)."@en ; cims:stereotype "enum" . nc:EnergyKind.battery a nc:EnergyKind ; - rdfs:label "battery"@en ; - rdfs:comment "Battery storage." ; + rdfs:label "battery" ; + rdfs:comment "Battery storage."@en ; cims:stereotype "enum" . nc:EnergyKind.biomass a nc:EnergyKind ; - rdfs:label "biomass"@en ; - rdfs:comment "Biomass." ; + rdfs:label "biomass" ; + rdfs:comment "Biomass."@en ; cims:stereotype "enum" . nc:EnergyKind.bufferConsumption a nc:EnergyKind ; - rdfs:label "bufferConsumption"@en ; - rdfs:comment "Flexibility in operation but bound to some buffering capability e.g. battery, electrical vehicle, cooling system, freezer." ; + rdfs:label "bufferConsumption" ; + rdfs:comment "Flexibility in operation but bound to some buffering capability e.g. battery, electrical vehicle, cooling system, freezer."@en ; cims:stereotype "enum" . nc:EnergyKind.fossil a nc:EnergyKind ; - rdfs:label "fossil"@en ; - rdfs:comment "Fossil." ; + rdfs:label "fossil" ; + rdfs:comment "Fossil."@en ; cims:stereotype "enum" . nc:EnergyKind.geothermal a nc:EnergyKind ; - rdfs:label "geothermal"@en ; - rdfs:comment "Geothermal." ; + rdfs:label "geothermal" ; + rdfs:comment "Geothermal."@en ; cims:stereotype "enum" . nc:EnergyKind.hydroPump a nc:EnergyKind ; - rdfs:label "hydroPump"@en ; - rdfs:comment "Hydro pump." ; + rdfs:label "hydroPump" ; + rdfs:comment "Hydro pump."@en ; cims:stereotype "enum" . nc:EnergyKind.hydroRunOfRiver a nc:EnergyKind ; - rdfs:label "hydroRunOfRiver"@en ; - rdfs:comment "Hydro run of river." ; + rdfs:label "hydroRunOfRiver" ; + rdfs:comment "Hydro run of river."@en ; cims:stereotype "enum" . nc:EnergyKind.hydroWaterReservoir a nc:EnergyKind ; - rdfs:label "hydroWaterReservoir"@en ; - rdfs:comment "Hydro water reservoir." ; + rdfs:label "hydroWaterReservoir" ; + rdfs:comment "Hydro water reservoir."@en ; cims:stereotype "enum" . nc:EnergyKind.marine a nc:EnergyKind ; - rdfs:label "marine"@en ; - rdfs:comment "Marine." ; + rdfs:label "marine" ; + rdfs:comment "Marine."@en ; cims:stereotype "enum" . nc:EnergyKind.nuclear a nc:EnergyKind ; - rdfs:label "nuclear"@en ; - rdfs:comment "Nuclear." ; + rdfs:label "nuclear" ; + rdfs:comment "Nuclear."@en ; cims:stereotype "enum" . nc:EnergyKind.other a nc:EnergyKind ; - rdfs:label "other"@en ; - rdfs:comment "Other." ; + rdfs:label "other" ; + rdfs:comment "Other."@en ; cims:stereotype "enum" . nc:EnergyKind.solar a nc:EnergyKind ; - rdfs:label "solar"@en ; - rdfs:comment "Solar." ; + rdfs:label "solar" ; + rdfs:comment "Solar."@en ; cims:stereotype "enum" . nc:EnergyKind.timeShiftConsumption a nc:EnergyKind ; - rdfs:label "timeShiftConsumption"@en ; - rdfs:comment "Operation can be shifted in time but can have a deadline e.g. washing machine, dishwasher." ; + rdfs:label "timeShiftConsumption" ; + rdfs:comment "Operation can be shifted in time but can have a deadline e.g. washing machine, dishwasher."@en ; cims:stereotype "enum" . nc:EnergyKind.unconstrainedConsumption a nc:EnergyKind ; - rdfs:label "unconstrainedConsumption"@en ; - rdfs:comment "Consumption is not constrained by any buffer and provides full flexibility. It is difficult to measure and to provide forecast. The consumption can be provided by local production. e.g. gas generator, diesel generator wood fire, etc." ; + rdfs:label "unconstrainedConsumption" ; + rdfs:comment "Consumption is not constrained by any buffer and provides full flexibility. It is difficult to measure and to provide forecast. The consumption can be provided by local production. e.g. gas generator, diesel generator wood fire, etc."@en ; cims:stereotype "enum" . nc:EnergyKind.uncontrollableConsumption a nc:EnergyKind ; - rdfs:label "uncontrollableConsumption"@en ; - rdfs:comment "Consumption where there is no flexibility and it is measurable and under possibility to provide a forecast. e.g. TV, indoor lightning." ; + rdfs:label "uncontrollableConsumption" ; + rdfs:comment "Consumption where there is no flexibility and it is measurable and under possibility to provide a forecast. e.g. TV, indoor lightning."@en ; cims:stereotype "enum" . nc:EnergyKind.waste a nc:EnergyKind ; - rdfs:label "waste"@en ; - rdfs:comment "Waste." ; + rdfs:label "waste" ; + rdfs:comment "Waste."@en ; cims:stereotype "enum" . nc:EnergyKind.wind a nc:EnergyKind ; - rdfs:label "wind"@en ; - rdfs:comment "Wind." ; + rdfs:label "wind" ; + rdfs:comment "Wind."@en ; cims:stereotype "enum" . nc:GeothermalUnitKind.binaryCycle a nc:GeothermalUnitKind ; - rdfs:label "binaryCycle"@en ; - rdfs:comment "The moderately hot geothermal water is passed by a secondary fluid with a much lower boiling point than water." ; + rdfs:label "binaryCycle" ; + rdfs:comment "The moderately hot geothermal water is passed by a secondary fluid with a much lower boiling point than water."@en ; cims:stereotype "enum" . nc:GeothermalUnitKind.drySteam a nc:GeothermalUnitKind ; - rdfs:label "drySteam"@en ; - rdfs:comment "Uses geothermal steam of 150 degree Celsius or greater to turn turbines." ; + rdfs:label "drySteam" ; + rdfs:comment "Uses geothermal steam of 150 degree Celsius or greater to turn turbines."@en ; cims:stereotype "enum" . nc:GeothermalUnitKind.flashSteam a nc:GeothermalUnitKind ; - rdfs:label "flashSteam"@en ; - rdfs:comment "Pull deep, high-pressure hot water into lower-pressure tanks and use the resulting flashed steam to drive turbines." ; + rdfs:label "flashSteam" ; + rdfs:comment "Pull deep, high-pressure hot water into lower-pressure tanks and use the resulting flashed steam to drive turbines."@en ; cims:stereotype "enum" . nc:GeothermalUnitKind.other a nc:GeothermalUnitKind ; - rdfs:label "other"@en ; - rdfs:comment "Other type of geothermal generating unit." ; + rdfs:label "other" ; + rdfs:comment "Other type of geothermal generating unit."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.equals a nc:LogicalOperatorsKind ; - rdfs:label "equals"@en ; - rdfs:comment "Equals (like) comparison operation." ; + rdfs:label "equals" ; + rdfs:comment "Equals (like) comparison operation."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.greaterThan a nc:LogicalOperatorsKind ; - rdfs:label "greaterThan"@en ; - rdfs:comment "Greater than comparison operation." ; + rdfs:label "greaterThan" ; + rdfs:comment "Greater than comparison operation."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.greaterThanOrEquals a nc:LogicalOperatorsKind ; - rdfs:label "greaterThanOrEquals"@en ; - rdfs:comment "Greater than or equals comparison operation." ; + rdfs:label "greaterThanOrEquals" ; + rdfs:comment "Greater than or equals comparison operation."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.lessThan a nc:LogicalOperatorsKind ; - rdfs:label "lessThan"@en ; - rdfs:comment "Less than comparison operation." ; + rdfs:label "lessThan" ; + rdfs:comment "Less than comparison operation."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.lessThanOrEquals a nc:LogicalOperatorsKind ; - rdfs:label "lessThanOrEquals"@en ; - rdfs:comment "Less than or equals comparison operation." ; + rdfs:label "lessThanOrEquals" ; + rdfs:comment "Less than or equals comparison operation."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.notEqual a nc:LogicalOperatorsKind ; - rdfs:label "notEqual"@en ; - rdfs:comment "Not equal (unlike) comparison operation." ; + rdfs:label "notEqual" ; + rdfs:comment "Not equal (unlike) comparison operation."@en ; cims:stereotype "enum" . nc:MarineUnitKind.currents a nc:MarineUnitKind ; - rdfs:label "currents"@en ; - rdfs:comment "Capture energy from ocean current which are caused by forces like breaking waves, wind, coriolis effect etc." ; + rdfs:label "currents" ; + rdfs:comment "Capture energy from ocean current which are caused by forces like breaking waves, wind, coriolis effect etc."@en ; cims:stereotype "enum" . nc:MarineUnitKind.other a nc:MarineUnitKind ; - rdfs:label "other"@en ; - rdfs:comment "Other way of capture energy from marine elements." ; + rdfs:label "other" ; + rdfs:comment "Other way of capture energy from marine elements."@en ; cims:stereotype "enum" . nc:MarineUnitKind.pressure a nc:MarineUnitKind ; - rdfs:label "pressure"@en ; - rdfs:comment "Capture energy from pressure." ; + rdfs:label "pressure" ; + rdfs:comment "Capture energy from pressure."@en ; cims:stereotype "enum" . nc:MarineUnitKind.tidal a nc:MarineUnitKind ; - rdfs:label "tidal"@en ; - rdfs:comment "Capture energy from tidal power, which captures the energy of the current caused by the gravitational pull of the Sun and Moon." ; + rdfs:label "tidal" ; + rdfs:comment "Capture energy from tidal power, which captures the energy of the current caused by the gravitational pull of the Sun and Moon."@en ; cims:stereotype "enum" . nc:MarineUnitKind.wave a nc:MarineUnitKind ; - rdfs:label "wave"@en ; - rdfs:comment "Capture energy from wind waves." ; + rdfs:label "wave" ; + rdfs:comment "Capture energy from wind waves."@en ; cims:stereotype "enum" . nc:NuclearReactorKind.breeder a nc:NuclearReactorKind ; - rdfs:label "breeder"@en ; - rdfs:comment "Reactor whose heat source is a nuclear reactor that generates more fissile material than it consumes." ; + rdfs:label "breeder" ; + rdfs:comment "Reactor whose heat source is a nuclear reactor that generates more fissile material than it consumes."@en ; cims:stereotype "enum" . nc:NuclearReactorKind.graphite a nc:NuclearReactorKind ; - rdfs:label "graphite"@en ; - rdfs:comment "Reactor whose heat source is a graphite-moderated reactor that is a nuclear reactor that uses carbon as a neutron moderator, which allows natural uranium to be used as nuclear fuel." ; + rdfs:label "graphite" ; + rdfs:comment "Reactor whose heat source is a graphite-moderated reactor that is a nuclear reactor that uses carbon as a neutron moderator, which allows natural uranium to be used as nuclear fuel."@en ; cims:stereotype "enum" . nc:NuclearReactorKind.heavyWater a nc:NuclearReactorKind ; - rdfs:label "heavyWater"@en ; - rdfs:comment "Reactor whose heat source is a pressurized heavy-water reactor (PHWR) that uses heavy water (deuterium oxide D2O) as its coolant and neutron moderator." ; + rdfs:label "heavyWater" ; + rdfs:comment "Reactor whose heat source is a pressurized heavy-water reactor (PHWR) that uses heavy water (deuterium oxide D2O) as its coolant and neutron moderator."@en ; cims:stereotype "enum" . nc:NuclearReactorKind.lightWater a nc:NuclearReactorKind ; - rdfs:label "lightWater"@en ; - rdfs:comment "Reactor whose heat source is a light-water reactor (LWR) that is a type of thermal-neutron reactor that uses normal water, as both its coolant and neutron moderator – furthermore a solid form of fissile elements is used as fuel." ; + rdfs:label "lightWater" ; + rdfs:comment "Reactor whose heat source is a light-water reactor (LWR) that is a type of thermal-neutron reactor that uses normal water, as both its coolant and neutron moderator – furthermore a solid form of fissile elements is used as fuel."@en ; cims:stereotype "enum" . nc:NuclearReactorKind.liquidMetal a nc:NuclearReactorKind ; - rdfs:label "liquidMetal"@en ; - rdfs:comment "Reactor whose liquid metal cooled nuclear reactor, liquid metal fast reactor or LMFR is an advanced type of nuclear reactor where the primary coolant is a liquid metal." ; + rdfs:label "liquidMetal" ; + rdfs:comment "Reactor whose liquid metal cooled nuclear reactor, liquid metal fast reactor or LMFR is an advanced type of nuclear reactor where the primary coolant is a liquid metal."@en ; cims:stereotype "enum" . nc:NuclearReactorKind.other a nc:NuclearReactorKind ; - rdfs:label "other"@en ; - rdfs:comment "Other type of nuclear reactors." ; + rdfs:label "other" ; + rdfs:comment "Other type of nuclear reactors."@en ; cims:stereotype "enum" . nc:PinTerminalKind.activePower a nc:PinTerminalKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Active power on the Terminal." ; + rdfs:label "activePower" ; + rdfs:comment "Active power on the Terminal."@en ; cims:stereotype "enum" . nc:PinTerminalKind.apparentPower a nc:PinTerminalKind ; - rdfs:label "apparentPower"@en ; - rdfs:comment "Apparent power on the Terminal." ; + rdfs:label "apparentPower" ; + rdfs:comment "Apparent power on the Terminal."@en ; cims:stereotype "enum" . nc:PinTerminalKind.current a nc:PinTerminalKind ; - rdfs:label "current"@en ; - rdfs:comment "Current on the Terminal." ; + rdfs:label "current" ; + rdfs:comment "Current on the Terminal."@en ; cims:stereotype "enum" . nc:PinTerminalKind.reactivePower a nc:PinTerminalKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Reactive power on the Terminal." ; + rdfs:label "reactivePower" ; + rdfs:comment "Reactive power on the Terminal."@en ; cims:stereotype "enum" . nc:PinTerminalKind.voltageAngle a nc:PinTerminalKind ; - rdfs:label "voltageAngle"@en ; - rdfs:comment "Voltage angle on the Terminal." ; + rdfs:label "voltageAngle" ; + rdfs:comment "Voltage angle on the Terminal."@en ; cims:stereotype "enum" . nc:PinTerminalKind.voltageMagnitude a nc:PinTerminalKind ; - rdfs:label "voltageMagnitude"@en ; - rdfs:comment "Voltage magnitude on the Terminal." ; + rdfs:label "voltageMagnitude" ; + rdfs:comment "Voltage magnitude on the Terminal."@en ; cims:stereotype "enum" . nc:PowerBlockKind.powerDecrease a nc:PowerBlockKind ; - rdfs:label "powerDecrease"@en ; - rdfs:comment "Decrease in the power. The block represents action for decreased power." ; + rdfs:label "powerDecrease" ; + rdfs:comment "Decrease in the power. The block represents action for decreased power."@en ; cims:stereotype "enum" . nc:PowerBlockKind.powerIncrease a nc:PowerBlockKind ; - rdfs:label "powerIncrease"@en ; - rdfs:comment "Increase in the power. The block represents action for increased power." ; + rdfs:label "powerIncrease" ; + rdfs:comment "Increase in the power. The block represents action for increased power."@en ; cims:stereotype "enum" . nc:PowerBlockKind.powerIncreaseAndDecrease a nc:PowerBlockKind ; - rdfs:label "powerIncreaseAndDecrease"@en ; - rdfs:comment "Increase and decrease in the power. The block represents action for increased and decreased power." ; + rdfs:label "powerIncreaseAndDecrease" ; + rdfs:comment "Increase and decrease in the power. The block represents action for increased and decreased power."@en ; cims:stereotype "enum" . nc:PowerElectricalChemicalUnitKind.electrolyticCell a nc:PowerElectricalChemicalUnitKind ; - rdfs:label "electrolyticCell"@en ; - rdfs:comment "An electrolytic cell is an electrochemical cell that drives a non-spontaneous redox reaction through the application of electrical energy. Example are the decomposition of water into hydrogen and oxygen." ; + rdfs:label "electrolyticCell" ; + rdfs:comment "An electrolytic cell is an electrochemical cell that drives a non-spontaneous redox reaction through the application of electrical energy. Example are the decomposition of water into hydrogen and oxygen."@en ; cims:stereotype "enum" . nc:PowerElectricalChemicalUnitKind.fuelCell a nc:PowerElectricalChemicalUnitKind ; - rdfs:label "fuelCell"@en ; - rdfs:comment "A fuel cell is an electrochemical cell that converts the chemical energy from a fuel into electricity through an electrochemical reaction of hydrogen fuel with oxygen or another oxidizing agent." ; + rdfs:label "fuelCell" ; + rdfs:comment "A fuel cell is an electrochemical cell that converts the chemical energy from a fuel into electricity through an electrochemical reaction of hydrogen fuel with oxygen or another oxidizing agent."@en ; cims:stereotype "enum" . nc:PowerElectricalChemicalUnitKind.other a nc:PowerElectricalChemicalUnitKind ; - rdfs:label "other"@en ; - rdfs:comment "Other type of cell used in chemical reactions." ; + rdfs:label "other" ; + rdfs:comment "Other type of cell used in chemical reactions."@en ; cims:stereotype "enum" . nc:PowerFrequencyControlKind.activePower a nc:PowerFrequencyControlKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Active power control mode." ; + rdfs:label "activePower" ; + rdfs:comment "Active power control mode."@en ; cims:stereotype "enum" . nc:PowerFrequencyControlKind.activePowerAndFrequency a nc:PowerFrequencyControlKind ; - rdfs:label "activePowerAndFrequency"@en ; - rdfs:comment "Active power and frequency control mode." ; + rdfs:label "activePowerAndFrequency" ; + rdfs:comment "Active power and frequency control mode."@en ; cims:stereotype "enum" . nc:PowerFrequencyControlKind.frequency a nc:PowerFrequencyControlKind ; - rdfs:label "frequency"@en ; - rdfs:comment "Frequency control mode." ; + rdfs:label "frequency" ; + rdfs:comment "Frequency control mode."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.consumptionsFlat a nc:PowerShiftKeyKind ; - rdfs:label "consumptionsFlat"@en ; - rdfs:comment "Flat adjustment, equal amount of power, on all active consumption units (Energy Consumers and Power Electronics like FlexibleEnergyUnit). e.g. 100 MW decrease adjustment on 4 loads, it means that each of them get reduced 25 MW, as long as no other constraints are violated." ; + rdfs:label "consumptionsFlat" ; + rdfs:comment "Flat adjustment, equal amount of power, on all active consumption units (Energy Consumers and Power Electronics like FlexibleEnergyUnit). e.g. 100 MW decrease adjustment on 4 loads, it means that each of them get reduced 25 MW, as long as no other constraints are violated."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.consumptionsP a nc:PowerShiftKeyKind ; - rdfs:label "consumptionsP"@en ; - rdfs:comment "The distribution is based on the consumptions active power in the given case." ; + rdfs:label "consumptionsP" ; + rdfs:comment "The distribution is based on the consumptions active power in the given case."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.explicitDistribution a nc:PowerShiftKeyKind ; - rdfs:label "explicitDistribution"@en ; - rdfs:comment "The distribution is explicitly done according to the power shift key distribution in the power bid Schedule." ; + rdfs:label "explicitDistribution" ; + rdfs:comment "The distribution is explicitly done according to the power shift key distribution in the power bid Schedule."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.explicitInstruction a nc:PowerShiftKeyKind ; - rdfs:label "explicitInstruction"@en ; - rdfs:comment "The distribution is done according to the individual participation factor on the unit." ; + rdfs:label "explicitInstruction" ; + rdfs:comment "The distribution is done according to the individual participation factor on the unit."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.generatorsAndConsumptionsP a nc:PowerShiftKeyKind ; - rdfs:label "generatorsAndConsumptionsP"@en ; - rdfs:comment "The distribution is based on the generator and consumption active power in the given case." ; + rdfs:label "generatorsAndConsumptionsP" ; + rdfs:comment "The distribution is based on the generator and consumption active power in the given case."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.generatorsFlat a nc:PowerShiftKeyKind ; - rdfs:label "generatorsFlat"@en ; - rdfs:comment "Flat adjustment, equal amount of power, on all active generators. e.g. 100 MW increase adjustment on 4 generators, it means that each of them get increased 25 MW, as long as no other constraints are violated." ; + rdfs:label "generatorsFlat" ; + rdfs:comment "Flat adjustment, equal amount of power, on all active generators. e.g. 100 MW increase adjustment on 4 generators, it means that each of them get increased 25 MW, as long as no other constraints are violated."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.generatorsP a nc:PowerShiftKeyKind ; - rdfs:label "generatorsP"@en ; - rdfs:comment "The distribution is based on the generators active power in the given case." ; + rdfs:label "generatorsP" ; + rdfs:comment "The distribution is based on the generators active power in the given case."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.generatorsPmax a nc:PowerShiftKeyKind ; - rdfs:label "generatorsPmax"@en ; - rdfs:comment "The distribution is relative to the maximum p of the generator." ; + rdfs:label "generatorsPmax" ; + rdfs:comment "The distribution is relative to the maximum p of the generator."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.generatorsPmin a nc:PowerShiftKeyKind ; - rdfs:label "generatorsPmin"@en ; - rdfs:comment "The distribution is relative to the minimum p of the generator." ; + rdfs:label "generatorsPmin" ; + rdfs:comment "The distribution is relative to the minimum p of the generator."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.generatorsRemainingCapacity a nc:PowerShiftKeyKind ; - rdfs:label "generatorsRemainingCapacity"@en ; - rdfs:comment "The distribution is based on the remaining capacity for generators in the given case." ; + rdfs:label "generatorsRemainingCapacity" ; + rdfs:comment "The distribution is based on the remaining capacity for generators in the given case."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.generatorsUsedCapacity a nc:PowerShiftKeyKind ; - rdfs:label "generatorsUsedCapacity"@en ; - rdfs:comment "The distribution is based on the used capacity, the difference between the minimum operation and operating p (GeneratingUnit.minOperatingP)" ; + rdfs:label "generatorsUsedCapacity" ; + rdfs:comment "The distribution is based on the used capacity, the difference between the minimum operation and operating p (GeneratingUnit.minOperatingP)"@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.nonConformLoadP a nc:PowerShiftKeyKind ; - rdfs:label "nonConformLoadP"@en ; - rdfs:comment "The distribution is based on the non conform load active power in the given case." ; + rdfs:label "nonConformLoadP" ; + rdfs:comment "The distribution is based on the non conform load active power in the given case."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.storageFlat a nc:PowerShiftKeyKind ; - rdfs:label "storageFlat"@en ; - rdfs:comment "Flat adjustment, equal amount of power, on all the batteries and any operating hydro pumps. e.g. 100 MW increase or decrease adjustment on 4 batteries, it means that each of them get increased or reduced 25 MW, as long as no other constraints are violated." ; + rdfs:label "storageFlat" ; + rdfs:comment "Flat adjustment, equal amount of power, on all the batteries and any operating hydro pumps. e.g. 100 MW increase or decrease adjustment on 4 batteries, it means that each of them get increased or reduced 25 MW, as long as no other constraints are violated."@en ; cims:stereotype "enum" . nc:PowerShiftKeyKind.storageP a nc:PowerShiftKeyKind ; - rdfs:label "storageP"@en ; - rdfs:comment "The distribution is based on the batteries and any operating hydro pumps active power in the given case." ; + rdfs:label "storageP" ; + rdfs:comment "The distribution is based on the batteries and any operating hydro pumps active power in the given case."@en ; cims:stereotype "enum" . nc:RampingPrincipleKind.continuous a nc:RampingPrincipleKind ; - rdfs:label "continuous"@en ; - rdfs:comment "Continuous ramping principle is applied between two scheduled time point. For instance, from 10 MW to 70 MW over one hour the change is 1 MW/min." ; + rdfs:label "continuous" ; + rdfs:comment "Continuous ramping principle is applied between two scheduled time point. For instance, from 10 MW to 70 MW over one hour the change is 1 MW/min."@en ; cims:stereotype "enum" . nc:RampingPrincipleKind.fifteenMinutes a nc:RampingPrincipleKind ; - rdfs:label "fifteenMinutes"@en ; - rdfs:comment "Fifteen minutes ramping principle. Ramping starts 15 minutes before the schedule time point and ends 15 minutes after. For instance, if the schedule time point is 19:30h it starts at 19:15h and ends at 19:45h." ; + rdfs:label "fifteenMinutes" ; + rdfs:comment "Fifteen minutes ramping principle. Ramping starts 15 minutes before the schedule time point and ends 15 minutes after. For instance, if the schedule time point is 19:30h it starts at 19:15h and ends at 19:45h."@en ; cims:stereotype "enum" . nc:RampingPrincipleKind.fiveMinutes a nc:RampingPrincipleKind ; - rdfs:label "fiveMinutes"@en ; - rdfs:comment "Five minutes ramping principle. Ramping starts five minutes before the schedule time point and ends five minutes after. For instance, if the schedule time point is 19:30h it starts at 19:25h and ends at 19:35h." ; + rdfs:label "fiveMinutes" ; + rdfs:comment "Five minutes ramping principle. Ramping starts five minutes before the schedule time point and ends five minutes after. For instance, if the schedule time point is 19:30h it starts at 19:25h and ends at 19:35h."@en ; cims:stereotype "enum" . nc:RampingPrincipleKind.maxContinuous a nc:RampingPrincipleKind ; - rdfs:label "maxContinuous"@en ; - rdfs:comment "Maximum continuous ramping principle. The schedule is kept as long as possible and the maximum ramping rate is used to get from one point to another, symmetrically around the schedule time points. For example, there is 40 MW change in the schedule the maximum ramp rate is 20 MW/min the ramping starts 1 min before (e.g. 19:29h) and finishes 1 min after (e.g. 19:31h)." ; + rdfs:label "maxContinuous" ; + rdfs:comment "Maximum continuous ramping principle. The schedule is kept as long as possible and the maximum ramping rate is used to get from one point to another, symmetrically around the schedule time points. For example, there is 40 MW change in the schedule the maximum ramp rate is 20 MW/min the ramping starts 1 min before (e.g. 19:29h) and finishes 1 min after (e.g. 19:31h)."@en ; cims:stereotype "enum" . nc:RampingPrincipleKind.tenMinutes a nc:RampingPrincipleKind ; - rdfs:label "tenMinutes"@en ; - rdfs:comment "Ten minutes ramping principle. Ramping starts 10 minutes before the schedule time point and ends 10 minutes after. For instance, if the schedule time point is 19:30h it starts at 19:20h and ends at 19:40h." ; + rdfs:label "tenMinutes" ; + rdfs:comment "Ten minutes ramping principle. Ramping starts 10 minutes before the schedule time point and ends 10 minutes after. For instance, if the schedule time point is 19:30h it starts at 19:20h and ends at 19:40h."@en ; cims:stereotype "enum" . nc:ShiftMethodKind.priority a nc:ShiftMethodKind ; - rdfs:label "priority"@en ; - rdfs:comment "Power schedule shift (distribution) is done by a shared fraction prioritizing the unit e.g. A two unit with the participation factor 60 and 40 will distribute a 10 MW increased schedule by first filling the highest participation factor (priority) until max economy power or maximum power allowed by the unit before it starts filling the next on the list. e.g. The unit with 60 will be getting its maximum shared first. The same logic applies with reducing the schedule. e.g. The 60 participation factor unit will be reduced to its min economy factor or minimum power." ; + rdfs:label "priority" ; + rdfs:comment "Power schedule shift (distribution) is done by a shared fraction prioritizing the unit e.g. A two unit with the participation factor 60 and 40 will distribute a 10 MW increased schedule by first filling the highest participation factor (priority) until max economy power or maximum power allowed by the unit before it starts filling the next on the list. e.g. The unit with 60 will be getting its maximum shared first. The same logic applies with reducing the schedule. e.g. The 60 participation factor unit will be reduced to its min economy factor or minimum power."@en ; cims:stereotype "enum" . nc:ShiftMethodKind.shared a nc:ShiftMethodKind ; - rdfs:label "shared"@en ; - rdfs:comment "Power schedule shift (distribution) is done by a shared fraction e.g. A two unit with the participation factor 60 and 40 will distribute a 10 MW schedule by 6 and 4 MW." ; + rdfs:label "shared" ; + rdfs:comment "Power schedule shift (distribution) is done by a shared fraction e.g. A two unit with the participation factor 60 and 40 will distribute a 10 MW schedule by 6 and 4 MW."@en ; cims:stereotype "enum" . diff --git a/rdfs-improved/CGMES-NC/ttl/GridDisturbance-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/GridDisturbance-AP-Voc-RDFS2020.ttl index 2efcd38..078ab45 100644 --- a/rdfs-improved/CGMES-NC/ttl/GridDisturbance-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/GridDisturbance-AP-Voc-RDFS2020.ttl @@ -13,77 +13,79 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . gd:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the grid disturbance profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "GD" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG PRA project"@en ; dct:identifier "urn:uuid:81c488d7-a09f-49ef-a3cd-3bb19a1d6f16" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Grid Disturbance vocabulary"@en ; owl:versionIRI ; - owl:versionInfo "1.1.1"@en . + owl:versionInfo "1.1.1" . cim:BaseVoltage a owl:Class ; - rdfs:label "BaseVoltage"@en ; - rdfs:comment "Defines a system base voltage which is referenced." ; + rdfs:label "BaseVoltage" ; + rdfs:comment "Defines a system base voltage which is referenced."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:CoordinateSystem a owl:Class ; - rdfs:label "CoordinateSystem"@en ; - rdfs:comment "Coordinate reference system." ; + rdfs:label "CoordinateSystem" ; + rdfs:comment "Coordinate reference system."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:Document a owl:Class ; - rdfs:label "Document"@en ; - rdfs:comment "Parent class for different groupings of information collected and managed as a part of a business process. It will frequently contain references to other objects, such as assets, people and power system resources." ; + rdfs:label "Document" ; + rdfs:comment "Parent class for different groupings of information collected and managed as a part of a business process. It will frequently contain references to other objects, such as assets, people and power system resources."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "Description" . cim:Fault a owl:Class ; - rdfs:label "Fault"@en ; - rdfs:comment "Abnormal condition causing current flow through conducting equipment, such as caused by equipment failure or short circuits from objects not typically modelled (for example, a tree falling on a line)." ; + rdfs:label "Fault" ; + rdfs:comment "Abnormal condition causing current flow through conducting equipment, such as caused by equipment failure or short circuits from objects not typically modelled (for example, a tree falling on a line)."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:FaultCauseType a owl:Class ; - rdfs:label "FaultCauseType"@en ; - rdfs:comment "Type of cause of the fault." ; + rdfs:label "FaultCauseType" ; + rdfs:comment "Type of cause of the fault."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile . cim:Location a owl:Class ; - rdfs:label "Location"@en ; - rdfs:comment "The place, scene, or point of something where someone or something has been, is, and/or will be at a given moment in time. It can be defined with one or more position points (coordinates) in a given coordinate system." ; + rdfs:label "Location" ; + rdfs:comment "The place, scene, or point of something where someone or something has been, is, and/or will be at a given moment in time. It can be defined with one or more position points (coordinates) in a given coordinate system."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:Outage a owl:Class ; - rdfs:label "Outage"@en ; + rdfs:label "Outage" ; rdfs:comment """Document describing details of an active or planned outage in a part of the electrical network. A non-planned outage may be created upon: - a breaker trip, @@ -94,52 +96,52 @@ A non-planned outage may be created upon: Outage restoration may be performed using a switching plan which complements the outage information with detailed switching activities, including the relationship to the crew and work. A planned outage may be created upon: - a request for service, maintenance or construction work in the field, or -- an operator-defined outage for what-if/contingency network analysis.""" ; +- an operator-defined outage for what-if/contingency network analysis."""@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; rdfs:subClassOf cim:Document . cim:PhaseCode a owl:Class ; - rdfs:label "PhaseCode"@en ; + rdfs:label "PhaseCode" ; rdfs:comment """An unordered enumeration of phase identifiers. Allows designation of phases for both transmission and distribution equipment, circuits and loads. The enumeration, by itself, does not describe how the phases are connected together or connected to ground. Ground is not explicitly denoted as a phase. Residential and small commercial loads are often served from single-phase, or split-phase, secondary circuits. For the example of s12N, phases 1 and 2 refer to hot wires that are 180 degrees out of phase, while N refers to the neutral wire. Through single-phase transformer connections, these secondary circuits may be served from one or two of the primary phases A, B, and C. For three-phase loads, use the A, B, C phase codes instead of s12N. -The integer values are from IEC 61968-9 to support revenue metering applications.""" ; +The integer values are from IEC 61968-9 to support revenue metering applications."""@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype uml:enumeration . cim:PhaseConnectedFaultKind a owl:Class ; - rdfs:label "PhaseConnectedFaultKind"@en ; - rdfs:comment "The type of fault connection among phases." ; + rdfs:label "PhaseConnectedFaultKind" ; + rdfs:comment "The type of fault connection among phases."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype uml:enumeration . cim:PositionPoint a owl:Class ; - rdfs:label "PositionPoint"@en ; - rdfs:comment "Set of spatial coordinates that determine a point, defined in the coordinate system specified in 'Location.CoordinateSystem'. Use a single position point instance to describe a point-oriented location. Use a sequence of position points to describe a line-oriented object (physical location of non-point oriented objects like cables or lines), or area of an object (like a substation or a geographical zone - in this case, have first and last position point with the same values)." ; + rdfs:label "PositionPoint" ; + rdfs:comment "Set of spatial coordinates that determine a point, defined in the coordinate system specified in 'Location.CoordinateSystem'. Use a single position point instance to describe a point-oriented location. Use a sequence of position points to describe a line-oriented object (physical location of non-point oriented objects like cables or lines), or area of an object (like a substation or a geographical zone - in this case, have first and last position point with the same values)."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype uml:concrete . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype uml:enumeration . cim:UnplannedOutage a owl:Class ; - rdfs:label "UnplannedOutage"@en ; + rdfs:label "UnplannedOutage" ; rdfs:comment """Document describing the consequence of an unplanned outage in a part of the electrical network. For the purposes of this model, an unplanned outage refers to a state where energy is not delivered; such as, customers out of service, a street light is not served, etc. A unplanned outage may be created upon: - impacts the SAIDI calculation @@ -148,75 +150,75 @@ A unplanned outage may be created upon: - a meter event indicating customer outage, - a reception of one or more customer trouble calls, or - an operator command, reflecting information obtained from the field crew. -Outage restoration may be performed using a switching plan which complements the outage information with detailed switching activities, including the relationship to the crew and work.""" ; +Outage restoration may be performed using a switching plan which complements the outage information with detailed switching activities, including the relationship to the crew and work."""@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Outage . nc:AutoReclosingKind a owl:Class ; - rdfs:label "AutoReclosingKind"@en ; + rdfs:label "AutoReclosingKind" ; rdfs:comment """The type of autoreclosing that occurred with the trip. If high-speed automatic reclosing is successful at one end of a line, but the line needs to be reclosed manually at the other end, choose manual reclosing. -In this document, high-speed automatic reclosing refers to automatic reclosing after less than 2 seconds.""" ; +In this document, high-speed automatic reclosing refers to automatic reclosing after less than 2 seconds."""@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "NC", uml:enumeration . nc:CertaintyLevelKind a owl:Class ; - rdfs:label "CertaintyLevelKind"@en ; - rdfs:comment "High certainty level is used when the cause of a fault is 100 % certain or when the cause is the most probable cause and potentially determined by an expert." ; + rdfs:label "CertaintyLevelKind" ; + rdfs:comment "High certainty level is used when the cause of a fault is 100 % certain or when the cause is the most probable cause and potentially determined by an expert."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "NC", uml:enumeration . nc:FaultCategoryKind a owl:Class ; - rdfs:label "FaultCategoryKind"@en ; - rdfs:comment "Available kinds of fault categories." ; + rdfs:label "FaultCategoryKind" ; + rdfs:comment "Available kinds of fault categories."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "NC", uml:enumeration . nc:FaultCause a owl:Class ; - rdfs:label "FaultCause"@en ; - rdfs:comment "Fault cause." ; + rdfs:label "FaultCause" ; + rdfs:comment "Fault cause."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "NC", uml:concrete . nc:FaultKind a owl:Class ; - rdfs:label "FaultKind"@en ; + rdfs:label "FaultKind" ; rdfs:comment """One fault can consist of several fault types. If a fault consists of several fault types, the most significant fault type is used. -In case of developing faults, that is in faults changing from one type to another, the final type is given.""" ; +In case of developing faults, that is in faults changing from one type to another, the final type is given."""@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "NC", uml:enumeration . nc:FaultOutage a owl:Class ; - rdfs:label "FaultOutage"@en ; - rdfs:comment "Association class for relating one fault and one outage." ; + rdfs:label "FaultOutage" ; + rdfs:comment "Association class for relating one fault and one outage."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "NC", uml:concrete . nc:GridDisturbance a owl:Class ; - rdfs:label "GridDisturbance"@en ; - rdfs:comment "Automatic, unintended, or manual undeferrable switching of breakers as a result of faults in the power grid." ; + rdfs:label "GridDisturbance" ; + rdfs:comment "Automatic, unintended, or manual undeferrable switching of breakers as a result of faults in the power grid."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:Interruption a owl:Class ; - rdfs:label "Interruption"@en ; - rdfs:comment "Disappearance of the supply voltage at a delivery point." ; + rdfs:label "Interruption" ; + rdfs:comment "Disappearance of the supply voltage at a delivery point."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:SystemOperator a owl:Class ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "System operator." ; + rdfs:label "SystemOperator" ; + rdfs:comment "System operator."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "NC" . nc:SystemUnitKind a owl:Class ; - rdfs:label "SystemUnitKind"@en ; + rdfs:label "SystemUnitKind" ; rdfs:comment """A system unit is defined as: A group of components which are delimited by one or more circuit breakers. @@ -229,21 +231,21 @@ Note 3: a tripped element is synonymous to a tripped system unit. Note 4: the type of a system unit is determined by its dominant component. The available system unit types are power transformer, overhead line, cable, reactor, busbar, series capacitor, shunt capacitor and SVC. -Note 5: when a system unit is no longer transporting or supplying electrical energy, the system unit is affected by an outage. The system unit is unavailable after the outage has occurred.""" ; +Note 5: when a system unit is no longer transporting or supplying electrical energy, the system unit is affected by an outage. The system unit is unavailable after the outage has occurred."""@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "NC", uml:enumeration . nc:TripKind a owl:Class ; - rdfs:label "TripKind"@en ; + rdfs:label "TripKind" ; rdfs:comment """Whether the type of the trip due to the outage was automatic, automatic with successful automatic reclosing or manual. -In case of a fault in the reclosing automatics resulting in lack of reclosing, automatic should be chosen as an alternative.""" ; +In case of a fault in the reclosing automatics resulting in lack of reclosing, automatic should be chosen as an alternative."""@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; cims:stereotype "NC", uml:enumeration . cim:BaseVoltage.Fault a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Fault"@en ; - rdfs:comment "The fault which belongs to the base voltage." ; + rdfs:label "Fault" ; + rdfs:comment "The fault which belongs to the base voltage."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -252,8 +254,8 @@ cim:BaseVoltage.Fault a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Fault . cim:CoordinateSystem.Locations a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Locations"@en ; - rdfs:comment "All locations described with position points in this coordinate system." ; + rdfs:label "Locations" ; + rdfs:comment "All locations described with position points in this coordinate system."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Location.CoordinateSystem ; @@ -261,8 +263,8 @@ cim:CoordinateSystem.Locations a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:Location . cim:Equipment.Faults a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Faults"@en ; - rdfs:comment "All faults on this equipment." ; + rdfs:label "Faults" ; + rdfs:comment "All faults on this equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Fault.FaultyEquipment ; @@ -270,8 +272,8 @@ cim:Equipment.Faults a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFu rdfs:range cim:Fault . cim:Equipment.Outages a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Outages"@en ; - rdfs:comment "All outages in which this equipment is involved." ; + rdfs:label "Outages" ; + rdfs:comment "All outages in which this equipment is involved."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Outage.Equipments ; @@ -279,8 +281,8 @@ cim:Equipment.Outages a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseF rdfs:range cim:Outage . cim:Equipment.UnplannedOutage a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "UnplannedOutage"@en ; - rdfs:comment "The outage this tripped breaker is involved with." ; + rdfs:label "UnplannedOutage" ; + rdfs:comment "The outage this tripped breaker is involved with."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -289,8 +291,8 @@ cim:Equipment.UnplannedOutage a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:UnplannedOutage . cim:Fault.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BaseVoltage"@en ; - rdfs:comment "The base voltage of this fault." ; + rdfs:label "BaseVoltage" ; + rdfs:comment "The base voltage of this fault."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -299,8 +301,8 @@ cim:Fault.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:BaseVoltage . cim:Fault.FaultyEquipment a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "FaultyEquipment"@en ; - rdfs:comment "Equipment carrying this fault." ; + rdfs:label "FaultyEquipment" ; + rdfs:comment "Equipment carrying this fault."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Equipment.Faults ; @@ -308,8 +310,8 @@ cim:Fault.FaultyEquipment a owl:ObjectProperty, owl:FunctionalProperty, owl:Inve rdfs:range cim:Equipment . cim:Fault.Location a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Location"@en ; - rdfs:comment "Location of this fault." ; + rdfs:label "Location" ; + rdfs:comment "Location of this fault."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Location.Fault ; @@ -317,24 +319,24 @@ cim:Fault.Location a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Location . cim:Fault.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "The kind of phase fault." ; + rdfs:label "kind" ; + rdfs:comment "The kind of phase fault."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Fault ; rdfs:range cim:PhaseConnectedFaultKind . cim:Fault.phases a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "phases"@en ; - rdfs:comment "The phases participating in the fault. The fault connections into these phases are further specified by the type of fault." ; + rdfs:label "phases" ; + rdfs:comment "The phases participating in the fault. The fault connections into these phases are further specified by the type of fault."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Fault ; rdfs:range cim:PhaseCode . cim:Location.CoordinateSystem a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CoordinateSystem"@en ; - rdfs:comment "Coordinate system used to describe position points of this location." ; + rdfs:label "CoordinateSystem" ; + rdfs:comment "Coordinate system used to describe position points of this location."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:CoordinateSystem.Locations ; @@ -342,8 +344,8 @@ cim:Location.CoordinateSystem a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:CoordinateSystem . cim:Location.Fault a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Fault"@en ; - rdfs:comment "All faults at this location." ; + rdfs:label "Fault" ; + rdfs:comment "All faults at this location."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Fault.Location ; @@ -351,8 +353,8 @@ cim:Location.Fault a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Fault . cim:Location.PositionPoints a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PositionPoints"@en ; - rdfs:comment "Sequence of position points describing this location, expressed in coordinate system 'Location.CoordinateSystem'." ; + rdfs:label "PositionPoints" ; + rdfs:comment "Sequence of position points describing this location, expressed in coordinate system 'Location.CoordinateSystem'."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:PositionPoint.Location ; @@ -360,8 +362,8 @@ cim:Location.PositionPoints a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:PositionPoint . cim:Outage.Equipments a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Equipments"@en ; - rdfs:comment "All equipments associated with this outage." ; + rdfs:label "Equipments" ; + rdfs:comment "All equipments associated with this outage."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Equipment.Outages ; @@ -369,8 +371,8 @@ cim:Outage.Equipments a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseF rdfs:range cim:Equipment . cim:PositionPoint.Location a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Location"@en ; - rdfs:comment "Location described by this position point." ; + rdfs:label "Location" ; + rdfs:comment "Location described by this position point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Location.PositionPoints ; @@ -378,8 +380,8 @@ cim:PositionPoint.Location a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Location . cim:UnplannedOutage.TrippedEquipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TrippedEquipment"@en ; - rdfs:comment "The equipment that tripped during the outage." ; + rdfs:label "TrippedEquipment" ; + rdfs:comment "The equipment that tripped during the outage."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -388,8 +390,8 @@ cim:UnplannedOutage.TrippedEquipment a owl:ObjectProperty, owl:InverseFunctional rdfs:range cim:Equipment . nc:Equipment.Interruption a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Interruption"@en ; - rdfs:comment "The interruption that belongs to the interrupted delivery equipment." ; + rdfs:label "Interruption" ; + rdfs:comment "The interruption that belongs to the interrupted delivery equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -398,8 +400,8 @@ nc:Equipment.Interruption a owl:ObjectProperty, owl:FunctionalProperty, owl:Inve rdfs:range nc:Interruption . nc:Fault.FaultCause a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FaultCause"@en ; - rdfs:comment "The fault and cause combination to be simulated for this fault." ; + rdfs:label "FaultCause" ; + rdfs:comment "The fault and cause combination to be simulated for this fault."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -408,8 +410,8 @@ nc:Fault.FaultCause a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:FaultCause . nc:Fault.FaultOutage a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FaultOutage"@en ; - rdfs:comment "The combination of a fault and an outage to be simulated for this fault." ; + rdfs:label "FaultOutage" ; + rdfs:comment "The combination of a fault and an outage to be simulated for this fault."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -418,8 +420,8 @@ nc:Fault.FaultOutage a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:FaultOutage . nc:Fault.GridDisturbance a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GridDisturbance"@en ; - rdfs:comment "A grid disturbance to contain all faults." ; + rdfs:label "GridDisturbance" ; + rdfs:comment "A grid disturbance to contain all faults."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -428,8 +430,8 @@ nc:Fault.GridDisturbance a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:GridDisturbance . nc:Fault.SystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "The system operator in whose control area this fault occurred." ; + rdfs:label "SystemOperator" ; + rdfs:comment "The system operator in whose control area this fault occurred."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -438,26 +440,26 @@ nc:Fault.SystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SystemOperator . nc:Fault.category a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "category"@en ; - rdfs:comment "The fault category." ; + rdfs:label "category" ; + rdfs:comment "The fault category."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:Fault ; rdfs:range nc:FaultCategoryKind . nc:Fault.faultKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "faultKind"@en ; + rdfs:label "faultKind" ; rdfs:comment """One fault can consist of several fault types. If a fault consists of several fault types, the most significant fault type is used. -In case of developing faults, that is in faults changing from one type to another, the final type is given.""" ; +In case of developing faults, that is in faults changing from one type to another, the final type is given."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:Fault ; rdfs:range nc:FaultKind . nc:FaultCause.Fault a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Fault"@en ; - rdfs:comment "The fault defined for this fault and cause combination." ; + rdfs:label "Fault" ; + rdfs:comment "The fault defined for this fault and cause combination."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -466,8 +468,8 @@ nc:FaultCause.Fault a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Fault . nc:FaultCause.FaultCauseType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "FaultCauseType"@en ; - rdfs:comment "The fault and cause combination to be simulated for this cause." ; + rdfs:label "FaultCauseType" ; + rdfs:comment "The fault and cause combination to be simulated for this cause."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -476,18 +478,18 @@ nc:FaultCause.FaultCauseType a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:FaultCauseType . nc:FaultCause.certaintyLevel a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "certaintyLevel"@en ; + rdfs:label "certaintyLevel" ; rdfs:comment """The degree of certainty of which the cause of a fault is determined by a user. Note 1: the used certainty levels are low, medium and high. High certainty level is used when the cause of a fault is 100 % certain or when the cause is the most probable cause and potentially determined by an expert. Medium certainty level is used when the cause of the fault is very probable but there is not enough evidence to fully support the claim. Low certainty level is used when there is some idea of what the cause could be with the help of, for example, the fault details or expert knowledge. -Note 2: the fault cause ‘unknown’ is used if no other fault cause can be chosen by any degree of certainty.""" ; +Note 2: the fault cause ‘unknown’ is used if no other fault cause can be chosen by any degree of certainty."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:FaultCause ; rdfs:range nc:CertaintyLevelKind . nc:FaultCauseType.FaultCause a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FaultCause"@en ; - rdfs:comment "The fault cause defined for this fault and cause combination." ; + rdfs:label "FaultCause" ; + rdfs:comment "The fault cause defined for this fault and cause combination."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -496,8 +498,8 @@ nc:FaultCauseType.FaultCause a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range nc:FaultCause . nc:FaultOutage.Fault a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Fault"@en ; - rdfs:comment "The fault defined for this combination of a fault and an outage." ; + rdfs:label "Fault" ; + rdfs:comment "The fault defined for this combination of a fault and an outage."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -506,8 +508,8 @@ nc:FaultOutage.Fault a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Fault . nc:FaultOutage.Outage a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Outage"@en ; - rdfs:comment "The outage defined for this combination of a fault and an outage." ; + rdfs:label "Outage" ; + rdfs:comment "The outage defined for this combination of a fault and an outage."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -516,8 +518,8 @@ nc:FaultOutage.Outage a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Outage . nc:GridDisturbance.Fault a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Fault"@en ; - rdfs:comment "Faults that are related to one grid disturbance." ; + rdfs:label "Fault" ; + rdfs:comment "Faults that are related to one grid disturbance."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -526,8 +528,8 @@ nc:GridDisturbance.Fault a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Fault . nc:Interruption.InterruptedDeliveryEquipment a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "InterruptedDeliveryEquipment"@en ; - rdfs:comment "The delivery point (equipment) that is affected by the interruption. It is an equipment, power transformer or busbar in the grid where electricity is exchanged." ; + rdfs:label "InterruptedDeliveryEquipment" ; + rdfs:comment "The delivery point (equipment) that is affected by the interruption. It is an equipment, power transformer or busbar in the grid where electricity is exchanged."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -536,8 +538,8 @@ nc:Interruption.InterruptedDeliveryEquipment a owl:ObjectProperty, owl:Functiona rdfs:range cim:Equipment . nc:Interruption.Outage a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Outage"@en ; - rdfs:comment "One outage may have multiple interruptions." ; + rdfs:label "Outage" ; + rdfs:comment "One outage may have multiple interruptions."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -546,24 +548,24 @@ nc:Interruption.Outage a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Outage . nc:Interruption.energyNotDelivered a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "energyNotDelivered"@en ; - rdfs:comment "The estimated energy which would have been delivered through the delivery point if no interruption and no transmission restrictions had occurred." ; + rdfs:label "energyNotDelivered" ; + rdfs:comment "The estimated energy which would have been delivered through the delivery point if no interruption and no transmission restrictions had occurred."@en ; cims:dataType cim:RealEnergy ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:Interruption . nc:Interruption.energyNotSupplied a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "energyNotSupplied"@en ; - rdfs:comment "The estimated energy which would have been supplied to end-users if no interruption and no transmission restrictions had occurred." ; + rdfs:label "energyNotSupplied" ; + rdfs:comment "The estimated energy which would have been supplied to end-users if no interruption and no transmission restrictions had occurred."@en ; cims:dataType cim:RealEnergy ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:Interruption . nc:Outage.FaultOutage a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FaultOutage"@en ; - rdfs:comment "The combination of a fault and an outage to be simulated for this outage." ; + rdfs:label "FaultOutage" ; + rdfs:comment "The combination of a fault and an outage to be simulated for this outage."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -572,8 +574,8 @@ nc:Outage.FaultOutage a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:FaultOutage . nc:Outage.Interruption a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Interruption"@en ; - rdfs:comment "Multiple interruptions may be connected with an outage." ; + rdfs:label "Interruption" ; + rdfs:comment "Multiple interruptions may be connected with an outage."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -582,8 +584,8 @@ nc:Outage.Interruption a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:Interruption . nc:SystemOperator.Fault a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Fault"@en ; - rdfs:comment "The faults that have occurred in this System Operator's control area." ; + rdfs:label "Fault" ; + rdfs:comment "The faults that have occurred in this System Operator's control area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -592,19 +594,19 @@ nc:SystemOperator.Fault a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Fault . nc:UnplannedOutage.autoReclosingKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "autoReclosingKind"@en ; + rdfs:label "autoReclosingKind" ; rdfs:comment """The type of autoreclosing that occurred with the trip. If high-speed automatic reclosing is successful at one end of a line, but the line needs to be reclosed manually at the other end, choose manual reclosing. -In this document, high-speed automatic reclosing refers to automatic reclosing after less than 2 seconds.""" ; +In this document, high-speed automatic reclosing refers to automatic reclosing after less than 2 seconds."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:UnplannedOutage ; rdfs:range nc:AutoReclosingKind . nc:UnplannedOutage.systemUnitKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "systemUnitKind"@en ; + rdfs:label "systemUnitKind" ; rdfs:comment """The type of system unit of the component affected by the outage. A system unit is defined as: @@ -619,116 +621,116 @@ Note 3: a tripped element is synonymous to a tripped system unit. Note 4: the type of a system unit is determined by its dominant component. The available system unit types are power transformer, overhead line, cable, reactor, busbar, series capacitor, shunt capacitor and SVC. -Note 5: when a system unit is no longer transporting or supplying electrical energy, the system unit is affected by an outage. The system unit is unavailable after the outage has occurred.""" ; +Note 5: when a system unit is no longer transporting or supplying electrical energy, the system unit is affected by an outage. The system unit is unavailable after the outage has occurred."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:UnplannedOutage ; rdfs:range nc:SystemUnitKind . nc:UnplannedOutage.tripKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "tripKind"@en ; + rdfs:label "tripKind" ; rdfs:comment """Whether the type of the trip due to the outage was automatic, automatic with successful automatic reclosing or manual. -In case of a fault in the reclosing automatics resulting in lack of reclosing, automatic should be chosen as an alternative.""" ; +In case of a fault in the reclosing automatics resulting in lack of reclosing, automatic should be chosen as an alternative."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:UnplannedOutage ; rdfs:range nc:TripKind . cim:CoordinateSystem.crsUrn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "crsUrn"@en ; + rdfs:label "crsUrn" ; rdfs:comment """A Uniform Resource Name (URN) for the coordinate reference system (crs) used to define 'Location.PositionPoints'. An example would be the European Petroleum Survey Group (EPSG) code for a coordinate reference system, defined in URN under the Open Geospatial Consortium (OGC) namespace as: urn:ogc:def:crs:EPSG::XXXX, where XXXX is an EPSG code (a full list of codes can be found at the EPSG Registry web site http://www.epsg-registry.org/). To define the coordinate system as being WGS84 (latitude, longitude) using an EPSG OGC, this attribute would be urn:ogc:def:crs:EPSG::4236. -A profile should limit this code to a set of allowed URNs agreed to by all sending and receiving parties.""" ; +A profile should limit this code to a set of allowed URNs agreed to by all sending and receiving parties."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:CoordinateSystem ; rdfs:range xsd:string . cim:Fault.occurredDateTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "occurredDateTime"@en ; - rdfs:comment "The date and time at which the fault occurred." ; + rdfs:label "occurredDateTime" ; + rdfs:comment "The date and time at which the fault occurred."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Fault ; rdfs:range xsd:dateTime . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:PositionPoint.xPosition a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xPosition"@en ; - rdfs:comment "X axis position." ; + rdfs:label "xPosition" ; + rdfs:comment "X axis position."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PositionPoint ; rdfs:range xsd:string . cim:PositionPoint.yPosition a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "yPosition"@en ; - rdfs:comment "Y axis position." ; + rdfs:label "yPosition" ; + rdfs:comment "Y axis position."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PositionPoint ; rdfs:range xsd:string . cim:PositionPoint.zPosition a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "zPosition"@en ; - rdfs:comment "(if applicable) Z axis position." ; + rdfs:label "zPosition" ; + rdfs:comment "(if applicable) Z axis position."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PositionPoint ; rdfs:range xsd:string . cim:UnplannedOutage.reportedStartTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "reportedStartTime"@en ; - rdfs:comment "The earliest start time of the Outage - as reported by some system or individual" ; + rdfs:label "reportedStartTime" ; + rdfs:comment "The earliest start time of the Outage - as reported by some system or individual"@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:UnplannedOutage ; rdfs:range xsd:dateTime . nc:Fault.duration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "duration"@en ; - rdfs:comment "The duration of the fault." ; + rdfs:label "duration" ; + rdfs:comment "The duration of the fault."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:Fault ; rdfs:range xsd:duration . nc:Fault.isDirectlyEarthed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isDirectlyEarthed"@en ; + rdfs:label "isDirectlyEarthed" ; rdfs:comment """Whether the power system is directly earthed (true) or compensated (false). -Usually optional for faults on units with reactive compensation with voltages lower than 100 kV.""" ; +Usually optional for faults on units with reactive compensation with voltages lower than 100 kV."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:Fault ; rdfs:range xsd:boolean . nc:Fault.isIntermittent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isIntermittent"@en ; + rdfs:label "isIntermittent" ; rdfs:comment """The kind of occurrence of the fault. It is either intermittent (true) or non-intermittent (false). An intermittent fault is a recurring fault in the same unit and in the same place and for the same reason which repeats itself before it becomes necessary to carry out any repairs or eliminate the cause [8]. A non-intermittent fault occurs only once. @@ -736,14 +738,14 @@ A non-intermittent fault occurs only once. Note 1: a fault which repeats itself after an inspection, which did not result in the fault being pinpointed or repaired, is not considered an intermittent fault. A fault like this is considered as the beginning of a grid disturbance every time the fault occurs. Note 2: one example of an intermittent fault is galloping lines. Note 3: when deciding whether a fault is intermittent or not, one should consider more of the cause, location and consequence of the fault and not on the time between the faults. An intermittent fault is counted as one fault. However, all individual caused outages are connected to this fault. -Note 4: there is no standard for the required timespan between intermittent faults. Some system operators use 2 hours.""" ; +Note 4: there is no standard for the required timespan between intermittent faults. Some system operators use 2 hours."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:Fault ; rdfs:range xsd:boolean . nc:Fault.isPermanent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isPermanent"@en ; + rdfs:label "isPermanent" ; rdfs:comment """Whether the fault is a permanent (true) or a temporary (false) fault. A permanent fault is a fault that will remain unless it is removed by some intervention. Note 1 to entry: The “intervention” may be modification or maintenance. @@ -752,73 +754,73 @@ Note 3: the duration of the disconnection is irrelevant when determining if a fa A temporary fault is a fault where the unit or component is undamaged and is restored to service by switching operations without repair but possibly with on-site inspection. Note 1: a temporary fault does not require measures other than the reconnection of circuit breakers, replacement of fuses or signal acknowledgement. -Note 2: the duration of the disconnection is irrelevant when determining if a fault is temporary or not. If, for example, a fault results in long-term disconnection and (on-site) inspection cannot pinpoint its source, the fault is considered to be temporary as no repairs are carried out.""" ; +Note 2: the duration of the disconnection is irrelevant when determining if a fault is temporary or not. If, for example, a fault results in long-term disconnection and (on-site) inspection cannot pinpoint its source, the fault is considered to be temporary as no repairs are carried out."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:Fault ; rdfs:range xsd:boolean . nc:Fault.repairTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "repairTime"@en ; + rdfs:label "repairTime" ; rdfs:comment """Time from when repair commences, including necessary troubleshooting, until the unit’s function(s) has (have) been resumed and the unit is ready for operation. Note 1: repair time is registered only for permanent faults and does not include administrative delays (voluntary waiting time). However, any preparations necessary to carry out repairs, for example the collection or ordering of spare parts, waiting for spare parts or transport, are included in the repair time. Note 2: the repair time is zero if a fault is left unrepaired deliberately. -Note 3: this definition differs from the IEC 192-07-19 definition by also including the preparation time necessary to carry out the repairs mentioned in note 1.""" ; +Note 3: this definition differs from the IEC 192-07-19 definition by also including the preparation time necessary to carry out the repairs mentioned in note 1."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:Fault ; rdfs:range xsd:duration . nc:Fault.sequenceNumber a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sequenceNumber"@en ; + rdfs:label "sequenceNumber" ; rdfs:comment """A chronological serial number indicating the order of the faults related to the grid disturbance. -Primary faults have fault ID “1”, and secondary/latent faults have fault ID “2” or more.""" ; +Primary faults have fault ID “1”, and secondary/latent faults have fault ID “2” or more."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:Fault ; rdfs:range xsd:integer . nc:FaultCause.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:FaultCause ; rdfs:range xsd:string . nc:FaultOutage.isMainFault a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isMainFault"@en ; - rdfs:comment "If true the fault outage is the main fault." ; + rdfs:label "isMainFault" ; + rdfs:comment "If true the fault outage is the main fault."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:FaultOutage ; rdfs:range xsd:boolean . nc:FaultOutage.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:FaultOutage ; rdfs:range xsd:string . nc:Interruption.duration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "duration"@en ; - rdfs:comment "The duration of the interruption." ; + rdfs:label "duration" ; + rdfs:comment "The duration of the interruption."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:Interruption ; rdfs:range xsd:duration . nc:Interruption.interruptedPower a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "interruptedPower"@en ; - rdfs:comment "The estimated power that was delivered through the delivery point when the interruption occurred." ; + rdfs:label "interruptedPower" ; + rdfs:comment "The estimated power that was delivered through the delivery point when the interruption occurred."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -829,32 +831,32 @@ nc:Interruption.interruptedPower a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:Interruption.startDateTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startDateTime"@en ; - rdfs:comment "The date and time at which the interruption occurred." ; + rdfs:label "startDateTime" ; + rdfs:comment "The date and time at which the interruption occurred."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:Interruption ; rdfs:range xsd:dateTime . nc:UnplannedOutage.duration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "duration"@en ; - rdfs:comment "The duration of the unplanned outage." ; + rdfs:label "duration" ; + rdfs:comment "The duration of the unplanned outage."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:UnplannedOutage ; rdfs:range xsd:duration . nc:UnplannedOutage.startDateTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startDateTime"@en ; - rdfs:comment "The date and time at which the unplanned outage occurred." ; + rdfs:label "startDateTime" ; + rdfs:comment "The date and time at which the unplanned outage occurred."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:UnplannedOutage ; rdfs:range xsd:dateTime . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -893,152 +895,152 @@ cim:PerCent skos:exactMatch quantitykind:DimensionlessRatio . cim:PhaseCode.A a cim:PhaseCode ; rdfs:label "A" ; - rdfs:comment "Phase A." ; + rdfs:comment "Phase A."@en ; cims:stereotype "enum" . cim:PhaseCode.AB a cim:PhaseCode ; rdfs:label "AB" ; - rdfs:comment "Phases A and B." ; + rdfs:comment "Phases A and B."@en ; cims:stereotype "enum" . cim:PhaseCode.ABC a cim:PhaseCode ; rdfs:label "ABC" ; - rdfs:comment "Phases A, B, and C." ; + rdfs:comment "Phases A, B, and C."@en ; cims:stereotype "enum" . cim:PhaseCode.ABCN a cim:PhaseCode ; rdfs:label "ABCN" ; - rdfs:comment "Phases A, B, C, and N." ; + rdfs:comment "Phases A, B, C, and N."@en ; cims:stereotype "enum" . cim:PhaseCode.ABN a cim:PhaseCode ; rdfs:label "ABN" ; - rdfs:comment "Phases A, B, and neutral." ; + rdfs:comment "Phases A, B, and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.AC a cim:PhaseCode ; rdfs:label "AC" ; - rdfs:comment "Phases A and C." ; + rdfs:comment "Phases A and C."@en ; cims:stereotype "enum" . cim:PhaseCode.ACN a cim:PhaseCode ; rdfs:label "ACN" ; - rdfs:comment "Phases A, C and neutral." ; + rdfs:comment "Phases A, C and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.AN a cim:PhaseCode ; rdfs:label "AN" ; - rdfs:comment "Phases A and neutral." ; + rdfs:comment "Phases A and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.B a cim:PhaseCode ; rdfs:label "B" ; - rdfs:comment "Phase B." ; + rdfs:comment "Phase B."@en ; cims:stereotype "enum" . cim:PhaseCode.BC a cim:PhaseCode ; rdfs:label "BC" ; - rdfs:comment "Phases B and C." ; + rdfs:comment "Phases B and C."@en ; cims:stereotype "enum" . cim:PhaseCode.BCN a cim:PhaseCode ; rdfs:label "BCN" ; - rdfs:comment "Phases B, C, and neutral." ; + rdfs:comment "Phases B, C, and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.BN a cim:PhaseCode ; rdfs:label "BN" ; - rdfs:comment "Phases B and neutral." ; + rdfs:comment "Phases B and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.C a cim:PhaseCode ; rdfs:label "C" ; - rdfs:comment "Phase C." ; + rdfs:comment "Phase C."@en ; cims:stereotype "enum" . cim:PhaseCode.CN a cim:PhaseCode ; rdfs:label "CN" ; - rdfs:comment "Phases C and neutral." ; + rdfs:comment "Phases C and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.N a cim:PhaseCode ; rdfs:label "N" ; - rdfs:comment "Neutral phase." ; + rdfs:comment "Neutral phase."@en ; cims:stereotype "enum" . cim:PhaseCode.X a cim:PhaseCode ; rdfs:label "X" ; - rdfs:comment "Unknown non-neutral phase." ; + rdfs:comment "Unknown non-neutral phase."@en ; cims:stereotype "enum" . cim:PhaseCode.XN a cim:PhaseCode ; rdfs:label "XN" ; - rdfs:comment "Unknown non-neutral phase plus neutral." ; + rdfs:comment "Unknown non-neutral phase plus neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.XY a cim:PhaseCode ; rdfs:label "XY" ; - rdfs:comment "Two unknown non-neutral phases." ; + rdfs:comment "Two unknown non-neutral phases."@en ; cims:stereotype "enum" . cim:PhaseCode.XYN a cim:PhaseCode ; rdfs:label "XYN" ; - rdfs:comment "Two unknown non-neutral phases plus neutral." ; + rdfs:comment "Two unknown non-neutral phases plus neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.none a cim:PhaseCode ; rdfs:label "none" ; - rdfs:comment "No phases specified." ; + rdfs:comment "No phases specified."@en ; cims:stereotype "enum" . cim:PhaseCode.s1 a cim:PhaseCode ; rdfs:label "s1" ; - rdfs:comment "Secondary phase 1." ; + rdfs:comment "Secondary phase 1."@en ; cims:stereotype "enum" . cim:PhaseCode.s12 a cim:PhaseCode ; rdfs:label "s12" ; - rdfs:comment "Secondary phase 1 and 2." ; + rdfs:comment "Secondary phase 1 and 2."@en ; cims:stereotype "enum" . cim:PhaseCode.s12N a cim:PhaseCode ; rdfs:label "s12N" ; - rdfs:comment "Secondary phases 1, 2, and neutral." ; + rdfs:comment "Secondary phases 1, 2, and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.s1N a cim:PhaseCode ; rdfs:label "s1N" ; - rdfs:comment "Secondary phase 1 and neutral." ; + rdfs:comment "Secondary phase 1 and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.s2 a cim:PhaseCode ; rdfs:label "s2" ; - rdfs:comment "Secondary phase 2." ; + rdfs:comment "Secondary phase 2."@en ; cims:stereotype "enum" . cim:PhaseCode.s2N a cim:PhaseCode ; rdfs:label "s2N" ; - rdfs:comment "Secondary phase 2 and neutral." ; + rdfs:comment "Secondary phase 2 and neutral."@en ; cims:stereotype "enum" . cim:PhaseConnectedFaultKind.lineOpen a cim:PhaseConnectedFaultKind ; - rdfs:label "lineOpen"@en ; - rdfs:comment "The fault is when the conductor path is broken between two terminals. Additional coexisting faults may be required if the broken conductor also causes connections to grounds or other lines or phases." ; + rdfs:label "lineOpen" ; + rdfs:comment "The fault is when the conductor path is broken between two terminals. Additional coexisting faults may be required if the broken conductor also causes connections to grounds or other lines or phases."@en ; cims:stereotype "enum" . cim:PhaseConnectedFaultKind.lineToGround a cim:PhaseConnectedFaultKind ; - rdfs:label "lineToGround"@en ; - rdfs:comment "The fault connects the indicated phases to ground. The line to line fault impedance is not used and assumed infinite. The full ground impedance is connected between each phase specified in the fault and ground, but not between the phases." ; + rdfs:label "lineToGround" ; + rdfs:comment "The fault connects the indicated phases to ground. The line to line fault impedance is not used and assumed infinite. The full ground impedance is connected between each phase specified in the fault and ground, but not between the phases."@en ; cims:stereotype "enum" . cim:PhaseConnectedFaultKind.lineToLine a cim:PhaseConnectedFaultKind ; - rdfs:label "lineToLine"@en ; - rdfs:comment "The fault connects the specified phases together without a connection to ground. The ground impedance of this fault is ignored. The line to line impedance is connected between each of the phases specified in the fault. For example three times for a three phase fault, one time for a two phase fault. A single phase fault should not be specified." ; + rdfs:label "lineToLine" ; + rdfs:comment "The fault connects the specified phases together without a connection to ground. The ground impedance of this fault is ignored. The line to line impedance is connected between each of the phases specified in the fault. For example three times for a three phase fault, one time for a two phase fault. A single phase fault should not be specified."@en ; cims:stereotype "enum" . cim:PhaseConnectedFaultKind.lineToLineToGround a cim:PhaseConnectedFaultKind ; - rdfs:label "lineToLineToGround"@en ; - rdfs:comment "The fault connects the indicated phases to ground and to each other. The line to line impedance is connected between each of the phases specified in the fault in a full mesh. For example three times for a three phase fault, one time for a two phase fault. A single phase fault should not be specified. The full ground impedance is connected between each phase specified in the fault and ground." ; + rdfs:label "lineToLineToGround" ; + rdfs:comment "The fault connects the indicated phases to ground and to each other. The line to line impedance is connected between each of the phases specified in the fault in a full mesh. For example three times for a three phase fault, one time for a two phase fault. A single phase fault should not be specified. The full ground impedance is connected between each phase specified in the fault and ground."@en ; cims:stereotype "enum" . cim:Pressure skos:exactMatch quantitykind:Pressure . @@ -1048,8 +1050,8 @@ cim:Reactance skos:exactMatch quantitykind:Reactance . cim:ReactivePower skos:exactMatch quantitykind:ReactivePower . cim:RealEnergy a qudt:QuantityKind ; - rdfs:label "RealEnergy"@en ; - rdfs:comment "Real electrical energy." ; + rdfs:label "RealEnergy" ; + rdfs:comment "Real electrical energy."@en ; cims:belongsToCategory gd:Package_GridDisturbanceProfile ; qudt:applicableUnit cim:UnitSymbol.Wh ; skos:exactMatch quantitykind:Energy . @@ -1066,27 +1068,27 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . @@ -1097,209 +1099,209 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . gd:Package_DocGridDisturbanceProfile a cims:ClassCategory ; - rdfs:label "DocGridDisturbanceProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocGridDisturbanceProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . gd:Package_GridDisturbanceProfile a cims:ClassCategory ; - rdfs:label "GridDisturbanceProfile"@en ; - rdfs:comment "This package contains the grid disturbance profile." . + rdfs:label "GridDisturbanceProfile" ; + rdfs:comment "This package contains the grid disturbance profile."@en . nc:AutoReclosingKind.automaticallyAfter2SecondsOrMore a nc:AutoReclosingKind ; - rdfs:label "automaticallyAfter2SecondsOrMore"@en ; + rdfs:label "automaticallyAfter2SecondsOrMore" ; rdfs:comment """If the automatic reclosing was successful in 2 seconds or more. -Also known as "successful high-speed reclosing".""" ; +Also known as "successful high-speed reclosing"."""@en ; cims:stereotype "enum" . nc:AutoReclosingKind.automaticallyAfterLessThan2Seconds a nc:AutoReclosingKind ; - rdfs:label "automaticallyAfterLessThan2Seconds"@en ; + rdfs:label "automaticallyAfterLessThan2Seconds" ; rdfs:comment """If the automatic reclosing was successful in 2 seconds or less. -Also known as "successful high-speed reclosing".""" ; +Also known as "successful high-speed reclosing"."""@en ; cims:stereotype "enum" . nc:AutoReclosingKind.manuallyAfterInspection a nc:AutoReclosingKind ; - rdfs:label "manuallyAfterInspection"@en ; - rdfs:comment "If the reclosing was done manually after inspection of the component." ; + rdfs:label "manuallyAfterInspection" ; + rdfs:comment "If the reclosing was done manually after inspection of the component."@en ; cims:stereotype "enum" . nc:AutoReclosingKind.manuallyAfterRepair a nc:AutoReclosingKind ; - rdfs:label "manuallyAfterRepair"@en ; - rdfs:comment "If the reclosing was done manually after repair." ; + rdfs:label "manuallyAfterRepair" ; + rdfs:comment "If the reclosing was done manually after repair."@en ; cims:stereotype "enum" . nc:AutoReclosingKind.manuallyAfterRestructuringOfOperations a nc:AutoReclosingKind ; - rdfs:label "manuallyAfterRestructuringOfOperations"@en ; - rdfs:comment "If the reclosing was done manually after restructuring of operations." ; + rdfs:label "manuallyAfterRestructuringOfOperations" ; + rdfs:comment "If the reclosing was done manually after restructuring of operations."@en ; cims:stereotype "enum" . nc:AutoReclosingKind.manuallyWithoutEitherInspectionRepairOrRestructuringOfOperations a nc:AutoReclosingKind ; - rdfs:label "manuallyWithoutEitherInspectionRepairOrRestructuringOfOperations"@en ; - rdfs:comment "If the reclosing was done manually without any inspections, repairs or restructurings of operations." ; + rdfs:label "manuallyWithoutEitherInspectionRepairOrRestructuringOfOperations" ; + rdfs:comment "If the reclosing was done manually without any inspections, repairs or restructurings of operations."@en ; cims:stereotype "enum" . nc:AutoReclosingKind.other a nc:AutoReclosingKind ; - rdfs:label "other"@en ; - rdfs:comment "If the type of auto-reclosing is not unknown but does not fit the other categories, report it as other." ; + rdfs:label "other" ; + rdfs:comment "If the type of auto-reclosing is not unknown but does not fit the other categories, report it as other."@en ; cims:stereotype "enum" . nc:AutoReclosingKind.unknown a nc:AutoReclosingKind ; - rdfs:label "unknown"@en ; - rdfs:comment "If the type of auto-reclosing is unknown." ; + rdfs:label "unknown" ; + rdfs:comment "If the type of auto-reclosing is unknown."@en ; cims:stereotype "enum" . nc:CertaintyLevelKind.high a nc:CertaintyLevelKind ; - rdfs:label "high"@en ; - rdfs:comment "The certainty level is high." ; + rdfs:label "high" ; + rdfs:comment "The certainty level is high."@en ; cims:stereotype "enum" . nc:CertaintyLevelKind.low a nc:CertaintyLevelKind ; - rdfs:label "low"@en ; - rdfs:comment "The certainty level is low." ; + rdfs:label "low" ; + rdfs:comment "The certainty level is low."@en ; cims:stereotype "enum" . nc:CertaintyLevelKind.medium a nc:CertaintyLevelKind ; - rdfs:label "medium"@en ; - rdfs:comment "The certainty level is medium." ; + rdfs:label "medium" ; + rdfs:comment "The certainty level is medium."@en ; cims:stereotype "enum" . nc:CertaintyLevelKind.none a nc:CertaintyLevelKind ; - rdfs:label "none"@en ; - rdfs:comment "The certainty level is none." ; + rdfs:label "none" ; + rdfs:comment "The certainty level is none."@en ; cims:stereotype "enum" . nc:FaultCategoryKind.operational a nc:FaultCategoryKind ; - rdfs:label "operational"@en ; + rdfs:label "operational" ; rdfs:comment """A fault due to a temporary human error. -Note 1: incorrect operation is considered a fault in a component, or in other words, the incorrect operation is attributed to the unit which has been operated incorrectly.""" ; +Note 1: incorrect operation is considered a fault in a component, or in other words, the incorrect operation is attributed to the unit which has been operated incorrectly."""@en ; cims:stereotype "enum" . nc:FaultCategoryKind.system a nc:FaultCategoryKind ; - rdfs:label "system"@en ; + rdfs:label "system" ; rdfs:comment """A fault due to off-nominal parameters, exceeding of regulated norms and standards, or exceeding protection limits. -Note 1: Typical examples of system fault causes are high/low frequency, power oscillations, overload, overvoltage, undervoltage or high harmonic content in voltage or current. Common causes for system faults are significant changes in load or generation and switching of lines or transformers with following change of load flow.""" ; +Note 1: Typical examples of system fault causes are high/low frequency, power oscillations, overload, overvoltage, undervoltage or high harmonic content in voltage or current. Common causes for system faults are significant changes in load or generation and switching of lines or transformers with following change of load flow."""@en ; cims:stereotype "enum" . nc:FaultCategoryKind.technical a nc:FaultCategoryKind ; - rdfs:label "technical"@en ; - rdfs:comment "A fault due to a technical error." ; + rdfs:label "technical" ; + rdfs:comment "A fault due to a technical error."@en ; cims:stereotype "enum" . nc:FaultKind.functional a nc:FaultKind ; - rdfs:label "functional"@en ; - rdfs:comment "The components main function failed to occur." ; + rdfs:label "functional" ; + rdfs:comment "The components main function failed to occur."@en ; cims:stereotype "enum" . nc:FaultKind.lineOpen a nc:FaultKind ; - rdfs:label "lineOpen"@en ; - rdfs:comment "The fault is when the conductor path is broken between two terminals. Additional coexisting faults may be required if the broken conductor also causes connections to grounds or other lines or phases." ; + rdfs:label "lineOpen" ; + rdfs:comment "The fault is when the conductor path is broken between two terminals. Additional coexisting faults may be required if the broken conductor also causes connections to grounds or other lines or phases."@en ; cims:stereotype "enum" . nc:FaultKind.lineToGround a nc:FaultKind ; - rdfs:label "lineToGround"@en ; - rdfs:comment "The fault connects the indicated phases to ground. The line to line fault impedance is not used and assumed infinite. The full ground impedance is connected between each phase specified in the fault and ground, but not between the phases." ; + rdfs:label "lineToGround" ; + rdfs:comment "The fault connects the indicated phases to ground. The line to line fault impedance is not used and assumed infinite. The full ground impedance is connected between each phase specified in the fault and ground, but not between the phases."@en ; cims:stereotype "enum" . nc:FaultKind.lineToLine a nc:FaultKind ; - rdfs:label "lineToLine"@en ; - rdfs:comment "The fault connects the specified phases together without a connection to ground. The ground impedance of this fault is ignored. The line to line impedance is connected between each of the phases specified in the fault. For example three times for a three phase fault, one time for a two phase fault. A single phase fault should not be specified." ; + rdfs:label "lineToLine" ; + rdfs:comment "The fault connects the specified phases together without a connection to ground. The ground impedance of this fault is ignored. The line to line impedance is connected between each of the phases specified in the fault. For example three times for a three phase fault, one time for a two phase fault. A single phase fault should not be specified."@en ; cims:stereotype "enum" . nc:FaultKind.lineToLineToGround a nc:FaultKind ; - rdfs:label "lineToLineToGround"@en ; - rdfs:comment "The fault connects the indicated phases to ground and to each other. The line to line impedance is connected between each of the phases specified in the fault in a full mesh. For example three times for a three phase fault, one time for a two phase fault. A single phase fault should not be specified. The full ground impedance is connected between each phase specified in the fault and ground." ; + rdfs:label "lineToLineToGround" ; + rdfs:comment "The fault connects the indicated phases to ground and to each other. The line to line impedance is connected between each of the phases specified in the fault in a full mesh. For example three times for a three phase fault, one time for a two phase fault. A single phase fault should not be specified. The full ground impedance is connected between each phase specified in the fault and ground."@en ; cims:stereotype "enum" . nc:FaultKind.other a nc:FaultKind ; - rdfs:label "other"@en ; - rdfs:comment "For example, geomagnetic currents, SSR, capacitor bank imbalances, bad contact, overheating." ; + rdfs:label "other" ; + rdfs:comment "For example, geomagnetic currents, SSR, capacitor bank imbalances, bad contact, overheating."@en ; cims:stereotype "enum" . nc:FaultKind.undesiredFunction a nc:FaultKind ; - rdfs:label "undesiredFunction"@en ; + rdfs:label "undesiredFunction" ; rdfs:comment """If the component's main function occurred correctly but had an undesired result, that is, the fault. -Is only stated if the component is a circuit breaker, disconnector or control system.""" ; +Is only stated if the component is a circuit breaker, disconnector or control system."""@en ; cims:stereotype "enum" . nc:SystemUnitKind.busbar a nc:SystemUnitKind ; - rdfs:label "busbar"@en ; - rdfs:comment "If the main function of the system unit is busbar." ; + rdfs:label "busbar" ; + rdfs:comment "If the main function of the system unit is busbar."@en ; cims:stereotype "enum" . nc:SystemUnitKind.cable a nc:SystemUnitKind ; - rdfs:label "cable"@en ; - rdfs:comment "If the main function of the system unit is cable." ; + rdfs:label "cable" ; + rdfs:comment "If the main function of the system unit is cable."@en ; cims:stereotype "enum" . nc:SystemUnitKind.dcCable a nc:SystemUnitKind ; - rdfs:label "dcCable"@en ; - rdfs:comment "If the main function of the system unit is DCCable." ; + rdfs:label "dcCable" ; + rdfs:comment "If the main function of the system unit is DCCable."@en ; cims:stereotype "enum" . nc:SystemUnitKind.dcConverter a nc:SystemUnitKind ; - rdfs:label "dcConverter"@en ; - rdfs:comment "If the main function of the system unit is DCConverter." ; + rdfs:label "dcConverter" ; + rdfs:comment "If the main function of the system unit is DCConverter."@en ; cims:stereotype "enum" . nc:SystemUnitKind.facts a nc:SystemUnitKind ; - rdfs:label "facts"@en ; - rdfs:comment "If the main function of the system unit is FACTS." ; + rdfs:label "facts" ; + rdfs:comment "If the main function of the system unit is FACTS."@en ; cims:stereotype "enum" . nc:SystemUnitKind.other a nc:SystemUnitKind ; - rdfs:label "other"@en ; - rdfs:comment "If it is of other kind." ; + rdfs:label "other" ; + rdfs:comment "If it is of other kind."@en ; cims:stereotype "enum" . nc:SystemUnitKind.overheadLine a nc:SystemUnitKind ; - rdfs:label "overheadLine"@en ; - rdfs:comment "If the main function of the system unit is overhead line." ; + rdfs:label "overheadLine" ; + rdfs:comment "If the main function of the system unit is overhead line."@en ; cims:stereotype "enum" . nc:SystemUnitKind.powerTransformer a nc:SystemUnitKind ; - rdfs:label "powerTransformer"@en ; - rdfs:comment "If the main function of the system unit is power transformer." ; + rdfs:label "powerTransformer" ; + rdfs:comment "If the main function of the system unit is power transformer."@en ; cims:stereotype "enum" . nc:SystemUnitKind.reactor a nc:SystemUnitKind ; - rdfs:label "reactor"@en ; - rdfs:comment "If the main function of the system unit is reactor." ; + rdfs:label "reactor" ; + rdfs:comment "If the main function of the system unit is reactor."@en ; cims:stereotype "enum" . nc:SystemUnitKind.seriesCapacitor a nc:SystemUnitKind ; - rdfs:label "seriesCapacitor"@en ; - rdfs:comment "If the main function of the system unit is series capacitor." ; + rdfs:label "seriesCapacitor" ; + rdfs:comment "If the main function of the system unit is series capacitor."@en ; cims:stereotype "enum" . nc:SystemUnitKind.shuntCapacitor a nc:SystemUnitKind ; - rdfs:label "shuntCapacitor"@en ; - rdfs:comment "If the main function of the system unit is shunt capacitor." ; + rdfs:label "shuntCapacitor" ; + rdfs:comment "If the main function of the system unit is shunt capacitor."@en ; cims:stereotype "enum" . nc:SystemUnitKind.svc a nc:SystemUnitKind ; - rdfs:label "svc"@en ; - rdfs:comment "If the main function of the system unit is static var compensator (SVC)." ; + rdfs:label "svc" ; + rdfs:comment "If the main function of the system unit is static var compensator (SVC)."@en ; cims:stereotype "enum" . nc:TripKind.automatic a nc:TripKind ; - rdfs:label "automatic"@en ; + rdfs:label "automatic" ; rdfs:comment """The trip that resulted in the outage was automatic. -In case of a fault in the reclosing automatics resulting in lack of reclosing, automatic should be chosen as an alternative.""" ; +In case of a fault in the reclosing automatics resulting in lack of reclosing, automatic should be chosen as an alternative."""@en ; cims:stereotype "enum" . nc:TripKind.automaticWithUnsuccessfulAutomaticReclosing a nc:TripKind ; - rdfs:label "automaticWithUnsuccessfulAutomaticReclosing"@en ; + rdfs:label "automaticWithUnsuccessfulAutomaticReclosing" ; rdfs:comment """The trip that resulted in an outage was correctly initiated but the automatic reclosing was unsuccessful. -In case of a fault in the reclosing automatics resulting in lack of reclosing, automatic should be chosen as an alternative.""" ; +In case of a fault in the reclosing automatics resulting in lack of reclosing, automatic should be chosen as an alternative."""@en ; cims:stereotype "enum" . nc:TripKind.manual a nc:TripKind ; - rdfs:label "manual"@en ; - rdfs:comment "The trip that resulted in the outage was manually cleared." ; + rdfs:label "manual" ; + rdfs:comment "The trip that resulted in the outage was manually cleared."@en ; cims:stereotype "enum" . diff --git a/rdfs-improved/CGMES-NC/ttl/Header-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/Header-AP-Voc-RDFS2020.ttl index 5914a9f..6acb989 100644 --- a/rdfs-improved/CGMES-NC/ttl/Header-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/Header-AP-Voc-RDFS2020.ttl @@ -18,50 +18,50 @@ dh:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the document header profile."@en ; dcat:theme "vocabulary"@en ; - dct:conformsTo "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2" ; + dct:conformsTo , ; dct:creator "ENTSO-E"@en ; dct:identifier "urn:uuid:0693858e-f49d-46c2-805d-1dbb9fd9d90f" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Document header vocabulary"@en ; owl:backwardCompatibleWith ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.4"@en . + owl:versionInfo "2.3.4" . dm:DifferenceModel a owl:Class ; - rdfs:label "DifferenceModel"@en ; - rdfs:comment "It represents the difference model header. The content is described by the Model class, the association role forwardDifferences and association role reverseDifferences. Both association roles may have one set of Statements." ; + rdfs:label "DifferenceModel" ; + rdfs:comment "It represents the difference model header. The content is described by the Model class, the association role forwardDifferences and association role reverseDifferences. Both association roles may have one set of Statements."@en ; cims:belongsToCategory dh:Package_DocumentHeaderProfile ; cims:stereotype "dm", uml:concrete ; rdfs:subClassOf md:Model . md:FullModel a owl:Class ; - rdfs:label "FullModel"@en ; - rdfs:comment "It represents the full model header and its contents is described by the Model class." ; + rdfs:label "FullModel" ; + rdfs:comment "It represents the full model header and its contents is described by the Model class."@en ; cims:belongsToCategory dh:Package_DocumentHeaderProfile ; cims:stereotype uml:concrete, "md" ; rdfs:subClassOf md:Model . md:Model a owl:Class ; - rdfs:label "Model"@en ; + rdfs:label "Model" ; rdfs:comment """A Model is a collection of data describing instances, objects or entities, real or computed. In the context of CIM the semantics of the data is defined by profiles. Hence a model can contain equipment data, power flow initial values, power flow results etc. -The Model class describes the header content that is the same for the FullModel and the DifferenceModel. A Model is identified by an rdf:about attribute. The rdf:about attribute uniquely describes the model data and not the CIMXML document. A new rdf:about identification is generated for created documents only when the model data has changed. A repeated creation of documents from unchanged model data shall have the same rdf:about identification as previous document generated from the same model data.""" ; +The Model class describes the header content that is the same for the FullModel and the DifferenceModel. A Model is identified by an rdf:about attribute. The rdf:about attribute uniquely describes the model data and not the CIMXML document. A new rdf:about identification is generated for created documents only when the model data has changed. A repeated creation of documents from unchanged model data shall have the same rdf:about identification as previous document generated from the same model data."""@en ; cims:belongsToCategory dh:Package_DocumentHeaderProfile . rdf:Statement a owl:Class ; - rdfs:label "Statement"@en ; - rdfs:comment "It represent a set of Definition and/or Description elements." ; + rdfs:label "Statement" ; + rdfs:comment "It represent a set of Definition and/or Description elements."@en ; cims:belongsToCategory dh:Package_DocumentHeaderProfile ; cims:stereotype "Compound", "rdf" . dcat-cim:alternativeVersionOf a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "alternativeVersionOf"@en ; + rdfs:label "alternativeVersionOf" ; rdfs:comment """This resource is an alternative version of a non-versioned or abstract resource. This property is intended for relating a versioned resource to a non-versioned or abstract resource at the same time express that multiple versions exist. -dcat-cim:alternativeVersionOf is a specialisation of dcat:isVersionOf with the restriction that the resource shall have a preferred version (dcat-cim:preferredVersion) so that the preferred dataset can be used when there is no need to access all alternative versions.""" ; +dcat-cim:alternativeVersionOf is a specialisation of dcat:isVersionOf with the restriction that the resource shall have a preferred version (dcat-cim:preferredVersion) so that the preferred dataset can be used when there is no need to access all alternative versions."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat-cim" ; @@ -70,11 +70,11 @@ dcat-cim:alternativeVersionOf is a specialisation of dcat:isVersionOf with the r rdfs:range md:Model . dcat-cim:hasAlternativeVersion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "hasAlternativeVersion"@en ; + rdfs:label "hasAlternativeVersion" ; rdfs:comment """This resource has a more specific, versioned alternative resource. This property is intended for relating a non-versioned or abstract resource to several versioned alternative resources, e.g. snapshots. -dcat-cim:hasAlternativeVersion is a specialisation of dcat:hasVersion with the restriction that the resource shall have a preferred version (dcat-cim:preferredVersion) so that the preferred dataset can be used when there is no need to access all alternative versions.""" ; +dcat-cim:hasAlternativeVersion is a specialisation of dcat:hasVersion with the restriction that the resource shall have a preferred version (dcat-cim:preferredVersion) so that the preferred dataset can be used when there is no need to access all alternative versions."""@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcat-cim" ; @@ -83,8 +83,8 @@ dcat-cim:hasAlternativeVersion is a specialisation of dcat:hasVersion with the r rdfs:range md:Model . dcat-cim:hasPreferredVersion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "hasPreferredVersion"@en ; - rdfs:comment "The resource that has a preferred version." ; + rdfs:label "hasPreferredVersion" ; + rdfs:comment "The resource that has a preferred version."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcat-cim" ; @@ -93,9 +93,9 @@ dcat-cim:hasPreferredVersion a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range md:Model . dcat-cim:preferredVersion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "preferredVersion"@en ; + rdfs:label "preferredVersion" ; rdfs:comment """The preferred version of a resource in a lineage of alternative versions. -This property is used to specify a specific version to be the preference in a chain of alternatives, consisting of snapshots of a resource.""" ; +This property is used to specify a specific version to be the preference in a chain of alternatives, consisting of snapshots of a resource."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat-cim" ; @@ -104,8 +104,8 @@ This property is used to specify a specific version to be the preference in a ch rdfs:range md:Model . dcat:Resource7 a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource7"@en ; - rdfs:comment "The resoource of a previous version that has this next version." ; + rdfs:label "Resource7" ; + rdfs:comment "The resoource of a previous version that has this next version."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -114,8 +114,8 @@ dcat:Resource7 a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunction rdfs:range md:Model . dcat:Resource8 a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource8"@en ; - rdfs:comment "The resource that has this next version." ; + rdfs:label "Resource8" ; + rdfs:comment "The resource that has this next version."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -124,11 +124,11 @@ dcat:Resource8 a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunction rdfs:range md:Model . dcat:hasVersion a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "hasVersion"@en ; + rdfs:label "hasVersion" ; rdfs:comment """This resource is a version of a non-versioned or abstract resource. This property is intended for relating a versioned resource to a non-versioned or abstract resource. -The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dct:isVersionOf, which makes use of a broader notion of version, including editions and adaptations.""" ; +The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dct:isVersionOf, which makes use of a broader notion of version, including editions and adaptations."""@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcat" ; @@ -137,8 +137,8 @@ The notion of version used by this property is limited to versions resulting fro rdfs:range md:Model . dcat:inSeries a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "inSeries"@en ; - rdfs:comment "A dataset series of which the dataset is part." ; + rdfs:label "inSeries" ; + rdfs:comment "A dataset series of which the dataset is part."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -147,10 +147,10 @@ dcat:inSeries a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range md:Model . dcat:isVersionOf a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "isVersionOf"@en ; + rdfs:label "isVersionOf" ; rdfs:comment """This resource has a more specific, versioned resource. This property is intended for relating a non-versioned or abstract resource to several versioned resources, e.g., snapshots. -The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dct:hasVersion, which makes use of a broader notion of version, including editions and adaptations.""" ; +The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dct:hasVersion, which makes use of a broader notion of version, including editions and adaptations."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -159,8 +159,8 @@ The notion of version used by this property is limited to versions resulting fro rdfs:range md:Model . dcat:nextVersion a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "nextVersion"@en ; - rdfs:comment "The next version for the resource." ; + rdfs:label "nextVersion" ; + rdfs:comment "The next version for the resource."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -169,11 +169,11 @@ dcat:nextVersion a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFuncti rdfs:range md:Model . dcat:previousVersion a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "previousVersion"@en ; + rdfs:label "previousVersion" ; rdfs:comment """The previous version of a resource in a lineage. This property is meant to be used to specify a version chain, consisting of snapshots of a resource. -The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. One of the typical cases here is representing the history of the versions of a dataset that have been released over time.""" ; +The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. One of the typical cases here is representing the history of the versions of a dataset that have been released over time."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat" ; @@ -182,8 +182,8 @@ The notion of version used by this property is limited to versions resulting fro rdfs:range md:Model . dcat:seriesMember a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "seriesMember"@en ; - rdfs:comment "A dataset that is member of this series." ; + rdfs:label "seriesMember" ; + rdfs:comment "A dataset that is member of this series."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcat" ; @@ -192,8 +192,8 @@ dcat:seriesMember a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range md:Model . dct:Resource1 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource1"@en ; - rdfs:comment "The resource that has these access rights." ; + rdfs:label "Resource1" ; + rdfs:comment "The resource that has these access rights."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -202,8 +202,8 @@ dct:Resource1 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range md:Model . dct:Resource10 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource10"@en ; - rdfs:comment "The resource that has this spatial location." ; + rdfs:label "Resource10" ; + rdfs:comment "The resource that has this spatial location."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -212,8 +212,8 @@ dct:Resource10 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range md:Model . dct:Resource11 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource11"@en ; - rdfs:comment "The resource that is made available." ; + rdfs:label "Resource11" ; + rdfs:comment "The resource that is made available."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -222,8 +222,8 @@ dct:Resource11 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range md:Model . dct:Resource12 a owl:ObjectProperty ; - rdfs:label "Resource12"@en ; - rdfs:comment "The resource that replaces the referenced resource." ; + rdfs:label "Resource12" ; + rdfs:comment "The resource that replaces the referenced resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -232,8 +232,8 @@ dct:Resource12 a owl:ObjectProperty ; rdfs:range md:Model . dct:Resource13 a owl:ObjectProperty ; - rdfs:label "Resource13"@en ; - rdfs:comment "The resource that has these recerences." ; + rdfs:label "Resource13" ; + rdfs:comment "The resource that has these recerences."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -242,8 +242,8 @@ dct:Resource13 a owl:ObjectProperty ; rdfs:range md:Model . dct:Resource2 a owl:ObjectProperty ; - rdfs:label "Resource2"@en ; - rdfs:comment "The resource that conforms to." ; + rdfs:label "Resource2" ; + rdfs:comment "The resource that conforms to."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -252,8 +252,8 @@ dct:Resource2 a owl:ObjectProperty ; rdfs:range md:Model . dct:Resource3 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource3"@en ; - rdfs:comment "The resource that has this license." ; + rdfs:label "Resource3" ; + rdfs:comment "The resource that has this license."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -262,8 +262,8 @@ dct:Resource3 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range md:Model . dct:Resource4 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource4"@en ; - rdfs:comment "The resource that has this type." ; + rdfs:label "Resource4" ; + rdfs:comment "The resource that has this type."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -272,8 +272,8 @@ dct:Resource4 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range md:Model . dct:Resource5 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource5"@en ; - rdfs:comment "The resource that has this periodicity." ; + rdfs:label "Resource5" ; + rdfs:comment "The resource that has this periodicity."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -282,8 +282,8 @@ dct:Resource5 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range md:Model . dct:Resource6 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Resource6"@en ; - rdfs:comment "The resource that has this source." ; + rdfs:label "Resource6" ; + rdfs:comment "The resource that has this source."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -292,10 +292,10 @@ dct:Resource6 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range md:Model . dct:accessRights a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "accessRights"@en ; + rdfs:label "accessRights" ; rdfs:comment """Information about who access the resource or an indication of its security status. Access Rights may include information regarding access or restrictions based on privacy, security, or other policies. [CIM context: -Reference to the confidentiality level that shall be applied when handling this model.].""" ; +Reference to the confidentiality level that shall be applied when handling this model.]."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -304,10 +304,10 @@ Reference to the confidentiality level that shall be applied when handling this rdfs:range md:Model . dct:accrualPeriodicity a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "accrualPeriodicity"@en ; + rdfs:label "accrualPeriodicity" ; rdfs:comment """The frequency with which items are added to a collection. [CIM context: -Reference to the time frame.].""" ; +Reference to the time frame.]."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -316,11 +316,11 @@ Reference to the time frame.].""" ; rdfs:range md:Model . dct:conformsTo a owl:ObjectProperty ; - rdfs:label "conformsTo"@en ; + rdfs:label "conformsTo" ; rdfs:comment """An established standard to which the described resource conforms. [CIM context: An IRI describing the profile that governs this model. It uniquely identifies the profile and its version. Multiple instances of the property describe all standards or specifications to which the model and the document representing this model conform to. -A document would normally conform to profile definitions, the constraints that relate to the profile and/or the set of business specific constrains. A reference to a machine- readable constraints or specification indicates that the document was tested against these constraints and it conforms to them.].""" ; +A document would normally conform to profile definitions, the constraints that relate to the profile and/or the set of business specific constrains. A reference to a machine- readable constraints or specification indicates that the document was tested against these constraints and it conforms to them.]."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -329,10 +329,10 @@ A document would normally conform to profile definitions, the constraints that r rdfs:range md:Model . dct:license a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "license"@en ; + rdfs:label "license" ; rdfs:comment """A legal document giving official permission to do something with the resource. Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided. [CIM context: -Reference to the license under which the data is made available. If no license holder is defined, then the original data provider holds the license.].""" ; +Reference to the license under which the data is made available. If no license holder is defined, then the original data provider holds the license.]."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -341,10 +341,10 @@ Reference to the license under which the data is made available. If no license h rdfs:range md:Model . dct:publisher a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "publisher"@en ; + rdfs:label "publisher" ; rdfs:comment """An entity responsible for making the resource available. [CIM context: -The agent that is publishing the dataset on the given platform.]""" ; +The agent that is publishing the dataset on the given platform.]"""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -353,10 +353,10 @@ The agent that is publishing the dataset on the given platform.]""" ; rdfs:range md:Model . dct:references a owl:ObjectProperty ; - rdfs:label "references"@en ; + rdfs:label "references" ; rdfs:comment """A related resource that is referenced, cited, or otherwise pointed to by the described resource[. [CIM context: -The referenced resource that is being complemented in this dataset, e.g. SSH is referencing EQ.]""" ; +The referenced resource that is being complemented in this dataset, e.g. SSH is referencing EQ.]"""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -365,10 +365,10 @@ The referenced resource that is being complemented in this dataset, e.g. SSH is rdfs:range md:Model . dct:replaces a owl:ObjectProperty ; - rdfs:label "replaces"@en ; + rdfs:label "replaces" ; rdfs:comment """A related resource that is supplanted, displaced, or superseded by the described resource [CIM context: -The referenced dataset is being replaced by this dataset.]""" ; +The referenced dataset is being replaced by this dataset.]"""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms" ; @@ -377,9 +377,9 @@ The referenced dataset is being replaced by this dataset.]""" ; rdfs:range md:Model . dct:source a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "source"@en ; + rdfs:label "source" ; rdfs:comment """A related resource from which the described resource is derived. -This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system.""" ; +This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -388,10 +388,10 @@ This property is intended to be used with non-literal values. The described reso rdfs:range md:Model . dct:spatial a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "spatial"@en ; + rdfs:label "spatial" ; rdfs:comment """The geographical area covered by the dataset. [CIM context: -The responsibility area that multiple model can describe, also referred to frame.]""" ; +The responsibility area that multiple model can describe, also referred to frame.]"""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -400,8 +400,8 @@ The responsibility area that multiple model can describe, also referred to frame rdfs:range md:Model . dct:type a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "type"@en ; - rdfs:comment "The nature or genre of the resource. Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMI-TYPE]. To describe the file format, physical medium, or dimensions of the resource, use the property Format." ; + rdfs:label "type" ; + rdfs:comment "The nature or genre of the resource. Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMI-TYPE]. To describe the file format, physical medium, or dimensions of the resource, use the property Format."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms" ; @@ -410,32 +410,32 @@ dct:type a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range md:Model . dm:DifferenceModel.forwardDifferences a owl:ObjectProperty ; - rdfs:label "forwardDifferences"@en ; - rdfs:comment "A property of the difference model whose value is a collection of statements (i.e., resources of type rdf:Statement) representing the forward difference statements." ; + rdfs:label "forwardDifferences" ; + rdfs:comment "A property of the difference model whose value is a collection of statements (i.e., resources of type rdf:Statement) representing the forward difference statements."@en ; cims:multiplicity cims:M:1..n ; cims:stereotype uml:attribute ; rdfs:domain dm:DifferenceModel ; rdfs:range rdf:Statement . dm:DifferenceModel.preconditions a owl:ObjectProperty ; - rdfs:label "preconditions"@en ; - rdfs:comment "A property of the difference model whose value is the collection of precondition statements." ; + rdfs:label "preconditions" ; + rdfs:comment "A property of the difference model whose value is the collection of precondition statements."@en ; cims:multiplicity cims:M:1..n ; cims:stereotype uml:attribute ; rdfs:domain dm:DifferenceModel ; rdfs:range rdf:Statement . dm:DifferenceModel.reverseDifferences a owl:ObjectProperty ; - rdfs:label "reverseDifferences"@en ; - rdfs:comment "A property of the difference model whose value is the collection of reverse difference statements." ; + rdfs:label "reverseDifferences" ; + rdfs:comment "A property of the difference model whose value is the collection of reverse difference statements."@en ; cims:multiplicity cims:M:1..n ; cims:stereotype uml:attribute ; rdfs:domain dm:DifferenceModel ; rdfs:range rdf:Statement . eumd:Model1 a owl:ObjectProperty ; - rdfs:label "Model1"@en ; - rdfs:comment "The model taht uses these settings." ; + rdfs:label "Model1" ; + rdfs:comment "The model taht uses these settings."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "eumd" ; @@ -444,8 +444,8 @@ eumd:Model1 a owl:ObjectProperty ; rdfs:range md:Model . eumd:Model2 a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Model2"@en ; - rdfs:comment "The model for this process type." ; + rdfs:label "Model2" ; + rdfs:comment "The model for this process type."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "eumd" ; @@ -454,8 +454,8 @@ eumd:Model2 a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range md:Model . eumd:processType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "processType"@en ; - rdfs:comment "The exact business nature. Reference to Business Process configurations." ; + rdfs:label "processType" ; + rdfs:comment "The exact business nature. Reference to Business Process configurations."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "eumd" ; @@ -464,8 +464,8 @@ eumd:processType a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range md:Model . eumd:usedSettings a owl:ObjectProperty ; - rdfs:label "usedSettings"@en ; - rdfs:comment "Reference to a set of parameters describing used settings (e.g. power flow settings, process settings, etc.) applied to the model prior its serialisation." ; + rdfs:label "usedSettings" ; + rdfs:comment "Reference to a set of parameters describing used settings (e.g. power flow settings, process settings, etc.) applied to the model prior its serialisation."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; cims:stereotype "eumd" ; @@ -474,13 +474,13 @@ eumd:usedSettings a owl:ObjectProperty ; rdfs:range md:Model . md:Model.DependentOn a owl:ObjectProperty ; - rdfs:label "DependentOn"@en ; + rdfs:label "DependentOn" ; rdfs:comment """A reference to the model documents that the model described by this document depends on. In general there can be 0 or many Model.DependentOn depending on the profile and the content of the instance file. For instance: – A load flow solution depends on the topology model it was computed from – A topology model computed by a topology processor depends on the network model it was computed from. The referenced models are identified by the FullModel rdf:about attribute for full model documents and by DifferenceModel rdf:about attribute for difference model documents. -The references are maintained by the producer of the CIMXML document and the references are valid for the model with version and identifier for which the document was created.""" ; +The references are maintained by the producer of the CIMXML document and the references are valid for the model with version and identifier for which the document was created."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; cims:stereotype "md" ; @@ -489,8 +489,8 @@ The references are maintained by the producer of the CIMXML document and the ref rdfs:range md:Model . md:Model.Depending a owl:ObjectProperty ; - rdfs:label "Depending"@en ; - rdfs:comment "All documents depending on the model described by this document. This role is not intended to be included in any document exchanging instance data." ; + rdfs:label "Depending" ; + rdfs:comment "All documents depending on the model described by this document. This role is not intended to be included in any document exchanging instance data."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "md" ; @@ -499,8 +499,8 @@ md:Model.Depending a owl:ObjectProperty ; rdfs:range md:Model . md:Model.SupersededBy a owl:ObjectProperty ; - rdfs:label "SupersededBy"@en ; - rdfs:comment "All models superseding this model. This role is not intended to be included in any document exchanging instance data." ; + rdfs:label "SupersededBy" ; + rdfs:comment "All models superseding this model. This role is not intended to be included in any document exchanging instance data."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "md" ; @@ -509,8 +509,8 @@ md:Model.SupersededBy a owl:ObjectProperty ; rdfs:range md:Model . md:Model.Supersedes a owl:ObjectProperty ; - rdfs:label "Supersedes"@en ; - rdfs:comment "When a model is updated the resulting model supersedes the models that were used as basis for the update. Hence this is a reference to the CIMXML documents which are superseded by this model. A model (or instance file) can supersede 1 or more models, e.g. a difference model or a full model supersede multiple models (difference or full). In this case more than one Model.Supersedes are included in the header. The referenced document(s) is (are) identified by the URN/MRID/UUID in the FullModel rdf:about attribute when full model(s) is (are) referenced and by the URN/MRID/UUID in the DifferenceModel rdf:about attribute when difference model(s) is (are) referenced." ; + rdfs:label "Supersedes" ; + rdfs:comment "When a model is updated the resulting model supersedes the models that were used as basis for the update. Hence this is a reference to the CIMXML documents which are superseded by this model. A model (or instance file) can supersede 1 or more models, e.g. a difference model or a full model supersede multiple models (difference or full). In this case more than one Model.Supersedes are included in the header. The referenced document(s) is (are) identified by the URN/MRID/UUID in the FullModel rdf:about attribute when full model(s) is (are) referenced and by the URN/MRID/UUID in the DifferenceModel rdf:about attribute when difference model(s) is (are) referenced."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; cims:stereotype "md" ; @@ -519,8 +519,8 @@ md:Model.Supersedes a owl:ObjectProperty ; rdfs:range md:Model . prov:Entity a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Entity"@en ; - rdfs:comment "The entity that generated by this activity." ; + rdfs:label "Entity" ; + rdfs:comment "The entity that generated by this activity."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "prov" ; @@ -529,10 +529,10 @@ prov:Entity a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range md:Model . prov:wasGeneratedBy a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "wasGeneratedBy"@en ; + rdfs:label "wasGeneratedBy" ; rdfs:comment """Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. [CIM context: -Reference to an activity or the exact business nature (process, configuration) which produced or uses the model.].""" ; +Reference to an activity or the exact business nature (process, configuration) which produced or uses the model.]."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "prov" ; @@ -541,228 +541,228 @@ Reference to an activity or the exact business nature (process, configuration) w rdfs:range md:Model . adms:versionNotes a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "versionNotes"@en ; - rdfs:comment "A description of changes between this version and the previous version of the resource." ; + rdfs:label "versionNotes" ; + rdfs:comment "A description of changes between this version and the previous version of the resource."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "adms", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:string . dcat:endDate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "endDate"@en ; + rdfs:label "endDate" ; rdfs:comment """This property contains the end of the period. [CIM context: -The end date and time of the validity period of the model that it is serialized in the document where the header is located. It is only used in relation to the startDate property which indicates the beginning of the validity period of the model.].""" ; +The end date and time of the validity period of the model that it is serialized in the document where the header is located. It is only used in relation to the startDate property which indicates the beginning of the validity period of the model.]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:dateTimeStamp . dcat:keyword a owl:DatatypeProperty ; - rdfs:label "keyword"@en ; + rdfs:label "keyword" ; rdfs:comment """A keyword or tag describing a resource. [CIM context: The intended content type of the model, usually the profile keyword. Used to identify what profiles and content is expected in the document, e.g., Equipment, Boundary, SSH, AE, etc. The same keyword is used for different versions of same profile. It can be also used to identify different content based on the same profile. -For instance, as the equipment profile can be used for both boundary data and equipment not related to boundary, the keyword is different to indicate that boundary data is exchanged. In order to avoid ambiguity the property is not exchanged in cases where the document contains multiple profiles referenced by dct:conformsTo.].""" ; +For instance, as the equipment profile can be used for both boundary data and equipment not related to boundary, the keyword is different to indicate that boundary data is exchanged. In order to avoid ambiguity the property is not exchanged in cases where the document contains multiple profiles referenced by dct:conformsTo.]."""@en ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcat", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:string . dcat:startDate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startDate"@en ; + rdfs:label "startDate" ; rdfs:comment """This property contains the start of the period. [CIM context: -The date and time that this model represents, i.e. for which the model is (or was) valid. It indicates the beginning of the validity period. It is indicating either an instant (in cases where the model is only valid for a point in time) or the start time of a period. If not provided the model is considered valid for any time stamp. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.].""" ; +The date and time that this model represents, i.e. for which the model is (or was) valid. It indicates the beginning of the validity period. It is indicating either an instant (in cases where the model is only valid for a point in time) or the start time of a period. If not provided the model is considered valid for any time stamp. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:dateTimeStamp . dcat:temporalResolution a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "temporalResolution"@en ; + rdfs:label "temporalResolution" ; rdfs:comment """Minimum time period resolvable in the dataset. [CIM context: -Describes the Market Time Unit (MTU), e.g. hourly, 15 min., etc.]""" ; +Describes the Market Time Unit (MTU), e.g. hourly, 15 min., etc.]"""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:duration . dcat:version a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "version"@en ; - rdfs:comment "The version number of a resource." ; + rdfs:label "version" ; + rdfs:comment "The version number of a resource."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:string . dct:description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "A free-text account of the item." ; + rdfs:label "description" ; + rdfs:comment "A free-text account of the item."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:string . dct:identifier a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "identifier"@en ; + rdfs:label "identifier" ; rdfs:comment """An unambiguous reference to the resource within a given context. Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs. [CIM context: A unique identifier of the model which is serialised in the document where the header is located. The identifier is persistent for a given version of the model and shall change when the model changes. -If a model is serialized as complete (full) model or as difference model exchange the identifier shall be the same. The identifier shall not be used as an identifier of the document which can be different for a given version of a model.].""" ; +If a model is serialized as complete (full) model or as difference model exchange the identifier shall be the same. The identifier shall not be used as an identifier of the document which can be different for a given version of a model.]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:string . dct:issued a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "issued"@en ; + rdfs:label "issued" ; rdfs:comment """The date of listing (i.e., formal recording) of the corresponding dataset or service in the catalog. [CIM context: -Reference to the date that the complete data set was made valid/available.].""" ; +Reference to the date that the complete data set was made valid/available.]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:dateTime . dct:rights a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rights"@en ; - rdfs:comment "A statement that concerns all rights not addressed with dct:license or dct:accessRights, such as copyright statements." ; + rdfs:label "rights" ; + rdfs:comment "A statement that concerns all rights not addressed with dct:license or dct:accessRights, such as copyright statements."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:string . dct:rightsHolder a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rightsHolder"@en ; - rdfs:comment "Information about rights held in and over the resource. Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided." ; + rdfs:label "rightsHolder" ; + rdfs:comment "Information about rights held in and over the resource. Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:string . dct:title a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "title"@en ; + rdfs:label "title" ; rdfs:comment """A name given to the resource [CIM context: -The human readable name of the dataset that can form the instance file name.]""" ; +The human readable name of the dataset that can form the instance file name.]"""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:string . eumd:Model.applicationSoftware a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "applicationSoftware"@en ; + rdfs:label "applicationSoftware" ; rdfs:comment """Identifies the application software which generated this instance file. The application software term is defined in ISO/IEC/IEEE 24765:2017. The application software can be identified either: - as a string which contains information on the software name and version, e.g. <tool_name>-<major_version>.<minor_version>.<patch>, or -- as a reference to a software identification tag as defined by ISO/IEC 19770-2:2015 and ISO/IEC/IEEE 24765:2017.""" ; +- as a reference to a software identification tag as defined by ISO/IEC 19770-2:2015 and ISO/IEC/IEEE 24765:2017."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "eumd", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:string . euvoc:status a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "status"@en ; + rdfs:label "status" ; rdfs:comment """Indicates the status of a skos:Concept or a skosxl:Label, or any resource related to controlled vocabulary management. [CIM context: -The condition or position of an object with regard to its standing. (Validated, Primary, Backup etc.)].""" ; +The condition or position of an object with regard to its standing. (Validated, Primary, Backup etc.)]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "euvoc", uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:anyURI . md:Model.created a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "created"@en ; - rdfs:comment "The date and time when the model was created. It is the time of the serialization. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.created>2014-05-15T17:48:31.474Z</md:Model.created>." ; + rdfs:label "created" ; + rdfs:comment "The date and time when the model was created. It is the time of the serialization. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.created>2014-05-15T17:48:31.474Z</md:Model.created>."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute, "md" ; rdfs:domain md:Model ; rdfs:range xsd:dateTime . md:Model.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "A description of the model, e.g. the name of person that created the model and for what purpose. The number of UTF 8 characters is limited to 2000." ; + rdfs:label "description" ; + rdfs:comment "A description of the model, e.g. the name of person that created the model and for what purpose. The number of UTF 8 characters is limited to 2000."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute, "md" ; rdfs:domain md:Model ; rdfs:range xsd:string . md:Model.modelingAuthoritySet a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "modelingAuthoritySet"@en ; - rdfs:comment "A URN/URI referring to the organisation role / model authority set reference. The organization role is the source of the model. It is the same for all profiles part of a model exchange." ; + rdfs:label "modelingAuthoritySet" ; + rdfs:comment "A URN/URI referring to the organisation role / model authority set reference. The organization role is the source of the model. It is the same for all profiles part of a model exchange."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute, "md" ; rdfs:domain md:Model ; rdfs:range xsd:anyURI . md:Model.profile a owl:DatatypeProperty ; - rdfs:label "profile"@en ; - rdfs:comment "URN/URI describing the profiles that governs this model. It uniquely identifies the profiles and its version, e.g. http://iec.ch/TC57/61970-456/SteadyStateHypothesis/2/0." ; + rdfs:label "profile" ; + rdfs:comment "URN/URI describing the profiles that governs this model. It uniquely identifies the profiles and its version, e.g. http://iec.ch/TC57/61970-456/SteadyStateHypothesis/2/0."@en ; cims:multiplicity cims:M:0..n ; cims:stereotype uml:attribute, "md" ; rdfs:domain md:Model ; rdfs:range xsd:anyURI . md:Model.scenarioTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "scenarioTime"@en ; - rdfs:comment "The date and time that this model represents, i.e. for which the model is valid. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.scenarioTime>2030-01-15T17:00:00.000Z</md:Model.scenarioTime>." ; + rdfs:label "scenarioTime" ; + rdfs:comment "The date and time that this model represents, i.e. for which the model is valid. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.scenarioTime>2030-01-15T17:00:00.000Z</md:Model.scenarioTime>."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute, "md" ; rdfs:domain md:Model ; rdfs:range xsd:dateTime . md:Model.version a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "version"@en ; - rdfs:comment "The version of the model. If the instance file is imported and exported with no change, the version number is kept the same. The version changes only if the content of the file changes. It is the same logic as for the header id. The version is the human readable id. [CIM context: It relates to the version of the document and not the version of the model which is serialized.]." ; + rdfs:label "version" ; + rdfs:comment "The version of the model. If the instance file is imported and exported with no change, the version number is kept the same. The version changes only if the content of the file changes. It is the same logic as for the header id. The version is the human readable id. [CIM context: It relates to the version of the document and not the version of the model which is serialized.]."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute, "md" ; rdfs:domain md:Model ; rdfs:range xsd:string . prov:generatedAtTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "generatedAtTime"@en ; + rdfs:label "generatedAtTime" ; rdfs:comment """Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. [CIM context: -The date and time when the model was serialized in the document where the header is located. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.].""" ; +The date and time when the model was serialized in the document where the header is located. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute, "prov" ; rdfs:domain md:Model ; rdfs:range xsd:dateTime . rdf:Statement.object a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "object"@en ; - rdfs:comment "Statement object." ; + rdfs:label "object" ; + rdfs:comment "Statement object."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute, "rdf" ; rdfs:domain rdf:Statement ; rdfs:range xsd:string . rdf:Statement.predicate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "predicate"@en ; - rdfs:comment "Statement predicate." ; + rdfs:label "predicate" ; + rdfs:comment "Statement predicate."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute, "rdf" ; rdfs:domain rdf:Statement ; rdfs:range xsd:string . rdf:Statement.subject a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "subject"@en ; - rdfs:comment "Statement subject." ; + rdfs:label "subject" ; + rdfs:comment "Statement subject."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute, "rdf" ; rdfs:domain rdf:Statement ; rdfs:range xsd:string . dh:Package_DocDocumentHeaderProfile a cims:ClassCategory ; - rdfs:label "DocDocumentHeaderProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocDocumentHeaderProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . dh:Package_DocumentHeaderProfile a cims:ClassCategory ; - rdfs:label "DocumentHeaderProfile"@en ; - rdfs:comment "The package describes the profile for the extended header." . + rdfs:label "DocumentHeaderProfile" ; + rdfs:comment "The package describes the profile for the extended header."@en . diff --git a/rdfs-improved/CGMES-NC/ttl/ImpactAssessmentMatrix-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/ImpactAssessmentMatrix-AP-Voc-RDFS2020.ttl index 147522d..b34fe4a 100644 --- a/rdfs-improved/CGMES-NC/ttl/ImpactAssessmentMatrix-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/ImpactAssessmentMatrix-AP-Voc-RDFS2020.ttl @@ -8,143 +8,145 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . +@prefix dc: . @prefix uml: . iam:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the impact assessment matrix profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "IAM" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:1eb41c0b-3c58-4762-a79b-33220d051d32" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Impact Assessment Matrix Vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile . nc:CalculationBasedImpactAssessmentMatrix a owl:Class ; - rdfs:label "CalculationBasedImpactAssessmentMatrix"@en ; - rdfs:comment "Calculation based impact assessment matrix. It relates to the remedial action schedule. Calculation-Based is the impact matrix determined by calculating the impact factors (eventually scaled by the intensity of the remedial action) and matching them against a threshold in a determined way described by the methodologies." ; + rdfs:label "CalculationBasedImpactAssessmentMatrix" ; + rdfs:comment "Calculation based impact assessment matrix. It relates to the remedial action schedule. Calculation-Based is the impact matrix determined by calculating the impact factors (eventually scaled by the intensity of the remedial action) and matching them against a threshold in a determined way described by the methodologies."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ImpactAssessmentMatrix . nc:ConnectingImpactAssessmentMatrix a owl:Class ; - rdfs:label "ConnectingImpactAssessmentMatrix"@en ; - rdfs:comment "Connecting system operator matrix is the impact matrix indicating which system operators are connecting for that specific remedial action. The concept of connecting system operator for a remedial action is defined by CSAm Article 2.1(14)." ; + rdfs:label "ConnectingImpactAssessmentMatrix" ; + rdfs:comment "Connecting system operator matrix is the impact matrix indicating which system operators are connecting for that specific remedial action. The concept of connecting system operator for a remedial action is defined by CSAm Article 2.1(14)."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ImpactAssessmentMatrix . nc:ImpactAgreementKind a owl:Class ; - rdfs:label "ImpactAgreementKind"@en ; - rdfs:comment "The impact agreement for the remedial action." ; + rdfs:label "ImpactAgreementKind" ; + rdfs:comment "The impact agreement for the remedial action."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC", uml:enumeration . nc:ImpactAssessmentMatrix a owl:Class ; - rdfs:label "ImpactAssessmentMatrix"@en ; - rdfs:comment "The result of an impact assessment analysis for each remedial action or remedial action schedule onto the grid and operation of each system operator." ; + rdfs:label "ImpactAssessmentMatrix" ; + rdfs:comment "The result of an impact assessment analysis for each remedial action or remedial action schedule onto the grid and operation of each system operator."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:ListBasedImpactAssessmentMatrix a owl:Class ; - rdfs:label "ListBasedImpactAssessmentMatrix"@en ; - rdfs:comment "List-Based is the impact matrix determined by agreement of the system operators involved. System operators jointly decide which Remedial Action (eventually scaled by the intensity of the remedial action) is impacting." ; + rdfs:label "ListBasedImpactAssessmentMatrix" ; + rdfs:comment "List-Based is the impact matrix determined by agreement of the system operators involved. System operators jointly decide which Remedial Action (eventually scaled by the intensity of the remedial action) is impacting."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ImpactAssessmentMatrix . nc:OutcomeImpactAssessmentKind a owl:Class ; - rdfs:label "OutcomeImpactAssessmentKind"@en ; - rdfs:comment "Outcome impact assessments kinds." ; + rdfs:label "OutcomeImpactAssessmentKind" ; + rdfs:comment "Outcome impact assessments kinds."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC", uml:enumeration . nc:OutcomeValue a owl:Class ; - rdfs:label "OutcomeValue"@en ; - rdfs:comment "Outcome of an impact assessment matrix." ; + rdfs:label "OutcomeValue" ; + rdfs:comment "Outcome of an impact assessment matrix."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC" . nc:OwnerRemedialActionAssessment a owl:Class ; - rdfs:label "OwnerRemedialActionAssessment"@en ; - rdfs:comment "Owner remedial action assessment of the impact of their remedial action on neighboring system operators." ; + rdfs:label "OwnerRemedialActionAssessment" ; + rdfs:comment "Owner remedial action assessment of the impact of their remedial action on neighboring system operators."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC", uml:concrete . nc:QualitativeRemedialActionImpact a owl:Class ; - rdfs:label "QualitativeRemedialActionImpact"@en ; - rdfs:comment "Defines the qualitative impact for a remedial action. Relevant remedial action is assumed to have impact when the impact quantity is applied." ; + rdfs:label "QualitativeRemedialActionImpact" ; + rdfs:comment "Defines the qualitative impact for a remedial action. Relevant remedial action is assumed to have impact when the impact quantity is applied."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:RemedialActionImpact . nc:QuantitativeRemedialActionImpact a owl:Class ; - rdfs:label "QuantitativeRemedialActionImpact"@en ; - rdfs:comment "Defines the quantitative impact for a remedial action. The value if the impact quantity is derived through offline calculation that has coursed an impact of an element that is monitored by the assessed system operator higher than the relevant threshold for the conducting equipment." ; + rdfs:label "QuantitativeRemedialActionImpact" ; + rdfs:comment "Defines the quantitative impact for a remedial action. The value if the impact quantity is derived through offline calculation that has coursed an impact of an element that is monitored by the assessed system operator higher than the relevant threshold for the conducting equipment."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:RemedialActionImpact . nc:RemedialAction a owl:Class ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC" . nc:RemedialActionImpact a owl:Class ; - rdfs:label "RemedialActionImpact"@en ; - rdfs:comment "Remedial action impact assessment based on a given agreement with a specific system operator." ; + rdfs:label "RemedialActionImpact" ; + rdfs:comment "Remedial action impact assessment based on a given agreement with a specific system operator."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC" . nc:RemedialActionOutcomeValue a owl:Class ; - rdfs:label "RemedialActionOutcomeValue"@en ; - rdfs:comment "Outcome of an impact assessment matrix for a remedial action." ; + rdfs:label "RemedialActionOutcomeValue" ; + rdfs:comment "Outcome of an impact assessment matrix for a remedial action."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:OutcomeValue . nc:RemedialActionSchedule a owl:Class ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "A schedule for a determined remedial action." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "A schedule for a determined remedial action."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC" . nc:RemedialActionScheduleOutcomeValue a owl:Class ; - rdfs:label "RemedialActionScheduleOutcomeValue"@en ; - rdfs:comment "Outcome of an impact assessment matrix for a remedial action schedule." ; + rdfs:label "RemedialActionScheduleOutcomeValue" ; + rdfs:comment "Outcome of an impact assessment matrix for a remedial action schedule."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:OutcomeValue . nc:SensitivityArea a owl:Class ; - rdfs:label "SensitivityArea"@en ; - rdfs:comment "A monitoring area that defines the required observability area given by the sensitivity factors." ; + rdfs:label "SensitivityArea" ; + rdfs:comment "A monitoring area that defines the required observability area given by the sensitivity factors."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC" . nc:SystemOperator a owl:Class ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "System operator." ; + rdfs:label "SystemOperator" ; + rdfs:comment "System operator."@en ; cims:belongsToCategory iam:Package_ImpactAssessmentMatrixProfile ; cims:stereotype "NC" . nc:ImpactAssessmentMatrix.OutcomeValue a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OutcomeValue"@en ; - rdfs:comment "One of the values of the impact assessment matrix." ; + rdfs:label "OutcomeValue" ; + rdfs:comment "One of the values of the impact assessment matrix."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -153,8 +155,8 @@ nc:ImpactAssessmentMatrix.OutcomeValue a owl:ObjectProperty, owl:InverseFunction rdfs:range nc:OutcomeValue . nc:OutcomeValue.ImpactAssessmentMatrix a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ImpactAssessmentMatrix"@en ; - rdfs:comment "the impact assessment matrix which has this value." ; + rdfs:label "ImpactAssessmentMatrix" ; + rdfs:comment "the impact assessment matrix which has this value."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -163,8 +165,8 @@ nc:OutcomeValue.ImpactAssessmentMatrix a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:ImpactAssessmentMatrix . nc:OutcomeValue.ImpactedSystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ImpactedSystemOperator"@en ; - rdfs:comment "The impacted system operator that has an outcome value." ; + rdfs:label "ImpactedSystemOperator" ; + rdfs:comment "The impacted system operator that has an outcome value."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -173,16 +175,16 @@ nc:OutcomeValue.ImpactedSystemOperator a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:SystemOperator . nc:OutcomeValue.outcome a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "outcome"@en ; - rdfs:comment "Outcome value." ; + rdfs:label "outcome" ; + rdfs:comment "Outcome value."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:OutcomeValue ; rdfs:range nc:OutcomeImpactAssessmentKind . nc:OwnerRemedialActionAssessment.ImpactedSystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ImpactedSystemOperator"@en ; - rdfs:comment "System operator that is evaluated to be impacted by the remedial action done by the remedial action owner." ; + rdfs:label "ImpactedSystemOperator" ; + rdfs:comment "System operator that is evaluated to be impacted by the remedial action done by the remedial action owner."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -191,8 +193,8 @@ nc:OwnerRemedialActionAssessment.ImpactedSystemOperator a owl:ObjectProperty, ow rdfs:range nc:SystemOperator . nc:OwnerRemedialActionAssessment.RemedialActionImpact a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionImpact"@en ; - rdfs:comment "Remedial action impact which is evaluated by the owner of the remedial action." ; + rdfs:label "RemedialActionImpact" ; + rdfs:comment "Remedial action impact which is evaluated by the owner of the remedial action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -201,8 +203,8 @@ nc:OwnerRemedialActionAssessment.RemedialActionImpact a owl:ObjectProperty, owl: rdfs:range nc:RemedialActionImpact . nc:QuantitativeRemedialActionImpact.SensitivityArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SensitivityArea"@en ; - rdfs:comment "Sensitivity area which should be monitored to evaluate the threshold given by the remedial action impact on relevant equipment." ; + rdfs:label "SensitivityArea" ; + rdfs:comment "Sensitivity area which should be monitored to evaluate the threshold given by the remedial action impact on relevant equipment."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -211,8 +213,8 @@ nc:QuantitativeRemedialActionImpact.SensitivityArea a owl:ObjectProperty, owl:Fu rdfs:range nc:SensitivityArea . nc:RemedialAction.RemedialActionImpact a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionImpact"@en ; - rdfs:comment "This is the impact for a given remedial action." ; + rdfs:label "RemedialActionImpact" ; + rdfs:comment "This is the impact for a given remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -221,8 +223,8 @@ nc:RemedialAction.RemedialActionImpact a owl:ObjectProperty, owl:InverseFunction rdfs:range nc:RemedialActionImpact . nc:RemedialAction.RemedialActionOutcomeValue a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionOutcomeValue"@en ; - rdfs:comment "The remedial action outcome value associated with a remedial action." ; + rdfs:label "RemedialActionOutcomeValue" ; + rdfs:comment "The remedial action outcome value associated with a remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -231,8 +233,8 @@ nc:RemedialAction.RemedialActionOutcomeValue a owl:ObjectProperty, owl:InverseFu rdfs:range nc:RemedialActionOutcomeValue . nc:RemedialActionImpact.AssessingSystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessingSystemOperator"@en ; - rdfs:comment "The impacted System Operator that assigns a remedial action impact." ; + rdfs:label "AssessingSystemOperator" ; + rdfs:comment "The impacted System Operator that assigns a remedial action impact."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -241,8 +243,8 @@ nc:RemedialActionImpact.AssessingSystemOperator a owl:ObjectProperty, owl:Functi rdfs:range nc:SystemOperator . nc:RemedialActionImpact.OwnerRemedialActionAssessment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OwnerRemedialActionAssessment"@en ; - rdfs:comment "The owner's assessment to the impacted system operator." ; + rdfs:label "OwnerRemedialActionAssessment" ; + rdfs:comment "The owner's assessment to the impacted system operator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -251,8 +253,8 @@ nc:RemedialActionImpact.OwnerRemedialActionAssessment a owl:ObjectProperty, owl: rdfs:range nc:OwnerRemedialActionAssessment . nc:RemedialActionImpact.RemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "The remedial action that has an impact." ; + rdfs:label "RemedialAction" ; + rdfs:comment "The remedial action that has an impact."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -261,16 +263,16 @@ nc:RemedialActionImpact.RemedialAction a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:RemedialAction . nc:RemedialActionImpact.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "The impact agreement kind." ; + rdfs:label "kind" ; + rdfs:comment "The impact agreement kind."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionImpact ; rdfs:range nc:ImpactAgreementKind . nc:RemedialActionOutcomeValue.RemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "The remedial action that has a remedial action outcome value." ; + rdfs:label "RemedialAction" ; + rdfs:comment "The remedial action that has a remedial action outcome value."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -279,8 +281,8 @@ nc:RemedialActionOutcomeValue.RemedialAction a owl:ObjectProperty, owl:Functiona rdfs:range nc:RemedialAction . nc:RemedialActionSchedule.RemedialActionScheduleOutcomeValue a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionScheduleOutcomeValue"@en ; - rdfs:comment "The remedial action schedule outcome value associated with a remedial action schedule." ; + rdfs:label "RemedialActionScheduleOutcomeValue" ; + rdfs:comment "The remedial action schedule outcome value associated with a remedial action schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -289,8 +291,8 @@ nc:RemedialActionSchedule.RemedialActionScheduleOutcomeValue a owl:ObjectPropert rdfs:range nc:RemedialActionScheduleOutcomeValue . nc:RemedialActionScheduleOutcomeValue.RemedialActionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "The remedial action schedule that has a remedial action schedule outcome value." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "The remedial action schedule that has a remedial action schedule outcome value."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -299,8 +301,8 @@ nc:RemedialActionScheduleOutcomeValue.RemedialActionSchedule a owl:ObjectPropert rdfs:range nc:RemedialActionSchedule . nc:SensitivityArea.QuantitativeRemedialActionImpact a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "QuantitativeRemedialActionImpact"@en ; - rdfs:comment "Quantitative remedial action impact when the remedial action is influencing equipment included in the sensitivity area." ; + rdfs:label "QuantitativeRemedialActionImpact" ; + rdfs:comment "Quantitative remedial action impact when the remedial action is influencing equipment included in the sensitivity area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -309,8 +311,8 @@ nc:SensitivityArea.QuantitativeRemedialActionImpact a owl:ObjectProperty, owl:In rdfs:range nc:QuantitativeRemedialActionImpact . nc:SystemOperator.OutcomeValue a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OutcomeValue"@en ; - rdfs:comment "Impact assessment outcome value for this impacted system operator." ; + rdfs:label "OutcomeValue" ; + rdfs:comment "Impact assessment outcome value for this impacted system operator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -319,8 +321,8 @@ nc:SystemOperator.OutcomeValue a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range nc:OutcomeValue . nc:SystemOperator.OwnerRemedialActionAssessment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OwnerRemedialActionAssessment"@en ; - rdfs:comment "Owner's assessment of the remedial action." ; + rdfs:label "OwnerRemedialActionAssessment" ; + rdfs:comment "Owner's assessment of the remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -329,8 +331,8 @@ nc:SystemOperator.OwnerRemedialActionAssessment a owl:ObjectProperty, owl:Invers rdfs:range nc:OwnerRemedialActionAssessment . nc:SystemOperator.RemedialActionImpact a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionImpact"@en ; - rdfs:comment "The remedial action impact for a given assessing System Operator." ; + rdfs:label "RemedialActionImpact" ; + rdfs:comment "The remedial action impact for a given assessing System Operator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -339,111 +341,111 @@ nc:SystemOperator.RemedialActionImpact a owl:ObjectProperty, owl:InverseFunction rdfs:range nc:RemedialActionImpact . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . nc:OutcomeValue.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:OutcomeValue ; rdfs:range xsd:string . nc:OwnerRemedialActionAssessment.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:OwnerRemedialActionAssessment ; rdfs:range xsd:string . nc:RemedialActionImpact.impactQuantity a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "impactQuantity"@en ; + rdfs:label "impactQuantity" ; rdfs:comment """Delta, positive or negative, quantity that when it is applied to the remedial action, it will cause impact on a conducting equipment monitored by the assessed system operator. -Example of relevant remedial action changes are redispatching, countertrading, change of set point on HVDC systems or change of taps on phase-shifting transformers.""" ; +Example of relevant remedial action changes are redispatching, countertrading, change of set point on HVDC systems or change of taps on phase-shifting transformers."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionImpact ; rdfs:range xsd:float . nc:RemedialActionImpact.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionImpact ; rdfs:range xsd:string . nc:RemedialActionOutcomeValue.impactQuantity a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "impactQuantity"@en ; + rdfs:label "impactQuantity" ; rdfs:comment """Delta, positive or negative, quantity that when it is applied to the remedial action, it will cause impact on a conducting equipment monitored by the assessed system operator. -Example of relevant remedial action changes are redispatching, countertrading, change of set point on HVDC systems or change of taps on phase-shifting transformers.""" ; +Example of relevant remedial action changes are redispatching, countertrading, change of set point on HVDC systems or change of taps on phase-shifting transformers."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionOutcomeValue ; rdfs:range xsd:float . iam:Package_DocImpactAssessmentMatrixProfile a cims:ClassCategory ; - rdfs:label "DocImpactAssessmentMatrixProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocImpactAssessmentMatrixProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . iam:Package_ImpactAssessmentMatrixProfile a cims:ClassCategory ; - rdfs:label "ImpactAssessmentMatrixProfile"@en ; - rdfs:comment "This package contains impact assessment matrix profile." . + rdfs:label "ImpactAssessmentMatrixProfile" ; + rdfs:comment "This package contains impact assessment matrix profile."@en . nc:ImpactAgreementKind.always a nc:ImpactAgreementKind ; - rdfs:label "always"@en ; - rdfs:comment "An agreement is reached that the remedial action is always impacting whichever the intensity." ; + rdfs:label "always" ; + rdfs:comment "An agreement is reached that the remedial action is always impacting whichever the intensity."@en ; cims:stereotype "enum" . nc:ImpactAgreementKind.never a nc:ImpactAgreementKind ; - rdfs:label "never"@en ; - rdfs:comment "An agreement is reached that a remedial action is never impacting." ; + rdfs:label "never" ; + rdfs:comment "An agreement is reached that a remedial action is never impacting."@en ; cims:stereotype "enum" . nc:ImpactAgreementKind.noAgreement a nc:ImpactAgreementKind ; - rdfs:label "noAgreement"@en ; - rdfs:comment "No agreement is reached on the qualitative impact of a remedial action." ; + rdfs:label "noAgreement" ; + rdfs:comment "No agreement is reached on the qualitative impact of a remedial action."@en ; cims:stereotype "enum" . nc:OutcomeImpactAssessmentKind.false a nc:OutcomeImpactAssessmentKind ; - rdfs:label "false"@en ; - rdfs:comment "False." ; + rdfs:label "false" ; + rdfs:comment "False."@en ; cims:stereotype "enum" . nc:OutcomeImpactAssessmentKind.true a nc:OutcomeImpactAssessmentKind ; - rdfs:label "true"@en ; - rdfs:comment "True." ; + rdfs:label "true" ; + rdfs:comment "True."@en ; cims:stereotype "enum" . nc:OutcomeImpactAssessmentKind.undecided a nc:OutcomeImpactAssessmentKind ; - rdfs:label "undecided"@en ; - rdfs:comment "Undecided. Used only for list-based impact assessment matrix." ; + rdfs:label "undecided" ; + rdfs:comment "Undecided. Used only for list-based impact assessment matrix."@en ; cims:stereotype "enum" . diff --git a/rdfs-improved/CGMES-NC/ttl/MonitoringArea-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/MonitoringArea-AP-Voc-RDFS2020.ttl index f386ac3..ac644ce 100644 --- a/rdfs-improved/CGMES-NC/ttl/MonitoringArea-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/MonitoringArea-AP-Voc-RDFS2020.ttl @@ -12,122 +12,124 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . ma:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the monitoring area profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "MA" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:41075091-91f0-4b14-a5b8-93945aa528ed" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Monitoring area Vocabulary"@en ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile . cim:PowerSystemResource a owl:Class ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:Terminal a owl:Class ; - rdfs:label "Terminal"@en ; - rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "Terminal" ; + rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; cims:stereotype uml:enumeration . nc:AreaBorderTerminal a owl:Class ; - rdfs:label "AreaBorderTerminal"@en ; - rdfs:comment "Area border terminal defines the terminals that are defining a monitoring area." ; + rdfs:label "AreaBorderTerminal" ; + rdfs:comment "Area border terminal defines the terminals that are defining a monitoring area."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; cims:stereotype "NC", uml:concrete . nc:ContingencyArea a owl:Class ; - rdfs:label "ContingencyArea"@en ; - rdfs:comment "A monitoring area that defines the required contingency elements. This includes elements that are part of the external contingency list." ; + rdfs:label "ContingencyArea" ; + rdfs:comment "A monitoring area that defines the required contingency elements. This includes elements that are part of the external contingency list."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:InfluenceArea . nc:InfluenceArea a owl:Class ; - rdfs:label "InfluenceArea"@en ; - rdfs:comment "Influence area is a monitoring area that is defined by calculating the equipment that is affected by the influence factors." ; + rdfs:label "InfluenceArea" ; + rdfs:comment "Influence area is a monitoring area that is defined by calculating the equipment that is affected by the influence factors."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:MonitoringArea . nc:MonitoringArea a owl:Class ; - rdfs:label "MonitoringArea"@en ; - rdfs:comment "A coherent part of the interconnected electrical power system, that includes the system operators' responsibility area and the surrounding parts of other system operators' responsibility area, that need to be monitored for security assessment." ; + rdfs:label "MonitoringArea" ; + rdfs:comment "A coherent part of the interconnected electrical power system, that includes the system operators' responsibility area and the surrounding parts of other system operators' responsibility area, that need to be monitored for security assessment."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:ObservabilityArea a owl:Class ; - rdfs:label "ObservabilityArea"@en ; - rdfs:comment "A monitoring area that is given by a real time measurement." ; + rdfs:label "ObservabilityArea" ; + rdfs:comment "A monitoring area that is given by a real time measurement."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:MonitoringArea . nc:Region a owl:Class ; - rdfs:label "Region"@en ; - rdfs:comment "A region where the system operator belongs to." ; + rdfs:label "Region" ; + rdfs:comment "A region where the system operator belongs to."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; cims:stereotype "NC" . nc:SensitivityArea a owl:Class ; - rdfs:label "SensitivityArea"@en ; - rdfs:comment "A monitoring area that defines the required observability area given by the sensitivity factors." ; + rdfs:label "SensitivityArea" ; + rdfs:comment "A monitoring area that defines the required observability area given by the sensitivity factors."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:InfluenceArea . nc:SynchronousArea a owl:Class ; - rdfs:label "SynchronousArea"@en ; - rdfs:comment "A synchronous area is an electrical area covered by interconnect with a common system frequency in a steady-state." ; + rdfs:label "SynchronousArea" ; + rdfs:comment "A synchronous area is an electrical area covered by interconnect with a common system frequency in a steady-state."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; cims:stereotype "NC" . nc:SystemOperator a owl:Class ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "System operator." ; + rdfs:label "SystemOperator" ; + rdfs:comment "System operator."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; cims:stereotype "NC" . nc:AreaBorderTerminal.MonitoringArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "MonitoringArea"@en ; - rdfs:comment "The MonitoringArea defined by this AreaBorderTerminal." ; + rdfs:label "MonitoringArea" ; + rdfs:comment "The MonitoringArea defined by this AreaBorderTerminal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -136,8 +138,8 @@ nc:AreaBorderTerminal.MonitoringArea a owl:ObjectProperty, owl:FunctionalPropert rdfs:range nc:MonitoringArea . nc:AreaBorderTerminal.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The Terminal that is part of an AreaBorderTerminal." ; + rdfs:label "Terminal" ; + rdfs:comment "The Terminal that is part of an AreaBorderTerminal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -146,8 +148,8 @@ nc:AreaBorderTerminal.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Terminal . nc:MonitoringArea.AreaBorderTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaBorderTerminal"@en ; - rdfs:comment "The AreaBorderTerminal which defines the MonitoringArea." ; + rdfs:label "AreaBorderTerminal" ; + rdfs:comment "The AreaBorderTerminal which defines the MonitoringArea."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -156,8 +158,8 @@ nc:MonitoringArea.AreaBorderTerminal a owl:ObjectProperty, owl:InverseFunctional rdfs:range nc:AreaBorderTerminal . nc:MonitoringArea.Region a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Region"@en ; - rdfs:comment "Region that has monitoring areas." ; + rdfs:label "Region" ; + rdfs:comment "Region that has monitoring areas."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -166,8 +168,8 @@ nc:MonitoringArea.Region a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Region . nc:MonitoringArea.SynchronousArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SynchronousArea"@en ; - rdfs:comment "The synchronous area that has this monitoring area." ; + rdfs:label "SynchronousArea" ; + rdfs:comment "The synchronous area that has this monitoring area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -176,8 +178,8 @@ nc:MonitoringArea.SynchronousArea a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SynchronousArea . nc:MonitoringArea.SystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "The system operator that operates this monitoring area." ; + rdfs:label "SystemOperator" ; + rdfs:comment "The system operator that operates this monitoring area."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -186,8 +188,8 @@ nc:MonitoringArea.SystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SystemOperator . nc:Region.MonitoringArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "MonitoringArea"@en ; - rdfs:comment "Monitoring area which belongs to a region." ; + rdfs:label "MonitoringArea" ; + rdfs:comment "Monitoring area which belongs to a region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -196,8 +198,8 @@ nc:Region.MonitoringArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:MonitoringArea . nc:SynchronousArea.MonitoringArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "MonitoringArea"@en ; - rdfs:comment "The monitoring area that is part of this synchronous area." ; + rdfs:label "MonitoringArea" ; + rdfs:comment "The monitoring area that is part of this synchronous area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -206,8 +208,8 @@ nc:SynchronousArea.MonitoringArea a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:MonitoringArea . nc:SystemOperator.MonitoringArea a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "MonitoringArea"@en ; - rdfs:comment "The monitoring area that is operated by this system operator." ; + rdfs:label "MonitoringArea" ; + rdfs:comment "The monitoring area that is operated by this system operator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -216,8 +218,8 @@ nc:SystemOperator.MonitoringArea a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:MonitoringArea . nc:Terminal.AreaBorderTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AreaBorderTerminal"@en ; - rdfs:comment "The AreaBorderTerminal that has this Terminal." ; + rdfs:label "AreaBorderTerminal" ; + rdfs:comment "The AreaBorderTerminal that has this Terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -226,44 +228,44 @@ nc:Terminal.AreaBorderTerminal a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range nc:AreaBorderTerminal . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . nc:AreaBorderTerminal.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:AreaBorderTerminal ; rdfs:range xsd:string . nc:InfluenceArea.filteringInfluenceFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "filteringInfluenceFactor"@en ; + rdfs:label "filteringInfluenceFactor" ; rdfs:comment """Power flow filtering influence factor of a network element not normalised. This is referred as power flow influence threshold in CSA methodology. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -274,9 +276,9 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:InfluenceArea.identificationInfluenceFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "identificationInfluenceFactor"@en ; + rdfs:label "identificationInfluenceFactor" ; rdfs:comment """Power flow identification influence factor of a network element that is normalised in order to take into account potential impacts induced by differences in Permanently Admissible Transmission Loading (PATL) values. This is referred as identification influence threshold in CSA methodology. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -287,9 +289,9 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:InfluenceArea.voltageInfluenceFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "voltageInfluenceFactor"@en ; + rdfs:label "voltageInfluenceFactor" ; rdfs:comment """Voltage influence factor of a network element as defined in the CSA methodology. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -332,8 +334,8 @@ cim:Money skos:exactMatch quantitykind:Currency . cim:PU skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory ma:Package_MonitoringAreaProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . @@ -358,13 +360,13 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:Voltage skos:exactMatch quantitykind:Voltage . @@ -374,11 +376,11 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . ma:Package_DocMonitoringAreaProfile a cims:ClassCategory ; - rdfs:label "DocMonitoringAreaProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocMonitoringAreaProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . ma:Package_MonitoringAreaProfile a cims:ClassCategory ; - rdfs:label "MonitoringAreaProfile"@en ; - rdfs:comment "This package contains monitoring area profile." . + rdfs:label "MonitoringAreaProfile" ; + rdfs:comment "This package contains monitoring area profile."@en . diff --git a/rdfs-improved/CGMES-NC/ttl/ObjectRegistry-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/ObjectRegistry-AP-Voc-RDFS2020.ttl index a0a8c0b..fa3e13b 100644 --- a/rdfs-improved/CGMES-NC/ttl/ObjectRegistry-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/ObjectRegistry-AP-Voc-RDFS2020.ttl @@ -9,59 +9,61 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . +@prefix dc: . @prefix uml: . or:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the object registry profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "OR" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:14166b65-abaa-4611-b466-34975c15c27d" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Object Registry vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.2.3"@en . + owl:versionInfo "2.2.3" . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory or:Package_ObjectRegistryProfile ; cims:stereotype uml:concrete . cim:Name a owl:Class ; - rdfs:label "Name"@en ; - rdfs:comment "The Name class provides the means to define any number of human readable names for an object. A name is not to be used for defining inter-object relationships. For inter-object relationships instead use the object identification 'mRID'." ; + rdfs:label "Name" ; + rdfs:comment "The Name class provides the means to define any number of human readable names for an object. A name is not to be used for defining inter-object relationships. For inter-object relationships instead use the object identification 'mRID'."@en ; cims:belongsToCategory or:Package_ObjectRegistryProfile ; cims:stereotype uml:concrete . cim:NameType a owl:Class ; - rdfs:label "NameType"@en ; + rdfs:label "NameType" ; rdfs:comment """Type of name. Possible values for attribute 'name' are implementation dependent but standard profiles may specify types. An enterprise may have multiple IT systems each having its own local name for the same object, e.g. a planning system may have different names from an EMS. An object may also have different names within the same IT system, e.g. localName as defined in CIM version 14. The definition from CIM14 is: -The localName is a human readable name of the object. It is a free text name local to a node in a naming hierarchy similar to a file directory structure. A power system related naming hierarchy may be: Substation, VoltageLevel, Equipment etc. Children of the same parent in such a hierarchy have names that typically are unique among them.""" ; +The localName is a human readable name of the object. It is a free text name local to a node in a naming hierarchy similar to a file directory structure. A power system related naming hierarchy may be: Substation, VoltageLevel, Equipment etc. Children of the same parent in such a hierarchy have names that typically are unique among them."""@en ; cims:belongsToCategory or:Package_ObjectRegistryProfile ; cims:stereotype uml:concrete . nc:NamingAuthority a owl:Class ; - rdfs:label "NamingAuthority"@en ; - rdfs:comment "Authority responsible for creation and management of names of a given name type and/or name; typically an organization or an enterprise system." ; + rdfs:label "NamingAuthority" ; + rdfs:comment "Authority responsible for creation and management of names of a given name type and/or name; typically an organization or an enterprise system."@en ; cims:belongsToCategory or:Package_ObjectRegistryProfile ; cims:stereotype "NC", uml:concrete . nc:ObjectType a owl:Class ; - rdfs:label "ObjectType"@en ; - rdfs:comment "Identifies the specialised type of an object when the instance object is serialised using a generalised class. It may be useful when the object type is not otherwise included in the exchange. For example, a Meter may be serialised as an EndDevice in message exchanges and need to have the ObjectType.type be specified as 'Meter' to provide context to the message receiver." ; + rdfs:label "ObjectType" ; + rdfs:comment "Identifies the specialised type of an object when the instance object is serialised using a generalised class. It may be useful when the object type is not otherwise included in the exchange. For example, a Meter may be serialised as an EndDevice in message exchanges and need to have the ObjectType.type be specified as 'Meter' to provide context to the message receiver."@en ; cims:belongsToCategory or:Package_ObjectRegistryProfile ; cims:stereotype "NC", uml:concrete . nc:IdentifiedObject.AlternativeIdentifier a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AlternativeIdentifier"@en ; - rdfs:comment "All alternative identifiers of this identified object. No two identified objects can have the same alternative identifier." ; + rdfs:label "AlternativeIdentifier" ; + rdfs:comment "All alternative identifiers of this identified object. No two identified objects can have the same alternative identifier."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -70,8 +72,8 @@ nc:IdentifiedObject.AlternativeIdentifier a owl:ObjectProperty, owl:InverseFunct rdfs:range cim:Name . nc:IdentifiedObject.Name a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Name"@en ; - rdfs:comment "All names of this identified object. Names may be but are not guaranteed to be unique." ; + rdfs:label "Name" ; + rdfs:comment "All names of this identified object. Names may be but are not guaranteed to be unique."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -80,8 +82,8 @@ nc:IdentifiedObject.Name a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Name . nc:IdentifiedObject.ObjectType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ObjectType"@en ; - rdfs:comment "The object type of the IdentifiedObject." ; + rdfs:label "ObjectType" ; + rdfs:comment "The object type of the IdentifiedObject."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -90,8 +92,8 @@ nc:IdentifiedObject.ObjectType a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:ObjectType . nc:Name.IdentifiedObject a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "Identified object that this name designates." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "Identified object that this name designates."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -100,8 +102,8 @@ nc:Name.IdentifiedObject a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:IdentifiedObject . nc:Name.NameType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "NameType"@en ; - rdfs:comment "Type of this name." ; + rdfs:label "NameType" ; + rdfs:comment "Type of this name."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -110,8 +112,8 @@ nc:Name.NameType a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:NameType . nc:Name.NamingAuthority a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "NamingAuthority"@en ; - rdfs:comment "Authority responsible for managing this name." ; + rdfs:label "NamingAuthority" ; + rdfs:comment "Authority responsible for managing this name."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -120,8 +122,8 @@ nc:Name.NamingAuthority a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:NamingAuthority . nc:Name.UniqueIdentifiedObject a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "UniqueIdentifiedObject"@en ; - rdfs:comment "Identified object that this alternative identifier designates." ; + rdfs:label "UniqueIdentifiedObject" ; + rdfs:comment "Identified object that this alternative identifier designates."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -130,8 +132,8 @@ nc:Name.UniqueIdentifiedObject a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:IdentifiedObject . nc:NameType.Name a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Name"@en ; - rdfs:comment "All names of this type." ; + rdfs:label "Name" ; + rdfs:comment "All names of this type."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -140,8 +142,8 @@ nc:NameType.Name a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Name . nc:NameType.NamingAuthority a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "NamingAuthority"@en ; - rdfs:comment "Authority responsible for managing this name type." ; + rdfs:label "NamingAuthority" ; + rdfs:comment "Authority responsible for managing this name type."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -150,8 +152,8 @@ nc:NameType.NamingAuthority a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:NamingAuthority . nc:NamingAuthority.Name a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Name"@en ; - rdfs:comment "All names managed by this authority." ; + rdfs:label "Name" ; + rdfs:comment "All names managed by this authority."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -160,8 +162,8 @@ nc:NamingAuthority.Name a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Name . nc:NamingAuthority.NameType a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "NameType"@en ; - rdfs:comment "All name types managed by this authority." ; + rdfs:label "NameType" ; + rdfs:comment "All name types managed by this authority."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -170,8 +172,8 @@ nc:NamingAuthority.NameType a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:NameType . nc:ObjectType.IdentifiedObject a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "The IdentifiedObject whose type is identified by ObjectType." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "The IdentifiedObject whose type is identified by ObjectType."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -180,66 +182,66 @@ nc:ObjectType.IdentifiedObject a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:IdentifiedObject . cim:IdentifiedObject.aliasName a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "aliasName"@en ; + rdfs:label "aliasName" ; rdfs:comment """The aliasName is free text human readable name of the object alternative to IdentifiedObject.name. It may be non unique and may not correlate to a naming hierarchy. -The attribute aliasName is retained because of backwards compatibility between CIM relases. It is however recommended to replace aliasName with the Name class as aliasName is planned for retirement at a future time.""" ; +The attribute aliasName is retained because of backwards compatibility between CIM relases. It is however recommended to replace aliasName with the Name class as aliasName is planned for retirement at a future time."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:Name.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "Any free text that used as a name or alternative identifier of the object." ; + rdfs:label "name" ; + rdfs:comment "Any free text that used as a name or alternative identifier of the object."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Name ; rdfs:range xsd:string . cim:NameType.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "Description of the name type." ; + rdfs:label "description" ; + rdfs:comment "Description of the name type."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:NameType ; rdfs:range xsd:string . cim:NameType.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "Name of the name type." ; + rdfs:label "name" ; + rdfs:comment "Name of the name type."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:NameType ; rdfs:range xsd:string . eu:IdentifiedObject.energyIdentCodeEic a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "energyIdentCodeEic"@en ; - rdfs:comment "The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site." ; + rdfs:label "energyIdentCodeEic" ; + rdfs:comment "The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; owl:deprecated true ; @@ -247,8 +249,8 @@ eu:IdentifiedObject.energyIdentCodeEic a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:string . eu:IdentifiedObject.shortName a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "shortName"@en ; - rdfs:comment "The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum." ; + rdfs:label "shortName" ; + rdfs:comment "The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; owl:deprecated true ; @@ -256,71 +258,71 @@ eu:IdentifiedObject.shortName a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:string . nc:Name.language a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "language"@en ; + rdfs:label "language" ; rdfs:comment """Shall be specified as an IETF BCP 47 language tag (e.g. en-US). Applies to the Name.name attribute. -IETF language tags combine subtags from other standards such as ISO 639, ISO 15924, ISO 3166-1, and UN M.49. The tag structure has been standardized by the IETF in Best Current Practice (BCP) 47; the subtags are maintained by the IANA Language Subtag Registry.""" ; +IETF language tags combine subtags from other standards such as ISO 639, ISO 15924, ISO 3166-1, and UN M.49. The tag structure has been standardized by the IETF in Best Current Practice (BCP) 47; the subtags are maintained by the IANA Language Subtag Registry."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:Name ; rdfs:range xsd:string . nc:Name.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:Name ; rdfs:range xsd:string . nc:NameType.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:NameType ; rdfs:range xsd:string . nc:NamingAuthority.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "Description of the name authority." ; + rdfs:label "description" ; + rdfs:comment "Description of the name authority."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:NamingAuthority ; rdfs:range xsd:string . nc:NamingAuthority.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:NamingAuthority ; rdfs:range xsd:string . nc:NamingAuthority.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "Name of the name authority." ; + rdfs:label "name" ; + rdfs:comment "Name of the name authority."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:NamingAuthority ; rdfs:range xsd:string . nc:ObjectType.type a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "type"@en ; - rdfs:comment "The specialised type of an object when the instance object is serialised using a generalised class. For example, a Meter being serialised as an EndDevice in a message exchange should have the type attribute specified as 'Meter'." ; + rdfs:label "type" ; + rdfs:comment "The specialised type of an object when the instance object is serialised using a generalised class. For example, a Meter being serialised as an EndDevice in a message exchange should have the type attribute specified as 'Meter'."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ObjectType ; rdfs:range xsd:string . or:Package_DocObjectRegistryProfile a cims:ClassCategory ; - rdfs:label "DocObjectRegistryProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocObjectRegistryProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . or:Package_ObjectRegistryProfile a cims:ClassCategory ; - rdfs:label "ObjectRegistryProfile"@en ; - rdfs:comment "This package contains the equipment object registry profile." . + rdfs:label "ObjectRegistryProfile" ; + rdfs:comment "This package contains the equipment object registry profile."@en . diff --git a/rdfs-improved/CGMES-NC/ttl/PowerSchedule-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/PowerSchedule-AP-Voc-RDFS2020.ttl index e62f57b..6f85788 100644 --- a/rdfs-improved/CGMES-NC/ttl/PowerSchedule-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/PowerSchedule-AP-Voc-RDFS2020.ttl @@ -13,190 +13,192 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . ps:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the object registry profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "PS" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:470c9792-7798-4eb6-b7f2-6e18293c5f7b" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Power schedule vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:EnergyConnection a owl:Class ; - rdfs:label "EnergyConnection"@en ; - rdfs:comment "A connection of energy generation or consumption on the power system model." ; + rdfs:label "EnergyConnection" ; + rdfs:comment "A connection of energy generation or consumption on the power system model."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile . cim:EquivalentInjection a owl:Class ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile . cim:GeneratingUnit a owl:Class ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile . cim:HydroPump a owl:Class ; - rdfs:label "HydroPump"@en ; - rdfs:comment "A synchronous motor-driven pump, typically associated with a pumped storage plant." ; + rdfs:label "HydroPump" ; + rdfs:comment "A synchronous motor-driven pump, typically associated with a pumped storage plant."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile . cim:PowerElectronicsUnit a owl:Class ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype uml:enumeration . nc:AreaDispatchableUnit a owl:Class ; - rdfs:label "AreaDispatchableUnit"@en ; - rdfs:comment "Allocates a given producing or consuming unit, including direct current corridor and collection of units, to a given control area (through the scheduling area) for supporting the control of the given area through dispatch instruction." ; + rdfs:label "AreaDispatchableUnit" ; + rdfs:comment "Allocates a given producing or consuming unit, including direct current corridor and collection of units, to a given control area (through the scheduling area) for supporting the control of the given area through dispatch instruction."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC" . nc:BaseIrregularTimeSeries a owl:Class ; - rdfs:label "BaseIrregularTimeSeries"@en ; - rdfs:comment "Time series that has irregular points in time." ; + rdfs:label "BaseIrregularTimeSeries" ; + rdfs:comment "Time series that has irregular points in time."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:BaseTimeSeries . nc:BaseTimeSeries a owl:Class ; - rdfs:label "BaseTimeSeries"@en ; - rdfs:comment "Time series of values at points in time." ; + rdfs:label "BaseTimeSeries" ; + rdfs:comment "Time series of values at points in time."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:BaseTimeSeriesKind a owl:Class ; - rdfs:label "BaseTimeSeriesKind"@en ; - rdfs:comment "Kind of time series." ; + rdfs:label "BaseTimeSeriesKind" ; + rdfs:comment "Kind of time series."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:BiddingZone a owl:Class ; - rdfs:label "BiddingZone"@en ; - rdfs:comment "A bidding zone is a market-based method for handling power transmission congestion. It consists of scheduling areas that include the relevant production (supply) and consumption (demand) to form an electrical area with the same market price without capacity allocation." ; + rdfs:label "BiddingZone" ; + rdfs:comment "A bidding zone is a market-based method for handling power transmission congestion. It consists of scheduling areas that include the relevant production (supply) and consumption (demand) to form an electrical area with the same market price without capacity allocation."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC" . nc:BiddingZoneBorder a owl:Class ; - rdfs:label "BiddingZoneBorder"@en ; - rdfs:comment "Defines the aggregated connection capacity between two Bidding Zones." ; + rdfs:label "BiddingZoneBorder" ; + rdfs:comment "Defines the aggregated connection capacity between two Bidding Zones."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC" . nc:DCPole a owl:Class ; - rdfs:label "DCPole"@en ; - rdfs:comment "The direct current (DC) system pole (IEC 60633) is part of a DC system consisting of all the equipment in the DC substations and the interconnecting transmission lines, if any, which during normal operation exhibit a common direct voltage polarity with respect to earth." ; + rdfs:label "DCPole" ; + rdfs:comment "The direct current (DC) system pole (IEC 60633) is part of a DC system consisting of all the equipment in the DC substations and the interconnecting transmission lines, if any, which during normal operation exhibit a common direct voltage polarity with respect to earth."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC" . nc:DCTieCorridor a owl:Class ; - rdfs:label "DCTieCorridor"@en ; - rdfs:comment "A collection of one or more direct current poles that connect two different control areas." ; + rdfs:label "DCTieCorridor" ; + rdfs:comment "A collection of one or more direct current poles that connect two different control areas."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC" . nc:EnergyGroup a owl:Class ; - rdfs:label "EnergyGroup"@en ; - rdfs:comment "An energy group is an aggregation of energy components which have the same energy characteristic, e.g. fuel type and technology. It can be used to allocate energy." ; + rdfs:label "EnergyGroup" ; + rdfs:comment "An energy group is an aggregation of energy components which have the same energy characteristic, e.g. fuel type and technology. It can be used to allocate energy."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC" . nc:MustRunSchedule a owl:Class ; - rdfs:label "MustRunSchedule"@en ; - rdfs:comment "Time series represent irregular must-run instruction values at given points in time. This could be instruction to a reliability must-run (RMR) generation facility that is necessary to run to meet certain operating conditions in order to maintain the security of power systems in a competitive environment." ; + rdfs:label "MustRunSchedule" ; + rdfs:comment "Time series represent irregular must-run instruction values at given points in time. This could be instruction to a reliability must-run (RMR) generation facility that is necessary to run to meet certain operating conditions in order to maintain the security of power systems in a competitive environment."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:MustRunTimePoint a owl:Class ; - rdfs:label "MustRunTimePoint"@en ; - rdfs:comment "Must-run instruction value at a given point in time." ; + rdfs:label "MustRunTimePoint" ; + rdfs:comment "Must-run instruction value at a given point in time."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:PowerRemedialAction a owl:Class ; - rdfs:label "PowerRemedialAction"@en ; - rdfs:comment "Energy remedial action describes actions to rearrange power schedules." ; + rdfs:label "PowerRemedialAction" ; + rdfs:comment "Energy remedial action describes actions to rearrange power schedules."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC" . nc:PowerSchedule a owl:Class ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Time series represent irregular power, active and reactive, values at given points in time." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Time series represent irregular power, active and reactive, values at given points in time."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:PowerScheduleKind a owl:Class ; - rdfs:label "PowerScheduleKind"@en ; - rdfs:comment "Kind of power schedule." ; + rdfs:label "PowerScheduleKind" ; + rdfs:comment "Kind of power schedule."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:PowerTimePoint a owl:Class ; - rdfs:label "PowerTimePoint"@en ; - rdfs:comment "Power, active and reactive, value at a given point in time." ; + rdfs:label "PowerTimePoint" ; + rdfs:comment "Power, active and reactive, value at a given point in time."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:RelativeDirectionKind a owl:Class ; - rdfs:label "RelativeDirectionKind"@en ; - rdfs:comment "Kind of direction for the changes." ; + rdfs:label "RelativeDirectionKind" ; + rdfs:comment "Kind of direction for the changes."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:SchedulingArea a owl:Class ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "An area where production and/or consumption of energy can be forecasted, scheduled and measured. The area is operated by only one system operator, typically a Transmission System Operator (TSO). The area can consist of a sub area, which has the same definition as the main area, but it can be operated by another system operator (typically Distributed System Operator (DSO) or a Closed Distributed System Operator (CDSO)). This includes microgrid concept. A substation is the smallest grouping that can be included in the area. The area size should be considered in terms of the possibility of accumulated reading (settlement metering) and the capability of operating as an island." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "An area where production and/or consumption of energy can be forecasted, scheduled and measured. The area is operated by only one system operator, typically a Transmission System Operator (TSO). The area can consist of a sub area, which has the same definition as the main area, but it can be operated by another system operator (typically Distributed System Operator (DSO) or a Closed Distributed System Operator (CDSO)). This includes microgrid concept. A substation is the smallest grouping that can be included in the area. The area size should be considered in terms of the possibility of accumulated reading (settlement metering) and the capability of operating as an island."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC" . nc:TimeSeriesInterpolationKind a owl:Class ; - rdfs:label "TimeSeriesInterpolationKind"@en ; - rdfs:comment "Kinds of interpolation of values between two time point." ; + rdfs:label "TimeSeriesInterpolationKind" ; + rdfs:comment "Kinds of interpolation of values between two time point."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:AreaDispatchableUnit.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which has area dispatchable units." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which has area dispatchable units."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -205,24 +207,24 @@ nc:AreaDispatchableUnit.PowerSchedule a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:PowerSchedule . nc:BaseTimeSeries.interpolationKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "interpolationKind"@en ; - rdfs:comment "Kind of interpolation done between time point." ; + rdfs:label "interpolationKind" ; + rdfs:comment "Kind of interpolation done between time point."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range nc:TimeSeriesInterpolationKind . nc:BaseTimeSeries.timeSeriesKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "timeSeriesKind"@en ; - rdfs:comment "Kind of base time series." ; + rdfs:label "timeSeriesKind" ; + rdfs:comment "Kind of base time series."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range nc:BaseTimeSeriesKind . nc:BiddingZone.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which belongs to the power bidding zone." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which belongs to the power bidding zone."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -231,8 +233,8 @@ nc:BiddingZone.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range nc:PowerSchedule . nc:BiddingZoneBorder.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which has bidding zone border." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which has bidding zone border."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -241,8 +243,8 @@ nc:BiddingZoneBorder.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:PowerSchedule . nc:DCPole.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which has DC poles." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which has DC poles."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -251,8 +253,8 @@ nc:DCPole.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:PowerSchedule . nc:DCTieCorridor.MustRunSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "MustRunSchedule"@en ; - rdfs:comment "Must run schedule which has DC tie corridors." ; + rdfs:label "MustRunSchedule" ; + rdfs:comment "Must run schedule which has DC tie corridors."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -261,8 +263,8 @@ nc:DCTieCorridor.MustRunSchedule a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:MustRunSchedule . nc:DCTieCorridor.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which has DC tie corridors." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which has DC tie corridors."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -271,8 +273,8 @@ nc:DCTieCorridor.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range nc:PowerSchedule . nc:EnergyConnection.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "The power schedule for this energy connection." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "The power schedule for this energy connection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -281,8 +283,8 @@ nc:EnergyConnection.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:PowerSchedule . nc:EnergyGroup.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which is associated with an energy group." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which is associated with an energy group."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -291,8 +293,8 @@ nc:EnergyGroup.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range nc:PowerSchedule . nc:EquivalentInjection.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which has equivalent injection." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which has equivalent injection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -301,8 +303,8 @@ nc:EquivalentInjection.PowerSchedule a owl:ObjectProperty, owl:InverseFunctional rdfs:range nc:PowerSchedule . nc:GeneratingUnit.MustRunSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "MustRunSchedule"@en ; - rdfs:comment "Must run schedule which has generating units." ; + rdfs:label "MustRunSchedule" ; + rdfs:comment "Must run schedule which has generating units."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -311,8 +313,8 @@ nc:GeneratingUnit.MustRunSchedule a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:MustRunSchedule . nc:GeneratingUnit.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which has generating unit." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which has generating unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -321,8 +323,8 @@ nc:GeneratingUnit.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range nc:PowerSchedule . nc:HydroPump.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which has hydro pump." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which has hydro pump."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -331,8 +333,8 @@ nc:HydroPump.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:PowerSchedule . nc:MustRunSchedule.DCTieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCTieCorridor"@en ; - rdfs:comment "Hydro pump which belongs to the power schedule." ; + rdfs:label "DCTieCorridor" ; + rdfs:comment "Hydro pump which belongs to the power schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -341,8 +343,8 @@ nc:MustRunSchedule.DCTieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:DCTieCorridor . nc:MustRunSchedule.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "Generating unit which belongs to the must run schedule." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "Generating unit which belongs to the must run schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -351,8 +353,8 @@ nc:MustRunSchedule.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:GeneratingUnit . nc:MustRunSchedule.MustRunTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "MustRunTimePoint"@en ; - rdfs:comment "Value for the point in time." ; + rdfs:label "MustRunTimePoint" ; + rdfs:comment "Value for the point in time."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -361,8 +363,8 @@ nc:MustRunSchedule.MustRunTimePoint a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range nc:MustRunTimePoint . nc:MustRunTimePoint.MustRunSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "MustRunSchedule"@en ; - rdfs:comment "Time series the time point values belongs to." ; + rdfs:label "MustRunSchedule" ; + rdfs:comment "Time series the time point values belongs to."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -371,8 +373,8 @@ nc:MustRunTimePoint.MustRunSchedule a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:MustRunSchedule . nc:PowerElectronicsUnit.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which has power electronics unit." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which has power electronics unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -381,8 +383,8 @@ nc:PowerElectronicsUnit.PowerSchedule a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:PowerSchedule . nc:PowerRemedialAction.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which contains the power remedial action." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which contains the power remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -391,8 +393,8 @@ nc:PowerRemedialAction.PowerSchedule a owl:ObjectProperty, owl:InverseFunctional rdfs:range nc:PowerSchedule . nc:PowerSchedule.AreaDispatchableUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AreaDispatchableUnit"@en ; - rdfs:comment "Area disptachable unit which belongs to the power schedule." ; + rdfs:label "AreaDispatchableUnit" ; + rdfs:comment "Area disptachable unit which belongs to the power schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -401,8 +403,8 @@ nc:PowerSchedule.AreaDispatchableUnit a owl:ObjectProperty, owl:FunctionalProper rdfs:range nc:AreaDispatchableUnit . nc:PowerSchedule.BiddingZone a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BiddingZone"@en ; - rdfs:comment "Bidding zone which has power schedules." ; + rdfs:label "BiddingZone" ; + rdfs:comment "Bidding zone which has power schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -411,8 +413,8 @@ nc:PowerSchedule.BiddingZone a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:BiddingZone . nc:PowerSchedule.BiddingZoneBorder a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BiddingZoneBorder"@en ; - rdfs:comment "Bidding zone border which belongs to the power schedule." ; + rdfs:label "BiddingZoneBorder" ; + rdfs:comment "Bidding zone border which belongs to the power schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -421,8 +423,8 @@ nc:PowerSchedule.BiddingZoneBorder a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:BiddingZoneBorder . nc:PowerSchedule.DCPole a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCPole"@en ; - rdfs:comment "DC pole which belongs to the power schedule." ; + rdfs:label "DCPole" ; + rdfs:comment "DC pole which belongs to the power schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -431,8 +433,8 @@ nc:PowerSchedule.DCPole a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:DCPole . nc:PowerSchedule.DCTieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCTieCorridor"@en ; - rdfs:comment "DC tie corridor which belongs to the power schedule." ; + rdfs:label "DCTieCorridor" ; + rdfs:comment "DC tie corridor which belongs to the power schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -441,8 +443,8 @@ nc:PowerSchedule.DCTieCorridor a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:DCTieCorridor . nc:PowerSchedule.EnergyConnection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyConnection"@en ; - rdfs:comment "The energy connection that has a power schedule." ; + rdfs:label "EnergyConnection" ; + rdfs:comment "The energy connection that has a power schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -451,8 +453,8 @@ nc:PowerSchedule.EnergyConnection a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:EnergyConnection . nc:PowerSchedule.EnergyGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyGroup"@en ; - rdfs:comment "Energy group which belongs to a power schedule." ; + rdfs:label "EnergyGroup" ; + rdfs:comment "Energy group which belongs to a power schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -461,8 +463,8 @@ nc:PowerSchedule.EnergyGroup a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:EnergyGroup . nc:PowerSchedule.EquivalentInjection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "Equivalent injection which belongs to the power schedule." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "Equivalent injection which belongs to the power schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -471,8 +473,8 @@ nc:PowerSchedule.EquivalentInjection a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:EquivalentInjection . nc:PowerSchedule.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "Generating unit which belongs to the power schedule." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "Generating unit which belongs to the power schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -481,8 +483,8 @@ nc:PowerSchedule.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:GeneratingUnit . nc:PowerSchedule.HydroPump a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "HydroPump"@en ; - rdfs:comment "Hydro pump which belongs to the power schedule." ; + rdfs:label "HydroPump" ; + rdfs:comment "Hydro pump which belongs to the power schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -491,8 +493,8 @@ nc:PowerSchedule.HydroPump a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:HydroPump . nc:PowerSchedule.PowerElectronicsUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "Power electronics unit which belongs to the power schedule." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "Power electronics unit which belongs to the power schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -501,8 +503,8 @@ nc:PowerSchedule.PowerElectronicsUnit a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:PowerElectronicsUnit . nc:PowerSchedule.PowerRemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerRemedialAction"@en ; - rdfs:comment "Power remedial action which belongs to the Remedial Action Schedule." ; + rdfs:label "PowerRemedialAction" ; + rdfs:comment "Power remedial action which belongs to the Remedial Action Schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -511,8 +513,8 @@ nc:PowerSchedule.PowerRemedialAction a owl:ObjectProperty, owl:FunctionalPropert rdfs:range nc:PowerRemedialAction . nc:PowerSchedule.PowerTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerTimePoint"@en ; - rdfs:comment "Value for the point in time." ; + rdfs:label "PowerTimePoint" ; + rdfs:comment "Value for the point in time."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -521,8 +523,8 @@ nc:PowerSchedule.PowerTimePoint a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range nc:PowerTimePoint . nc:PowerSchedule.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "Scheduling area which has power schedules." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "Scheduling area which has power schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf nc:SchedulingArea.PowerSchedule ; @@ -530,24 +532,24 @@ nc:PowerSchedule.SchedulingArea a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SchedulingArea . nc:PowerSchedule.direction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "direction"@en ; - rdfs:comment "Kind of direction." ; + rdfs:label "direction" ; + rdfs:comment "Kind of direction."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerSchedule ; rdfs:range nc:RelativeDirectionKind . nc:PowerSchedule.powerScheduleKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "powerScheduleKind"@en ; - rdfs:comment "Kind of power schedule." ; + rdfs:label "powerScheduleKind" ; + rdfs:comment "Kind of power schedule."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerSchedule ; rdfs:range nc:PowerScheduleKind . nc:PowerTimePoint.PowerSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Time series the time point values belongs to." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Time series the time point values belongs to."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -556,8 +558,8 @@ nc:PowerTimePoint.PowerSchedule a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:PowerSchedule . nc:SchedulingArea.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which belongs to the scheduling area." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which belongs to the scheduling area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf nc:PowerSchedule.SchedulingArea ; @@ -565,73 +567,73 @@ nc:SchedulingArea.PowerSchedule a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range nc:PowerSchedule . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . nc:BaseTimeSeries.actionMethod a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "actionMethod"@en ; - rdfs:comment "Action method used to create the value. This is used for identification in the case where there is multiple time series for the same validity period and kind." ; + rdfs:label "actionMethod" ; + rdfs:comment "Action method used to create the value. This is used for identification in the case where there is multiple time series for the same validity period and kind."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range xsd:string . nc:BaseTimeSeries.generatedAtTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "generatedAtTime"@en ; - rdfs:comment "The time this time series (entity) come to existents and available for use." ; + rdfs:label "generatedAtTime" ; + rdfs:comment "The time this time series (entity) come to existents and available for use."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range xsd:dateTime . nc:BaseTimeSeries.percentile a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "percentile"@en ; - rdfs:comment "The percentile is a number where a certain percentage of scores/ranking/values of a sample fall below that number. This is a way for expressing uncertainty in the number provided." ; + rdfs:label "percentile" ; + rdfs:comment "The percentile is a number where a certain percentage of scores/ranking/values of a sample fall below that number. This is a way for expressing uncertainty in the number provided."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range xsd:integer . nc:MustRunTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:MustRunTimePoint ; rdfs:range xsd:dateTime . nc:MustRunTimePoint.mustRun a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mustRun"@en ; - rdfs:comment "True, if the must-run instruction is active this time point. Otherwise false." ; + rdfs:label "mustRun" ; + rdfs:comment "True, if the must-run instruction is active this time point. Otherwise false."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:MustRunTimePoint ; rdfs:range xsd:boolean . nc:MustRunTimePoint.mustRunP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mustRunP"@en ; - rdfs:comment "Minimum active power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "mustRunP" ; + rdfs:comment "Minimum active power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -642,8 +644,8 @@ nc:MustRunTimePoint.mustRunP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:MustRunTimePoint.mustRunQ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mustRunQ"@en ; - rdfs:comment "Minimum reactive power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "mustRunQ" ; + rdfs:comment "Minimum reactive power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -654,8 +656,8 @@ nc:MustRunTimePoint.mustRunQ a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerTimePoint.activatedP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "activatedP"@en ; - rdfs:comment "Active power activated as part of redispatch. Negative number means that the value is scheduling down. Positive number means that the value is scheduling up." ; + rdfs:label "activatedP" ; + rdfs:comment "Active power activated as part of redispatch. Negative number means that the value is scheduling down. Positive number means that the value is scheduling up."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -666,16 +668,16 @@ nc:PowerTimePoint.activatedP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerTimePoint.activatedPrice a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "activatedPrice"@en ; - rdfs:comment "Price for the activated active power per unit e.g. per MW." ; + rdfs:label "activatedPrice" ; + rdfs:comment "Price for the activated active power per unit e.g. per MW."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerTimePoint ; rdfs:range xsd:decimal . nc:PowerTimePoint.activatedQ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "activatedQ"@en ; - rdfs:comment "Reactive power activated as part of redispatch. Negative number means that the value is scheduling down. Positive number means that the value is scheduling up." ; + rdfs:label "activatedQ" ; + rdfs:comment "Reactive power activated as part of redispatch. Negative number means that the value is scheduling down. Positive number means that the value is scheduling up."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -686,24 +688,24 @@ nc:PowerTimePoint.activatedQ a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerTimePoint ; rdfs:range xsd:dateTime . nc:PowerTimePoint.meritOrder a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "meritOrder"@en ; - rdfs:comment "Ranking the energy blocks. Ranking can be based on historical values or other sources. It is required if power schedule is kind merit order." ; + rdfs:label "meritOrder" ; + rdfs:comment "Ranking the energy blocks. Ranking can be based on historical values or other sources. It is required if power schedule is kind merit order."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerTimePoint ; rdfs:range xsd:integer . nc:PowerTimePoint.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; - rdfs:comment "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "p" ; + rdfs:comment "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -714,16 +716,16 @@ nc:PowerTimePoint.p a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerTimePoint.price a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "price"@en ; - rdfs:comment "Price for the scheduled active power per unit of active power. e.g. per MW." ; + rdfs:label "price" ; + rdfs:comment "Price for the scheduled active power per unit of active power. e.g. per MW."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerTimePoint ; rdfs:range xsd:decimal . nc:PowerTimePoint.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; - rdfs:comment "Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "q" ; + rdfs:comment "Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -734,8 +736,8 @@ nc:PowerTimePoint.q a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -777,8 +779,8 @@ cim:Pressure skos:exactMatch quantitykind:Pressure . cim:Reactance skos:exactMatch quantitykind:Reactance . cim:ReactivePower a qudt:QuantityKind ; - rdfs:label "ReactivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current." ; + rdfs:label "ReactivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current."@en ; cims:belongsToCategory ps:Package_PowerScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.VAr ; skos:exactMatch quantitykind:ReactivePower . @@ -797,7 +799,7 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . @@ -805,13 +807,13 @@ cim:UnitMultiplier.M a cim:UnitMultiplier ; cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . @@ -822,96 +824,96 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . nc:BaseTimeSeriesKind.actual a nc:BaseTimeSeriesKind ; - rdfs:label "actual"@en ; - rdfs:comment "Time series is actual data. The values represent measured or calculated values that represent the actual behaviour." ; + rdfs:label "actual" ; + rdfs:comment "Time series is actual data. The values represent measured or calculated values that represent the actual behaviour."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.forecast a nc:BaseTimeSeriesKind ; - rdfs:label "forecast"@en ; - rdfs:comment "Time series is forecast data. The values represent the result of scientific predictions based on historical time stamped data." ; + rdfs:label "forecast" ; + rdfs:comment "Time series is forecast data. The values represent the result of scientific predictions based on historical time stamped data."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.hindcast a nc:BaseTimeSeriesKind ; - rdfs:label "hindcast"@en ; - rdfs:comment "Time series is hindcast data. The value represent probable past (historic) condition given by calculation done using actual values. For instance, determine the among of wind based on the energy produced by wind. However, hindcast is typical the result of a simulated forecasts for historical periods." ; + rdfs:label "hindcast" ; + rdfs:comment "Time series is hindcast data. The value represent probable past (historic) condition given by calculation done using actual values. For instance, determine the among of wind based on the energy produced by wind. However, hindcast is typical the result of a simulated forecasts for historical periods."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.schedule a nc:BaseTimeSeriesKind ; - rdfs:label "schedule"@en ; - rdfs:comment "Time series is schedule data. The values represent the result of a committed and plan forecast data that has been through a quality control and could incur penalty when not followed." ; + rdfs:label "schedule" ; + rdfs:comment "Time series is schedule data. The values represent the result of a committed and plan forecast data that has been through a quality control and could incur penalty when not followed."@en ; cims:stereotype "enum" . nc:PowerScheduleKind.meritOrder a nc:PowerScheduleKind ; - rdfs:label "meritOrder"@en ; - rdfs:comment "Power schedule is a merit order that includes ranking of the power block. Power block provides the maximum power allocation possible." ; + rdfs:label "meritOrder" ; + rdfs:comment "Power schedule is a merit order that includes ranking of the power block. Power block provides the maximum power allocation possible."@en ; cims:stereotype "enum" . nc:PowerScheduleKind.mustRun a nc:PowerScheduleKind ; - rdfs:label "mustRun"@en ; - rdfs:comment "Power schedule is a must run schedule that identifies the unit that must run for a given time point." ; + rdfs:label "mustRun" ; + rdfs:comment "Power schedule is a must run schedule that identifies the unit that must run for a given time point."@en ; cims:stereotype "enum" . nc:PowerScheduleKind.power a nc:PowerScheduleKind ; - rdfs:label "power"@en ; - rdfs:comment "Power schedule that has no additional meaning than allocating power to unit for a given time point." ; + rdfs:label "power" ; + rdfs:comment "Power schedule that has no additional meaning than allocating power to unit for a given time point."@en ; cims:stereotype "enum" . nc:PowerScheduleKind.price a nc:PowerScheduleKind ; - rdfs:label "price"@en ; - rdfs:comment "Power schedule includes prices for a given a power per time point." ; + rdfs:label "price" ; + rdfs:comment "Power schedule includes prices for a given a power per time point."@en ; cims:stereotype "enum" . nc:RelativeDirectionKind.down a nc:RelativeDirectionKind ; - rdfs:label "down"@en ; - rdfs:comment "Down signifies that the changes are decreasing from the current status." ; + rdfs:label "down" ; + rdfs:comment "Down signifies that the changes are decreasing from the current status."@en ; cims:stereotype "enum" . nc:RelativeDirectionKind.none a nc:RelativeDirectionKind ; - rdfs:label "none"@en ; - rdfs:comment "There is no direction on the changes." ; + rdfs:label "none" ; + rdfs:comment "There is no direction on the changes."@en ; cims:stereotype "enum" . nc:RelativeDirectionKind.up a nc:RelativeDirectionKind ; - rdfs:label "up"@en ; - rdfs:comment "Up signifies that the changes are increasing from the current status." ; + rdfs:label "up" ; + rdfs:comment "Up signifies that the changes are increasing from the current status."@en ; cims:stereotype "enum" . nc:RelativeDirectionKind.upAndDown a nc:RelativeDirectionKind ; - rdfs:label "upAndDown"@en ; - rdfs:comment "Up and down signifies that both up and down values are equal." ; + rdfs:label "upAndDown" ; + rdfs:comment "Up and down signifies that both up and down values are equal."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.linear a nc:TimeSeriesInterpolationKind ; - rdfs:label "linear"@en ; - rdfs:comment "Linear interpolation is applied for values between two time points." ; + rdfs:label "linear" ; + rdfs:comment "Linear interpolation is applied for values between two time points."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.next a nc:TimeSeriesInterpolationKind ; - rdfs:label "next"@en ; - rdfs:comment "The value between two time points is set to next value." ; + rdfs:label "next" ; + rdfs:comment "The value between two time points is set to next value."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.none a nc:TimeSeriesInterpolationKind ; - rdfs:label "none"@en ; - rdfs:comment "No interpolation is applied." ; + rdfs:label "none" ; + rdfs:comment "No interpolation is applied."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.previous a nc:TimeSeriesInterpolationKind ; - rdfs:label "previous"@en ; - rdfs:comment "The value between two time points is set to previous value." ; + rdfs:label "previous" ; + rdfs:comment "The value between two time points is set to previous value."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.zero a nc:TimeSeriesInterpolationKind ; - rdfs:label "zero"@en ; - rdfs:comment "The value between two time points is set to zero." ; + rdfs:label "zero" ; + rdfs:comment "The value between two time points is set to zero."@en ; cims:stereotype "enum" . ps:Package_DocPowerScheduleProfile a cims:ClassCategory ; - rdfs:label "DocPowerScheduleProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocPowerScheduleProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . ps:Package_PowerScheduleProfile a cims:ClassCategory ; - rdfs:label "PowerScheduleProfile"@en ; - rdfs:comment "This package contains the power schedule profile." . + rdfs:label "PowerScheduleProfile" ; + rdfs:comment "This package contains the power schedule profile."@en . diff --git a/rdfs-improved/CGMES-NC/ttl/PowerSystemProject-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/PowerSystemProject-AP-Voc-RDFS2020.ttl index 4a5db35..f76b6da 100644 --- a/rdfs-improved/CGMES-NC/ttl/PowerSystemProject-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/PowerSystemProject-AP-Voc-RDFS2020.ttl @@ -7,59 +7,61 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . +@prefix dc: . @prefix uml: . psp:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the power system profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "PSP" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:29bfa45c-7d04-42f1-97c1-2e0f70f476a0" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Power System Project Vocabulary"@en ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . dcat:Resource a owl:Class ; - rdfs:label "Resource"@en ; - rdfs:comment "Resource published or curated by a single agent." ; + rdfs:label "Resource" ; + rdfs:comment "Resource published or curated by a single agent."@en ; cims:belongsToCategory psp:Package_PowerSystemProjectProfile ; cims:stereotype "dcat" . nc:AvailabilitySchedule a owl:Class ; - rdfs:label "AvailabilitySchedule"@en ; - rdfs:comment "A given (un)availability schedule with a given status and cause that include multiple equipment that need to follow the same scheduling periods." ; + rdfs:label "AvailabilitySchedule" ; + rdfs:comment "A given (un)availability schedule with a given status and cause that include multiple equipment that need to follow the same scheduling periods."@en ; cims:belongsToCategory psp:Package_PowerSystemProjectProfile ; cims:stereotype "NC" . nc:DifferenceModel a owl:Class ; - rdfs:label "DifferenceModel"@en ; - rdfs:comment "A set of statements describing the changes in the network model. The statement is defined in the difference model." ; + rdfs:label "DifferenceModel" ; + rdfs:comment "A set of statements describing the changes in the network model. The statement is defined in the difference model."@en ; cims:belongsToCategory psp:Package_PowerSystemProjectProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf dcat:Resource . nc:PowerSystemProject a owl:Class ; - rdfs:label "PowerSystemProject"@en ; - rdfs:comment "Knowledge data for the power system project that describe the status and the planned implementation of the changes into the as-built model." ; + rdfs:label "PowerSystemProject" ; + rdfs:comment "Knowledge data for the power system project that describe the status and the planned implementation of the changes into the as-built model."@en ; cims:belongsToCategory psp:Package_PowerSystemProjectProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf dcat:Resource . nc:PowerSystemProjectGroup a owl:Class ; - rdfs:label "PowerSystemProjectGroup"@en ; - rdfs:comment "A container with project that are grouped together. Primarily used for navigation and to highlight the phases that an overall project can go though." ; + rdfs:label "PowerSystemProjectGroup" ; + rdfs:comment "A container with project that are grouped together. Primarily used for navigation and to highlight the phases that an overall project can go though."@en ; cims:belongsToCategory psp:Package_PowerSystemProjectProfile ; cims:stereotype "NC", uml:concrete . nc:AvailabilitySchedule.PowerSystemProject a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSystemProject"@en ; - rdfs:comment "The power system project that has this availability schedule." ; + rdfs:label "PowerSystemProject" ; + rdfs:comment "The power system project that has this availability schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -68,8 +70,8 @@ nc:AvailabilitySchedule.PowerSystemProject a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:PowerSystemProject . nc:DifferenceModel.PowerSystemProject a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSystemProject"@en ; - rdfs:comment "The power system project that is described by this difference model." ; + rdfs:label "PowerSystemProject" ; + rdfs:comment "The power system project that is described by this difference model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -78,8 +80,8 @@ nc:DifferenceModel.PowerSystemProject a owl:ObjectProperty, owl:FunctionalProper rdfs:range nc:PowerSystemProject . nc:PowerSystemProject.AlternativeProject a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AlternativeProject"@en ; - rdfs:comment "Alternative project. Only one of the projects will be commissioned." ; + rdfs:label "AlternativeProject" ; + rdfs:comment "Alternative project. Only one of the projects will be commissioned."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -88,8 +90,8 @@ nc:PowerSystemProject.AlternativeProject a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:PowerSystemProject . nc:PowerSystemProject.AvailabilitySchedule a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilitySchedule"@en ; - rdfs:comment "The availability schedule associated with this power system project." ; + rdfs:label "AvailabilitySchedule" ; + rdfs:comment "The availability schedule associated with this power system project."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -98,8 +100,8 @@ nc:PowerSystemProject.AvailabilitySchedule a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:AvailabilitySchedule . nc:PowerSystemProject.DependentOnProject a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DependentOnProject"@en ; - rdfs:comment "Grouping of projects that are depending on each other. A project can only be linked to one dependent project." ; + rdfs:label "DependentOnProject" ; + rdfs:comment "Grouping of projects that are depending on each other. A project can only be linked to one dependent project."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -108,8 +110,8 @@ nc:PowerSystemProject.DependentOnProject a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:PowerSystemProject . nc:PowerSystemProject.DifferenceModel a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DifferenceModel"@en ; - rdfs:comment "The difference model describing this power system project." ; + rdfs:label "DifferenceModel" ; + rdfs:comment "The difference model describing this power system project."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -118,8 +120,8 @@ nc:PowerSystemProject.DifferenceModel a owl:ObjectProperty, owl:FunctionalProper rdfs:range nc:DifferenceModel . nc:PowerSystemProject.PriorityProject a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PriorityProject"@en ; - rdfs:comment "The project that has an alternative project." ; + rdfs:label "PriorityProject" ; + rdfs:comment "The project that has an alternative project."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -128,8 +130,8 @@ nc:PowerSystemProject.PriorityProject a owl:ObjectProperty, owl:FunctionalProper rdfs:range nc:PowerSystemProject . nc:PowerSystemProject.Project a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Project"@en ; - rdfs:comment "The project that has a dependent on project." ; + rdfs:label "Project" ; + rdfs:comment "The project that has a dependent on project."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -138,8 +140,8 @@ nc:PowerSystemProject.Project a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range nc:PowerSystemProject . nc:PowerSystemProject.ProjectGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ProjectGroup"@en ; - rdfs:comment "Power system project group to which this project belongs." ; + rdfs:label "ProjectGroup" ; + rdfs:comment "Power system project group to which this project belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -148,8 +150,8 @@ nc:PowerSystemProject.ProjectGroup a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:PowerSystemProjectGroup . nc:PowerSystemProject.ShadowProject a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ShadowProject"@en ; - rdfs:comment "A shadowing project that includes the same change set, but different timeline." ; + rdfs:label "ShadowProject" ; + rdfs:comment "A shadowing project that includes the same change set, but different timeline."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -158,8 +160,8 @@ nc:PowerSystemProject.ShadowProject a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:PowerSystemProject . nc:PowerSystemProject.SilhouetteProject a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SilhouetteProject"@en ; - rdfs:comment "The project that has a shadow project." ; + rdfs:label "SilhouetteProject" ; + rdfs:comment "The project that has a shadow project."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -168,8 +170,8 @@ nc:PowerSystemProject.SilhouetteProject a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:PowerSystemProject . nc:PowerSystemProjectGroup.Project a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Project"@en ; - rdfs:comment "The project included in the power system project group." ; + rdfs:label "Project" ; + rdfs:comment "The project included in the power system project group."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -178,236 +180,236 @@ nc:PowerSystemProjectGroup.Project a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:PowerSystemProject . dcat:Resource.hasVersion a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hasVersion"@en ; - rdfs:comment "This resource has a more specific, versioned resource." ; + rdfs:label "hasVersion" ; + rdfs:comment "This resource has a more specific, versioned resource."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:anyURI . dcat:Resource.isVersionOf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isVersionOf"@en ; + rdfs:label "isVersionOf" ; rdfs:comment """A related resource of which the described resource is a version, edition, or adaptation. -Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of hasVersion.""" ; +Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of hasVersion."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:anyURI . dcat:Resource.keyword a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "keyword"@en ; - rdfs:comment "A keyword or tag describing a resource." ; + rdfs:label "keyword" ; + rdfs:comment "A keyword or tag describing a resource."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dcat:Resource.version a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "version"@en ; - rdfs:comment "The version indicator (name or identifier) of a resource." ; + rdfs:label "version" ; + rdfs:comment "The version indicator (name or identifier) of a resource."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcat", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dcat:Resource.versionNotes a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "versionNotes"@en ; - rdfs:comment "A description of changes between this version and the previous version of the resource." ; + rdfs:label "versionNotes" ; + rdfs:comment "A description of changes between this version and the previous version of the resource."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "adms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dct:PowerSystemProjectGroup.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; + rdfs:label "description" ; rdfs:comment """A free-text account of the resource. -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.""" ; +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain nc:PowerSystemProjectGroup ; rdfs:range xsd:string . dct:PowerSystemProjectGroup.identifier a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "identifier"@en ; + rdfs:label "identifier" ; rdfs:comment """A unique identifier of the resource being described or cataloged. The identifier might be used as part of the IRI of the resource, but still having it represented explicitly is useful. -The identifier is a text string which is assigned to the resource to provide an unambiguous reference within a particular context.""" ; +The identifier is a text string which is assigned to the resource to provide an unambiguous reference within a particular context."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain nc:PowerSystemProjectGroup ; rdfs:range xsd:string . dct:PowerSystemProjectGroup.title a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "title"@en ; - rdfs:comment "A name given to the resource." ; + rdfs:label "title" ; + rdfs:comment "A name given to the resource."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain nc:PowerSystemProjectGroup ; rdfs:range xsd:string . dct:Resource.accessRights a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "accessRights"@en ; + rdfs:label "accessRights" ; rdfs:comment """Information about who access the resource or an indication of its security status. -Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.""" ; +Access Rights may include information regarding access or restrictions based on privacy, security, or other policies."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dct:Resource.conformsTo a owl:DatatypeProperty ; - rdfs:label "conformsTo"@en ; - rdfs:comment "An established standard to which the described resource conforms." ; + rdfs:label "conformsTo" ; + rdfs:comment "An established standard to which the described resource conforms."@en ; cims:multiplicity cims:M:0..n ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dct:Resource.creator a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "creator"@en ; + rdfs:label "creator" ; rdfs:comment """An entity responsible for making the resource. -Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided.""" ; +Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dct:Resource.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; + rdfs:label "description" ; rdfs:comment """A free-text account of the resource. -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.""" ; +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dct:Resource.identifier a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "identifier"@en ; + rdfs:label "identifier" ; rdfs:comment """A unique identifier of the resource being described or cataloged. The identifier might be used as part of the IRI of the resource, but still having it represented explicitly is useful. -The identifier is a text string which is assigned to the resource to provide an unambiguous reference within a particular context.""" ; +The identifier is a text string which is assigned to the resource to provide an unambiguous reference within a particular context."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dct:Resource.issued a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "issued"@en ; + rdfs:label "issued" ; rdfs:comment """Date of formal issuance of the resource. -Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.""" ; +Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:dateTime . dct:Resource.license a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "license"@en ; + rdfs:label "license" ; rdfs:comment """A legal document under which the resource is made available. -Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided.""" ; +Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dct:Resource.modified a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "modified"@en ; + rdfs:label "modified" ; rdfs:comment """Most recent date on which the item was changed, updated or modified. -Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.""" ; +Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:date . dct:Resource.publisher a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "publisher"@en ; - rdfs:comment "An entity responsible for making the resource available." ; + rdfs:label "publisher" ; + rdfs:comment "An entity responsible for making the resource available."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dct:Resource.rights a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rights"@en ; - rdfs:comment "A statement that concerns all rights not addressed with dct:license or dct:accessRights, such as copyright statements." ; + rdfs:label "rights" ; + rdfs:comment "A statement that concerns all rights not addressed with dct:license or dct:accessRights, such as copyright statements."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dct:Resource.rightsHolder a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rightsHolder"@en ; + rdfs:label "rightsHolder" ; rdfs:comment """Information about rights held in and over the resource. -Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided.""" ; +Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . dct:Resource.title a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "title"@en ; - rdfs:comment "A name given to the resource." ; + rdfs:label "title" ; + rdfs:comment "A name given to the resource."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "dcterms", uml:attribute ; rdfs:domain dcat:Resource ; rdfs:range xsd:string . nc:PowerSystemProject.cancelled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "cancelled"@en ; - rdfs:comment "From this date the project is in cancelled state. No further development will be done to the project or associated change set in this state." ; + rdfs:label "cancelled" ; + rdfs:comment "From this date the project is in cancelled state. No further development will be done to the project or associated change set in this state."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:PowerSystemProject ; rdfs:range xsd:dateTime . nc:PowerSystemProject.commissioned a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "commissioned"@en ; - rdfs:comment "From this date the project is in commissioned state. Any conducting equipment in the change set can be energized from this day. No further changes will be done to the change set." ; + rdfs:label "commissioned" ; + rdfs:comment "From this date the project is in commissioned state. Any conducting equipment in the change set can be energized from this day. No further changes will be done to the change set."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:PowerSystemProject ; rdfs:range xsd:dateTime . nc:PowerSystemProject.committed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "committed"@en ; - rdfs:comment "From this date the project is in committed state. The change set will from this day be part of the as-build model." ; + rdfs:label "committed" ; + rdfs:comment "From this date the project is in committed state. The change set will from this day be part of the as-build model."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:PowerSystemProject ; rdfs:range xsd:dateTime . nc:PowerSystemProject.inBuild a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inBuild"@en ; - rdfs:comment "From this day the project is in build state. Alternative project have been evaluated. Any procurement has started and the change set is being updated to an as-build model." ; + rdfs:label "inBuild" ; + rdfs:comment "From this day the project is in build state. Alternative project have been evaluated. Any procurement has started and the change set is being updated to an as-build model."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:PowerSystemProject ; rdfs:range xsd:dateTime . nc:PowerSystemProject.inPlan a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inPlan"@en ; - rdfs:comment "From this date the project is in planning state. Study or procurement strategy has triggered the start of a project involving changes to one or more models. Alternative projects and change sets are evaluated." ; + rdfs:label "inPlan" ; + rdfs:comment "From this date the project is in planning state. Study or procurement strategy has triggered the start of a project involving changes to one or more models. Alternative projects and change sets are evaluated."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:PowerSystemProject ; rdfs:range xsd:dateTime . nc:PowerSystemProject.officialExpectedCommissioning a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "officialExpectedCommissioning"@en ; - rdfs:comment "Published official commissioning date." ; + rdfs:label "officialExpectedCommissioning" ; + rdfs:comment "Published official commissioning date."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:PowerSystemProject ; rdfs:range xsd:dateTime . nc:PowerSystemProject.priority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "priority"@en ; - rdfs:comment "Priority between competing project. Use 0 for do not care. Use 1 for highest priority. Use 2 as priority is less than 1 and so on." ; + rdfs:label "priority" ; + rdfs:comment "Priority between competing project. Use 0 for do not care. Use 1 for highest priority. Use 2 as priority is less than 1 and so on."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:PowerSystemProject ; rdfs:range xsd:integer . psp:Package_PowerSystemProjectProfile a cims:ClassCategory ; - rdfs:label "PowerSystemProjectProfile"@en ; - rdfs:comment "This package contains power system project profile." . + rdfs:label "PowerSystemProjectProfile" ; + rdfs:comment "This package contains power system project profile."@en . diff --git a/rdfs-improved/CGMES-NC/ttl/RemedialAction-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/RemedialAction-AP-Voc-RDFS2020.ttl index 9bf7585..2151183 100644 --- a/rdfs-improved/CGMES-NC/ttl/RemedialAction-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/RemedialAction-AP-Voc-RDFS2020.ttl @@ -13,123 +13,125 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . ra:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the remedial action profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC24v01_MM10v02.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "RA" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC24v01_MM10v02.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:57fcfe0e-258c-45f2-b2ed-ff5b6a9859bc" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Remedial action Vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:ACDCConverter a owl:Class ; - rdfs:label "ACDCConverter"@en ; - rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion." ; + rdfs:label "ACDCConverter" ; + rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:ACDCTerminal a owl:Class ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:BatteryUnit a owl:Class ; - rdfs:label "BatteryUnit"@en ; - rdfs:comment "An electrochemical energy storage device." ; + rdfs:label "BatteryUnit" ; + rdfs:comment "An electrochemical energy storage device."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:Contingency a owl:Class ; - rdfs:label "Contingency"@en ; - rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements." ; + rdfs:label "Contingency" ; + rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:Currency a owl:Class ; - rdfs:label "Currency"@en ; - rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code." ; + rdfs:label "Currency" ; + rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype uml:enumeration . cim:DCTerminal a owl:Class ; - rdfs:label "DCTerminal"@en ; - rdfs:comment "An electrical connection point to generic DC conducting equipment." ; + rdfs:label "DCTerminal" ; + rdfs:comment "An electrical connection point to generic DC conducting equipment."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:EnergyConsumer a owl:Class ; - rdfs:label "EnergyConsumer"@en ; + rdfs:label "EnergyConsumer" ; rdfs:comment """Generic user of energy - a point of consumption on the power system model. -EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False.""" ; +EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False."""@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:EnergySource a owl:Class ; - rdfs:label "EnergySource"@en ; - rdfs:comment "A generic equivalent for an energy supplier on a transmission or distribution voltage level." ; + rdfs:label "EnergySource" ; + rdfs:comment "A generic equivalent for an energy supplier on a transmission or distribution voltage level."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:EquivalentInjection a owl:Class ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:ExternalNetworkInjection a owl:Class ; - rdfs:label "ExternalNetworkInjection"@en ; - rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations." ; + rdfs:label "ExternalNetworkInjection" ; + rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:Line a owl:Class ; - rdfs:label "Line"@en ; - rdfs:comment "Contains equipment beyond a substation belonging to a power transmission line." ; + rdfs:label "Line" ; + rdfs:comment "Contains equipment beyond a substation belonging to a power transmission line."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "Description", uml:concrete . cim:Measurement a owl:Class ; - rdfs:label "Measurement"@en ; + rdfs:label "Measurement" ; rdfs:comment """A Measurement represents any measured, calculated or non-measured non-calculated quantity. Any piece of equipment may contain Measurements, e.g. a substation may have temperature measurements and door open indications, a transformer may have oil temperature and tank pressure measurements, a bay may contain a number of power flow measurements and a Breaker may contain a switch status measurement. The PSR - Measurement association is intended to capture this use of Measurement and is included in the naming hierarchy based on EquipmentContainer. The naming hierarchy typically has Measurements as leaves, e.g. Substation-VoltageLevel-Bay-Switch-Measurement. Some Measurements represent quantities related to a particular sensor location in the network, e.g. a voltage transformer (VT) or potential transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator. The sensing position is not captured in the PSR - Measurement association. Instead it is captured by the Measurement - Terminal association that is used to define the sensing location in the network topology. The location is defined by the connection of the Terminal to ConductingEquipment. If both a Terminal and PSR are associated, and the PSR is of type ConductingEquipment, the associated Terminal should belong to that ConductingEquipment instance. -When the sensor location is needed both Measurement-PSR and Measurement-Terminal are used. The Measurement-Terminal association is never used alone.""" ; +When the sensor location is needed both Measurement-PSR and Measurement-Terminal are used. The Measurement-Terminal association is never used alone."""@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:OperationalLimit a owl:Class ; - rdfs:label "OperationalLimit"@en ; + rdfs:label "OperationalLimit" ; rdfs:comment """A value and normal value associated with a specific kind of limit. The sub class value and normalValue attributes vary inversely to the associated OperationalLimitType.acceptableDuration (acceptableDuration for short). -If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration.""" ; +If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration."""@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:PowerElectronicsConnection a owl:Class ; - rdfs:label "PowerElectronicsConnection"@en ; - rdfs:comment "A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines." ; + rdfs:label "PowerElectronicsConnection" ; + rdfs:comment "A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:PowerSystemResource a owl:Class ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:RegulatingControl a owl:Class ; - rdfs:label "RegulatingControl"@en ; + rdfs:label "RegulatingControl" ; rdfs:comment """Specifies a set of equipment that works together to control a power system quantity such as voltage or flow. Remote bus voltage control is possible by specifying the controlled terminal located at some place remote from the controlling equipment. The specified terminal shall be associated with the connectivity node of the controlled point. The most specific subtype of RegulatingControl shall be used in case such equipment participate in the control, e.g. TapChangerControl for tap changers. @@ -137,571 +139,571 @@ For flow control, load sign convention is used, i.e. positive sign means flow ou The attribute minAllowedTargetValue and maxAllowedTargetValue are required in the following cases: - For a power generating module operated in power factor control mode to specify maximum and minimum power factor values; - Whenever it is necessary to have an off center target voltage for the tap changer regulator. For instance, due to long cables to off shore wind farms and the need to have a simpler setup at the off shore transformer platform, the voltage is controlled from the land at the connection point for the off shore wind farm. Since there usually is a voltage rise along the cable, there is typical and overvoltage of up 3-4 kV compared to the on shore station. Thus in normal operation the tap changer on the on shore station is operated with a target set point, which is in the lower parts of the dead band. -The attributes minAllowedTargetValue and maxAllowedTargetValue are not related to the attribute targetDeadband and thus they are not treated as an alternative of the targetDeadband. They are needed due to limitations in the local substation controller. The attribute targetDeadband is used to prevent the power flow from move the tap position in circles (hunting) that is to be used regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue.""" ; +The attributes minAllowedTargetValue and maxAllowedTargetValue are not related to the attribute targetDeadband and thus they are not treated as an alternative of the targetDeadband. They are needed due to limitations in the local substation controller. The attribute targetDeadband is used to prevent the power flow from move the tap position in circles (hunting) that is to be used regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue."""@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:RotatingMachine a owl:Class ; - rdfs:label "RotatingMachine"@en ; - rdfs:comment "A rotating machine which may be used as a generator or motor." ; + rdfs:label "RotatingMachine" ; + rdfs:comment "A rotating machine which may be used as a generator or motor."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:ShuntCompensator a owl:Class ; - rdfs:label "ShuntCompensator"@en ; - rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied." ; + rdfs:label "ShuntCompensator" ; + rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:StaticVarCompensator a owl:Class ; - rdfs:label "StaticVarCompensator"@en ; + rdfs:label "StaticVarCompensator" ; rdfs:comment """A facility for providing variable and controllable shunt reactive power. The SVC typically consists of a stepdown transformer, filter, thyristor-controlled reactor, and thyristor-switched capacitor arms. -The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero.""" ; +The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero."""@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:Substation a owl:Class ; - rdfs:label "Substation"@en ; - rdfs:comment "A collection of equipment for purposes other than generation or utilization, through which electric energy in bulk is passed for the purposes of switching or modifying its characteristics." ; + rdfs:label "Substation" ; + rdfs:comment "A collection of equipment for purposes other than generation or utilization, through which electric energy in bulk is passed for the purposes of switching or modifying its characteristics."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "Description", uml:concrete . cim:Switch a owl:Class ; - rdfs:label "Switch"@en ; - rdfs:comment "A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant." ; + rdfs:label "Switch" ; + rdfs:comment "A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:TapChanger a owl:Class ; - rdfs:label "TapChanger"@en ; - rdfs:comment "Mechanism for changing transformer winding tap positions." ; + rdfs:label "TapChanger" ; + rdfs:comment "Mechanism for changing transformer winding tap positions."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:Terminal a owl:Class ; - rdfs:label "Terminal"@en ; - rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "Terminal" ; + rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype uml:enumeration . nc:ACDCConverterAction a owl:Class ; - rdfs:label "ACDCConverterAction"@en ; - rdfs:comment "Alternate current Direct current (ACDC) converter action." ; + rdfs:label "ACDCConverterAction" ; + rdfs:comment "Alternate current Direct current (ACDC) converter action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:AvailabilityRemedialAction a owl:Class ; - rdfs:label "AvailabilityRemedialAction"@en ; - rdfs:comment "Availability remedial action is a remedial action that cancels or reschedules an availability schedule." ; + rdfs:label "AvailabilityRemedialAction" ; + rdfs:comment "Availability remedial action is a remedial action that cancels or reschedules an availability schedule."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:RemedialAction . nc:BatteryUnitAction a owl:Class ; - rdfs:label "BatteryUnitAction"@en ; - rdfs:comment "Battery unit setpoint action." ; + rdfs:label "BatteryUnitAction" ; + rdfs:comment "Battery unit setpoint action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:BiddingZone a owl:Class ; - rdfs:label "BiddingZone"@en ; - rdfs:comment "A bidding zone is a market-based method for handling power transmission congestion. It consists of scheduling areas that include the relevant production (supply) and consumption (demand) to form an electrical area with the same market price without capacity allocation." ; + rdfs:label "BiddingZone" ; + rdfs:comment "A bidding zone is a market-based method for handling power transmission congestion. It consists of scheduling areas that include the relevant production (supply) and consumption (demand) to form an electrical area with the same market price without capacity allocation."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" . nc:BiddingZoneAction a owl:Class ; - rdfs:label "BiddingZoneAction"@en ; - rdfs:comment "Bidding zone set point action." ; + rdfs:label "BiddingZoneAction" ; + rdfs:comment "Bidding zone set point action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:BiddingZoneBorder a owl:Class ; - rdfs:label "BiddingZoneBorder"@en ; - rdfs:comment "Defines the aggregated connection capacity between two Bidding Zones." ; + rdfs:label "BiddingZoneBorder" ; + rdfs:comment "Defines the aggregated connection capacity between two Bidding Zones."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" . nc:CalculationKind a owl:Class ; - rdfs:label "CalculationKind"@en ; - rdfs:comment "Kind of calculation operation that can be done to Measurement." ; + rdfs:label "CalculationKind" ; + rdfs:comment "Kind of calculation operation that can be done to Measurement."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:ContingencyWithRemedialAction a owl:Class ; - rdfs:label "ContingencyWithRemedialAction"@en ; - rdfs:comment "Combination of a contingency and a remedial action. ContingencyWithRemedialAction shall not be instantiated for preventive RemedialAction (RemedialAction.kind equals RemedialActionKind.preventive)." ; + rdfs:label "ContingencyWithRemedialAction" ; + rdfs:comment "Combination of a contingency and a remedial action. ContingencyWithRemedialAction shall not be instantiated for preventive RemedialAction (RemedialAction.kind equals RemedialActionKind.preventive)."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete . nc:ControlFunctionBlock a owl:Class ; - rdfs:label "ControlFunctionBlock"@en ; - rdfs:comment "Control function block is a function block that contains an algorithm for controlling the equipment." ; + rdfs:label "ControlFunctionBlock" ; + rdfs:comment "Control function block is a function block that contains an algorithm for controlling the equipment."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" . nc:ControlFunctionBlockAction a owl:Class ; - rdfs:label "ControlFunctionBlockAction"@en ; - rdfs:comment "Action for setting the control function block target values." ; + rdfs:label "ControlFunctionBlockAction" ; + rdfs:comment "Action for setting the control function block target values."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:CountertradeRemedialAction a owl:Class ; - rdfs:label "CountertradeRemedialAction"@en ; - rdfs:comment "Countertrade is a remedial action to relieve physical congestions where the location of activated resources within the bidding zone is not known." ; + rdfs:label "CountertradeRemedialAction" ; + rdfs:comment "Countertrade is a remedial action to relieve physical congestions where the location of activated resources within the bidding zone is not known."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PowerRemedialAction . nc:ElementCombinationConstraintKind a owl:Class ; - rdfs:label "ElementCombinationConstraintKind"@en ; - rdfs:comment "Kind of constraint for an element combination." ; + rdfs:label "ElementCombinationConstraintKind" ; + rdfs:comment "Kind of constraint for an element combination."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:EnergySourceModification a owl:Class ; - rdfs:label "EnergySourceModification"@en ; - rdfs:comment "Energy source action." ; + rdfs:label "EnergySourceModification" ; + rdfs:comment "Energy source action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:EquipmentController a owl:Class ; - rdfs:label "EquipmentController"@en ; - rdfs:comment "Equipment controller is an automation function that can control one or multiple equipment function to achieve all the targets inside the given tolerance." ; + rdfs:label "EquipmentController" ; + rdfs:comment "Equipment controller is an automation function that can control one or multiple equipment function to achieve all the targets inside the given tolerance."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" . nc:EquipmentControllerAction a owl:Class ; - rdfs:label "EquipmentControllerAction"@en ; - rdfs:comment "Action for setting the equipment controller action." ; + rdfs:label "EquipmentControllerAction" ; + rdfs:comment "Action for setting the equipment controller action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:EquivalentInjectionAction a owl:Class ; - rdfs:label "EquivalentInjectionAction"@en ; - rdfs:comment "Equivalent injection action." ; + rdfs:label "EquivalentInjectionAction" ; + rdfs:comment "Equivalent injection action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:ExternalNetworkInjectionAction a owl:Class ; - rdfs:label "ExternalNetworkInjectionAction"@en ; - rdfs:comment "External network injection action." ; + rdfs:label "ExternalNetworkInjectionAction" ; + rdfs:comment "External network injection action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:FunctionInputVariable a owl:Class ; - rdfs:label "FunctionInputVariable"@en ; - rdfs:comment "Functional input variable defines the domain of the function." ; + rdfs:label "FunctionInputVariable" ; + rdfs:comment "Functional input variable defines the domain of the function."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:Gate a owl:Class ; - rdfs:label "Gate"@en ; - rdfs:comment "Logical gate that supports a logical operation based on the input." ; + rdfs:label "Gate" ; + rdfs:comment "Logical gate that supports a logical operation based on the input."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:GateInputPin a owl:Class ; - rdfs:label "GateInputPin"@en ; - rdfs:comment "Input pin for a logical gate. The condition described in the input pin gives a logical true or false. The result from measurement and calculation are converted to a true or false." ; + rdfs:label "GateInputPin" ; + rdfs:comment "Input pin for a logical gate. The condition described in the input pin gives a logical true or false. The result from measurement and calculation are converted to a true or false."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:FunctionInputVariable . nc:GateLogicKind a owl:Class ; - rdfs:label "GateLogicKind"@en ; - rdfs:comment "Define the different logical operations." ; + rdfs:label "GateLogicKind" ; + rdfs:comment "Define the different logical operations."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:GridStateAlteration a owl:Class ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:GridStateAlterationCollection a owl:Class ; - rdfs:label "GridStateAlterationCollection"@en ; - rdfs:comment "A collection of grid state alterations." ; + rdfs:label "GridStateAlterationCollection" ; + rdfs:comment "A collection of grid state alterations."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:GridStateAlterationRemedialAction a owl:Class ; - rdfs:label "GridStateAlterationRemedialAction"@en ; - rdfs:comment "Grid state alteration remedial action describes one or many grid state alterations applied to a grid model state or a particular scenario in order to resolve one or more identified constraints." ; + rdfs:label "GridStateAlterationRemedialAction" ; + rdfs:comment "Grid state alteration remedial action describes one or many grid state alterations applied to a grid model state or a particular scenario in order to resolve one or more identified constraints."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:RemedialAction . nc:InServiceAction a owl:Class ; - rdfs:label "InServiceAction"@en ; - rdfs:comment "In service action represents a change of the status of the equipment in the grid model compared to the base case." ; + rdfs:label "InServiceAction" ; + rdfs:comment "In service action represents a change of the status of the equipment in the grid model compared to the base case."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GridStateAlteration . nc:IntertemporalPropertyRange a owl:Class ; - rdfs:label "IntertemporalPropertyRange"@en ; + rdfs:label "IntertemporalPropertyRange" ; rdfs:comment """It represents the intertemporal range, which means that this is the maximum change of an attribute value between two time stamps or per time unit (e.g. hour). Both up and down directions are defined by the direction attribute, i.e. There are different schedules per direction. The class is not instantiated for PropertyReference which refers to Boolean type attributes. For instance the following example illustrates the approach: - A tap changer related grid state alteration having two intertemporal range schedules. - For a particular point in time, the value from up schedule is 6 and the value from down schedule is 3. -- Then, the GridStateIntensity for the same point in time cannot be more than plus 6 taps from the current, or more than minus 3 taps from the current.""" ; +- Then, the GridStateIntensity for the same point in time cannot be more than plus 6 taps from the current, or more than minus 3 taps from the current."""@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:RangeConstraint . nc:LoadAction a owl:Class ; - rdfs:label "LoadAction"@en ; - rdfs:comment "Load action." ; + rdfs:label "LoadAction" ; + rdfs:comment "Load action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:LogicalOperatorsKind a owl:Class ; - rdfs:label "LogicalOperatorsKind"@en ; - rdfs:comment "Kinds of logical operators for comparison." ; + rdfs:label "LogicalOperatorsKind" ; + rdfs:comment "Kinds of logical operators for comparison."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:MeasurementCalculator a owl:Class ; - rdfs:label "MeasurementCalculator"@en ; - rdfs:comment "Result of a calculation of one or more measurement." ; + rdfs:label "MeasurementCalculator" ; + rdfs:comment "Result of a calculation of one or more measurement."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:MeasurementCalculatorInput a owl:Class ; - rdfs:label "MeasurementCalculatorInput"@en ; - rdfs:comment "Input to measurement calculation. It supports Analog, Discrete and Accumulator measurements." ; + rdfs:label "MeasurementCalculatorInput" ; + rdfs:comment "Input to measurement calculation. It supports Analog, Discrete and Accumulator measurements."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:PTCActivePowerSupport a owl:Class ; - rdfs:label "PTCActivePowerSupport"@en ; - rdfs:comment "Defines the active power capability (support) of the scheme in relation to a PowerTransferCorridor." ; + rdfs:label "PTCActivePowerSupport" ; + rdfs:comment "Defines the active power capability (support) of the scheme in relation to a PowerTransferCorridor."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete . nc:PinContingency a owl:Class ; - rdfs:label "PinContingency"@en ; - rdfs:comment "Input pin associated with a Contingency. It is used for comparison." ; + rdfs:label "PinContingency" ; + rdfs:comment "Input pin associated with a Contingency. It is used for comparison."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GateInputPin . nc:PinDCTerminal a owl:Class ; - rdfs:label "PinDCTerminal"@en ; - rdfs:comment "Input pin associated with a DCTerminal. It is used for comparison." ; + rdfs:label "PinDCTerminal" ; + rdfs:comment "Input pin associated with a DCTerminal. It is used for comparison."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GateInputPin . nc:PinDCTerminalKind a owl:Class ; - rdfs:label "PinDCTerminalKind"@en ; - rdfs:comment "The kind of quantities that can serve as an input value for the DCTerminal pin." ; + rdfs:label "PinDCTerminalKind" ; + rdfs:comment "The kind of quantities that can serve as an input value for the DCTerminal pin."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:PinEquipment a owl:Class ; - rdfs:label "PinEquipment"@en ; - rdfs:comment "Input pin associated with an Equipment. It is used for the comparison." ; + rdfs:label "PinEquipment" ; + rdfs:comment "Input pin associated with an Equipment. It is used for the comparison."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GateInputPin . nc:PinEquipmentTripping a owl:Class ; - rdfs:label "PinEquipmentTripping"@en ; - rdfs:comment "Input pin associated with an Equipment. It is used to determine if the equipment is tripped between two consecutive stages, i.e. the equipment is in service at pre-fault stage and it is out of service at post-fault stage." ; + rdfs:label "PinEquipmentTripping" ; + rdfs:comment "Input pin associated with an Equipment. It is used to determine if the equipment is tripped between two consecutive stages, i.e. the equipment is in service at pre-fault stage and it is out of service at post-fault stage."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GateInputPin . nc:PinGate a owl:Class ; - rdfs:label "PinGate"@en ; - rdfs:comment "An output from one gate represents an input to another gate." ; + rdfs:label "PinGate" ; + rdfs:comment "An output from one gate represents an input to another gate."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GateInputPin . nc:PinMeasurement a owl:Class ; - rdfs:label "PinMeasurement"@en ; - rdfs:comment "Input pin associated with a Measurement. It is used for comparison." ; + rdfs:label "PinMeasurement" ; + rdfs:comment "Input pin associated with a Measurement. It is used for comparison."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GateInputPin . nc:PinOperationalLimit a owl:Class ; - rdfs:label "PinOperationalLimit"@en ; - rdfs:comment "Input pin associated with the limits of a Terminal. It is used for comparison." ; + rdfs:label "PinOperationalLimit" ; + rdfs:comment "Input pin associated with the limits of a Terminal. It is used for comparison."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GateInputPin . nc:PinPowerTransferCorridor a owl:Class ; - rdfs:label "PinPowerTransferCorridor"@en ; - rdfs:comment "Input pin associated with a PowerTransferCorridor. It is used for comparison." ; + rdfs:label "PinPowerTransferCorridor" ; + rdfs:comment "Input pin associated with a PowerTransferCorridor. It is used for comparison."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GateInputPin . nc:PinPowerTransferCorridorKind a owl:Class ; - rdfs:label "PinPowerTransferCorridorKind"@en ; - rdfs:comment "The kind of quantities that can serve as an input value for the PowerTransferCorridor pin." ; + rdfs:label "PinPowerTransferCorridorKind" ; + rdfs:comment "The kind of quantities that can serve as an input value for the PowerTransferCorridor pin."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:PinTerminal a owl:Class ; - rdfs:label "PinTerminal"@en ; - rdfs:comment "Input pin associated with a Terminal. It is used for comparison." ; + rdfs:label "PinTerminal" ; + rdfs:comment "Input pin associated with a Terminal. It is used for comparison."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GateInputPin . nc:PinTerminalKind a owl:Class ; - rdfs:label "PinTerminalKind"@en ; - rdfs:comment "The kind of quantities that can serve as an input value for the pin." ; + rdfs:label "PinTerminalKind" ; + rdfs:comment "The kind of quantities that can serve as an input value for the pin."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:PowerElectronicsConnectionAction a owl:Class ; - rdfs:label "PowerElectronicsConnectionAction"@en ; - rdfs:comment "Power electronics setpoint action." ; + rdfs:label "PowerElectronicsConnectionAction" ; + rdfs:comment "Power electronics setpoint action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:PowerRemedialAction a owl:Class ; - rdfs:label "PowerRemedialAction"@en ; - rdfs:comment "Energy remedial action describes actions to rearrange power schedules." ; + rdfs:label "PowerRemedialAction" ; + rdfs:comment "Energy remedial action describes actions to rearrange power schedules."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:RemedialAction . nc:PowerShiftKeyStrategy a owl:Class ; - rdfs:label "PowerShiftKeyStrategy"@en ; - rdfs:comment "Strategy of the power shift key." ; + rdfs:label "PowerShiftKeyStrategy" ; + rdfs:comment "Strategy of the power shift key."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:PowerTransferCorridor a owl:Class ; - rdfs:label "PowerTransferCorridor"@en ; - rdfs:comment "A power transfer corridor is defined as a set of circuits (transmission lines or transformers) separating two portions of the power system, or a subset of circuits exposed to a substantial portion of the transmission exchange between two parts of the system." ; + rdfs:label "PowerTransferCorridor" ; + rdfs:comment "A power transfer corridor is defined as a set of circuits (transmission lines or transformers) separating two portions of the power system, or a subset of circuits exposed to a substantial portion of the transmission exchange between two parts of the system."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" . nc:PropertyReference a owl:Class ; - rdfs:label "PropertyReference"@en ; - rdfs:comment "The reference to a class and one of its properties." ; + rdfs:label "PropertyReference" ; + rdfs:comment "The reference to a class and one of its properties."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" . nc:RangeConstraint a owl:Class ; - rdfs:label "RangeConstraint"@en ; - rdfs:comment "Defines the rage constraint." ; + rdfs:label "RangeConstraint" ; + rdfs:comment "Defines the rage constraint."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:RedispatchRemedialAction a owl:Class ; - rdfs:label "RedispatchRemedialAction"@en ; - rdfs:comment "Redispatch remedial action is a remedial action that through rearranging power schedules is eliminating breaches of constraints." ; + rdfs:label "RedispatchRemedialAction" ; + rdfs:comment "Redispatch remedial action is a remedial action that through rearranging power schedules is eliminating breaches of constraints."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PowerRemedialAction . nc:Region a owl:Class ; - rdfs:label "Region"@en ; - rdfs:comment "A region where the system operator belongs to." ; + rdfs:label "Region" ; + rdfs:comment "A region where the system operator belongs to."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" . nc:RegulatingControlAction a owl:Class ; - rdfs:label "RegulatingControlAction"@en ; - rdfs:comment "Control action means the set point change of a regulating control power system resource in the grid model compared to the base case." ; + rdfs:label "RegulatingControlAction" ; + rdfs:comment "Control action means the set point change of a regulating control power system resource in the grid model compared to the base case."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GridStateAlteration . nc:RelativeDirectionKind a owl:Class ; - rdfs:label "RelativeDirectionKind"@en ; - rdfs:comment "Kind of direction for the changes." ; + rdfs:label "RelativeDirectionKind" ; + rdfs:comment "Kind of direction for the changes."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:RemedialAction a owl:Class ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:RemedialActionDependency a owl:Class ; - rdfs:label "RemedialActionDependency"@en ; + rdfs:label "RemedialActionDependency" ; rdfs:comment """Remedial action dependency is making two remedial actions depending on each other. Multiple dependency is done by multiple instances of this class. The dependency can arrive by having one of the following examples.
    \t
  • The dependent remedial action is controlled by different system operator (Modeling Authority) (e.g. SIPS that goes across control area).
  • \t
  • The dependent remedial action is representing two or more remedial action that represent the same grid state alteration but with different modeling resolution (e.g. detail direct current model versus a simplified model).
  • \t
  • The remedial action can be combined with other remedial action without the need to create multiple remedial action with the same grid alteration for enabling dependency.
  • -
""" ; +"""@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete . nc:RemedialActionDependencyKind a owl:Class ; - rdfs:label "RemedialActionDependencyKind"@en ; - rdfs:comment "Kind of dependency between remedial actions." ; + rdfs:label "RemedialActionDependencyKind" ; + rdfs:comment "Kind of dependency between remedial actions."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:RemedialActionGroup a owl:Class ; - rdfs:label "RemedialActionGroup"@en ; - rdfs:comment "Grouping of remedial actions that can be operated together." ; + rdfs:label "RemedialActionGroup" ; + rdfs:comment "Grouping of remedial actions that can be operated together."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:RemedialActionKind a owl:Class ; - rdfs:label "RemedialActionKind"@en ; - rdfs:comment "The different kinds for a remedial action." ; + rdfs:label "RemedialActionKind" ; + rdfs:comment "The different kinds for a remedial action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:RemedialActionScheme a owl:Class ; - rdfs:label "RemedialActionScheme"@en ; + rdfs:label "RemedialActionScheme" ; rdfs:comment """Remedial Action Scheme (RAS), Special Protection Schemes (SPS), System Protection Schemes (SPS) or System Integrity Protection Schemes (SIPS). -A Remedial Action Scheme consists of one or more stages that can trigger and execute a protection action.""" ; +A Remedial Action Scheme consists of one or more stages that can trigger and execute a protection action."""@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:RemedialActionSchemeKind a owl:Class ; - rdfs:label "RemedialActionSchemeKind"@en ; - rdfs:comment "Classification of Remedial Action Scheme." ; + rdfs:label "RemedialActionSchemeKind" ; + rdfs:comment "Classification of Remedial Action Scheme."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:RotatingMachineAction a owl:Class ; - rdfs:label "RotatingMachineAction"@en ; - rdfs:comment "Rotating machine action." ; + rdfs:label "RotatingMachineAction" ; + rdfs:comment "Rotating machine action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:SchemeRemedialAction a owl:Class ; - rdfs:label "SchemeRemedialAction"@en ; - rdfs:comment "Scheme remedial action is remedial action that involves a scheme that can include conditional logic and stages of grid alteration. The primary remedial action is the arming of these schemes, that will then perform curative remedial action when the condition is met. System Integrity Protection Scheme (SIPS) and Special Protection Scheme (SPS) are example of this." ; + rdfs:label "SchemeRemedialAction" ; + rdfs:comment "Scheme remedial action is remedial action that involves a scheme that can include conditional logic and stages of grid alteration. The primary remedial action is the arming of these schemes, that will then perform curative remedial action when the condition is met. System Integrity Protection Scheme (SIPS) and Special Protection Scheme (SPS) are example of this."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:RemedialAction . nc:SetPointAction a owl:Class ; - rdfs:label "SetPointAction"@en ; - rdfs:comment "Setpoint action." ; + rdfs:label "SetPointAction" ; + rdfs:comment "Setpoint action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:GridStateAlteration . nc:ShuntCompensatorModification a owl:Class ; - rdfs:label "ShuntCompensatorModification"@en ; - rdfs:comment "Shunt compensator action." ; + rdfs:label "ShuntCompensatorModification" ; + rdfs:comment "Shunt compensator action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:Stage a owl:Class ; - rdfs:label "Stage"@en ; - rdfs:comment "Stage of a remedial action scheme." ; + rdfs:label "Stage" ; + rdfs:comment "Stage of a remedial action scheme."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:StageTrigger a owl:Class ; - rdfs:label "StageTrigger"@en ; - rdfs:comment "Stage that is triggered either by TriggerCondition or by gate condition within a stage." ; + rdfs:label "StageTrigger" ; + rdfs:comment "Stage that is triggered either by TriggerCondition or by gate condition within a stage."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . nc:StaticPropertyRange a owl:Class ; - rdfs:label "StaticPropertyRange"@en ; + rdfs:label "StaticPropertyRange" ; rdfs:comment """Defines the static range, which means that this is the minimum and/or maximum of an attribute value. The value provided by the schedule replaces the value of the attribute to which the schedule refers to. In case that the PropertyReference refers to Boolean type attributes, RangeConstraint.direction shall be none or upAndDown and the RangeConstraint.valueKind shall be absolute. If the direction is none then optimization of the attribute referenced by the PropertyReference is not possible if the current status is already as the value in the range. Otherwise if the direction is upAndDown, the optimization can change from true to false or vice versa independently of the initial value in the operational scenario. -For instance for a tap changer related grid state alteration for a particular point in time, if the range of TapChanger.step is to be restricted, the value of the schedule will represent that new TapChanger.step range.""" ; +For instance for a tap changer related grid state alteration for a particular point in time, if the range of TapChanger.step is to be restricted, the value of the schedule will represent that new TapChanger.step range."""@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:RangeConstraint . nc:StaticVarCompensatorAction a owl:Class ; - rdfs:label "StaticVarCompensatorAction"@en ; - rdfs:comment "Static Var compensator action." ; + rdfs:label "StaticVarCompensatorAction" ; + rdfs:comment "Static Var compensator action."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:SetPointAction . nc:SystemOperator a owl:Class ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "System operator." ; + rdfs:label "SystemOperator" ; + rdfs:comment "System operator."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC" . nc:TapPositionAction a owl:Class ; - rdfs:label "TapPositionAction"@en ; - rdfs:comment "Tap position action represents a change of a tap changer position in the grid model compared to the base case." ; + rdfs:label "TapPositionAction" ; + rdfs:comment "Tap position action represents a change of a tap changer position in the grid model compared to the base case."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GridStateAlteration . nc:TopologyAction a owl:Class ; - rdfs:label "TopologyAction"@en ; - rdfs:comment "Topology action means the connection or disconnection of a switch in the grid model compared to the base case." ; + rdfs:label "TopologyAction" ; + rdfs:comment "Topology action means the connection or disconnection of a switch in the grid model compared to the base case."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GridStateAlteration . nc:TriggerCondition a owl:Class ; - rdfs:label "TriggerCondition"@en ; - rdfs:comment "The condition that triggers a remedial action scheme." ; + rdfs:label "TriggerCondition" ; + rdfs:comment "The condition that triggers a remedial action scheme."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:ValueOffsetKind a owl:Class ; - rdfs:label "ValueOffsetKind"@en ; - rdfs:comment "The kind of the value offset." ; + rdfs:label "ValueOffsetKind" ; + rdfs:comment "The kind of the value offset."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; cims:stereotype "NC", uml:enumeration . nc:ACDCConverter.DCConverterAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCConverterAction"@en ; - rdfs:comment "The action that is applied to an ACDCConverter." ; + rdfs:label "DCConverterAction" ; + rdfs:comment "The action that is applied to an ACDCConverter."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -710,8 +712,8 @@ nc:ACDCConverter.DCConverterAction a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:ACDCConverterAction . nc:ACDCConverterAction.ACDCConverter a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ACDCConverter"@en ; - rdfs:comment "The ACDCConverter that is associated with an action." ; + rdfs:label "ACDCConverter" ; + rdfs:comment "The ACDCConverter that is associated with an action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -720,8 +722,8 @@ nc:ACDCConverterAction.ACDCConverter a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:ACDCConverter . nc:BatteryUnit.BatteryUnitAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BatteryUnitAction"@en ; - rdfs:comment "The action that is applied to a BatteryUnit." ; + rdfs:label "BatteryUnitAction" ; + rdfs:comment "The action that is applied to a BatteryUnit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -730,8 +732,8 @@ nc:BatteryUnit.BatteryUnitAction a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:BatteryUnitAction . nc:BatteryUnitAction.BatteryUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BatteryUnit"@en ; - rdfs:comment "The BatteryUnit that is associated with an action." ; + rdfs:label "BatteryUnit" ; + rdfs:comment "The BatteryUnit that is associated with an action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -740,8 +742,8 @@ nc:BatteryUnitAction.BatteryUnit a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:BatteryUnit . nc:BiddingZone.BiddingZoneAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BiddingZoneAction"@en ; - rdfs:comment "The bidding zone action that relates to this bidding zone." ; + rdfs:label "BiddingZoneAction" ; + rdfs:comment "The bidding zone action that relates to this bidding zone."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -750,8 +752,8 @@ nc:BiddingZone.BiddingZoneAction a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:BiddingZoneAction . nc:BiddingZone.PowerRemedialAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerRemedialAction"@en ; - rdfs:comment "The power remedial action applied to this BiddingZone." ; + rdfs:label "PowerRemedialAction" ; + rdfs:comment "The power remedial action applied to this BiddingZone."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -760,8 +762,8 @@ nc:BiddingZone.PowerRemedialAction a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:PowerRemedialAction . nc:BiddingZoneAction.BiddingZone a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BiddingZone"@en ; - rdfs:comment "The bidding zone that has this bidding zone action." ; + rdfs:label "BiddingZone" ; + rdfs:comment "The bidding zone that has this bidding zone action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -770,8 +772,8 @@ nc:BiddingZoneAction.BiddingZone a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:BiddingZone . nc:BiddingZoneBorder.PowerRemedialAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerRemedialAction"@en ; - rdfs:comment "Power remedial action applied to this Bidding Zone Border." ; + rdfs:label "PowerRemedialAction" ; + rdfs:comment "Power remedial action applied to this Bidding Zone Border."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -780,8 +782,8 @@ nc:BiddingZoneBorder.PowerRemedialAction a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:PowerRemedialAction . nc:Contingency.ContingencyWithRemedialAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ContingencyWithRemedialAction"@en ; - rdfs:comment "The contingency and remedial action combination for this contingency." ; + rdfs:label "ContingencyWithRemedialAction" ; + rdfs:comment "The contingency and remedial action combination for this contingency."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -790,8 +792,8 @@ nc:Contingency.ContingencyWithRemedialAction a owl:ObjectProperty, owl:InverseFu rdfs:range nc:ContingencyWithRemedialAction . nc:Contingency.PinContingency a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinContingency"@en ; - rdfs:comment "The pin that uses this input." ; + rdfs:label "PinContingency" ; + rdfs:comment "The pin that uses this input."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -800,8 +802,8 @@ nc:Contingency.PinContingency a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range nc:PinContingency . nc:ContingencyWithRemedialAction.Contingency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Contingency"@en ; - rdfs:comment "The contingency that is associated with a remedial action, i.e. the contingency that is the cause for the creation of a remedial action and justifies it or would usually be resolved with a remedial action." ; + rdfs:label "Contingency" ; + rdfs:comment "The contingency that is associated with a remedial action, i.e. the contingency that is the cause for the creation of a remedial action and justifies it or would usually be resolved with a remedial action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -810,8 +812,8 @@ nc:ContingencyWithRemedialAction.Contingency a owl:ObjectProperty, owl:Functiona rdfs:range cim:Contingency . nc:ContingencyWithRemedialAction.RemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "The remedial action defined for this contingency and remedial action combination." ; + rdfs:label "RemedialAction" ; + rdfs:comment "The remedial action defined for this contingency and remedial action combination."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -820,16 +822,16 @@ nc:ContingencyWithRemedialAction.RemedialAction a owl:ObjectProperty, owl:Functi rdfs:range nc:RemedialAction . nc:ContingencyWithRemedialAction.combinationConstraintKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "combinationConstraintKind"@en ; - rdfs:comment "Defines the combination constraint of the Contingency and Remedial Action. If included, this remedial action can only be applied for this contingency. Else if excluded, this remedial action should not be used for this contingency. Else if considered, this remedial action can be considered for this contingency." ; + rdfs:label "combinationConstraintKind" ; + rdfs:comment "Defines the combination constraint of the Contingency and Remedial Action. If included, this remedial action can only be applied for this contingency. Else if excluded, this remedial action should not be used for this contingency. Else if considered, this remedial action can be considered for this contingency."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ContingencyWithRemedialAction ; rdfs:range nc:ElementCombinationConstraintKind . nc:ControlFunctionBlock.ControlFunctionBlockAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControlFunctionBlockAction"@en ; - rdfs:comment "The action that is applied to this control function block." ; + rdfs:label "ControlFunctionBlockAction" ; + rdfs:comment "The action that is applied to this control function block."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -838,8 +840,8 @@ nc:ControlFunctionBlock.ControlFunctionBlockAction a owl:ObjectProperty, owl:Inv rdfs:range nc:ControlFunctionBlockAction . nc:ControlFunctionBlockAction.ControlFunctionBlock a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ControlFunctionBlock"@en ; - rdfs:comment "The control function block that is associated with a ControlFunctionBlockAction." ; + rdfs:label "ControlFunctionBlock" ; + rdfs:comment "The control function block that is associated with a ControlFunctionBlockAction."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -848,8 +850,8 @@ nc:ControlFunctionBlockAction.ControlFunctionBlock a owl:ObjectProperty, owl:Fun rdfs:range nc:ControlFunctionBlock . nc:DCTerminal.PinDCTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinDCTerminal"@en ; - rdfs:comment "The pin DC terminal for this DC terminal." ; + rdfs:label "PinDCTerminal" ; + rdfs:comment "The pin DC terminal for this DC terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -858,8 +860,8 @@ nc:DCTerminal.PinDCTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range nc:PinDCTerminal . nc:EnergyConsumer.LoadAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "LoadAction"@en ; - rdfs:comment "The action appled to an EnergyConsumer." ; + rdfs:label "LoadAction" ; + rdfs:comment "The action appled to an EnergyConsumer."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -868,8 +870,8 @@ nc:EnergyConsumer.LoadAction a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range nc:LoadAction . nc:EnergySource.EnergySourceAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergySourceAction"@en ; - rdfs:comment "The energy source action applied to an EnergySource." ; + rdfs:label "EnergySourceAction" ; + rdfs:comment "The energy source action applied to an EnergySource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -878,8 +880,8 @@ nc:EnergySource.EnergySourceAction a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:EnergySourceModification . nc:EnergySourceModification.EnergySource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergySource"@en ; - rdfs:comment "The EnergySource which is associated with an EnergySourceAction." ; + rdfs:label "EnergySource" ; + rdfs:comment "The EnergySource which is associated with an EnergySourceAction."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -888,8 +890,8 @@ nc:EnergySourceModification.EnergySource a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:EnergySource . nc:Equipment.InServiceAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "InServiceAction"@en ; - rdfs:comment "Action that is applied to an equipment." ; + rdfs:label "InServiceAction" ; + rdfs:comment "Action that is applied to an equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -898,8 +900,8 @@ nc:Equipment.InServiceAction a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range nc:InServiceAction . nc:Equipment.PinEquipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinEquipment"@en ; - rdfs:comment "The pin that uses this input." ; + rdfs:label "PinEquipment" ; + rdfs:comment "The pin that uses this input."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -908,8 +910,8 @@ nc:Equipment.PinEquipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:PinEquipment . nc:Equipment.PinEquipmentTripping a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinEquipmentTripping"@en ; - rdfs:comment "Pin equipment that is used as gate input." ; + rdfs:label "PinEquipmentTripping" ; + rdfs:comment "Pin equipment that is used as gate input."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -918,8 +920,8 @@ nc:Equipment.PinEquipmentTripping a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:PinEquipmentTripping . nc:EquipmentController.EquipmentControllerAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EquipmentControllerAction"@en ; - rdfs:comment "Equipment controller action for this equipment controller." ; + rdfs:label "EquipmentControllerAction" ; + rdfs:comment "Equipment controller action for this equipment controller."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -928,8 +930,8 @@ nc:EquipmentController.EquipmentControllerAction a owl:ObjectProperty, owl:Inver rdfs:range nc:EquipmentControllerAction . nc:EquipmentControllerAction.EquipmentController a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquipmentController"@en ; - rdfs:comment "Equipment controller that has associated equipment controller actions." ; + rdfs:label "EquipmentController" ; + rdfs:comment "Equipment controller that has associated equipment controller actions."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -938,8 +940,8 @@ nc:EquipmentControllerAction.EquipmentController a owl:ObjectProperty, owl:Funct rdfs:range nc:EquipmentController . nc:EquivalentInjection.EquivalentInjectionAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EquivalentInjectionAction"@en ; - rdfs:comment "The action that is applied to an EquivalentInjection." ; + rdfs:label "EquivalentInjectionAction" ; + rdfs:comment "The action that is applied to an EquivalentInjection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -948,8 +950,8 @@ nc:EquivalentInjection.EquivalentInjectionAction a owl:ObjectProperty, owl:Inver rdfs:range nc:EquivalentInjectionAction . nc:EquivalentInjectionAction.EquivalentInjection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "The EquivalentInjection that is associated with an action." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "The EquivalentInjection that is associated with an action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -958,8 +960,8 @@ nc:EquivalentInjectionAction.EquivalentInjection a owl:ObjectProperty, owl:Funct rdfs:range cim:EquivalentInjection . nc:ExternalNetworkInjection.ExternalNetworkInjectionAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExternalNetworkInjectionAction"@en ; - rdfs:comment "The action that is applied to an ExternalNetworkInjection." ; + rdfs:label "ExternalNetworkInjectionAction" ; + rdfs:comment "The action that is applied to an ExternalNetworkInjection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -968,8 +970,8 @@ nc:ExternalNetworkInjection.ExternalNetworkInjectionAction a owl:ObjectProperty, rdfs:range nc:ExternalNetworkInjectionAction . nc:ExternalNetworkInjectionAction.ExternalNetworkInjection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ExternalNetworkInjection"@en ; - rdfs:comment "The ExternalNetworkInjection that is associated with an action." ; + rdfs:label "ExternalNetworkInjection" ; + rdfs:comment "The ExternalNetworkInjection that is associated with an action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -978,8 +980,8 @@ nc:ExternalNetworkInjectionAction.ExternalNetworkInjection a owl:ObjectProperty, rdfs:range cim:ExternalNetworkInjection . nc:Gate.GateInputPin a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GateInputPin"@en ; - rdfs:comment "This is the input to the gate." ; + rdfs:label "GateInputPin" ; + rdfs:comment "This is the input to the gate."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -988,8 +990,8 @@ nc:Gate.GateInputPin a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:GateInputPin . nc:Gate.PinGate a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinGate"@en ; - rdfs:comment "The pin for this gate output." ; + rdfs:label "PinGate" ; + rdfs:comment "The pin for this gate output."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -998,8 +1000,8 @@ nc:Gate.PinGate a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:PinGate . nc:Gate.RemedialActionScheme a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionScheme"@en ; - rdfs:comment "The remedial action scheme which has an armed gate." ; + rdfs:label "RemedialActionScheme" ; + rdfs:comment "The remedial action scheme which has an armed gate."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1008,8 +1010,8 @@ nc:Gate.RemedialActionScheme a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range nc:RemedialActionScheme . nc:Gate.StageTrigger a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StageTrigger"@en ; - rdfs:comment "The stage trigger associated with the gate trigger." ; + rdfs:label "StageTrigger" ; + rdfs:comment "The stage trigger associated with the gate trigger."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1018,8 +1020,8 @@ nc:Gate.StageTrigger a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:StageTrigger . nc:Gate.StageTriggerArmed a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StageTriggerArmed"@en ; - rdfs:comment "The stage trigger associated with the armed gate." ; + rdfs:label "StageTriggerArmed" ; + rdfs:comment "The stage trigger associated with the armed gate."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1028,8 +1030,8 @@ nc:Gate.StageTriggerArmed a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:StageTrigger . nc:Gate.StageTriggerCom a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StageTriggerCom"@en ; - rdfs:comment "The stage trigger associated with the communication gate." ; + rdfs:label "StageTriggerCom" ; + rdfs:comment "The stage trigger associated with the communication gate."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1038,8 +1040,8 @@ nc:Gate.StageTriggerCom a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:StageTrigger . nc:Gate.TriggerCondition a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TriggerCondition"@en ; - rdfs:comment "The trigger condition that has a gate trigger." ; + rdfs:label "TriggerCondition" ; + rdfs:comment "The trigger condition that has a gate trigger."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1048,16 +1050,16 @@ nc:Gate.TriggerCondition a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:TriggerCondition . nc:Gate.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "The logical operation of the gate." ; + rdfs:label "kind" ; + rdfs:comment "The logical operation of the gate."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:Gate ; rdfs:range nc:GateLogicKind . nc:GateInputPin.Gate a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Gate"@en ; - rdfs:comment "The Gate that has this input." ; + rdfs:label "Gate" ; + rdfs:comment "The Gate that has this input."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1066,16 +1068,16 @@ nc:GateInputPin.Gate a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Gate . nc:GateInputPin.logicKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "logicKind"@en ; - rdfs:comment "The logical operator kind used for comparison." ; + rdfs:label "logicKind" ; + rdfs:comment "The logical operator kind used for comparison."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GateInputPin ; rdfs:range nc:LogicalOperatorsKind . nc:GridStateAlteration.GridStateAlterationCollection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GridStateAlterationCollection"@en ; - rdfs:comment "The collection that has a GridStateAlteration." ; + rdfs:label "GridStateAlterationCollection" ; + rdfs:comment "The collection that has a GridStateAlteration."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1084,8 +1086,8 @@ nc:GridStateAlteration.GridStateAlterationCollection a owl:ObjectProperty, owl:F rdfs:range nc:GridStateAlterationCollection . nc:GridStateAlteration.GridStateAlterationRemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GridStateAlterationRemedialAction"@en ; - rdfs:comment "The grid state alteration remedial action associated with a given grid state alteration." ; + rdfs:label "GridStateAlterationRemedialAction" ; + rdfs:comment "The grid state alteration remedial action associated with a given grid state alteration."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1094,8 +1096,8 @@ nc:GridStateAlteration.GridStateAlterationRemedialAction a owl:ObjectProperty, o rdfs:range nc:GridStateAlterationRemedialAction . nc:GridStateAlteration.PropertyReference a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PropertyReference"@en ; - rdfs:comment "The property reference for this grid state alteration." ; + rdfs:label "PropertyReference" ; + rdfs:comment "The property reference for this grid state alteration."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1104,8 +1106,8 @@ nc:GridStateAlteration.PropertyReference a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:PropertyReference . nc:GridStateAlteration.RangeConstraint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RangeConstraint"@en ; - rdfs:comment "The range constraint associated with a given GridStateAlteration." ; + rdfs:label "RangeConstraint" ; + rdfs:comment "The range constraint associated with a given GridStateAlteration."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1114,8 +1116,8 @@ nc:GridStateAlteration.RangeConstraint a owl:ObjectProperty, owl:InverseFunction rdfs:range nc:RangeConstraint . nc:GridStateAlterationCollection.GridStateAlteration a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "The GridStateAlteration that belongs to the collection." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "The GridStateAlteration that belongs to the collection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1124,8 +1126,8 @@ nc:GridStateAlterationCollection.GridStateAlteration a owl:ObjectProperty, owl:I rdfs:range nc:GridStateAlteration . nc:GridStateAlterationCollection.StageAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StageAction"@en ; - rdfs:comment "The stage action related to this GridStateAlterationCollection." ; + rdfs:label "StageAction" ; + rdfs:comment "The stage action related to this GridStateAlterationCollection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1134,8 +1136,8 @@ nc:GridStateAlterationCollection.StageAction a owl:ObjectProperty, owl:InverseFu rdfs:range nc:Stage . nc:GridStateAlterationRemedialAction.GridStateAlteration a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "The grid state alteration which is part of the grid state alteration remedial action." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "The grid state alteration which is part of the grid state alteration remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -1144,8 +1146,8 @@ nc:GridStateAlterationRemedialAction.GridStateAlteration a owl:ObjectProperty, o rdfs:range nc:GridStateAlteration . nc:InServiceAction.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Equipment"@en ; - rdfs:comment "Equipment that has a in service action associated." ; + rdfs:label "Equipment" ; + rdfs:comment "Equipment that has a in service action associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1154,8 +1156,8 @@ nc:InServiceAction.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Equipment . nc:LoadAction.EnergyConsumer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyConsumer"@en ; - rdfs:comment "The EnergyConsumer that is associated with a load action." ; + rdfs:label "EnergyConsumer" ; + rdfs:comment "The EnergyConsumer that is associated with a load action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1164,8 +1166,8 @@ nc:LoadAction.EnergyConsumer a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:EnergyConsumer . nc:Measurement.MeasurementCalculatorInput a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "MeasurementCalculatorInput"@en ; - rdfs:comment "The calculator input used for this measurement." ; + rdfs:label "MeasurementCalculatorInput" ; + rdfs:comment "The calculator input used for this measurement."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1174,8 +1176,8 @@ nc:Measurement.MeasurementCalculatorInput a owl:ObjectProperty, owl:InverseFunct rdfs:range nc:MeasurementCalculatorInput . nc:Measurement.PinMeasurement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinMeasurement"@en ; - rdfs:comment "The pin that uses this input." ; + rdfs:label "PinMeasurement" ; + rdfs:comment "The pin that uses this input."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1184,8 +1186,8 @@ nc:Measurement.PinMeasurement a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range nc:PinMeasurement . nc:MeasurementCalculator.MeasurementCalculatorInput a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "MeasurementCalculatorInput"@en ; - rdfs:comment "The input used for the calculator." ; + rdfs:label "MeasurementCalculatorInput" ; + rdfs:comment "The input used for the calculator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -1194,8 +1196,8 @@ nc:MeasurementCalculator.MeasurementCalculatorInput a owl:ObjectProperty, owl:In rdfs:range nc:MeasurementCalculatorInput . nc:MeasurementCalculator.PinMeasurement a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinMeasurement"@en ; - rdfs:comment "The pin that uses this input." ; + rdfs:label "PinMeasurement" ; + rdfs:comment "The pin that uses this input."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1204,16 +1206,16 @@ nc:MeasurementCalculator.PinMeasurement a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:PinMeasurement . nc:MeasurementCalculator.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Calculation operation executed on the operands." ; + rdfs:label "kind" ; + rdfs:comment "Calculation operation executed on the operands."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:MeasurementCalculator ; rdfs:range nc:CalculationKind . nc:MeasurementCalculatorInput.Measurement a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Measurement"@en ; - rdfs:comment "Measurement used as input to a calculation." ; + rdfs:label "Measurement" ; + rdfs:comment "Measurement used as input to a calculation."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1222,8 +1224,8 @@ nc:MeasurementCalculatorInput.Measurement a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:Measurement . nc:MeasurementCalculatorInput.MeasurementCalculator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "MeasurementCalculator"@en ; - rdfs:comment "The measurement calculator using this calculator input." ; + rdfs:label "MeasurementCalculator" ; + rdfs:comment "The measurement calculator using this calculator input."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1232,8 +1234,8 @@ nc:MeasurementCalculatorInput.MeasurementCalculator a owl:ObjectProperty, owl:Fu rdfs:range nc:MeasurementCalculator . nc:OperationalLimit.PinOperationallLimit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinOperationallLimit"@en ; - rdfs:comment "The operational limit pin pin that uses this operational limit." ; + rdfs:label "PinOperationallLimit" ; + rdfs:comment "The operational limit pin pin that uses this operational limit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1242,8 +1244,8 @@ nc:OperationalLimit.PinOperationallLimit a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:PinOperationalLimit . nc:PTCActivePowerSupport.PowerTransferCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerTransferCorridor"@en ; - rdfs:comment "The PowerTransferCorridor that has a specific active power support." ; + rdfs:label "PowerTransferCorridor" ; + rdfs:comment "The PowerTransferCorridor that has a specific active power support."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1252,8 +1254,8 @@ nc:PTCActivePowerSupport.PowerTransferCorridor a owl:ObjectProperty, owl:Functio rdfs:range nc:PowerTransferCorridor . nc:PTCActivePowerSupport.RemedialActionScheme a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionScheme"@en ; - rdfs:comment "The RemedialActionScheme which has active power support from the PowerTransferCorridor." ; + rdfs:label "RemedialActionScheme" ; + rdfs:comment "The RemedialActionScheme which has active power support from the PowerTransferCorridor."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1262,8 +1264,8 @@ nc:PTCActivePowerSupport.RemedialActionScheme a owl:ObjectProperty, owl:Function rdfs:range nc:RemedialActionScheme . nc:PinContingency.Contingency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Contingency"@en ; - rdfs:comment "The Contingency that is used in the input pin." ; + rdfs:label "Contingency" ; + rdfs:comment "The Contingency that is used in the input pin."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1272,8 +1274,8 @@ nc:PinContingency.Contingency a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Contingency . nc:PinDCTerminal.DCTerminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCTerminal"@en ; - rdfs:comment "The DC terminal that has this pin DC terminal." ; + rdfs:label "DCTerminal" ; + rdfs:comment "The DC terminal that has this pin DC terminal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1282,16 +1284,16 @@ nc:PinDCTerminal.DCTerminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:DCTerminal . nc:PinDCTerminal.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "The kind of quantity which is used as an input value." ; + rdfs:label "kind" ; + rdfs:comment "The kind of quantity which is used as an input value."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PinDCTerminal ; rdfs:range nc:PinDCTerminalKind . nc:PinEquipment.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Equipment"@en ; - rdfs:comment "The Equipment that is used in the input pin." ; + rdfs:label "Equipment" ; + rdfs:comment "The Equipment that is used in the input pin."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1300,8 +1302,8 @@ nc:PinEquipment.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Equipment . nc:PinEquipment.PropertyReference a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PropertyReference"@en ; - rdfs:comment "The property reference for this pin equipment." ; + rdfs:label "PropertyReference" ; + rdfs:comment "The property reference for this pin equipment."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1310,8 +1312,8 @@ nc:PinEquipment.PropertyReference a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:PropertyReference . nc:PinEquipmentTripping.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Equipment"@en ; - rdfs:comment "Equipment that is tripped." ; + rdfs:label "Equipment" ; + rdfs:comment "Equipment that is tripped."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1320,8 +1322,8 @@ nc:PinEquipmentTripping.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Equipment . nc:PinGate.GateOutput a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GateOutput"@en ; - rdfs:comment "The output of the gate." ; + rdfs:label "GateOutput" ; + rdfs:comment "The output of the gate."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1330,8 +1332,8 @@ nc:PinGate.GateOutput a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Gate . nc:PinMeasurement.Measurement a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Measurement"@en ; - rdfs:comment "The Measurement that is used in the input pin." ; + rdfs:label "Measurement" ; + rdfs:comment "The Measurement that is used in the input pin."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1340,8 +1342,8 @@ nc:PinMeasurement.Measurement a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Measurement . nc:PinMeasurement.MeasurementCalculator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "MeasurementCalculator"@en ; - rdfs:comment "The result of the calculation used as input to a gate." ; + rdfs:label "MeasurementCalculator" ; + rdfs:comment "The result of the calculation used as input to a gate."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1350,8 +1352,8 @@ nc:PinMeasurement.MeasurementCalculator a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:MeasurementCalculator . nc:PinOperationalLimit.OperationalLimit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OperationalLimit"@en ; - rdfs:comment "The operational limit that is used in the input pin." ; + rdfs:label "OperationalLimit" ; + rdfs:comment "The operational limit that is used in the input pin."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1360,8 +1362,8 @@ nc:PinOperationalLimit.OperationalLimit a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:OperationalLimit . nc:PinPowerTransferCorridor.PowerTransferCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerTransferCorridor"@en ; - rdfs:comment "The PowerTransferCorridor that is used in the input pin." ; + rdfs:label "PowerTransferCorridor" ; + rdfs:comment "The PowerTransferCorridor that is used in the input pin."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1370,16 +1372,16 @@ nc:PinPowerTransferCorridor.PowerTransferCorridor a owl:ObjectProperty, owl:Func rdfs:range nc:PowerTransferCorridor . nc:PinPowerTransferCorridor.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "The kind of quantity which is used as an input value." ; + rdfs:label "kind" ; + rdfs:comment "The kind of quantity which is used as an input value."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PinPowerTransferCorridor ; rdfs:range nc:PinPowerTransferCorridorKind . nc:PinTerminal.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The Terminal that is used in the input pin." ; + rdfs:label "Terminal" ; + rdfs:comment "The Terminal that is used in the input pin."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1388,16 +1390,16 @@ nc:PinTerminal.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Terminal . nc:PinTerminal.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "The kind of quantity which is used as an input value." ; + rdfs:label "kind" ; + rdfs:comment "The kind of quantity which is used as an input value."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PinTerminal ; rdfs:range nc:PinTerminalKind . nc:PowerElectronicsConnection.PowerElectronicsConnectionAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerElectronicsConnectionAction"@en ; - rdfs:comment "The action that is applied to a PowerElectronicsConnection." ; + rdfs:label "PowerElectronicsConnectionAction" ; + rdfs:comment "The action that is applied to a PowerElectronicsConnection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1406,8 +1408,8 @@ nc:PowerElectronicsConnection.PowerElectronicsConnectionAction a owl:ObjectPrope rdfs:range nc:PowerElectronicsConnectionAction . nc:PowerElectronicsConnectionAction.PowerElectronicsConnection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerElectronicsConnection"@en ; - rdfs:comment "The PowerElectronicsConnection that is applied to an action." ; + rdfs:label "PowerElectronicsConnection" ; + rdfs:comment "The PowerElectronicsConnection that is applied to an action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1416,8 +1418,8 @@ nc:PowerElectronicsConnectionAction.PowerElectronicsConnection a owl:ObjectPrope rdfs:range cim:PowerElectronicsConnection . nc:PowerRemedialAction.BiddingZone a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BiddingZone"@en ; - rdfs:comment "The Bidding Zone where the power remedial action is done." ; + rdfs:label "BiddingZone" ; + rdfs:comment "The Bidding Zone where the power remedial action is done."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1426,8 +1428,8 @@ nc:PowerRemedialAction.BiddingZone a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:BiddingZone . nc:PowerRemedialAction.BiddingZoneBorder a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BiddingZoneBorder"@en ; - rdfs:comment "Bidding zone border where the power remedial action is done." ; + rdfs:label "BiddingZoneBorder" ; + rdfs:comment "Bidding zone border where the power remedial action is done."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1436,8 +1438,8 @@ nc:PowerRemedialAction.BiddingZoneBorder a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:BiddingZoneBorder . nc:PowerRemedialAction.PowerShiftKeyStrategy a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeyStrategy"@en ; - rdfs:comment "Power Shift Key Strategy which applies to this power remedial action." ; + rdfs:label "PowerShiftKeyStrategy" ; + rdfs:comment "Power Shift Key Strategy which applies to this power remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1446,8 +1448,8 @@ nc:PowerRemedialAction.PowerShiftKeyStrategy a owl:ObjectProperty, owl:InverseFu rdfs:range nc:PowerShiftKeyStrategy . nc:PowerShiftKeyStrategy.PowerRemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerRemedialAction"@en ; - rdfs:comment "Power remedial acion which has power shift key strategy." ; + rdfs:label "PowerRemedialAction" ; + rdfs:comment "Power remedial acion which has power shift key strategy."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1456,8 +1458,8 @@ nc:PowerShiftKeyStrategy.PowerRemedialAction a owl:ObjectProperty, owl:Functiona rdfs:range nc:PowerRemedialAction . nc:PowerTransferCorridor.PTCActivePowerSupport a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PTCActivePowerSupport"@en ; - rdfs:comment "The active power capability associated with this PowerTransferCorridor." ; + rdfs:label "PTCActivePowerSupport" ; + rdfs:comment "The active power capability associated with this PowerTransferCorridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1466,8 +1468,8 @@ nc:PowerTransferCorridor.PTCActivePowerSupport a owl:ObjectProperty, owl:Inverse rdfs:range nc:PTCActivePowerSupport . nc:PowerTransferCorridor.PinPowerTransferCorridor a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinPowerTransferCorridor"@en ; - rdfs:comment "The pin that uses this input." ; + rdfs:label "PinPowerTransferCorridor" ; + rdfs:comment "The pin that uses this input."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1476,8 +1478,8 @@ nc:PowerTransferCorridor.PinPowerTransferCorridor a owl:ObjectProperty, owl:Inve rdfs:range nc:PinPowerTransferCorridor . nc:PropertyReference.GridStateAlteration a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "The grid state alteration for this property reference." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "The grid state alteration for this property reference."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1486,8 +1488,8 @@ nc:PropertyReference.GridStateAlteration a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:GridStateAlteration . nc:PropertyReference.PinEquipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinEquipment"@en ; - rdfs:comment "The pin equipment that has this property reference." ; + rdfs:label "PinEquipment" ; + rdfs:comment "The pin equipment that has this property reference."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1496,8 +1498,8 @@ nc:PropertyReference.PinEquipment a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:PinEquipment . nc:PropertyReference.StaticPropertyRange a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StaticPropertyRange"@en ; - rdfs:comment "Static property range that has this property reference." ; + rdfs:label "StaticPropertyRange" ; + rdfs:comment "Static property range that has this property reference."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf nc:StaticPropertyRange.PropertyReference ; @@ -1505,8 +1507,8 @@ nc:PropertyReference.StaticPropertyRange a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:StaticPropertyRange . nc:RangeConstraint.GridStateAlteration a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "The grid state alteration which has static range." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "The grid state alteration which has static range."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1515,24 +1517,24 @@ nc:RangeConstraint.GridStateAlteration a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:GridStateAlteration . nc:RangeConstraint.direction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "direction"@en ; - rdfs:comment "Defines the direction of the attribute value referenced by the PropertyReference." ; + rdfs:label "direction" ; + rdfs:comment "Defines the direction of the attribute value referenced by the PropertyReference."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RangeConstraint ; rdfs:range nc:RelativeDirectionKind . nc:RangeConstraint.valueKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "valueKind"@en ; - rdfs:comment "Kind of value offset for the range that applies to the attribute referenced by the PropertyReference." ; + rdfs:label "valueKind" ; + rdfs:comment "Kind of value offset for the range that applies to the attribute referenced by the PropertyReference."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RangeConstraint ; rdfs:range nc:ValueOffsetKind . nc:Region.RemedialAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "The remedial action which is considered in the region." ; + rdfs:label "RemedialAction" ; + rdfs:comment "The remedial action which is considered in the region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1541,8 +1543,8 @@ nc:Region.RemedialAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:RemedialAction . nc:RegulatingControl.RegulatingControlAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RegulatingControlAction"@en ; - rdfs:comment "The action that is applied to a regulating control." ; + rdfs:label "RegulatingControlAction" ; + rdfs:comment "The action that is applied to a regulating control."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1551,8 +1553,8 @@ nc:RegulatingControl.RegulatingControlAction a owl:ObjectProperty, owl:InverseFu rdfs:range nc:RegulatingControlAction . nc:RegulatingControlAction.RegulatingControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RegulatingControl"@en ; - rdfs:comment "The regulating control which has an action." ; + rdfs:label "RegulatingControl" ; + rdfs:comment "The regulating control which has an action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1561,8 +1563,8 @@ nc:RegulatingControlAction.RegulatingControl a owl:ObjectProperty, owl:Functiona rdfs:range cim:RegulatingControl . nc:RemedialAction.AppointedToRegion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AppointedToRegion"@en ; - rdfs:comment "The region in which the remedial action is appointed." ; + rdfs:label "AppointedToRegion" ; + rdfs:comment "The region in which the remedial action is appointed."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1571,8 +1573,8 @@ nc:RemedialAction.AppointedToRegion a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:Region . nc:RemedialAction.ContingencyWithRemedialAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ContingencyWithRemedialAction"@en ; - rdfs:comment "The contingency and remedial action combination." ; + rdfs:label "ContingencyWithRemedialAction" ; + rdfs:comment "The contingency and remedial action combination."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1581,8 +1583,8 @@ nc:RemedialAction.ContingencyWithRemedialAction a owl:ObjectProperty, owl:Invers rdfs:range nc:ContingencyWithRemedialAction . nc:RemedialAction.DependentRemedialAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DependentRemedialAction"@en ; - rdfs:comment "Remedial action dependent on a remedial action." ; + rdfs:label "DependentRemedialAction" ; + rdfs:comment "Remedial action dependent on a remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1591,8 +1593,8 @@ nc:RemedialAction.DependentRemedialAction a owl:ObjectProperty, owl:InverseFunct rdfs:range nc:RemedialActionDependency . nc:RemedialAction.RemedialActionSystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionSystemOperator"@en ; - rdfs:comment "System operator operating remedial actions." ; + rdfs:label "RemedialActionSystemOperator" ; + rdfs:comment "System operator operating remedial actions."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1601,17 +1603,17 @@ nc:RemedialAction.RemedialActionSystemOperator a owl:ObjectProperty, owl:Functio rdfs:range nc:SystemOperator . nc:RemedialAction.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; + rdfs:label "kind" ; rdfs:comment """The kind of the remedial action. If curative remedial action, it is required to have an association with ContingencyWithRemedialAction. -If preventive remedial action, RemedialAction class shall not have association with ContingencyWithRemedialAction.""" ; +If preventive remedial action, RemedialAction class shall not have association with ContingencyWithRemedialAction."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialAction ; rdfs:range nc:RemedialActionKind . nc:RemedialActionDependency.DependingRemedialActionGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DependingRemedialActionGroup"@en ; - rdfs:comment "Remedial action group which the remedial action is depending on." ; + rdfs:label "DependingRemedialActionGroup" ; + rdfs:comment "Remedial action group which the remedial action is depending on."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1620,8 +1622,8 @@ nc:RemedialActionDependency.DependingRemedialActionGroup a owl:ObjectProperty, o rdfs:range nc:RemedialActionGroup . nc:RemedialActionDependency.RemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action which has dependent remedial actions." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action which has dependent remedial actions."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1630,16 +1632,16 @@ nc:RemedialActionDependency.RemedialAction a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:RemedialAction . nc:RemedialActionDependency.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Type of dependency between two remedial actions." ; + rdfs:label "kind" ; + rdfs:comment "Type of dependency between two remedial actions."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionDependency ; rdfs:range nc:RemedialActionDependencyKind . nc:RemedialActionGroup.RemedialAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action dependecy on a remedial action group." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action dependecy on a remedial action group."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1648,8 +1650,8 @@ nc:RemedialActionGroup.RemedialAction a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:RemedialActionDependency . nc:RemedialActionScheme.GateArmed a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GateArmed"@en ; - rdfs:comment "Gate that through a gate logic and input pin defines arming of a Remedial Action Scheme." ; + rdfs:label "GateArmed" ; + rdfs:comment "Gate that through a gate logic and input pin defines arming of a Remedial Action Scheme."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1658,8 +1660,8 @@ nc:RemedialActionScheme.GateArmed a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Gate . nc:RemedialActionScheme.PTCActivePowerSupport a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PTCActivePowerSupport"@en ; - rdfs:comment "The active power support of the PowerTransferCorridor related to this RemedialActionScheme." ; + rdfs:label "PTCActivePowerSupport" ; + rdfs:comment "The active power support of the PowerTransferCorridor related to this RemedialActionScheme."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1668,8 +1670,8 @@ nc:RemedialActionScheme.PTCActivePowerSupport a owl:ObjectProperty, owl:InverseF rdfs:range nc:PTCActivePowerSupport . nc:RemedialActionScheme.SchemeRemedialAction a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SchemeRemedialAction"@en ; - rdfs:comment "Scheme remedial action that belongs to the remedial action scheme." ; + rdfs:label "SchemeRemedialAction" ; + rdfs:comment "Scheme remedial action that belongs to the remedial action scheme."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1678,8 +1680,8 @@ nc:RemedialActionScheme.SchemeRemedialAction a owl:ObjectProperty, owl:Functiona rdfs:range nc:SchemeRemedialAction . nc:RemedialActionScheme.Stage a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Stage"@en ; - rdfs:comment "The stage for this remedial action scheme." ; + rdfs:label "Stage" ; + rdfs:comment "The stage for this remedial action scheme."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1688,8 +1690,8 @@ nc:RemedialActionScheme.Stage a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range nc:Stage . nc:RemedialActionScheme.TriggerCondition a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TriggerCondition"@en ; - rdfs:comment "The triggering condition of this Remedial Action Scheme." ; + rdfs:label "TriggerCondition" ; + rdfs:comment "The triggering condition of this Remedial Action Scheme."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1698,16 +1700,16 @@ nc:RemedialActionScheme.TriggerCondition a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:TriggerCondition . nc:RemedialActionScheme.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Kind of Remedial Action Scheme." ; + rdfs:label "kind" ; + rdfs:comment "Kind of Remedial Action Scheme."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionScheme ; rdfs:range nc:RemedialActionSchemeKind . nc:RotatingMachine.RotatingMachineAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RotatingMachineAction"@en ; - rdfs:comment "The action applied to a rotating machine." ; + rdfs:label "RotatingMachineAction" ; + rdfs:comment "The action applied to a rotating machine."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1716,8 +1718,8 @@ nc:RotatingMachine.RotatingMachineAction a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:RotatingMachineAction . nc:RotatingMachineAction.RotatingMachine a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RotatingMachine"@en ; - rdfs:comment "The rotating machine that has an action." ; + rdfs:label "RotatingMachine" ; + rdfs:comment "The rotating machine that has an action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1726,8 +1728,8 @@ nc:RotatingMachineAction.RotatingMachine a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:RotatingMachine . nc:SchemeRemedialAction.RemedialActionScheme a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionScheme"@en ; - rdfs:comment "Remedial action scheme for this scheme remedial action." ; + rdfs:label "RemedialActionScheme" ; + rdfs:comment "Remedial action scheme for this scheme remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1736,8 +1738,8 @@ nc:SchemeRemedialAction.RemedialActionScheme a owl:ObjectProperty, owl:Functiona rdfs:range nc:RemedialActionScheme . nc:ShuntCompensator.ShuntCompensatorAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ShuntCompensatorAction"@en ; - rdfs:comment "The action that is applied to a ShuntCompensator." ; + rdfs:label "ShuntCompensatorAction" ; + rdfs:comment "The action that is applied to a ShuntCompensator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1746,8 +1748,8 @@ nc:ShuntCompensator.ShuntCompensatorAction a owl:ObjectProperty, owl:InverseFunc rdfs:range nc:ShuntCompensatorModification . nc:ShuntCompensatorModification.ShuntCompensator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ShuntCompensator"@en ; - rdfs:comment "The ShuntCompensator that is associated with an action." ; + rdfs:label "ShuntCompensator" ; + rdfs:comment "The ShuntCompensator that is associated with an action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1756,8 +1758,8 @@ nc:ShuntCompensatorModification.ShuntCompensator a owl:ObjectProperty, owl:Funct rdfs:range cim:ShuntCompensator . nc:Stage.GridStateAlterationCollection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GridStateAlterationCollection"@en ; - rdfs:comment "The GridStateAlterationCollection which belongs to the Stage." ; + rdfs:label "GridStateAlterationCollection" ; + rdfs:comment "The GridStateAlterationCollection which belongs to the Stage."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1766,8 +1768,8 @@ nc:Stage.GridStateAlterationCollection a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:GridStateAlterationCollection . nc:Stage.RemedialActionScheme a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionScheme"@en ; - rdfs:comment "The remedial action scheme that has a stage." ; + rdfs:label "RemedialActionScheme" ; + rdfs:comment "The remedial action scheme that has a stage."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1776,8 +1778,8 @@ nc:Stage.RemedialActionScheme a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:RemedialActionScheme . nc:Stage.StageTrigger a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StageTrigger"@en ; - rdfs:comment "The state trigger that is part of this stage." ; + rdfs:label "StageTrigger" ; + rdfs:comment "The state trigger that is part of this stage."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -1786,8 +1788,8 @@ nc:Stage.StageTrigger a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:StageTrigger . nc:StageTrigger.GateArmed a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GateArmed"@en ; - rdfs:comment "The gate that is the input pin which defines arming of the StageTrigger." ; + rdfs:label "GateArmed" ; + rdfs:comment "The gate that is the input pin which defines arming of the StageTrigger."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1796,8 +1798,8 @@ nc:StageTrigger.GateArmed a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Gate . nc:StageTrigger.GateComCondition a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GateComCondition"@en ; - rdfs:comment "The gate that is the input pin which defines a communication condition." ; + rdfs:label "GateComCondition" ; + rdfs:comment "The gate that is the input pin which defines a communication condition."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1806,8 +1808,8 @@ nc:StageTrigger.GateComCondition a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Gate . nc:StageTrigger.GateTrigger a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GateTrigger"@en ; - rdfs:comment "The gate that is the input pin which triggers the protective reactions." ; + rdfs:label "GateTrigger" ; + rdfs:comment "The gate that is the input pin which triggers the protective reactions."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1816,8 +1818,8 @@ nc:StageTrigger.GateTrigger a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Gate . nc:StageTrigger.Stage a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Stage"@en ; - rdfs:comment "The stage that has this stage trigger." ; + rdfs:label "Stage" ; + rdfs:comment "The stage that has this stage trigger."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1826,8 +1828,8 @@ nc:StageTrigger.Stage a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Stage . nc:StaticPropertyRange.PropertyReference a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PropertyReference"@en ; - rdfs:comment "Property reference for this static property range." ; + rdfs:label "PropertyReference" ; + rdfs:comment "Property reference for this static property range."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf nc:PropertyReference.StaticPropertyRange ; @@ -1835,8 +1837,8 @@ nc:StaticPropertyRange.PropertyReference a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:PropertyReference . nc:StaticVarCompensator.StaticVarCompensatorAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StaticVarCompensatorAction"@en ; - rdfs:comment "The action which is applied to a StaticVarCompensator." ; + rdfs:label "StaticVarCompensatorAction" ; + rdfs:comment "The action which is applied to a StaticVarCompensator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1845,8 +1847,8 @@ nc:StaticVarCompensator.StaticVarCompensatorAction a owl:ObjectProperty, owl:Inv rdfs:range nc:StaticVarCompensatorAction . nc:StaticVarCompensatorAction.StaticVarCompensator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "StaticVarCompensator"@en ; - rdfs:comment "The StaticVarCompensator which is associated with an action." ; + rdfs:label "StaticVarCompensator" ; + rdfs:comment "The StaticVarCompensator which is associated with an action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1855,8 +1857,8 @@ nc:StaticVarCompensatorAction.StaticVarCompensator a owl:ObjectProperty, owl:Fun rdfs:range cim:StaticVarCompensator . nc:Switch.TopologyAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TopologyAction"@en ; - rdfs:comment "The action assigned to a switch." ; + rdfs:label "TopologyAction" ; + rdfs:comment "The action assigned to a switch."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1865,8 +1867,8 @@ nc:Switch.TopologyAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:TopologyAction . nc:SystemOperator.RemedialAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action defined by this system operator." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action defined by this system operator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1875,8 +1877,8 @@ nc:SystemOperator.RemedialAction a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:RemedialAction . nc:TapChanger.TapPositionAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TapPositionAction"@en ; - rdfs:comment "The action that is applied to a tap changer." ; + rdfs:label "TapPositionAction" ; + rdfs:comment "The action that is applied to a tap changer."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1885,8 +1887,8 @@ nc:TapChanger.TapPositionAction a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range nc:TapPositionAction . nc:TapPositionAction.TapChanger a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TapChanger"@en ; - rdfs:comment "The tap changer that has a tap position action associated." ; + rdfs:label "TapChanger" ; + rdfs:comment "The tap changer that has a tap position action associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1895,8 +1897,8 @@ nc:TapPositionAction.TapChanger a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:TapChanger . nc:Terminal.PinTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PinTerminal"@en ; - rdfs:comment "The pin that uses this input." ; + rdfs:label "PinTerminal" ; + rdfs:comment "The pin that uses this input."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1905,8 +1907,8 @@ nc:Terminal.PinTerminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:PinTerminal . nc:TopologyAction.Switch a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Switch"@en ; - rdfs:comment "The switch that has a topology action associated." ; + rdfs:label "Switch" ; + rdfs:comment "The switch that has a topology action associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1915,8 +1917,8 @@ nc:TopologyAction.Switch a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Switch . nc:TriggerCondition.GateTrigger a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GateTrigger"@en ; - rdfs:comment "The gate that is the condition for the trigger." ; + rdfs:label "GateTrigger" ; + rdfs:comment "The gate that is the condition for the trigger."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1925,8 +1927,8 @@ nc:TriggerCondition.GateTrigger a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:Gate . nc:TriggerCondition.RemedialActionScheme a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionScheme"@en ; - rdfs:comment "The remedial action scheme that has the trigger condition." ; + rdfs:label "RemedialActionScheme" ; + rdfs:comment "The remedial action scheme that has the trigger condition."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1935,51 +1937,51 @@ nc:TriggerCondition.RemedialActionScheme a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:RemedialActionScheme . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . nc:ContingencyWithRemedialAction.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ContingencyWithRemedialAction ; rdfs:range xsd:string . nc:ContingencyWithRemedialAction.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "If true, the contingency with remedial action is enabled, otherwise it is disabled under normal operating conditions." ; + rdfs:label "normalEnabled" ; + rdfs:comment "If true, the contingency with remedial action is enabled, otherwise it is disabled under normal operating conditions."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ContingencyWithRemedialAction ; rdfs:range xsd:boolean . nc:CountertradeRemedialAction.maxEconomicPMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxEconomicPMargin"@en ; + rdfs:label "maxEconomicPMargin" ; rdfs:comment """High economic active power limit given by the percentage of the relevant units operating p. e.g. If a generating unit (G1) with maximum operating active power of 100 MW and a conform load with active maximum load of 50 MW (L1). Max economic p margin of 90% will give the limit of the shift key to be 90 MW for the G1 and 45 MW for the L1. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -1990,9 +1992,9 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:CountertradeRemedialAction.minEconomicPMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minEconomicPMargin"@en ; + rdfs:label "minEconomicPMargin" ; rdfs:comment """Low economic active power limit given by the percentage of the relevant units operating p. e.g. If a generating unit (G1) with minimum operating active power of 10 MW and a conform load with active maximum load of 5 MW (L1). Min economic p margin of 90% will give the limit of the shift key to be 11 MW for the G1 and 5.5 MW for the L1. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2003,41 +2005,41 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:GateInputPin.absoluteValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "absoluteValue"@en ; - rdfs:comment "Indicates if the absolute value is used for comparison. If true, use the absolute value. If false, use the complex value (vector)." ; + rdfs:label "absoluteValue" ; + rdfs:comment "Indicates if the absolute value is used for comparison. If true, use the absolute value. If false, use the complex value (vector)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GateInputPin ; rdfs:range xsd:boolean . nc:GateInputPin.duration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "duration"@en ; - rdfs:comment "The time duration for which the condition is satisfied before acting. Default is 0 seconds." ; + rdfs:label "duration" ; + rdfs:comment "The time duration for which the condition is satisfied before acting. Default is 0 seconds."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GateInputPin ; rdfs:range xsd:duration . nc:GateInputPin.isValuePreFault a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isValuePreFault"@en ; - rdfs:comment "Indicates if the gate input pin value is referring to the value prior to a fault (e.g. simulated by a contingency or due to a SIPS activation in a N-x-y case). If it is true, it means that the value is referring to pre-fault. If it is false or not populated, then it is post-fault." ; + rdfs:label "isValuePreFault" ; + rdfs:comment "Indicates if the gate input pin value is referring to the value prior to a fault (e.g. simulated by a contingency or due to a SIPS activation in a N-x-y case). If it is true, it means that the value is referring to pre-fault. If it is false or not populated, then it is post-fault."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GateInputPin ; rdfs:range xsd:boolean . nc:GateInputPin.negate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "negate"@en ; - rdfs:comment "Invert/negate the result of the comparison." ; + rdfs:label "negate" ; + rdfs:comment "Invert/negate the result of the comparison."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GateInputPin ; rdfs:range xsd:boolean . nc:GateInputPin.thresholdPercentage a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thresholdPercentage"@en ; + rdfs:label "thresholdPercentage" ; rdfs:comment """The threshold percentage that should be used for compare with the percentage change between input value and threshold value. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2048,64 +2050,64 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:GateInputPin.thresholdValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thresholdValue"@en ; - rdfs:comment "The threshold value that should be used for compare with the input value." ; + rdfs:label "thresholdValue" ; + rdfs:comment "The threshold value that should be used for compare with the input value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GateInputPin ; rdfs:range xsd:float . nc:GridStateAlteration.maximumPerDay a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maximumPerDay"@en ; - rdfs:comment "Maximum number of alterations per day." ; + rdfs:label "maximumPerDay" ; + rdfs:comment "Maximum number of alterations per day."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GridStateAlteration ; rdfs:range xsd:integer . nc:GridStateAlteration.minimumActivation a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minimumActivation"@en ; - rdfs:comment "Minimum time duration between activating the same grid state alteration." ; + rdfs:label "minimumActivation" ; + rdfs:comment "Minimum time duration between activating the same grid state alteration."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GridStateAlteration ; rdfs:range xsd:duration . nc:GridStateAlteration.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "The default/normal value used when other active signal/values are missing." ; + rdfs:label "normalEnabled" ; + rdfs:comment "The default/normal value used when other active signal/values are missing."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GridStateAlteration ; rdfs:range xsd:boolean . nc:GridStateAlteration.timePerStage a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "timePerStage"@en ; - rdfs:comment "Time to implement a stage of a grid state alteration. If a grid state alteration consists of multiple stages (e.g. A step on a power transformer), this duration comes in addition to the timeToImplement and need to be multiplied by the number of stages. A stage can also be defined as MW in the case of regulating production." ; + rdfs:label "timePerStage" ; + rdfs:comment "Time to implement a stage of a grid state alteration. If a grid state alteration consists of multiple stages (e.g. A step on a power transformer), this duration comes in addition to the timeToImplement and need to be multiplied by the number of stages. A stage can also be defined as MW in the case of regulating production."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GridStateAlteration ; rdfs:range xsd:duration . nc:MeasurementCalculatorInput.absoluteValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "absoluteValue"@en ; - rdfs:comment "Indicates if the absolute value is used for comparison. If true, use the absolute value. If false, use the complex value (vector)." ; + rdfs:label "absoluteValue" ; + rdfs:comment "Indicates if the absolute value is used for comparison. If true, use the absolute value. If false, use the complex value (vector)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:MeasurementCalculatorInput ; rdfs:range xsd:boolean . nc:MeasurementCalculatorInput.order a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "order"@en ; - rdfs:comment "Positive number that defines the order of the operand in the calculation. 0 means default in which case the order is not relevant." ; + rdfs:label "order" ; + rdfs:comment "Positive number that defines the order of the operand in the calculation. 0 means default in which case the order is not relevant."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:MeasurementCalculatorInput ; rdfs:range xsd:integer . nc:PTCActivePowerSupport.maximum a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maximum"@en ; - rdfs:comment "Maximum support that a System Integrity Protection Scheme (SIPS) can provide to a Power Transfer Corridor (PTC). This is normally limited by the maximum power system disconnect allowed." ; + rdfs:label "maximum" ; + rdfs:comment "Maximum support that a System Integrity Protection Scheme (SIPS) can provide to a Power Transfer Corridor (PTC). This is normally limited by the maximum power system disconnect allowed."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2116,8 +2118,8 @@ nc:PTCActivePowerSupport.maximum a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:PTCActivePowerSupport.normal a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normal"@en ; - rdfs:comment "Normal support that a System Integrity Protection Scheme (SIPS) is expected to provide when enabled to a Power Transfer Corridor (PTC)." ; + rdfs:label "normal" ; + rdfs:comment "Normal support that a System Integrity Protection Scheme (SIPS) is expected to provide when enabled to a Power Transfer Corridor (PTC)."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2128,19 +2130,19 @@ nc:PTCActivePowerSupport.normal a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:RangeConstraint.normalValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalValue"@en ; + rdfs:label "normalValue" ; rdfs:comment """The normal (initial) value. The meaning of the value is defined by the attribute referenced by the PropertyReference. The value can be integer, float or boolean. In case of boolean 1 equals true and 0 equals false. If the valueKind is incremental or incrementalPercentage, then the value shall be positive (greater than zero). -If the valueKind is incrementalPercentage, then the value shall be in the range [0, 100].""" ; +If the valueKind is incrementalPercentage, then the value shall be in the range [0, 100]."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RangeConstraint ; rdfs:range xsd:float . nc:RemedialAction.impactThresholdMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "impactThresholdMargin"@en ; + rdfs:label "impactThresholdMargin" ; rdfs:comment """Impact threshold margin for the use of the remedial action. Meaning that the remedial action should not be used if it cannot resolve violation with more than the given impact threshold margin. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2151,97 +2153,97 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:RemedialAction.isCrossBorderRelevant a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isCrossBorderRelevant"@en ; - rdfs:comment "Indicates if the remedial action is cross border relevant. True, means that the remedial action is cross border relevant." ; + rdfs:label "isCrossBorderRelevant" ; + rdfs:comment "Indicates if the remedial action is cross border relevant. True, means that the remedial action is cross border relevant."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialAction ; rdfs:range xsd:boolean . nc:RemedialAction.isManual a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isManual"@en ; - rdfs:comment "Indicates if the remedial action is manually executed which involves one or many actions performed by human. A SIPS remedial action cannot be manual. True, means that the remedial action is manual. False, means that the remedial action is automatically executed without human communication." ; + rdfs:label "isManual" ; + rdfs:comment "Indicates if the remedial action is manually executed which involves one or many actions performed by human. A SIPS remedial action cannot be manual. True, means that the remedial action is manual. False, means that the remedial action is automatically executed without human communication."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialAction ; rdfs:range xsd:boolean . nc:RemedialAction.normalAvailable a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalAvailable"@en ; - rdfs:comment "It identifies if the remedial action is available under normal condition. True means available, False means unavailable." ; + rdfs:label "normalAvailable" ; + rdfs:comment "It identifies if the remedial action is available under normal condition. True means available, False means unavailable."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialAction ; rdfs:range xsd:boolean . nc:RemedialAction.penaltyFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "penaltyFactor"@en ; - rdfs:comment "Defines the relative penalty for a given remedial action. This is a positive number greater than zero and default is one, meaning the remedial action does not have negative nor positive effect on the quality of the solution. A remedial action that provide changes in the transmission loss can have negative (Between zero and one) or positive effect (Bigger than one) given by 1 / (1 – Incremental Transmission Loss). In a similar way remedial action using generating units or compensation units can have negative or positive effect. Typical value would be between 0.8 and 1.1." ; + rdfs:label "penaltyFactor" ; + rdfs:comment "Defines the relative penalty for a given remedial action. This is a positive number greater than zero and default is one, meaning the remedial action does not have negative nor positive effect on the quality of the solution. A remedial action that provide changes in the transmission loss can have negative (Between zero and one) or positive effect (Bigger than one) given by 1 / (1 – Incremental Transmission Loss). In a similar way remedial action using generating units or compensation units can have negative or positive effect. Typical value would be between 0.8 and 1.1."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialAction ; rdfs:range xsd:float . nc:RemedialAction.timeToImplement a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "timeToImplement"@en ; - rdfs:comment "Time to implement a remedial action." ; + rdfs:label "timeToImplement" ; + rdfs:comment "Time to implement a remedial action."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialAction ; rdfs:range xsd:duration . nc:RemedialActionDependency.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionDependency ; rdfs:range xsd:string . nc:RemedialActionDependency.normalEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalEnabled"@en ; - rdfs:comment "If true, the remedial action dependency with contingency shall be considered under normal operating conditions." ; + rdfs:label "normalEnabled" ; + rdfs:comment "If true, the remedial action dependency with contingency shall be considered under normal operating conditions."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionDependency ; rdfs:range xsd:boolean . nc:RemedialActionScheme.normalArmed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalArmed"@en ; - rdfs:comment "Defines the normal arming status of the remedial action scheme." ; + rdfs:label "normalArmed" ; + rdfs:comment "Defines the normal arming status of the remedial action scheme."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionScheme ; rdfs:range xsd:boolean . nc:Stage.priority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "priority"@en ; - rdfs:comment "The priority of the stage. 0 = do not care (default) 1 = highest priority. 2 is less than 1 and so on. A stage with higher priority needs be activated before a lower stage can be activated." ; + rdfs:label "priority" ; + rdfs:comment "The priority of the stage. 0 = do not care (default) 1 = highest priority. 2 is less than 1 and so on. A stage with higher priority needs be activated before a lower stage can be activated."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:Stage ; rdfs:range xsd:integer . nc:StageTrigger.normalArmed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalArmed"@en ; - rdfs:comment "The default/normal value used when other active signal/values are missing." ; + rdfs:label "normalArmed" ; + rdfs:comment "The default/normal value used when other active signal/values are missing."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:StageTrigger ; rdfs:range xsd:boolean . nc:StageTrigger.priority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "priority"@en ; - rdfs:comment "Priority of trigger. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on. A trigger with the highest priority will trigger first." ; + rdfs:label "priority" ; + rdfs:comment "Priority of trigger. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on. A trigger with the highest priority will trigger first."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:StageTrigger ; rdfs:range xsd:integer . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -2266,807 +2268,807 @@ cim:Conductance skos:exactMatch quantitykind:Conductance . cim:Currency.AED a cim:Currency ; rdfs:label "AED" ; - rdfs:comment "United Arab Emirates dirham." ; + rdfs:comment "United Arab Emirates dirham."@en ; cims:stereotype "enum" . cim:Currency.AFN a cim:Currency ; rdfs:label "AFN" ; - rdfs:comment "Afghan afghani." ; + rdfs:comment "Afghan afghani."@en ; cims:stereotype "enum" . cim:Currency.ALL a cim:Currency ; rdfs:label "ALL" ; - rdfs:comment "Albanian lek." ; + rdfs:comment "Albanian lek."@en ; cims:stereotype "enum" . cim:Currency.AMD a cim:Currency ; rdfs:label "AMD" ; - rdfs:comment "Armenian dram." ; + rdfs:comment "Armenian dram."@en ; cims:stereotype "enum" . cim:Currency.ANG a cim:Currency ; rdfs:label "ANG" ; - rdfs:comment "Netherlands Antillean guilder." ; + rdfs:comment "Netherlands Antillean guilder."@en ; cims:stereotype "enum" . cim:Currency.AOA a cim:Currency ; rdfs:label "AOA" ; - rdfs:comment "Angolan kwanza." ; + rdfs:comment "Angolan kwanza."@en ; cims:stereotype "enum" . cim:Currency.ARS a cim:Currency ; rdfs:label "ARS" ; - rdfs:comment "Argentine peso." ; + rdfs:comment "Argentine peso."@en ; cims:stereotype "enum" . cim:Currency.AUD a cim:Currency ; rdfs:label "AUD" ; - rdfs:comment "Australian dollar." ; + rdfs:comment "Australian dollar."@en ; cims:stereotype "enum" . cim:Currency.AWG a cim:Currency ; rdfs:label "AWG" ; - rdfs:comment "Aruban florin." ; + rdfs:comment "Aruban florin."@en ; cims:stereotype "enum" . cim:Currency.AZN a cim:Currency ; rdfs:label "AZN" ; - rdfs:comment "Azerbaijani manat." ; + rdfs:comment "Azerbaijani manat."@en ; cims:stereotype "enum" . cim:Currency.BAM a cim:Currency ; rdfs:label "BAM" ; - rdfs:comment "Bosnia and Herzegovina convertible mark." ; + rdfs:comment "Bosnia and Herzegovina convertible mark."@en ; cims:stereotype "enum" . cim:Currency.BBD a cim:Currency ; rdfs:label "BBD" ; - rdfs:comment "Barbados dollar." ; + rdfs:comment "Barbados dollar."@en ; cims:stereotype "enum" . cim:Currency.BDT a cim:Currency ; rdfs:label "BDT" ; - rdfs:comment "Bangladeshi taka." ; + rdfs:comment "Bangladeshi taka."@en ; cims:stereotype "enum" . cim:Currency.BGN a cim:Currency ; rdfs:label "BGN" ; - rdfs:comment "Bulgarian lev." ; + rdfs:comment "Bulgarian lev."@en ; cims:stereotype "enum" . cim:Currency.BHD a cim:Currency ; rdfs:label "BHD" ; - rdfs:comment "Bahraini dinar." ; + rdfs:comment "Bahraini dinar."@en ; cims:stereotype "enum" . cim:Currency.BIF a cim:Currency ; rdfs:label "BIF" ; - rdfs:comment "Burundian franc." ; + rdfs:comment "Burundian franc."@en ; cims:stereotype "enum" . cim:Currency.BMD a cim:Currency ; rdfs:label "BMD" ; - rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)." ; + rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)."@en ; cims:stereotype "enum" . cim:Currency.BND a cim:Currency ; rdfs:label "BND" ; - rdfs:comment "Brunei dollar." ; + rdfs:comment "Brunei dollar."@en ; cims:stereotype "enum" . cim:Currency.BOB a cim:Currency ; rdfs:label "BOB" ; - rdfs:comment "Boliviano." ; + rdfs:comment "Boliviano."@en ; cims:stereotype "enum" . cim:Currency.BOV a cim:Currency ; rdfs:label "BOV" ; - rdfs:comment "Bolivian Mvdol (funds code)." ; + rdfs:comment "Bolivian Mvdol (funds code)."@en ; cims:stereotype "enum" . cim:Currency.BRL a cim:Currency ; rdfs:label "BRL" ; - rdfs:comment "Brazilian real." ; + rdfs:comment "Brazilian real."@en ; cims:stereotype "enum" . cim:Currency.BSD a cim:Currency ; rdfs:label "BSD" ; - rdfs:comment "Bahamian dollar." ; + rdfs:comment "Bahamian dollar."@en ; cims:stereotype "enum" . cim:Currency.BTN a cim:Currency ; rdfs:label "BTN" ; - rdfs:comment "Bhutanese ngultrum." ; + rdfs:comment "Bhutanese ngultrum."@en ; cims:stereotype "enum" . cim:Currency.BWP a cim:Currency ; rdfs:label "BWP" ; - rdfs:comment "Botswana pula." ; + rdfs:comment "Botswana pula."@en ; cims:stereotype "enum" . cim:Currency.BYR a cim:Currency ; rdfs:label "BYR" ; - rdfs:comment "Belarusian ruble." ; + rdfs:comment "Belarusian ruble."@en ; cims:stereotype "enum" . cim:Currency.BZD a cim:Currency ; rdfs:label "BZD" ; - rdfs:comment "Belize dollar." ; + rdfs:comment "Belize dollar."@en ; cims:stereotype "enum" . cim:Currency.CAD a cim:Currency ; rdfs:label "CAD" ; - rdfs:comment "Canadian dollar." ; + rdfs:comment "Canadian dollar."@en ; cims:stereotype "enum" . cim:Currency.CDF a cim:Currency ; rdfs:label "CDF" ; - rdfs:comment "Congolese franc." ; + rdfs:comment "Congolese franc."@en ; cims:stereotype "enum" . cim:Currency.CHF a cim:Currency ; rdfs:label "CHF" ; - rdfs:comment "Swiss franc." ; + rdfs:comment "Swiss franc."@en ; cims:stereotype "enum" . cim:Currency.CLF a cim:Currency ; rdfs:label "CLF" ; - rdfs:comment "Unidad de Fomento (funds code), Chile." ; + rdfs:comment "Unidad de Fomento (funds code), Chile."@en ; cims:stereotype "enum" . cim:Currency.CLP a cim:Currency ; rdfs:label "CLP" ; - rdfs:comment "Chilean peso." ; + rdfs:comment "Chilean peso."@en ; cims:stereotype "enum" . cim:Currency.CNY a cim:Currency ; rdfs:label "CNY" ; - rdfs:comment "Chinese yuan." ; + rdfs:comment "Chinese yuan."@en ; cims:stereotype "enum" . cim:Currency.COP a cim:Currency ; rdfs:label "COP" ; - rdfs:comment "Colombian peso." ; + rdfs:comment "Colombian peso."@en ; cims:stereotype "enum" . cim:Currency.COU a cim:Currency ; rdfs:label "COU" ; - rdfs:comment "Unidad de Valor Real." ; + rdfs:comment "Unidad de Valor Real."@en ; cims:stereotype "enum" . cim:Currency.CRC a cim:Currency ; rdfs:label "CRC" ; - rdfs:comment "Costa Rican colon." ; + rdfs:comment "Costa Rican colon."@en ; cims:stereotype "enum" . cim:Currency.CUC a cim:Currency ; rdfs:label "CUC" ; - rdfs:comment "Cuban convertible peso." ; + rdfs:comment "Cuban convertible peso."@en ; cims:stereotype "enum" . cim:Currency.CUP a cim:Currency ; rdfs:label "CUP" ; - rdfs:comment "Cuban peso." ; + rdfs:comment "Cuban peso."@en ; cims:stereotype "enum" . cim:Currency.CVE a cim:Currency ; rdfs:label "CVE" ; - rdfs:comment "Cape Verde escudo." ; + rdfs:comment "Cape Verde escudo."@en ; cims:stereotype "enum" . cim:Currency.CZK a cim:Currency ; rdfs:label "CZK" ; - rdfs:comment "Czech koruna." ; + rdfs:comment "Czech koruna."@en ; cims:stereotype "enum" . cim:Currency.DJF a cim:Currency ; rdfs:label "DJF" ; - rdfs:comment "Djiboutian franc." ; + rdfs:comment "Djiboutian franc."@en ; cims:stereotype "enum" . cim:Currency.DKK a cim:Currency ; rdfs:label "DKK" ; - rdfs:comment "Danish krone." ; + rdfs:comment "Danish krone."@en ; cims:stereotype "enum" . cim:Currency.DOP a cim:Currency ; rdfs:label "DOP" ; - rdfs:comment "Dominican peso." ; + rdfs:comment "Dominican peso."@en ; cims:stereotype "enum" . cim:Currency.DZD a cim:Currency ; rdfs:label "DZD" ; - rdfs:comment "Algerian dinar." ; + rdfs:comment "Algerian dinar."@en ; cims:stereotype "enum" . cim:Currency.EEK a cim:Currency ; rdfs:label "EEK" ; - rdfs:comment "Estonian kroon." ; + rdfs:comment "Estonian kroon."@en ; cims:stereotype "enum" . cim:Currency.EGP a cim:Currency ; rdfs:label "EGP" ; - rdfs:comment "Egyptian pound." ; + rdfs:comment "Egyptian pound."@en ; cims:stereotype "enum" . cim:Currency.ERN a cim:Currency ; rdfs:label "ERN" ; - rdfs:comment "Eritrean nakfa." ; + rdfs:comment "Eritrean nakfa."@en ; cims:stereotype "enum" . cim:Currency.ETB a cim:Currency ; rdfs:label "ETB" ; - rdfs:comment "Ethiopian birr." ; + rdfs:comment "Ethiopian birr."@en ; cims:stereotype "enum" . cim:Currency.EUR a cim:Currency ; rdfs:label "EUR" ; - rdfs:comment "Euro." ; + rdfs:comment "Euro."@en ; cims:stereotype "enum" . cim:Currency.FJD a cim:Currency ; rdfs:label "FJD" ; - rdfs:comment "Fiji dollar." ; + rdfs:comment "Fiji dollar."@en ; cims:stereotype "enum" . cim:Currency.FKP a cim:Currency ; rdfs:label "FKP" ; - rdfs:comment "Falkland Islands pound." ; + rdfs:comment "Falkland Islands pound."@en ; cims:stereotype "enum" . cim:Currency.GBP a cim:Currency ; rdfs:label "GBP" ; - rdfs:comment "Pound sterling." ; + rdfs:comment "Pound sterling."@en ; cims:stereotype "enum" . cim:Currency.GEL a cim:Currency ; rdfs:label "GEL" ; - rdfs:comment "Georgian lari." ; + rdfs:comment "Georgian lari."@en ; cims:stereotype "enum" . cim:Currency.GHS a cim:Currency ; rdfs:label "GHS" ; - rdfs:comment "Ghanaian cedi." ; + rdfs:comment "Ghanaian cedi."@en ; cims:stereotype "enum" . cim:Currency.GIP a cim:Currency ; rdfs:label "GIP" ; - rdfs:comment "Gibraltar pound." ; + rdfs:comment "Gibraltar pound."@en ; cims:stereotype "enum" . cim:Currency.GMD a cim:Currency ; rdfs:label "GMD" ; - rdfs:comment "Gambian dalasi." ; + rdfs:comment "Gambian dalasi."@en ; cims:stereotype "enum" . cim:Currency.GNF a cim:Currency ; rdfs:label "GNF" ; - rdfs:comment "Guinean franc." ; + rdfs:comment "Guinean franc."@en ; cims:stereotype "enum" . cim:Currency.GTQ a cim:Currency ; rdfs:label "GTQ" ; - rdfs:comment "Guatemalan quetzal." ; + rdfs:comment "Guatemalan quetzal."@en ; cims:stereotype "enum" . cim:Currency.GYD a cim:Currency ; rdfs:label "GYD" ; - rdfs:comment "Guyanese dollar." ; + rdfs:comment "Guyanese dollar."@en ; cims:stereotype "enum" . cim:Currency.HKD a cim:Currency ; rdfs:label "HKD" ; - rdfs:comment "Hong Kong dollar." ; + rdfs:comment "Hong Kong dollar."@en ; cims:stereotype "enum" . cim:Currency.HNL a cim:Currency ; rdfs:label "HNL" ; - rdfs:comment "Honduran lempira." ; + rdfs:comment "Honduran lempira."@en ; cims:stereotype "enum" . cim:Currency.HRK a cim:Currency ; rdfs:label "HRK" ; - rdfs:comment "Croatian kuna." ; + rdfs:comment "Croatian kuna."@en ; cims:stereotype "enum" . cim:Currency.HTG a cim:Currency ; rdfs:label "HTG" ; - rdfs:comment "Haitian gourde." ; + rdfs:comment "Haitian gourde."@en ; cims:stereotype "enum" . cim:Currency.HUF a cim:Currency ; rdfs:label "HUF" ; - rdfs:comment "Hungarian forint." ; + rdfs:comment "Hungarian forint."@en ; cims:stereotype "enum" . cim:Currency.IDR a cim:Currency ; rdfs:label "IDR" ; - rdfs:comment "Indonesian rupiah." ; + rdfs:comment "Indonesian rupiah."@en ; cims:stereotype "enum" . cim:Currency.ILS a cim:Currency ; rdfs:label "ILS" ; - rdfs:comment "Israeli new sheqel." ; + rdfs:comment "Israeli new sheqel."@en ; cims:stereotype "enum" . cim:Currency.INR a cim:Currency ; rdfs:label "INR" ; - rdfs:comment "Indian rupee." ; + rdfs:comment "Indian rupee."@en ; cims:stereotype "enum" . cim:Currency.IQD a cim:Currency ; rdfs:label "IQD" ; - rdfs:comment "Iraqi dinar." ; + rdfs:comment "Iraqi dinar."@en ; cims:stereotype "enum" . cim:Currency.IRR a cim:Currency ; rdfs:label "IRR" ; - rdfs:comment "Iranian rial." ; + rdfs:comment "Iranian rial."@en ; cims:stereotype "enum" . cim:Currency.ISK a cim:Currency ; rdfs:label "ISK" ; - rdfs:comment "Icelandic króna." ; + rdfs:comment "Icelandic króna."@en ; cims:stereotype "enum" . cim:Currency.JMD a cim:Currency ; rdfs:label "JMD" ; - rdfs:comment "Jamaican dollar." ; + rdfs:comment "Jamaican dollar."@en ; cims:stereotype "enum" . cim:Currency.JOD a cim:Currency ; rdfs:label "JOD" ; - rdfs:comment "Jordanian dinar." ; + rdfs:comment "Jordanian dinar."@en ; cims:stereotype "enum" . cim:Currency.JPY a cim:Currency ; rdfs:label "JPY" ; - rdfs:comment "Japanese yen." ; + rdfs:comment "Japanese yen."@en ; cims:stereotype "enum" . cim:Currency.KES a cim:Currency ; rdfs:label "KES" ; - rdfs:comment "Kenyan shilling." ; + rdfs:comment "Kenyan shilling."@en ; cims:stereotype "enum" . cim:Currency.KGS a cim:Currency ; rdfs:label "KGS" ; - rdfs:comment "Kyrgyzstani som." ; + rdfs:comment "Kyrgyzstani som."@en ; cims:stereotype "enum" . cim:Currency.KHR a cim:Currency ; rdfs:label "KHR" ; - rdfs:comment "Cambodian riel." ; + rdfs:comment "Cambodian riel."@en ; cims:stereotype "enum" . cim:Currency.KMF a cim:Currency ; rdfs:label "KMF" ; - rdfs:comment "Comoro franc." ; + rdfs:comment "Comoro franc."@en ; cims:stereotype "enum" . cim:Currency.KPW a cim:Currency ; rdfs:label "KPW" ; - rdfs:comment "North Korean won." ; + rdfs:comment "North Korean won."@en ; cims:stereotype "enum" . cim:Currency.KRW a cim:Currency ; rdfs:label "KRW" ; - rdfs:comment "South Korean won." ; + rdfs:comment "South Korean won."@en ; cims:stereotype "enum" . cim:Currency.KWD a cim:Currency ; rdfs:label "KWD" ; - rdfs:comment "Kuwaiti dinar." ; + rdfs:comment "Kuwaiti dinar."@en ; cims:stereotype "enum" . cim:Currency.KYD a cim:Currency ; rdfs:label "KYD" ; - rdfs:comment "Cayman Islands dollar." ; + rdfs:comment "Cayman Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.KZT a cim:Currency ; rdfs:label "KZT" ; - rdfs:comment "Kazakhstani tenge." ; + rdfs:comment "Kazakhstani tenge."@en ; cims:stereotype "enum" . cim:Currency.LAK a cim:Currency ; rdfs:label "LAK" ; - rdfs:comment "Lao kip." ; + rdfs:comment "Lao kip."@en ; cims:stereotype "enum" . cim:Currency.LBP a cim:Currency ; rdfs:label "LBP" ; - rdfs:comment "Lebanese pound." ; + rdfs:comment "Lebanese pound."@en ; cims:stereotype "enum" . cim:Currency.LKR a cim:Currency ; rdfs:label "LKR" ; - rdfs:comment "Sri Lanka rupee." ; + rdfs:comment "Sri Lanka rupee."@en ; cims:stereotype "enum" . cim:Currency.LRD a cim:Currency ; rdfs:label "LRD" ; - rdfs:comment "Liberian dollar." ; + rdfs:comment "Liberian dollar."@en ; cims:stereotype "enum" . cim:Currency.LSL a cim:Currency ; rdfs:label "LSL" ; - rdfs:comment "Lesotho loti." ; + rdfs:comment "Lesotho loti."@en ; cims:stereotype "enum" . cim:Currency.LTL a cim:Currency ; rdfs:label "LTL" ; - rdfs:comment "Lithuanian litas." ; + rdfs:comment "Lithuanian litas."@en ; cims:stereotype "enum" . cim:Currency.LVL a cim:Currency ; rdfs:label "LVL" ; - rdfs:comment "Latvian lats." ; + rdfs:comment "Latvian lats."@en ; cims:stereotype "enum" . cim:Currency.LYD a cim:Currency ; rdfs:label "LYD" ; - rdfs:comment "Libyan dinar." ; + rdfs:comment "Libyan dinar."@en ; cims:stereotype "enum" . cim:Currency.MAD a cim:Currency ; rdfs:label "MAD" ; - rdfs:comment "Moroccan dirham." ; + rdfs:comment "Moroccan dirham."@en ; cims:stereotype "enum" . cim:Currency.MDL a cim:Currency ; rdfs:label "MDL" ; - rdfs:comment "Moldovan leu." ; + rdfs:comment "Moldovan leu."@en ; cims:stereotype "enum" . cim:Currency.MGA a cim:Currency ; rdfs:label "MGA" ; - rdfs:comment "Malagasy ariary." ; + rdfs:comment "Malagasy ariary."@en ; cims:stereotype "enum" . cim:Currency.MKD a cim:Currency ; rdfs:label "MKD" ; - rdfs:comment "Macedonian denar." ; + rdfs:comment "Macedonian denar."@en ; cims:stereotype "enum" . cim:Currency.MMK a cim:Currency ; rdfs:label "MMK" ; - rdfs:comment "Myanma kyat." ; + rdfs:comment "Myanma kyat."@en ; cims:stereotype "enum" . cim:Currency.MNT a cim:Currency ; rdfs:label "MNT" ; - rdfs:comment "Mongolian tugrik." ; + rdfs:comment "Mongolian tugrik."@en ; cims:stereotype "enum" . cim:Currency.MOP a cim:Currency ; rdfs:label "MOP" ; - rdfs:comment "Macanese pataca." ; + rdfs:comment "Macanese pataca."@en ; cims:stereotype "enum" . cim:Currency.MRO a cim:Currency ; rdfs:label "MRO" ; - rdfs:comment "Mauritanian ouguiya." ; + rdfs:comment "Mauritanian ouguiya."@en ; cims:stereotype "enum" . cim:Currency.MUR a cim:Currency ; rdfs:label "MUR" ; - rdfs:comment "Mauritian rupee." ; + rdfs:comment "Mauritian rupee."@en ; cims:stereotype "enum" . cim:Currency.MVR a cim:Currency ; rdfs:label "MVR" ; - rdfs:comment "Maldivian rufiyaa." ; + rdfs:comment "Maldivian rufiyaa."@en ; cims:stereotype "enum" . cim:Currency.MWK a cim:Currency ; rdfs:label "MWK" ; - rdfs:comment "Malawian kwacha." ; + rdfs:comment "Malawian kwacha."@en ; cims:stereotype "enum" . cim:Currency.MXN a cim:Currency ; rdfs:label "MXN" ; - rdfs:comment "Mexican peso." ; + rdfs:comment "Mexican peso."@en ; cims:stereotype "enum" . cim:Currency.MYR a cim:Currency ; rdfs:label "MYR" ; - rdfs:comment "Malaysian ringgit." ; + rdfs:comment "Malaysian ringgit."@en ; cims:stereotype "enum" . cim:Currency.MZN a cim:Currency ; rdfs:label "MZN" ; - rdfs:comment "Mozambican metical." ; + rdfs:comment "Mozambican metical."@en ; cims:stereotype "enum" . cim:Currency.NAD a cim:Currency ; rdfs:label "NAD" ; - rdfs:comment "Namibian dollar." ; + rdfs:comment "Namibian dollar."@en ; cims:stereotype "enum" . cim:Currency.NGN a cim:Currency ; rdfs:label "NGN" ; - rdfs:comment "Nigerian naira." ; + rdfs:comment "Nigerian naira."@en ; cims:stereotype "enum" . cim:Currency.NIO a cim:Currency ; rdfs:label "NIO" ; - rdfs:comment "Cordoba oro." ; + rdfs:comment "Cordoba oro."@en ; cims:stereotype "enum" . cim:Currency.NOK a cim:Currency ; rdfs:label "NOK" ; - rdfs:comment "Norwegian krone." ; + rdfs:comment "Norwegian krone."@en ; cims:stereotype "enum" . cim:Currency.NPR a cim:Currency ; rdfs:label "NPR" ; - rdfs:comment "Nepalese rupee." ; + rdfs:comment "Nepalese rupee."@en ; cims:stereotype "enum" . cim:Currency.NZD a cim:Currency ; rdfs:label "NZD" ; - rdfs:comment "New Zealand dollar." ; + rdfs:comment "New Zealand dollar."@en ; cims:stereotype "enum" . cim:Currency.OMR a cim:Currency ; rdfs:label "OMR" ; - rdfs:comment "Omani rial." ; + rdfs:comment "Omani rial."@en ; cims:stereotype "enum" . cim:Currency.PAB a cim:Currency ; rdfs:label "PAB" ; - rdfs:comment "Panamanian balboa." ; + rdfs:comment "Panamanian balboa."@en ; cims:stereotype "enum" . cim:Currency.PEN a cim:Currency ; rdfs:label "PEN" ; - rdfs:comment "Peruvian nuevo sol." ; + rdfs:comment "Peruvian nuevo sol."@en ; cims:stereotype "enum" . cim:Currency.PGK a cim:Currency ; rdfs:label "PGK" ; - rdfs:comment "Papua New Guinean kina." ; + rdfs:comment "Papua New Guinean kina."@en ; cims:stereotype "enum" . cim:Currency.PHP a cim:Currency ; rdfs:label "PHP" ; - rdfs:comment "Philippine peso." ; + rdfs:comment "Philippine peso."@en ; cims:stereotype "enum" . cim:Currency.PKR a cim:Currency ; rdfs:label "PKR" ; - rdfs:comment "Pakistani rupee." ; + rdfs:comment "Pakistani rupee."@en ; cims:stereotype "enum" . cim:Currency.PLN a cim:Currency ; rdfs:label "PLN" ; - rdfs:comment "Polish zloty." ; + rdfs:comment "Polish zloty."@en ; cims:stereotype "enum" . cim:Currency.PYG a cim:Currency ; rdfs:label "PYG" ; - rdfs:comment "Paraguayan guaraní." ; + rdfs:comment "Paraguayan guaraní."@en ; cims:stereotype "enum" . cim:Currency.QAR a cim:Currency ; rdfs:label "QAR" ; - rdfs:comment "Qatari rial." ; + rdfs:comment "Qatari rial."@en ; cims:stereotype "enum" . cim:Currency.RON a cim:Currency ; rdfs:label "RON" ; - rdfs:comment "Romanian new leu." ; + rdfs:comment "Romanian new leu."@en ; cims:stereotype "enum" . cim:Currency.RSD a cim:Currency ; rdfs:label "RSD" ; - rdfs:comment "Serbian dinar." ; + rdfs:comment "Serbian dinar."@en ; cims:stereotype "enum" . cim:Currency.RUB a cim:Currency ; rdfs:label "RUB" ; - rdfs:comment "Russian rouble." ; + rdfs:comment "Russian rouble."@en ; cims:stereotype "enum" . cim:Currency.RWF a cim:Currency ; rdfs:label "RWF" ; - rdfs:comment "Rwandan franc." ; + rdfs:comment "Rwandan franc."@en ; cims:stereotype "enum" . cim:Currency.SAR a cim:Currency ; rdfs:label "SAR" ; - rdfs:comment "Saudi riyal." ; + rdfs:comment "Saudi riyal."@en ; cims:stereotype "enum" . cim:Currency.SBD a cim:Currency ; rdfs:label "SBD" ; - rdfs:comment "Solomon Islands dollar." ; + rdfs:comment "Solomon Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.SCR a cim:Currency ; rdfs:label "SCR" ; - rdfs:comment "Seychelles rupee." ; + rdfs:comment "Seychelles rupee."@en ; cims:stereotype "enum" . cim:Currency.SDG a cim:Currency ; rdfs:label "SDG" ; - rdfs:comment "Sudanese pound." ; + rdfs:comment "Sudanese pound."@en ; cims:stereotype "enum" . cim:Currency.SEK a cim:Currency ; rdfs:label "SEK" ; - rdfs:comment "Swedish krona/kronor." ; + rdfs:comment "Swedish krona/kronor."@en ; cims:stereotype "enum" . cim:Currency.SGD a cim:Currency ; rdfs:label "SGD" ; - rdfs:comment "Singapore dollar." ; + rdfs:comment "Singapore dollar."@en ; cims:stereotype "enum" . cim:Currency.SHP a cim:Currency ; rdfs:label "SHP" ; - rdfs:comment "Saint Helena pound." ; + rdfs:comment "Saint Helena pound."@en ; cims:stereotype "enum" . cim:Currency.SLL a cim:Currency ; rdfs:label "SLL" ; - rdfs:comment "Sierra Leonean leone." ; + rdfs:comment "Sierra Leonean leone."@en ; cims:stereotype "enum" . cim:Currency.SOS a cim:Currency ; rdfs:label "SOS" ; - rdfs:comment "Somali shilling." ; + rdfs:comment "Somali shilling."@en ; cims:stereotype "enum" . cim:Currency.SRD a cim:Currency ; rdfs:label "SRD" ; - rdfs:comment "Surinamese dollar." ; + rdfs:comment "Surinamese dollar."@en ; cims:stereotype "enum" . cim:Currency.STD a cim:Currency ; rdfs:label "STD" ; - rdfs:comment "São Tomé and Príncipe dobra." ; + rdfs:comment "São Tomé and Príncipe dobra."@en ; cims:stereotype "enum" . cim:Currency.SYP a cim:Currency ; rdfs:label "SYP" ; - rdfs:comment "Syrian pound." ; + rdfs:comment "Syrian pound."@en ; cims:stereotype "enum" . cim:Currency.SZL a cim:Currency ; rdfs:label "SZL" ; - rdfs:comment "Lilangeni." ; + rdfs:comment "Lilangeni."@en ; cims:stereotype "enum" . cim:Currency.THB a cim:Currency ; rdfs:label "THB" ; - rdfs:comment "Thai baht." ; + rdfs:comment "Thai baht."@en ; cims:stereotype "enum" . cim:Currency.TJS a cim:Currency ; rdfs:label "TJS" ; - rdfs:comment "Tajikistani somoni." ; + rdfs:comment "Tajikistani somoni."@en ; cims:stereotype "enum" . cim:Currency.TMT a cim:Currency ; rdfs:label "TMT" ; - rdfs:comment "Turkmenistani manat." ; + rdfs:comment "Turkmenistani manat."@en ; cims:stereotype "enum" . cim:Currency.TND a cim:Currency ; rdfs:label "TND" ; - rdfs:comment "Tunisian dinar." ; + rdfs:comment "Tunisian dinar."@en ; cims:stereotype "enum" . cim:Currency.TOP a cim:Currency ; rdfs:label "TOP" ; - rdfs:comment "Tongan pa'anga." ; + rdfs:comment "Tongan pa'anga."@en ; cims:stereotype "enum" . cim:Currency.TRY a cim:Currency ; rdfs:label "TRY" ; - rdfs:comment "Turkish lira." ; + rdfs:comment "Turkish lira."@en ; cims:stereotype "enum" . cim:Currency.TTD a cim:Currency ; rdfs:label "TTD" ; - rdfs:comment "Trinidad and Tobago dollar." ; + rdfs:comment "Trinidad and Tobago dollar."@en ; cims:stereotype "enum" . cim:Currency.TWD a cim:Currency ; rdfs:label "TWD" ; - rdfs:comment "New Taiwan dollar." ; + rdfs:comment "New Taiwan dollar."@en ; cims:stereotype "enum" . cim:Currency.TZS a cim:Currency ; rdfs:label "TZS" ; - rdfs:comment "Tanzanian shilling." ; + rdfs:comment "Tanzanian shilling."@en ; cims:stereotype "enum" . cim:Currency.UAH a cim:Currency ; rdfs:label "UAH" ; - rdfs:comment "Ukrainian hryvnia." ; + rdfs:comment "Ukrainian hryvnia."@en ; cims:stereotype "enum" . cim:Currency.UGX a cim:Currency ; rdfs:label "UGX" ; - rdfs:comment "Ugandan shilling." ; + rdfs:comment "Ugandan shilling."@en ; cims:stereotype "enum" . cim:Currency.USD a cim:Currency ; rdfs:label "USD" ; - rdfs:comment "United States dollar." ; + rdfs:comment "United States dollar."@en ; cims:stereotype "enum" . cim:Currency.UYU a cim:Currency ; rdfs:label "UYU" ; - rdfs:comment "Uruguayan peso." ; + rdfs:comment "Uruguayan peso."@en ; cims:stereotype "enum" . cim:Currency.UZS a cim:Currency ; rdfs:label "UZS" ; - rdfs:comment "Uzbekistan som." ; + rdfs:comment "Uzbekistan som."@en ; cims:stereotype "enum" . cim:Currency.VEF a cim:Currency ; rdfs:label "VEF" ; - rdfs:comment "Venezuelan bolívar fuerte." ; + rdfs:comment "Venezuelan bolívar fuerte."@en ; cims:stereotype "enum" . cim:Currency.VND a cim:Currency ; rdfs:label "VND" ; - rdfs:comment "Vietnamese Dong." ; + rdfs:comment "Vietnamese Dong."@en ; cims:stereotype "enum" . cim:Currency.VUV a cim:Currency ; rdfs:label "VUV" ; - rdfs:comment "Vanuatu vatu." ; + rdfs:comment "Vanuatu vatu."@en ; cims:stereotype "enum" . cim:Currency.WST a cim:Currency ; rdfs:label "WST" ; - rdfs:comment "Samoan tala." ; + rdfs:comment "Samoan tala."@en ; cims:stereotype "enum" . cim:Currency.XAF a cim:Currency ; rdfs:label "XAF" ; - rdfs:comment "CFA franc BEAC." ; + rdfs:comment "CFA franc BEAC."@en ; cims:stereotype "enum" . cim:Currency.XCD a cim:Currency ; rdfs:label "XCD" ; - rdfs:comment "East Caribbean dollar." ; + rdfs:comment "East Caribbean dollar."@en ; cims:stereotype "enum" . cim:Currency.XOF a cim:Currency ; rdfs:label "XOF" ; - rdfs:comment "CFA Franc BCEAO." ; + rdfs:comment "CFA Franc BCEAO."@en ; cims:stereotype "enum" . cim:Currency.XPF a cim:Currency ; rdfs:label "XPF" ; - rdfs:comment "CFP franc." ; + rdfs:comment "CFP franc."@en ; cims:stereotype "enum" . cim:Currency.YER a cim:Currency ; rdfs:label "YER" ; - rdfs:comment "Yemeni rial." ; + rdfs:comment "Yemeni rial."@en ; cims:stereotype "enum" . cim:Currency.ZAR a cim:Currency ; rdfs:label "ZAR" ; - rdfs:comment "South African rand." ; + rdfs:comment "South African rand."@en ; cims:stereotype "enum" . cim:Currency.ZMK a cim:Currency ; rdfs:label "ZMK" ; - rdfs:comment "Zambian kwacha." ; + rdfs:comment "Zambian kwacha."@en ; cims:stereotype "enum" . cim:Currency.ZWL a cim:Currency ; rdfs:label "ZWL" ; - rdfs:comment "Zimbabwe dollar." ; + rdfs:comment "Zimbabwe dollar."@en ; cims:stereotype "enum" . cim:CurrentFlow skos:exactMatch quantitykind:ElectricCurrent . @@ -3082,8 +3084,8 @@ cim:Money skos:exactMatch quantitykind:Currency . cim:PU skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . @@ -3093,8 +3095,8 @@ cim:Pressure skos:exactMatch quantitykind:Pressure . cim:Reactance skos:exactMatch quantitykind:Reactance . cim:ReactivePower a qudt:QuantityKind ; - rdfs:label "ReactivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current." ; + rdfs:label "ReactivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; qudt:applicableUnit cim:UnitSymbol.VAr ; skos:exactMatch quantitykind:ReactivePower . @@ -3106,8 +3108,8 @@ cim:Resistance skos:exactMatch quantitykind:Resistance . cim:RotationSpeed skos:exactMatch quantitykind:AngularVelocity . cim:Seconds a qudt:QuantityKind ; - rdfs:label "Seconds"@en ; - rdfs:comment "Time, in seconds." ; + rdfs:label "Seconds" ; + rdfs:comment "Time, in seconds."@en ; cims:belongsToCategory ra:Package_RemedialActionProfile ; qudt:applicableUnit cim:UnitSymbol.s ; skos:exactMatch quantitykind:Time . @@ -3118,38 +3120,38 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . @@ -3160,241 +3162,241 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . nc:CalculationKind.division a nc:CalculationKind ; - rdfs:label "division"@en ; - rdfs:comment "Division operation on the input values (operands)." ; + rdfs:label "division" ; + rdfs:comment "Division operation on the input values (operands)."@en ; cims:stereotype "enum" . nc:CalculationKind.multiplication a nc:CalculationKind ; - rdfs:label "multiplication"@en ; - rdfs:comment "Multiplication operation on the input values (operands)." ; + rdfs:label "multiplication" ; + rdfs:comment "Multiplication operation on the input values (operands)."@en ; cims:stereotype "enum" . nc:CalculationKind.squareRoot a nc:CalculationKind ; - rdfs:label "squareRoot"@en ; - rdfs:comment "Square root operator - only one input value (operands)." ; + rdfs:label "squareRoot" ; + rdfs:comment "Square root operator - only one input value (operands)."@en ; cims:stereotype "enum" . nc:CalculationKind.summation a nc:CalculationKind ; - rdfs:label "summation"@en ; - rdfs:comment "Summation operation on the input values (operands)." ; + rdfs:label "summation" ; + rdfs:comment "Summation operation on the input values (operands)."@en ; cims:stereotype "enum" . nc:ElementCombinationConstraintKind.considered a nc:ElementCombinationConstraintKind ; - rdfs:label "considered"@en ; - rdfs:comment "Element combination can be considered." ; + rdfs:label "considered" ; + rdfs:comment "Element combination can be considered."@en ; cims:stereotype "enum" . nc:ElementCombinationConstraintKind.excluded a nc:ElementCombinationConstraintKind ; - rdfs:label "excluded"@en ; - rdfs:comment "Element combination is excluded." ; + rdfs:label "excluded" ; + rdfs:comment "Element combination is excluded."@en ; cims:stereotype "enum" . nc:ElementCombinationConstraintKind.included a nc:ElementCombinationConstraintKind ; - rdfs:label "included"@en ; - rdfs:comment "Element combination is included." ; + rdfs:label "included" ; + rdfs:comment "Element combination is included."@en ; cims:stereotype "enum" . nc:GateLogicKind.and a nc:GateLogicKind ; - rdfs:label "and"@en ; - rdfs:comment "A logical AND operation. True when all inputs are true." ; + rdfs:label "and" ; + rdfs:comment "A logical AND operation. True when all inputs are true."@en ; cims:stereotype "enum" . nc:GateLogicKind.nand a nc:GateLogicKind ; - rdfs:label "nand"@en ; - rdfs:comment "A logical NAND operation. False when all inputs are true." ; + rdfs:label "nand" ; + rdfs:comment "A logical NAND operation. False when all inputs are true."@en ; cims:stereotype "enum" . nc:GateLogicKind.nor a nc:GateLogicKind ; - rdfs:label "nor"@en ; - rdfs:comment "A logical NOR operation. False when one or more inputs are true." ; + rdfs:label "nor" ; + rdfs:comment "A logical NOR operation. False when one or more inputs are true."@en ; cims:stereotype "enum" . nc:GateLogicKind.not a nc:GateLogicKind ; - rdfs:label "not"@en ; - rdfs:comment "A logical NOT operation. Only one input and true input will give false out and false in will give true out. An inverter." ; + rdfs:label "not" ; + rdfs:comment "A logical NOT operation. Only one input and true input will give false out and false in will give true out. An inverter."@en ; cims:stereotype "enum" . nc:GateLogicKind.or a nc:GateLogicKind ; - rdfs:label "or"@en ; - rdfs:comment "A logical OR operation. True when one or more inputs are true." ; + rdfs:label "or" ; + rdfs:comment "A logical OR operation. True when one or more inputs are true."@en ; cims:stereotype "enum" . nc:GateLogicKind.xnor a nc:GateLogicKind ; - rdfs:label "xnor"@en ; - rdfs:comment "A logical XNOR operation. The function is the inverse of the exclusive OR (XOR) gate. All input false or true will give true. Otherwise false." ; + rdfs:label "xnor" ; + rdfs:comment "A logical XNOR operation. The function is the inverse of the exclusive OR (XOR) gate. All input false or true will give true. Otherwise false."@en ; cims:stereotype "enum" . nc:GateLogicKind.xor a nc:GateLogicKind ; - rdfs:label "xor"@en ; - rdfs:comment "A logical XOR operation. All input false or true will give false. Otherwise true." ; + rdfs:label "xor" ; + rdfs:comment "A logical XOR operation. All input false or true will give false. Otherwise true."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.equals a nc:LogicalOperatorsKind ; - rdfs:label "equals"@en ; - rdfs:comment "Equals (like) comparison operation." ; + rdfs:label "equals" ; + rdfs:comment "Equals (like) comparison operation."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.greaterThan a nc:LogicalOperatorsKind ; - rdfs:label "greaterThan"@en ; - rdfs:comment "Greater than comparison operation." ; + rdfs:label "greaterThan" ; + rdfs:comment "Greater than comparison operation."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.greaterThanOrEquals a nc:LogicalOperatorsKind ; - rdfs:label "greaterThanOrEquals"@en ; - rdfs:comment "Greater than or equals comparison operation." ; + rdfs:label "greaterThanOrEquals" ; + rdfs:comment "Greater than or equals comparison operation."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.lessThan a nc:LogicalOperatorsKind ; - rdfs:label "lessThan"@en ; - rdfs:comment "Less than comparison operation." ; + rdfs:label "lessThan" ; + rdfs:comment "Less than comparison operation."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.lessThanOrEquals a nc:LogicalOperatorsKind ; - rdfs:label "lessThanOrEquals"@en ; - rdfs:comment "Less than or equals comparison operation." ; + rdfs:label "lessThanOrEquals" ; + rdfs:comment "Less than or equals comparison operation."@en ; cims:stereotype "enum" . nc:LogicalOperatorsKind.notEqual a nc:LogicalOperatorsKind ; - rdfs:label "notEqual"@en ; - rdfs:comment "Not equal (unlike) comparison operation." ; + rdfs:label "notEqual" ; + rdfs:comment "Not equal (unlike) comparison operation."@en ; cims:stereotype "enum" . nc:PinDCTerminalKind.current a nc:PinDCTerminalKind ; - rdfs:label "current"@en ; - rdfs:comment "Direct current in the DCTerminal." ; + rdfs:label "current" ; + rdfs:comment "Direct current in the DCTerminal."@en ; cims:stereotype "enum" . nc:PinDCTerminalKind.voltage a nc:PinDCTerminalKind ; - rdfs:label "voltage"@en ; - rdfs:comment "Direct current voltage in the DCTerminal." ; + rdfs:label "voltage" ; + rdfs:comment "Direct current voltage in the DCTerminal."@en ; cims:stereotype "enum" . nc:PinPowerTransferCorridorKind.activePower a nc:PinPowerTransferCorridorKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Active power in the branch group." ; + rdfs:label "activePower" ; + rdfs:comment "Active power in the branch group."@en ; cims:stereotype "enum" . nc:PinPowerTransferCorridorKind.reactivePower a nc:PinPowerTransferCorridorKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Reactive power in the branch group." ; + rdfs:label "reactivePower" ; + rdfs:comment "Reactive power in the branch group."@en ; cims:stereotype "enum" . nc:PinTerminalKind.activePower a nc:PinTerminalKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Active power on the Terminal." ; + rdfs:label "activePower" ; + rdfs:comment "Active power on the Terminal."@en ; cims:stereotype "enum" . nc:PinTerminalKind.apparentPower a nc:PinTerminalKind ; - rdfs:label "apparentPower"@en ; - rdfs:comment "Apparent power on the Terminal." ; + rdfs:label "apparentPower" ; + rdfs:comment "Apparent power on the Terminal."@en ; cims:stereotype "enum" . nc:PinTerminalKind.current a nc:PinTerminalKind ; - rdfs:label "current"@en ; - rdfs:comment "Current on the Terminal." ; + rdfs:label "current" ; + rdfs:comment "Current on the Terminal."@en ; cims:stereotype "enum" . nc:PinTerminalKind.reactivePower a nc:PinTerminalKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Reactive power on the Terminal." ; + rdfs:label "reactivePower" ; + rdfs:comment "Reactive power on the Terminal."@en ; cims:stereotype "enum" . nc:PinTerminalKind.voltageAngle a nc:PinTerminalKind ; - rdfs:label "voltageAngle"@en ; - rdfs:comment "Voltage angle on the Terminal." ; + rdfs:label "voltageAngle" ; + rdfs:comment "Voltage angle on the Terminal."@en ; cims:stereotype "enum" . nc:PinTerminalKind.voltageMagnitude a nc:PinTerminalKind ; - rdfs:label "voltageMagnitude"@en ; - rdfs:comment "Voltage magnitude on the Terminal." ; + rdfs:label "voltageMagnitude" ; + rdfs:comment "Voltage magnitude on the Terminal."@en ; cims:stereotype "enum" . nc:RelativeDirectionKind.down a nc:RelativeDirectionKind ; - rdfs:label "down"@en ; - rdfs:comment "Down signifies that the changes are decreasing from the current status." ; + rdfs:label "down" ; + rdfs:comment "Down signifies that the changes are decreasing from the current status."@en ; cims:stereotype "enum" . nc:RelativeDirectionKind.none a nc:RelativeDirectionKind ; - rdfs:label "none"@en ; - rdfs:comment "There is no direction on the changes." ; + rdfs:label "none" ; + rdfs:comment "There is no direction on the changes."@en ; cims:stereotype "enum" . nc:RelativeDirectionKind.up a nc:RelativeDirectionKind ; - rdfs:label "up"@en ; - rdfs:comment "Up signifies that the changes are increasing from the current status." ; + rdfs:label "up" ; + rdfs:comment "Up signifies that the changes are increasing from the current status."@en ; cims:stereotype "enum" . nc:RelativeDirectionKind.upAndDown a nc:RelativeDirectionKind ; - rdfs:label "upAndDown"@en ; - rdfs:comment "Up and down signifies that both up and down values are equal." ; + rdfs:label "upAndDown" ; + rdfs:comment "Up and down signifies that both up and down values are equal."@en ; cims:stereotype "enum" . nc:RemedialActionDependencyKind.balanced a nc:RemedialActionDependencyKind ; - rdfs:label "balanced"@en ; - rdfs:comment "This applies only to a set of power remedial actions and means that the remedial action needs to be balanced between the area (directly or indirectly to the bidding zone) that it is applied to." ; + rdfs:label "balanced" ; + rdfs:comment "This applies only to a set of power remedial actions and means that the remedial action needs to be balanced between the area (directly or indirectly to the bidding zone) that it is applied to."@en ; cims:stereotype "enum" . nc:RemedialActionDependencyKind.exclusive a nc:RemedialActionDependencyKind ; - rdfs:label "exclusive"@en ; - rdfs:comment "Remedial actions are exclusive depending on each other. e.g. Only one of the remedial actions can be selected at the same time." ; + rdfs:label "exclusive" ; + rdfs:comment "Remedial actions are exclusive depending on each other. e.g. Only one of the remedial actions can be selected at the same time."@en ; cims:stereotype "enum" . nc:RemedialActionDependencyKind.inclusive a nc:RemedialActionDependencyKind ; - rdfs:label "inclusive"@en ; - rdfs:comment "Remedial actions are inclusive depending on each other. e.g. Both remedial action need to be picked if one of them is needed." ; + rdfs:label "inclusive" ; + rdfs:comment "Remedial actions are inclusive depending on each other. e.g. Both remedial action need to be picked if one of them is needed."@en ; cims:stereotype "enum" . nc:RemedialActionDependencyKind.none a nc:RemedialActionDependencyKind ; - rdfs:label "none"@en ; - rdfs:comment "Remedial actions are not depending on each other. However, the two remedial actions should be evaluated together." ; + rdfs:label "none" ; + rdfs:comment "Remedial actions are not depending on each other. However, the two remedial actions should be evaluated together."@en ; cims:stereotype "enum" . nc:RemedialActionDependencyKind.restrictive a nc:RemedialActionDependencyKind ; - rdfs:label "restrictive"@en ; - rdfs:comment "Remedial actions are restrictive depending on each other. The need to include or to exclude might depend on the model. e.g. In the case of simplified DC model and detailed DC model. In the case where the simplified remedial action is used but not the remedial action for the detail model and opposite for the DC model." ; + rdfs:label "restrictive" ; + rdfs:comment "Remedial actions are restrictive depending on each other. The need to include or to exclude might depend on the model. e.g. In the case of simplified DC model and detailed DC model. In the case where the simplified remedial action is used but not the remedial action for the detail model and opposite for the DC model."@en ; cims:stereotype "enum" . nc:RemedialActionKind.curative a nc:RemedialActionKind ; - rdfs:label "curative"@en ; - rdfs:comment "Curative remedial action means a remedial action that is the result of an operational planning process and is activated straight subsequent to the occurrence of the respective contingency for compliance with the (N-1) criterion, taking into account transitory admissible overloads and their accepted duration." ; + rdfs:label "curative" ; + rdfs:comment "Curative remedial action means a remedial action that is the result of an operational planning process and is activated straight subsequent to the occurrence of the respective contingency for compliance with the (N-1) criterion, taking into account transitory admissible overloads and their accepted duration."@en ; cims:stereotype "enum" . nc:RemedialActionKind.preventive a nc:RemedialActionKind ; - rdfs:label "preventive"@en ; - rdfs:comment "Preventive remedial action means a remedial action that is the result of an operational planning process and needs to be activated prior to the investigated timeframe for compliance with the (N-1) criterion." ; + rdfs:label "preventive" ; + rdfs:comment "Preventive remedial action means a remedial action that is the result of an operational planning process and needs to be activated prior to the investigated timeframe for compliance with the (N-1) criterion."@en ; cims:stereotype "enum" . nc:RemedialActionSchemeKind.rasp a nc:RemedialActionSchemeKind ; - rdfs:label "rasp"@en ; - rdfs:comment "Remedial Action Schema Plan (RASP). The triggering conditions are met through calculation or manual intervention." ; + rdfs:label "rasp" ; + rdfs:comment "Remedial Action Schema Plan (RASP). The triggering conditions are met through calculation or manual intervention."@en ; cims:stereotype "enum" . nc:RemedialActionSchemeKind.sips a nc:RemedialActionSchemeKind ; - rdfs:label "sips"@en ; - rdfs:comment "System Integrity Protection Scheme (SIPS). The triggering conditions are met through field measurements." ; + rdfs:label "sips" ; + rdfs:comment "System Integrity Protection Scheme (SIPS). The triggering conditions are met through field measurements."@en ; cims:stereotype "enum" . nc:ValueOffsetKind.absolute a nc:ValueOffsetKind ; - rdfs:label "absolute"@en ; - rdfs:comment "Value of the range constraint is replacing the attribute value referenced by the PropertyReference in a determined operational scenario." ; + rdfs:label "absolute" ; + rdfs:comment "Value of the range constraint is replacing the attribute value referenced by the PropertyReference in a determined operational scenario."@en ; cims:stereotype "enum" . nc:ValueOffsetKind.incremental a nc:ValueOffsetKind ; - rdfs:label "incremental"@en ; - rdfs:comment "Value of the range constraint is incrementing the attribute value referenced by the PropertyReference in a determined operational scenario." ; + rdfs:label "incremental" ; + rdfs:comment "Value of the range constraint is incrementing the attribute value referenced by the PropertyReference in a determined operational scenario."@en ; cims:stereotype "enum" . nc:ValueOffsetKind.incrementalPercentage a nc:ValueOffsetKind ; - rdfs:label "incrementalPercentage"@en ; - rdfs:comment "Value of the range constraint is incrementing in percentage the attribute value referenced by the PropertyReference in a determined operational scenario." ; + rdfs:label "incrementalPercentage" ; + rdfs:comment "Value of the range constraint is incrementing in percentage the attribute value referenced by the PropertyReference in a determined operational scenario."@en ; cims:stereotype "enum" . ra:Package_DocRemedialActionProfile a cims:ClassCategory ; - rdfs:label "DocRemedialActionProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocRemedialActionProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . ra:Package_RemedialActionProfile a cims:ClassCategory ; - rdfs:label "RemedialActionProfile"@en ; - rdfs:comment "This package contains remedial action profile." . + rdfs:label "RemedialActionProfile" ; + rdfs:comment "This package contains remedial action profile."@en . diff --git a/rdfs-improved/CGMES-NC/ttl/RemedialActionSchedule-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/RemedialActionSchedule-AP-Voc-RDFS2020.ttl index 6efcc15..3d4cba4 100644 --- a/rdfs-improved/CGMES-NC/ttl/RemedialActionSchedule-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/RemedialActionSchedule-AP-Voc-RDFS2020.ttl @@ -13,292 +13,294 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . ras:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the remedial action schedule profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "RAS" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:6e90c546-3c6c-471b-8040-e05037081c59" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Remedial Action Schedule Vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:Contingency a owl:Class ; - rdfs:label "Contingency"@en ; - rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements." ; + rdfs:label "Contingency" ; + rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile . cim:Currency a owl:Class ; - rdfs:label "Currency"@en ; - rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code." ; + rdfs:label "Currency" ; + rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype uml:enumeration . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype uml:enumeration . nc:AvailabilityRemedialAction a owl:Class ; - rdfs:label "AvailabilityRemedialAction"@en ; - rdfs:comment "Availability remedial action is a remedial action that cancels or reschedules an availability schedule." ; + rdfs:label "AvailabilityRemedialAction" ; + rdfs:comment "Availability remedial action is a remedial action that cancels or reschedules an availability schedule."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:RemedialAction . nc:AvailabilitySchedule a owl:Class ; - rdfs:label "AvailabilitySchedule"@en ; - rdfs:comment "A given (un)availability schedule with a given status and cause that include multiple equipment that need to follow the same scheduling periods." ; + rdfs:label "AvailabilitySchedule" ; + rdfs:comment "A given (un)availability schedule with a given status and cause that include multiple equipment that need to follow the same scheduling periods."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:BaseIrregularTimeSeries a owl:Class ; - rdfs:label "BaseIrregularTimeSeries"@en ; - rdfs:comment "Time series that has irregular points in time." ; + rdfs:label "BaseIrregularTimeSeries" ; + rdfs:comment "Time series that has irregular points in time."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:BaseTimeSeries . nc:BaseTimeSeries a owl:Class ; - rdfs:label "BaseTimeSeries"@en ; - rdfs:comment "Time series of values at points in time." ; + rdfs:label "BaseTimeSeries" ; + rdfs:comment "Time series of values at points in time."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:CostSettledKind a owl:Class ; - rdfs:label "CostSettledKind"@en ; - rdfs:comment "Kind describing how settled the cost is in regards to changes." ; + rdfs:label "CostSettledKind" ; + rdfs:comment "Kind describing how settled the cost is in regards to changes."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:CountertradeScheduleAction a owl:Class ; - rdfs:label "CountertradeScheduleAction"@en ; - rdfs:comment "Countertrade schedule action is an action to rearrange power schedules based on a Generation and Load Shift Key (GLSK) strategy." ; + rdfs:label "CountertradeScheduleAction" ; + rdfs:comment "Countertrade schedule action is an action to rearrange power schedules based on a Generation and Load Shift Key (GLSK) strategy."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PowerScheduleAction . nc:EventSchedule a owl:Class ; - rdfs:label "EventSchedule"@en ; - rdfs:comment "Time series represent irregular event described by event points in time." ; + rdfs:label "EventSchedule" ; + rdfs:comment "Time series represent irregular event described by event points in time."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:EventTimePoint a owl:Class ; - rdfs:label "EventTimePoint"@en ; - rdfs:comment "Event valid for a given point in time." ; + rdfs:label "EventTimePoint" ; + rdfs:comment "Event valid for a given point in time."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:GenericValueSchedule a owl:Class ; - rdfs:label "GenericValueSchedule"@en ; - rdfs:comment "Time series represent irregular generic value at given points in time. The type of value is given by the reference association." ; + rdfs:label "GenericValueSchedule" ; + rdfs:comment "Time series represent irregular generic value at given points in time. The type of value is given by the reference association."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:GenericValueTimePoint a owl:Class ; - rdfs:label "GenericValueTimePoint"@en ; - rdfs:comment "Generic value for a given point in time." ; + rdfs:label "GenericValueTimePoint" ; + rdfs:comment "Generic value for a given point in time."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:GridStateAlteration a owl:Class ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:GridStateIntensitySchedule a owl:Class ; - rdfs:label "GridStateIntensitySchedule"@en ; - rdfs:comment "Defines the intensity applied for a given grid state alteration. It is primarily used in exchanges related to the remedial action schedule. The value provided by the schedule replaces the value of the attribute to which the schedule refers to." ; + rdfs:label "GridStateIntensitySchedule" ; + rdfs:comment "Defines the intensity applied for a given grid state alteration. It is primarily used in exchanges related to the remedial action schedule. The value provided by the schedule replaces the value of the attribute to which the schedule refers to."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GenericValueSchedule . nc:PowerBidSchedule a owl:Class ; - rdfs:label "PowerBidSchedule"@en ; - rdfs:comment "Power bid or offer related to a redispatch or countertrading measures. In the case of market place for economic efficiency of the bids and offers, this is equivalent to BidTimeSeries class in 62325 package." ; + rdfs:label "PowerBidSchedule" ; + rdfs:comment "Power bid or offer related to a redispatch or countertrading measures. In the case of market place for economic efficiency of the bids and offers, this is equivalent to BidTimeSeries class in 62325 package."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:PowerSchedule a owl:Class ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Time series represent irregular power, active and reactive, values at given points in time." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Time series represent irregular power, active and reactive, values at given points in time."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:PowerScheduleAction a owl:Class ; - rdfs:label "PowerScheduleAction"@en ; - rdfs:comment "Power schedule action is an action to rearrange power schedules." ; + rdfs:label "PowerScheduleAction" ; + rdfs:comment "Power schedule action is an action to rearrange power schedules."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:PowerTimePoint a owl:Class ; - rdfs:label "PowerTimePoint"@en ; - rdfs:comment "Power, active and reactive, value at a given point in time." ; + rdfs:label "PowerTimePoint" ; + rdfs:comment "Power, active and reactive, value at a given point in time."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:ProposingRemedialActionScheduleShare a owl:Class ; - rdfs:label "ProposingRemedialActionScheduleShare"@en ; - rdfs:comment "Proposing entity (System Operator) with a proper cost share for a given remedial action schedule." ; + rdfs:label "ProposingRemedialActionScheduleShare" ; + rdfs:comment "Proposing entity (System Operator) with a proper cost share for a given remedial action schedule."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:RedispatchScheduleAction a owl:Class ; - rdfs:label "RedispatchScheduleAction"@en ; - rdfs:comment "Redispatch schedule action is an action to rearrange power schedules for a scheduled resource to obtain a feasible and secure operational state of the power electricity system." ; + rdfs:label "RedispatchScheduleAction" ; + rdfs:comment "Redispatch schedule action is an action to rearrange power schedules for a scheduled resource to obtain a feasible and secure operational state of the power electricity system."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PowerScheduleAction . nc:Region a owl:Class ; - rdfs:label "Region"@en ; - rdfs:comment "A region where the system operator belongs to." ; + rdfs:label "Region" ; + rdfs:comment "A region where the system operator belongs to."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" . nc:RemedialAction a owl:Class ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:RemedialActionCost a owl:Class ; - rdfs:label "RemedialActionCost"@en ; - rdfs:comment "Remedial action cost is the total cost itemised cost by category and type for the remedial action." ; + rdfs:label "RemedialActionCost" ; + rdfs:comment "Remedial action cost is the total cost itemised cost by category and type for the remedial action."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:RemedialActionSchedule a owl:Class ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "A schedule for a determined remedial action." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "A schedule for a determined remedial action."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:RemedialActionScheduleAcceptance a owl:Class ; - rdfs:label "RemedialActionScheduleAcceptance"@en ; - rdfs:comment "It identifies if the remedial action schedule is accepted for a given system operator." ; + rdfs:label "RemedialActionScheduleAcceptance" ; + rdfs:comment "It identifies if the remedial action schedule is accepted for a given system operator."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:RemedialActionScheduleAcceptanceKind a owl:Class ; - rdfs:label "RemedialActionScheduleAcceptanceKind"@en ; - rdfs:comment "The kind of acceptance for a remedial action schedule." ; + rdfs:label "RemedialActionScheduleAcceptanceKind" ; + rdfs:comment "The kind of acceptance for a remedial action schedule."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:RemedialActionScheduleDependency a owl:Class ; - rdfs:label "RemedialActionScheduleDependency"@en ; - rdfs:comment "Remedial action schedule dependency is making two remedial action schedules depending on each other." ; + rdfs:label "RemedialActionScheduleDependency" ; + rdfs:comment "Remedial action schedule dependency is making two remedial action schedules depending on each other."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:RemedialActionScheduleDependencyKind a owl:Class ; - rdfs:label "RemedialActionScheduleDependencyKind"@en ; - rdfs:comment "Kind of dependency between remedial action schedules." ; + rdfs:label "RemedialActionScheduleDependencyKind" ; + rdfs:comment "Kind of dependency between remedial action schedules."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:RemedialActionScheduleGroup a owl:Class ; - rdfs:label "RemedialActionScheduleGroup"@en ; - rdfs:comment "Remedial action schedule group collects two or more remedial action schedules together. The remedial action schedule group needs to be set up for the same remedial action or proposing alternative remedial action by including a reference to another remedial action." ; + rdfs:label "RemedialActionScheduleGroup" ; + rdfs:comment "Remedial action schedule group collects two or more remedial action schedules together. The remedial action schedule group needs to be set up for the same remedial action or proposing alternative remedial action by including a reference to another remedial action."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:RemedialActionScheduleStatusKind a owl:Class ; - rdfs:label "RemedialActionScheduleStatusKind"@en ; - rdfs:comment "Remedial action schedule status kinds." ; + rdfs:label "RemedialActionScheduleStatusKind" ; + rdfs:comment "Remedial action schedule status kinds."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:RemedialActionSchemeSchedule a owl:Class ; - rdfs:label "RemedialActionSchemeSchedule"@en ; - rdfs:comment "The schedule for a remedial action scheme." ; + rdfs:label "RemedialActionSchemeSchedule" ; + rdfs:comment "The schedule for a remedial action scheme."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:ScheduleResource a owl:Class ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "A schedule resource is a market-based method for handling participation of small units, particularly located on the lower voltage level that is controlled by a Distributed System Operator (DSO). It is a collection of units that can operate in the market by providing bids, offers and a resulting committed operational schedule for the collection." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "A schedule resource is a market-based method for handling participation of small units, particularly located on the lower voltage level that is controlled by a Distributed System Operator (DSO). It is a collection of units that can operate in the market by providing bids, offers and a resulting committed operational schedule for the collection."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" . nc:SchemeRemedialAction a owl:Class ; - rdfs:label "SchemeRemedialAction"@en ; - rdfs:comment "Scheme remedial action is remedial action that involves a scheme that can include conditional logic and stages of grid alteration. The primary remedial action is the arming of these schemes, that will then perform curative remedial action when the condition is met. System Integrity Protection Scheme (SIPS) and Special Protection Scheme (SPS) are example of this." ; + rdfs:label "SchemeRemedialAction" ; + rdfs:comment "Scheme remedial action is remedial action that involves a scheme that can include conditional logic and stages of grid alteration. The primary remedial action is the arming of these schemes, that will then perform curative remedial action when the condition is met. System Integrity Protection Scheme (SIPS) and Special Protection Scheme (SPS) are example of this."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:RemedialAction . nc:SecurityCoordinator a owl:Class ; - rdfs:label "SecurityCoordinator"@en ; - rdfs:comment "A role that coordinates the relevant remedial actions and their optimisation to ensure efficient use to achieve required operational security of the power system." ; + rdfs:label "SecurityCoordinator" ; + rdfs:comment "A role that coordinates the relevant remedial actions and their optimisation to ensure efficient use to achieve required operational security of the power system."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" . nc:SystemOperator a owl:Class ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "System operator." ; + rdfs:label "SystemOperator" ; + rdfs:comment "System operator."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC" . nc:TimeSeriesInterpolationKind a owl:Class ; - rdfs:label "TimeSeriesInterpolationKind"@en ; - rdfs:comment "Kinds of interpolation of values between two time point." ; + rdfs:label "TimeSeriesInterpolationKind" ; + rdfs:comment "Kinds of interpolation of values between two time point."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:ValueOffsetKind a owl:Class ; - rdfs:label "ValueOffsetKind"@en ; - rdfs:comment "The kind of the value offset." ; + rdfs:label "ValueOffsetKind" ; + rdfs:comment "The kind of the value offset."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:AvailabilityRemedialAction.AvailabilitySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilitySchedule"@en ; - rdfs:comment "Availability schedule that is part of the remedial action." ; + rdfs:label "AvailabilitySchedule" ; + rdfs:comment "Availability schedule that is part of the remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -307,8 +309,8 @@ nc:AvailabilityRemedialAction.AvailabilitySchedule a owl:ObjectProperty, owl:Inv rdfs:range nc:AvailabilitySchedule . nc:AvailabilitySchedule.RemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action that is cancelling this availability schedule." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action that is cancelling this availability schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -317,16 +319,16 @@ nc:AvailabilitySchedule.RemedialAction a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:AvailabilityRemedialAction . nc:BaseTimeSeries.interpolationKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "interpolationKind"@en ; - rdfs:comment "Kind of interpolation done between time point." ; + rdfs:label "interpolationKind" ; + rdfs:comment "Kind of interpolation done between time point."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range nc:TimeSeriesInterpolationKind . nc:Contingency.CurativeRemedialActionSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CurativeRemedialActionSchedule"@en ; - rdfs:comment "Curative remedial action schedule linked to this contingency." ; + rdfs:label "CurativeRemedialActionSchedule" ; + rdfs:comment "Curative remedial action schedule linked to this contingency."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -335,8 +337,8 @@ nc:Contingency.CurativeRemedialActionSchedule a owl:ObjectProperty, owl:InverseF rdfs:range nc:RemedialActionSchedule . nc:EventSchedule.EventTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EventTimePoint"@en ; - rdfs:comment "Value for the point in time." ; + rdfs:label "EventTimePoint" ; + rdfs:comment "Value for the point in time."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -345,8 +347,8 @@ nc:EventSchedule.EventTimePoint a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range nc:EventTimePoint . nc:EventSchedule.RemedialActionSchedule a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "Remedial action schedule is the event that is validity for the given time series." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "Remedial action schedule is the event that is validity for the given time series."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf nc:RemedialActionSchedule.EventSchedule ; @@ -354,8 +356,8 @@ nc:EventSchedule.RemedialActionSchedule a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:RemedialActionSchedule . nc:EventTimePoint.EventSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EventSchedule"@en ; - rdfs:comment "Time series the time point values belongs to." ; + rdfs:label "EventSchedule" ; + rdfs:comment "Time series the time point values belongs to."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -364,8 +366,8 @@ nc:EventTimePoint.EventSchedule a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:EventSchedule . nc:GenericValueSchedule.GenericValueTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericValueTimePoint"@en ; - rdfs:comment "Value for the point in time." ; + rdfs:label "GenericValueTimePoint" ; + rdfs:comment "Value for the point in time."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -374,8 +376,8 @@ nc:GenericValueSchedule.GenericValueTimePoint a owl:ObjectProperty, owl:InverseF rdfs:range nc:GenericValueTimePoint . nc:GenericValueSchedule.RemedialActionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "Remedial action schedule which has generic value schedules." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "Remedial action schedule which has generic value schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -384,8 +386,8 @@ nc:GenericValueSchedule.RemedialActionSchedule a owl:ObjectProperty, owl:Functio rdfs:range nc:RemedialActionSchedule . nc:GenericValueTimePoint.GenericValueSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GenericValueSchedule"@en ; - rdfs:comment "Time series the time point values belongs to." ; + rdfs:label "GenericValueSchedule" ; + rdfs:comment "Time series the time point values belongs to."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -394,8 +396,8 @@ nc:GenericValueTimePoint.GenericValueSchedule a owl:ObjectProperty, owl:Function rdfs:range nc:GenericValueSchedule . nc:GridStateAlteration.GridStateIntensitySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GridStateIntensitySchedule"@en ; - rdfs:comment "The intensity associated with a given GridStateAlterationSchedule." ; + rdfs:label "GridStateIntensitySchedule" ; + rdfs:comment "The intensity associated with a given GridStateAlterationSchedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -404,8 +406,8 @@ nc:GridStateAlteration.GridStateIntensitySchedule a owl:ObjectProperty, owl:Inve rdfs:range nc:GridStateIntensitySchedule . nc:GridStateIntensitySchedule.GridStateAlteration a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "The grid state alteration which has intensity." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "The grid state alteration which has intensity."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -414,16 +416,16 @@ nc:GridStateIntensitySchedule.GridStateAlteration a owl:ObjectProperty, owl:Func rdfs:range nc:GridStateAlteration . nc:GridStateIntensitySchedule.valueKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "valueKind"@en ; - rdfs:comment "The kind of value1 and value2 of the associated IrregularIntervalSchedule." ; + rdfs:label "valueKind" ; + rdfs:comment "The kind of value1 and value2 of the associated IrregularIntervalSchedule."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GridStateIntensitySchedule ; rdfs:range nc:ValueOffsetKind . nc:PowerBidSchedule.PowerSchedulelAction a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedulelAction"@en ; - rdfs:comment "The power schedule action pointed by the power bid schedule." ; + rdfs:label "PowerSchedulelAction" ; + rdfs:comment "The power schedule action pointed by the power bid schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -432,8 +434,8 @@ nc:PowerBidSchedule.PowerSchedulelAction a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:PowerScheduleAction . nc:PowerSchedule.PowerScheduleAction a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerScheduleAction"@en ; - rdfs:comment "Power schedule action which belongs to the power schedule." ; + rdfs:label "PowerScheduleAction" ; + rdfs:comment "Power schedule action which belongs to the power schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -442,8 +444,8 @@ nc:PowerSchedule.PowerScheduleAction a owl:ObjectProperty, owl:FunctionalPropert rdfs:range nc:PowerScheduleAction . nc:PowerSchedule.PowerTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerTimePoint"@en ; - rdfs:comment "Value for the point in time." ; + rdfs:label "PowerTimePoint" ; + rdfs:comment "Value for the point in time."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -452,8 +454,8 @@ nc:PowerSchedule.PowerTimePoint a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range nc:PowerTimePoint . nc:PowerScheduleAction.PowerBidSchedule a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerBidSchedule"@en ; - rdfs:comment "The power bid schedule which contains the power schedule action." ; + rdfs:label "PowerBidSchedule" ; + rdfs:comment "The power bid schedule which contains the power schedule action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -462,8 +464,8 @@ nc:PowerScheduleAction.PowerBidSchedule a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:PowerBidSchedule . nc:PowerScheduleAction.PowerSchedule a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Power schedule which contains the power schedule action." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Power schedule which contains the power schedule action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -472,8 +474,8 @@ nc:PowerScheduleAction.PowerSchedule a owl:ObjectProperty, owl:FunctionalPropert rdfs:range nc:PowerSchedule . nc:PowerScheduleAction.RemedialActionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "Remedial action schedule which power schedule actions." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "Remedial action schedule which power schedule actions."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -482,16 +484,16 @@ nc:PowerScheduleAction.RemedialActionSchedule a owl:ObjectProperty, owl:Function rdfs:range nc:RemedialActionSchedule . nc:PowerScheduleAction.currency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "currency"@en ; - rdfs:comment "Currency the energy price is given in." ; + rdfs:label "currency" ; + rdfs:comment "Currency the energy price is given in."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerScheduleAction ; rdfs:range cim:Currency . nc:PowerTimePoint.PowerSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerSchedule"@en ; - rdfs:comment "Time series the time point values belongs to." ; + rdfs:label "PowerSchedule" ; + rdfs:comment "Time series the time point values belongs to."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -500,8 +502,8 @@ nc:PowerTimePoint.PowerSchedule a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:PowerSchedule . nc:ProposingRemedialActionScheduleShare.ProposingEntity a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ProposingEntity"@en ; - rdfs:comment "Proposing entity making the proposing remedial action schedule share." ; + rdfs:label "ProposingEntity" ; + rdfs:comment "Proposing entity making the proposing remedial action schedule share."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -510,8 +512,8 @@ nc:ProposingRemedialActionScheduleShare.ProposingEntity a owl:ObjectProperty, ow rdfs:range nc:SystemOperator . nc:ProposingRemedialActionScheduleShare.RemedialActionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "Remedial action schedule proposed by the proposing entity." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "Remedial action schedule proposed by the proposing entity."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -520,8 +522,8 @@ nc:ProposingRemedialActionScheduleShare.RemedialActionSchedule a owl:ObjectPrope rdfs:range nc:RemedialActionSchedule . nc:RedispatchScheduleAction.ScheduleResource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "The schedule resource that has this redispatch action." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "The schedule resource that has this redispatch action."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -530,8 +532,8 @@ nc:RedispatchScheduleAction.ScheduleResource a owl:ObjectProperty, owl:Functiona rdfs:range nc:ScheduleResource . nc:Region.RemedialActionSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "The remedial action schedule relevant for this region." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "The remedial action schedule relevant for this region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -540,8 +542,8 @@ nc:Region.RemedialActionSchedule a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:RemedialActionSchedule . nc:RemedialAction.RemedialActionSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "The remedial action schedule associated with a remedial action, i.e. the assigning a schedule to a remedial action." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "The remedial action schedule associated with a remedial action, i.e. the assigning a schedule to a remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -550,8 +552,8 @@ nc:RemedialAction.RemedialActionSchedule a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:RemedialActionSchedule . nc:RemedialActionCost.RemedialActionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "Remedial action schedule for which this remedial action cost relates to." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "Remedial action schedule for which this remedial action cost relates to."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -560,16 +562,16 @@ nc:RemedialActionCost.RemedialActionSchedule a owl:ObjectProperty, owl:Functiona rdfs:range nc:RemedialActionSchedule . nc:RemedialActionCost.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Remedial action cost category related to the confirmation of the cost in regards to changes." ; + rdfs:label "kind" ; + rdfs:comment "Remedial action cost category related to the confirmation of the cost in regards to changes."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionCost ; rdfs:range nc:CostSettledKind . nc:RemedialActionSchedule.AssignedRegion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssignedRegion"@en ; - rdfs:comment "The assigned region for this remedial action schedule." ; + rdfs:label "AssignedRegion" ; + rdfs:comment "The assigned region for this remedial action schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -578,8 +580,8 @@ nc:RemedialActionSchedule.AssignedRegion a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:Region . nc:RemedialActionSchedule.Contingency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Contingency"@en ; - rdfs:comment "The contingency for a curative remedial action schedule." ; + rdfs:label "Contingency" ; + rdfs:comment "The contingency for a curative remedial action schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -588,8 +590,8 @@ nc:RemedialActionSchedule.Contingency a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:Contingency . nc:RemedialActionSchedule.EventSchedule a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "EventSchedule"@en ; - rdfs:comment "Event schedule that describes the validity of the remedial action schedule." ; + rdfs:label "EventSchedule" ; + rdfs:comment "Event schedule that describes the validity of the remedial action schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf nc:EventSchedule.RemedialActionSchedule ; @@ -597,8 +599,8 @@ nc:RemedialActionSchedule.EventSchedule a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:EventSchedule . nc:RemedialActionSchedule.GenericValueSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericValueSchedule"@en ; - rdfs:comment "Generic value schedule which belongs to a remedial action schedule." ; + rdfs:label "GenericValueSchedule" ; + rdfs:comment "Generic value schedule which belongs to a remedial action schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -607,8 +609,8 @@ nc:RemedialActionSchedule.GenericValueSchedule a owl:ObjectProperty, owl:Inverse rdfs:range nc:GenericValueSchedule . nc:RemedialActionSchedule.PowerScheduleAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerScheduleAction"@en ; - rdfs:comment "Power schedule action which belongs to a remedial action schedule." ; + rdfs:label "PowerScheduleAction" ; + rdfs:comment "Power schedule action which belongs to a remedial action schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -617,8 +619,8 @@ nc:RemedialActionSchedule.PowerScheduleAction a owl:ObjectProperty, owl:InverseF rdfs:range nc:PowerScheduleAction . nc:RemedialActionSchedule.ProposedDependency a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProposedDependency"@en ; - rdfs:comment "Dependency for the proposed remedial action schedule." ; + rdfs:label "ProposedDependency" ; + rdfs:comment "Dependency for the proposed remedial action schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -627,8 +629,8 @@ nc:RemedialActionSchedule.ProposedDependency a owl:ObjectProperty, owl:InverseFu rdfs:range nc:RemedialActionScheduleDependency . nc:RemedialActionSchedule.ProposingEntity a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ProposingEntity"@en ; - rdfs:comment "The security coordinator that is proposing this remedial action schedule." ; + rdfs:label "ProposingEntity" ; + rdfs:comment "The security coordinator that is proposing this remedial action schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -637,8 +639,8 @@ nc:RemedialActionSchedule.ProposingEntity a owl:ObjectProperty, owl:FunctionalPr rdfs:range nc:SecurityCoordinator . nc:RemedialActionSchedule.ProposingRemedialActionScheduleShare a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProposingRemedialActionScheduleShare"@en ; - rdfs:comment "The entity with its associated share that are making the proposal of the remedial action schedule" ; + rdfs:label "ProposingRemedialActionScheduleShare" ; + rdfs:comment "The entity with its associated share that are making the proposal of the remedial action schedule"@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -647,8 +649,8 @@ nc:RemedialActionSchedule.ProposingRemedialActionScheduleShare a owl:ObjectPrope rdfs:range nc:ProposingRemedialActionScheduleShare . nc:RemedialActionSchedule.RemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "The remedial action that has a remedial action schedule associated." ; + rdfs:label "RemedialAction" ; + rdfs:comment "The remedial action that has a remedial action schedule associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -657,8 +659,8 @@ nc:RemedialActionSchedule.RemedialAction a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:RemedialAction . nc:RemedialActionSchedule.RemedialActionCost a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionCost"@en ; - rdfs:comment "Remedial action cost related to this remedial schedule." ; + rdfs:label "RemedialActionCost" ; + rdfs:comment "Remedial action cost related to this remedial schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -667,8 +669,8 @@ nc:RemedialActionSchedule.RemedialActionCost a owl:ObjectProperty, owl:InverseFu rdfs:range nc:RemedialActionCost . nc:RemedialActionSchedule.RemedialActionScheduleAcceptance a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionScheduleAcceptance"@en ; - rdfs:comment "The remedial action schedule acceptance related to a remedial action schedule." ; + rdfs:label "RemedialActionScheduleAcceptance" ; + rdfs:comment "The remedial action schedule acceptance related to a remedial action schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -677,8 +679,8 @@ nc:RemedialActionSchedule.RemedialActionScheduleAcceptance a owl:ObjectProperty, rdfs:range nc:RemedialActionScheduleAcceptance . nc:RemedialActionSchedule.ReplacedDependency a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ReplacedDependency"@en ; - rdfs:comment "Replaced dependency for this remedial action schedule." ; + rdfs:label "ReplacedDependency" ; + rdfs:comment "Replaced dependency for this remedial action schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -687,24 +689,24 @@ nc:RemedialActionSchedule.ReplacedDependency a owl:ObjectProperty, owl:InverseFu rdfs:range nc:RemedialActionScheduleDependency . nc:RemedialActionSchedule.statusKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "statusKind"@en ; - rdfs:comment "Indicates the status kind for the remedial action schedule." ; + rdfs:label "statusKind" ; + rdfs:comment "Indicates the status kind for the remedial action schedule."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionSchedule ; rdfs:range nc:RemedialActionScheduleStatusKind . nc:RemedialActionSchedule.totalCostCurrency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "totalCostCurrency"@en ; - rdfs:comment "The currency of the total cost." ; + rdfs:label "totalCostCurrency" ; + rdfs:comment "The currency of the total cost."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionSchedule ; rdfs:range cim:Currency . nc:RemedialActionScheduleAcceptance.RemedialActionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "A remedial action schedule for which a remedial action schedule acceptance is reported." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "A remedial action schedule for which a remedial action schedule acceptance is reported."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -713,8 +715,8 @@ nc:RemedialActionScheduleAcceptance.RemedialActionSchedule a owl:ObjectProperty, rdfs:range nc:RemedialActionSchedule . nc:RemedialActionScheduleAcceptance.SystemOperator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SystemOperator"@en ; - rdfs:comment "A system operator for which a remedial action schedule acceptances are reported." ; + rdfs:label "SystemOperator" ; + rdfs:comment "A system operator for which a remedial action schedule acceptances are reported."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -723,16 +725,16 @@ nc:RemedialActionScheduleAcceptance.SystemOperator a owl:ObjectProperty, owl:Fun rdfs:range nc:SystemOperator . nc:RemedialActionScheduleAcceptance.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "The kind of the remedial action acceptance." ; + rdfs:label "kind" ; + rdfs:comment "The kind of the remedial action acceptance."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionScheduleAcceptance ; rdfs:range nc:RemedialActionScheduleAcceptanceKind . nc:RemedialActionScheduleDependency.ProposedRemedialActionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ProposedRemedialActionSchedule"@en ; - rdfs:comment "Proposed remedial action schedule that has dependency." ; + rdfs:label "ProposedRemedialActionSchedule" ; + rdfs:comment "Proposed remedial action schedule that has dependency."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -741,8 +743,8 @@ nc:RemedialActionScheduleDependency.ProposedRemedialActionSchedule a owl:ObjectP rdfs:range nc:RemedialActionSchedule . nc:RemedialActionScheduleDependency.RemedialActionScheduleGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionScheduleGroup"@en ; - rdfs:comment "Remedial action schedule group which has remedial action schedule dependency." ; + rdfs:label "RemedialActionScheduleGroup" ; + rdfs:comment "Remedial action schedule group which has remedial action schedule dependency."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -751,8 +753,8 @@ nc:RemedialActionScheduleDependency.RemedialActionScheduleGroup a owl:ObjectProp rdfs:range nc:RemedialActionScheduleGroup . nc:RemedialActionScheduleDependency.ReplacedRemedialActionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ReplacedRemedialActionSchedule"@en ; - rdfs:comment "Remedial action schedule that is replaced by dependent remedial action schedule." ; + rdfs:label "ReplacedRemedialActionSchedule" ; + rdfs:comment "Remedial action schedule that is replaced by dependent remedial action schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -761,16 +763,16 @@ nc:RemedialActionScheduleDependency.ReplacedRemedialActionSchedule a owl:ObjectP rdfs:range nc:RemedialActionSchedule . nc:RemedialActionScheduleDependency.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Type of dependency between two remedial action schedules." ; + rdfs:label "kind" ; + rdfs:comment "Type of dependency between two remedial action schedules."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionScheduleDependency ; rdfs:range nc:RemedialActionScheduleDependencyKind . nc:RemedialActionScheduleGroup.GroupDependency a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GroupDependency"@en ; - rdfs:comment "Group dependency for this remedial action schedule group." ; + rdfs:label "GroupDependency" ; + rdfs:comment "Group dependency for this remedial action schedule group."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -779,8 +781,8 @@ nc:RemedialActionScheduleGroup.GroupDependency a owl:ObjectProperty, owl:Inverse rdfs:range nc:RemedialActionScheduleDependency . nc:RemedialActionSchemeSchedule.SchemeRemedialAction a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SchemeRemedialAction"@en ; - rdfs:comment "Remedial action scheme which has remedial action scheme schedules." ; + rdfs:label "SchemeRemedialAction" ; + rdfs:comment "Remedial action scheme which has remedial action scheme schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -789,8 +791,8 @@ nc:RemedialActionSchemeSchedule.SchemeRemedialAction a owl:ObjectProperty, owl:F rdfs:range nc:SchemeRemedialAction . nc:ScheduleResource.RedispatchAction a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RedispatchAction"@en ; - rdfs:comment "The redispatch action that relates to this schedule resource." ; + rdfs:label "RedispatchAction" ; + rdfs:comment "The redispatch action that relates to this schedule resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -799,8 +801,8 @@ nc:ScheduleResource.RedispatchAction a owl:ObjectProperty, owl:InverseFunctional rdfs:range nc:RedispatchScheduleAction . nc:SchemeRemedialAction.RemedialActionSchemeSchedule a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionSchemeSchedule"@en ; - rdfs:comment "Remedial action scheme schedule associated with a remedial action scheme." ; + rdfs:label "RemedialActionSchemeSchedule" ; + rdfs:comment "Remedial action scheme schedule associated with a remedial action scheme."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -809,8 +811,8 @@ nc:SchemeRemedialAction.RemedialActionSchemeSchedule a owl:ObjectProperty, owl:F rdfs:range nc:RemedialActionSchemeSchedule . nc:SecurityCoordinator.RemedialActionSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionSchedule"@en ; - rdfs:comment "Remedial action schedule for this security coordinator." ; + rdfs:label "RemedialActionSchedule" ; + rdfs:comment "Remedial action schedule for this security coordinator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -819,8 +821,8 @@ nc:SecurityCoordinator.RemedialActionSchedule a owl:ObjectProperty, owl:InverseF rdfs:range nc:RemedialActionSchedule . nc:SystemOperator.ProposingRemedialActionScheduleShare a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProposingRemedialActionScheduleShare"@en ; - rdfs:comment "Proposing remedial action schedule share which is made by the proposing entity." ; + rdfs:label "ProposingRemedialActionScheduleShare" ; + rdfs:comment "Proposing remedial action schedule share which is made by the proposing entity."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -829,8 +831,8 @@ nc:SystemOperator.ProposingRemedialActionScheduleShare a owl:ObjectProperty, owl rdfs:range nc:ProposingRemedialActionScheduleShare . nc:SystemOperator.RemedialActionScheduleAcceptance a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionScheduleAcceptance"@en ; - rdfs:comment "Remedial action schedule acceptance related to a system operator." ; + rdfs:label "RemedialActionScheduleAcceptance" ; + rdfs:comment "Remedial action schedule acceptance related to a system operator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -839,89 +841,89 @@ nc:SystemOperator.RemedialActionScheduleAcceptance a owl:ObjectProperty, owl:Inv rdfs:range nc:RemedialActionScheduleAcceptance . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . nc:AvailabilitySchedule.isCancelled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isCancelled"@en ; - rdfs:comment "Defines the cancelling of the availability schedule. True means that is cancelling, False means that it is not cancelling." ; + rdfs:label "isCancelled" ; + rdfs:comment "Defines the cancelling of the availability schedule. True means that is cancelling, False means that it is not cancelling."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilitySchedule ; rdfs:range xsd:boolean . nc:AvailabilitySchedule.priority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "priority"@en ; - rdfs:comment "Value 0 means ignore priority. 1 means the highest priority, 2 is the second highest priority." ; + rdfs:label "priority" ; + rdfs:comment "Value 0 means ignore priority. 1 means the highest priority, 2 is the second highest priority."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilitySchedule ; rdfs:range xsd:integer . nc:EventTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EventTimePoint ; rdfs:range xsd:dateTime . nc:EventTimePoint.isActive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isActive"@en ; - rdfs:comment "True, if the event is occurring (Active) at this time point. Otherwise false." ; + rdfs:label "isActive" ; + rdfs:comment "True, if the event is occurring (Active) at this time point. Otherwise false."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EventTimePoint ; rdfs:range xsd:boolean . nc:GenericValueTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GenericValueTimePoint ; rdfs:range xsd:dateTime . nc:GenericValueTimePoint.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The value at the time. The meaning of the value is defined by the derived type of the associated schedule. The value can be integer, float or boolean. In case of boolean 1 equals true and 0 equals false." ; + rdfs:label "value" ; + rdfs:comment "The value at the time. The meaning of the value is defined by the derived type of the associated schedule. The value can be integer, float or boolean. In case of boolean 1 equals true and 0 equals false."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GenericValueTimePoint ; rdfs:range xsd:float . nc:PowerScheduleAction.energyPrice a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "energyPrice"@en ; - rdfs:comment "Energy price for the power schedule action." ; + rdfs:label "energyPrice" ; + rdfs:comment "Energy price for the power schedule action."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerScheduleAction ; rdfs:range xsd:decimal . nc:PowerTimePoint.activatedP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "activatedP"@en ; - rdfs:comment "Active power activated as part of redispatch. Negative number means that the value is scheduling down. Positive number means that the value is scheduling up." ; + rdfs:label "activatedP" ; + rdfs:comment "Active power activated as part of redispatch. Negative number means that the value is scheduling down. Positive number means that the value is scheduling up."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -932,24 +934,24 @@ nc:PowerTimePoint.activatedP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerTimePoint.activatedPrice a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "activatedPrice"@en ; - rdfs:comment "Price for the activated active power per unit e.g. per MW." ; + rdfs:label "activatedPrice" ; + rdfs:comment "Price for the activated active power per unit e.g. per MW."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerTimePoint ; rdfs:range xsd:decimal . nc:PowerTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerTimePoint ; rdfs:range xsd:dateTime . nc:PowerTimePoint.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; - rdfs:comment "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "p" ; + rdfs:comment "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -960,16 +962,16 @@ nc:PowerTimePoint.p a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerTimePoint.price a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "price"@en ; - rdfs:comment "Price for the scheduled active power per unit of active power. e.g. per MW." ; + rdfs:label "price" ; + rdfs:comment "Price for the scheduled active power per unit of active power. e.g. per MW."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerTimePoint ; rdfs:range xsd:decimal . nc:PowerTimePoint.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; - rdfs:comment "Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "q" ; + rdfs:comment "Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -980,124 +982,124 @@ nc:PowerTimePoint.q a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:ProposingRemedialActionScheduleShare.costSharingFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "costSharingFactor"@en ; - rdfs:comment "Sharing factor of the cost of the remedial action as a fraction of the total cost, i.e. system operator's cost = cost x (costSharingFactor / sum of all costSharingFactor)." ; + rdfs:label "costSharingFactor" ; + rdfs:comment "Sharing factor of the cost of the remedial action as a fraction of the total cost, i.e. system operator's cost = cost x (costSharingFactor / sum of all costSharingFactor)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ProposingRemedialActionScheduleShare ; rdfs:range xsd:decimal . nc:ProposingRemedialActionScheduleShare.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ProposingRemedialActionScheduleShare ; rdfs:range xsd:string . nc:RemedialActionCost.costAllocationTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "costAllocationTime"@en ; - rdfs:comment "Cost allocation time is the time the cost shall be allocated." ; + rdfs:label "costAllocationTime" ; + rdfs:comment "Cost allocation time is the time the cost shall be allocated."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionCost ; rdfs:range xsd:dateTime . nc:RemedialActionCost.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionCost ; rdfs:range xsd:string . nc:RemedialActionCost.operationalCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "operationalCost"@en ; - rdfs:comment "Operational cost is the total cost directly related to operate the unit according to the remedial action, e.g. fuel cost." ; + rdfs:label "operationalCost" ; + rdfs:comment "Operational cost is the total cost directly related to operate the unit according to the remedial action, e.g. fuel cost."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionCost ; rdfs:range xsd:decimal . nc:RemedialActionCost.opportunityCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "opportunityCost"@en ; - rdfs:comment "Opportunity cost is the total cost of potential earning that is missed due to performing the remedial action." ; + rdfs:label "opportunityCost" ; + rdfs:comment "Opportunity cost is the total cost of potential earning that is missed due to performing the remedial action."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionCost ; rdfs:range xsd:decimal . nc:RemedialActionCost.otherCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "otherCost"@en ; - rdfs:comment "Other cost is the total cost that cannot be directly allocated to any of the other items." ; + rdfs:label "otherCost" ; + rdfs:comment "Other cost is the total cost that cannot be directly allocated to any of the other items."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionCost ; rdfs:range xsd:decimal . nc:RemedialActionCost.processingFee a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "processingFee"@en ; - rdfs:comment "Processing fee is the total cost for processing the remedial action." ; + rdfs:label "processingFee" ; + rdfs:comment "Processing fee is the total cost for processing the remedial action."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionCost ; rdfs:range xsd:decimal . nc:RemedialActionCost.savedFuelCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "savedFuelCost"@en ; - rdfs:comment "Saved fuel cost is the total saving due to not consuming the expected fuel as part of the remedial action." ; + rdfs:label "savedFuelCost" ; + rdfs:comment "Saved fuel cost is the total saving due to not consuming the expected fuel as part of the remedial action."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionCost ; rdfs:range xsd:decimal . nc:RemedialActionCost.shutdownCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "shutdownCost"@en ; - rdfs:comment "Shutdown cost is the total cost for shutting down a unit as part of the remedial action." ; + rdfs:label "shutdownCost" ; + rdfs:comment "Shutdown cost is the total cost for shutting down a unit as part of the remedial action."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionCost ; rdfs:range xsd:decimal . nc:RemedialActionCost.startupCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startupCost"@en ; - rdfs:comment "Start-up cost is the total cost for activating the remedial action, e.g. if a generator needs to be started before it can perform the remedial action." ; + rdfs:label "startupCost" ; + rdfs:comment "Start-up cost is the total cost for activating the remedial action, e.g. if a generator needs to be started before it can perform the remedial action."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionCost ; rdfs:range xsd:decimal . nc:RemedialActionSchedule.statusReason a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "statusReason"@en ; - rdfs:comment "Description of reasoning for the status. For instance, in case of rejected remedial action, the reason for this rejection is described here." ; + rdfs:label "statusReason" ; + rdfs:comment "Description of reasoning for the status. For instance, in case of rejected remedial action, the reason for this rejection is described here."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionSchedule ; rdfs:range xsd:string . nc:RemedialActionScheduleAcceptance.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionScheduleAcceptance ; rdfs:range xsd:string . nc:RemedialActionScheduleDependency.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionScheduleDependency ; rdfs:range xsd:string . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -1122,807 +1124,807 @@ cim:Conductance skos:exactMatch quantitykind:Conductance . cim:Currency.AED a cim:Currency ; rdfs:label "AED" ; - rdfs:comment "United Arab Emirates dirham." ; + rdfs:comment "United Arab Emirates dirham."@en ; cims:stereotype "enum" . cim:Currency.AFN a cim:Currency ; rdfs:label "AFN" ; - rdfs:comment "Afghan afghani." ; + rdfs:comment "Afghan afghani."@en ; cims:stereotype "enum" . cim:Currency.ALL a cim:Currency ; rdfs:label "ALL" ; - rdfs:comment "Albanian lek." ; + rdfs:comment "Albanian lek."@en ; cims:stereotype "enum" . cim:Currency.AMD a cim:Currency ; rdfs:label "AMD" ; - rdfs:comment "Armenian dram." ; + rdfs:comment "Armenian dram."@en ; cims:stereotype "enum" . cim:Currency.ANG a cim:Currency ; rdfs:label "ANG" ; - rdfs:comment "Netherlands Antillean guilder." ; + rdfs:comment "Netherlands Antillean guilder."@en ; cims:stereotype "enum" . cim:Currency.AOA a cim:Currency ; rdfs:label "AOA" ; - rdfs:comment "Angolan kwanza." ; + rdfs:comment "Angolan kwanza."@en ; cims:stereotype "enum" . cim:Currency.ARS a cim:Currency ; rdfs:label "ARS" ; - rdfs:comment "Argentine peso." ; + rdfs:comment "Argentine peso."@en ; cims:stereotype "enum" . cim:Currency.AUD a cim:Currency ; rdfs:label "AUD" ; - rdfs:comment "Australian dollar." ; + rdfs:comment "Australian dollar."@en ; cims:stereotype "enum" . cim:Currency.AWG a cim:Currency ; rdfs:label "AWG" ; - rdfs:comment "Aruban florin." ; + rdfs:comment "Aruban florin."@en ; cims:stereotype "enum" . cim:Currency.AZN a cim:Currency ; rdfs:label "AZN" ; - rdfs:comment "Azerbaijani manat." ; + rdfs:comment "Azerbaijani manat."@en ; cims:stereotype "enum" . cim:Currency.BAM a cim:Currency ; rdfs:label "BAM" ; - rdfs:comment "Bosnia and Herzegovina convertible mark." ; + rdfs:comment "Bosnia and Herzegovina convertible mark."@en ; cims:stereotype "enum" . cim:Currency.BBD a cim:Currency ; rdfs:label "BBD" ; - rdfs:comment "Barbados dollar." ; + rdfs:comment "Barbados dollar."@en ; cims:stereotype "enum" . cim:Currency.BDT a cim:Currency ; rdfs:label "BDT" ; - rdfs:comment "Bangladeshi taka." ; + rdfs:comment "Bangladeshi taka."@en ; cims:stereotype "enum" . cim:Currency.BGN a cim:Currency ; rdfs:label "BGN" ; - rdfs:comment "Bulgarian lev." ; + rdfs:comment "Bulgarian lev."@en ; cims:stereotype "enum" . cim:Currency.BHD a cim:Currency ; rdfs:label "BHD" ; - rdfs:comment "Bahraini dinar." ; + rdfs:comment "Bahraini dinar."@en ; cims:stereotype "enum" . cim:Currency.BIF a cim:Currency ; rdfs:label "BIF" ; - rdfs:comment "Burundian franc." ; + rdfs:comment "Burundian franc."@en ; cims:stereotype "enum" . cim:Currency.BMD a cim:Currency ; rdfs:label "BMD" ; - rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)." ; + rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)."@en ; cims:stereotype "enum" . cim:Currency.BND a cim:Currency ; rdfs:label "BND" ; - rdfs:comment "Brunei dollar." ; + rdfs:comment "Brunei dollar."@en ; cims:stereotype "enum" . cim:Currency.BOB a cim:Currency ; rdfs:label "BOB" ; - rdfs:comment "Boliviano." ; + rdfs:comment "Boliviano."@en ; cims:stereotype "enum" . cim:Currency.BOV a cim:Currency ; rdfs:label "BOV" ; - rdfs:comment "Bolivian Mvdol (funds code)." ; + rdfs:comment "Bolivian Mvdol (funds code)."@en ; cims:stereotype "enum" . cim:Currency.BRL a cim:Currency ; rdfs:label "BRL" ; - rdfs:comment "Brazilian real." ; + rdfs:comment "Brazilian real."@en ; cims:stereotype "enum" . cim:Currency.BSD a cim:Currency ; rdfs:label "BSD" ; - rdfs:comment "Bahamian dollar." ; + rdfs:comment "Bahamian dollar."@en ; cims:stereotype "enum" . cim:Currency.BTN a cim:Currency ; rdfs:label "BTN" ; - rdfs:comment "Bhutanese ngultrum." ; + rdfs:comment "Bhutanese ngultrum."@en ; cims:stereotype "enum" . cim:Currency.BWP a cim:Currency ; rdfs:label "BWP" ; - rdfs:comment "Botswana pula." ; + rdfs:comment "Botswana pula."@en ; cims:stereotype "enum" . cim:Currency.BYR a cim:Currency ; rdfs:label "BYR" ; - rdfs:comment "Belarusian ruble." ; + rdfs:comment "Belarusian ruble."@en ; cims:stereotype "enum" . cim:Currency.BZD a cim:Currency ; rdfs:label "BZD" ; - rdfs:comment "Belize dollar." ; + rdfs:comment "Belize dollar."@en ; cims:stereotype "enum" . cim:Currency.CAD a cim:Currency ; rdfs:label "CAD" ; - rdfs:comment "Canadian dollar." ; + rdfs:comment "Canadian dollar."@en ; cims:stereotype "enum" . cim:Currency.CDF a cim:Currency ; rdfs:label "CDF" ; - rdfs:comment "Congolese franc." ; + rdfs:comment "Congolese franc."@en ; cims:stereotype "enum" . cim:Currency.CHF a cim:Currency ; rdfs:label "CHF" ; - rdfs:comment "Swiss franc." ; + rdfs:comment "Swiss franc."@en ; cims:stereotype "enum" . cim:Currency.CLF a cim:Currency ; rdfs:label "CLF" ; - rdfs:comment "Unidad de Fomento (funds code), Chile." ; + rdfs:comment "Unidad de Fomento (funds code), Chile."@en ; cims:stereotype "enum" . cim:Currency.CLP a cim:Currency ; rdfs:label "CLP" ; - rdfs:comment "Chilean peso." ; + rdfs:comment "Chilean peso."@en ; cims:stereotype "enum" . cim:Currency.CNY a cim:Currency ; rdfs:label "CNY" ; - rdfs:comment "Chinese yuan." ; + rdfs:comment "Chinese yuan."@en ; cims:stereotype "enum" . cim:Currency.COP a cim:Currency ; rdfs:label "COP" ; - rdfs:comment "Colombian peso." ; + rdfs:comment "Colombian peso."@en ; cims:stereotype "enum" . cim:Currency.COU a cim:Currency ; rdfs:label "COU" ; - rdfs:comment "Unidad de Valor Real." ; + rdfs:comment "Unidad de Valor Real."@en ; cims:stereotype "enum" . cim:Currency.CRC a cim:Currency ; rdfs:label "CRC" ; - rdfs:comment "Costa Rican colon." ; + rdfs:comment "Costa Rican colon."@en ; cims:stereotype "enum" . cim:Currency.CUC a cim:Currency ; rdfs:label "CUC" ; - rdfs:comment "Cuban convertible peso." ; + rdfs:comment "Cuban convertible peso."@en ; cims:stereotype "enum" . cim:Currency.CUP a cim:Currency ; rdfs:label "CUP" ; - rdfs:comment "Cuban peso." ; + rdfs:comment "Cuban peso."@en ; cims:stereotype "enum" . cim:Currency.CVE a cim:Currency ; rdfs:label "CVE" ; - rdfs:comment "Cape Verde escudo." ; + rdfs:comment "Cape Verde escudo."@en ; cims:stereotype "enum" . cim:Currency.CZK a cim:Currency ; rdfs:label "CZK" ; - rdfs:comment "Czech koruna." ; + rdfs:comment "Czech koruna."@en ; cims:stereotype "enum" . cim:Currency.DJF a cim:Currency ; rdfs:label "DJF" ; - rdfs:comment "Djiboutian franc." ; + rdfs:comment "Djiboutian franc."@en ; cims:stereotype "enum" . cim:Currency.DKK a cim:Currency ; rdfs:label "DKK" ; - rdfs:comment "Danish krone." ; + rdfs:comment "Danish krone."@en ; cims:stereotype "enum" . cim:Currency.DOP a cim:Currency ; rdfs:label "DOP" ; - rdfs:comment "Dominican peso." ; + rdfs:comment "Dominican peso."@en ; cims:stereotype "enum" . cim:Currency.DZD a cim:Currency ; rdfs:label "DZD" ; - rdfs:comment "Algerian dinar." ; + rdfs:comment "Algerian dinar."@en ; cims:stereotype "enum" . cim:Currency.EEK a cim:Currency ; rdfs:label "EEK" ; - rdfs:comment "Estonian kroon." ; + rdfs:comment "Estonian kroon."@en ; cims:stereotype "enum" . cim:Currency.EGP a cim:Currency ; rdfs:label "EGP" ; - rdfs:comment "Egyptian pound." ; + rdfs:comment "Egyptian pound."@en ; cims:stereotype "enum" . cim:Currency.ERN a cim:Currency ; rdfs:label "ERN" ; - rdfs:comment "Eritrean nakfa." ; + rdfs:comment "Eritrean nakfa."@en ; cims:stereotype "enum" . cim:Currency.ETB a cim:Currency ; rdfs:label "ETB" ; - rdfs:comment "Ethiopian birr." ; + rdfs:comment "Ethiopian birr."@en ; cims:stereotype "enum" . cim:Currency.EUR a cim:Currency ; rdfs:label "EUR" ; - rdfs:comment "Euro." ; + rdfs:comment "Euro."@en ; cims:stereotype "enum" . cim:Currency.FJD a cim:Currency ; rdfs:label "FJD" ; - rdfs:comment "Fiji dollar." ; + rdfs:comment "Fiji dollar."@en ; cims:stereotype "enum" . cim:Currency.FKP a cim:Currency ; rdfs:label "FKP" ; - rdfs:comment "Falkland Islands pound." ; + rdfs:comment "Falkland Islands pound."@en ; cims:stereotype "enum" . cim:Currency.GBP a cim:Currency ; rdfs:label "GBP" ; - rdfs:comment "Pound sterling." ; + rdfs:comment "Pound sterling."@en ; cims:stereotype "enum" . cim:Currency.GEL a cim:Currency ; rdfs:label "GEL" ; - rdfs:comment "Georgian lari." ; + rdfs:comment "Georgian lari."@en ; cims:stereotype "enum" . cim:Currency.GHS a cim:Currency ; rdfs:label "GHS" ; - rdfs:comment "Ghanaian cedi." ; + rdfs:comment "Ghanaian cedi."@en ; cims:stereotype "enum" . cim:Currency.GIP a cim:Currency ; rdfs:label "GIP" ; - rdfs:comment "Gibraltar pound." ; + rdfs:comment "Gibraltar pound."@en ; cims:stereotype "enum" . cim:Currency.GMD a cim:Currency ; rdfs:label "GMD" ; - rdfs:comment "Gambian dalasi." ; + rdfs:comment "Gambian dalasi."@en ; cims:stereotype "enum" . cim:Currency.GNF a cim:Currency ; rdfs:label "GNF" ; - rdfs:comment "Guinean franc." ; + rdfs:comment "Guinean franc."@en ; cims:stereotype "enum" . cim:Currency.GTQ a cim:Currency ; rdfs:label "GTQ" ; - rdfs:comment "Guatemalan quetzal." ; + rdfs:comment "Guatemalan quetzal."@en ; cims:stereotype "enum" . cim:Currency.GYD a cim:Currency ; rdfs:label "GYD" ; - rdfs:comment "Guyanese dollar." ; + rdfs:comment "Guyanese dollar."@en ; cims:stereotype "enum" . cim:Currency.HKD a cim:Currency ; rdfs:label "HKD" ; - rdfs:comment "Hong Kong dollar." ; + rdfs:comment "Hong Kong dollar."@en ; cims:stereotype "enum" . cim:Currency.HNL a cim:Currency ; rdfs:label "HNL" ; - rdfs:comment "Honduran lempira." ; + rdfs:comment "Honduran lempira."@en ; cims:stereotype "enum" . cim:Currency.HRK a cim:Currency ; rdfs:label "HRK" ; - rdfs:comment "Croatian kuna." ; + rdfs:comment "Croatian kuna."@en ; cims:stereotype "enum" . cim:Currency.HTG a cim:Currency ; rdfs:label "HTG" ; - rdfs:comment "Haitian gourde." ; + rdfs:comment "Haitian gourde."@en ; cims:stereotype "enum" . cim:Currency.HUF a cim:Currency ; rdfs:label "HUF" ; - rdfs:comment "Hungarian forint." ; + rdfs:comment "Hungarian forint."@en ; cims:stereotype "enum" . cim:Currency.IDR a cim:Currency ; rdfs:label "IDR" ; - rdfs:comment "Indonesian rupiah." ; + rdfs:comment "Indonesian rupiah."@en ; cims:stereotype "enum" . cim:Currency.ILS a cim:Currency ; rdfs:label "ILS" ; - rdfs:comment "Israeli new sheqel." ; + rdfs:comment "Israeli new sheqel."@en ; cims:stereotype "enum" . cim:Currency.INR a cim:Currency ; rdfs:label "INR" ; - rdfs:comment "Indian rupee." ; + rdfs:comment "Indian rupee."@en ; cims:stereotype "enum" . cim:Currency.IQD a cim:Currency ; rdfs:label "IQD" ; - rdfs:comment "Iraqi dinar." ; + rdfs:comment "Iraqi dinar."@en ; cims:stereotype "enum" . cim:Currency.IRR a cim:Currency ; rdfs:label "IRR" ; - rdfs:comment "Iranian rial." ; + rdfs:comment "Iranian rial."@en ; cims:stereotype "enum" . cim:Currency.ISK a cim:Currency ; rdfs:label "ISK" ; - rdfs:comment "Icelandic króna." ; + rdfs:comment "Icelandic króna."@en ; cims:stereotype "enum" . cim:Currency.JMD a cim:Currency ; rdfs:label "JMD" ; - rdfs:comment "Jamaican dollar." ; + rdfs:comment "Jamaican dollar."@en ; cims:stereotype "enum" . cim:Currency.JOD a cim:Currency ; rdfs:label "JOD" ; - rdfs:comment "Jordanian dinar." ; + rdfs:comment "Jordanian dinar."@en ; cims:stereotype "enum" . cim:Currency.JPY a cim:Currency ; rdfs:label "JPY" ; - rdfs:comment "Japanese yen." ; + rdfs:comment "Japanese yen."@en ; cims:stereotype "enum" . cim:Currency.KES a cim:Currency ; rdfs:label "KES" ; - rdfs:comment "Kenyan shilling." ; + rdfs:comment "Kenyan shilling."@en ; cims:stereotype "enum" . cim:Currency.KGS a cim:Currency ; rdfs:label "KGS" ; - rdfs:comment "Kyrgyzstani som." ; + rdfs:comment "Kyrgyzstani som."@en ; cims:stereotype "enum" . cim:Currency.KHR a cim:Currency ; rdfs:label "KHR" ; - rdfs:comment "Cambodian riel." ; + rdfs:comment "Cambodian riel."@en ; cims:stereotype "enum" . cim:Currency.KMF a cim:Currency ; rdfs:label "KMF" ; - rdfs:comment "Comoro franc." ; + rdfs:comment "Comoro franc."@en ; cims:stereotype "enum" . cim:Currency.KPW a cim:Currency ; rdfs:label "KPW" ; - rdfs:comment "North Korean won." ; + rdfs:comment "North Korean won."@en ; cims:stereotype "enum" . cim:Currency.KRW a cim:Currency ; rdfs:label "KRW" ; - rdfs:comment "South Korean won." ; + rdfs:comment "South Korean won."@en ; cims:stereotype "enum" . cim:Currency.KWD a cim:Currency ; rdfs:label "KWD" ; - rdfs:comment "Kuwaiti dinar." ; + rdfs:comment "Kuwaiti dinar."@en ; cims:stereotype "enum" . cim:Currency.KYD a cim:Currency ; rdfs:label "KYD" ; - rdfs:comment "Cayman Islands dollar." ; + rdfs:comment "Cayman Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.KZT a cim:Currency ; rdfs:label "KZT" ; - rdfs:comment "Kazakhstani tenge." ; + rdfs:comment "Kazakhstani tenge."@en ; cims:stereotype "enum" . cim:Currency.LAK a cim:Currency ; rdfs:label "LAK" ; - rdfs:comment "Lao kip." ; + rdfs:comment "Lao kip."@en ; cims:stereotype "enum" . cim:Currency.LBP a cim:Currency ; rdfs:label "LBP" ; - rdfs:comment "Lebanese pound." ; + rdfs:comment "Lebanese pound."@en ; cims:stereotype "enum" . cim:Currency.LKR a cim:Currency ; rdfs:label "LKR" ; - rdfs:comment "Sri Lanka rupee." ; + rdfs:comment "Sri Lanka rupee."@en ; cims:stereotype "enum" . cim:Currency.LRD a cim:Currency ; rdfs:label "LRD" ; - rdfs:comment "Liberian dollar." ; + rdfs:comment "Liberian dollar."@en ; cims:stereotype "enum" . cim:Currency.LSL a cim:Currency ; rdfs:label "LSL" ; - rdfs:comment "Lesotho loti." ; + rdfs:comment "Lesotho loti."@en ; cims:stereotype "enum" . cim:Currency.LTL a cim:Currency ; rdfs:label "LTL" ; - rdfs:comment "Lithuanian litas." ; + rdfs:comment "Lithuanian litas."@en ; cims:stereotype "enum" . cim:Currency.LVL a cim:Currency ; rdfs:label "LVL" ; - rdfs:comment "Latvian lats." ; + rdfs:comment "Latvian lats."@en ; cims:stereotype "enum" . cim:Currency.LYD a cim:Currency ; rdfs:label "LYD" ; - rdfs:comment "Libyan dinar." ; + rdfs:comment "Libyan dinar."@en ; cims:stereotype "enum" . cim:Currency.MAD a cim:Currency ; rdfs:label "MAD" ; - rdfs:comment "Moroccan dirham." ; + rdfs:comment "Moroccan dirham."@en ; cims:stereotype "enum" . cim:Currency.MDL a cim:Currency ; rdfs:label "MDL" ; - rdfs:comment "Moldovan leu." ; + rdfs:comment "Moldovan leu."@en ; cims:stereotype "enum" . cim:Currency.MGA a cim:Currency ; rdfs:label "MGA" ; - rdfs:comment "Malagasy ariary." ; + rdfs:comment "Malagasy ariary."@en ; cims:stereotype "enum" . cim:Currency.MKD a cim:Currency ; rdfs:label "MKD" ; - rdfs:comment "Macedonian denar." ; + rdfs:comment "Macedonian denar."@en ; cims:stereotype "enum" . cim:Currency.MMK a cim:Currency ; rdfs:label "MMK" ; - rdfs:comment "Myanma kyat." ; + rdfs:comment "Myanma kyat."@en ; cims:stereotype "enum" . cim:Currency.MNT a cim:Currency ; rdfs:label "MNT" ; - rdfs:comment "Mongolian tugrik." ; + rdfs:comment "Mongolian tugrik."@en ; cims:stereotype "enum" . cim:Currency.MOP a cim:Currency ; rdfs:label "MOP" ; - rdfs:comment "Macanese pataca." ; + rdfs:comment "Macanese pataca."@en ; cims:stereotype "enum" . cim:Currency.MRO a cim:Currency ; rdfs:label "MRO" ; - rdfs:comment "Mauritanian ouguiya." ; + rdfs:comment "Mauritanian ouguiya."@en ; cims:stereotype "enum" . cim:Currency.MUR a cim:Currency ; rdfs:label "MUR" ; - rdfs:comment "Mauritian rupee." ; + rdfs:comment "Mauritian rupee."@en ; cims:stereotype "enum" . cim:Currency.MVR a cim:Currency ; rdfs:label "MVR" ; - rdfs:comment "Maldivian rufiyaa." ; + rdfs:comment "Maldivian rufiyaa."@en ; cims:stereotype "enum" . cim:Currency.MWK a cim:Currency ; rdfs:label "MWK" ; - rdfs:comment "Malawian kwacha." ; + rdfs:comment "Malawian kwacha."@en ; cims:stereotype "enum" . cim:Currency.MXN a cim:Currency ; rdfs:label "MXN" ; - rdfs:comment "Mexican peso." ; + rdfs:comment "Mexican peso."@en ; cims:stereotype "enum" . cim:Currency.MYR a cim:Currency ; rdfs:label "MYR" ; - rdfs:comment "Malaysian ringgit." ; + rdfs:comment "Malaysian ringgit."@en ; cims:stereotype "enum" . cim:Currency.MZN a cim:Currency ; rdfs:label "MZN" ; - rdfs:comment "Mozambican metical." ; + rdfs:comment "Mozambican metical."@en ; cims:stereotype "enum" . cim:Currency.NAD a cim:Currency ; rdfs:label "NAD" ; - rdfs:comment "Namibian dollar." ; + rdfs:comment "Namibian dollar."@en ; cims:stereotype "enum" . cim:Currency.NGN a cim:Currency ; rdfs:label "NGN" ; - rdfs:comment "Nigerian naira." ; + rdfs:comment "Nigerian naira."@en ; cims:stereotype "enum" . cim:Currency.NIO a cim:Currency ; rdfs:label "NIO" ; - rdfs:comment "Cordoba oro." ; + rdfs:comment "Cordoba oro."@en ; cims:stereotype "enum" . cim:Currency.NOK a cim:Currency ; rdfs:label "NOK" ; - rdfs:comment "Norwegian krone." ; + rdfs:comment "Norwegian krone."@en ; cims:stereotype "enum" . cim:Currency.NPR a cim:Currency ; rdfs:label "NPR" ; - rdfs:comment "Nepalese rupee." ; + rdfs:comment "Nepalese rupee."@en ; cims:stereotype "enum" . cim:Currency.NZD a cim:Currency ; rdfs:label "NZD" ; - rdfs:comment "New Zealand dollar." ; + rdfs:comment "New Zealand dollar."@en ; cims:stereotype "enum" . cim:Currency.OMR a cim:Currency ; rdfs:label "OMR" ; - rdfs:comment "Omani rial." ; + rdfs:comment "Omani rial."@en ; cims:stereotype "enum" . cim:Currency.PAB a cim:Currency ; rdfs:label "PAB" ; - rdfs:comment "Panamanian balboa." ; + rdfs:comment "Panamanian balboa."@en ; cims:stereotype "enum" . cim:Currency.PEN a cim:Currency ; rdfs:label "PEN" ; - rdfs:comment "Peruvian nuevo sol." ; + rdfs:comment "Peruvian nuevo sol."@en ; cims:stereotype "enum" . cim:Currency.PGK a cim:Currency ; rdfs:label "PGK" ; - rdfs:comment "Papua New Guinean kina." ; + rdfs:comment "Papua New Guinean kina."@en ; cims:stereotype "enum" . cim:Currency.PHP a cim:Currency ; rdfs:label "PHP" ; - rdfs:comment "Philippine peso." ; + rdfs:comment "Philippine peso."@en ; cims:stereotype "enum" . cim:Currency.PKR a cim:Currency ; rdfs:label "PKR" ; - rdfs:comment "Pakistani rupee." ; + rdfs:comment "Pakistani rupee."@en ; cims:stereotype "enum" . cim:Currency.PLN a cim:Currency ; rdfs:label "PLN" ; - rdfs:comment "Polish zloty." ; + rdfs:comment "Polish zloty."@en ; cims:stereotype "enum" . cim:Currency.PYG a cim:Currency ; rdfs:label "PYG" ; - rdfs:comment "Paraguayan guaraní." ; + rdfs:comment "Paraguayan guaraní."@en ; cims:stereotype "enum" . cim:Currency.QAR a cim:Currency ; rdfs:label "QAR" ; - rdfs:comment "Qatari rial." ; + rdfs:comment "Qatari rial."@en ; cims:stereotype "enum" . cim:Currency.RON a cim:Currency ; rdfs:label "RON" ; - rdfs:comment "Romanian new leu." ; + rdfs:comment "Romanian new leu."@en ; cims:stereotype "enum" . cim:Currency.RSD a cim:Currency ; rdfs:label "RSD" ; - rdfs:comment "Serbian dinar." ; + rdfs:comment "Serbian dinar."@en ; cims:stereotype "enum" . cim:Currency.RUB a cim:Currency ; rdfs:label "RUB" ; - rdfs:comment "Russian rouble." ; + rdfs:comment "Russian rouble."@en ; cims:stereotype "enum" . cim:Currency.RWF a cim:Currency ; rdfs:label "RWF" ; - rdfs:comment "Rwandan franc." ; + rdfs:comment "Rwandan franc."@en ; cims:stereotype "enum" . cim:Currency.SAR a cim:Currency ; rdfs:label "SAR" ; - rdfs:comment "Saudi riyal." ; + rdfs:comment "Saudi riyal."@en ; cims:stereotype "enum" . cim:Currency.SBD a cim:Currency ; rdfs:label "SBD" ; - rdfs:comment "Solomon Islands dollar." ; + rdfs:comment "Solomon Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.SCR a cim:Currency ; rdfs:label "SCR" ; - rdfs:comment "Seychelles rupee." ; + rdfs:comment "Seychelles rupee."@en ; cims:stereotype "enum" . cim:Currency.SDG a cim:Currency ; rdfs:label "SDG" ; - rdfs:comment "Sudanese pound." ; + rdfs:comment "Sudanese pound."@en ; cims:stereotype "enum" . cim:Currency.SEK a cim:Currency ; rdfs:label "SEK" ; - rdfs:comment "Swedish krona/kronor." ; + rdfs:comment "Swedish krona/kronor."@en ; cims:stereotype "enum" . cim:Currency.SGD a cim:Currency ; rdfs:label "SGD" ; - rdfs:comment "Singapore dollar." ; + rdfs:comment "Singapore dollar."@en ; cims:stereotype "enum" . cim:Currency.SHP a cim:Currency ; rdfs:label "SHP" ; - rdfs:comment "Saint Helena pound." ; + rdfs:comment "Saint Helena pound."@en ; cims:stereotype "enum" . cim:Currency.SLL a cim:Currency ; rdfs:label "SLL" ; - rdfs:comment "Sierra Leonean leone." ; + rdfs:comment "Sierra Leonean leone."@en ; cims:stereotype "enum" . cim:Currency.SOS a cim:Currency ; rdfs:label "SOS" ; - rdfs:comment "Somali shilling." ; + rdfs:comment "Somali shilling."@en ; cims:stereotype "enum" . cim:Currency.SRD a cim:Currency ; rdfs:label "SRD" ; - rdfs:comment "Surinamese dollar." ; + rdfs:comment "Surinamese dollar."@en ; cims:stereotype "enum" . cim:Currency.STD a cim:Currency ; rdfs:label "STD" ; - rdfs:comment "São Tomé and Príncipe dobra." ; + rdfs:comment "São Tomé and Príncipe dobra."@en ; cims:stereotype "enum" . cim:Currency.SYP a cim:Currency ; rdfs:label "SYP" ; - rdfs:comment "Syrian pound." ; + rdfs:comment "Syrian pound."@en ; cims:stereotype "enum" . cim:Currency.SZL a cim:Currency ; rdfs:label "SZL" ; - rdfs:comment "Lilangeni." ; + rdfs:comment "Lilangeni."@en ; cims:stereotype "enum" . cim:Currency.THB a cim:Currency ; rdfs:label "THB" ; - rdfs:comment "Thai baht." ; + rdfs:comment "Thai baht."@en ; cims:stereotype "enum" . cim:Currency.TJS a cim:Currency ; rdfs:label "TJS" ; - rdfs:comment "Tajikistani somoni." ; + rdfs:comment "Tajikistani somoni."@en ; cims:stereotype "enum" . cim:Currency.TMT a cim:Currency ; rdfs:label "TMT" ; - rdfs:comment "Turkmenistani manat." ; + rdfs:comment "Turkmenistani manat."@en ; cims:stereotype "enum" . cim:Currency.TND a cim:Currency ; rdfs:label "TND" ; - rdfs:comment "Tunisian dinar." ; + rdfs:comment "Tunisian dinar."@en ; cims:stereotype "enum" . cim:Currency.TOP a cim:Currency ; rdfs:label "TOP" ; - rdfs:comment "Tongan pa'anga." ; + rdfs:comment "Tongan pa'anga."@en ; cims:stereotype "enum" . cim:Currency.TRY a cim:Currency ; rdfs:label "TRY" ; - rdfs:comment "Turkish lira." ; + rdfs:comment "Turkish lira."@en ; cims:stereotype "enum" . cim:Currency.TTD a cim:Currency ; rdfs:label "TTD" ; - rdfs:comment "Trinidad and Tobago dollar." ; + rdfs:comment "Trinidad and Tobago dollar."@en ; cims:stereotype "enum" . cim:Currency.TWD a cim:Currency ; rdfs:label "TWD" ; - rdfs:comment "New Taiwan dollar." ; + rdfs:comment "New Taiwan dollar."@en ; cims:stereotype "enum" . cim:Currency.TZS a cim:Currency ; rdfs:label "TZS" ; - rdfs:comment "Tanzanian shilling." ; + rdfs:comment "Tanzanian shilling."@en ; cims:stereotype "enum" . cim:Currency.UAH a cim:Currency ; rdfs:label "UAH" ; - rdfs:comment "Ukrainian hryvnia." ; + rdfs:comment "Ukrainian hryvnia."@en ; cims:stereotype "enum" . cim:Currency.UGX a cim:Currency ; rdfs:label "UGX" ; - rdfs:comment "Ugandan shilling." ; + rdfs:comment "Ugandan shilling."@en ; cims:stereotype "enum" . cim:Currency.USD a cim:Currency ; rdfs:label "USD" ; - rdfs:comment "United States dollar." ; + rdfs:comment "United States dollar."@en ; cims:stereotype "enum" . cim:Currency.UYU a cim:Currency ; rdfs:label "UYU" ; - rdfs:comment "Uruguayan peso." ; + rdfs:comment "Uruguayan peso."@en ; cims:stereotype "enum" . cim:Currency.UZS a cim:Currency ; rdfs:label "UZS" ; - rdfs:comment "Uzbekistan som." ; + rdfs:comment "Uzbekistan som."@en ; cims:stereotype "enum" . cim:Currency.VEF a cim:Currency ; rdfs:label "VEF" ; - rdfs:comment "Venezuelan bolívar fuerte." ; + rdfs:comment "Venezuelan bolívar fuerte."@en ; cims:stereotype "enum" . cim:Currency.VND a cim:Currency ; rdfs:label "VND" ; - rdfs:comment "Vietnamese Dong." ; + rdfs:comment "Vietnamese Dong."@en ; cims:stereotype "enum" . cim:Currency.VUV a cim:Currency ; rdfs:label "VUV" ; - rdfs:comment "Vanuatu vatu." ; + rdfs:comment "Vanuatu vatu."@en ; cims:stereotype "enum" . cim:Currency.WST a cim:Currency ; rdfs:label "WST" ; - rdfs:comment "Samoan tala." ; + rdfs:comment "Samoan tala."@en ; cims:stereotype "enum" . cim:Currency.XAF a cim:Currency ; rdfs:label "XAF" ; - rdfs:comment "CFA franc BEAC." ; + rdfs:comment "CFA franc BEAC."@en ; cims:stereotype "enum" . cim:Currency.XCD a cim:Currency ; rdfs:label "XCD" ; - rdfs:comment "East Caribbean dollar." ; + rdfs:comment "East Caribbean dollar."@en ; cims:stereotype "enum" . cim:Currency.XOF a cim:Currency ; rdfs:label "XOF" ; - rdfs:comment "CFA Franc BCEAO." ; + rdfs:comment "CFA Franc BCEAO."@en ; cims:stereotype "enum" . cim:Currency.XPF a cim:Currency ; rdfs:label "XPF" ; - rdfs:comment "CFP franc." ; + rdfs:comment "CFP franc."@en ; cims:stereotype "enum" . cim:Currency.YER a cim:Currency ; rdfs:label "YER" ; - rdfs:comment "Yemeni rial." ; + rdfs:comment "Yemeni rial."@en ; cims:stereotype "enum" . cim:Currency.ZAR a cim:Currency ; rdfs:label "ZAR" ; - rdfs:comment "South African rand." ; + rdfs:comment "South African rand."@en ; cims:stereotype "enum" . cim:Currency.ZMK a cim:Currency ; rdfs:label "ZMK" ; - rdfs:comment "Zambian kwacha." ; + rdfs:comment "Zambian kwacha."@en ; cims:stereotype "enum" . cim:Currency.ZWL a cim:Currency ; rdfs:label "ZWL" ; - rdfs:comment "Zimbabwe dollar." ; + rdfs:comment "Zimbabwe dollar."@en ; cims:stereotype "enum" . cim:CurrentFlow skos:exactMatch quantitykind:ElectricCurrent . @@ -1944,15 +1946,15 @@ cim:Pressure skos:exactMatch quantitykind:Pressure . cim:Reactance skos:exactMatch quantitykind:Reactance . cim:ReactivePower a qudt:QuantityKind ; - rdfs:label "ReactivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current." ; + rdfs:label "ReactivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.VAr ; skos:exactMatch quantitykind:ReactivePower . cim:RealEnergy a qudt:QuantityKind ; - rdfs:label "RealEnergy"@en ; - rdfs:comment "Real electrical energy." ; + rdfs:label "RealEnergy" ; + rdfs:comment "Real electrical energy."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.Wh ; skos:exactMatch quantitykind:Energy . @@ -1962,8 +1964,8 @@ cim:Resistance skos:exactMatch quantitykind:Resistance . cim:RotationSpeed skos:exactMatch quantitykind:AngularVelocity . cim:Seconds a qudt:QuantityKind ; - rdfs:label "Seconds"@en ; - rdfs:comment "Time, in seconds." ; + rdfs:label "Seconds" ; + rdfs:comment "Time, in seconds."@en ; cims:belongsToCategory ras:Package_RemedialActionScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.s ; skos:exactMatch quantitykind:Time . @@ -1974,39 +1976,39 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . @@ -2017,136 +2019,136 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . nc:CostSettledKind.final a nc:CostSettledKind ; - rdfs:label "final"@en ; - rdfs:comment "Final cost. For instance, the cost is not expected to be changed on a later stage." ; + rdfs:label "final" ; + rdfs:comment "Final cost. For instance, the cost is not expected to be changed on a later stage."@en ; cims:stereotype "enum" . nc:CostSettledKind.indicative a nc:CostSettledKind ; - rdfs:label "indicative"@en ; - rdfs:comment "Indicative cost." ; + rdfs:label "indicative" ; + rdfs:comment "Indicative cost."@en ; cims:stereotype "enum" . nc:CostSettledKind.provisional a nc:CostSettledKind ; - rdfs:label "provisional"@en ; - rdfs:comment "Provisional cost." ; + rdfs:label "provisional" ; + rdfs:comment "Provisional cost."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleAcceptanceKind.accepted a nc:RemedialActionScheduleAcceptanceKind ; - rdfs:label "accepted"@en ; - rdfs:comment "The acceptance of remedial action schedule is concluded and accepted." ; + rdfs:label "accepted" ; + rdfs:comment "The acceptance of remedial action schedule is concluded and accepted."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleAcceptanceKind.refused a nc:RemedialActionScheduleAcceptanceKind ; - rdfs:label "refused"@en ; - rdfs:comment "The acceptance of the remedial action schedule is concluded and refused." ; + rdfs:label "refused" ; + rdfs:comment "The acceptance of the remedial action schedule is concluded and refused."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleAcceptanceKind.timeout a nc:RemedialActionScheduleAcceptanceKind ; - rdfs:label "timeout"@en ; - rdfs:comment "The acceptance of the remedial action schedule was not completed due to timeout." ; + rdfs:label "timeout" ; + rdfs:comment "The acceptance of the remedial action schedule was not completed due to timeout."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleAcceptanceKind.waiting a nc:RemedialActionScheduleAcceptanceKind ; - rdfs:label "waiting"@en ; - rdfs:comment "The acceptance of the remedial action schedule is waiting (in progress)." ; + rdfs:label "waiting" ; + rdfs:comment "The acceptance of the remedial action schedule is waiting (in progress)."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleDependencyKind.exclusive a nc:RemedialActionScheduleDependencyKind ; - rdfs:label "exclusive"@en ; - rdfs:comment "Remedial action schedules are exclusive depending on each other. e.g. Only one of the remedial action schedules can be selected at the same time." ; + rdfs:label "exclusive" ; + rdfs:comment "Remedial action schedules are exclusive depending on each other. e.g. Only one of the remedial action schedules can be selected at the same time."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleDependencyKind.inclusive a nc:RemedialActionScheduleDependencyKind ; - rdfs:label "inclusive"@en ; - rdfs:comment "Remedial action schedules are inclusive depending on each other. e.g. Both remedial action schedules need to be picked if one of them is needed." ; + rdfs:label "inclusive" ; + rdfs:comment "Remedial action schedules are inclusive depending on each other. e.g. Both remedial action schedules need to be picked if one of them is needed."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleDependencyKind.none a nc:RemedialActionScheduleDependencyKind ; - rdfs:label "none"@en ; - rdfs:comment "Remedial action schedules are not depending on each other. However, the two remedial action schedules should be evaluated together." ; + rdfs:label "none" ; + rdfs:comment "Remedial action schedules are not depending on each other. However, the two remedial action schedules should be evaluated together."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleStatusKind.activated a nc:RemedialActionScheduleStatusKind ; - rdfs:label "activated"@en ; - rdfs:comment "Activated remedial action schedule." ; + rdfs:label "activated" ; + rdfs:comment "Activated remedial action schedule."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleStatusKind.agreed a nc:RemedialActionScheduleStatusKind ; - rdfs:label "agreed"@en ; - rdfs:comment "Agreed remedial action schedule." ; + rdfs:label "agreed" ; + rdfs:comment "Agreed remedial action schedule."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleStatusKind.agreementValidated a nc:RemedialActionScheduleStatusKind ; - rdfs:label "agreementValidated"@en ; - rdfs:comment "The agreement is validated for the remedial action schedule." ; + rdfs:label "agreementValidated" ; + rdfs:comment "The agreement is validated for the remedial action schedule."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleStatusKind.implemented a nc:RemedialActionScheduleStatusKind ; - rdfs:label "implemented"@en ; - rdfs:comment "An ordered remedial action is implemented." ; + rdfs:label "implemented" ; + rdfs:comment "An ordered remedial action is implemented."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleStatusKind.notUsed a nc:RemedialActionScheduleStatusKind ; - rdfs:label "notUsed"@en ; - rdfs:comment "Not used remedial action schedule." ; + rdfs:label "notUsed" ; + rdfs:comment "Not used remedial action schedule."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleStatusKind.ordered a nc:RemedialActionScheduleStatusKind ; - rdfs:label "ordered"@en ; - rdfs:comment "Ordered remedial action schedule." ; + rdfs:label "ordered" ; + rdfs:comment "Ordered remedial action schedule."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleStatusKind.previouslyAgreed a nc:RemedialActionScheduleStatusKind ; - rdfs:label "previouslyAgreed"@en ; - rdfs:comment "Previously agreed remedial action schedule." ; + rdfs:label "previouslyAgreed" ; + rdfs:comment "Previously agreed remedial action schedule."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleStatusKind.proposed a nc:RemedialActionScheduleStatusKind ; - rdfs:label "proposed"@en ; - rdfs:comment "Proposed remedial action schedule." ; + rdfs:label "proposed" ; + rdfs:comment "Proposed remedial action schedule."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleStatusKind.rejected a nc:RemedialActionScheduleStatusKind ; - rdfs:label "rejected"@en ; - rdfs:comment "Rejected remedial action schedule." ; + rdfs:label "rejected" ; + rdfs:comment "Rejected remedial action schedule."@en ; cims:stereotype "enum" . nc:RemedialActionScheduleStatusKind.rejectionValidated a nc:RemedialActionScheduleStatusKind ; - rdfs:label "rejectionValidated"@en ; - rdfs:comment "The rejection is validated for the remedial action schedule." ; + rdfs:label "rejectionValidated" ; + rdfs:comment "The rejection is validated for the remedial action schedule."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.next a nc:TimeSeriesInterpolationKind ; - rdfs:label "next"@en ; - rdfs:comment "The value between two time points is set to next value." ; + rdfs:label "next" ; + rdfs:comment "The value between two time points is set to next value."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.none a nc:TimeSeriesInterpolationKind ; - rdfs:label "none"@en ; - rdfs:comment "No interpolation is applied." ; + rdfs:label "none" ; + rdfs:comment "No interpolation is applied."@en ; cims:stereotype "enum" . nc:ValueOffsetKind.absolute a nc:ValueOffsetKind ; - rdfs:label "absolute"@en ; - rdfs:comment "Value of the range constraint is replacing the attribute value referenced by the PropertyReference in a determined operational scenario." ; + rdfs:label "absolute" ; + rdfs:comment "Value of the range constraint is replacing the attribute value referenced by the PropertyReference in a determined operational scenario."@en ; cims:stereotype "enum" . nc:ValueOffsetKind.incremental a nc:ValueOffsetKind ; - rdfs:label "incremental"@en ; - rdfs:comment "Value of the range constraint is incrementing the attribute value referenced by the PropertyReference in a determined operational scenario." ; + rdfs:label "incremental" ; + rdfs:comment "Value of the range constraint is incrementing the attribute value referenced by the PropertyReference in a determined operational scenario."@en ; cims:stereotype "enum" . nc:ValueOffsetKind.incrementalPercentage a nc:ValueOffsetKind ; - rdfs:label "incrementalPercentage"@en ; - rdfs:comment "Value of the range constraint is incrementing in percentage the attribute value referenced by the PropertyReference in a determined operational scenario." ; + rdfs:label "incrementalPercentage" ; + rdfs:comment "Value of the range constraint is incrementing in percentage the attribute value referenced by the PropertyReference in a determined operational scenario."@en ; cims:stereotype "enum" . ras:Package_DocRemedialActionScheduleProfile a cims:ClassCategory ; - rdfs:label "DocRemedialActionScheduleProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocRemedialActionScheduleProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . ras:Package_RemedialActionScheduleProfile a cims:ClassCategory ; - rdfs:label "RemedialActionScheduleProfile"@en ; - rdfs:comment "This package contains remedial action schedule profile." . + rdfs:label "RemedialActionScheduleProfile" ; + rdfs:comment "This package contains remedial action schedule profile."@en . diff --git a/rdfs-improved/CGMES-NC/ttl/SecurityAnalysisResult-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/SecurityAnalysisResult-AP-Voc-RDFS2020.ttl index 8b530c2..cd8248d 100644 --- a/rdfs-improved/CGMES-NC/ttl/SecurityAnalysisResult-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/SecurityAnalysisResult-AP-Voc-RDFS2020.ttl @@ -13,109 +13,111 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . sar:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the security analysis result profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "SAR" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:7d53a1b2-0dcc-4556-b868-6ed099bd9ac9" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Security Analysis Result Vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.4"@en . + owl:versionInfo "2.4" . cim:ACDCTerminal a owl:Class ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile . cim:Contingency a owl:Class ; - rdfs:label "Contingency"@en ; - rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements." ; + rdfs:label "Contingency" ; + rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile . cim:OperationalLimit a owl:Class ; - rdfs:label "OperationalLimit"@en ; + rdfs:label "OperationalLimit" ; rdfs:comment """A value and normal value associated with a specific kind of limit. The sub class value and normalValue attributes vary inversely to the associated OperationalLimitType.acceptableDuration (acceptableDuration for short). -If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration.""" ; +If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration."""@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; cims:stereotype uml:enumeration . nc:BaseCasePowerFlowResult a owl:Class ; - rdfs:label "BaseCasePowerFlowResult"@en ; - rdfs:comment "Base case power flow result for a given terminal." ; + rdfs:label "BaseCasePowerFlowResult" ; + rdfs:comment "Base case power flow result for a given terminal."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PowerFlowResult . nc:ContingencyPowerFlowResult a owl:Class ; - rdfs:label "ContingencyPowerFlowResult"@en ; - rdfs:comment "Contingency power flow result on a given terminal for a given contingency." ; + rdfs:label "ContingencyPowerFlowResult" ; + rdfs:comment "Contingency power flow result on a given terminal for a given contingency."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:PowerFlowResult . nc:PowerFlowResult a owl:Class ; - rdfs:label "PowerFlowResult"@en ; - rdfs:comment "Power flow result including any operational limit violation." ; + rdfs:label "PowerFlowResult" ; + rdfs:comment "Power flow result including any operational limit violation."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; cims:stereotype "NC" . nc:Region a owl:Class ; - rdfs:label "Region"@en ; - rdfs:comment "A region where the system operator belongs to." ; + rdfs:label "Region" ; + rdfs:comment "A region where the system operator belongs to."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; cims:stereotype "NC" . nc:RemedialAction a owl:Class ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; cims:stereotype "NC" . nc:RemedialActionApplied a owl:Class ; - rdfs:label "RemedialActionApplied"@en ; - rdfs:comment "Remedial Action or Remedial Action Stage that has been applied to the power flow case which has the associated power flow result." ; + rdfs:label "RemedialActionApplied" ; + rdfs:comment "Remedial Action or Remedial Action Stage that has been applied to the power flow case which has the associated power flow result."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; cims:stereotype "NC", uml:concrete . nc:Stage a owl:Class ; - rdfs:label "Stage"@en ; - rdfs:comment "Stage of a remedial action scheme." ; + rdfs:label "Stage" ; + rdfs:comment "Stage of a remedial action scheme."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; cims:stereotype "NC", uml:concrete . nc:ACDCTerminal.PowerFlowResult a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerFlowResult"@en ; - rdfs:comment "Power result associated with the ACDC terminal." ; + rdfs:label "PowerFlowResult" ; + rdfs:comment "Power result associated with the ACDC terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf nc:PowerFlowResult.ACDCTerminal ; @@ -123,8 +125,8 @@ nc:ACDCTerminal.PowerFlowResult a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range nc:PowerFlowResult . nc:Contingency.ContingencyPowerFlowResult a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ContingencyPowerFlowResult"@en ; - rdfs:comment "The power flow result that is associated with a contingency." ; + rdfs:label "ContingencyPowerFlowResult" ; + rdfs:comment "The power flow result that is associated with a contingency."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -133,8 +135,8 @@ nc:Contingency.ContingencyPowerFlowResult a owl:ObjectProperty, owl:InverseFunct rdfs:range nc:ContingencyPowerFlowResult . nc:ContingencyPowerFlowResult.Contingency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Contingency"@en ; - rdfs:comment "The contingency that has this power flow result." ; + rdfs:label "Contingency" ; + rdfs:comment "The contingency that has this power flow result."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -143,8 +145,8 @@ nc:ContingencyPowerFlowResult.Contingency a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:Contingency . nc:OperationalLimit.PowerFlowResult a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerFlowResult"@en ; - rdfs:comment "The limit violation associated with an operational limit." ; + rdfs:label "PowerFlowResult" ; + rdfs:comment "The limit violation associated with an operational limit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -153,8 +155,8 @@ nc:OperationalLimit.PowerFlowResult a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range nc:PowerFlowResult . nc:PowerFlowResult.ACDCTerminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "ACDC terminal where the powerflow result is located." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "ACDC terminal where the powerflow result is located."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf nc:ACDCTerminal.PowerFlowResult ; @@ -162,8 +164,8 @@ nc:PowerFlowResult.ACDCTerminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ACDCTerminal . nc:PowerFlowResult.OperationalLimit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OperationalLimit"@en ; - rdfs:comment "The operational limit that has this limit violation." ; + rdfs:label "OperationalLimit" ; + rdfs:comment "The operational limit that has this limit violation."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -172,8 +174,8 @@ nc:PowerFlowResult.OperationalLimit a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:OperationalLimit . nc:PowerFlowResult.RemedialActionApplied a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionApplied"@en ; - rdfs:comment "Remedial action that is applied when the power flow result is calculated." ; + rdfs:label "RemedialActionApplied" ; + rdfs:comment "Remedial action that is applied when the power flow result is calculated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -182,8 +184,8 @@ nc:PowerFlowResult.RemedialActionApplied a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:RemedialActionApplied . nc:PowerFlowResult.ReportedByRegion a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ReportedByRegion"@en ; - rdfs:comment "The region which reports this limit violation." ; + rdfs:label "ReportedByRegion" ; + rdfs:comment "The region which reports this limit violation."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -192,8 +194,8 @@ nc:PowerFlowResult.ReportedByRegion a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:Region . nc:Region.LimitViolation a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "LimitViolation"@en ; - rdfs:comment "The limit violation reported by a region." ; + rdfs:label "LimitViolation" ; + rdfs:comment "The limit violation reported by a region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -202,8 +204,8 @@ nc:Region.LimitViolation a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:PowerFlowResult . nc:RemedialAction.RemedialActionApplied a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionApplied"@en ; - rdfs:comment "The relationship of the applied remedial action and power flow result." ; + rdfs:label "RemedialActionApplied" ; + rdfs:comment "The relationship of the applied remedial action and power flow result."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -212,8 +214,8 @@ nc:RemedialAction.RemedialActionApplied a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:RemedialActionApplied . nc:RemedialActionApplied.PowerFlowResult a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerFlowResult"@en ; - rdfs:comment "Power flow result that is obtained when the remedial action is applied." ; + rdfs:label "PowerFlowResult" ; + rdfs:comment "Power flow result that is obtained when the remedial action is applied."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -222,8 +224,8 @@ nc:RemedialActionApplied.PowerFlowResult a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:PowerFlowResult . nc:RemedialActionApplied.RemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action that is applied." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action that is applied."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -232,8 +234,8 @@ nc:RemedialActionApplied.RemedialAction a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:RemedialAction . nc:RemedialActionApplied.StageForRemedialActionScheme a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "StageForRemedialActionScheme"@en ; - rdfs:comment "The stage of the remedial action scheme that is applied." ; + rdfs:label "StageForRemedialActionScheme" ; + rdfs:comment "The stage of the remedial action scheme that is applied."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -242,8 +244,8 @@ nc:RemedialActionApplied.StageForRemedialActionScheme a owl:ObjectProperty, owl: rdfs:range nc:Stage . nc:Stage.RemedialActionApplied a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionApplied"@en ; - rdfs:comment "The applied relationship between remedial action and a power flow result." ; + rdfs:label "RemedialActionApplied" ; + rdfs:comment "The applied relationship between remedial action and a power flow result."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -252,32 +254,32 @@ nc:Stage.RemedialActionApplied a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range nc:RemedialActionApplied . nc:PowerFlowResult.absoluteValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "absoluteValue"@en ; - rdfs:comment "Absolute value from a power flow calculation on a given terminal related to a given operational limit. For instance, if the operational limit is 1000 A and the current flow is 1100 A the absoluteValue is reported as 1100 A." ; + rdfs:label "absoluteValue" ; + rdfs:comment "Absolute value from a power flow calculation on a given terminal related to a given operational limit. For instance, if the operational limit is 1000 A and the current flow is 1100 A the absoluteValue is reported as 1100 A."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerFlowResult ; rdfs:range xsd:float . nc:PowerFlowResult.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The date and time of the scenario time that was studied and at which the limit violation occurred." ; + rdfs:label "atTime" ; + rdfs:comment "The date and time of the scenario time that was studied and at which the limit violation occurred."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerFlowResult ; rdfs:range xsd:dateTime . nc:PowerFlowResult.isViolation a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isViolation"@en ; - rdfs:comment "True if the power flow result is violating the associated operational limit. False if it is not violating the associated operational limits." ; + rdfs:label "isViolation" ; + rdfs:comment "True if the power flow result is violating the associated operational limit. False if it is not violating the associated operational limits."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerFlowResult ; rdfs:range xsd:boolean . nc:PowerFlowResult.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The value of the limit violation in percent related to the value of the operational limit that is violated. For instance, if the operational limit is 1000 A and the current flow is 1100 A the value is reported as 110 %." ; + rdfs:label "value" ; + rdfs:comment "The value of the limit violation in percent related to the value of the operational limit that is violated. For instance, if the operational limit is 1000 A and the current flow is 1100 A the value is reported as 110 %."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -288,8 +290,8 @@ nc:PowerFlowResult.value a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerFlowResult.valueA a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valueA"@en ; - rdfs:comment "Current from a power flow calculation on a given terminal. The value shall be a positive value or zero." ; + rdfs:label "valueA" ; + rdfs:comment "Current from a power flow calculation on a given terminal. The value shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -300,8 +302,8 @@ nc:PowerFlowResult.valueA a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerFlowResult.valueAngle a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valueAngle"@en ; - rdfs:comment "Voltage angle value from a power flow calculation on a given terminal." ; + rdfs:label "valueAngle" ; + rdfs:comment "Voltage angle value from a power flow calculation on a given terminal."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -312,8 +314,8 @@ nc:PowerFlowResult.valueAngle a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerFlowResult.valueV a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valueV"@en ; - rdfs:comment "Voltage value from a power flow calculation on a given terminal. The attribute shall be a positive value." ; + rdfs:label "valueV" ; + rdfs:comment "Voltage value from a power flow calculation on a given terminal. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -324,8 +326,8 @@ nc:PowerFlowResult.valueV a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerFlowResult.valueVA a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valueVA"@en ; - rdfs:comment "Apparent power value from a power flow calculation on a given terminal." ; + rdfs:label "valueVA" ; + rdfs:comment "Apparent power value from a power flow calculation on a given terminal."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VA ; cims:multiplicity cims:M:0..1 ; @@ -336,9 +338,9 @@ nc:PowerFlowResult.valueVA a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerFlowResult.valueVAR a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valueVAR"@en ; + rdfs:label "valueVAR" ; rdfs:comment """Reactive power value from a power flow calculation on a given terminal. -Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment.""" ; +Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -349,9 +351,9 @@ Load sign convention is used, i.e. positive sign means flow out from a Topologic rdfs:range xsd:float . nc:PowerFlowResult.valueW a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valueW"@en ; + rdfs:label "valueW" ; rdfs:comment """Active power value from a power flow calculation on a given terminal. -Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment.""" ; +Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -362,17 +364,17 @@ Load sign convention is used, i.e. positive sign means flow out from a Topologic rdfs:range xsd:float . nc:RemedialActionApplied.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionApplied ; rdfs:range xsd:string . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -384,8 +386,8 @@ cim:ActivePowerPerCurrentFlow skos:exactMatch quantitykind:ActivePowerPerCurrent cim:ActivePowerPerFrequency skos:exactMatch quantitykind:ActivePowerPerFrequency . cim:AngleDegrees a qudt:QuantityKind ; - rdfs:label "AngleDegrees"@en ; - rdfs:comment "Measurement of angle in degrees." ; + rdfs:label "AngleDegrees" ; + rdfs:comment "Measurement of angle in degrees."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; qudt:applicableUnit cim:UnitSymbol.deg ; skos:exactMatch quantitykind:Angle . @@ -393,8 +395,8 @@ cim:AngleDegrees a qudt:QuantityKind ; cim:AngleRadians skos:exactMatch quantitykind:Angle . cim:ApparentPower a qudt:QuantityKind ; - rdfs:label "ApparentPower"@en ; - rdfs:comment "Product of the RMS value of the voltage and the RMS value of the current." ; + rdfs:label "ApparentPower" ; + rdfs:comment "Product of the RMS value of the voltage and the RMS value of the current."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; qudt:applicableUnit cim:UnitSymbol.VA ; skos:exactMatch quantitykind:ApparentPower . @@ -406,8 +408,8 @@ cim:Capacitance skos:exactMatch quantitykind:Capacitance . cim:Conductance skos:exactMatch quantitykind:Conductance . cim:CurrentFlow a qudt:QuantityKind ; - rdfs:label "CurrentFlow"@en ; - rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC." ; + rdfs:label "CurrentFlow" ; + rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; qudt:applicableUnit cim:UnitSymbol.A ; skos:exactMatch quantitykind:ElectricCurrent . @@ -423,8 +425,8 @@ cim:Money skos:exactMatch quantitykind:Currency . cim:PU skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . @@ -434,8 +436,8 @@ cim:Pressure skos:exactMatch quantitykind:Pressure . cim:Reactance skos:exactMatch quantitykind:Reactance . cim:ReactivePower a qudt:QuantityKind ; - rdfs:label "ReactivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current." ; + rdfs:label "ReactivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; qudt:applicableUnit cim:UnitSymbol.VAr ; skos:exactMatch quantitykind:ReactivePower . @@ -454,69 +456,69 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.VA a cim:UnitSymbol ; rdfs:label "VA" ; - rdfs:comment "Apparent power in volt amperes. See also real power and reactive power." ; + rdfs:comment "Apparent power in volt amperes. See also real power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:Voltage a qudt:QuantityKind ; - rdfs:label "Voltage"@en ; - rdfs:comment "Electrical voltage, can be both AC and DC." ; + rdfs:label "Voltage" ; + rdfs:comment "Electrical voltage, can be both AC and DC."@en ; cims:belongsToCategory sar:Package_SecurityAnalysisResultProfile ; qudt:applicableUnit cim:UnitSymbol.V ; skos:exactMatch quantitykind:Voltage . @@ -526,14 +528,14 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . sar:Package_DocSecurityAnalysisResultProfile a cims:ClassCategory ; - rdfs:label "DocSecurityAnalysisResultProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocSecurityAnalysisResultProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . sar:Package_SecurityAnalysisResultProfile a cims:ClassCategory ; - rdfs:label "SecurityAnalysisResultProfile"@en ; + rdfs:label "SecurityAnalysisResultProfile" ; rdfs:comment """This package contains the security analysis result profile. This profile is not intended to replace the Topology (TP) and State Variables (SV) profiles. Its intention is to exchange power flow result that is relevant for security optimization, either through violation or through a loading threshold. Systems should not use this profile for dumping a full database. The modeling is optimized to have the minimum size in addition to a well defined value definition (e.g. active power, apparent power,etc.). Recommendation: If the terminals are connected with zero impedance, it is recommended to export only one terminal with a voltage (e.g. the terminal of a BusbarSection). -The connection between Contingency and Remedial Action is given by the Remedial Action Profile. The connection between AssessedElement and PowerFlowResult is given by the OperationalLimit.""" . +The connection between Contingency and Remedial Action is given by the Remedial Action Profile. The connection between AssessedElement and PowerFlowResult is given by the OperationalLimit."""@en . diff --git a/rdfs-improved/CGMES-NC/ttl/SensitivityMatrix-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/SensitivityMatrix-AP-Voc-RDFS2020.ttl index 33d4187..b666c6b 100644 --- a/rdfs-improved/CGMES-NC/ttl/SensitivityMatrix-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/SensitivityMatrix-AP-Voc-RDFS2020.ttl @@ -8,94 +8,96 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . +@prefix dc: . @prefix uml: . sm:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the sensitivity matrix."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "SM" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:d89a8510-528b-49a9-81f1-c51be51caa6f" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Sensitivity Matrix Vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:Contingency a owl:Class ; - rdfs:label "Contingency"@en ; - rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements." ; + rdfs:label "Contingency" ; + rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements."@en ; cims:belongsToCategory sm:Package_SensitivityMatrixProfile . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory sm:Package_SensitivityMatrixProfile . nc:AssessedElement a owl:Class ; - rdfs:label "AssessedElement"@en ; + rdfs:label "AssessedElement" ; rdfs:comment """Assessed element is a network element for which the electrical state is evaluated in the regional or cross-regional process and which value is expected to fulfil regional rules function of the operational security limits. -The measurements and limits are as defined in the steady state hypothesis.""" ; +The measurements and limits are as defined in the steady state hypothesis."""@en ; cims:belongsToCategory sm:Package_SensitivityMatrixProfile ; cims:stereotype "NC" . nc:ControllableQuantity a owl:Class ; - rdfs:label "ControllableQuantity"@en ; - rdfs:comment "Controllable quantity is a set point quantity on a grid state alteration or on a remedial action." ; + rdfs:label "ControllableQuantity" ; + rdfs:comment "Controllable quantity is a set point quantity on a grid state alteration or on a remedial action."@en ; cims:belongsToCategory sm:Package_SensitivityMatrixProfile ; cims:stereotype "NC", uml:concrete . nc:GridStateAlteration a owl:Class ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case."@en ; cims:belongsToCategory sm:Package_SensitivityMatrixProfile ; cims:stereotype "NC" . nc:ObservableQuantity a owl:Class ; - rdfs:label "ObservableQuantity"@en ; - rdfs:comment "Observable quantity is an electrical quantity on an assessed element or an assessed element with contingency." ; + rdfs:label "ObservableQuantity" ; + rdfs:comment "Observable quantity is an electrical quantity on an assessed element or an assessed element with contingency."@en ; cims:belongsToCategory sm:Package_SensitivityMatrixProfile ; cims:stereotype "NC", uml:concrete . nc:ObservableQuantityKind a owl:Class ; - rdfs:label "ObservableQuantityKind"@en ; - rdfs:comment "Kind of observable quantity." ; + rdfs:label "ObservableQuantityKind" ; + rdfs:comment "Kind of observable quantity."@en ; cims:belongsToCategory sm:Package_SensitivityMatrixProfile ; cims:stereotype "NC", uml:enumeration . nc:RemedialAction a owl:Class ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly."@en ; cims:belongsToCategory sm:Package_SensitivityMatrixProfile ; cims:stereotype "NC" . nc:SensitivityFactor a owl:Class ; - rdfs:label "SensitivityFactor"@en ; - rdfs:comment "The sensitivity factor which represents the sensitivity between observable and controllable elements." ; + rdfs:label "SensitivityFactor" ; + rdfs:comment "The sensitivity factor which represents the sensitivity between observable and controllable elements."@en ; cims:belongsToCategory sm:Package_SensitivityMatrixProfile ; cims:stereotype "NC", uml:concrete . nc:SensitivityMatrix a owl:Class ; - rdfs:label "SensitivityMatrix"@en ; - rdfs:comment "The sensitivity matrix which represents the sensitivity factors between observable and controllable elements." ; + rdfs:label "SensitivityMatrix" ; + rdfs:comment "The sensitivity matrix which represents the sensitivity factors between observable and controllable elements."@en ; cims:belongsToCategory sm:Package_SensitivityMatrixProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:SensitivityMatrixKind a owl:Class ; - rdfs:label "SensitivityMatrixKind"@en ; - rdfs:comment "Kinds of sensitivity matrix." ; + rdfs:label "SensitivityMatrixKind" ; + rdfs:comment "Kinds of sensitivity matrix."@en ; cims:belongsToCategory sm:Package_SensitivityMatrixProfile ; cims:stereotype "NC", uml:enumeration . nc:AssessedElement.ObservableQuantity a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ObservableQuantity"@en ; - rdfs:comment "The observable quantity for this assessed element with contingency." ; + rdfs:label "ObservableQuantity" ; + rdfs:comment "The observable quantity for this assessed element with contingency."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -104,8 +106,8 @@ nc:AssessedElement.ObservableQuantity a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:ObservableQuantity . nc:Contingency.ObservableQuantity a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ObservableQuantity"@en ; - rdfs:comment "The observable quantity for this contingency." ; + rdfs:label "ObservableQuantity" ; + rdfs:comment "The observable quantity for this contingency."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -114,8 +116,8 @@ nc:Contingency.ObservableQuantity a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:ObservableQuantity . nc:ControllableQuantity.GridStateAlteration a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "The grid state alteration for this controllable quantity." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "The grid state alteration for this controllable quantity."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -124,8 +126,8 @@ nc:ControllableQuantity.GridStateAlteration a owl:ObjectProperty, owl:Functional rdfs:range nc:GridStateAlteration . nc:ControllableQuantity.RemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action which is associated with the controllable quantity." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action which is associated with the controllable quantity."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -134,8 +136,8 @@ nc:ControllableQuantity.RemedialAction a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:RemedialAction . nc:ControllableQuantity.SensitivityFactor a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SensitivityFactor"@en ; - rdfs:comment "The sensitivity factor associated with a controllable quantity." ; + rdfs:label "SensitivityFactor" ; + rdfs:comment "The sensitivity factor associated with a controllable quantity."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -144,8 +146,8 @@ nc:ControllableQuantity.SensitivityFactor a owl:ObjectProperty, owl:InverseFunct rdfs:range nc:SensitivityFactor . nc:GridStateAlteration.ControllableQuantity a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControllableQuantity"@en ; - rdfs:comment "The controllable quantity associated with this grid state alteration." ; + rdfs:label "ControllableQuantity" ; + rdfs:comment "The controllable quantity associated with this grid state alteration."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -154,8 +156,8 @@ nc:GridStateAlteration.ControllableQuantity a owl:ObjectProperty, owl:InverseFun rdfs:range nc:ControllableQuantity . nc:ObservableQuantity.AssessedElement a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "The assessed element with contingency associated with this observable quantity." ; + rdfs:label "AssessedElement" ; + rdfs:comment "The assessed element with contingency associated with this observable quantity."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -164,8 +166,8 @@ nc:ObservableQuantity.AssessedElement a owl:ObjectProperty, owl:FunctionalProper rdfs:range nc:AssessedElement . nc:ObservableQuantity.Contingency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Contingency"@en ; - rdfs:comment "The contingency associated with this observable quantity." ; + rdfs:label "Contingency" ; + rdfs:comment "The contingency associated with this observable quantity."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -174,8 +176,8 @@ nc:ObservableQuantity.Contingency a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Contingency . nc:ObservableQuantity.SensitivityFactor a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SensitivityFactor"@en ; - rdfs:comment "The sensitivity factor associated with an observable quantity." ; + rdfs:label "SensitivityFactor" ; + rdfs:comment "The sensitivity factor associated with an observable quantity."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -184,16 +186,16 @@ nc:ObservableQuantity.SensitivityFactor a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:SensitivityFactor . nc:ObservableQuantity.observableQuantityKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "observableQuantityKind"@en ; - rdfs:comment "Kind of observable quantity." ; + rdfs:label "observableQuantityKind" ; + rdfs:comment "Kind of observable quantity."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ObservableQuantity ; rdfs:range nc:ObservableQuantityKind . nc:RemedialAction.ControllableQuantity a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControllableQuantity"@en ; - rdfs:comment "The controllable quantity for a remedial action." ; + rdfs:label "ControllableQuantity" ; + rdfs:comment "The controllable quantity for a remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -202,8 +204,8 @@ nc:RemedialAction.ControllableQuantity a owl:ObjectProperty, owl:InverseFunction rdfs:range nc:ControllableQuantity . nc:SensitivityFactor.ControllableQuantity a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ControllableQuantity"@en ; - rdfs:comment "The controllable quantity for this sensitivity factor." ; + rdfs:label "ControllableQuantity" ; + rdfs:comment "The controllable quantity for this sensitivity factor."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -212,8 +214,8 @@ nc:SensitivityFactor.ControllableQuantity a owl:ObjectProperty, owl:FunctionalPr rdfs:range nc:ControllableQuantity . nc:SensitivityFactor.ObservableQuantity a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ObservableQuantity"@en ; - rdfs:comment "The observable quantity for this sensitivity factor." ; + rdfs:label "ObservableQuantity" ; + rdfs:comment "The observable quantity for this sensitivity factor."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -222,8 +224,8 @@ nc:SensitivityFactor.ObservableQuantity a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:ObservableQuantity . nc:SensitivityFactor.SensitivityMatrix a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SensitivityMatrix"@en ; - rdfs:comment "The sensitivity matrix which contains this sensitivity factor." ; + rdfs:label "SensitivityMatrix" ; + rdfs:comment "The sensitivity matrix which contains this sensitivity factor."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -232,8 +234,8 @@ nc:SensitivityFactor.SensitivityMatrix a owl:ObjectProperty, owl:FunctionalPrope rdfs:range nc:SensitivityMatrix . nc:SensitivityMatrix.SensitivityFactor a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SensitivityFactor"@en ; - rdfs:comment "The sensitivity factor which belongs to this sensitivity matrix." ; + rdfs:label "SensitivityFactor" ; + rdfs:comment "The sensitivity factor which belongs to this sensitivity matrix."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -242,100 +244,100 @@ nc:SensitivityMatrix.SensitivityFactor a owl:ObjectProperty, owl:InverseFunction rdfs:range nc:SensitivityFactor . nc:SensitivityMatrix.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "The kind of sensitivity matrix." ; + rdfs:label "kind" ; + rdfs:comment "The kind of sensitivity matrix."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SensitivityMatrix ; rdfs:range nc:SensitivityMatrixKind . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . nc:ControllableQuantity.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The value of the change applied to the grid state alteration or remedial action. In the case of multiple changes or non-quantifiable changes (e.g. Topology changes) the value needs to represent the suitable value that makes the derivable value given in the observable quantity for the purpose of the calculation of the sensitivity factor. The value can be integer, float or boolean. In case of boolean 1 equals true and 0 equals false." ; + rdfs:label "value" ; + rdfs:comment "The value of the change applied to the grid state alteration or remedial action. In the case of multiple changes or non-quantifiable changes (e.g. Topology changes) the value needs to represent the suitable value that makes the derivable value given in the observable quantity for the purpose of the calculation of the sensitivity factor. The value can be integer, float or boolean. In case of boolean 1 equals true and 0 equals false."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ControllableQuantity ; rdfs:range xsd:float . nc:SensitivityFactor.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The value of the sensitivity factor." ; + rdfs:label "value" ; + rdfs:comment "The value of the sensitivity factor."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SensitivityFactor ; rdfs:range xsd:float . nc:ObservableQuantityKind.activePower a nc:ObservableQuantityKind ; - rdfs:label "activePower"@en ; - rdfs:comment "The observable quantity is the active power." ; + rdfs:label "activePower" ; + rdfs:comment "The observable quantity is the active power."@en ; cims:stereotype "enum" . nc:ObservableQuantityKind.reactivePower a nc:ObservableQuantityKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "The observable quantity is the reactive power." ; + rdfs:label "reactivePower" ; + rdfs:comment "The observable quantity is the reactive power."@en ; cims:stereotype "enum" . nc:ObservableQuantityKind.voltageAngle a nc:ObservableQuantityKind ; - rdfs:label "voltageAngle"@en ; - rdfs:comment "The observable quantity is the angle of terminal voltage." ; + rdfs:label "voltageAngle" ; + rdfs:comment "The observable quantity is the angle of terminal voltage."@en ; cims:stereotype "enum" . nc:ObservableQuantityKind.voltageMagnitude a nc:ObservableQuantityKind ; - rdfs:label "voltageMagnitude"@en ; - rdfs:comment "The observable quantity is the magnitude of terminal voltage." ; + rdfs:label "voltageMagnitude" ; + rdfs:comment "The observable quantity is the magnitude of terminal voltage."@en ; cims:stereotype "enum" . nc:SensitivityMatrixKind.other a nc:SensitivityMatrixKind ; - rdfs:label "other"@en ; - rdfs:comment "Other kind of sensitivity matrix." ; + rdfs:label "other" ; + rdfs:comment "Other kind of sensitivity matrix."@en ; cims:stereotype "enum" . nc:SensitivityMatrixKind.uniformLoad a nc:SensitivityMatrixKind ; - rdfs:label "uniformLoad"@en ; - rdfs:comment "Uniform load matrix." ; + rdfs:label "uniformLoad" ; + rdfs:comment "Uniform load matrix."@en ; cims:stereotype "enum" . nc:SensitivityMatrixKind.uniformNode a nc:SensitivityMatrixKind ; - rdfs:label "uniformNode"@en ; - rdfs:comment "Uniform node matrix." ; + rdfs:label "uniformNode" ; + rdfs:comment "Uniform node matrix."@en ; cims:stereotype "enum" . nc:SensitivityMatrixKind.zoneToSlack a nc:SensitivityMatrixKind ; - rdfs:label "zoneToSlack"@en ; - rdfs:comment "Zone to slack kind of sensitivity matrix." ; + rdfs:label "zoneToSlack" ; + rdfs:comment "Zone to slack kind of sensitivity matrix."@en ; cims:stereotype "enum" . sm:Package_DocSensitivityMatrixProfile a cims:ClassCategory ; - rdfs:label "DocSensitivityMatrixProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocSensitivityMatrixProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . sm:Package_SensitivityMatrixProfile a cims:ClassCategory ; - rdfs:label "SensitivityMatrixProfile"@en ; - rdfs:comment "This package contains sensitivity matrix profile." . + rdfs:label "SensitivityMatrixProfile" ; + rdfs:comment "This package contains sensitivity matrix profile."@en . diff --git a/rdfs-improved/CGMES-NC/ttl/StateInstructionSchedule-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/StateInstructionSchedule-AP-Voc-RDFS2020.ttl index b3c36c5..c22aa9c 100644 --- a/rdfs-improved/CGMES-NC/ttl/StateInstructionSchedule-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/StateInstructionSchedule-AP-Voc-RDFS2020.ttl @@ -13,608 +13,610 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . sis:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the state instruction schedule profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "SIS" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:af884936-ea95-416b-b4c9-1214caa68658" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "State instruction schedule vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:ConductingEquipment a owl:Class ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; rdfs:subClassOf cim:Equipment . cim:Contingency a owl:Class ; - rdfs:label "Contingency"@en ; - rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements." ; + rdfs:label "Contingency" ; + rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile . cim:Currency a owl:Class ; - rdfs:label "Currency"@en ; - rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code." ; + rdfs:label "Currency" ; + rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype uml:enumeration . cim:EnergyConnection a owl:Class ; - rdfs:label "EnergyConnection"@en ; - rdfs:comment "A connection of energy generation or consumption on the power system model." ; + rdfs:label "EnergyConnection" ; + rdfs:comment "A connection of energy generation or consumption on the power system model."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EnergyConsumer a owl:Class ; - rdfs:label "EnergyConsumer"@en ; + rdfs:label "EnergyConsumer" ; rdfs:comment """Generic user of energy - a point of consumption on the power system model. -EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False.""" ; +EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False."""@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile . cim:EnergySource a owl:Class ; - rdfs:label "EnergySource"@en ; - rdfs:comment "A generic equivalent for an energy supplier on a transmission or distribution voltage level." ; + rdfs:label "EnergySource" ; + rdfs:comment "A generic equivalent for an energy supplier on a transmission or distribution voltage level."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; rdfs:subClassOf cim:PowerSystemResource . cim:EquivalentInjection a owl:Class ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile . cim:ExternalNetworkInjection a owl:Class ; - rdfs:label "ExternalNetworkInjection"@en ; - rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations." ; + rdfs:label "ExternalNetworkInjection" ; + rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile . cim:GeneratingUnit a owl:Class ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile . cim:HydroPump a owl:Class ; - rdfs:label "HydroPump"@en ; - rdfs:comment "A synchronous motor-driven pump, typically associated with a pumped storage plant." ; + rdfs:label "HydroPump" ; + rdfs:comment "A synchronous motor-driven pump, typically associated with a pumped storage plant."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile . cim:PowerElectronicsUnit a owl:Class ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile . cim:PowerSystemResource a owl:Class ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:Season a owl:Class ; - rdfs:label "Season"@en ; - rdfs:comment "A specified time period of the year." ; + rdfs:label "Season" ; + rdfs:comment "A specified time period of the year."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype uml:enumeration . nc:AssessedElement a owl:Class ; - rdfs:label "AssessedElement"@en ; + rdfs:label "AssessedElement" ; rdfs:comment """Assessed element is a network element for which the electrical state is evaluated in the regional or cross-regional process and which value is expected to fulfil regional rules function of the operational security limits. -The measurements and limits are as defined in the steady state hypothesis.""" ; +The measurements and limits are as defined in the steady state hypothesis."""@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:AssessedElementRegularSchedule a owl:Class ; - rdfs:label "AssessedElementRegularSchedule"@en ; - rdfs:comment "Regular schedule for assessed element." ; + rdfs:label "AssessedElementRegularSchedule" ; + rdfs:comment "Regular schedule for assessed element."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:AssessedElementRegularTimePoint a owl:Class ; - rdfs:label "AssessedElementRegularTimePoint"@en ; - rdfs:comment "Assessed element instruction value at a given point in time." ; + rdfs:label "AssessedElementRegularTimePoint" ; + rdfs:comment "Assessed element instruction value at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:AssessedElementSchedule a owl:Class ; - rdfs:label "AssessedElementSchedule"@en ; - rdfs:comment "Schedule for assessed element." ; + rdfs:label "AssessedElementSchedule" ; + rdfs:comment "Schedule for assessed element."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:AssessedElementTimePoint a owl:Class ; - rdfs:label "AssessedElementTimePoint"@en ; - rdfs:comment "Assessed element instruction value at a given point in time." ; + rdfs:label "AssessedElementTimePoint" ; + rdfs:comment "Assessed element instruction value at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:AssessedElementWithContingency a owl:Class ; - rdfs:label "AssessedElementWithContingency"@en ; - rdfs:comment "Combination of an assessed element and a contingency." ; + rdfs:label "AssessedElementWithContingency" ; + rdfs:comment "Combination of an assessed element and a contingency."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:AssessedElementWithRemedialAction a owl:Class ; - rdfs:label "AssessedElementWithRemedialAction"@en ; - rdfs:comment "Combination of an assessed element and a remedial action" ; + rdfs:label "AssessedElementWithRemedialAction" ; + rdfs:comment "Combination of an assessed element and a remedial action"@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:AutomationFunction a owl:Class ; - rdfs:label "AutomationFunction"@en ; - rdfs:comment "Automation function is a collection of functional block or other automation function that can be executed as a work cycle program as part of an automated system." ; + rdfs:label "AutomationFunction" ; + rdfs:comment "Automation function is a collection of functional block or other automation function that can be executed as a work cycle program as part of an automated system."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:AvailabilityTimePoint a owl:Class ; - rdfs:label "AvailabilityTimePoint"@en ; - rdfs:comment "Availability instruction value at a given point in time." ; + rdfs:label "AvailabilityTimePoint" ; + rdfs:comment "Availability instruction value at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:BaseIrregularTimeSeries a owl:Class ; - rdfs:label "BaseIrregularTimeSeries"@en ; - rdfs:comment "Time series that has irregular points in time." ; + rdfs:label "BaseIrregularTimeSeries" ; + rdfs:comment "Time series that has irregular points in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:BaseTimeSeries . nc:BaseRegularIntervalSchedule a owl:Class ; - rdfs:label "BaseRegularIntervalSchedule"@en ; - rdfs:comment "Time series that has regular points in time." ; + rdfs:label "BaseRegularIntervalSchedule" ; + rdfs:comment "Time series that has regular points in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:BaseTimeSeries . nc:BaseTimeSeries a owl:Class ; - rdfs:label "BaseTimeSeries"@en ; - rdfs:comment "Time series of values at points in time." ; + rdfs:label "BaseTimeSeries" ; + rdfs:comment "Time series of values at points in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:BaseTimeSeriesKind a owl:Class ; - rdfs:label "BaseTimeSeriesKind"@en ; - rdfs:comment "Kind of time series." ; + rdfs:label "BaseTimeSeriesKind" ; + rdfs:comment "Kind of time series."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:BidDirectionKind a owl:Class ; - rdfs:label "BidDirectionKind"@en ; - rdfs:comment "Kind of direction of the bid." ; + rdfs:label "BidDirectionKind" ; + rdfs:comment "Kind of direction of the bid."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:ContingencySchedule a owl:Class ; - rdfs:label "ContingencySchedule"@en ; - rdfs:comment "The schedule for Contingency." ; + rdfs:label "ContingencySchedule" ; + rdfs:comment "The schedule for Contingency."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:ContingencyTimePoint a owl:Class ; - rdfs:label "ContingencyTimePoint"@en ; - rdfs:comment "Contingency instruction value at a given point in time." ; + rdfs:label "ContingencyTimePoint" ; + rdfs:comment "Contingency instruction value at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:ContingencyWithRemedialAction a owl:Class ; - rdfs:label "ContingencyWithRemedialAction"@en ; - rdfs:comment "Combination of a contingency and a remedial action. ContingencyWithRemedialAction shall not be instantiated for preventive RemedialAction (RemedialAction.kind equals RemedialActionKind.preventive)." ; + rdfs:label "ContingencyWithRemedialAction" ; + rdfs:comment "Combination of a contingency and a remedial action. ContingencyWithRemedialAction shall not be instantiated for preventive RemedialAction (RemedialAction.kind equals RemedialActionKind.preventive)."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:CrossBorderRelevance a owl:Class ; - rdfs:label "CrossBorderRelevance"@en ; - rdfs:comment "Combination of an assessed element and one or more bidding zone border that are affected by the assessment." ; + rdfs:label "CrossBorderRelevance" ; + rdfs:comment "Combination of an assessed element and one or more bidding zone border that are affected by the assessment."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:DCPole a owl:Class ; - rdfs:label "DCPole"@en ; - rdfs:comment "The direct current (DC) system pole (IEC 60633) is part of a DC system consisting of all the equipment in the DC substations and the interconnecting transmission lines, if any, which during normal operation exhibit a common direct voltage polarity with respect to earth." ; + rdfs:label "DCPole" ; + rdfs:comment "The direct current (DC) system pole (IEC 60633) is part of a DC system consisting of all the equipment in the DC substations and the interconnecting transmission lines, if any, which during normal operation exhibit a common direct voltage polarity with respect to earth."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:DayOfWeekKind a owl:Class ; - rdfs:label "DayOfWeekKind"@en ; - rdfs:comment "The kind of day to be included in a regular schedule." ; + rdfs:label "DayOfWeekKind" ; + rdfs:comment "The kind of day to be included in a regular schedule."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:EnablingTimePoint a owl:Class ; - rdfs:label "EnablingTimePoint"@en ; - rdfs:comment "Enabling instruction value at a given point in time." ; + rdfs:label "EnablingTimePoint" ; + rdfs:comment "Enabling instruction value at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:EnergyBlockOrder a owl:Class ; - rdfs:label "EnergyBlockOrder"@en ; - rdfs:comment "The energy block order is a block (an amount) of energy that forms the sequence of orders that are going to be distributed to an energy block component." ; + rdfs:label "EnergyBlockOrder" ; + rdfs:comment "The energy block order is a block (an amount) of energy that forms the sequence of orders that are going to be distributed to an energy block component."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:EnergyDemandKind a owl:Class ; - rdfs:label "EnergyDemandKind"@en ; - rdfs:comment "Kind of energy demand." ; + rdfs:label "EnergyDemandKind" ; + rdfs:comment "Kind of energy demand."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:EnergyGroup a owl:Class ; - rdfs:label "EnergyGroup"@en ; - rdfs:comment "An energy group is an aggregation of energy components which have the same energy characteristic, e.g. fuel type and technology. It can be used to allocate energy." ; + rdfs:label "EnergyGroup" ; + rdfs:comment "An energy group is an aggregation of energy components which have the same energy characteristic, e.g. fuel type and technology. It can be used to allocate energy."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:FunctionBlock a owl:Class ; - rdfs:label "FunctionBlock"@en ; - rdfs:comment "Function block is a function described as a set of elementary blocks. The blocks describe the function between input variables and output variables." ; + rdfs:label "FunctionBlock" ; + rdfs:comment "Function block is a function described as a set of elementary blocks. The blocks describe the function between input variables and output variables."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:GenericAvailableSchedule a owl:Class ; - rdfs:label "GenericAvailableSchedule"@en ; - rdfs:comment "The schedule for the availability of elements." ; + rdfs:label "GenericAvailableSchedule" ; + rdfs:comment "The schedule for the availability of elements."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:GenericEnablingSchedule a owl:Class ; - rdfs:label "GenericEnablingSchedule"@en ; - rdfs:comment "The schedule for the enabling of elements." ; + rdfs:label "GenericEnablingSchedule" ; + rdfs:comment "The schedule for the enabling of elements."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:GenericSequenceSchedule a owl:Class ; - rdfs:label "GenericSequenceSchedule"@en ; - rdfs:comment "Schedule for sequence." ; + rdfs:label "GenericSequenceSchedule" ; + rdfs:comment "Schedule for sequence."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:GenericValueSchedule a owl:Class ; - rdfs:label "GenericValueSchedule"@en ; - rdfs:comment "Time series represent irregular generic value at given points in time. The type of value is given by the reference association." ; + rdfs:label "GenericValueSchedule" ; + rdfs:comment "Time series represent irregular generic value at given points in time. The type of value is given by the reference association."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:GenericValueTimePoint a owl:Class ; - rdfs:label "GenericValueTimePoint"@en ; - rdfs:comment "Generic value for a given point in time." ; + rdfs:label "GenericValueTimePoint" ; + rdfs:comment "Generic value for a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:GridStateAlteration a owl:Class ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:GridStateAlterationSchedule a owl:Class ; - rdfs:label "GridStateAlterationSchedule"@en ; - rdfs:comment "Schedule for a grid state alteration." ; + rdfs:label "GridStateAlterationSchedule" ; + rdfs:comment "Schedule for a grid state alteration."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:GridStateAlterationTimePoint a owl:Class ; - rdfs:label "GridStateAlterationTimePoint"@en ; - rdfs:comment "Grid state alteration at a given point in time." ; + rdfs:label "GridStateAlterationTimePoint" ; + rdfs:comment "Grid state alteration at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:GridStateIntensitySchedule a owl:Class ; - rdfs:label "GridStateIntensitySchedule"@en ; - rdfs:comment "Defines the intensity applied for a given grid state alteration. It is primarily used in exchanges related to the remedial action schedule. The value provided by the schedule replaces the value of the attribute to which the schedule refers to." ; + rdfs:label "GridStateIntensitySchedule" ; + rdfs:comment "Defines the intensity applied for a given grid state alteration. It is primarily used in exchanges related to the remedial action schedule. The value provided by the schedule replaces the value of the attribute to which the schedule refers to."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:GenericValueSchedule . nc:HourPattern a owl:Class ; - rdfs:label "HourPattern"@en ; - rdfs:comment "Pattern of hourly period in a day with the same kind of intensity." ; + rdfs:label "HourPattern" ; + rdfs:comment "Pattern of hourly period in a day with the same kind of intensity."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:HourPeriod a owl:Class ; - rdfs:label "HourPeriod"@en ; - rdfs:comment "Period of hours in a day." ; + rdfs:label "HourPeriod" ; + rdfs:comment "Period of hours in a day."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:InfeedLimit a owl:Class ; - rdfs:label "InfeedLimit"@en ; - rdfs:comment "Infeed limit set constraints fed in to the network by two or more terminals." ; + rdfs:label "InfeedLimit" ; + rdfs:comment "Infeed limit set constraints fed in to the network by two or more terminals."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:InfeedLimitSchedule a owl:Class ; - rdfs:label "InfeedLimitSchedule"@en ; - rdfs:comment "The schedule for an infeed limit." ; + rdfs:label "InfeedLimitSchedule" ; + rdfs:comment "The schedule for an infeed limit."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:InfeedLimitTimePoint a owl:Class ; - rdfs:label "InfeedLimitTimePoint"@en ; - rdfs:comment "Infeed limit at a given point in time." ; + rdfs:label "InfeedLimitTimePoint" ; + rdfs:comment "Infeed limit at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:ParticipationFactorTimePoint a owl:Class ; - rdfs:label "ParticipationFactorTimePoint"@en ; - rdfs:comment "Participation factor for a given point in time." ; + rdfs:label "ParticipationFactorTimePoint" ; + rdfs:comment "Participation factor for a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:PeakKind a owl:Class ; - rdfs:label "PeakKind"@en ; - rdfs:comment "Kind of time period with similar intensity." ; + rdfs:label "PeakKind" ; + rdfs:comment "Kind of time period with similar intensity."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:PowerBidDependency a owl:Class ; - rdfs:label "PowerBidDependency"@en ; - rdfs:comment "Dependency between the related power bids." ; + rdfs:label "PowerBidDependency" ; + rdfs:comment "Dependency between the related power bids."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:PowerBidDependencyKind a owl:Class ; - rdfs:label "PowerBidDependencyKind"@en ; - rdfs:comment "Kind of power bid dependency." ; + rdfs:label "PowerBidDependencyKind" ; + rdfs:comment "Kind of power bid dependency."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:PowerBidSchedule a owl:Class ; - rdfs:label "PowerBidSchedule"@en ; - rdfs:comment "Power bid or offer related to a redispatch or countertrading measures. In the case of market place for economic efficiency of the bids and offers, this is equivalent to BidTimeSeries class in 62325 package." ; + rdfs:label "PowerBidSchedule" ; + rdfs:comment "Power bid or offer related to a redispatch or countertrading measures. In the case of market place for economic efficiency of the bids and offers, this is equivalent to BidTimeSeries class in 62325 package."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:PowerBidScheduleTimePoint a owl:Class ; - rdfs:label "PowerBidScheduleTimePoint"@en ; - rdfs:comment "Time series represent irregular power, active and reactive, values at given points in time." ; + rdfs:label "PowerBidScheduleTimePoint" ; + rdfs:comment "Time series represent irregular power, active and reactive, values at given points in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:PowerRemedialAction a owl:Class ; - rdfs:label "PowerRemedialAction"@en ; - rdfs:comment "Energy remedial action describes actions to rearrange power schedules." ; + rdfs:label "PowerRemedialAction" ; + rdfs:comment "Energy remedial action describes actions to rearrange power schedules."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:PowerRemedialActionSchedule a owl:Class ; - rdfs:label "PowerRemedialActionSchedule"@en ; - rdfs:comment "The schedule for a power remedial action." ; + rdfs:label "PowerRemedialActionSchedule" ; + rdfs:comment "The schedule for a power remedial action."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:PowerRemedialActionTimePoint a owl:Class ; - rdfs:label "PowerRemedialActionTimePoint"@en ; - rdfs:comment "Regulating values at a given point in time." ; + rdfs:label "PowerRemedialActionTimePoint" ; + rdfs:comment "Regulating values at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:PowerShiftKeyDistribution a owl:Class ; - rdfs:label "PowerShiftKeyDistribution"@en ; - rdfs:comment "Distribution of the bid action on the power shift keys." ; + rdfs:label "PowerShiftKeyDistribution" ; + rdfs:comment "Distribution of the bid action on the power shift keys."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:PowerShiftKeySchedule a owl:Class ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The schedule for Power Shift Keys." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The schedule for Power Shift Keys."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:PowerShiftKeyStrategy a owl:Class ; - rdfs:label "PowerShiftKeyStrategy"@en ; - rdfs:comment "Strategy of the power shift key." ; + rdfs:label "PowerShiftKeyStrategy" ; + rdfs:comment "Strategy of the power shift key."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:PowerTransferCorridor a owl:Class ; - rdfs:label "PowerTransferCorridor"@en ; - rdfs:comment "A power transfer corridor is defined as a set of circuits (transmission lines or transformers) separating two portions of the power system, or a subset of circuits exposed to a substantial portion of the transmission exchange between two parts of the system." ; + rdfs:label "PowerTransferCorridor" ; + rdfs:comment "A power transfer corridor is defined as a set of circuits (transmission lines or transformers) separating two portions of the power system, or a subset of circuits exposed to a substantial portion of the transmission exchange between two parts of the system."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:RangeConstraint a owl:Class ; - rdfs:label "RangeConstraint"@en ; - rdfs:comment "Defines the rage constraint." ; + rdfs:label "RangeConstraint" ; + rdfs:comment "Defines the rage constraint."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:RemedialAction a owl:Class ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:RemedialActionDependency a owl:Class ; - rdfs:label "RemedialActionDependency"@en ; + rdfs:label "RemedialActionDependency" ; rdfs:comment """Remedial action dependency is making two remedial actions depending on each other. Multiple dependency is done by multiple instances of this class. The dependency can arrive by having one of the following examples.
    \t
  • The dependent remedial action is controlled by different system operator (Modeling Authority) (e.g. SIPS that goes across control area).
  • \t
  • The dependent remedial action is representing two or more remedial action that represent the same grid state alteration but with different modeling resolution (e.g. detail direct current model versus a simplified model).
  • \t
  • The remedial action can be combined with other remedial action without the need to create multiple remedial action with the same grid alteration for enabling dependency.
  • -
""" ; +"""@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:RemedialActionGroup a owl:Class ; - rdfs:label "RemedialActionGroup"@en ; - rdfs:comment "Grouping of remedial actions that can be operated together." ; + rdfs:label "RemedialActionGroup" ; + rdfs:comment "Grouping of remedial actions that can be operated together."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:RemedialActionGroupSchedule a owl:Class ; - rdfs:label "RemedialActionGroupSchedule"@en ; - rdfs:comment "The schedule for a remedial action group." ; + rdfs:label "RemedialActionGroupSchedule" ; + rdfs:comment "The schedule for a remedial action group."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:RemedialActionGroupTimePoint a owl:Class ; - rdfs:label "RemedialActionGroupTimePoint"@en ; - rdfs:comment "Remedial action group at a given point in time." ; + rdfs:label "RemedialActionGroupTimePoint" ; + rdfs:comment "Remedial action group at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:RemedialActionScheme a owl:Class ; - rdfs:label "RemedialActionScheme"@en ; + rdfs:label "RemedialActionScheme" ; rdfs:comment """Remedial Action Scheme (RAS), Special Protection Schemes (SPS), System Protection Schemes (SPS) or System Integrity Protection Schemes (SIPS). -A Remedial Action Scheme consists of one or more stages that can trigger and execute a protection action.""" ; +A Remedial Action Scheme consists of one or more stages that can trigger and execute a protection action."""@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:RemedialActionSchemeSchedule a owl:Class ; - rdfs:label "RemedialActionSchemeSchedule"@en ; - rdfs:comment "The schedule for a remedial action scheme." ; + rdfs:label "RemedialActionSchemeSchedule" ; + rdfs:comment "The schedule for a remedial action scheme."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:RemedialActionSchemeTimePoint a owl:Class ; - rdfs:label "RemedialActionSchemeTimePoint"@en ; - rdfs:comment "Remedial action scheme at a given point in time." ; + rdfs:label "RemedialActionSchemeTimePoint" ; + rdfs:comment "Remedial action scheme at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:ScheduleResource a owl:Class ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "A schedule resource is a market-based method for handling participation of small units, particularly located on the lower voltage level that is controlled by a Distributed System Operator (DSO). It is a collection of units that can operate in the market by providing bids, offers and a resulting committed operational schedule for the collection." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "A schedule resource is a market-based method for handling participation of small units, particularly located on the lower voltage level that is controlled by a Distributed System Operator (DSO). It is a collection of units that can operate in the market by providing bids, offers and a resulting committed operational schedule for the collection."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:SecuredExclusionReasonKind a owl:Class ; - rdfs:label "SecuredExclusionReasonKind"@en ; - rdfs:comment "The kind of secured exclusion reason." ; + rdfs:label "SecuredExclusionReasonKind" ; + rdfs:comment "The kind of secured exclusion reason."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:SequenceTimePoint a owl:Class ; - rdfs:label "SequenceTimePoint"@en ; - rdfs:comment "Sequence at a given point in time." ; + rdfs:label "SequenceTimePoint" ; + rdfs:comment "Sequence at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:StageTrigger a owl:Class ; - rdfs:label "StageTrigger"@en ; - rdfs:comment "Stage that is triggered either by TriggerCondition or by gate condition within a stage." ; + rdfs:label "StageTrigger" ; + rdfs:comment "Stage that is triggered either by TriggerCondition or by gate condition within a stage."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:StageTriggerSchedule a owl:Class ; - rdfs:label "StageTriggerSchedule"@en ; - rdfs:comment "Schedule for a stage trigger." ; + rdfs:label "StageTriggerSchedule" ; + rdfs:comment "Schedule for a stage trigger."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:StageTriggerTimePoint a owl:Class ; - rdfs:label "StageTriggerTimePoint"@en ; - rdfs:comment "Stage trigger values at a given point in time." ; + rdfs:label "StageTriggerTimePoint" ; + rdfs:comment "Stage trigger values at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:TimeSeriesInterpolationKind a owl:Class ; - rdfs:label "TimeSeriesInterpolationKind"@en ; - rdfs:comment "Kinds of interpolation of values between two time point." ; + rdfs:label "TimeSeriesInterpolationKind" ; + rdfs:comment "Kinds of interpolation of values between two time point."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:UnitCostSchedule a owl:Class ; - rdfs:label "UnitCostSchedule"@en ; - rdfs:comment "The schedule for a unit cost." ; + rdfs:label "UnitCostSchedule" ; + rdfs:comment "The schedule for a unit cost."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:UnitCostTimePoint a owl:Class ; - rdfs:label "UnitCostTimePoint"@en ; - rdfs:comment "Unit cost at a given point in time." ; + rdfs:label "UnitCostTimePoint" ; + rdfs:comment "Unit cost at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:ValueOffsetKind a owl:Class ; - rdfs:label "ValueOffsetKind"@en ; - rdfs:comment "The kind of the value offset." ; + rdfs:label "ValueOffsetKind" ; + rdfs:comment "The kind of the value offset."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:VoltageAngleLimit a owl:Class ; - rdfs:label "VoltageAngleLimit"@en ; - rdfs:comment "Voltage angle limit between two terminals. The association end OperationalLimitSet.Terminal defines one end and the host of the limit. The association end VoltageAngleLimit.AngleReferenceTerminal defines the reference terminal." ; + rdfs:label "VoltageAngleLimit" ; + rdfs:comment "Voltage angle limit between two terminals. The association end OperationalLimitSet.Terminal defines one end and the host of the limit. The association end VoltageAngleLimit.AngleReferenceTerminal defines the reference terminal."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC" . nc:VoltageAngleSchedule a owl:Class ; - rdfs:label "VoltageAngleSchedule"@en ; - rdfs:comment "The schedule for a voltage angle." ; + rdfs:label "VoltageAngleSchedule" ; + rdfs:comment "The schedule for a voltage angle."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:VoltageAngleTimePoint a owl:Class ; - rdfs:label "VoltageAngleTimePoint"@en ; - rdfs:comment "Voltage angle at a given point in time." ; + rdfs:label "VoltageAngleTimePoint" ; + rdfs:comment "Voltage angle at a given point in time."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:AssessedElement.AssessedElementRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElementRegularSchedule"@en ; - rdfs:comment "Regular schedule that belongs to an assessed element." ; + rdfs:label "AssessedElementRegularSchedule" ; + rdfs:comment "Regular schedule that belongs to an assessed element."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -623,8 +625,8 @@ nc:AssessedElement.AssessedElementRegularSchedule a owl:ObjectProperty, owl:Inve rdfs:range nc:AssessedElementRegularSchedule . nc:AssessedElement.AssessedElementSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElementSchedule"@en ; - rdfs:comment "Assessed element schedule for an assessed element." ; + rdfs:label "AssessedElementSchedule" ; + rdfs:comment "Assessed element schedule for an assessed element."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -633,8 +635,8 @@ nc:AssessedElement.AssessedElementSchedule a owl:ObjectProperty, owl:InverseFunc rdfs:range nc:AssessedElementSchedule . nc:AssessedElementRegularSchedule.AssessedElement a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "Assessed Element that has regular schedules." ; + rdfs:label "AssessedElement" ; + rdfs:comment "Assessed Element that has regular schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -643,8 +645,8 @@ nc:AssessedElementRegularSchedule.AssessedElement a owl:ObjectProperty, owl:Func rdfs:range nc:AssessedElement . nc:AssessedElementRegularSchedule.AssessedElementRegularTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElementRegularTimePoint"@en ; - rdfs:comment "Assessed element regular time point which belong to an assessed element regular schedule." ; + rdfs:label "AssessedElementRegularTimePoint" ; + rdfs:comment "Assessed element regular time point which belong to an assessed element regular schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -653,8 +655,8 @@ nc:AssessedElementRegularSchedule.AssessedElementRegularTimePoint a owl:ObjectPr rdfs:range nc:AssessedElementRegularTimePoint . nc:AssessedElementRegularTimePoint.AssessedElementRegularSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedElementRegularSchedule"@en ; - rdfs:comment "Assessed element regular schedule which has assessed element regular time points." ; + rdfs:label "AssessedElementRegularSchedule" ; + rdfs:comment "Assessed element regular schedule which has assessed element regular time points."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -663,8 +665,8 @@ nc:AssessedElementRegularTimePoint.AssessedElementRegularSchedule a owl:ObjectPr rdfs:range nc:AssessedElementRegularSchedule . nc:AssessedElementSchedule.AssessedElement a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedElement"@en ; - rdfs:comment "Assessed element which has an assessed element schedule." ; + rdfs:label "AssessedElement" ; + rdfs:comment "Assessed element which has an assessed element schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -673,8 +675,8 @@ nc:AssessedElementSchedule.AssessedElement a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:AssessedElement . nc:AssessedElementSchedule.AssessedElementTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AssessedElementTimePoint"@en ; - rdfs:comment "The time point that relates to this assessed element schedule." ; + rdfs:label "AssessedElementTimePoint" ; + rdfs:comment "The time point that relates to this assessed element schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -683,8 +685,8 @@ nc:AssessedElementSchedule.AssessedElementTimePoint a owl:ObjectProperty, owl:In rdfs:range nc:AssessedElementTimePoint . nc:AssessedElementTimePoint.AssessedElementSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedElementSchedule"@en ; - rdfs:comment "The assessed element schedule that has this time point." ; + rdfs:label "AssessedElementSchedule" ; + rdfs:comment "The assessed element schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -693,16 +695,16 @@ nc:AssessedElementTimePoint.AssessedElementSchedule a owl:ObjectProperty, owl:Fu rdfs:range nc:AssessedElementSchedule . nc:AssessedElementTimePoint.exclusionReason a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "exclusionReason"@en ; - rdfs:comment "Reason for not associating this assessed element with a secured region." ; + rdfs:label "exclusionReason" ; + rdfs:comment "Reason for not associating this assessed element with a secured region."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementTimePoint ; rdfs:range nc:SecuredExclusionReasonKind . nc:AssessedElementWithContingency.GenericEnablingSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericEnablingSchedule"@en ; - rdfs:comment "Enabling schedule which belongs to the assessed element with contingency." ; + rdfs:label "GenericEnablingSchedule" ; + rdfs:comment "Enabling schedule which belongs to the assessed element with contingency."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -711,8 +713,8 @@ nc:AssessedElementWithContingency.GenericEnablingSchedule a owl:ObjectProperty, rdfs:range nc:GenericEnablingSchedule . nc:AssessedElementWithRemedialAction.GenericEnablingSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericEnablingSchedule"@en ; - rdfs:comment "Enabling schedule which belongs to the assessed element with remedial action." ; + rdfs:label "GenericEnablingSchedule" ; + rdfs:comment "Enabling schedule which belongs to the assessed element with remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -721,8 +723,8 @@ nc:AssessedElementWithRemedialAction.GenericEnablingSchedule a owl:ObjectPropert rdfs:range nc:GenericEnablingSchedule . nc:AutomationFunction.GenericEnablingSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericEnablingSchedule"@en ; - rdfs:comment "Enabling schedule associated to an automation function." ; + rdfs:label "GenericEnablingSchedule" ; + rdfs:comment "Enabling schedule associated to an automation function."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -731,8 +733,8 @@ nc:AutomationFunction.GenericEnablingSchedule a owl:ObjectProperty, owl:InverseF rdfs:range nc:GenericEnablingSchedule . nc:AvailabilityTimePoint.GenericAvailabilitySchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GenericAvailabilitySchedule"@en ; - rdfs:comment "The availability schedule which belongs to the availability timepoint." ; + rdfs:label "GenericAvailabilitySchedule" ; + rdfs:comment "The availability schedule which belongs to the availability timepoint."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -741,8 +743,8 @@ nc:AvailabilityTimePoint.GenericAvailabilitySchedule a owl:ObjectProperty, owl:F rdfs:range nc:GenericAvailableSchedule . nc:BaseRegularIntervalSchedule.HourPattern a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "HourPattern"@en ; - rdfs:comment "HourPattern that has base regular interval schedule." ; + rdfs:label "HourPattern" ; + rdfs:comment "HourPattern that has base regular interval schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -751,8 +753,8 @@ nc:BaseRegularIntervalSchedule.HourPattern a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:HourPattern . nc:BaseRegularIntervalSchedule.Season a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Season"@en ; - rdfs:comment "Season associated with a base regular interval schedule." ; + rdfs:label "Season" ; + rdfs:comment "Season associated with a base regular interval schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -761,32 +763,32 @@ nc:BaseRegularIntervalSchedule.Season a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:Season . nc:BaseRegularIntervalSchedule.dayOfWeek a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "dayOfWeek"@en ; - rdfs:comment "Day of the week for which the schedule is valid for." ; + rdfs:label "dayOfWeek" ; + rdfs:comment "Day of the week for which the schedule is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseRegularIntervalSchedule ; rdfs:range nc:DayOfWeekKind . nc:BaseTimeSeries.interpolationKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "interpolationKind"@en ; - rdfs:comment "Kind of interpolation done between time point." ; + rdfs:label "interpolationKind" ; + rdfs:comment "Kind of interpolation done between time point."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range nc:TimeSeriesInterpolationKind . nc:BaseTimeSeries.timeSeriesKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "timeSeriesKind"@en ; - rdfs:comment "Kind of base time series." ; + rdfs:label "timeSeriesKind" ; + rdfs:comment "Kind of base time series."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range nc:BaseTimeSeriesKind . nc:Contingency.ContingencySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ContingencySchedule"@en ; - rdfs:comment "Contingency schedule for a contingecy." ; + rdfs:label "ContingencySchedule" ; + rdfs:comment "Contingency schedule for a contingecy."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -795,8 +797,8 @@ nc:Contingency.ContingencySchedule a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:ContingencySchedule . nc:ContingencySchedule.Contingency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Contingency"@en ; - rdfs:comment "Contingency which has a contingency schedule." ; + rdfs:label "Contingency" ; + rdfs:comment "Contingency which has a contingency schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -805,8 +807,8 @@ nc:ContingencySchedule.Contingency a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:Contingency . nc:ContingencySchedule.ContingencyTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ContingencyTimePoint"@en ; - rdfs:comment "The time point that relates to this contingency schedule." ; + rdfs:label "ContingencyTimePoint" ; + rdfs:comment "The time point that relates to this contingency schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -815,8 +817,8 @@ nc:ContingencySchedule.ContingencyTimePoint a owl:ObjectProperty, owl:InverseFun rdfs:range nc:ContingencyTimePoint . nc:ContingencyTimePoint.ContingencySchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ContingencySchedule"@en ; - rdfs:comment "The contingency schedule that has this time point." ; + rdfs:label "ContingencySchedule" ; + rdfs:comment "The contingency schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -825,8 +827,8 @@ nc:ContingencyTimePoint.ContingencySchedule a owl:ObjectProperty, owl:Functional rdfs:range nc:ContingencySchedule . nc:ContingencyWithRemedialAction.GenericEnablingSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericEnablingSchedule"@en ; - rdfs:comment "Enabling schedule associated to a contingency with remedial action." ; + rdfs:label "GenericEnablingSchedule" ; + rdfs:comment "Enabling schedule associated to a contingency with remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -835,8 +837,8 @@ nc:ContingencyWithRemedialAction.GenericEnablingSchedule a owl:ObjectProperty, o rdfs:range nc:GenericEnablingSchedule . nc:CrossBorderRelevance.GenericEnablingSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericEnablingSchedule"@en ; - rdfs:comment "Enabling schedule which belongs to the cross border relevant." ; + rdfs:label "GenericEnablingSchedule" ; + rdfs:comment "Enabling schedule which belongs to the cross border relevant."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -845,8 +847,8 @@ nc:CrossBorderRelevance.GenericEnablingSchedule a owl:ObjectProperty, owl:Invers rdfs:range nc:GenericEnablingSchedule . nc:DCPole.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The Power Shift Key schedule for a DCPole." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The Power Shift Key schedule for a DCPole."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -855,8 +857,8 @@ nc:DCPole.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range nc:PowerShiftKeySchedule . nc:EnablingTimePoint.GenericEnablingSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GenericEnablingSchedule"@en ; - rdfs:comment "The enabling schedule which belongs to the enabling timepoint." ; + rdfs:label "GenericEnablingSchedule" ; + rdfs:comment "The enabling schedule which belongs to the enabling timepoint."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -865,8 +867,8 @@ nc:EnablingTimePoint.GenericEnablingSchedule a owl:ObjectProperty, owl:Functiona rdfs:range nc:GenericEnablingSchedule . nc:EnergyBlockOrder.GenericSequenceSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericSequenceSchedule"@en ; - rdfs:comment "Generic sequence schedule associated with an energy block order." ; + rdfs:label "GenericSequenceSchedule" ; + rdfs:comment "Generic sequence schedule associated with an energy block order."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -875,8 +877,8 @@ nc:EnergyBlockOrder.GenericSequenceSchedule a owl:ObjectProperty, owl:InverseFun rdfs:range nc:GenericSequenceSchedule . nc:EnergyBlockOrder.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The Power Shift Key schedule for an energy block order." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The Power Shift Key schedule for an energy block order."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -885,8 +887,8 @@ nc:EnergyBlockOrder.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunct rdfs:range nc:PowerShiftKeySchedule . nc:EnergyConsumer.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The Power Shift Key schedule for an Energy Consumer." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The Power Shift Key schedule for an Energy Consumer."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -895,8 +897,8 @@ nc:EnergyConsumer.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:PowerShiftKeySchedule . nc:EnergyGroup.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The Power Shift Key schedule for an energy group." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The Power Shift Key schedule for an energy group."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -905,8 +907,8 @@ nc:EnergyGroup.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctional rdfs:range nc:PowerShiftKeySchedule . nc:EnergySource.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The power shift key schedule for an energy source." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The power shift key schedule for an energy source."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -915,8 +917,8 @@ nc:EnergySource.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:PowerShiftKeySchedule . nc:EquivalentInjection.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "Power shift key schedule associated with an equivalent injection." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "Power shift key schedule associated with an equivalent injection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -925,8 +927,8 @@ nc:EquivalentInjection.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFu rdfs:range nc:PowerShiftKeySchedule . nc:ExternalNetworkInjection.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The power shift key schedule for an external network injection." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The power shift key schedule for an external network injection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -935,8 +937,8 @@ nc:ExternalNetworkInjection.PowerShiftKeySchedule a owl:ObjectProperty, owl:Inve rdfs:range nc:PowerShiftKeySchedule . nc:FunctionBlock.GenericEnablingSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericEnablingSchedule"@en ; - rdfs:comment "Enabling schedule associated to a function block." ; + rdfs:label "GenericEnablingSchedule" ; + rdfs:comment "Enabling schedule associated to a function block."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -945,8 +947,8 @@ nc:FunctionBlock.GenericEnablingSchedule a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:GenericEnablingSchedule . nc:GeneratingUnit.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The Power Shift Key schedule for a Generating Unit." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The Power Shift Key schedule for a Generating Unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -955,8 +957,8 @@ nc:GeneratingUnit.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:PowerShiftKeySchedule . nc:GeneratingUnit.UnitCostSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "UnitCostSchedule"@en ; - rdfs:comment "Unit cost schedule associated with a generating unit." ; + rdfs:label "UnitCostSchedule" ; + rdfs:comment "Unit cost schedule associated with a generating unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -965,8 +967,8 @@ nc:GeneratingUnit.UnitCostSchedule a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:UnitCostSchedule . nc:GenericAvailableSchedule.AvailabilityTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AvailabilityTimePoint"@en ; - rdfs:comment "The availability timepoint for an available schedule." ; + rdfs:label "AvailabilityTimePoint" ; + rdfs:comment "The availability timepoint for an available schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -975,8 +977,8 @@ nc:GenericAvailableSchedule.AvailabilityTimePoint a owl:ObjectProperty, owl:Inve rdfs:range nc:AvailabilityTimePoint . nc:GenericAvailableSchedule.RemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action which has available schedules." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action which has available schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -985,8 +987,8 @@ nc:GenericAvailableSchedule.RemedialAction a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:RemedialAction . nc:GenericEnablingSchedule.AssessedElementWithContingency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedElementWithContingency"@en ; - rdfs:comment "Assessed element with contingency that has enabling schedules." ; + rdfs:label "AssessedElementWithContingency" ; + rdfs:comment "Assessed element with contingency that has enabling schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -995,8 +997,8 @@ nc:GenericEnablingSchedule.AssessedElementWithContingency a owl:ObjectProperty, rdfs:range nc:AssessedElementWithContingency . nc:GenericEnablingSchedule.AssessedElementWithRemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AssessedElementWithRemedialAction"@en ; - rdfs:comment "Assessed element with remedial action that has enabling schedules." ; + rdfs:label "AssessedElementWithRemedialAction" ; + rdfs:comment "Assessed element with remedial action that has enabling schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1005,8 +1007,8 @@ nc:GenericEnablingSchedule.AssessedElementWithRemedialAction a owl:ObjectPropert rdfs:range nc:AssessedElementWithRemedialAction . nc:GenericEnablingSchedule.AutomationFunction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AutomationFunction"@en ; - rdfs:comment "Automation function which has enabling schedules." ; + rdfs:label "AutomationFunction" ; + rdfs:comment "Automation function which has enabling schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1015,8 +1017,8 @@ nc:GenericEnablingSchedule.AutomationFunction a owl:ObjectProperty, owl:Function rdfs:range nc:AutomationFunction . nc:GenericEnablingSchedule.ContingencyWithRemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ContingencyWithRemedialAction"@en ; - rdfs:comment "Contingency with remedial action which has enabling schedules." ; + rdfs:label "ContingencyWithRemedialAction" ; + rdfs:comment "Contingency with remedial action which has enabling schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1025,8 +1027,8 @@ nc:GenericEnablingSchedule.ContingencyWithRemedialAction a owl:ObjectProperty, o rdfs:range nc:ContingencyWithRemedialAction . nc:GenericEnablingSchedule.CrossBorderRelevance a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CrossBorderRelevance"@en ; - rdfs:comment "Cross border relevant that has enabling schedules." ; + rdfs:label "CrossBorderRelevance" ; + rdfs:comment "Cross border relevant that has enabling schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1035,8 +1037,8 @@ nc:GenericEnablingSchedule.CrossBorderRelevance a owl:ObjectProperty, owl:Functi rdfs:range nc:CrossBorderRelevance . nc:GenericEnablingSchedule.EnablingTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnablingTimePoint"@en ; - rdfs:comment "The enabling timepoint for a assessed element with enabling schedule." ; + rdfs:label "EnablingTimePoint" ; + rdfs:comment "The enabling timepoint for a assessed element with enabling schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1045,8 +1047,8 @@ nc:GenericEnablingSchedule.EnablingTimePoint a owl:ObjectProperty, owl:InverseFu rdfs:range nc:EnablingTimePoint . nc:GenericEnablingSchedule.FunctionBlock a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "FunctionBlock"@en ; - rdfs:comment "Function block which has enabling schedules." ; + rdfs:label "FunctionBlock" ; + rdfs:comment "Function block which has enabling schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1055,8 +1057,8 @@ nc:GenericEnablingSchedule.FunctionBlock a owl:ObjectProperty, owl:FunctionalPro rdfs:range nc:FunctionBlock . nc:GenericEnablingSchedule.PowerTransferCorridor a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerTransferCorridor"@en ; - rdfs:comment "Power transfer corridor which has generic enabling schedules." ; + rdfs:label "PowerTransferCorridor" ; + rdfs:comment "Power transfer corridor which has generic enabling schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1065,8 +1067,8 @@ nc:GenericEnablingSchedule.PowerTransferCorridor a owl:ObjectProperty, owl:Funct rdfs:range nc:PowerTransferCorridor . nc:GenericEnablingSchedule.RemedialActionDependency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionDependency"@en ; - rdfs:comment "Remedial action dependency which has enabling schedules." ; + rdfs:label "RemedialActionDependency" ; + rdfs:comment "Remedial action dependency which has enabling schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1075,8 +1077,8 @@ nc:GenericEnablingSchedule.RemedialActionDependency a owl:ObjectProperty, owl:Fu rdfs:range nc:RemedialActionDependency . nc:GenericSequenceSchedule.EnergyBlockOrder a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyBlockOrder"@en ; - rdfs:comment "Energy block order which has generic sequence schedules." ; + rdfs:label "EnergyBlockOrder" ; + rdfs:comment "Energy block order which has generic sequence schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1085,8 +1087,8 @@ nc:GenericSequenceSchedule.EnergyBlockOrder a owl:ObjectProperty, owl:Functional rdfs:range nc:EnergyBlockOrder . nc:GenericSequenceSchedule.SequenceTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SequenceTimePoint"@en ; - rdfs:comment "The sequence timepoint for a sequence schedule." ; + rdfs:label "SequenceTimePoint" ; + rdfs:comment "The sequence timepoint for a sequence schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -1095,8 +1097,8 @@ nc:GenericSequenceSchedule.SequenceTimePoint a owl:ObjectProperty, owl:InverseFu rdfs:range nc:SequenceTimePoint . nc:GenericValueSchedule.GenericValueTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericValueTimePoint"@en ; - rdfs:comment "Value for the point in time." ; + rdfs:label "GenericValueTimePoint" ; + rdfs:comment "Value for the point in time."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1105,8 +1107,8 @@ nc:GenericValueSchedule.GenericValueTimePoint a owl:ObjectProperty, owl:InverseF rdfs:range nc:GenericValueTimePoint . nc:GenericValueSchedule.RangeConstraint a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RangeConstraint"@en ; - rdfs:comment "Range constraint for the generic value schedule." ; + rdfs:label "RangeConstraint" ; + rdfs:comment "Range constraint for the generic value schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1115,8 +1117,8 @@ nc:GenericValueSchedule.RangeConstraint a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:RangeConstraint . nc:GenericValueTimePoint.GenericValueSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GenericValueSchedule"@en ; - rdfs:comment "Time series the time point values belongs to." ; + rdfs:label "GenericValueSchedule" ; + rdfs:comment "Time series the time point values belongs to."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1125,8 +1127,8 @@ nc:GenericValueTimePoint.GenericValueSchedule a owl:ObjectProperty, owl:Function rdfs:range nc:GenericValueSchedule . nc:GridStateAlteration.GridStateAlterationSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GridStateAlterationSchedule"@en ; - rdfs:comment "Grid state alteration schedule associated with a grid state alteration." ; + rdfs:label "GridStateAlterationSchedule" ; + rdfs:comment "Grid state alteration schedule associated with a grid state alteration."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1135,8 +1137,8 @@ nc:GridStateAlteration.GridStateAlterationSchedule a owl:ObjectProperty, owl:Inv rdfs:range nc:GridStateAlterationSchedule . nc:GridStateAlterationSchedule.GridStateAlteration a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "Grid state alteration which has grid state alteration schedules." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "Grid state alteration which has grid state alteration schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1145,8 +1147,8 @@ nc:GridStateAlterationSchedule.GridStateAlteration a owl:ObjectProperty, owl:Fun rdfs:range nc:GridStateAlteration . nc:GridStateAlterationSchedule.GridStateAlterationTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GridStateAlterationTimePoint"@en ; - rdfs:comment "Grid state alteration time point that relates to this grid state alteration schedule." ; + rdfs:label "GridStateAlterationTimePoint" ; + rdfs:comment "Grid state alteration time point that relates to this grid state alteration schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -1155,8 +1157,8 @@ nc:GridStateAlterationSchedule.GridStateAlterationTimePoint a owl:ObjectProperty rdfs:range nc:GridStateAlterationTimePoint . nc:GridStateAlterationTimePoint.GridStateAlterationSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GridStateAlterationSchedule"@en ; - rdfs:comment "Grid state alteration schedule that has time point." ; + rdfs:label "GridStateAlterationSchedule" ; + rdfs:comment "Grid state alteration schedule that has time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1165,16 +1167,16 @@ nc:GridStateAlterationTimePoint.GridStateAlterationSchedule a owl:ObjectProperty rdfs:range nc:GridStateAlterationSchedule . nc:GridStateIntensitySchedule.valueKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "valueKind"@en ; - rdfs:comment "The kind of value1 and value2 of the associated IrregularIntervalSchedule." ; + rdfs:label "valueKind" ; + rdfs:comment "The kind of value1 and value2 of the associated IrregularIntervalSchedule."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GridStateIntensitySchedule ; rdfs:range nc:ValueOffsetKind . nc:HourPattern.BaseRegularIntervalSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BaseRegularIntervalSchedule"@en ; - rdfs:comment "Base regulat interval schedule which belongs to an hour pattern." ; + rdfs:label "BaseRegularIntervalSchedule" ; + rdfs:comment "Base regulat interval schedule which belongs to an hour pattern."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1183,8 +1185,8 @@ nc:HourPattern.BaseRegularIntervalSchedule a owl:ObjectProperty, owl:InverseFunc rdfs:range nc:BaseRegularIntervalSchedule . nc:HourPattern.HourPeriod a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "HourPeriod"@en ; - rdfs:comment "Hour period which belongs to an hour pattern." ; + rdfs:label "HourPeriod" ; + rdfs:comment "Hour period which belongs to an hour pattern."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -1193,24 +1195,24 @@ nc:HourPattern.HourPeriod a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:HourPeriod . nc:HourPattern.energyDemandKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "energyDemandKind"@en ; - rdfs:comment "Type of energy demand that the pattern is valid for." ; + rdfs:label "energyDemandKind" ; + rdfs:comment "Type of energy demand that the pattern is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:HourPattern ; rdfs:range nc:EnergyDemandKind . nc:HourPattern.peakKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "peakKind"@en ; - rdfs:comment "Type of peak or intensity that the pattern is valid for." ; + rdfs:label "peakKind" ; + rdfs:comment "Type of peak or intensity that the pattern is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:HourPattern ; rdfs:range nc:PeakKind . nc:HourPeriod.HourPattern a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "HourPattern"@en ; - rdfs:comment "HourPattern which has some hour periods." ; + rdfs:label "HourPattern" ; + rdfs:comment "HourPattern which has some hour periods."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1219,8 +1221,8 @@ nc:HourPeriod.HourPattern a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:HourPattern . nc:HydroPump.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The Power Shift Key schedule for a Hydro Pump." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The Power Shift Key schedule for a Hydro Pump."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1229,8 +1231,8 @@ nc:HydroPump.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:PowerShiftKeySchedule . nc:InfeedLimit.InfeedLimitSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "InfeedLimitSchedule"@en ; - rdfs:comment "Infeed limit schedule associated with an infeed limit." ; + rdfs:label "InfeedLimitSchedule" ; + rdfs:comment "Infeed limit schedule associated with an infeed limit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1239,8 +1241,8 @@ nc:InfeedLimit.InfeedLimitSchedule a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:InfeedLimitSchedule . nc:InfeedLimitSchedule.InfeedLimit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "InfeedLimit"@en ; - rdfs:comment "Infeed limit which has infeed limit schedules." ; + rdfs:label "InfeedLimit" ; + rdfs:comment "Infeed limit which has infeed limit schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1249,8 +1251,8 @@ nc:InfeedLimitSchedule.InfeedLimit a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:InfeedLimit . nc:InfeedLimitSchedule.InfeedLimitTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "InfeedLimitTimePoint"@en ; - rdfs:comment "Infeed limit time point that relates to this voltage angle schedule." ; + rdfs:label "InfeedLimitTimePoint" ; + rdfs:comment "Infeed limit time point that relates to this voltage angle schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1259,8 +1261,8 @@ nc:InfeedLimitSchedule.InfeedLimitTimePoint a owl:ObjectProperty, owl:InverseFun rdfs:range nc:InfeedLimitTimePoint . nc:InfeedLimitTimePoint.InfeedLimitSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "InfeedLimitSchedule"@en ; - rdfs:comment "Infeed limit schedule that has time point." ; + rdfs:label "InfeedLimitSchedule" ; + rdfs:comment "Infeed limit schedule that has time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1269,16 +1271,16 @@ nc:InfeedLimitTimePoint.InfeedLimitSchedule a owl:ObjectProperty, owl:Functional rdfs:range nc:InfeedLimitSchedule . nc:InfeedLimitTimePoint.valueA a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "valueA"@en ; - rdfs:comment "Value of current limit. The attribute shall be a positive value or zero." ; + rdfs:label "valueA" ; + rdfs:comment "Value of current limit. The attribute shall be a positive value or zero."@en ; cims:dataType cim:CurrentFlow ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:InfeedLimitTimePoint . nc:ParticipationFactorTimePoint.PowerShiftKeySchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The Power Shift Key schedule which belongs to the participation factor timepoint." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The Power Shift Key schedule which belongs to the participation factor timepoint."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1287,8 +1289,8 @@ nc:ParticipationFactorTimePoint.PowerShiftKeySchedule a owl:ObjectProperty, owl: rdfs:range nc:PowerShiftKeySchedule . nc:PowerBidDependency.DependentPowerBidSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DependentPowerBidSchedule"@en ; - rdfs:comment "Dependent power bid which has some dependent bid delays." ; + rdfs:label "DependentPowerBidSchedule" ; + rdfs:comment "Dependent power bid which has some dependent bid delays."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1297,8 +1299,8 @@ nc:PowerBidDependency.DependentPowerBidSchedule a owl:ObjectProperty, owl:Functi rdfs:range nc:PowerBidSchedule . nc:PowerBidDependency.MainPowerBidSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "MainPowerBidSchedule"@en ; - rdfs:comment "Main power bid which some dependent power bids." ; + rdfs:label "MainPowerBidSchedule" ; + rdfs:comment "Main power bid which some dependent power bids."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1307,16 +1309,16 @@ nc:PowerBidDependency.MainPowerBidSchedule a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:PowerBidSchedule . nc:PowerBidDependency.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Type of dependency between bids." ; + rdfs:label "kind" ; + rdfs:comment "Type of dependency between bids."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidDependency ; rdfs:range nc:PowerBidDependencyKind . nc:PowerBidSchedule.DependentBidDelay a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DependentBidDelay"@en ; - rdfs:comment "Bid delay which depends on a main power bid." ; + rdfs:label "DependentBidDelay" ; + rdfs:comment "Bid delay which depends on a main power bid."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1325,8 +1327,8 @@ nc:PowerBidSchedule.DependentBidDelay a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:PowerBidDependency . nc:PowerBidSchedule.PowerBidDependency a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerBidDependency"@en ; - rdfs:comment "Power bids which depends on main bid." ; + rdfs:label "PowerBidDependency" ; + rdfs:comment "Power bids which depends on main bid."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1335,8 +1337,8 @@ nc:PowerBidSchedule.PowerBidDependency a owl:ObjectProperty, owl:InverseFunction rdfs:range nc:PowerBidDependency . nc:PowerBidSchedule.PowerBidScheduleTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerBidScheduleTimePoint"@en ; - rdfs:comment "Power bid schedule time points which belong to a power bid schedule." ; + rdfs:label "PowerBidScheduleTimePoint" ; + rdfs:comment "Power bid schedule time points which belong to a power bid schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1345,8 +1347,8 @@ nc:PowerBidSchedule.PowerBidScheduleTimePoint a owl:ObjectProperty, owl:InverseF rdfs:range nc:PowerBidScheduleTimePoint . nc:PowerBidSchedule.PowerRemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerRemedialAction"@en ; - rdfs:comment "Power remedial action for which the bid is given." ; + rdfs:label "PowerRemedialAction" ; + rdfs:comment "Power remedial action for which the bid is given."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1355,8 +1357,8 @@ nc:PowerBidSchedule.PowerRemedialAction a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:PowerRemedialAction . nc:PowerBidSchedule.PowerShiftKeyDistribution a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeyDistribution"@en ; - rdfs:comment "Distribution of the power bid amongst the power shift keys." ; + rdfs:label "PowerShiftKeyDistribution" ; + rdfs:comment "Distribution of the power bid amongst the power shift keys."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1365,8 +1367,8 @@ nc:PowerBidSchedule.PowerShiftKeyDistribution a owl:ObjectProperty, owl:InverseF rdfs:range nc:PowerShiftKeyDistribution . nc:PowerBidSchedule.ScheduleResource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "Schedule resource which has several power bid schedules." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "Schedule resource which has several power bid schedules."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1375,24 +1377,24 @@ nc:PowerBidSchedule.ScheduleResource a owl:ObjectProperty, owl:FunctionalPropert rdfs:range nc:ScheduleResource . nc:PowerBidSchedule.currency a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "currency"@en ; - rdfs:comment "Currency of the bid." ; + rdfs:label "currency" ; + rdfs:comment "Currency of the bid."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidSchedule ; rdfs:range cim:Currency . nc:PowerBidSchedule.direction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "direction"@en ; - rdfs:comment "Define the direction of the energy adjustment." ; + rdfs:label "direction" ; + rdfs:comment "Define the direction of the energy adjustment."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidSchedule ; rdfs:range nc:BidDirectionKind . nc:PowerBidScheduleTimePoint.PowerBidSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerBidSchedule"@en ; - rdfs:comment "Power bid schedule that has many power bid schedule time points." ; + rdfs:label "PowerBidSchedule" ; + rdfs:comment "Power bid schedule that has many power bid schedule time points."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1401,8 +1403,8 @@ nc:PowerBidScheduleTimePoint.PowerBidSchedule a owl:ObjectProperty, owl:Function rdfs:range nc:PowerBidSchedule . nc:PowerElectronicsUnit.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The Power Shift Key schedule for a Power Electronics Unit." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The Power Shift Key schedule for a Power Electronics Unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1411,8 +1413,8 @@ nc:PowerElectronicsUnit.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseF rdfs:range nc:PowerShiftKeySchedule . nc:PowerRemedialAction.PowerBidSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerBidSchedule"@en ; - rdfs:comment "Power bid schedule addressing the power remedial action." ; + rdfs:label "PowerBidSchedule" ; + rdfs:comment "Power bid schedule addressing the power remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1421,8 +1423,8 @@ nc:PowerRemedialAction.PowerBidSchedule a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:PowerBidSchedule . nc:PowerRemedialAction.PowerRemedialActionSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerRemedialActionSchedule"@en ; - rdfs:comment "Power remedial action schedule which has a power remedial action." ; + rdfs:label "PowerRemedialActionSchedule" ; + rdfs:comment "Power remedial action schedule which has a power remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1431,8 +1433,8 @@ nc:PowerRemedialAction.PowerRemedialActionSchedule a owl:ObjectProperty, owl:Inv rdfs:range nc:PowerRemedialActionSchedule . nc:PowerRemedialActionSchedule.PowerRemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerRemedialAction"@en ; - rdfs:comment "Power remedial action for the power remedial action schedule." ; + rdfs:label "PowerRemedialAction" ; + rdfs:comment "Power remedial action for the power remedial action schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1441,8 +1443,8 @@ nc:PowerRemedialActionSchedule.PowerRemedialAction a owl:ObjectProperty, owl:Fun rdfs:range nc:PowerRemedialAction . nc:PowerRemedialActionSchedule.PowerRemedialActionTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerRemedialActionTimePoint"@en ; - rdfs:comment "The time point that relates to this power remedial action schedule." ; + rdfs:label "PowerRemedialActionTimePoint" ; + rdfs:comment "The time point that relates to this power remedial action schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1451,8 +1453,8 @@ nc:PowerRemedialActionSchedule.PowerRemedialActionTimePoint a owl:ObjectProperty rdfs:range nc:PowerRemedialActionTimePoint . nc:PowerRemedialActionTimePoint.PowerRemedialActionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerRemedialActionSchedule"@en ; - rdfs:comment "The power remedial action schedule that has this time point." ; + rdfs:label "PowerRemedialActionSchedule" ; + rdfs:comment "The power remedial action schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1461,8 +1463,8 @@ nc:PowerRemedialActionTimePoint.PowerRemedialActionSchedule a owl:ObjectProperty rdfs:range nc:PowerRemedialActionSchedule . nc:PowerShiftKeyDistribution.PowerBidSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerBidSchedule"@en ; - rdfs:comment "Power bid schedule for the given distribution." ; + rdfs:label "PowerBidSchedule" ; + rdfs:comment "Power bid schedule for the given distribution."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1471,8 +1473,8 @@ nc:PowerShiftKeyDistribution.PowerBidSchedule a owl:ObjectProperty, owl:Function rdfs:range nc:PowerBidSchedule . nc:PowerShiftKeyDistribution.PowerShiftKeySchedule a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "Power Shift Key schedule in power shift key distribution." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "Power Shift Key schedule in power shift key distribution."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1481,8 +1483,8 @@ nc:PowerShiftKeyDistribution.PowerShiftKeySchedule a owl:ObjectProperty, owl:Fun rdfs:range nc:PowerShiftKeySchedule . nc:PowerShiftKeyDistribution.PowerShiftKeyStrategy a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerShiftKeyStrategy"@en ; - rdfs:comment "Power Shift Key Strategy which has a Power Shift Key Distribution." ; + rdfs:label "PowerShiftKeyStrategy" ; + rdfs:comment "Power Shift Key Strategy which has a Power Shift Key Distribution."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1491,8 +1493,8 @@ nc:PowerShiftKeyDistribution.PowerShiftKeyStrategy a owl:ObjectProperty, owl:Fun rdfs:range nc:PowerShiftKeyStrategy . nc:PowerShiftKeySchedule.DCPole a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCPole"@en ; - rdfs:comment "A DC Pole which has a Power Shift Key Schedule." ; + rdfs:label "DCPole" ; + rdfs:comment "A DC Pole which has a Power Shift Key Schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1501,8 +1503,8 @@ nc:PowerShiftKeySchedule.DCPole a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:DCPole . nc:PowerShiftKeySchedule.EnergyBlockOrder a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyBlockOrder"@en ; - rdfs:comment "An energy block order which has a Power Shift Key Schedule." ; + rdfs:label "EnergyBlockOrder" ; + rdfs:comment "An energy block order which has a Power Shift Key Schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1511,8 +1513,8 @@ nc:PowerShiftKeySchedule.EnergyBlockOrder a owl:ObjectProperty, owl:FunctionalPr rdfs:range nc:EnergyBlockOrder . nc:PowerShiftKeySchedule.EnergyConsumer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyConsumer"@en ; - rdfs:comment "The EnergyConsumer that has a Power Shift Key schedule." ; + rdfs:label "EnergyConsumer" ; + rdfs:comment "The EnergyConsumer that has a Power Shift Key schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1521,8 +1523,8 @@ nc:PowerShiftKeySchedule.EnergyConsumer a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:EnergyConsumer . nc:PowerShiftKeySchedule.EnergyGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyGroup"@en ; - rdfs:comment "The energy group which has a Power Shift Key Schedule." ; + rdfs:label "EnergyGroup" ; + rdfs:comment "The energy group which has a Power Shift Key Schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1531,8 +1533,8 @@ nc:PowerShiftKeySchedule.EnergyGroup a owl:ObjectProperty, owl:FunctionalPropert rdfs:range nc:EnergyGroup . nc:PowerShiftKeySchedule.EnergySource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergySource"@en ; - rdfs:comment "The energy source which has a power shift key schedule. The renewable resources should be modelled as PowerElecronicsUnit." ; + rdfs:label "EnergySource" ; + rdfs:comment "The energy source which has a power shift key schedule. The renewable resources should be modelled as PowerElecronicsUnit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1541,8 +1543,8 @@ nc:PowerShiftKeySchedule.EnergySource a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:EnergySource . nc:PowerShiftKeySchedule.EquivalentInjection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "Equivalent injection which is part of a powoer shift key schedule." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "Equivalent injection which is part of a powoer shift key schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1551,8 +1553,8 @@ nc:PowerShiftKeySchedule.EquivalentInjection a owl:ObjectProperty, owl:Functiona rdfs:range cim:EquivalentInjection . nc:PowerShiftKeySchedule.ExternalNetworkInjection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ExternalNetworkInjection"@en ; - rdfs:comment "The energy source which has a power shift key schedule." ; + rdfs:label "ExternalNetworkInjection" ; + rdfs:comment "The energy source which has a power shift key schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1561,8 +1563,8 @@ nc:PowerShiftKeySchedule.ExternalNetworkInjection a owl:ObjectProperty, owl:Func rdfs:range cim:ExternalNetworkInjection . nc:PowerShiftKeySchedule.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "The Generating Unit which has a Power Shift Key Schedule." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "The Generating Unit which has a Power Shift Key Schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1571,8 +1573,8 @@ nc:PowerShiftKeySchedule.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:GeneratingUnit . nc:PowerShiftKeySchedule.HydroPump a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "HydroPump"@en ; - rdfs:comment "The Hydro Pump which has a Power Shift Key schedule." ; + rdfs:label "HydroPump" ; + rdfs:comment "The Hydro Pump which has a Power Shift Key schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1581,8 +1583,8 @@ nc:PowerShiftKeySchedule.HydroPump a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:HydroPump . nc:PowerShiftKeySchedule.ParticipationFactorTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ParticipationFactorTimePoint"@en ; - rdfs:comment "The participation factor timepoint for a Power Shift Key schedule." ; + rdfs:label "ParticipationFactorTimePoint" ; + rdfs:comment "The participation factor timepoint for a Power Shift Key schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1591,8 +1593,8 @@ nc:PowerShiftKeySchedule.ParticipationFactorTimePoint a owl:ObjectProperty, owl: rdfs:range nc:ParticipationFactorTimePoint . nc:PowerShiftKeySchedule.PowerElectronicsUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "The Power Electronics Unit which has a Power Shift Key schedule." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "The Power Electronics Unit which has a Power Shift Key schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1601,8 +1603,8 @@ nc:PowerShiftKeySchedule.PowerElectronicsUnit a owl:ObjectProperty, owl:Function rdfs:range cim:PowerElectronicsUnit . nc:PowerShiftKeySchedule.PowerShiftKeyDistribution a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeyDistribution"@en ; - rdfs:comment "Power Shift Key distribution for the Power Shift Key schedule." ; + rdfs:label "PowerShiftKeyDistribution" ; + rdfs:comment "Power Shift Key distribution for the Power Shift Key schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1611,8 +1613,8 @@ nc:PowerShiftKeySchedule.PowerShiftKeyDistribution a owl:ObjectProperty, owl:Fun rdfs:range nc:PowerShiftKeyDistribution . nc:PowerShiftKeySchedule.ScheduleResource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "The Schedule Resource which has a Power Shift Key schedule." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "The Schedule Resource which has a Power Shift Key schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1621,8 +1623,8 @@ nc:PowerShiftKeySchedule.ScheduleResource a owl:ObjectProperty, owl:FunctionalPr rdfs:range nc:ScheduleResource . nc:PowerShiftKeyStrategy.PowerShiftKeyDistribution a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeyDistribution"@en ; - rdfs:comment "Power Shift Key Distribution associated to this power shift key strategy." ; + rdfs:label "PowerShiftKeyDistribution" ; + rdfs:comment "Power Shift Key Distribution associated to this power shift key strategy."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1631,8 +1633,8 @@ nc:PowerShiftKeyStrategy.PowerShiftKeyDistribution a owl:ObjectProperty, owl:Inv rdfs:range nc:PowerShiftKeyDistribution . nc:PowerTransferCorridor.GenericEnablingSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericEnablingSchedule"@en ; - rdfs:comment "Generic enabling schedule associated with a power transfer corridor." ; + rdfs:label "GenericEnablingSchedule" ; + rdfs:comment "Generic enabling schedule associated with a power transfer corridor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1641,8 +1643,8 @@ nc:PowerTransferCorridor.GenericEnablingSchedule a owl:ObjectProperty, owl:Inver rdfs:range nc:GenericEnablingSchedule . nc:RangeConstraint.GenericValueSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericValueSchedule"@en ; - rdfs:comment "Generic value schedule which has a range constraint." ; + rdfs:label "GenericValueSchedule" ; + rdfs:comment "Generic value schedule which has a range constraint."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1651,8 +1653,8 @@ nc:RangeConstraint.GenericValueSchedule a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:GenericValueSchedule . nc:RemedialAction.GenericAvailableSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericAvailableSchedule"@en ; - rdfs:comment "Available schedule associated to a remedial action." ; + rdfs:label "GenericAvailableSchedule" ; + rdfs:comment "Available schedule associated to a remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1661,8 +1663,8 @@ nc:RemedialAction.GenericAvailableSchedule a owl:ObjectProperty, owl:InverseFunc rdfs:range nc:GenericAvailableSchedule . nc:RemedialActionDependency.GenericEnablingSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenericEnablingSchedule"@en ; - rdfs:comment "Enabling schedule associated to a remedial action dependency." ; + rdfs:label "GenericEnablingSchedule" ; + rdfs:comment "Enabling schedule associated to a remedial action dependency."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1671,8 +1673,8 @@ nc:RemedialActionDependency.GenericEnablingSchedule a owl:ObjectProperty, owl:In rdfs:range nc:GenericEnablingSchedule . nc:RemedialActionGroup.RemedialActionGroupSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionGroupSchedule"@en ; - rdfs:comment "Remedial action group schedule associated with a remedial action group." ; + rdfs:label "RemedialActionGroupSchedule" ; + rdfs:comment "Remedial action group schedule associated with a remedial action group."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1681,8 +1683,8 @@ nc:RemedialActionGroup.RemedialActionGroupSchedule a owl:ObjectProperty, owl:Inv rdfs:range nc:RemedialActionGroupSchedule . nc:RemedialActionGroupSchedule.RemedialActionGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionGroup"@en ; - rdfs:comment "Remedial action group which has remedial action group schedules." ; + rdfs:label "RemedialActionGroup" ; + rdfs:comment "Remedial action group which has remedial action group schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1691,8 +1693,8 @@ nc:RemedialActionGroupSchedule.RemedialActionGroup a owl:ObjectProperty, owl:Fun rdfs:range nc:RemedialActionGroup . nc:RemedialActionGroupSchedule.RemedialActionGroupTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionGroupTimePoint"@en ; - rdfs:comment "Remedial action group time point that relates to this remedial action group schedule." ; + rdfs:label "RemedialActionGroupTimePoint" ; + rdfs:comment "Remedial action group time point that relates to this remedial action group schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -1701,8 +1703,8 @@ nc:RemedialActionGroupSchedule.RemedialActionGroupTimePoint a owl:ObjectProperty rdfs:range nc:RemedialActionGroupTimePoint . nc:RemedialActionGroupTimePoint.RemedialActionGroupSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionGroupSchedule"@en ; - rdfs:comment "Remedial action group schedule that has time point." ; + rdfs:label "RemedialActionGroupSchedule" ; + rdfs:comment "Remedial action group schedule that has time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1711,8 +1713,8 @@ nc:RemedialActionGroupTimePoint.RemedialActionGroupSchedule a owl:ObjectProperty rdfs:range nc:RemedialActionGroupSchedule . nc:RemedialActionScheme.RemedialActionSchemeSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionSchemeSchedule"@en ; - rdfs:comment "Remedial action scheme schedule that has this armed remedial action." ; + rdfs:label "RemedialActionSchemeSchedule" ; + rdfs:comment "Remedial action scheme schedule that has this armed remedial action."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1721,8 +1723,8 @@ nc:RemedialActionScheme.RemedialActionSchemeSchedule a owl:ObjectProperty, owl:I rdfs:range nc:RemedialActionSchemeSchedule . nc:RemedialActionSchemeSchedule.ArmedRemedialAction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ArmedRemedialAction"@en ; - rdfs:comment "Armed remedial action for a remedial action scheme." ; + rdfs:label "ArmedRemedialAction" ; + rdfs:comment "Armed remedial action for a remedial action scheme."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1731,8 +1733,8 @@ nc:RemedialActionSchemeSchedule.ArmedRemedialAction a owl:ObjectProperty, owl:Fu rdfs:range nc:RemedialActionScheme . nc:RemedialActionSchemeSchedule.RemedialActionSchemeTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemedialActionSchemeTimePoint"@en ; - rdfs:comment "Remedial action scheme time point that relates to this remedial action scheme schedule." ; + rdfs:label "RemedialActionSchemeTimePoint" ; + rdfs:comment "Remedial action scheme time point that relates to this remedial action scheme schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1741,8 +1743,8 @@ nc:RemedialActionSchemeSchedule.RemedialActionSchemeTimePoint a owl:ObjectProper rdfs:range nc:RemedialActionSchemeTimePoint . nc:RemedialActionSchemeTimePoint.RemedialActionSchemeSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RemedialActionSchemeSchedule"@en ; - rdfs:comment "Remedial action scheme schedule that has time point." ; + rdfs:label "RemedialActionSchemeSchedule" ; + rdfs:comment "Remedial action scheme schedule that has time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1751,8 +1753,8 @@ nc:RemedialActionSchemeTimePoint.RemedialActionSchemeSchedule a owl:ObjectProper rdfs:range nc:RemedialActionSchemeSchedule . nc:ScheduleResource.PowerBidSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerBidSchedule"@en ; - rdfs:comment "Power bid schedule which belongs to a schedule resource." ; + rdfs:label "PowerBidSchedule" ; + rdfs:comment "Power bid schedule which belongs to a schedule resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1761,8 +1763,8 @@ nc:ScheduleResource.PowerBidSchedule a owl:ObjectProperty, owl:InverseFunctional rdfs:range nc:PowerBidSchedule . nc:ScheduleResource.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerShiftKeySchedule"@en ; - rdfs:comment "The Power Shift Key schedule for a schedule resource." ; + rdfs:label "PowerShiftKeySchedule" ; + rdfs:comment "The Power Shift Key schedule for a schedule resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1771,8 +1773,8 @@ nc:ScheduleResource.PowerShiftKeySchedule a owl:ObjectProperty, owl:InverseFunct rdfs:range nc:PowerShiftKeySchedule . nc:Season.BaseRegularIntervalSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BaseRegularIntervalSchedule"@en ; - rdfs:comment "Base regular interval schedule which has seasons." ; + rdfs:label "BaseRegularIntervalSchedule" ; + rdfs:comment "Base regular interval schedule which has seasons."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1781,8 +1783,8 @@ nc:Season.BaseRegularIntervalSchedule a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:BaseRegularIntervalSchedule . nc:SequenceTimePoint.GenericSequenceSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GenericSequenceSchedule"@en ; - rdfs:comment "The sequence schedule which belongs to the sequence timepoint." ; + rdfs:label "GenericSequenceSchedule" ; + rdfs:comment "The sequence schedule which belongs to the sequence timepoint."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1791,8 +1793,8 @@ nc:SequenceTimePoint.GenericSequenceSchedule a owl:ObjectProperty, owl:Functiona rdfs:range nc:GenericSequenceSchedule . nc:StageTrigger.StageTriggerSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StageTriggerSchedule"@en ; - rdfs:comment "Stage trigger schedule associated with a stage trigger." ; + rdfs:label "StageTriggerSchedule" ; + rdfs:comment "Stage trigger schedule associated with a stage trigger."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1801,8 +1803,8 @@ nc:StageTrigger.StageTriggerSchedule a owl:ObjectProperty, owl:InverseFunctional rdfs:range nc:StageTriggerSchedule . nc:StageTriggerSchedule.StageTrigger a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "StageTrigger"@en ; - rdfs:comment "Stage trigger which has stage trigger schedules." ; + rdfs:label "StageTrigger" ; + rdfs:comment "Stage trigger which has stage trigger schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1811,8 +1813,8 @@ nc:StageTriggerSchedule.StageTrigger a owl:ObjectProperty, owl:FunctionalPropert rdfs:range nc:StageTrigger . nc:StageTriggerSchedule.StageTriggerTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StageTriggerTimePoint"@en ; - rdfs:comment "Stage trigger time point that relates to this remedial action scheme schedule." ; + rdfs:label "StageTriggerTimePoint" ; + rdfs:comment "Stage trigger time point that relates to this remedial action scheme schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -1821,8 +1823,8 @@ nc:StageTriggerSchedule.StageTriggerTimePoint a owl:ObjectProperty, owl:InverseF rdfs:range nc:StageTriggerTimePoint . nc:StageTriggerTimePoint.StageTriggerSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "StageTriggerSchedule"@en ; - rdfs:comment "Stage trigger schedule that has time point." ; + rdfs:label "StageTriggerSchedule" ; + rdfs:comment "Stage trigger schedule that has time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1831,8 +1833,8 @@ nc:StageTriggerTimePoint.StageTriggerSchedule a owl:ObjectProperty, owl:Function rdfs:range nc:StageTriggerSchedule . nc:UnitCostSchedule.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "GeneratingUnit which has unit cost schedules." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "GeneratingUnit which has unit cost schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1841,8 +1843,8 @@ nc:UnitCostSchedule.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:GeneratingUnit . nc:UnitCostSchedule.UnitCostTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "UnitCostTimePoint"@en ; - rdfs:comment "The unit cost time point that relates to this unit cost schedule." ; + rdfs:label "UnitCostTimePoint" ; + rdfs:comment "The unit cost time point that relates to this unit cost schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1851,8 +1853,8 @@ nc:UnitCostSchedule.UnitCostTimePoint a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:UnitCostTimePoint . nc:UnitCostTimePoint.UnitCostSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "UnitCostSchedule"@en ; - rdfs:comment "The unit cost schedule that has time point." ; + rdfs:label "UnitCostSchedule" ; + rdfs:comment "The unit cost schedule that has time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1861,24 +1863,24 @@ nc:UnitCostTimePoint.UnitCostSchedule a owl:ObjectProperty, owl:FunctionalProper rdfs:range nc:UnitCostSchedule . nc:UnitCostTimePoint.startupCost a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "startupCost"@en ; - rdfs:comment "The initial startup cost incurred for each start of the GeneratingUnit." ; + rdfs:label "startupCost" ; + rdfs:comment "The initial startup cost incurred for each start of the GeneratingUnit."@en ; cims:dataType cim:Money ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:UnitCostTimePoint . nc:UnitCostTimePoint.warmStartupCost a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "warmStartupCost"@en ; - rdfs:comment "The warm startup cost incurred for each start of the GeneratingUnit." ; + rdfs:label "warmStartupCost" ; + rdfs:comment "The warm startup cost incurred for each start of the GeneratingUnit."@en ; cims:dataType cim:Money ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:UnitCostTimePoint . nc:VoltageAngleLimit.VoltageAngleSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageAngleSchedule"@en ; - rdfs:comment "Voltage angle schedule associated with a voltage angle limit." ; + rdfs:label "VoltageAngleSchedule" ; + rdfs:comment "Voltage angle schedule associated with a voltage angle limit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1887,8 +1889,8 @@ nc:VoltageAngleLimit.VoltageAngleSchedule a owl:ObjectProperty, owl:InverseFunct rdfs:range nc:VoltageAngleSchedule . nc:VoltageAngleSchedule.VoltageAngleLimit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VoltageAngleLimit"@en ; - rdfs:comment "Voltage angle limit which has voltage angle schedules." ; + rdfs:label "VoltageAngleLimit" ; + rdfs:comment "Voltage angle limit which has voltage angle schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1897,8 +1899,8 @@ nc:VoltageAngleSchedule.VoltageAngleLimit a owl:ObjectProperty, owl:FunctionalPr rdfs:range nc:VoltageAngleLimit . nc:VoltageAngleSchedule.VoltageAngletimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageAngletimePoint"@en ; - rdfs:comment "The voltage angle time point that relates to this voltage angle schedule." ; + rdfs:label "VoltageAngletimePoint" ; + rdfs:comment "The voltage angle time point that relates to this voltage angle schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1907,8 +1909,8 @@ nc:VoltageAngleSchedule.VoltageAngletimePoint a owl:ObjectProperty, owl:InverseF rdfs:range nc:VoltageAngleTimePoint . nc:VoltageAngleTimePoint.VoltageAngleSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VoltageAngleSchedule"@en ; - rdfs:comment "The voltage angle schedule that has time point." ; + rdfs:label "VoltageAngleSchedule" ; + rdfs:comment "The voltage angle schedule that has time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1917,51 +1919,51 @@ nc:VoltageAngleTimePoint.VoltageAngleSchedule a owl:ObjectProperty, owl:Function rdfs:range nc:VoltageAngleSchedule . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:Season.endDate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "endDate"@en ; - rdfs:comment "Date season ends." ; + rdfs:label "endDate" ; + rdfs:comment "Date season ends."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Season ; rdfs:range xsd:gMonthDay . cim:Season.startDate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startDate"@en ; - rdfs:comment "Date season starts." ; + rdfs:label "startDate" ; + rdfs:comment "Date season starts."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Season ; rdfs:range xsd:gMonthDay . nc:AssessedElementRegularTimePoint.appointedMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "appointedMargin"@en ; + rdfs:label "appointedMargin" ; rdfs:comment """The percentage (appointed to a region) of the remaining margin obtained in the grid model to reach its current limit. The maximum percentage shall by default be 10% of the remaining margin. It is only used when an assessed element is considered conservative for a region. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -1972,16 +1974,16 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElementRegularTimePoint.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "It identifies if the assessed element is enabled. True means enabled, False means disabled." ; + rdfs:label "enabled" ; + rdfs:comment "It identifies if the assessed element is enabled. True means enabled, False means disabled."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementRegularTimePoint ; rdfs:range xsd:boolean . nc:AssessedElementRegularTimePoint.maxFlow a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxFlow"@en ; - rdfs:comment "Maximum flow on an a conducting equipment or a collection of conducting equipment forming a power transfer corridor. For assessed elements that is becomes critical due to contingency, this value represents the maximum flow with remedial action taken into consideration." ; + rdfs:label "maxFlow" ; + rdfs:comment "Maximum flow on an a conducting equipment or a collection of conducting equipment forming a power transfer corridor. For assessed elements that is becomes critical due to contingency, this value represents the maximum flow with remedial action taken into consideration."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1992,9 +1994,9 @@ nc:AssessedElementRegularTimePoint.maxFlow a owl:DatatypeProperty, owl:Functiona rdfs:range xsd:float . nc:AssessedElementRegularTimePoint.scannedThresholdMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "scannedThresholdMargin"@en ; + rdfs:label "scannedThresholdMargin" ; rdfs:comment """Threshold percentage that a scanned element can be overloaded, on a given element, on top of any overload prior to optimisation (default= 5%). e.g. Initial loading of the element is 110%, with a 5% scanned threshold margin, the new maximum is 115% of the limit (e.g. PATL, TATL, etc). -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2005,10 +2007,10 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElementRegularTimePoint.virtualPositiveMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "virtualPositiveMargin"@en ; + rdfs:label "virtualPositiveMargin" ; rdfs:comment """A margin defined only for scanned AssessedElement (If AssessedElement.ScannedForRegion is present) in order to represent the influence of available remedial action which is not cross-border relevant remedial action. The margin is modifying the limits used for the assessment whatever the limit it is (e.g. PATL, TATL).This symbolizes a remedial action that can be applied internally by the System Operator. It will be resolved by the System Operator and not by the optimization of remedial actions. The attribute shall be a positive value. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2019,10 +2021,10 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElementTimePoint.appointedMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "appointedMargin"@en ; + rdfs:label "appointedMargin" ; rdfs:comment """The percentage (appointed to a region) of the remaining margin obtained in the grid model to reach its current limit. The maximum percentage shall by default be 10% of the remaining margin. It is only used when an assessed element is considered conservative for a region. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2033,16 +2035,16 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElementTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementTimePoint ; rdfs:range xsd:dateTime . nc:AssessedElementTimePoint.coordinatedValidationAdjustment a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "coordinatedValidationAdjustment"@en ; - rdfs:comment "A positive value expressed in MW, calculated and provided by the coordinated capacity calculator (CCC) for the reduction of Remaining Available Margin (RAM) in order to ensure grid security." ; + rdfs:label "coordinatedValidationAdjustment" ; + rdfs:comment "A positive value expressed in MW, calculated and provided by the coordinated capacity calculator (CCC) for the reduction of Remaining Available Margin (RAM) in order to ensure grid security."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2053,32 +2055,32 @@ nc:AssessedElementTimePoint.coordinatedValidationAdjustment a owl:DatatypeProper rdfs:range xsd:float . nc:AssessedElementTimePoint.coordinatedValidationAdjustmentJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "coordinatedValidationAdjustmentJustification"@en ; - rdfs:comment "A text description provided by the coordinated capacity calculator (CCC) for justifying the reduction of Remaining Available Margin (RAM) by means of Coordinated Validation Adjustment (CVA). This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "coordinatedValidationAdjustmentJustification" ; + rdfs:comment "A text description provided by the coordinated capacity calculator (CCC) for justifying the reduction of Remaining Available Margin (RAM) by means of Coordinated Validation Adjustment (CVA). This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementTimePoint ; rdfs:range xsd:string . nc:AssessedElementTimePoint.criticalElementContingencyJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "criticalElementContingencyJustification"@en ; - rdfs:comment "Justification indicating the kind of critical element contingency. This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "criticalElementContingencyJustification" ; + rdfs:comment "Justification indicating the kind of critical element contingency. This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementTimePoint ; rdfs:range xsd:string . nc:AssessedElementTimePoint.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "It identifies if the assessed element is enabled. True means enabled, False means disabled." ; + rdfs:label "enabled" ; + rdfs:comment "It identifies if the assessed element is enabled. True means enabled, False means disabled."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementTimePoint ; rdfs:range xsd:boolean . nc:AssessedElementTimePoint.individualValidationAdjustment a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "individualValidationAdjustment"@en ; - rdfs:comment "A positive value expressed in MW, calculated and provided by System Operators from their individual validation process for the reduction of Remaining Available Margin in order to ensure grid security." ; + rdfs:label "individualValidationAdjustment" ; + rdfs:comment "A positive value expressed in MW, calculated and provided by System Operators from their individual validation process for the reduction of Remaining Available Margin in order to ensure grid security."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2089,16 +2091,16 @@ nc:AssessedElementTimePoint.individualValidationAdjustment a owl:DatatypePropert rdfs:range xsd:float . nc:AssessedElementTimePoint.individualValidationAdjustmentJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "individualValidationAdjustmentJustification"@en ; - rdfs:comment "A text description provided by System Operators for justifying the reduction of Remaining Available Margin (RAM) by means of Individual Validation Adjustment (IVA). This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "individualValidationAdjustmentJustification" ; + rdfs:comment "A text description provided by System Operators for justifying the reduction of Remaining Available Margin (RAM) by means of Individual Validation Adjustment (IVA). This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementTimePoint ; rdfs:range xsd:string . nc:AssessedElementTimePoint.individualValidationAdjustmentShare a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "individualValidationAdjustmentShare"@en ; - rdfs:comment "A positive value expressed in MW, calculated by the coordinated capacity calculator (CCC) based on the provided Individual Validation Adjustment (IVA) by System Operators in order to show the actual reduction of Remaining Available Margin (RAM). Individual Validation Adjustment Share is a positive non-zero value. It is equal or less than the Individual Validation Adjustment value." ; + rdfs:label "individualValidationAdjustmentShare" ; + rdfs:comment "A positive value expressed in MW, calculated by the coordinated capacity calculator (CCC) based on the provided Individual Validation Adjustment (IVA) by System Operators in order to show the actual reduction of Remaining Available Margin (RAM). Individual Validation Adjustment Share is a positive non-zero value. It is equal or less than the Individual Validation Adjustment value."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2109,8 +2111,8 @@ nc:AssessedElementTimePoint.individualValidationAdjustmentShare a owl:DatatypePr rdfs:range xsd:float . nc:AssessedElementTimePoint.maxFlow a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxFlow"@en ; - rdfs:comment "Maximum flow on an a conducting equipment or a collection of conducting equipment forming a power transfer corridor. For assessed elements that is becomes critical due to contingency, this value represents the maximum flow with remedial action taken into consideration." ; + rdfs:label "maxFlow" ; + rdfs:comment "Maximum flow on an a conducting equipment or a collection of conducting equipment forming a power transfer corridor. For assessed elements that is becomes critical due to contingency, this value represents the maximum flow with remedial action taken into consideration."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2121,9 +2123,9 @@ nc:AssessedElementTimePoint.maxFlow a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . nc:AssessedElementTimePoint.scannedThresholdMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "scannedThresholdMargin"@en ; + rdfs:label "scannedThresholdMargin" ; rdfs:comment """Threshold percentage that a scanned element can be overloaded, on a given element, on top of any overload prior to optimisation (default= 5%). e.g. Initial loading of the element is 110%, with a 5% scanned threshold margin, the new maximum is 115% of the limit (e.g. PATL, TATL, etc). -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2134,18 +2136,18 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElementTimePoint.targetRemainingAvailableMarginJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetRemainingAvailableMarginJustification"@en ; - rdfs:comment "Justification indicating the target remaining available margin. This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "targetRemainingAvailableMarginJustification" ; + rdfs:comment "Justification indicating the target remaining available margin. This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementTimePoint ; rdfs:range xsd:string . nc:AssessedElementTimePoint.virtualPositiveMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "virtualPositiveMargin"@en ; + rdfs:label "virtualPositiveMargin" ; rdfs:comment """A margin defined only for scanned AssessedElement (If AssessedElement.ScannedForRegion is present) in order to represent the influence of available remedial action which is not cross-border relevant remedial action. The margin is modifying the limits used for the assessment whatever the limit it is (e.g. PATL, TATL).This symbolizes a remedial action that can be applied internally by the System Operator. It will be resolved by the System Operator and not by the optimization of remedial actions. The attribute shall be a positive value. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2156,64 +2158,64 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AvailabilityTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilityTimePoint ; rdfs:range xsd:dateTime . nc:AvailabilityTimePoint.available a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "available"@en ; - rdfs:comment "It identifies if the element is available. True means available, False means unavailable." ; + rdfs:label "available" ; + rdfs:comment "It identifies if the element is available. True means available, False means unavailable."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AvailabilityTimePoint ; rdfs:range xsd:boolean . nc:BaseRegularIntervalSchedule.intervalEndTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "intervalEndTime"@en ; - rdfs:comment "Interval end time for which the schedule is valid for." ; + rdfs:label "intervalEndTime" ; + rdfs:comment "Interval end time for which the schedule is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseRegularIntervalSchedule ; rdfs:range xsd:dateTime . nc:BaseRegularIntervalSchedule.intervalStartTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "intervalStartTime"@en ; - rdfs:comment "Interval start time for which the schedule is valid for." ; + rdfs:label "intervalStartTime" ; + rdfs:comment "Interval start time for which the schedule is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseRegularIntervalSchedule ; rdfs:range xsd:dateTime . nc:BaseTimeSeries.actionMethod a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "actionMethod"@en ; - rdfs:comment "Action method used to create the value. This is used for identification in the case where there is multiple time series for the same validity period and kind." ; + rdfs:label "actionMethod" ; + rdfs:comment "Action method used to create the value. This is used for identification in the case where there is multiple time series for the same validity period and kind."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range xsd:string . nc:ContingencyTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ContingencyTimePoint ; rdfs:range xsd:dateTime . nc:ContingencyTimePoint.mustStudy a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mustStudy"@en ; - rdfs:comment "Set true if must study this contingency." ; + rdfs:label "mustStudy" ; + rdfs:comment "Set true if must study this contingency."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ContingencyTimePoint ; rdfs:range xsd:boolean . nc:ContingencyTimePoint.probability a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "probability"@en ; - rdfs:comment "Probability of occurrence. The allowed value range is [0,100]." ; + rdfs:label "probability" ; + rdfs:comment "Probability of occurrence. The allowed value range is [0,100]."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2224,59 +2226,59 @@ nc:ContingencyTimePoint.probability a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . nc:EnablingTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnablingTimePoint ; rdfs:range xsd:dateTime . nc:EnablingTimePoint.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "It identifies if the element is enabled. True means enabled, False means not enabled." ; + rdfs:label "enabled" ; + rdfs:comment "It identifies if the element is enabled. True means enabled, False means not enabled."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnablingTimePoint ; rdfs:range xsd:boolean . nc:GenericValueTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GenericValueTimePoint ; rdfs:range xsd:dateTime . nc:GenericValueTimePoint.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The value at the time. The meaning of the value is defined by the derived type of the associated schedule. The value can be integer, float or boolean. In case of boolean 1 equals true and 0 equals false." ; + rdfs:label "value" ; + rdfs:comment "The value at the time. The meaning of the value is defined by the derived type of the associated schedule. The value can be integer, float or boolean. In case of boolean 1 equals true and 0 equals false."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GenericValueTimePoint ; rdfs:range xsd:float . nc:GridStateAlterationTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GridStateAlterationTimePoint ; rdfs:range xsd:dateTime . nc:GridStateAlterationTimePoint.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "The status of the GridStateAlteration set by an operation or by a signal resulting from a control action." ; + rdfs:label "enabled" ; + rdfs:comment "The status of the GridStateAlteration set by an operation or by a signal resulting from a control action."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GridStateAlterationTimePoint ; rdfs:range xsd:boolean . nc:GridStateAlterationTimePoint.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; + rdfs:label "participationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). In the case of priority strategy, the item with the lowest number gets allocated energy first. -e.g. If 0 this grid alteration does not participate. The sum of all participation factors for all grid state alterations associated with same remedial action shall be equal to 100%.""" ; +e.g. If 0 this grid alteration does not participate. The sum of all participation factors for all grid state alterations associated with same remedial action shall be equal to 100%."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2287,41 +2289,41 @@ e.g. If 0 this grid alteration does not participate. The sum of all participatio rdfs:range xsd:float . nc:HourPeriod.endTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "endTime"@en ; - rdfs:comment "Time the period end and not including, e.g. 13:00 which means it does not include the time of 13:00 but 12:59." ; + rdfs:label "endTime" ; + rdfs:comment "Time the period end and not including, e.g. 13:00 which means it does not include the time of 13:00 but 12:59."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:HourPeriod ; rdfs:range xsd:time . nc:HourPeriod.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:HourPeriod ; rdfs:range xsd:string . nc:HourPeriod.startTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startTime"@en ; - rdfs:comment "Time the period start and including, e.g. 12:00 which means it include the time of 12:00." ; + rdfs:label "startTime" ; + rdfs:comment "Time the period start and including, e.g. 12:00 which means it include the time of 12:00."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:HourPeriod ; rdfs:range xsd:time . nc:InfeedLimitTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:InfeedLimitTimePoint ; rdfs:range xsd:dateTime . nc:InfeedLimitTimePoint.valueW a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valueW"@en ; - rdfs:comment "Value of active power limit. The attribute shall be a positive value or zero." ; + rdfs:label "valueW" ; + rdfs:comment "Value of active power limit. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2332,75 +2334,75 @@ nc:InfeedLimitTimePoint.valueW a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:ParticipationFactorTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ParticipationFactorTimePoint ; rdfs:range xsd:dateTime . nc:ParticipationFactorTimePoint.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; + rdfs:label "participationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ParticipationFactorTimePoint ; rdfs:range xsd:float . nc:PowerBidDependency.delay a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "delay"@en ; - rdfs:comment "Time delay between activation of the parents until the dependent offer will be available." ; + rdfs:label "delay" ; + rdfs:comment "Time delay between activation of the parents until the dependent offer will be available."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidDependency ; rdfs:range xsd:duration . nc:PowerBidDependency.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidDependency ; rdfs:range xsd:string . nc:PowerBidSchedule.activationCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "activationCost"@en ; - rdfs:comment "Cost to activate the bid." ; + rdfs:label "activationCost" ; + rdfs:comment "Cost to activate the bid."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidSchedule ; rdfs:range xsd:decimal . nc:PowerBidSchedule.isFixed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isFixed"@en ; - rdfs:comment "Indicates if the power bid schedule is fixed, meaning that all the different power bid schedule values need to be taken without changes. e.g. It is a take-it-or-leave-it bid offer." ; + rdfs:label "isFixed" ; + rdfs:comment "Indicates if the power bid schedule is fixed, meaning that all the different power bid schedule values need to be taken without changes. e.g. It is a take-it-or-leave-it bid offer."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidSchedule ; rdfs:range xsd:boolean . nc:PowerBidSchedule.isOffer a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isOffer"@en ; - rdfs:comment "Indicates if the power bid is an offer or not. True, means that the bid is an offer. False, means that the bid is not an offer." ; + rdfs:label "isOffer" ; + rdfs:comment "Indicates if the power bid is an offer or not. True, means that the bid is an offer. False, means that the bid is not an offer."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidSchedule ; rdfs:range xsd:boolean . nc:PowerBidSchedule.leadTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "leadTime"@en ; - rdfs:comment "Time it takes for the bid to be called upon until it is active." ; + rdfs:label "leadTime" ; + rdfs:comment "Time it takes for the bid to be called upon until it is active."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidSchedule ; rdfs:range xsd:duration . nc:PowerBidSchedule.maxRampDownP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRampDownP"@en ; - rdfs:comment "Maximum decrease of the active power change from one time point to the next." ; + rdfs:label "maxRampDownP" ; + rdfs:comment "Maximum decrease of the active power change from one time point to the next."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2411,8 +2413,8 @@ nc:PowerBidSchedule.maxRampDownP a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:PowerBidSchedule.maxRampUpP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRampUpP"@en ; - rdfs:comment "Maximum increase of the active power change from one time point to the next." ; + rdfs:label "maxRampUpP" ; + rdfs:comment "Maximum increase of the active power change from one time point to the next."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2423,48 +2425,48 @@ nc:PowerBidSchedule.maxRampUpP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerBidSchedule.maximumUptime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maximumUptime"@en ; - rdfs:comment "Maximum duration the action needs to be remain active after startup." ; + rdfs:label "maximumUptime" ; + rdfs:comment "Maximum duration the action needs to be remain active after startup."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidSchedule ; rdfs:range xsd:duration . nc:PowerBidSchedule.minimumOffTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minimumOffTime"@en ; - rdfs:comment "Minimum time interval between activation of the bid involving startup and shutdown. This value overrides any value on the unit." ; + rdfs:label "minimumOffTime" ; + rdfs:comment "Minimum time interval between activation of the bid involving startup and shutdown. This value overrides any value on the unit."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidSchedule ; rdfs:range xsd:duration . nc:PowerBidSchedule.minimumUptime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minimumUptime"@en ; - rdfs:comment "Minimum duration the action needs to be remain active after startup." ; + rdfs:label "minimumUptime" ; + rdfs:comment "Minimum duration the action needs to be remain active after startup."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidSchedule ; rdfs:range xsd:duration . nc:PowerBidSchedule.priority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "priority"@en ; - rdfs:comment "The numeric local priority given to a bid. Lower numeric values will have higher priority." ; + rdfs:label "priority" ; + rdfs:comment "The numeric local priority given to a bid. Lower numeric values will have higher priority."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidSchedule ; rdfs:range xsd:integer . nc:PowerBidSchedule.shutdownCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "shutdownCost"@en ; - rdfs:comment "Total shutdown cost incurred for all the units involved in the bid. This overrides any cost on the specific unit." ; + rdfs:label "shutdownCost" ; + rdfs:comment "Total shutdown cost incurred for all the units involved in the bid. This overrides any cost on the specific unit."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidSchedule ; rdfs:range xsd:decimal . nc:PowerBidSchedule.totalMaximumEnergy a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "totalMaximumEnergy"@en ; - rdfs:comment "Maximum total energy that can be activated by the bid." ; + rdfs:label "totalMaximumEnergy" ; + rdfs:comment "Maximum total energy that can be activated by the bid."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.Wh ; cims:multiplicity cims:M:0..1 ; @@ -2475,8 +2477,8 @@ nc:PowerBidSchedule.totalMaximumEnergy a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . nc:PowerBidSchedule.totalMinimumEnergy a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "totalMinimumEnergy"@en ; - rdfs:comment "Minimum total energy that has to be activated by the bid." ; + rdfs:label "totalMinimumEnergy" ; + rdfs:comment "Minimum total energy that has to be activated by the bid."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.Wh ; cims:multiplicity cims:M:0..1 ; @@ -2487,16 +2489,16 @@ nc:PowerBidSchedule.totalMinimumEnergy a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . nc:PowerBidScheduleTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidScheduleTimePoint ; rdfs:range xsd:dateTime . nc:PowerBidScheduleTimePoint.minimumActivationP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minimumActivationP"@en ; - rdfs:comment "Minimum active power given in the time point." ; + rdfs:label "minimumActivationP" ; + rdfs:comment "Minimum active power given in the time point."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2507,8 +2509,8 @@ nc:PowerBidScheduleTimePoint.minimumActivationP a owl:DatatypeProperty, owl:Func rdfs:range xsd:float . nc:PowerBidScheduleTimePoint.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; - rdfs:comment "Active power given in the time point." ; + rdfs:label "p" ; + rdfs:comment "Active power given in the time point."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2519,24 +2521,24 @@ nc:PowerBidScheduleTimePoint.p a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerBidScheduleTimePoint.price a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "price"@en ; - rdfs:comment "Quantity given in the time points." ; + rdfs:label "price" ; + rdfs:comment "Quantity given in the time points."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidScheduleTimePoint ; rdfs:range xsd:decimal . nc:PowerBidScheduleTimePoint.reservePrice a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "reservePrice"@en ; - rdfs:comment "Price for reserving the step increment active power." ; + rdfs:label "reservePrice" ; + rdfs:comment "Price for reserving the step increment active power."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerBidScheduleTimePoint ; rdfs:range xsd:decimal . nc:PowerBidScheduleTimePoint.stepIncrementP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "stepIncrementP"@en ; - rdfs:comment "The minimum increment that can be applied for an increase in an activation request." ; + rdfs:label "stepIncrementP" ; + rdfs:comment "The minimum increment that can be applied for an increase in an activation request."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2547,16 +2549,16 @@ nc:PowerBidScheduleTimePoint.stepIncrementP a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . nc:PowerRemedialActionTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerRemedialActionTimePoint ; rdfs:range xsd:dateTime . nc:PowerRemedialActionTimePoint.maxRegulatingDown a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRegulatingDown"@en ; - rdfs:comment "Maximum net amount of active power that the remedial action can regulate down." ; + rdfs:label "maxRegulatingDown" ; + rdfs:comment "Maximum net amount of active power that the remedial action can regulate down."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2567,8 +2569,8 @@ nc:PowerRemedialActionTimePoint.maxRegulatingDown a owl:DatatypeProperty, owl:Fu rdfs:range xsd:float . nc:PowerRemedialActionTimePoint.maxRegulatingUp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRegulatingUp"@en ; - rdfs:comment "Maximum net amount of active power that the remedial action can regulate up." ; + rdfs:label "maxRegulatingUp" ; + rdfs:comment "Maximum net amount of active power that the remedial action can regulate up."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2579,16 +2581,16 @@ nc:PowerRemedialActionTimePoint.maxRegulatingUp a owl:DatatypeProperty, owl:Func rdfs:range xsd:float . nc:RemedialActionGroupTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionGroupTimePoint ; rdfs:range xsd:dateTime . nc:RemedialActionGroupTimePoint.maxRegulatingDown a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRegulatingDown"@en ; - rdfs:comment "Maximum net amount of active power that the group of remedial actions can regulate down." ; + rdfs:label "maxRegulatingDown" ; + rdfs:comment "Maximum net amount of active power that the group of remedial actions can regulate down."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2599,8 +2601,8 @@ nc:RemedialActionGroupTimePoint.maxRegulatingDown a owl:DatatypeProperty, owl:Fu rdfs:range xsd:float . nc:RemedialActionGroupTimePoint.maxRegulatingUp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRegulatingUp"@en ; - rdfs:comment "Maximum net amount of active power that the group of remedial actions can regulate up." ; + rdfs:label "maxRegulatingUp" ; + rdfs:comment "Maximum net amount of active power that the group of remedial actions can regulate up."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2611,88 +2613,88 @@ nc:RemedialActionGroupTimePoint.maxRegulatingUp a owl:DatatypeProperty, owl:Func rdfs:range xsd:float . nc:RemedialActionSchemeTimePoint.armed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "armed"@en ; - rdfs:comment "Defines the arming status of the remedial action scheme. It is set by operation or by signal." ; + rdfs:label "armed" ; + rdfs:comment "Defines the arming status of the remedial action scheme. It is set by operation or by signal."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionSchemeTimePoint ; rdfs:range xsd:boolean . nc:RemedialActionSchemeTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionSchemeTimePoint ; rdfs:range xsd:dateTime . nc:RemedialActionSchemeTimePoint.inService a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inService"@en ; - rdfs:comment "Specifies the availability of the Remedial Action Scheme (RAS). If true, the RAS is available for contingency processing. If false, the RAS is treated by contingency processing as if it is not in the model." ; + rdfs:label "inService" ; + rdfs:comment "Specifies the availability of the Remedial Action Scheme (RAS). If true, the RAS is available for contingency processing. If false, the RAS is treated by contingency processing as if it is not in the model."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionSchemeTimePoint ; rdfs:range xsd:boolean . nc:SequenceTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SequenceTimePoint ; rdfs:range xsd:dateTime . nc:SequenceTimePoint.sequence a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sequence"@en ; - rdfs:comment "Sequence needs to be ordered by the scheduling area. It has to be unique by the scheduling area." ; + rdfs:label "sequence" ; + rdfs:comment "Sequence needs to be ordered by the scheduling area. It has to be unique by the scheduling area."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SequenceTimePoint ; rdfs:range xsd:integer . nc:StageTriggerTimePoint.armed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "armed"@en ; - rdfs:comment "Defines the arming status of the remedial action scheme. It is set by operation or by signal." ; + rdfs:label "armed" ; + rdfs:comment "Defines the arming status of the remedial action scheme. It is set by operation or by signal."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:StageTriggerTimePoint ; rdfs:range xsd:boolean . nc:StageTriggerTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:StageTriggerTimePoint ; rdfs:range xsd:dateTime . nc:StageTriggerTimePoint.inService a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inService"@en ; - rdfs:comment "Specifies the availability of the Remedial Action Scheme (RAS). If true, the RAS is available for contingency processing. If false, the RAS is treated by contingency processing as if it is not in the model." ; + rdfs:label "inService" ; + rdfs:comment "Specifies the availability of the Remedial Action Scheme (RAS). If true, the RAS is available for contingency processing. If false, the RAS is treated by contingency processing as if it is not in the model."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:StageTriggerTimePoint ; rdfs:range xsd:boolean . nc:UnitCostTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:UnitCostTimePoint ; rdfs:range xsd:dateTime . nc:VoltageAngleTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:VoltageAngleTimePoint ; rdfs:range xsd:dateTime . nc:VoltageAngleTimePoint.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The difference in angle degrees between referenced by the association end OperationalLimitSet.Terminal and the Terminal referenced by the association end VoltageAngleLimit.AngleReferenceTerminal. The value shall be positive (greater than zero)." ; + rdfs:label "value" ; + rdfs:comment "The difference in angle degrees between referenced by the association end OperationalLimitSet.Terminal and the Terminal referenced by the association end VoltageAngleLimit.AngleReferenceTerminal. The value shall be positive (greater than zero)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -2703,8 +2705,8 @@ nc:VoltageAngleTimePoint.value a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -2716,8 +2718,8 @@ cim:ActivePowerPerCurrentFlow skos:exactMatch quantitykind:ActivePowerPerCurrent cim:ActivePowerPerFrequency skos:exactMatch quantitykind:ActivePowerPerFrequency . cim:AngleDegrees a qudt:QuantityKind ; - rdfs:label "AngleDegrees"@en ; - rdfs:comment "Measurement of angle in degrees." ; + rdfs:label "AngleDegrees" ; + rdfs:comment "Measurement of angle in degrees."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.deg ; skos:exactMatch quantitykind:Angle . @@ -2734,812 +2736,812 @@ cim:Conductance skos:exactMatch quantitykind:Conductance . cim:Currency.AED a cim:Currency ; rdfs:label "AED" ; - rdfs:comment "United Arab Emirates dirham." ; + rdfs:comment "United Arab Emirates dirham."@en ; cims:stereotype "enum" . cim:Currency.AFN a cim:Currency ; rdfs:label "AFN" ; - rdfs:comment "Afghan afghani." ; + rdfs:comment "Afghan afghani."@en ; cims:stereotype "enum" . cim:Currency.ALL a cim:Currency ; rdfs:label "ALL" ; - rdfs:comment "Albanian lek." ; + rdfs:comment "Albanian lek."@en ; cims:stereotype "enum" . cim:Currency.AMD a cim:Currency ; rdfs:label "AMD" ; - rdfs:comment "Armenian dram." ; + rdfs:comment "Armenian dram."@en ; cims:stereotype "enum" . cim:Currency.ANG a cim:Currency ; rdfs:label "ANG" ; - rdfs:comment "Netherlands Antillean guilder." ; + rdfs:comment "Netherlands Antillean guilder."@en ; cims:stereotype "enum" . cim:Currency.AOA a cim:Currency ; rdfs:label "AOA" ; - rdfs:comment "Angolan kwanza." ; + rdfs:comment "Angolan kwanza."@en ; cims:stereotype "enum" . cim:Currency.ARS a cim:Currency ; rdfs:label "ARS" ; - rdfs:comment "Argentine peso." ; + rdfs:comment "Argentine peso."@en ; cims:stereotype "enum" . cim:Currency.AUD a cim:Currency ; rdfs:label "AUD" ; - rdfs:comment "Australian dollar." ; + rdfs:comment "Australian dollar."@en ; cims:stereotype "enum" . cim:Currency.AWG a cim:Currency ; rdfs:label "AWG" ; - rdfs:comment "Aruban florin." ; + rdfs:comment "Aruban florin."@en ; cims:stereotype "enum" . cim:Currency.AZN a cim:Currency ; rdfs:label "AZN" ; - rdfs:comment "Azerbaijani manat." ; + rdfs:comment "Azerbaijani manat."@en ; cims:stereotype "enum" . cim:Currency.BAM a cim:Currency ; rdfs:label "BAM" ; - rdfs:comment "Bosnia and Herzegovina convertible mark." ; + rdfs:comment "Bosnia and Herzegovina convertible mark."@en ; cims:stereotype "enum" . cim:Currency.BBD a cim:Currency ; rdfs:label "BBD" ; - rdfs:comment "Barbados dollar." ; + rdfs:comment "Barbados dollar."@en ; cims:stereotype "enum" . cim:Currency.BDT a cim:Currency ; rdfs:label "BDT" ; - rdfs:comment "Bangladeshi taka." ; + rdfs:comment "Bangladeshi taka."@en ; cims:stereotype "enum" . cim:Currency.BGN a cim:Currency ; rdfs:label "BGN" ; - rdfs:comment "Bulgarian lev." ; + rdfs:comment "Bulgarian lev."@en ; cims:stereotype "enum" . cim:Currency.BHD a cim:Currency ; rdfs:label "BHD" ; - rdfs:comment "Bahraini dinar." ; + rdfs:comment "Bahraini dinar."@en ; cims:stereotype "enum" . cim:Currency.BIF a cim:Currency ; rdfs:label "BIF" ; - rdfs:comment "Burundian franc." ; + rdfs:comment "Burundian franc."@en ; cims:stereotype "enum" . cim:Currency.BMD a cim:Currency ; rdfs:label "BMD" ; - rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)." ; + rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)."@en ; cims:stereotype "enum" . cim:Currency.BND a cim:Currency ; rdfs:label "BND" ; - rdfs:comment "Brunei dollar." ; + rdfs:comment "Brunei dollar."@en ; cims:stereotype "enum" . cim:Currency.BOB a cim:Currency ; rdfs:label "BOB" ; - rdfs:comment "Boliviano." ; + rdfs:comment "Boliviano."@en ; cims:stereotype "enum" . cim:Currency.BOV a cim:Currency ; rdfs:label "BOV" ; - rdfs:comment "Bolivian Mvdol (funds code)." ; + rdfs:comment "Bolivian Mvdol (funds code)."@en ; cims:stereotype "enum" . cim:Currency.BRL a cim:Currency ; rdfs:label "BRL" ; - rdfs:comment "Brazilian real." ; + rdfs:comment "Brazilian real."@en ; cims:stereotype "enum" . cim:Currency.BSD a cim:Currency ; rdfs:label "BSD" ; - rdfs:comment "Bahamian dollar." ; + rdfs:comment "Bahamian dollar."@en ; cims:stereotype "enum" . cim:Currency.BTN a cim:Currency ; rdfs:label "BTN" ; - rdfs:comment "Bhutanese ngultrum." ; + rdfs:comment "Bhutanese ngultrum."@en ; cims:stereotype "enum" . cim:Currency.BWP a cim:Currency ; rdfs:label "BWP" ; - rdfs:comment "Botswana pula." ; + rdfs:comment "Botswana pula."@en ; cims:stereotype "enum" . cim:Currency.BYR a cim:Currency ; rdfs:label "BYR" ; - rdfs:comment "Belarusian ruble." ; + rdfs:comment "Belarusian ruble."@en ; cims:stereotype "enum" . cim:Currency.BZD a cim:Currency ; rdfs:label "BZD" ; - rdfs:comment "Belize dollar." ; + rdfs:comment "Belize dollar."@en ; cims:stereotype "enum" . cim:Currency.CAD a cim:Currency ; rdfs:label "CAD" ; - rdfs:comment "Canadian dollar." ; + rdfs:comment "Canadian dollar."@en ; cims:stereotype "enum" . cim:Currency.CDF a cim:Currency ; rdfs:label "CDF" ; - rdfs:comment "Congolese franc." ; + rdfs:comment "Congolese franc."@en ; cims:stereotype "enum" . cim:Currency.CHF a cim:Currency ; rdfs:label "CHF" ; - rdfs:comment "Swiss franc." ; + rdfs:comment "Swiss franc."@en ; cims:stereotype "enum" . cim:Currency.CLF a cim:Currency ; rdfs:label "CLF" ; - rdfs:comment "Unidad de Fomento (funds code), Chile." ; + rdfs:comment "Unidad de Fomento (funds code), Chile."@en ; cims:stereotype "enum" . cim:Currency.CLP a cim:Currency ; rdfs:label "CLP" ; - rdfs:comment "Chilean peso." ; + rdfs:comment "Chilean peso."@en ; cims:stereotype "enum" . cim:Currency.CNY a cim:Currency ; rdfs:label "CNY" ; - rdfs:comment "Chinese yuan." ; + rdfs:comment "Chinese yuan."@en ; cims:stereotype "enum" . cim:Currency.COP a cim:Currency ; rdfs:label "COP" ; - rdfs:comment "Colombian peso." ; + rdfs:comment "Colombian peso."@en ; cims:stereotype "enum" . cim:Currency.COU a cim:Currency ; rdfs:label "COU" ; - rdfs:comment "Unidad de Valor Real." ; + rdfs:comment "Unidad de Valor Real."@en ; cims:stereotype "enum" . cim:Currency.CRC a cim:Currency ; rdfs:label "CRC" ; - rdfs:comment "Costa Rican colon." ; + rdfs:comment "Costa Rican colon."@en ; cims:stereotype "enum" . cim:Currency.CUC a cim:Currency ; rdfs:label "CUC" ; - rdfs:comment "Cuban convertible peso." ; + rdfs:comment "Cuban convertible peso."@en ; cims:stereotype "enum" . cim:Currency.CUP a cim:Currency ; rdfs:label "CUP" ; - rdfs:comment "Cuban peso." ; + rdfs:comment "Cuban peso."@en ; cims:stereotype "enum" . cim:Currency.CVE a cim:Currency ; rdfs:label "CVE" ; - rdfs:comment "Cape Verde escudo." ; + rdfs:comment "Cape Verde escudo."@en ; cims:stereotype "enum" . cim:Currency.CZK a cim:Currency ; rdfs:label "CZK" ; - rdfs:comment "Czech koruna." ; + rdfs:comment "Czech koruna."@en ; cims:stereotype "enum" . cim:Currency.DJF a cim:Currency ; rdfs:label "DJF" ; - rdfs:comment "Djiboutian franc." ; + rdfs:comment "Djiboutian franc."@en ; cims:stereotype "enum" . cim:Currency.DKK a cim:Currency ; rdfs:label "DKK" ; - rdfs:comment "Danish krone." ; + rdfs:comment "Danish krone."@en ; cims:stereotype "enum" . cim:Currency.DOP a cim:Currency ; rdfs:label "DOP" ; - rdfs:comment "Dominican peso." ; + rdfs:comment "Dominican peso."@en ; cims:stereotype "enum" . cim:Currency.DZD a cim:Currency ; rdfs:label "DZD" ; - rdfs:comment "Algerian dinar." ; + rdfs:comment "Algerian dinar."@en ; cims:stereotype "enum" . cim:Currency.EEK a cim:Currency ; rdfs:label "EEK" ; - rdfs:comment "Estonian kroon." ; + rdfs:comment "Estonian kroon."@en ; cims:stereotype "enum" . cim:Currency.EGP a cim:Currency ; rdfs:label "EGP" ; - rdfs:comment "Egyptian pound." ; + rdfs:comment "Egyptian pound."@en ; cims:stereotype "enum" . cim:Currency.ERN a cim:Currency ; rdfs:label "ERN" ; - rdfs:comment "Eritrean nakfa." ; + rdfs:comment "Eritrean nakfa."@en ; cims:stereotype "enum" . cim:Currency.ETB a cim:Currency ; rdfs:label "ETB" ; - rdfs:comment "Ethiopian birr." ; + rdfs:comment "Ethiopian birr."@en ; cims:stereotype "enum" . cim:Currency.EUR a cim:Currency ; rdfs:label "EUR" ; - rdfs:comment "Euro." ; + rdfs:comment "Euro."@en ; cims:stereotype "enum" . cim:Currency.FJD a cim:Currency ; rdfs:label "FJD" ; - rdfs:comment "Fiji dollar." ; + rdfs:comment "Fiji dollar."@en ; cims:stereotype "enum" . cim:Currency.FKP a cim:Currency ; rdfs:label "FKP" ; - rdfs:comment "Falkland Islands pound." ; + rdfs:comment "Falkland Islands pound."@en ; cims:stereotype "enum" . cim:Currency.GBP a cim:Currency ; rdfs:label "GBP" ; - rdfs:comment "Pound sterling." ; + rdfs:comment "Pound sterling."@en ; cims:stereotype "enum" . cim:Currency.GEL a cim:Currency ; rdfs:label "GEL" ; - rdfs:comment "Georgian lari." ; + rdfs:comment "Georgian lari."@en ; cims:stereotype "enum" . cim:Currency.GHS a cim:Currency ; rdfs:label "GHS" ; - rdfs:comment "Ghanaian cedi." ; + rdfs:comment "Ghanaian cedi."@en ; cims:stereotype "enum" . cim:Currency.GIP a cim:Currency ; rdfs:label "GIP" ; - rdfs:comment "Gibraltar pound." ; + rdfs:comment "Gibraltar pound."@en ; cims:stereotype "enum" . cim:Currency.GMD a cim:Currency ; rdfs:label "GMD" ; - rdfs:comment "Gambian dalasi." ; + rdfs:comment "Gambian dalasi."@en ; cims:stereotype "enum" . cim:Currency.GNF a cim:Currency ; rdfs:label "GNF" ; - rdfs:comment "Guinean franc." ; + rdfs:comment "Guinean franc."@en ; cims:stereotype "enum" . cim:Currency.GTQ a cim:Currency ; rdfs:label "GTQ" ; - rdfs:comment "Guatemalan quetzal." ; + rdfs:comment "Guatemalan quetzal."@en ; cims:stereotype "enum" . cim:Currency.GYD a cim:Currency ; rdfs:label "GYD" ; - rdfs:comment "Guyanese dollar." ; + rdfs:comment "Guyanese dollar."@en ; cims:stereotype "enum" . cim:Currency.HKD a cim:Currency ; rdfs:label "HKD" ; - rdfs:comment "Hong Kong dollar." ; + rdfs:comment "Hong Kong dollar."@en ; cims:stereotype "enum" . cim:Currency.HNL a cim:Currency ; rdfs:label "HNL" ; - rdfs:comment "Honduran lempira." ; + rdfs:comment "Honduran lempira."@en ; cims:stereotype "enum" . cim:Currency.HRK a cim:Currency ; rdfs:label "HRK" ; - rdfs:comment "Croatian kuna." ; + rdfs:comment "Croatian kuna."@en ; cims:stereotype "enum" . cim:Currency.HTG a cim:Currency ; rdfs:label "HTG" ; - rdfs:comment "Haitian gourde." ; + rdfs:comment "Haitian gourde."@en ; cims:stereotype "enum" . cim:Currency.HUF a cim:Currency ; rdfs:label "HUF" ; - rdfs:comment "Hungarian forint." ; + rdfs:comment "Hungarian forint."@en ; cims:stereotype "enum" . cim:Currency.IDR a cim:Currency ; rdfs:label "IDR" ; - rdfs:comment "Indonesian rupiah." ; + rdfs:comment "Indonesian rupiah."@en ; cims:stereotype "enum" . cim:Currency.ILS a cim:Currency ; rdfs:label "ILS" ; - rdfs:comment "Israeli new sheqel." ; + rdfs:comment "Israeli new sheqel."@en ; cims:stereotype "enum" . cim:Currency.INR a cim:Currency ; rdfs:label "INR" ; - rdfs:comment "Indian rupee." ; + rdfs:comment "Indian rupee."@en ; cims:stereotype "enum" . cim:Currency.IQD a cim:Currency ; rdfs:label "IQD" ; - rdfs:comment "Iraqi dinar." ; + rdfs:comment "Iraqi dinar."@en ; cims:stereotype "enum" . cim:Currency.IRR a cim:Currency ; rdfs:label "IRR" ; - rdfs:comment "Iranian rial." ; + rdfs:comment "Iranian rial."@en ; cims:stereotype "enum" . cim:Currency.ISK a cim:Currency ; rdfs:label "ISK" ; - rdfs:comment "Icelandic króna." ; + rdfs:comment "Icelandic króna."@en ; cims:stereotype "enum" . cim:Currency.JMD a cim:Currency ; rdfs:label "JMD" ; - rdfs:comment "Jamaican dollar." ; + rdfs:comment "Jamaican dollar."@en ; cims:stereotype "enum" . cim:Currency.JOD a cim:Currency ; rdfs:label "JOD" ; - rdfs:comment "Jordanian dinar." ; + rdfs:comment "Jordanian dinar."@en ; cims:stereotype "enum" . cim:Currency.JPY a cim:Currency ; rdfs:label "JPY" ; - rdfs:comment "Japanese yen." ; + rdfs:comment "Japanese yen."@en ; cims:stereotype "enum" . cim:Currency.KES a cim:Currency ; rdfs:label "KES" ; - rdfs:comment "Kenyan shilling." ; + rdfs:comment "Kenyan shilling."@en ; cims:stereotype "enum" . cim:Currency.KGS a cim:Currency ; rdfs:label "KGS" ; - rdfs:comment "Kyrgyzstani som." ; + rdfs:comment "Kyrgyzstani som."@en ; cims:stereotype "enum" . cim:Currency.KHR a cim:Currency ; rdfs:label "KHR" ; - rdfs:comment "Cambodian riel." ; + rdfs:comment "Cambodian riel."@en ; cims:stereotype "enum" . cim:Currency.KMF a cim:Currency ; rdfs:label "KMF" ; - rdfs:comment "Comoro franc." ; + rdfs:comment "Comoro franc."@en ; cims:stereotype "enum" . cim:Currency.KPW a cim:Currency ; rdfs:label "KPW" ; - rdfs:comment "North Korean won." ; + rdfs:comment "North Korean won."@en ; cims:stereotype "enum" . cim:Currency.KRW a cim:Currency ; rdfs:label "KRW" ; - rdfs:comment "South Korean won." ; + rdfs:comment "South Korean won."@en ; cims:stereotype "enum" . cim:Currency.KWD a cim:Currency ; rdfs:label "KWD" ; - rdfs:comment "Kuwaiti dinar." ; + rdfs:comment "Kuwaiti dinar."@en ; cims:stereotype "enum" . cim:Currency.KYD a cim:Currency ; rdfs:label "KYD" ; - rdfs:comment "Cayman Islands dollar." ; + rdfs:comment "Cayman Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.KZT a cim:Currency ; rdfs:label "KZT" ; - rdfs:comment "Kazakhstani tenge." ; + rdfs:comment "Kazakhstani tenge."@en ; cims:stereotype "enum" . cim:Currency.LAK a cim:Currency ; rdfs:label "LAK" ; - rdfs:comment "Lao kip." ; + rdfs:comment "Lao kip."@en ; cims:stereotype "enum" . cim:Currency.LBP a cim:Currency ; rdfs:label "LBP" ; - rdfs:comment "Lebanese pound." ; + rdfs:comment "Lebanese pound."@en ; cims:stereotype "enum" . cim:Currency.LKR a cim:Currency ; rdfs:label "LKR" ; - rdfs:comment "Sri Lanka rupee." ; + rdfs:comment "Sri Lanka rupee."@en ; cims:stereotype "enum" . cim:Currency.LRD a cim:Currency ; rdfs:label "LRD" ; - rdfs:comment "Liberian dollar." ; + rdfs:comment "Liberian dollar."@en ; cims:stereotype "enum" . cim:Currency.LSL a cim:Currency ; rdfs:label "LSL" ; - rdfs:comment "Lesotho loti." ; + rdfs:comment "Lesotho loti."@en ; cims:stereotype "enum" . cim:Currency.LTL a cim:Currency ; rdfs:label "LTL" ; - rdfs:comment "Lithuanian litas." ; + rdfs:comment "Lithuanian litas."@en ; cims:stereotype "enum" . cim:Currency.LVL a cim:Currency ; rdfs:label "LVL" ; - rdfs:comment "Latvian lats." ; + rdfs:comment "Latvian lats."@en ; cims:stereotype "enum" . cim:Currency.LYD a cim:Currency ; rdfs:label "LYD" ; - rdfs:comment "Libyan dinar." ; + rdfs:comment "Libyan dinar."@en ; cims:stereotype "enum" . cim:Currency.MAD a cim:Currency ; rdfs:label "MAD" ; - rdfs:comment "Moroccan dirham." ; + rdfs:comment "Moroccan dirham."@en ; cims:stereotype "enum" . cim:Currency.MDL a cim:Currency ; rdfs:label "MDL" ; - rdfs:comment "Moldovan leu." ; + rdfs:comment "Moldovan leu."@en ; cims:stereotype "enum" . cim:Currency.MGA a cim:Currency ; rdfs:label "MGA" ; - rdfs:comment "Malagasy ariary." ; + rdfs:comment "Malagasy ariary."@en ; cims:stereotype "enum" . cim:Currency.MKD a cim:Currency ; rdfs:label "MKD" ; - rdfs:comment "Macedonian denar." ; + rdfs:comment "Macedonian denar."@en ; cims:stereotype "enum" . cim:Currency.MMK a cim:Currency ; rdfs:label "MMK" ; - rdfs:comment "Myanma kyat." ; + rdfs:comment "Myanma kyat."@en ; cims:stereotype "enum" . cim:Currency.MNT a cim:Currency ; rdfs:label "MNT" ; - rdfs:comment "Mongolian tugrik." ; + rdfs:comment "Mongolian tugrik."@en ; cims:stereotype "enum" . cim:Currency.MOP a cim:Currency ; rdfs:label "MOP" ; - rdfs:comment "Macanese pataca." ; + rdfs:comment "Macanese pataca."@en ; cims:stereotype "enum" . cim:Currency.MRO a cim:Currency ; rdfs:label "MRO" ; - rdfs:comment "Mauritanian ouguiya." ; + rdfs:comment "Mauritanian ouguiya."@en ; cims:stereotype "enum" . cim:Currency.MUR a cim:Currency ; rdfs:label "MUR" ; - rdfs:comment "Mauritian rupee." ; + rdfs:comment "Mauritian rupee."@en ; cims:stereotype "enum" . cim:Currency.MVR a cim:Currency ; rdfs:label "MVR" ; - rdfs:comment "Maldivian rufiyaa." ; + rdfs:comment "Maldivian rufiyaa."@en ; cims:stereotype "enum" . cim:Currency.MWK a cim:Currency ; rdfs:label "MWK" ; - rdfs:comment "Malawian kwacha." ; + rdfs:comment "Malawian kwacha."@en ; cims:stereotype "enum" . cim:Currency.MXN a cim:Currency ; rdfs:label "MXN" ; - rdfs:comment "Mexican peso." ; + rdfs:comment "Mexican peso."@en ; cims:stereotype "enum" . cim:Currency.MYR a cim:Currency ; rdfs:label "MYR" ; - rdfs:comment "Malaysian ringgit." ; + rdfs:comment "Malaysian ringgit."@en ; cims:stereotype "enum" . cim:Currency.MZN a cim:Currency ; rdfs:label "MZN" ; - rdfs:comment "Mozambican metical." ; + rdfs:comment "Mozambican metical."@en ; cims:stereotype "enum" . cim:Currency.NAD a cim:Currency ; rdfs:label "NAD" ; - rdfs:comment "Namibian dollar." ; + rdfs:comment "Namibian dollar."@en ; cims:stereotype "enum" . cim:Currency.NGN a cim:Currency ; rdfs:label "NGN" ; - rdfs:comment "Nigerian naira." ; + rdfs:comment "Nigerian naira."@en ; cims:stereotype "enum" . cim:Currency.NIO a cim:Currency ; rdfs:label "NIO" ; - rdfs:comment "Cordoba oro." ; + rdfs:comment "Cordoba oro."@en ; cims:stereotype "enum" . cim:Currency.NOK a cim:Currency ; rdfs:label "NOK" ; - rdfs:comment "Norwegian krone." ; + rdfs:comment "Norwegian krone."@en ; cims:stereotype "enum" . cim:Currency.NPR a cim:Currency ; rdfs:label "NPR" ; - rdfs:comment "Nepalese rupee." ; + rdfs:comment "Nepalese rupee."@en ; cims:stereotype "enum" . cim:Currency.NZD a cim:Currency ; rdfs:label "NZD" ; - rdfs:comment "New Zealand dollar." ; + rdfs:comment "New Zealand dollar."@en ; cims:stereotype "enum" . cim:Currency.OMR a cim:Currency ; rdfs:label "OMR" ; - rdfs:comment "Omani rial." ; + rdfs:comment "Omani rial."@en ; cims:stereotype "enum" . cim:Currency.PAB a cim:Currency ; rdfs:label "PAB" ; - rdfs:comment "Panamanian balboa." ; + rdfs:comment "Panamanian balboa."@en ; cims:stereotype "enum" . cim:Currency.PEN a cim:Currency ; rdfs:label "PEN" ; - rdfs:comment "Peruvian nuevo sol." ; + rdfs:comment "Peruvian nuevo sol."@en ; cims:stereotype "enum" . cim:Currency.PGK a cim:Currency ; rdfs:label "PGK" ; - rdfs:comment "Papua New Guinean kina." ; + rdfs:comment "Papua New Guinean kina."@en ; cims:stereotype "enum" . cim:Currency.PHP a cim:Currency ; rdfs:label "PHP" ; - rdfs:comment "Philippine peso." ; + rdfs:comment "Philippine peso."@en ; cims:stereotype "enum" . cim:Currency.PKR a cim:Currency ; rdfs:label "PKR" ; - rdfs:comment "Pakistani rupee." ; + rdfs:comment "Pakistani rupee."@en ; cims:stereotype "enum" . cim:Currency.PLN a cim:Currency ; rdfs:label "PLN" ; - rdfs:comment "Polish zloty." ; + rdfs:comment "Polish zloty."@en ; cims:stereotype "enum" . cim:Currency.PYG a cim:Currency ; rdfs:label "PYG" ; - rdfs:comment "Paraguayan guaraní." ; + rdfs:comment "Paraguayan guaraní."@en ; cims:stereotype "enum" . cim:Currency.QAR a cim:Currency ; rdfs:label "QAR" ; - rdfs:comment "Qatari rial." ; + rdfs:comment "Qatari rial."@en ; cims:stereotype "enum" . cim:Currency.RON a cim:Currency ; rdfs:label "RON" ; - rdfs:comment "Romanian new leu." ; + rdfs:comment "Romanian new leu."@en ; cims:stereotype "enum" . cim:Currency.RSD a cim:Currency ; rdfs:label "RSD" ; - rdfs:comment "Serbian dinar." ; + rdfs:comment "Serbian dinar."@en ; cims:stereotype "enum" . cim:Currency.RUB a cim:Currency ; rdfs:label "RUB" ; - rdfs:comment "Russian rouble." ; + rdfs:comment "Russian rouble."@en ; cims:stereotype "enum" . cim:Currency.RWF a cim:Currency ; rdfs:label "RWF" ; - rdfs:comment "Rwandan franc." ; + rdfs:comment "Rwandan franc."@en ; cims:stereotype "enum" . cim:Currency.SAR a cim:Currency ; rdfs:label "SAR" ; - rdfs:comment "Saudi riyal." ; + rdfs:comment "Saudi riyal."@en ; cims:stereotype "enum" . cim:Currency.SBD a cim:Currency ; rdfs:label "SBD" ; - rdfs:comment "Solomon Islands dollar." ; + rdfs:comment "Solomon Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.SCR a cim:Currency ; rdfs:label "SCR" ; - rdfs:comment "Seychelles rupee." ; + rdfs:comment "Seychelles rupee."@en ; cims:stereotype "enum" . cim:Currency.SDG a cim:Currency ; rdfs:label "SDG" ; - rdfs:comment "Sudanese pound." ; + rdfs:comment "Sudanese pound."@en ; cims:stereotype "enum" . cim:Currency.SEK a cim:Currency ; rdfs:label "SEK" ; - rdfs:comment "Swedish krona/kronor." ; + rdfs:comment "Swedish krona/kronor."@en ; cims:stereotype "enum" . cim:Currency.SGD a cim:Currency ; rdfs:label "SGD" ; - rdfs:comment "Singapore dollar." ; + rdfs:comment "Singapore dollar."@en ; cims:stereotype "enum" . cim:Currency.SHP a cim:Currency ; rdfs:label "SHP" ; - rdfs:comment "Saint Helena pound." ; + rdfs:comment "Saint Helena pound."@en ; cims:stereotype "enum" . cim:Currency.SLL a cim:Currency ; rdfs:label "SLL" ; - rdfs:comment "Sierra Leonean leone." ; + rdfs:comment "Sierra Leonean leone."@en ; cims:stereotype "enum" . cim:Currency.SOS a cim:Currency ; rdfs:label "SOS" ; - rdfs:comment "Somali shilling." ; + rdfs:comment "Somali shilling."@en ; cims:stereotype "enum" . cim:Currency.SRD a cim:Currency ; rdfs:label "SRD" ; - rdfs:comment "Surinamese dollar." ; + rdfs:comment "Surinamese dollar."@en ; cims:stereotype "enum" . cim:Currency.STD a cim:Currency ; rdfs:label "STD" ; - rdfs:comment "São Tomé and Príncipe dobra." ; + rdfs:comment "São Tomé and Príncipe dobra."@en ; cims:stereotype "enum" . cim:Currency.SYP a cim:Currency ; rdfs:label "SYP" ; - rdfs:comment "Syrian pound." ; + rdfs:comment "Syrian pound."@en ; cims:stereotype "enum" . cim:Currency.SZL a cim:Currency ; rdfs:label "SZL" ; - rdfs:comment "Lilangeni." ; + rdfs:comment "Lilangeni."@en ; cims:stereotype "enum" . cim:Currency.THB a cim:Currency ; rdfs:label "THB" ; - rdfs:comment "Thai baht." ; + rdfs:comment "Thai baht."@en ; cims:stereotype "enum" . cim:Currency.TJS a cim:Currency ; rdfs:label "TJS" ; - rdfs:comment "Tajikistani somoni." ; + rdfs:comment "Tajikistani somoni."@en ; cims:stereotype "enum" . cim:Currency.TMT a cim:Currency ; rdfs:label "TMT" ; - rdfs:comment "Turkmenistani manat." ; + rdfs:comment "Turkmenistani manat."@en ; cims:stereotype "enum" . cim:Currency.TND a cim:Currency ; rdfs:label "TND" ; - rdfs:comment "Tunisian dinar." ; + rdfs:comment "Tunisian dinar."@en ; cims:stereotype "enum" . cim:Currency.TOP a cim:Currency ; rdfs:label "TOP" ; - rdfs:comment "Tongan pa'anga." ; + rdfs:comment "Tongan pa'anga."@en ; cims:stereotype "enum" . cim:Currency.TRY a cim:Currency ; rdfs:label "TRY" ; - rdfs:comment "Turkish lira." ; + rdfs:comment "Turkish lira."@en ; cims:stereotype "enum" . cim:Currency.TTD a cim:Currency ; rdfs:label "TTD" ; - rdfs:comment "Trinidad and Tobago dollar." ; + rdfs:comment "Trinidad and Tobago dollar."@en ; cims:stereotype "enum" . cim:Currency.TWD a cim:Currency ; rdfs:label "TWD" ; - rdfs:comment "New Taiwan dollar." ; + rdfs:comment "New Taiwan dollar."@en ; cims:stereotype "enum" . cim:Currency.TZS a cim:Currency ; rdfs:label "TZS" ; - rdfs:comment "Tanzanian shilling." ; + rdfs:comment "Tanzanian shilling."@en ; cims:stereotype "enum" . cim:Currency.UAH a cim:Currency ; rdfs:label "UAH" ; - rdfs:comment "Ukrainian hryvnia." ; + rdfs:comment "Ukrainian hryvnia."@en ; cims:stereotype "enum" . cim:Currency.UGX a cim:Currency ; rdfs:label "UGX" ; - rdfs:comment "Ugandan shilling." ; + rdfs:comment "Ugandan shilling."@en ; cims:stereotype "enum" . cim:Currency.USD a cim:Currency ; rdfs:label "USD" ; - rdfs:comment "United States dollar." ; + rdfs:comment "United States dollar."@en ; cims:stereotype "enum" . cim:Currency.UYU a cim:Currency ; rdfs:label "UYU" ; - rdfs:comment "Uruguayan peso." ; + rdfs:comment "Uruguayan peso."@en ; cims:stereotype "enum" . cim:Currency.UZS a cim:Currency ; rdfs:label "UZS" ; - rdfs:comment "Uzbekistan som." ; + rdfs:comment "Uzbekistan som."@en ; cims:stereotype "enum" . cim:Currency.VEF a cim:Currency ; rdfs:label "VEF" ; - rdfs:comment "Venezuelan bolívar fuerte." ; + rdfs:comment "Venezuelan bolívar fuerte."@en ; cims:stereotype "enum" . cim:Currency.VND a cim:Currency ; rdfs:label "VND" ; - rdfs:comment "Vietnamese Dong." ; + rdfs:comment "Vietnamese Dong."@en ; cims:stereotype "enum" . cim:Currency.VUV a cim:Currency ; rdfs:label "VUV" ; - rdfs:comment "Vanuatu vatu." ; + rdfs:comment "Vanuatu vatu."@en ; cims:stereotype "enum" . cim:Currency.WST a cim:Currency ; rdfs:label "WST" ; - rdfs:comment "Samoan tala." ; + rdfs:comment "Samoan tala."@en ; cims:stereotype "enum" . cim:Currency.XAF a cim:Currency ; rdfs:label "XAF" ; - rdfs:comment "CFA franc BEAC." ; + rdfs:comment "CFA franc BEAC."@en ; cims:stereotype "enum" . cim:Currency.XCD a cim:Currency ; rdfs:label "XCD" ; - rdfs:comment "East Caribbean dollar." ; + rdfs:comment "East Caribbean dollar."@en ; cims:stereotype "enum" . cim:Currency.XOF a cim:Currency ; rdfs:label "XOF" ; - rdfs:comment "CFA Franc BCEAO." ; + rdfs:comment "CFA Franc BCEAO."@en ; cims:stereotype "enum" . cim:Currency.XPF a cim:Currency ; rdfs:label "XPF" ; - rdfs:comment "CFP franc." ; + rdfs:comment "CFP franc."@en ; cims:stereotype "enum" . cim:Currency.YER a cim:Currency ; rdfs:label "YER" ; - rdfs:comment "Yemeni rial." ; + rdfs:comment "Yemeni rial."@en ; cims:stereotype "enum" . cim:Currency.ZAR a cim:Currency ; rdfs:label "ZAR" ; - rdfs:comment "South African rand." ; + rdfs:comment "South African rand."@en ; cims:stereotype "enum" . cim:Currency.ZMK a cim:Currency ; rdfs:label "ZMK" ; - rdfs:comment "Zambian kwacha." ; + rdfs:comment "Zambian kwacha."@en ; cims:stereotype "enum" . cim:Currency.ZWL a cim:Currency ; rdfs:label "ZWL" ; - rdfs:comment "Zimbabwe dollar." ; + rdfs:comment "Zimbabwe dollar."@en ; cims:stereotype "enum" . cim:CurrentFlow a qudt:QuantityKind ; - rdfs:label "CurrentFlow"@en ; - rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC." ; + rdfs:label "CurrentFlow" ; + rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.A ; skos:exactMatch quantitykind:ElectricCurrent . @@ -3551,8 +3553,8 @@ cim:Impedance skos:exactMatch quantitykind:Inductance . cim:Length skos:exactMatch quantitykind:Length . cim:Money a qudt:QuantityKind ; - rdfs:label "Money"@en ; - rdfs:comment "Amount of money." ; + rdfs:label "Money" ; + rdfs:comment "Amount of money."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; qudt:applicableUnit cim:Currency.AED, cim:Currency.AFN, cim:Currency.ALL, cim:Currency.AMD, cim:Currency.ANG, cim:Currency.AOA, cim:Currency.ARS, cim:Currency.AUD, cim:Currency.AWG, cim:Currency.AZN, cim:Currency.BAM, cim:Currency.BBD, cim:Currency.BDT, cim:Currency.BGN, cim:Currency.BHD, cim:Currency.BIF, cim:Currency.BMD, cim:Currency.BND, cim:Currency.BOB, cim:Currency.BOV, cim:Currency.BRL, cim:Currency.BSD, cim:Currency.BTN, cim:Currency.BWP, cim:Currency.BYR, cim:Currency.BZD, cim:Currency.CAD, cim:Currency.CDF, cim:Currency.CHF, cim:Currency.CLF, cim:Currency.CLP, cim:Currency.CNY, cim:Currency.COP, cim:Currency.COU, cim:Currency.CRC, cim:Currency.CUC, cim:Currency.CUP, cim:Currency.CVE, cim:Currency.CZK, cim:Currency.DJF, cim:Currency.DKK, cim:Currency.DOP, cim:Currency.DZD, cim:Currency.EEK, cim:Currency.EGP, cim:Currency.ERN, cim:Currency.ETB, cim:Currency.EUR, cim:Currency.FJD, cim:Currency.FKP, cim:Currency.GBP, cim:Currency.GEL, cim:Currency.GHS, cim:Currency.GIP, cim:Currency.GMD, cim:Currency.GNF, cim:Currency.GTQ, cim:Currency.GYD, cim:Currency.HKD, cim:Currency.HNL, cim:Currency.HRK, cim:Currency.HTG, cim:Currency.HUF, cim:Currency.IDR, cim:Currency.ILS, cim:Currency.INR, cim:Currency.IQD, cim:Currency.IRR, cim:Currency.ISK, cim:Currency.JMD, cim:Currency.JOD, cim:Currency.JPY, cim:Currency.KES, cim:Currency.KGS, cim:Currency.KHR, cim:Currency.KMF, cim:Currency.KPW, cim:Currency.KRW, cim:Currency.KWD, cim:Currency.KYD, cim:Currency.KZT, cim:Currency.LAK, cim:Currency.LBP, cim:Currency.LKR, cim:Currency.LRD, cim:Currency.LSL, cim:Currency.LTL, cim:Currency.LVL, cim:Currency.LYD, cim:Currency.MAD, cim:Currency.MDL, cim:Currency.MGA, cim:Currency.MKD, cim:Currency.MMK, cim:Currency.MNT, cim:Currency.MOP, cim:Currency.MRO, cim:Currency.MUR, cim:Currency.MVR, cim:Currency.MWK, cim:Currency.MXN, cim:Currency.MYR, cim:Currency.MZN, cim:Currency.NAD, cim:Currency.NGN, cim:Currency.NIO, cim:Currency.NOK, cim:Currency.NPR, cim:Currency.NZD, cim:Currency.OMR, cim:Currency.PAB, cim:Currency.PEN, cim:Currency.PGK, cim:Currency.PHP, cim:Currency.PKR, cim:Currency.PLN, cim:Currency.PYG, cim:Currency.QAR, cim:Currency.RON, cim:Currency.RSD, cim:Currency.RUB, cim:Currency.RWF, cim:Currency.SAR, cim:Currency.SBD, cim:Currency.SCR, cim:Currency.SDG, cim:Currency.SEK, cim:Currency.SGD, cim:Currency.SHP, cim:Currency.SLL, cim:Currency.SOS, cim:Currency.SRD, cim:Currency.STD, cim:Currency.SYP, cim:Currency.SZL, cim:Currency.THB, cim:Currency.TJS, cim:Currency.TMT, cim:Currency.TND, cim:Currency.TOP, cim:Currency.TRY, cim:Currency.TTD, cim:Currency.TWD, cim:Currency.TZS, cim:Currency.UAH, cim:Currency.UGX, cim:Currency.USD, cim:Currency.UYU, cim:Currency.UZS, cim:Currency.VEF, cim:Currency.VND, cim:Currency.VUV, cim:Currency.WST, cim:Currency.XAF, cim:Currency.XCD, cim:Currency.XOF, cim:Currency.XPF, cim:Currency.YER, cim:Currency.ZAR, cim:Currency.ZMK, cim:Currency.ZWL ; skos:exactMatch quantitykind:Currency . @@ -3560,8 +3562,8 @@ cim:Money a qudt:QuantityKind ; cim:PU skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . @@ -3573,8 +3575,8 @@ cim:Reactance skos:exactMatch quantitykind:Reactance . cim:ReactivePower skos:exactMatch quantitykind:ReactivePower . cim:RealEnergy a qudt:QuantityKind ; - rdfs:label "RealEnergy"@en ; - rdfs:comment "Real electrical energy." ; + rdfs:label "RealEnergy" ; + rdfs:comment "Real electrical energy."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.Wh ; skos:exactMatch quantitykind:Energy . @@ -3584,8 +3586,8 @@ cim:Resistance skos:exactMatch quantitykind:Resistance . cim:RotationSpeed skos:exactMatch quantitykind:AngularVelocity . cim:Seconds a qudt:QuantityKind ; - rdfs:label "Seconds"@en ; - rdfs:comment "Time, in seconds." ; + rdfs:label "Seconds" ; + rdfs:comment "Time, in seconds."@en ; cims:belongsToCategory sis:Package_StateInstructionScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.s ; skos:exactMatch quantitykind:Time . @@ -3596,37 +3598,37 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . @@ -3637,58 +3639,58 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . nc:BaseTimeSeriesKind.actual a nc:BaseTimeSeriesKind ; - rdfs:label "actual"@en ; - rdfs:comment "Time series is actual data. The values represent measured or calculated values that represent the actual behaviour." ; + rdfs:label "actual" ; + rdfs:comment "Time series is actual data. The values represent measured or calculated values that represent the actual behaviour."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.forecast a nc:BaseTimeSeriesKind ; - rdfs:label "forecast"@en ; - rdfs:comment "Time series is forecast data. The values represent the result of scientific predictions based on historical time stamped data." ; + rdfs:label "forecast" ; + rdfs:comment "Time series is forecast data. The values represent the result of scientific predictions based on historical time stamped data."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.hindcast a nc:BaseTimeSeriesKind ; - rdfs:label "hindcast"@en ; - rdfs:comment "Time series is hindcast data. The value represent probable past (historic) condition given by calculation done using actual values. For instance, determine the among of wind based on the energy produced by wind. However, hindcast is typical the result of a simulated forecasts for historical periods." ; + rdfs:label "hindcast" ; + rdfs:comment "Time series is hindcast data. The value represent probable past (historic) condition given by calculation done using actual values. For instance, determine the among of wind based on the energy produced by wind. However, hindcast is typical the result of a simulated forecasts for historical periods."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.schedule a nc:BaseTimeSeriesKind ; - rdfs:label "schedule"@en ; - rdfs:comment "Time series is schedule data. The values represent the result of a committed and plan forecast data that has been through a quality control and could incur penalty when not followed." ; + rdfs:label "schedule" ; + rdfs:comment "Time series is schedule data. The values represent the result of a committed and plan forecast data that has been through a quality control and could incur penalty when not followed."@en ; cims:stereotype "enum" . nc:BidDirectionKind.down a nc:BidDirectionKind ; - rdfs:label "down"@en ; - rdfs:comment "Down signifies that the available power can be used by the purchasing area to decrease energy." ; + rdfs:label "down" ; + rdfs:comment "Down signifies that the available power can be used by the purchasing area to decrease energy."@en ; cims:stereotype "enum" . nc:BidDirectionKind.stable a nc:BidDirectionKind ; - rdfs:label "stable"@en ; - rdfs:comment "The direction at a given instant in time is considered to be stable." ; + rdfs:label "stable" ; + rdfs:comment "The direction at a given instant in time is considered to be stable."@en ; cims:stereotype "enum" . nc:BidDirectionKind.up a nc:BidDirectionKind ; - rdfs:label "up"@en ; - rdfs:comment "Up signifies that the available power can be used by the purchasing area to increase energy." ; + rdfs:label "up" ; + rdfs:comment "Up signifies that the available power can be used by the purchasing area to increase energy."@en ; cims:stereotype "enum" . nc:BidDirectionKind.upAndDown a nc:BidDirectionKind ; - rdfs:label "upAndDown"@en ; - rdfs:comment "Up and down signifies that both up and down values are equal." ; + rdfs:label "upAndDown" ; + rdfs:comment "Up and down signifies that both up and down values are equal."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.all a nc:DayOfWeekKind ; - rdfs:label "all"@en ; - rdfs:comment "All days of the week." ; + rdfs:label "all" ; + rdfs:comment "All days of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.bridgeDay a nc:DayOfWeekKind ; - rdfs:label "bridgeDay"@en ; - rdfs:comment "A day that is a gap between two distinguished days e.g holiday and weekend that leads to an abnormal scheduling behavior. e.g. if Ascension day falls on a Thursday, then Friday would be a bridge day due to the schedule will not have a normal Friday consumption and production." ; + rdfs:label "bridgeDay" ; + rdfs:comment "A day that is a gap between two distinguished days e.g holiday and weekend that leads to an abnormal scheduling behavior. e.g. if Ascension day falls on a Thursday, then Friday would be a bridge day due to the schedule will not have a normal Friday consumption and production."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.friday a nc:DayOfWeekKind ; - rdfs:label "friday"@en ; - rdfs:comment "Friday as the day of the week." ; + rdfs:label "friday" ; + rdfs:comment "Friday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.holiday a nc:DayOfWeekKind ; @@ -3696,43 +3698,43 @@ nc:DayOfWeekKind.holiday a nc:DayOfWeekKind ; cims:stereotype "enum" . nc:DayOfWeekKind.monday a nc:DayOfWeekKind ; - rdfs:label "monday"@en ; - rdfs:comment "Monday as the day of the week." ; + rdfs:label "monday" ; + rdfs:comment "Monday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.saturday a nc:DayOfWeekKind ; - rdfs:label "saturday"@en ; - rdfs:comment "Saturday as the day of the week." ; + rdfs:label "saturday" ; + rdfs:comment "Saturday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.sunday a nc:DayOfWeekKind ; - rdfs:label "sunday"@en ; - rdfs:comment "Sunday as the day of the week." ; + rdfs:label "sunday" ; + rdfs:comment "Sunday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.thursday a nc:DayOfWeekKind ; - rdfs:label "thursday"@en ; - rdfs:comment "Thursday as the day of the week." ; + rdfs:label "thursday" ; + rdfs:comment "Thursday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.tuesday a nc:DayOfWeekKind ; - rdfs:label "tuesday"@en ; - rdfs:comment "Tuesday as the day of the week." ; + rdfs:label "tuesday" ; + rdfs:comment "Tuesday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.wednesday a nc:DayOfWeekKind ; - rdfs:label "wednesday"@en ; - rdfs:comment "Wednesday as the day of the week." ; + rdfs:label "wednesday" ; + rdfs:comment "Wednesday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.weekday a nc:DayOfWeekKind ; - rdfs:label "weekday"@en ; - rdfs:comment "A day of the week other than Sunday or Saturday." ; + rdfs:label "weekday" ; + rdfs:comment "A day of the week other than Sunday or Saturday."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.weekend a nc:DayOfWeekKind ; - rdfs:label "weekend"@en ; - rdfs:comment "A day of the week which is Sunday or Saturday." ; + rdfs:label "weekend" ; + rdfs:comment "A day of the week which is Sunday or Saturday."@en ; cims:stereotype "enum" . nc:EnergyDemandKind.consumption a nc:EnergyDemandKind ; @@ -3756,86 +3758,86 @@ nc:EnergyDemandKind.storage a nc:EnergyDemandKind ; cims:stereotype "enum" . nc:PeakKind.offPeak a nc:PeakKind ; - rdfs:label "offPeak"@en ; - rdfs:comment "Off-peak refer to periods of lower demand for a particular service or commodity." ; + rdfs:label "offPeak" ; + rdfs:comment "Off-peak refer to periods of lower demand for a particular service or commodity."@en ; cims:stereotype "enum" . nc:PeakKind.onPeak a nc:PeakKind ; - rdfs:label "onPeak"@en ; - rdfs:comment "Off-peak refer to periods of higher demand for a particular service or commodity." ; + rdfs:label "onPeak" ; + rdfs:comment "Off-peak refer to periods of higher demand for a particular service or commodity."@en ; cims:stereotype "enum" . nc:PowerBidDependencyKind.exclusive a nc:PowerBidDependencyKind ; - rdfs:label "exclusive"@en ; - rdfs:comment "Bids are exclusive depending on each other. e.g. Only one of the bids can be activated at the same time." ; + rdfs:label "exclusive" ; + rdfs:comment "Bids are exclusive depending on each other. e.g. Only one of the bids can be activated at the same time."@en ; cims:stereotype "enum" . nc:PowerBidDependencyKind.inclusive a nc:PowerBidDependencyKind ; - rdfs:label "inclusive"@en ; - rdfs:comment "Bids are inclusive depending on each other. e.g. Both bids need to be activated if one of them is activated." ; + rdfs:label "inclusive" ; + rdfs:comment "Bids are inclusive depending on each other. e.g. Both bids need to be activated if one of them is activated."@en ; cims:stereotype "enum" . nc:PowerBidDependencyKind.restrictive a nc:PowerBidDependencyKind ; - rdfs:label "restrictive"@en ; - rdfs:comment "Bids are restrictive depending on each other. e.g. You have to take the father bid before you might take the child bid." ; + rdfs:label "restrictive" ; + rdfs:comment "Bids are restrictive depending on each other. e.g. You have to take the father bid before you might take the child bid."@en ; cims:stereotype "enum" . nc:SecuredExclusionReasonKind.capacityCalculationRegion a nc:SecuredExclusionReasonKind ; - rdfs:label "capacityCalculationRegion"@en ; - rdfs:comment "The network element that is going to be assessed is excluded for being secured by the capacity calculation region." ; + rdfs:label "capacityCalculationRegion" ; + rdfs:comment "The network element that is going to be assessed is excluded for being secured by the capacity calculation region."@en ; cims:stereotype "enum" . nc:SecuredExclusionReasonKind.nonNativeCapacityCalculationRegion a nc:SecuredExclusionReasonKind ; - rdfs:label "nonNativeCapacityCalculationRegion"@en ; - rdfs:comment "The network element that is going to be assessed is excluded for being secured for the native capacity calculation region since it would be secured for a non native capacity calculation region." ; + rdfs:label "nonNativeCapacityCalculationRegion" ; + rdfs:comment "The network element that is going to be assessed is excluded for being secured for the native capacity calculation region since it would be secured for a non native capacity calculation region."@en ; cims:stereotype "enum" . nc:SecuredExclusionReasonKind.systemOperator a nc:SecuredExclusionReasonKind ; - rdfs:label "systemOperator"@en ; - rdfs:comment "The network element that is going to be assessed is excluded for being secured by the system operator." ; + rdfs:label "systemOperator" ; + rdfs:comment "The network element that is going to be assessed is excluded for being secured by the system operator."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.linear a nc:TimeSeriesInterpolationKind ; - rdfs:label "linear"@en ; - rdfs:comment "Linear interpolation is applied for values between two time points." ; + rdfs:label "linear" ; + rdfs:comment "Linear interpolation is applied for values between two time points."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.next a nc:TimeSeriesInterpolationKind ; - rdfs:label "next"@en ; - rdfs:comment "The value between two time points is set to next value." ; + rdfs:label "next" ; + rdfs:comment "The value between two time points is set to next value."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.none a nc:TimeSeriesInterpolationKind ; - rdfs:label "none"@en ; - rdfs:comment "No interpolation is applied." ; + rdfs:label "none" ; + rdfs:comment "No interpolation is applied."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.previous a nc:TimeSeriesInterpolationKind ; - rdfs:label "previous"@en ; - rdfs:comment "The value between two time points is set to previous value." ; + rdfs:label "previous" ; + rdfs:comment "The value between two time points is set to previous value."@en ; cims:stereotype "enum" . nc:ValueOffsetKind.absolute a nc:ValueOffsetKind ; - rdfs:label "absolute"@en ; - rdfs:comment "Value of the range constraint is replacing the attribute value referenced by the PropertyReference in a determined operational scenario." ; + rdfs:label "absolute" ; + rdfs:comment "Value of the range constraint is replacing the attribute value referenced by the PropertyReference in a determined operational scenario."@en ; cims:stereotype "enum" . nc:ValueOffsetKind.incremental a nc:ValueOffsetKind ; - rdfs:label "incremental"@en ; - rdfs:comment "Value of the range constraint is incrementing the attribute value referenced by the PropertyReference in a determined operational scenario." ; + rdfs:label "incremental" ; + rdfs:comment "Value of the range constraint is incrementing the attribute value referenced by the PropertyReference in a determined operational scenario."@en ; cims:stereotype "enum" . nc:ValueOffsetKind.incrementalPercentage a nc:ValueOffsetKind ; - rdfs:label "incrementalPercentage"@en ; - rdfs:comment "Value of the range constraint is incrementing in percentage the attribute value referenced by the PropertyReference in a determined operational scenario." ; + rdfs:label "incrementalPercentage" ; + rdfs:comment "Value of the range constraint is incrementing in percentage the attribute value referenced by the PropertyReference in a determined operational scenario."@en ; cims:stereotype "enum" . sis:Package_DocStateInstructionScheduleProfile a cims:ClassCategory ; - rdfs:label "DocStateInstructionScheduleProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocStateInstructionScheduleProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . sis:Package_StateInstructionScheduleProfile a cims:ClassCategory ; - rdfs:label "StateInstructionScheduleProfile"@en ; - rdfs:comment "This package contains the state instruction schedule profile." . + rdfs:label "StateInstructionScheduleProfile" ; + rdfs:comment "This package contains the state instruction schedule profile."@en . diff --git a/rdfs-improved/CGMES-NC/ttl/SteadyStateHypothesisSchedule-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/SteadyStateHypothesisSchedule-AP-Voc-RDFS2020.ttl index 9a56e47..93f866d 100644 --- a/rdfs-improved/CGMES-NC/ttl/SteadyStateHypothesisSchedule-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/SteadyStateHypothesisSchedule-AP-Voc-RDFS2020.ttl @@ -13,123 +13,125 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . shs:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the steady state hypothesis schedule."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "SHS" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:0d815deb-9968-4c6f-85d7-503d49e0b81f" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Steady State Hypothesis Schedule Vocabulary"@en ; owl:versionIRI ; - owl:versionInfo "1.0.1"@en . + owl:versionInfo "1.0.1" . cim:ActivePowerLimit a owl:Class ; - rdfs:label "ActivePowerLimit"@en ; - rdfs:comment "Limit on active power flow." ; + rdfs:label "ActivePowerLimit" ; + rdfs:comment "Limit on active power flow."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:ApparentPowerLimit a owl:Class ; - rdfs:label "ApparentPowerLimit"@en ; - rdfs:comment "Apparent power limit." ; + rdfs:label "ApparentPowerLimit" ; + rdfs:comment "Apparent power limit."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:AsynchronousMachine a owl:Class ; - rdfs:label "AsynchronousMachine"@en ; - rdfs:comment "A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine." ; + rdfs:label "AsynchronousMachine" ; + rdfs:comment "A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:AsynchronousMachineKind a owl:Class ; - rdfs:label "AsynchronousMachineKind"@en ; - rdfs:comment "Kind of Asynchronous Machine." ; + rdfs:label "AsynchronousMachineKind" ; + rdfs:comment "Kind of Asynchronous Machine."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype uml:enumeration . cim:BatteryStateKind a owl:Class ; - rdfs:label "BatteryStateKind"@en ; - rdfs:comment "The state of the battery unit." ; + rdfs:label "BatteryStateKind" ; + rdfs:comment "The state of the battery unit."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype uml:enumeration . cim:BatteryUnit a owl:Class ; - rdfs:label "BatteryUnit"@en ; - rdfs:comment "An electrochemical energy storage device." ; + rdfs:label "BatteryUnit" ; + rdfs:comment "An electrochemical energy storage device."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:ControlArea a owl:Class ; - rdfs:label "ControlArea"@en ; + rdfs:label "ControlArea" ; rdfs:comment """A control area is a grouping of generating units and/or loads and a cutset of tie lines (as terminals) which may be used for a variety of purposes including automatic generation control, power flow solution area interchange control specification, and input to load forecasting. All generation and load within the area defined by the terminals on the border are considered in the area interchange control. Note that any number of overlapping control area specifications can be superimposed on the physical model. The following general principles apply to ControlArea: 1. The control area orientation for net interchange is positive for an import, negative for an export. 2. The control area net interchange is determined by summing flows in Terminals. The Terminals are identified by creating a set of TieFlow objects associated with a ControlArea object. Each TieFlow object identifies one Terminal. 3. In a single network model, a tie between two control areas must be modelled in both control area specifications, such that the two representations of the tie flow sum to zero. -4. The normal orientation of Terminal flow is positive for flow into the conducting equipment that owns the Terminal. (i.e. flow from a bus into a device is positive.) However, the orientation of each flow in the control area specification must align with the control area convention, i.e. import is positive. If the orientation of the Terminal flow referenced by a TieFlow is positive into the control area, then this is confirmed by setting TieFlow.positiveFlowIn flag TRUE. If not, the orientation must be reversed by setting the TieFlow.positiveFlowIn flag FALSE.""" ; +4. The normal orientation of Terminal flow is positive for flow into the conducting equipment that owns the Terminal. (i.e. flow from a bus into a device is positive.) However, the orientation of each flow in the control area specification must align with the control area convention, i.e. import is positive. If the orientation of the Terminal flow referenced by a TieFlow is positive into the control area, then this is confirmed by setting TieFlow.positiveFlowIn flag TRUE. If not, the orientation must be reversed by setting the TieFlow.positiveFlowIn flag FALSE."""@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:CsConverter a owl:Class ; - rdfs:label "CsConverter"@en ; + rdfs:label "CsConverter" ; rdfs:comment """DC side of the current source converter (CSC). The firing angle controls the dc voltage at the converter, both for rectifier and inverter. The difference between the dc voltages of the rectifier and inverter determines the dc current. The extinction angle is used to limit the dc voltage at the inverter, if needed, and is not used in active power control. The firing angle, transformer tap position and number of connected filters are the primary means to control a current source dc line. Higher level controls are built on top, e.g. dc voltage, dc current and active power. From a steady state perspective it is sufficient to specify the wanted active power transfer (ACDCConverter.targetPpcc) and the control functions will set the dc voltage, dc current, firing angle, transformer tap position and number of connected filters to meet this. Therefore attributes targetAlpha and targetGamma are not applicable in this case. The reactive power consumed by the converter is a function of the firing angle, transformer tap position and number of connected filter, which can be approximated with half of the active power. The losses is a function of the dc voltage and dc current. The attributes minAlpha and maxAlpha define the range of firing angles for rectifier operation between which no discrete tap changer action takes place. The range is typically 10-18 degrees. -The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees.""" ; +The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees."""@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:CsOperatingModeKind a owl:Class ; - rdfs:label "CsOperatingModeKind"@en ; - rdfs:comment "Operating mode for HVDC line operating as Current Source Converter." ; + rdfs:label "CsOperatingModeKind" ; + rdfs:comment "Operating mode for HVDC line operating as Current Source Converter."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype uml:enumeration . cim:CsPpccControlKind a owl:Class ; - rdfs:label "CsPpccControlKind"@en ; - rdfs:comment "Active power control modes for HVDC line operating as Current Source Converter." ; + rdfs:label "CsPpccControlKind" ; + rdfs:comment "Active power control modes for HVDC line operating as Current Source Converter."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype uml:enumeration . cim:CurrentLimit a owl:Class ; - rdfs:label "CurrentLimit"@en ; - rdfs:comment "Operational limit on current." ; + rdfs:label "CurrentLimit" ; + rdfs:comment "Operational limit on current."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:EnergyConnection a owl:Class ; - rdfs:label "EnergyConnection"@en ; - rdfs:comment "A connection of energy generation or consumption on the power system model." ; + rdfs:label "EnergyConnection" ; + rdfs:comment "A connection of energy generation or consumption on the power system model."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:EquivalentInjection a owl:Class ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:ExternalNetworkInjection a owl:Class ; - rdfs:label "ExternalNetworkInjection"@en ; - rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations." ; + rdfs:label "ExternalNetworkInjection" ; + rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:GeneratingUnit a owl:Class ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:RegulatingControl a owl:Class ; - rdfs:label "RegulatingControl"@en ; + rdfs:label "RegulatingControl" ; rdfs:comment """Specifies a set of equipment that works together to control a power system quantity such as voltage or flow. Remote bus voltage control is possible by specifying the controlled terminal located at some place remote from the controlling equipment. The specified terminal shall be associated with the connectivity node of the controlled point. The most specific subtype of RegulatingControl shall be used in case such equipment participate in the control, e.g. TapChangerControl for tap changers. @@ -137,537 +139,537 @@ For flow control, load sign convention is used, i.e. positive sign means flow ou The attribute minAllowedTargetValue and maxAllowedTargetValue are required in the following cases: - For a power generating module operated in power factor control mode to specify maximum and minimum power factor values; - Whenever it is necessary to have an off center target voltage for the tap changer regulator. For instance, due to long cables to off shore wind farms and the need to have a simpler setup at the off shore transformer platform, the voltage is controlled from the land at the connection point for the off shore wind farm. Since there usually is a voltage rise along the cable, there is typical and overvoltage of up 3-4 kV compared to the on shore station. Thus in normal operation the tap changer on the on shore station is operated with a target set point, which is in the lower parts of the dead band. -The attributes minAllowedTargetValue and maxAllowedTargetValue are not related to the attribute targetDeadband and thus they are not treated as an alternative of the targetDeadband. They are needed due to limitations in the local substation controller. The attribute targetDeadband is used to prevent the power flow from move the tap position in circles (hunting) that is to be used regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue.""" ; +The attributes minAllowedTargetValue and maxAllowedTargetValue are not related to the attribute targetDeadband and thus they are not treated as an alternative of the targetDeadband. They are needed due to limitations in the local substation controller. The attribute targetDeadband is used to prevent the power flow from move the tap position in circles (hunting) that is to be used regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue."""@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:Season a owl:Class ; - rdfs:label "Season"@en ; - rdfs:comment "A specified time period of the year." ; + rdfs:label "Season" ; + rdfs:comment "A specified time period of the year."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:ShuntCompensator a owl:Class ; - rdfs:label "ShuntCompensator"@en ; - rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied." ; + rdfs:label "ShuntCompensator" ; + rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:StaticVarCompensator a owl:Class ; - rdfs:label "StaticVarCompensator"@en ; + rdfs:label "StaticVarCompensator" ; rdfs:comment """A facility for providing variable and controllable shunt reactive power. The SVC typically consists of a stepdown transformer, filter, thyristor-controlled reactor, and thyristor-switched capacitor arms. -The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero.""" ; +The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero."""@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:Switch a owl:Class ; - rdfs:label "Switch"@en ; - rdfs:comment "A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant." ; + rdfs:label "Switch" ; + rdfs:comment "A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:SynchronousMachine a owl:Class ; - rdfs:label "SynchronousMachine"@en ; - rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump." ; + rdfs:label "SynchronousMachine" ; + rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:SynchronousMachineOperatingMode a owl:Class ; - rdfs:label "SynchronousMachineOperatingMode"@en ; - rdfs:comment "Synchronous machine operating mode." ; + rdfs:label "SynchronousMachineOperatingMode" ; + rdfs:comment "Synchronous machine operating mode."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype uml:enumeration . cim:TapChanger a owl:Class ; - rdfs:label "TapChanger"@en ; - rdfs:comment "Mechanism for changing transformer winding tap positions." ; + rdfs:label "TapChanger" ; + rdfs:comment "Mechanism for changing transformer winding tap positions."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:TapChangerControl a owl:Class ; - rdfs:label "TapChangerControl"@en ; - rdfs:comment "Describes behaviour specific to tap changers, e.g. how the voltage at the end of a line varies with the load level and compensation of the voltage drop by tap adjustment." ; + rdfs:label "TapChangerControl" ; + rdfs:comment "Describes behaviour specific to tap changers, e.g. how the voltage at the end of a line varies with the load level and compensation of the voltage drop by tap adjustment."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype uml:enumeration . cim:VoltageLimit a owl:Class ; - rdfs:label "VoltageLimit"@en ; + rdfs:label "VoltageLimit" ; rdfs:comment """Operational limit applied to voltage. -The use of operational VoltageLimit is preferred instead of limits defined at VoltageLevel. The operational VoltageLimits are used, if present.""" ; +The use of operational VoltageLimit is preferred instead of limits defined at VoltageLevel. The operational VoltageLimits are used, if present."""@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:VsConverter a owl:Class ; - rdfs:label "VsConverter"@en ; - rdfs:comment "DC side of the voltage source converter (VSC)." ; + rdfs:label "VsConverter" ; + rdfs:comment "DC side of the voltage source converter (VSC)."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile . cim:VsPpccControlKind a owl:Class ; - rdfs:label "VsPpccControlKind"@en ; - rdfs:comment "Types applicable to the control of real power and/or DC voltage by voltage source converter." ; + rdfs:label "VsPpccControlKind" ; + rdfs:comment "Types applicable to the control of real power and/or DC voltage by voltage source converter."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype uml:enumeration . cim:VsQpccControlKind a owl:Class ; - rdfs:label "VsQpccControlKind"@en ; - rdfs:comment "Kind of reactive power control at point of common coupling for a voltage source converter." ; + rdfs:label "VsQpccControlKind" ; + rdfs:comment "Kind of reactive power control at point of common coupling for a voltage source converter."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype uml:enumeration . nc:ACDCConverterRegularSchedule a owl:Class ; - rdfs:label "ACDCConverterRegularSchedule"@en ; - rdfs:comment "Regular schedule for ACDC converter." ; + rdfs:label "ACDCConverterRegularSchedule" ; + rdfs:comment "Regular schedule for ACDC converter."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:ACDCTimePoint a owl:Class ; - rdfs:label "ACDCTimePoint"@en ; - rdfs:comment "ACDC values for a given point in time." ; + rdfs:label "ACDCTimePoint" ; + rdfs:comment "ACDC values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC" . nc:ActivePowerLimitSchedule a owl:Class ; - rdfs:label "ActivePowerLimitSchedule"@en ; - rdfs:comment "Schedule for active power limit." ; + rdfs:label "ActivePowerLimitSchedule" ; + rdfs:comment "Schedule for active power limit."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:ActivePowerLimitTimePoint a owl:Class ; - rdfs:label "ActivePowerLimitTimePoint"@en ; - rdfs:comment "Active power limit for a given point in time." ; + rdfs:label "ActivePowerLimitTimePoint" ; + rdfs:comment "Active power limit for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:ApparentPowerLimitSchedule a owl:Class ; - rdfs:label "ApparentPowerLimitSchedule"@en ; - rdfs:comment "Schedule for apparent power limit." ; + rdfs:label "ApparentPowerLimitSchedule" ; + rdfs:comment "Schedule for apparent power limit."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:ApparentPowerLimitTimePoint a owl:Class ; - rdfs:label "ApparentPowerLimitTimePoint"@en ; - rdfs:comment "Apparent power limit for a given point in time." ; + rdfs:label "ApparentPowerLimitTimePoint" ; + rdfs:comment "Apparent power limit for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:AsynchronousMachineRegularSchedule a owl:Class ; - rdfs:label "AsynchronousMachineRegularSchedule"@en ; - rdfs:comment "Regular schedule for asynchronous machine." ; + rdfs:label "AsynchronousMachineRegularSchedule" ; + rdfs:comment "Regular schedule for asynchronous machine."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:AsynchronousMachineSchedule a owl:Class ; - rdfs:label "AsynchronousMachineSchedule"@en ; - rdfs:comment "Schedule for asynchronous machine." ; + rdfs:label "AsynchronousMachineSchedule" ; + rdfs:comment "Schedule for asynchronous machine."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:AsynchronousMachineTimePoint a owl:Class ; - rdfs:label "AsynchronousMachineTimePoint"@en ; - rdfs:comment "Asynchronous machine values for a given point in time." ; + rdfs:label "AsynchronousMachineTimePoint" ; + rdfs:comment "Asynchronous machine values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:BaseIrregularTimeSeries a owl:Class ; - rdfs:label "BaseIrregularTimeSeries"@en ; - rdfs:comment "Time series that has irregular points in time." ; + rdfs:label "BaseIrregularTimeSeries" ; + rdfs:comment "Time series that has irregular points in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseTimeSeries . nc:BaseRegularIntervalSchedule a owl:Class ; - rdfs:label "BaseRegularIntervalSchedule"@en ; - rdfs:comment "Time series that has regular points in time." ; + rdfs:label "BaseRegularIntervalSchedule" ; + rdfs:comment "Time series that has regular points in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:BaseTimeSeries . nc:BaseTimeSeries a owl:Class ; - rdfs:label "BaseTimeSeries"@en ; - rdfs:comment "Time series of values at points in time." ; + rdfs:label "BaseTimeSeries" ; + rdfs:comment "Time series of values at points in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:IdentifiedObject . nc:BaseTimeSeriesKind a owl:Class ; - rdfs:label "BaseTimeSeriesKind"@en ; - rdfs:comment "Kind of time series." ; + rdfs:label "BaseTimeSeriesKind" ; + rdfs:comment "Kind of time series."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:BatteryUnitSchedule a owl:Class ; - rdfs:label "BatteryUnitSchedule"@en ; - rdfs:comment "Schedule for battery unit." ; + rdfs:label "BatteryUnitSchedule" ; + rdfs:comment "Schedule for battery unit."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:BatteryUnitTimePoint a owl:Class ; - rdfs:label "BatteryUnitTimePoint"@en ; - rdfs:comment "Battery unit values for a given point in time." ; + rdfs:label "BatteryUnitTimePoint" ; + rdfs:comment "Battery unit values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:ControlAreaRegularSchedule a owl:Class ; - rdfs:label "ControlAreaRegularSchedule"@en ; - rdfs:comment "Regular schedule for control area." ; + rdfs:label "ControlAreaRegularSchedule" ; + rdfs:comment "Regular schedule for control area."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:ControlAreaSchedule a owl:Class ; - rdfs:label "ControlAreaSchedule"@en ; - rdfs:comment "Schedule for control area." ; + rdfs:label "ControlAreaSchedule" ; + rdfs:comment "Schedule for control area."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:ControlAreaTimePoint a owl:Class ; - rdfs:label "ControlAreaTimePoint"@en ; - rdfs:comment "Participation factor for a given point in time." ; + rdfs:label "ControlAreaTimePoint" ; + rdfs:comment "Participation factor for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:CsConverterRegularSchedule a owl:Class ; - rdfs:label "CsConverterRegularSchedule"@en ; - rdfs:comment "Regular schedule for CS converter." ; + rdfs:label "CsConverterRegularSchedule" ; + rdfs:comment "Regular schedule for CS converter."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ACDCConverterRegularSchedule . nc:CsConverterSchedule a owl:Class ; - rdfs:label "CsConverterSchedule"@en ; - rdfs:comment "Schedule for CS converter." ; + rdfs:label "CsConverterSchedule" ; + rdfs:comment "Schedule for CS converter."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:CsConverterTimePoint a owl:Class ; - rdfs:label "CsConverterTimePoint"@en ; - rdfs:comment "CSConverter values for a given point in time." ; + rdfs:label "CsConverterTimePoint" ; + rdfs:comment "CSConverter values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ACDCTimePoint . nc:CurrentLimitSchedule a owl:Class ; - rdfs:label "CurrentLimitSchedule"@en ; - rdfs:comment "Schedule for current limit." ; + rdfs:label "CurrentLimitSchedule" ; + rdfs:comment "Schedule for current limit."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:CurrentLimitTimePoint a owl:Class ; - rdfs:label "CurrentLimitTimePoint"@en ; - rdfs:comment "Current limit values for a given point in time." ; + rdfs:label "CurrentLimitTimePoint" ; + rdfs:comment "Current limit values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:DayOfWeekKind a owl:Class ; - rdfs:label "DayOfWeekKind"@en ; - rdfs:comment "The kind of day to be included in a regular schedule." ; + rdfs:label "DayOfWeekKind" ; + rdfs:comment "The kind of day to be included in a regular schedule."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:EnergyConnectionRegularSchedule a owl:Class ; - rdfs:label "EnergyConnectionRegularSchedule"@en ; - rdfs:comment "Regular schedule for energy connection." ; + rdfs:label "EnergyConnectionRegularSchedule" ; + rdfs:comment "Regular schedule for energy connection."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:EnergyConnectionSchedule a owl:Class ; - rdfs:label "EnergyConnectionSchedule"@en ; - rdfs:comment "Schedule for energy connection." ; + rdfs:label "EnergyConnectionSchedule" ; + rdfs:comment "Schedule for energy connection."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:EnergyConnectionTimePoint a owl:Class ; - rdfs:label "EnergyConnectionTimePoint"@en ; - rdfs:comment "Energy connection values for a given point in time." ; + rdfs:label "EnergyConnectionTimePoint" ; + rdfs:comment "Energy connection values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:EnergyDemandKind a owl:Class ; - rdfs:label "EnergyDemandKind"@en ; - rdfs:comment "Kind of energy demand." ; + rdfs:label "EnergyDemandKind" ; + rdfs:comment "Kind of energy demand."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:EquivalentInjectionRegularSchedule a owl:Class ; - rdfs:label "EquivalentInjectionRegularSchedule"@en ; - rdfs:comment "Regular schedule for equivalent injection." ; + rdfs:label "EquivalentInjectionRegularSchedule" ; + rdfs:comment "Regular schedule for equivalent injection."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:EquivalentInjectionSchedule a owl:Class ; - rdfs:label "EquivalentInjectionSchedule"@en ; - rdfs:comment "Regular schedule for equivalent injection." ; + rdfs:label "EquivalentInjectionSchedule" ; + rdfs:comment "Regular schedule for equivalent injection."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:EquivalentInjectionTimePoint a owl:Class ; - rdfs:label "EquivalentInjectionTimePoint"@en ; - rdfs:comment "Equivalent injection values for a given point in time." ; + rdfs:label "EquivalentInjectionTimePoint" ; + rdfs:comment "Equivalent injection values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:ExternalNetworkInjectionRegularSchedule a owl:Class ; - rdfs:label "ExternalNetworkInjectionRegularSchedule"@en ; - rdfs:comment "Regular schedule for external network injection." ; + rdfs:label "ExternalNetworkInjectionRegularSchedule" ; + rdfs:comment "Regular schedule for external network injection."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:ExternalNetworkInjectionSchedule a owl:Class ; - rdfs:label "ExternalNetworkInjectionSchedule"@en ; - rdfs:comment "Schedule for external network injection." ; + rdfs:label "ExternalNetworkInjectionSchedule" ; + rdfs:comment "Schedule for external network injection."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:ExternalNetworkInjectionTimePoint a owl:Class ; - rdfs:label "ExternalNetworkInjectionTimePoint"@en ; - rdfs:comment "External network injection values for a given point in time." ; + rdfs:label "ExternalNetworkInjectionTimePoint" ; + rdfs:comment "External network injection values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:GeneratingUnitSchedule a owl:Class ; - rdfs:label "GeneratingUnitSchedule"@en ; - rdfs:comment "Schedule for generating unit." ; + rdfs:label "GeneratingUnitSchedule" ; + rdfs:comment "Schedule for generating unit."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:GeneratingUnitTimePoint a owl:Class ; - rdfs:label "GeneratingUnitTimePoint"@en ; - rdfs:comment "Generating unit values for a given point in time." ; + rdfs:label "GeneratingUnitTimePoint" ; + rdfs:comment "Generating unit values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:HourPattern a owl:Class ; - rdfs:label "HourPattern"@en ; - rdfs:comment "Pattern of hourly period in a day with the same kind of intensity." ; + rdfs:label "HourPattern" ; + rdfs:comment "Pattern of hourly period in a day with the same kind of intensity."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . nc:HourPeriod a owl:Class ; - rdfs:label "HourPeriod"@en ; - rdfs:comment "Period of hours in a day." ; + rdfs:label "HourPeriod" ; + rdfs:comment "Period of hours in a day."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:InServiceRegularSchedule a owl:Class ; - rdfs:label "InServiceRegularSchedule"@en ; - rdfs:comment "Regular schedule for elements having in service." ; + rdfs:label "InServiceRegularSchedule" ; + rdfs:comment "Regular schedule for elements having in service."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:InServiceSchedule a owl:Class ; - rdfs:label "InServiceSchedule"@en ; - rdfs:comment "Schedule for elements having in service." ; + rdfs:label "InServiceSchedule" ; + rdfs:comment "Schedule for elements having in service."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:InServiceTimePoint a owl:Class ; - rdfs:label "InServiceTimePoint"@en ; - rdfs:comment "In service values for a given point in time." ; + rdfs:label "InServiceTimePoint" ; + rdfs:comment "In service values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:PeakKind a owl:Class ; - rdfs:label "PeakKind"@en ; - rdfs:comment "Kind of time period with similar intensity." ; + rdfs:label "PeakKind" ; + rdfs:comment "Kind of time period with similar intensity."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:RegulatingControlRegularSchedule a owl:Class ; - rdfs:label "RegulatingControlRegularSchedule"@en ; - rdfs:comment "Regular schedule for regulating control." ; + rdfs:label "RegulatingControlRegularSchedule" ; + rdfs:comment "Regular schedule for regulating control."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:RegulatingControlSchedule a owl:Class ; - rdfs:label "RegulatingControlSchedule"@en ; - rdfs:comment "Schedule for regulating control." ; + rdfs:label "RegulatingControlSchedule" ; + rdfs:comment "Schedule for regulating control."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:RegulatingControlTimePoint a owl:Class ; - rdfs:label "RegulatingControlTimePoint"@en ; - rdfs:comment "Regulating control values for a given point in time." ; + rdfs:label "RegulatingControlTimePoint" ; + rdfs:comment "Regulating control values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:ShuntCompensatorSchedule a owl:Class ; - rdfs:label "ShuntCompensatorSchedule"@en ; - rdfs:comment "Schedule for shunt compensator." ; + rdfs:label "ShuntCompensatorSchedule" ; + rdfs:comment "Schedule for shunt compensator."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:ShuntCompensatorTimePoint a owl:Class ; - rdfs:label "ShuntCompensatorTimePoint"@en ; - rdfs:comment "Shunt compensator values for a given point in time." ; + rdfs:label "ShuntCompensatorTimePoint" ; + rdfs:comment "Shunt compensator values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:StaticVarCompensatorSchedule a owl:Class ; - rdfs:label "StaticVarCompensatorSchedule"@en ; - rdfs:comment "Schedule for static var compensator." ; + rdfs:label "StaticVarCompensatorSchedule" ; + rdfs:comment "Schedule for static var compensator."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:StaticVarCompensatorTimePoint a owl:Class ; - rdfs:label "StaticVarCompensatorTimePoint"@en ; - rdfs:comment "Static var compensator values for a given point in time." ; + rdfs:label "StaticVarCompensatorTimePoint" ; + rdfs:comment "Static var compensator values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:SwitchRegularSchedule a owl:Class ; - rdfs:label "SwitchRegularSchedule"@en ; - rdfs:comment "Regular schedule for switch." ; + rdfs:label "SwitchRegularSchedule" ; + rdfs:comment "Regular schedule for switch."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:SwitchSchedule a owl:Class ; - rdfs:label "SwitchSchedule"@en ; - rdfs:comment "Schedule for switch." ; + rdfs:label "SwitchSchedule" ; + rdfs:comment "Schedule for switch."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:SwitchTimePoint a owl:Class ; - rdfs:label "SwitchTimePoint"@en ; - rdfs:comment "Switch values for a given point in time." ; + rdfs:label "SwitchTimePoint" ; + rdfs:comment "Switch values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:SynchronousMachineRegularSchedule a owl:Class ; - rdfs:label "SynchronousMachineRegularSchedule"@en ; - rdfs:comment "Regular schedule for synchronous machine." ; + rdfs:label "SynchronousMachineRegularSchedule" ; + rdfs:comment "Regular schedule for synchronous machine."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:SynchronousMachineSchedule a owl:Class ; - rdfs:label "SynchronousMachineSchedule"@en ; - rdfs:comment "Schedule for synchronous machine." ; + rdfs:label "SynchronousMachineSchedule" ; + rdfs:comment "Schedule for synchronous machine."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:SynchronousMachineTimePoint a owl:Class ; - rdfs:label "SynchronousMachineTimePoint"@en ; - rdfs:comment "Synchronous machine values for a given point in time." ; + rdfs:label "SynchronousMachineTimePoint" ; + rdfs:comment "Synchronous machine values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:TapChangerControlRegularSchedule a owl:Class ; - rdfs:label "TapChangerControlRegularSchedule"@en ; - rdfs:comment "Regular schedule for tap changer control." ; + rdfs:label "TapChangerControlRegularSchedule" ; + rdfs:comment "Regular schedule for tap changer control."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:RegulatingControlRegularSchedule . nc:TapChangerControlSchedule a owl:Class ; - rdfs:label "TapChangerControlSchedule"@en ; - rdfs:comment "Schedule for tap changer control." ; + rdfs:label "TapChangerControlSchedule" ; + rdfs:comment "Schedule for tap changer control."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:TapRegularSchedule a owl:Class ; - rdfs:label "TapRegularSchedule"@en ; - rdfs:comment "Regular schedule for tap." ; + rdfs:label "TapRegularSchedule" ; + rdfs:comment "Regular schedule for tap."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseRegularIntervalSchedule . nc:TapSchedule a owl:Class ; - rdfs:label "TapSchedule"@en ; - rdfs:comment "Schedule for tap." ; + rdfs:label "TapSchedule" ; + rdfs:comment "Schedule for tap."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:TapScheduleTimePoint a owl:Class ; - rdfs:label "TapScheduleTimePoint"@en ; - rdfs:comment "Tap schedule values for a given point in time." ; + rdfs:label "TapScheduleTimePoint" ; + rdfs:comment "Tap schedule values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:TimeSeriesInterpolationKind a owl:Class ; - rdfs:label "TimeSeriesInterpolationKind"@en ; - rdfs:comment "Kinds of interpolation of values between two time point." ; + rdfs:label "TimeSeriesInterpolationKind" ; + rdfs:comment "Kinds of interpolation of values between two time point."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:enumeration . nc:VoltageLimitSchedule a owl:Class ; - rdfs:label "VoltageLimitSchedule"@en ; - rdfs:comment "Schedule for voltage limit." ; + rdfs:label "VoltageLimitSchedule" ; + rdfs:comment "Schedule for voltage limit."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:VoltageLimitTimePoint a owl:Class ; - rdfs:label "VoltageLimitTimePoint"@en ; - rdfs:comment "Voltage limit values for a given point in time." ; + rdfs:label "VoltageLimitTimePoint" ; + rdfs:comment "Voltage limit values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete . nc:VsConverterRegularSchedule a owl:Class ; - rdfs:label "VsConverterRegularSchedule"@en ; - rdfs:comment "Regular schedule for VS converter." ; + rdfs:label "VsConverterRegularSchedule" ; + rdfs:comment "Regular schedule for VS converter."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ACDCConverterRegularSchedule . nc:VsConverterSchedule a owl:Class ; - rdfs:label "VsConverterSchedule"@en ; - rdfs:comment "Schedule for VS converter." ; + rdfs:label "VsConverterSchedule" ; + rdfs:comment "Schedule for VS converter."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:BaseIrregularTimeSeries . nc:VsConverterTimePoint a owl:Class ; - rdfs:label "VsConverterTimePoint"@en ; - rdfs:comment "VS converter values for a given point in time." ; + rdfs:label "VsConverterTimePoint" ; + rdfs:comment "VS converter values for a given point in time."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; cims:stereotype "NC", uml:concrete ; rdfs:subClassOf nc:ACDCTimePoint . nc:ActivePowerLimit.ActivePowerLimitSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ActivePowerLimitSchedule"@en ; - rdfs:comment "Active power limit schedule associated with an active power limit." ; + rdfs:label "ActivePowerLimitSchedule" ; + rdfs:comment "Active power limit schedule associated with an active power limit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -676,8 +678,8 @@ nc:ActivePowerLimit.ActivePowerLimitSchedule a owl:ObjectProperty, owl:InverseFu rdfs:range nc:ActivePowerLimitSchedule . nc:ActivePowerLimitSchedule.ActivePowerLimit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ActivePowerLimit"@en ; - rdfs:comment "Active power limit which has active power limit schedules." ; + rdfs:label "ActivePowerLimit" ; + rdfs:comment "Active power limit which has active power limit schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -686,8 +688,8 @@ nc:ActivePowerLimitSchedule.ActivePowerLimit a owl:ObjectProperty, owl:Functiona rdfs:range cim:ActivePowerLimit . nc:ActivePowerLimitSchedule.ActivePowerLimitTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ActivePowerLimitTimePoint"@en ; - rdfs:comment "The time point that relates to this active pwoer limit schedule." ; + rdfs:label "ActivePowerLimitTimePoint" ; + rdfs:comment "The time point that relates to this active pwoer limit schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -696,8 +698,8 @@ nc:ActivePowerLimitSchedule.ActivePowerLimitTimePoint a owl:ObjectProperty, owl: rdfs:range nc:ActivePowerLimitTimePoint . nc:ActivePowerLimitTimePoint.ActivePowerLimitSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ActivePowerLimitSchedule"@en ; - rdfs:comment "The active power limit schedule that has this time point." ; + rdfs:label "ActivePowerLimitSchedule" ; + rdfs:comment "The active power limit schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -706,8 +708,8 @@ nc:ActivePowerLimitTimePoint.ActivePowerLimitSchedule a owl:ObjectProperty, owl: rdfs:range nc:ActivePowerLimitSchedule . nc:ApparentPowerLimit.ApparentPowerLimitSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ApparentPowerLimitSchedule"@en ; - rdfs:comment "Apparent power limit schedule associated with an apparent power limit." ; + rdfs:label "ApparentPowerLimitSchedule" ; + rdfs:comment "Apparent power limit schedule associated with an apparent power limit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -716,8 +718,8 @@ nc:ApparentPowerLimit.ApparentPowerLimitSchedule a owl:ObjectProperty, owl:Inver rdfs:range nc:ApparentPowerLimitSchedule . nc:ApparentPowerLimitSchedule.ApparentPowerLimit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ApparentPowerLimit"@en ; - rdfs:comment "Apparent power limit which has apparent power limit schedules." ; + rdfs:label "ApparentPowerLimit" ; + rdfs:comment "Apparent power limit which has apparent power limit schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -726,8 +728,8 @@ nc:ApparentPowerLimitSchedule.ApparentPowerLimit a owl:ObjectProperty, owl:Funct rdfs:range cim:ApparentPowerLimit . nc:ApparentPowerLimitSchedule.ApparentPowerLimitTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ApparentPowerLimitTimePoint"@en ; - rdfs:comment "The time point that relates to this apparent power limit schedule." ; + rdfs:label "ApparentPowerLimitTimePoint" ; + rdfs:comment "The time point that relates to this apparent power limit schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -736,8 +738,8 @@ nc:ApparentPowerLimitSchedule.ApparentPowerLimitTimePoint a owl:ObjectProperty, rdfs:range nc:ApparentPowerLimitTimePoint . nc:ApparentPowerLimitTimePoint.ApparentPowerLimitSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ApparentPowerLimitSchedule"@en ; - rdfs:comment "The apparent power limit schedule that has this time point." ; + rdfs:label "ApparentPowerLimitSchedule" ; + rdfs:comment "The apparent power limit schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -746,8 +748,8 @@ nc:ApparentPowerLimitTimePoint.ApparentPowerLimitSchedule a owl:ObjectProperty, rdfs:range nc:ApparentPowerLimitSchedule . nc:AsynchronousMachine.AsynchronousMachineRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AsynchronousMachineRegularSchedule"@en ; - rdfs:comment "AsynchronousMachineRegularSchedule which belongs to an asynchronous machine." ; + rdfs:label "AsynchronousMachineRegularSchedule" ; + rdfs:comment "AsynchronousMachineRegularSchedule which belongs to an asynchronous machine."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -756,8 +758,8 @@ nc:AsynchronousMachine.AsynchronousMachineRegularSchedule a owl:ObjectProperty, rdfs:range nc:AsynchronousMachineRegularSchedule . nc:AsynchronousMachine.AsynchronousMachineSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AsynchronousMachineSchedule"@en ; - rdfs:comment "Asynchronous machine schedule associated with an asynchronous machine." ; + rdfs:label "AsynchronousMachineSchedule" ; + rdfs:comment "Asynchronous machine schedule associated with an asynchronous machine."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -766,8 +768,8 @@ nc:AsynchronousMachine.AsynchronousMachineSchedule a owl:ObjectProperty, owl:Inv rdfs:range nc:AsynchronousMachineSchedule . nc:AsynchronousMachineRegularSchedule.AsynchronousMachine a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AsynchronousMachine"@en ; - rdfs:comment "AsynchronousMachine which has AsynchronousMachineRegularSchedule." ; + rdfs:label "AsynchronousMachine" ; + rdfs:comment "AsynchronousMachine which has AsynchronousMachineRegularSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -776,16 +778,16 @@ nc:AsynchronousMachineRegularSchedule.AsynchronousMachine a owl:ObjectProperty, rdfs:range cim:AsynchronousMachine . nc:AsynchronousMachineRegularSchedule.asynchronousMachineType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "asynchronousMachineType"@en ; - rdfs:comment "Indicates the type of Asynchronous Machine (motor or generator)." ; + rdfs:label "asynchronousMachineType" ; + rdfs:comment "Indicates the type of Asynchronous Machine (motor or generator)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AsynchronousMachineRegularSchedule ; rdfs:range cim:AsynchronousMachineKind . nc:AsynchronousMachineSchedule.AsynchronousMachine a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AsynchronousMachine"@en ; - rdfs:comment "Asynchronous machine which has asynchronous machine schedules." ; + rdfs:label "AsynchronousMachine" ; + rdfs:comment "Asynchronous machine which has asynchronous machine schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -794,8 +796,8 @@ nc:AsynchronousMachineSchedule.AsynchronousMachine a owl:ObjectProperty, owl:Fun rdfs:range cim:AsynchronousMachine . nc:AsynchronousMachineSchedule.AsynchronousMachineTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AsynchronousMachineTimePoint"@en ; - rdfs:comment "The time point that relates to this asynchronous machine schedule." ; + rdfs:label "AsynchronousMachineTimePoint" ; + rdfs:comment "The time point that relates to this asynchronous machine schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -804,8 +806,8 @@ nc:AsynchronousMachineSchedule.AsynchronousMachineTimePoint a owl:ObjectProperty rdfs:range nc:AsynchronousMachineTimePoint . nc:AsynchronousMachineTimePoint.AsynchronousMachineSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AsynchronousMachineSchedule"@en ; - rdfs:comment "The asynchronous machine schedule that has this time point." ; + rdfs:label "AsynchronousMachineSchedule" ; + rdfs:comment "The asynchronous machine schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -814,16 +816,16 @@ nc:AsynchronousMachineTimePoint.AsynchronousMachineSchedule a owl:ObjectProperty rdfs:range nc:AsynchronousMachineSchedule . nc:AsynchronousMachineTimePoint.asynchronousMachineType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "asynchronousMachineType"@en ; - rdfs:comment "Indicates the type of Asynchronous Machine (motor or generator)." ; + rdfs:label "asynchronousMachineType" ; + rdfs:comment "Indicates the type of Asynchronous Machine (motor or generator)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AsynchronousMachineTimePoint ; rdfs:range cim:AsynchronousMachineKind . nc:BaseRegularIntervalSchedule.HourPattern a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "HourPattern"@en ; - rdfs:comment "HourPattern that has base regular interval schedule." ; + rdfs:label "HourPattern" ; + rdfs:comment "HourPattern that has base regular interval schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -832,8 +834,8 @@ nc:BaseRegularIntervalSchedule.HourPattern a owl:ObjectProperty, owl:FunctionalP rdfs:range nc:HourPattern . nc:BaseRegularIntervalSchedule.Season a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Season"@en ; - rdfs:comment "Season associated with a base regular interval schedule." ; + rdfs:label "Season" ; + rdfs:comment "Season associated with a base regular interval schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -842,32 +844,32 @@ nc:BaseRegularIntervalSchedule.Season a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:Season . nc:BaseRegularIntervalSchedule.dayOfWeek a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "dayOfWeek"@en ; - rdfs:comment "Day of the week for which the schedule is valid for." ; + rdfs:label "dayOfWeek" ; + rdfs:comment "Day of the week for which the schedule is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseRegularIntervalSchedule ; rdfs:range nc:DayOfWeekKind . nc:BaseTimeSeries.interpolationKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "interpolationKind"@en ; - rdfs:comment "Kind of interpolation done between time point." ; + rdfs:label "interpolationKind" ; + rdfs:comment "Kind of interpolation done between time point."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range nc:TimeSeriesInterpolationKind . nc:BaseTimeSeries.timeSeriesKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "timeSeriesKind"@en ; - rdfs:comment "Kind of base time series." ; + rdfs:label "timeSeriesKind" ; + rdfs:comment "Kind of base time series."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range nc:BaseTimeSeriesKind . nc:BatteryUnit.BatteryUnitSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BatteryUnitSchedule"@en ; - rdfs:comment "Battery unit schedule associated with a battery unit." ; + rdfs:label "BatteryUnitSchedule" ; + rdfs:comment "Battery unit schedule associated with a battery unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -876,8 +878,8 @@ nc:BatteryUnit.BatteryUnitSchedule a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:BatteryUnitSchedule . nc:BatteryUnitSchedule.BatteryUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BatteryUnit"@en ; - rdfs:comment "Battery unit which has battery unit schedules." ; + rdfs:label "BatteryUnit" ; + rdfs:comment "Battery unit which has battery unit schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -886,8 +888,8 @@ nc:BatteryUnitSchedule.BatteryUnit a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:BatteryUnit . nc:BatteryUnitSchedule.BatteryUnitTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BatteryUnitTimePoint"@en ; - rdfs:comment "The time point that relates to this battery unit schedule." ; + rdfs:label "BatteryUnitTimePoint" ; + rdfs:comment "The time point that relates to this battery unit schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -896,8 +898,8 @@ nc:BatteryUnitSchedule.BatteryUnitTimePoint a owl:ObjectProperty, owl:InverseFun rdfs:range nc:BatteryUnitTimePoint . nc:BatteryUnitTimePoint.BatteryUnitSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BatteryUnitSchedule"@en ; - rdfs:comment "The battery unit schedule that has this time point." ; + rdfs:label "BatteryUnitSchedule" ; + rdfs:comment "The battery unit schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -906,16 +908,16 @@ nc:BatteryUnitTimePoint.BatteryUnitSchedule a owl:ObjectProperty, owl:Functional rdfs:range nc:BatteryUnitSchedule . nc:BatteryUnitTimePoint.batteryState a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "batteryState"@en ; - rdfs:comment "The current state of the battery (charging, full, etc.)." ; + rdfs:label "batteryState" ; + rdfs:comment "The current state of the battery (charging, full, etc.)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BatteryUnitTimePoint ; rdfs:range cim:BatteryStateKind . nc:ControlArea.ControlAreaRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControlAreaRegularSchedule"@en ; - rdfs:comment "ControlAreaRegularSchedule which belongs to a control area." ; + rdfs:label "ControlAreaRegularSchedule" ; + rdfs:comment "ControlAreaRegularSchedule which belongs to a control area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -924,8 +926,8 @@ nc:ControlArea.ControlAreaRegularSchedule a owl:ObjectProperty, owl:InverseFunct rdfs:range nc:ControlAreaRegularSchedule . nc:ControlArea.ControlAreaSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControlAreaSchedule"@en ; - rdfs:comment "Control area schedule associated with a control area." ; + rdfs:label "ControlAreaSchedule" ; + rdfs:comment "Control area schedule associated with a control area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -934,8 +936,8 @@ nc:ControlArea.ControlAreaSchedule a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:ControlAreaSchedule . nc:ControlAreaRegularSchedule.ControlArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ControlArea"@en ; - rdfs:comment "ControlArea which has ControlAreaRegularSchedule." ; + rdfs:label "ControlArea" ; + rdfs:comment "ControlArea which has ControlAreaRegularSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -944,8 +946,8 @@ nc:ControlAreaRegularSchedule.ControlArea a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:ControlArea . nc:ControlAreaSchedule.ControlArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ControlArea"@en ; - rdfs:comment "Control area which has control area schedules." ; + rdfs:label "ControlArea" ; + rdfs:comment "Control area which has control area schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -954,8 +956,8 @@ nc:ControlAreaSchedule.ControlArea a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:ControlArea . nc:ControlAreaSchedule.ControlAreaTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControlAreaTimePoint"@en ; - rdfs:comment "The time point that relates to this control area schedule." ; + rdfs:label "ControlAreaTimePoint" ; + rdfs:comment "The time point that relates to this control area schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -964,8 +966,8 @@ nc:ControlAreaSchedule.ControlAreaTimePoint a owl:ObjectProperty, owl:InverseFun rdfs:range nc:ControlAreaTimePoint . nc:ControlAreaTimePoint.ControlAreaSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ControlAreaSchedule"@en ; - rdfs:comment "The control area schedule that has this time point." ; + rdfs:label "ControlAreaSchedule" ; + rdfs:comment "The control area schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -974,8 +976,8 @@ nc:ControlAreaTimePoint.ControlAreaSchedule a owl:ObjectProperty, owl:Functional rdfs:range nc:ControlAreaSchedule . nc:CsConverter.CsConverterSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CsConverterSchedule"@en ; - rdfs:comment "Cs converter schedule associated with a control area.", "CsConverterRegularSchedule which belongs to a CSConverter." ; + rdfs:label "CsConverterSchedule" ; + rdfs:comment "Cs converter schedule associated with a control area."@en, "CsConverterRegularSchedule which belongs to a CSConverter."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -984,8 +986,8 @@ nc:CsConverter.CsConverterSchedule a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:CsConverterRegularSchedule, nc:CsConverterSchedule . nc:CsConverterRegularSchedule.CsConverter a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CsConverter"@en ; - rdfs:comment "CsConverter which has CsConverterRegularSchedule." ; + rdfs:label "CsConverter" ; + rdfs:comment "CsConverter which has CsConverterRegularSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -994,24 +996,24 @@ nc:CsConverterRegularSchedule.CsConverter a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:CsConverter . nc:CsConverterRegularSchedule.operatingMode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "operatingMode"@en ; - rdfs:comment "Indicates whether the DC pole is operating as an inverter or as a rectifier. It is converter’s control variable used in power flow." ; + rdfs:label "operatingMode" ; + rdfs:comment "Indicates whether the DC pole is operating as an inverter or as a rectifier. It is converter’s control variable used in power flow."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CsConverterRegularSchedule ; rdfs:range cim:CsOperatingModeKind . nc:CsConverterRegularSchedule.pPccControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "pPccControl"@en ; - rdfs:comment "Kind of active power control." ; + rdfs:label "pPccControl" ; + rdfs:comment "Kind of active power control."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CsConverterRegularSchedule ; rdfs:range cim:CsPpccControlKind . nc:CsConverterSchedule.CsConverter a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CsConverter"@en ; - rdfs:comment "Cs converter which has Cs converter schedules." ; + rdfs:label "CsConverter" ; + rdfs:comment "Cs converter which has Cs converter schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1020,8 +1022,8 @@ nc:CsConverterSchedule.CsConverter a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:CsConverter . nc:CsConverterSchedule.CsConverterTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CsConverterTimePoint"@en ; - rdfs:comment "The time point that relates to this CS converter schedule." ; + rdfs:label "CsConverterTimePoint" ; + rdfs:comment "The time point that relates to this CS converter schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1030,8 +1032,8 @@ nc:CsConverterSchedule.CsConverterTimePoint a owl:ObjectProperty, owl:InverseFun rdfs:range nc:CsConverterTimePoint . nc:CsConverterTimePoint.CsConverterSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CsConverterSchedule"@en ; - rdfs:comment "The CS converter schedule that has this time point." ; + rdfs:label "CsConverterSchedule" ; + rdfs:comment "The CS converter schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1040,24 +1042,24 @@ nc:CsConverterTimePoint.CsConverterSchedule a owl:ObjectProperty, owl:Functional rdfs:range nc:CsConverterSchedule . nc:CsConverterTimePoint.operatingMode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "operatingMode"@en ; - rdfs:comment "Indicates whether the DC pole is operating as an inverter or as a rectifier. It is converter’s control variable used in power flow." ; + rdfs:label "operatingMode" ; + rdfs:comment "Indicates whether the DC pole is operating as an inverter or as a rectifier. It is converter’s control variable used in power flow."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CsConverterTimePoint ; rdfs:range cim:CsOperatingModeKind . nc:CsConverterTimePoint.pPccControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "pPccControl"@en ; - rdfs:comment "Kind of active power control." ; + rdfs:label "pPccControl" ; + rdfs:comment "Kind of active power control."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CsConverterTimePoint ; rdfs:range cim:CsPpccControlKind . nc:CurrentLimit.CurrentLimitSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CurrentLimitSchedule"@en ; - rdfs:comment "Current limit schedule associated with a current limit." ; + rdfs:label "CurrentLimitSchedule" ; + rdfs:comment "Current limit schedule associated with a current limit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1066,8 +1068,8 @@ nc:CurrentLimit.CurrentLimitSchedule a owl:ObjectProperty, owl:InverseFunctional rdfs:range nc:CurrentLimitSchedule . nc:CurrentLimitSchedule.CurrentLimit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CurrentLimit"@en ; - rdfs:comment "Current limit which has current limit schedules." ; + rdfs:label "CurrentLimit" ; + rdfs:comment "Current limit which has current limit schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1076,8 +1078,8 @@ nc:CurrentLimitSchedule.CurrentLimit a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:CurrentLimit . nc:CurrentLimitSchedule.CurrentLimitTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CurrentLimitTimePoint"@en ; - rdfs:comment "The time point that relates to this current limit schedule." ; + rdfs:label "CurrentLimitTimePoint" ; + rdfs:comment "The time point that relates to this current limit schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1086,8 +1088,8 @@ nc:CurrentLimitSchedule.CurrentLimitTimePoint a owl:ObjectProperty, owl:InverseF rdfs:range nc:CurrentLimitTimePoint . nc:CurrentLimitTimePoint.CurrentLimitSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CurrentLimitSchedule"@en ; - rdfs:comment "The current limit schedule that has this time point." ; + rdfs:label "CurrentLimitSchedule" ; + rdfs:comment "The current limit schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1096,8 +1098,8 @@ nc:CurrentLimitTimePoint.CurrentLimitSchedule a owl:ObjectProperty, owl:Function rdfs:range nc:CurrentLimitSchedule . nc:EnergyConnection.EnergyConnectionSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyConnectionSchedule"@en ; - rdfs:comment "Energy connection schedule associated with a Vs converter.", "EnergyConnectionSchedule which belongs to an energy connection." ; + rdfs:label "EnergyConnectionSchedule" ; + rdfs:comment "Energy connection schedule associated with a Vs converter."@en, "EnergyConnectionSchedule which belongs to an energy connection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1106,8 +1108,8 @@ nc:EnergyConnection.EnergyConnectionSchedule a owl:ObjectProperty, owl:InverseFu rdfs:range nc:EnergyConnectionRegularSchedule, nc:EnergyConnectionSchedule . nc:EnergyConnectionRegularSchedule.EnergyConnection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyConnection"@en ; - rdfs:comment "EnergyConnection which has EnergyConnectionSchedule." ; + rdfs:label "EnergyConnection" ; + rdfs:comment "EnergyConnection which has EnergyConnectionSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1116,8 +1118,8 @@ nc:EnergyConnectionRegularSchedule.EnergyConnection a owl:ObjectProperty, owl:Fu rdfs:range cim:EnergyConnection . nc:EnergyConnectionSchedule.EnergyConnection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyConnection"@en ; - rdfs:comment "Energy connection which has energy connection schedules." ; + rdfs:label "EnergyConnection" ; + rdfs:comment "Energy connection which has energy connection schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1126,8 +1128,8 @@ nc:EnergyConnectionSchedule.EnergyConnection a owl:ObjectProperty, owl:Functiona rdfs:range cim:EnergyConnection . nc:EnergyConnectionSchedule.EnergyConnectionTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyConnectionTimePoint"@en ; - rdfs:comment "The time point that relates to this energy connection schedule." ; + rdfs:label "EnergyConnectionTimePoint" ; + rdfs:comment "The time point that relates to this energy connection schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1136,8 +1138,8 @@ nc:EnergyConnectionSchedule.EnergyConnectionTimePoint a owl:ObjectProperty, owl: rdfs:range nc:EnergyConnectionTimePoint . nc:EnergyConnectionTimePoint.EnergyConnectionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergyConnectionSchedule"@en ; - rdfs:comment "The energy connection schedule that has this time point." ; + rdfs:label "EnergyConnectionSchedule" ; + rdfs:comment "The energy connection schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1146,8 +1148,8 @@ nc:EnergyConnectionTimePoint.EnergyConnectionSchedule a owl:ObjectProperty, owl: rdfs:range nc:EnergyConnectionSchedule . nc:Equipment.InServiceRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "InServiceRegularSchedule"@en ; - rdfs:comment "InServiceRegularSchedule which belongs to an equipment." ; + rdfs:label "InServiceRegularSchedule" ; + rdfs:comment "InServiceRegularSchedule which belongs to an equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1156,8 +1158,8 @@ nc:Equipment.InServiceRegularSchedule a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:InServiceRegularSchedule . nc:Equipment.InServiceSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "InServiceSchedule"@en ; - rdfs:comment "In service schedule associated with an equipment." ; + rdfs:label "InServiceSchedule" ; + rdfs:comment "In service schedule associated with an equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1166,8 +1168,8 @@ nc:Equipment.InServiceSchedule a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range nc:InServiceSchedule . nc:EquivalentInjection.EquivalentInjectionRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EquivalentInjectionRegularSchedule"@en ; - rdfs:comment "EquivalentInjectionRegularSchedule which belongs to an equivalent injection." ; + rdfs:label "EquivalentInjectionRegularSchedule" ; + rdfs:comment "EquivalentInjectionRegularSchedule which belongs to an equivalent injection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1176,8 +1178,8 @@ nc:EquivalentInjection.EquivalentInjectionRegularSchedule a owl:ObjectProperty, rdfs:range nc:EquivalentInjectionRegularSchedule . nc:EquivalentInjection.EquivalentInjectionSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EquivalentInjectionSchedule"@en ; - rdfs:comment "Equivalent injection schedule associated with an equivalent injection." ; + rdfs:label "EquivalentInjectionSchedule" ; + rdfs:comment "Equivalent injection schedule associated with an equivalent injection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1186,8 +1188,8 @@ nc:EquivalentInjection.EquivalentInjectionSchedule a owl:ObjectProperty, owl:Inv rdfs:range nc:EquivalentInjectionSchedule . nc:EquivalentInjectionRegularSchedule.EquivalentInjection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "EquivalentInjection which has EquivalentInjectionRegularSchedule." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "EquivalentInjection which has EquivalentInjectionRegularSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1196,8 +1198,8 @@ nc:EquivalentInjectionRegularSchedule.EquivalentInjection a owl:ObjectProperty, rdfs:range cim:EquivalentInjection . nc:EquivalentInjectionSchedule.EquivalentInjection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "Equivalent injection which has equivalent injection schedules." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "Equivalent injection which has equivalent injection schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1206,8 +1208,8 @@ nc:EquivalentInjectionSchedule.EquivalentInjection a owl:ObjectProperty, owl:Fun rdfs:range cim:EquivalentInjection . nc:EquivalentInjectionSchedule.EquivalentInjectionTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EquivalentInjectionTimePoint"@en ; - rdfs:comment "The time point that relates to this equivalent injection schedule." ; + rdfs:label "EquivalentInjectionTimePoint" ; + rdfs:comment "The time point that relates to this equivalent injection schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1216,8 +1218,8 @@ nc:EquivalentInjectionSchedule.EquivalentInjectionTimePoint a owl:ObjectProperty rdfs:range nc:EquivalentInjectionTimePoint . nc:EquivalentInjectionTimePoint.EquivalentInjectionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquivalentInjectionSchedule"@en ; - rdfs:comment "The EquivalentInjection schedule that has this time point." ; + rdfs:label "EquivalentInjectionSchedule" ; + rdfs:comment "The EquivalentInjection schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1226,8 +1228,8 @@ nc:EquivalentInjectionTimePoint.EquivalentInjectionSchedule a owl:ObjectProperty rdfs:range nc:EquivalentInjectionSchedule . nc:ExternalNetworkInjection.ExternalNetowrkInjectionSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExternalNetowrkInjectionSchedule"@en ; - rdfs:comment "External Network Injection schedule associated with an External Network Injection." ; + rdfs:label "ExternalNetowrkInjectionSchedule" ; + rdfs:comment "External Network Injection schedule associated with an External Network Injection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1236,8 +1238,8 @@ nc:ExternalNetworkInjection.ExternalNetowrkInjectionSchedule a owl:ObjectPropert rdfs:range nc:ExternalNetworkInjectionSchedule . nc:ExternalNetworkInjection.ExternalNetworkinjectionRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExternalNetworkinjectionRegularSchedule"@en ; - rdfs:comment "ExternalNetworkinjectionRegularSchedule which belongs to a external network injection." ; + rdfs:label "ExternalNetworkinjectionRegularSchedule" ; + rdfs:comment "ExternalNetworkinjectionRegularSchedule which belongs to a external network injection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1246,8 +1248,8 @@ nc:ExternalNetworkInjection.ExternalNetworkinjectionRegularSchedule a owl:Object rdfs:range nc:ExternalNetworkInjectionRegularSchedule . nc:ExternalNetworkInjectionRegularSchedule.ExternalNetworkinjection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ExternalNetworkinjection"@en ; - rdfs:comment "External network injection which has ExternalNetworkinjectionRegularSchedule" ; + rdfs:label "ExternalNetworkinjection" ; + rdfs:comment "External network injection which has ExternalNetworkinjectionRegularSchedule"@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1256,8 +1258,8 @@ nc:ExternalNetworkInjectionRegularSchedule.ExternalNetworkinjection a owl:Object rdfs:range cim:ExternalNetworkInjection . nc:ExternalNetworkInjectionSchedule.ExternalNetworkInjection a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ExternalNetworkInjection"@en ; - rdfs:comment "External Network Injection which has External Network Injection schedules." ; + rdfs:label "ExternalNetworkInjection" ; + rdfs:comment "External Network Injection which has External Network Injection schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1266,8 +1268,8 @@ nc:ExternalNetworkInjectionSchedule.ExternalNetworkInjection a owl:ObjectPropert rdfs:range cim:ExternalNetworkInjection . nc:ExternalNetworkInjectionSchedule.ExternalNetworkinjectionTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExternalNetworkinjectionTimePoint"@en ; - rdfs:comment "The time point that relates to this external network injection schedule." ; + rdfs:label "ExternalNetworkinjectionTimePoint" ; + rdfs:comment "The time point that relates to this external network injection schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1276,8 +1278,8 @@ nc:ExternalNetworkInjectionSchedule.ExternalNetworkinjectionTimePoint a owl:Obje rdfs:range nc:ExternalNetworkInjectionTimePoint . nc:ExternalNetworkInjectionTimePoint.ExternalNetworkInjectionSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ExternalNetworkInjectionSchedule"@en ; - rdfs:comment "The external network injection schedule that has this time point." ; + rdfs:label "ExternalNetworkInjectionSchedule" ; + rdfs:comment "The external network injection schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1286,8 +1288,8 @@ nc:ExternalNetworkInjectionTimePoint.ExternalNetworkInjectionSchedule a owl:Obje rdfs:range nc:ExternalNetworkInjectionSchedule . nc:GeneratingUnit.GeneratingUnitSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GeneratingUnitSchedule"@en ; - rdfs:comment "Generating unit schedule associated with a generating unit." ; + rdfs:label "GeneratingUnitSchedule" ; + rdfs:comment "Generating unit schedule associated with a generating unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1296,8 +1298,8 @@ nc:GeneratingUnit.GeneratingUnitSchedule a owl:ObjectProperty, owl:InverseFuncti rdfs:range nc:GeneratingUnitSchedule . nc:GeneratingUnitSchedule.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "Generating unit which has generating unit schedules." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "Generating unit which has generating unit schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1306,8 +1308,8 @@ nc:GeneratingUnitSchedule.GeneratingUnit a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:GeneratingUnit . nc:GeneratingUnitSchedule.GeneratingUnitTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GeneratingUnitTimePoint"@en ; - rdfs:comment "The time point that relates to this generating unit schedule." ; + rdfs:label "GeneratingUnitTimePoint" ; + rdfs:comment "The time point that relates to this generating unit schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype uml:ofAggregate ; @@ -1316,8 +1318,8 @@ nc:GeneratingUnitSchedule.GeneratingUnitTimePoint a owl:ObjectProperty, owl:Inve rdfs:range nc:GeneratingUnitTimePoint . nc:GeneratingUnitTimePoint.GeneratingUnitSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GeneratingUnitSchedule"@en ; - rdfs:comment "The generating unit schedule that has this time point." ; + rdfs:label "GeneratingUnitSchedule" ; + rdfs:comment "The generating unit schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf nc:GeneratingUnitSchedule.GeneratingUnitTimePoint ; @@ -1325,8 +1327,8 @@ nc:GeneratingUnitTimePoint.GeneratingUnitSchedule a owl:ObjectProperty, owl:Func rdfs:range nc:GeneratingUnitSchedule . nc:HourPattern.BaseRegularIntervalSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BaseRegularIntervalSchedule"@en ; - rdfs:comment "Base regulat interval schedule which belongs to an hour pattern." ; + rdfs:label "BaseRegularIntervalSchedule" ; + rdfs:comment "Base regulat interval schedule which belongs to an hour pattern."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1335,8 +1337,8 @@ nc:HourPattern.BaseRegularIntervalSchedule a owl:ObjectProperty, owl:InverseFunc rdfs:range nc:BaseRegularIntervalSchedule . nc:HourPattern.HourPeriod a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "HourPeriod"@en ; - rdfs:comment "Hour period which belongs to an hour pattern." ; + rdfs:label "HourPeriod" ; + rdfs:comment "Hour period which belongs to an hour pattern."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC" ; @@ -1345,24 +1347,24 @@ nc:HourPattern.HourPeriod a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:HourPeriod . nc:HourPattern.energyDemandKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "energyDemandKind"@en ; - rdfs:comment "Type of energy demand that the pattern is valid for." ; + rdfs:label "energyDemandKind" ; + rdfs:comment "Type of energy demand that the pattern is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:HourPattern ; rdfs:range nc:EnergyDemandKind . nc:HourPattern.peakKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "peakKind"@en ; - rdfs:comment "Type of peak or intensity that the pattern is valid for." ; + rdfs:label "peakKind" ; + rdfs:comment "Type of peak or intensity that the pattern is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:HourPattern ; rdfs:range nc:PeakKind . nc:HourPeriod.HourPattern a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "HourPattern"@en ; - rdfs:comment "HourPattern which has some hour periods." ; + rdfs:label "HourPattern" ; + rdfs:comment "HourPattern which has some hour periods."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1371,8 +1373,8 @@ nc:HourPeriod.HourPattern a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:HourPattern . nc:InServiceRegularSchedule.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Equipment"@en ; - rdfs:comment "Equipment which has InServiceRegularSchedule." ; + rdfs:label "Equipment" ; + rdfs:comment "Equipment which has InServiceRegularSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1381,8 +1383,8 @@ nc:InServiceRegularSchedule.Equipment a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:Equipment . nc:InServiceSchedule.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Equipment"@en ; - rdfs:comment "Equipment which has equipment schedules." ; + rdfs:label "Equipment" ; + rdfs:comment "Equipment which has equipment schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1391,8 +1393,8 @@ nc:InServiceSchedule.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Equipment . nc:InServiceSchedule.InServiceTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "InServiceTimePoint"@en ; - rdfs:comment "The time point that relates to this in service schedule." ; + rdfs:label "InServiceTimePoint" ; + rdfs:comment "The time point that relates to this in service schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1401,8 +1403,8 @@ nc:InServiceSchedule.InServiceTimePoint a owl:ObjectProperty, owl:InverseFunctio rdfs:range nc:InServiceTimePoint . nc:InServiceTimePoint.InServiceSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "InServiceSchedule"@en ; - rdfs:comment "The in service schedule that has this time point." ; + rdfs:label "InServiceSchedule" ; + rdfs:comment "The in service schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1411,8 +1413,8 @@ nc:InServiceTimePoint.InServiceSchedule a owl:ObjectProperty, owl:FunctionalProp rdfs:range nc:InServiceSchedule . nc:RegulatingControl.RegulatingControlRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RegulatingControlRegularSchedule"@en ; - rdfs:comment "RegulatingControlRegularSchedule which belongs to a regulating control." ; + rdfs:label "RegulatingControlRegularSchedule" ; + rdfs:comment "RegulatingControlRegularSchedule which belongs to a regulating control."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1421,8 +1423,8 @@ nc:RegulatingControl.RegulatingControlRegularSchedule a owl:ObjectProperty, owl: rdfs:range nc:RegulatingControlRegularSchedule . nc:RegulatingControl.RegulatingControlSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RegulatingControlSchedule"@en ; - rdfs:comment "Regulating control schedule associated with a regulating control." ; + rdfs:label "RegulatingControlSchedule" ; + rdfs:comment "Regulating control schedule associated with a regulating control."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1431,8 +1433,8 @@ nc:RegulatingControl.RegulatingControlSchedule a owl:ObjectProperty, owl:Inverse rdfs:range nc:RegulatingControlSchedule . nc:RegulatingControlRegularSchedule.RegulatingControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RegulatingControl"@en ; - rdfs:comment "Regulating control which has RegulatingControlRegularSchedule." ; + rdfs:label "RegulatingControl" ; + rdfs:comment "Regulating control which has RegulatingControlRegularSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1441,16 +1443,16 @@ nc:RegulatingControlRegularSchedule.RegulatingControl a owl:ObjectProperty, owl: rdfs:range cim:RegulatingControl . nc:RegulatingControlRegularSchedule.targetValueUnitMultiplier a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "targetValueUnitMultiplier"@en ; - rdfs:comment "Specify the multiplier for used for the targetValue." ; + rdfs:label "targetValueUnitMultiplier" ; + rdfs:comment "Specify the multiplier for used for the targetValue."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RegulatingControlRegularSchedule ; rdfs:range cim:UnitMultiplier . nc:RegulatingControlSchedule.RegulatingControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RegulatingControl"@en ; - rdfs:comment "Regulating control which has regulating control schedules." ; + rdfs:label "RegulatingControl" ; + rdfs:comment "Regulating control which has regulating control schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1459,8 +1461,8 @@ nc:RegulatingControlSchedule.RegulatingControl a owl:ObjectProperty, owl:Functio rdfs:range cim:RegulatingControl . nc:RegulatingControlSchedule.RegulatingControlTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RegulatingControlTimePoint"@en ; - rdfs:comment "The time point that relates to this regulating control schedule." ; + rdfs:label "RegulatingControlTimePoint" ; + rdfs:comment "The time point that relates to this regulating control schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1469,8 +1471,8 @@ nc:RegulatingControlSchedule.RegulatingControlTimePoint a owl:ObjectProperty, ow rdfs:range nc:RegulatingControlTimePoint . nc:RegulatingControlTimePoint.RegulatingControlSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RegulatingControlSchedule"@en ; - rdfs:comment "The regulating control schedule that has this time point." ; + rdfs:label "RegulatingControlSchedule" ; + rdfs:comment "The regulating control schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1479,8 +1481,8 @@ nc:RegulatingControlTimePoint.RegulatingControlSchedule a owl:ObjectProperty, ow rdfs:range nc:RegulatingControlSchedule . nc:RegulatingControlTimePoint.TapChangerControlSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TapChangerControlSchedule"@en ; - rdfs:comment "The tap changer control schedule that has this time point." ; + rdfs:label "TapChangerControlSchedule" ; + rdfs:comment "The tap changer control schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1489,16 +1491,16 @@ nc:RegulatingControlTimePoint.TapChangerControlSchedule a owl:ObjectProperty, ow rdfs:range nc:TapChangerControlSchedule . nc:RegulatingControlTimePoint.targetValueUnitMultiplier a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "targetValueUnitMultiplier"@en ; - rdfs:comment "Specify the multiplier for used for the targetValue." ; + rdfs:label "targetValueUnitMultiplier" ; + rdfs:comment "Specify the multiplier for used for the targetValue."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RegulatingControlTimePoint ; rdfs:range cim:UnitMultiplier . nc:Season.BaseRegularIntervalSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BaseRegularIntervalSchedule"@en ; - rdfs:comment "Base regular interval schedule which has seasons." ; + rdfs:label "BaseRegularIntervalSchedule" ; + rdfs:comment "Base regular interval schedule which has seasons."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1507,8 +1509,8 @@ nc:Season.BaseRegularIntervalSchedule a owl:ObjectProperty, owl:InverseFunctiona rdfs:range nc:BaseRegularIntervalSchedule . nc:ShuntCompensator.ShuntCompensatorSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ShuntCompensatorSchedule"@en ; - rdfs:comment "Shunt compensator schedule associated with a shunt compensator." ; + rdfs:label "ShuntCompensatorSchedule" ; + rdfs:comment "Shunt compensator schedule associated with a shunt compensator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1517,8 +1519,8 @@ nc:ShuntCompensator.ShuntCompensatorSchedule a owl:ObjectProperty, owl:InverseFu rdfs:range nc:ShuntCompensatorSchedule . nc:ShuntCompensatorSchedule.ShuntCompensator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ShuntCompensator"@en ; - rdfs:comment "Shunt compensator which has shunt compensator schedules." ; + rdfs:label "ShuntCompensator" ; + rdfs:comment "Shunt compensator which has shunt compensator schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1527,8 +1529,8 @@ nc:ShuntCompensatorSchedule.ShuntCompensator a owl:ObjectProperty, owl:Functiona rdfs:range cim:ShuntCompensator . nc:ShuntCompensatorSchedule.ShuntCompensatorTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ShuntCompensatorTimePoint"@en ; - rdfs:comment "The time point that relates to this shunt compensator schedule." ; + rdfs:label "ShuntCompensatorTimePoint" ; + rdfs:comment "The time point that relates to this shunt compensator schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1537,8 +1539,8 @@ nc:ShuntCompensatorSchedule.ShuntCompensatorTimePoint a owl:ObjectProperty, owl: rdfs:range nc:ShuntCompensatorTimePoint . nc:ShuntCompensatorTimePoint.ShuntCompensatorSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ShuntCompensatorSchedule"@en ; - rdfs:comment "The shunt compensator schedule that has this time point." ; + rdfs:label "ShuntCompensatorSchedule" ; + rdfs:comment "The shunt compensator schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1547,8 +1549,8 @@ nc:ShuntCompensatorTimePoint.ShuntCompensatorSchedule a owl:ObjectProperty, owl: rdfs:range nc:ShuntCompensatorSchedule . nc:StaticVarCompensator.StaticVarCompensatorSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StaticVarCompensatorSchedule"@en ; - rdfs:comment "Static var compensator schedule associated with a static var compensator." ; + rdfs:label "StaticVarCompensatorSchedule" ; + rdfs:comment "Static var compensator schedule associated with a static var compensator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1557,8 +1559,8 @@ nc:StaticVarCompensator.StaticVarCompensatorSchedule a owl:ObjectProperty, owl:I rdfs:range nc:StaticVarCompensatorSchedule . nc:StaticVarCompensatorSchedule.StaticVarCompensator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "StaticVarCompensator"@en ; - rdfs:comment "Static var compensator which has static var compensator schedules." ; + rdfs:label "StaticVarCompensator" ; + rdfs:comment "Static var compensator which has static var compensator schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1567,8 +1569,8 @@ nc:StaticVarCompensatorSchedule.StaticVarCompensator a owl:ObjectProperty, owl:F rdfs:range cim:StaticVarCompensator . nc:StaticVarCompensatorSchedule.StaticVarCompensatorTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StaticVarCompensatorTimePoint"@en ; - rdfs:comment "The time point that relates to this static var compensator schedule." ; + rdfs:label "StaticVarCompensatorTimePoint" ; + rdfs:comment "The time point that relates to this static var compensator schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1577,8 +1579,8 @@ nc:StaticVarCompensatorSchedule.StaticVarCompensatorTimePoint a owl:ObjectProper rdfs:range nc:StaticVarCompensatorTimePoint . nc:StaticVarCompensatorTimePoint.StaticVarCompensatorSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "StaticVarCompensatorSchedule"@en ; - rdfs:comment "The StaticVarCompensator schedule that has this time point." ; + rdfs:label "StaticVarCompensatorSchedule" ; + rdfs:comment "The StaticVarCompensator schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1587,8 +1589,8 @@ nc:StaticVarCompensatorTimePoint.StaticVarCompensatorSchedule a owl:ObjectProper rdfs:range nc:StaticVarCompensatorSchedule . nc:Switch.SwitchRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SwitchRegularSchedule"@en ; - rdfs:comment "SwitchRegularSchedule which belongs to a switch." ; + rdfs:label "SwitchRegularSchedule" ; + rdfs:comment "SwitchRegularSchedule which belongs to a switch."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1597,8 +1599,8 @@ nc:Switch.SwitchRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range nc:SwitchRegularSchedule . nc:Switch.SwitchSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SwitchSchedule"@en ; - rdfs:comment "Switch schedule associated with a switch." ; + rdfs:label "SwitchSchedule" ; + rdfs:comment "Switch schedule associated with a switch."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1607,8 +1609,8 @@ nc:Switch.SwitchSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:SwitchSchedule . nc:SwitchRegularSchedule.Switch a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Switch"@en ; - rdfs:comment "Switch which has SwitchRegularSchedule." ; + rdfs:label "Switch" ; + rdfs:comment "Switch which has SwitchRegularSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1617,8 +1619,8 @@ nc:SwitchRegularSchedule.Switch a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Switch . nc:SwitchSchedule.Switch a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Switch"@en ; - rdfs:comment "Switch which has switch schedules." ; + rdfs:label "Switch" ; + rdfs:comment "Switch which has switch schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1627,8 +1629,8 @@ nc:SwitchSchedule.Switch a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Switch . nc:SwitchSchedule.SwitchTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SwitchTimePoint"@en ; - rdfs:comment "The time point that relates to this switch schedule." ; + rdfs:label "SwitchTimePoint" ; + rdfs:comment "The time point that relates to this switch schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype uml:ofAggregate ; @@ -1637,8 +1639,8 @@ nc:SwitchSchedule.SwitchTimePoint a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range nc:SwitchTimePoint . nc:SwitchTimePoint.SwitchSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SwitchSchedule"@en ; - rdfs:comment "The switch schedule that has this time point." ; + rdfs:label "SwitchSchedule" ; + rdfs:comment "The switch schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf nc:SwitchSchedule.SwitchTimePoint ; @@ -1646,8 +1648,8 @@ nc:SwitchTimePoint.SwitchSchedule a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range nc:SwitchSchedule . nc:SynchronousMachine.SynchronousMachineRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SynchronousMachineRegularSchedule"@en ; - rdfs:comment "SynchronousMachineRegularSchedule which belongs to a synchronous machine." ; + rdfs:label "SynchronousMachineRegularSchedule" ; + rdfs:comment "SynchronousMachineRegularSchedule which belongs to a synchronous machine."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1656,8 +1658,8 @@ nc:SynchronousMachine.SynchronousMachineRegularSchedule a owl:ObjectProperty, ow rdfs:range nc:SynchronousMachineRegularSchedule . nc:SynchronousMachine.SynchronousMachineSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SynchronousMachineSchedule"@en ; - rdfs:comment "Synchronous machine schedule associated with a synchronous machine." ; + rdfs:label "SynchronousMachineSchedule" ; + rdfs:comment "Synchronous machine schedule associated with a synchronous machine."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1666,8 +1668,8 @@ nc:SynchronousMachine.SynchronousMachineSchedule a owl:ObjectProperty, owl:Inver rdfs:range nc:SynchronousMachineSchedule . nc:SynchronousMachineRegularSchedule.SynchronousMachine a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SynchronousMachine"@en ; - rdfs:comment "SynchronousMachine which has SynchronousMachineRegularSchedule." ; + rdfs:label "SynchronousMachine" ; + rdfs:comment "SynchronousMachine which has SynchronousMachineRegularSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1676,16 +1678,16 @@ nc:SynchronousMachineRegularSchedule.SynchronousMachine a owl:ObjectProperty, ow rdfs:range cim:SynchronousMachine . nc:SynchronousMachineRegularSchedule.operatingMode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "operatingMode"@en ; - rdfs:comment "Current mode of operation." ; + rdfs:label "operatingMode" ; + rdfs:comment "Current mode of operation."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SynchronousMachineRegularSchedule ; rdfs:range cim:SynchronousMachineOperatingMode . nc:SynchronousMachineSchedule.SynchronousMachine a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SynchronousMachine"@en ; - rdfs:comment "Synchronous machine which has synchronous machine schedules." ; + rdfs:label "SynchronousMachine" ; + rdfs:comment "Synchronous machine which has synchronous machine schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1694,8 +1696,8 @@ nc:SynchronousMachineSchedule.SynchronousMachine a owl:ObjectProperty, owl:Funct rdfs:range cim:SynchronousMachine . nc:SynchronousMachineSchedule.SynchronousMachineTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SynchronousMachineTimePoint"@en ; - rdfs:comment "The time point that relates to this synchronous machine schedule." ; + rdfs:label "SynchronousMachineTimePoint" ; + rdfs:comment "The time point that relates to this synchronous machine schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1704,8 +1706,8 @@ nc:SynchronousMachineSchedule.SynchronousMachineTimePoint a owl:ObjectProperty, rdfs:range nc:SynchronousMachineTimePoint . nc:SynchronousMachineTimePoint.SynchronousMachineSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SynchronousMachineSchedule"@en ; - rdfs:comment "The synchronous machine schedule that has this time point." ; + rdfs:label "SynchronousMachineSchedule" ; + rdfs:comment "The synchronous machine schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1714,16 +1716,16 @@ nc:SynchronousMachineTimePoint.SynchronousMachineSchedule a owl:ObjectProperty, rdfs:range nc:SynchronousMachineSchedule . nc:SynchronousMachineTimePoint.operatingMode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "operatingMode"@en ; - rdfs:comment "Current mode of operation." ; + rdfs:label "operatingMode" ; + rdfs:comment "Current mode of operation."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SynchronousMachineTimePoint ; rdfs:range cim:SynchronousMachineOperatingMode . nc:TapChanger.TapRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TapRegularSchedule"@en ; - rdfs:comment "TapRegularSchedule which belongs to a tap change." ; + rdfs:label "TapRegularSchedule" ; + rdfs:comment "TapRegularSchedule which belongs to a tap change."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1732,8 +1734,8 @@ nc:TapChanger.TapRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range nc:TapRegularSchedule . nc:TapChanger.TapSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TapSchedule"@en ; - rdfs:comment "Tap schedule associated with a tap changer." ; + rdfs:label "TapSchedule" ; + rdfs:comment "Tap schedule associated with a tap changer."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1742,8 +1744,8 @@ nc:TapChanger.TapSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range nc:TapSchedule . nc:TapChangerControl.TapChangerControlRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TapChangerControlRegularSchedule"@en ; - rdfs:comment "TapChangerControlRegularSchedule which belongs to a tap changer control." ; + rdfs:label "TapChangerControlRegularSchedule" ; + rdfs:comment "TapChangerControlRegularSchedule which belongs to a tap changer control."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1761,8 +1763,8 @@ nc:TapChangerControl.TapChangerControlSchedule a owl:ObjectProperty, owl:Inverse rdfs:range nc:TapChangerControlSchedule . nc:TapChangerControlRegularSchedule.TapChangerControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TapChangerControl"@en ; - rdfs:comment "Tap changer control which has TapChangerControlRegularSchedule." ; + rdfs:label "TapChangerControl" ; + rdfs:comment "Tap changer control which has TapChangerControlRegularSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1771,8 +1773,8 @@ nc:TapChangerControlRegularSchedule.TapChangerControl a owl:ObjectProperty, owl: rdfs:range cim:TapChangerControl . nc:TapChangerControlSchedule.RegulatingControlTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RegulatingControlTimePoint"@en ; - rdfs:comment "The time point that relates to this stap changer control schedule." ; + rdfs:label "RegulatingControlTimePoint" ; + rdfs:comment "The time point that relates to this stap changer control schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1790,8 +1792,8 @@ nc:TapChangerControlSchedule.TapChangerControl a owl:ObjectProperty, owl:Functio rdfs:range cim:TapChangerControl . nc:TapRegularSchedule.TapChanger a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TapChanger"@en ; - rdfs:comment "Tap changer which has TapRegularSchedule." ; + rdfs:label "TapChanger" ; + rdfs:comment "Tap changer which has TapRegularSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1800,8 +1802,8 @@ nc:TapRegularSchedule.TapChanger a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:TapChanger . nc:TapSchedule.TapChanger a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TapChanger"@en ; - rdfs:comment "Tap changer which has tap schedules." ; + rdfs:label "TapChanger" ; + rdfs:comment "Tap changer which has tap schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1810,8 +1812,8 @@ nc:TapSchedule.TapChanger a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:TapChanger . nc:TapSchedule.TapScheduleTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TapScheduleTimePoint"@en ; - rdfs:comment "The time point that relates to this tap schedule." ; + rdfs:label "TapScheduleTimePoint" ; + rdfs:comment "The time point that relates to this tap schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1820,8 +1822,8 @@ nc:TapSchedule.TapScheduleTimePoint a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range nc:TapScheduleTimePoint . nc:TapScheduleTimePoint.TapSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TapSchedule"@en ; - rdfs:comment "The tap schedule that has this time point." ; + rdfs:label "TapSchedule" ; + rdfs:comment "The tap schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1830,8 +1832,8 @@ nc:TapScheduleTimePoint.TapSchedule a owl:ObjectProperty, owl:FunctionalProperty rdfs:range nc:TapSchedule . nc:VoltageLimit.VoltageLimitSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageLimitSchedule"@en ; - rdfs:comment "Voltage limit schedule associated with a voltage limit." ; + rdfs:label "VoltageLimitSchedule" ; + rdfs:comment "Voltage limit schedule associated with a voltage limit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1840,8 +1842,8 @@ nc:VoltageLimit.VoltageLimitSchedule a owl:ObjectProperty, owl:InverseFunctional rdfs:range nc:VoltageLimitSchedule . nc:VoltageLimitSchedule.VoltageLimit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VoltageLimit"@en ; - rdfs:comment "Voltage limit which has voltage limit schedules." ; + rdfs:label "VoltageLimit" ; + rdfs:comment "Voltage limit which has voltage limit schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1850,8 +1852,8 @@ nc:VoltageLimitSchedule.VoltageLimit a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:VoltageLimit . nc:VoltageLimitSchedule.VoltageLimitTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageLimitTimePoint"@en ; - rdfs:comment "The time point that relates to this voltage limit schedule." ; + rdfs:label "VoltageLimitTimePoint" ; + rdfs:comment "The time point that relates to this voltage limit schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1860,8 +1862,8 @@ nc:VoltageLimitSchedule.VoltageLimitTimePoint a owl:ObjectProperty, owl:InverseF rdfs:range nc:VoltageLimitTimePoint . nc:VoltageLimitTimePoint.VoltageLimitSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VoltageLimitSchedule"@en ; - rdfs:comment "The voltage limit schedule that has this time point." ; + rdfs:label "VoltageLimitSchedule" ; + rdfs:comment "The voltage limit schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1870,8 +1872,8 @@ nc:VoltageLimitTimePoint.VoltageLimitSchedule a owl:ObjectProperty, owl:Function rdfs:range nc:VoltageLimitSchedule . nc:VsConverter.VsConverterRegularSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VsConverterRegularSchedule"@en ; - rdfs:comment "VsConverterRegularSchedule which belongs to a VSConverter." ; + rdfs:label "VsConverterRegularSchedule" ; + rdfs:comment "VsConverterRegularSchedule which belongs to a VSConverter."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1880,8 +1882,8 @@ nc:VsConverter.VsConverterRegularSchedule a owl:ObjectProperty, owl:InverseFunct rdfs:range nc:VsConverterRegularSchedule . nc:VsConverter.VsConverterSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VsConverterSchedule"@en ; - rdfs:comment "Vs converter schedule associated with a Vs converter." ; + rdfs:label "VsConverterSchedule" ; + rdfs:comment "Vs converter schedule associated with a Vs converter."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "NC" ; @@ -1890,8 +1892,8 @@ nc:VsConverter.VsConverterSchedule a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range nc:VsConverterSchedule . nc:VsConverterRegularSchedule.VsConverter a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VsConverter"@en ; - rdfs:comment "VsConverter which has VsConverterRegularSchedule." ; + rdfs:label "VsConverter" ; + rdfs:comment "VsConverter which has VsConverterRegularSchedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1900,24 +1902,24 @@ nc:VsConverterRegularSchedule.VsConverter a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:VsConverter . nc:VsConverterRegularSchedule.pPccControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "pPccControl"@en ; - rdfs:comment "Kind of control of real power and/or DC voltage." ; + rdfs:label "pPccControl" ; + rdfs:comment "Kind of control of real power and/or DC voltage."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:VsConverterRegularSchedule ; rdfs:range cim:VsPpccControlKind . nc:VsConverterRegularSchedule.qPccControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "qPccControl"@en ; - rdfs:comment "Kind of reactive power control." ; + rdfs:label "qPccControl" ; + rdfs:comment "Kind of reactive power control."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:VsConverterRegularSchedule ; rdfs:range cim:VsQpccControlKind . nc:VsConverterSchedule.VsConverter a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VsConverter"@en ; - rdfs:comment "Vs converter which has Vs converter schedules." ; + rdfs:label "VsConverter" ; + rdfs:comment "Vs converter which has Vs converter schedules."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC" ; @@ -1926,8 +1928,8 @@ nc:VsConverterSchedule.VsConverter a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:VsConverter . nc:VsConverterSchedule.VsConverterTimePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VsConverterTimePoint"@en ; - rdfs:comment "The time point that relates to this VS converter schedule." ; + rdfs:label "VsConverterTimePoint" ; + rdfs:comment "The time point that relates to this VS converter schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; cims:stereotype "NC", uml:ofAggregate ; @@ -1936,8 +1938,8 @@ nc:VsConverterSchedule.VsConverterTimePoint a owl:ObjectProperty, owl:InverseFun rdfs:range nc:VsConverterTimePoint . nc:VsConverterTimePoint.VsConverterSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VsConverterSchedule"@en ; - rdfs:comment "The VS converter schedule that has this time point." ; + rdfs:label "VsConverterSchedule" ; + rdfs:comment "The VS converter schedule that has this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC" ; @@ -1946,66 +1948,66 @@ nc:VsConverterTimePoint.VsConverterSchedule a owl:ObjectProperty, owl:Functional rdfs:range nc:VsConverterSchedule . nc:VsConverterTimePoint.pPccControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "pPccControl"@en ; - rdfs:comment "Kind of control of real power and/or DC voltage." ; + rdfs:label "pPccControl" ; + rdfs:comment "Kind of control of real power and/or DC voltage."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:VsConverterTimePoint ; rdfs:range cim:VsPpccControlKind . nc:VsConverterTimePoint.qPccControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "qPccControl"@en ; - rdfs:comment "Kind of reactive power control." ; + rdfs:label "qPccControl" ; + rdfs:comment "Kind of reactive power control."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:VsConverterTimePoint ; rdfs:range cim:VsQpccControlKind . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:Season.endDate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "endDate"@en ; - rdfs:comment "Date season ends." ; + rdfs:label "endDate" ; + rdfs:comment "Date season ends."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Season ; rdfs:range xsd:gMonthDay . cim:Season.startDate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startDate"@en ; - rdfs:comment "Date season starts." ; + rdfs:label "startDate" ; + rdfs:comment "Date season starts."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Season ; rdfs:range xsd:gMonthDay . nc:ACDCConverterRegularSchedule.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution in the case a simplified power flow model is used.""" ; +Starting value for a steady state solution in the case a simplified power flow model is used."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2016,9 +2018,9 @@ Starting value for a steady state solution in the case a simplified power flow m rdfs:range xsd:float . nc:ACDCConverterRegularSchedule.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution in the case a simplified power flow model is used.""" ; +Starting value for a steady state solution in the case a simplified power flow model is used."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -2029,8 +2031,8 @@ Starting value for a steady state solution in the case a simplified power flow m rdfs:range xsd:float . nc:ACDCConverterRegularSchedule.targetPpcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPpcc"@en ; - rdfs:comment "Real power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "targetPpcc" ; + rdfs:comment "Real power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2041,8 +2043,8 @@ nc:ACDCConverterRegularSchedule.targetPpcc a owl:DatatypeProperty, owl:Functiona rdfs:range xsd:float . nc:ACDCConverterRegularSchedule.targetUdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetUdc"@en ; - rdfs:comment "Target value for DC voltage magnitude. The attribute shall be a positive value." ; + rdfs:label "targetUdc" ; + rdfs:comment "Target value for DC voltage magnitude. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -2053,17 +2055,17 @@ nc:ACDCConverterRegularSchedule.targetUdc a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . nc:ACDCTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ACDCTimePoint ; rdfs:range xsd:dateTime . nc:ACDCTimePoint.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution in the case a simplified power flow model is used.""" ; +Starting value for a steady state solution in the case a simplified power flow model is used."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2074,9 +2076,9 @@ Starting value for a steady state solution in the case a simplified power flow m rdfs:range xsd:float . nc:ACDCTimePoint.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution in the case a simplified power flow model is used.""" ; +Starting value for a steady state solution in the case a simplified power flow model is used."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -2087,8 +2089,8 @@ Starting value for a steady state solution in the case a simplified power flow m rdfs:range xsd:float . nc:ACDCTimePoint.targetPpcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPpcc"@en ; - rdfs:comment "Real power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "targetPpcc" ; + rdfs:comment "Real power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2099,8 +2101,8 @@ nc:ACDCTimePoint.targetPpcc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:ACDCTimePoint.targetUdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetUdc"@en ; - rdfs:comment "Target value for DC voltage magnitude. The attribute shall be a positive value." ; + rdfs:label "targetUdc" ; + rdfs:comment "Target value for DC voltage magnitude. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -2111,16 +2113,16 @@ nc:ACDCTimePoint.targetUdc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:ActivePowerLimitTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ActivePowerLimitTimePoint ; rdfs:range xsd:dateTime . nc:ActivePowerLimitTimePoint.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "Value of active power limit. The attribute shall be a positive value or zero." ; + rdfs:label "value" ; + rdfs:comment "Value of active power limit. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2131,16 +2133,16 @@ nc:ActivePowerLimitTimePoint.value a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . nc:ApparentPowerLimitTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ApparentPowerLimitTimePoint ; rdfs:range xsd:dateTime . nc:ApparentPowerLimitTimePoint.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The apparent power limit. The attribute shall be a positive value or zero." ; + rdfs:label "value" ; + rdfs:comment "The apparent power limit. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VA ; cims:multiplicity cims:M:1..1 ; @@ -2151,56 +2153,56 @@ nc:ApparentPowerLimitTimePoint.value a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . nc:AsynchronousMachineTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AsynchronousMachineTimePoint ; rdfs:range xsd:dateTime . nc:BaseRegularIntervalSchedule.intervalEndTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "intervalEndTime"@en ; - rdfs:comment "Interval end time for which the schedule is valid for." ; + rdfs:label "intervalEndTime" ; + rdfs:comment "Interval end time for which the schedule is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseRegularIntervalSchedule ; rdfs:range xsd:dateTime . nc:BaseRegularIntervalSchedule.intervalStartTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "intervalStartTime"@en ; - rdfs:comment "Interval start time for which the schedule is valid for." ; + rdfs:label "intervalStartTime" ; + rdfs:comment "Interval start time for which the schedule is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseRegularIntervalSchedule ; rdfs:range xsd:dateTime . nc:BaseTimeSeries.generatedAtTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "generatedAtTime"@en ; - rdfs:comment "The time this time series (entity) come to existents and available for use." ; + rdfs:label "generatedAtTime" ; + rdfs:comment "The time this time series (entity) come to existents and available for use."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range xsd:dateTime . nc:BaseTimeSeries.percentile a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "percentile"@en ; - rdfs:comment "The percentile is a number where a certain percentage of scores/ranking/values of a sample fall below that number. This is a way for expressing uncertainty in the number provided." ; + rdfs:label "percentile" ; + rdfs:comment "The percentile is a number where a certain percentage of scores/ranking/values of a sample fall below that number. This is a way for expressing uncertainty in the number provided."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BaseTimeSeries ; rdfs:range xsd:integer . nc:BatteryUnitTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:BatteryUnitTimePoint ; rdfs:range xsd:dateTime . nc:BatteryUnitTimePoint.storedE a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "storedE"@en ; - rdfs:comment "Amount of energy currently stored. The attribute shall be a positive value or zero and lower than BatteryUnit.ratedE." ; + rdfs:label "storedE" ; + rdfs:comment "Amount of energy currently stored. The attribute shall be a positive value or zero and lower than BatteryUnit.ratedE."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.Wh ; cims:multiplicity cims:M:1..1 ; @@ -2211,8 +2213,8 @@ nc:BatteryUnitTimePoint.storedE a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:ControlAreaRegularSchedule.netInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "netInterchange"@en ; - rdfs:comment "The specified positive net interchange into the control area, i.e. positive sign means flow into the area." ; + rdfs:label "netInterchange" ; + rdfs:comment "The specified positive net interchange into the control area, i.e. positive sign means flow into the area."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2223,8 +2225,8 @@ nc:ControlAreaRegularSchedule.netInterchange a owl:DatatypeProperty, owl:Functio rdfs:range xsd:float . nc:ControlAreaRegularSchedule.pTolerance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pTolerance"@en ; - rdfs:comment "Active power net interchange tolerance. The attribute shall be a positive value or zero." ; + rdfs:label "pTolerance" ; + rdfs:comment "Active power net interchange tolerance. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2235,16 +2237,16 @@ nc:ControlAreaRegularSchedule.pTolerance a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . nc:ControlAreaTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ControlAreaTimePoint ; rdfs:range xsd:dateTime . nc:ControlAreaTimePoint.netInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "netInterchange"@en ; - rdfs:comment "The specified positive net interchange into the control area, i.e. positive sign means flow into the area." ; + rdfs:label "netInterchange" ; + rdfs:comment "The specified positive net interchange into the control area, i.e. positive sign means flow into the area."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2255,8 +2257,8 @@ nc:ControlAreaTimePoint.netInterchange a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . nc:ControlAreaTimePoint.pTolerance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pTolerance"@en ; - rdfs:comment "Active power net interchange tolerance. The attribute shall be a positive value or zero." ; + rdfs:label "pTolerance" ; + rdfs:comment "Active power net interchange tolerance. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2267,8 +2269,8 @@ nc:ControlAreaTimePoint.pTolerance a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . nc:CsConverterRegularSchedule.targetAlpha a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetAlpha"@en ; - rdfs:comment "Target firing angle. It is converter’s control variable used in power flow. It is only applicable for rectifier if continuous tap changer control is used. Allowed values are within the range minAlpha<=targetAlpha<=maxAlpha. The attribute shall be a positive value." ; + rdfs:label "targetAlpha" ; + rdfs:comment "Target firing angle. It is converter’s control variable used in power flow. It is only applicable for rectifier if continuous tap changer control is used. Allowed values are within the range minAlpha<=targetAlpha<=maxAlpha. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -2279,8 +2281,8 @@ nc:CsConverterRegularSchedule.targetAlpha a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . nc:CsConverterRegularSchedule.targetGamma a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetGamma"@en ; - rdfs:comment "Target extinction angle. It is converter’s control variable used in power flow. It is only applicable for inverter if continuous tap changer control is used. Allowed values are within the range minGamma<=targetGamma<=maxGamma. The attribute shall be a positive value." ; + rdfs:label "targetGamma" ; + rdfs:comment "Target extinction angle. It is converter’s control variable used in power flow. It is only applicable for inverter if continuous tap changer control is used. Allowed values are within the range minGamma<=targetGamma<=maxGamma. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -2291,8 +2293,8 @@ nc:CsConverterRegularSchedule.targetGamma a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . nc:CsConverterRegularSchedule.targetIdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetIdc"@en ; - rdfs:comment "DC current target value. It is converter’s control variable used in power flow. The attribute shall be a positive value." ; + rdfs:label "targetIdc" ; + rdfs:comment "DC current target value. It is converter’s control variable used in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -2303,8 +2305,8 @@ nc:CsConverterRegularSchedule.targetIdc a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . nc:CsConverterTimePoint.targetAlpha a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetAlpha"@en ; - rdfs:comment "Target firing angle. It is converter’s control variable used in power flow. It is only applicable for rectifier if continuous tap changer control is used. Allowed values are within the range minAlpha<=targetAlpha<=maxAlpha. The attribute shall be a positive value." ; + rdfs:label "targetAlpha" ; + rdfs:comment "Target firing angle. It is converter’s control variable used in power flow. It is only applicable for rectifier if continuous tap changer control is used. Allowed values are within the range minAlpha<=targetAlpha<=maxAlpha. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -2315,8 +2317,8 @@ nc:CsConverterTimePoint.targetAlpha a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . nc:CsConverterTimePoint.targetGamma a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetGamma"@en ; - rdfs:comment "Target extinction angle. It is converter’s control variable used in power flow. It is only applicable for inverter if continuous tap changer control is used. Allowed values are within the range minGamma<=targetGamma<=maxGamma. The attribute shall be a positive value." ; + rdfs:label "targetGamma" ; + rdfs:comment "Target extinction angle. It is converter’s control variable used in power flow. It is only applicable for inverter if continuous tap changer control is used. Allowed values are within the range minGamma<=targetGamma<=maxGamma. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -2327,8 +2329,8 @@ nc:CsConverterTimePoint.targetGamma a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . nc:CsConverterTimePoint.targetIdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetIdc"@en ; - rdfs:comment "DC current target value. It is converter’s control variable used in power flow. The attribute shall be a positive value." ; + rdfs:label "targetIdc" ; + rdfs:comment "DC current target value. It is converter’s control variable used in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -2339,16 +2341,16 @@ nc:CsConverterTimePoint.targetIdc a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:CurrentLimitTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CurrentLimitTimePoint ; rdfs:range xsd:dateTime . nc:CurrentLimitTimePoint.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "Limit on current flow. The attribute shall be a positive value or zero." ; + rdfs:label "value" ; + rdfs:comment "Limit on current flow. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -2359,9 +2361,9 @@ nc:CurrentLimitTimePoint.value a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:EnergyConnectionRegularSchedule.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2372,9 +2374,9 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . nc:EnergyConnectionRegularSchedule.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -2385,17 +2387,17 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . nc:EnergyConnectionTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnergyConnectionTimePoint ; rdfs:range xsd:dateTime . nc:EnergyConnectionTimePoint.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2406,9 +2408,9 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . nc:EnergyConnectionTimePoint.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -2419,9 +2421,9 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . nc:EquivalentInjectionRegularSchedule.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Equivalent active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2432,9 +2434,9 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . nc:EquivalentInjectionRegularSchedule.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Equivalent reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -2445,16 +2447,16 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . nc:EquivalentInjectionRegularSchedule.regulationStatus a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "regulationStatus"@en ; - rdfs:comment "Specifies the regulation status of the EquivalentInjection. True is regulating. False is not regulating." ; + rdfs:label "regulationStatus" ; + rdfs:comment "Specifies the regulation status of the EquivalentInjection. True is regulating. False is not regulating."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EquivalentInjectionRegularSchedule ; rdfs:range xsd:boolean . nc:EquivalentInjectionRegularSchedule.regulationTarget a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "regulationTarget"@en ; - rdfs:comment "The target voltage for voltage regulation. The attribute shall be a positive value." ; + rdfs:label "regulationTarget" ; + rdfs:comment "The target voltage for voltage regulation. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -2465,17 +2467,17 @@ nc:EquivalentInjectionRegularSchedule.regulationTarget a owl:DatatypeProperty, o rdfs:range xsd:float . nc:EquivalentInjectionTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EquivalentInjectionTimePoint ; rdfs:range xsd:dateTime . nc:EquivalentInjectionTimePoint.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Equivalent active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2486,9 +2488,9 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . nc:EquivalentInjectionTimePoint.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Equivalent reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -2499,16 +2501,16 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . nc:EquivalentInjectionTimePoint.regulationStatus a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "regulationStatus"@en ; - rdfs:comment "Specifies the regulation status of the EquivalentInjection. True is regulating. False is not regulating." ; + rdfs:label "regulationStatus" ; + rdfs:comment "Specifies the regulation status of the EquivalentInjection. True is regulating. False is not regulating."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EquivalentInjectionTimePoint ; rdfs:range xsd:boolean . nc:EquivalentInjectionTimePoint.regulationTarget a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "regulationTarget"@en ; - rdfs:comment "The target voltage for voltage regulation. The attribute shall be a positive value." ; + rdfs:label "regulationTarget" ; + rdfs:comment "The target voltage for voltage regulation. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -2519,9 +2521,9 @@ nc:EquivalentInjectionTimePoint.regulationTarget a owl:DatatypeProperty, owl:Fun rdfs:range xsd:float . nc:ExternalNetworkInjectionRegularSchedule.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2532,9 +2534,9 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . nc:ExternalNetworkInjectionRegularSchedule.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -2545,25 +2547,25 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . nc:ExternalNetworkInjectionRegularSchedule.referencePriority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "referencePriority"@en ; - rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on." ; + rdfs:label "referencePriority" ; + rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ExternalNetworkInjectionRegularSchedule ; rdfs:range xsd:integer . nc:ExternalNetworkInjectionTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ExternalNetworkInjectionTimePoint ; rdfs:range xsd:dateTime . nc:ExternalNetworkInjectionTimePoint.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -2574,9 +2576,9 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . nc:ExternalNetworkInjectionTimePoint.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -2587,164 +2589,164 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . nc:ExternalNetworkInjectionTimePoint.referencePriority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "referencePriority"@en ; - rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on." ; + rdfs:label "referencePriority" ; + rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ExternalNetworkInjectionTimePoint ; rdfs:range xsd:integer . nc:GeneratingUnitTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GeneratingUnitTimePoint ; rdfs:range xsd:dateTime . nc:GeneratingUnitTimePoint.normalPF a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalPF"@en ; - rdfs:comment "Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero." ; + rdfs:label "normalPF" ; + rdfs:comment "Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GeneratingUnitTimePoint ; rdfs:range xsd:float . nc:HourPeriod.endTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "endTime"@en ; - rdfs:comment "Time the period end and not including, e.g. 13:00 which means it does not include the time of 13:00 but 12:59." ; + rdfs:label "endTime" ; + rdfs:comment "Time the period end and not including, e.g. 13:00 which means it does not include the time of 13:00 but 12:59."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:HourPeriod ; rdfs:range xsd:time . nc:HourPeriod.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:HourPeriod ; rdfs:range xsd:string . nc:HourPeriod.startTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startTime"@en ; - rdfs:comment "Time the period start and including, e.g. 12:00 which means it include the time of 12:00." ; + rdfs:label "startTime" ; + rdfs:comment "Time the period start and including, e.g. 12:00 which means it include the time of 12:00."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:HourPeriod ; rdfs:range xsd:time . nc:InServiceRegularSchedule.inService a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inService"@en ; - rdfs:comment "Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model." ; + rdfs:label "inService" ; + rdfs:comment "Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:InServiceRegularSchedule ; rdfs:range xsd:boolean . nc:InServiceTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:InServiceTimePoint ; rdfs:range xsd:dateTime . nc:InServiceTimePoint.inService a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inService"@en ; - rdfs:comment "Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model." ; + rdfs:label "inService" ; + rdfs:comment "Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:InServiceTimePoint ; rdfs:range xsd:boolean . nc:RegulatingControlRegularSchedule.maxAllowedTargetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxAllowedTargetValue"@en ; - rdfs:comment "Maximum allowed target value (RegulatingControl.targetValue)." ; + rdfs:label "maxAllowedTargetValue" ; + rdfs:comment "Maximum allowed target value (RegulatingControl.targetValue)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RegulatingControlRegularSchedule ; rdfs:range xsd:float . nc:RegulatingControlRegularSchedule.minAllowedTargetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minAllowedTargetValue"@en ; - rdfs:comment "Minimum allowed target value (RegulatingControl.targetValue)." ; + rdfs:label "minAllowedTargetValue" ; + rdfs:comment "Minimum allowed target value (RegulatingControl.targetValue)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RegulatingControlRegularSchedule ; rdfs:range xsd:float . nc:RegulatingControlRegularSchedule.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "The target value specified for case input. This value can be used for the target value without the use of schedules. The value has the units appropriate to the mode attribute." ; + rdfs:label "targetValue" ; + rdfs:comment "The target value specified for case input. This value can be used for the target value without the use of schedules. The value has the units appropriate to the mode attribute."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RegulatingControlRegularSchedule ; rdfs:range xsd:float . nc:RegulatingControlTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RegulatingControlTimePoint ; rdfs:range xsd:dateTime . nc:RegulatingControlTimePoint.maxAllowedTargetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxAllowedTargetValue"@en ; - rdfs:comment "Maximum allowed target value (RegulatingControl.targetValue)." ; + rdfs:label "maxAllowedTargetValue" ; + rdfs:comment "Maximum allowed target value (RegulatingControl.targetValue)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RegulatingControlTimePoint ; rdfs:range xsd:float . nc:RegulatingControlTimePoint.minAllowedTargetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minAllowedTargetValue"@en ; - rdfs:comment "Minimum allowed target value (RegulatingControl.targetValue)." ; + rdfs:label "minAllowedTargetValue" ; + rdfs:comment "Minimum allowed target value (RegulatingControl.targetValue)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RegulatingControlTimePoint ; rdfs:range xsd:float . nc:RegulatingControlTimePoint.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "The target value specified for case input. This value can be used for the target value without the use of schedules. The value has the units appropriate to the mode attribute." ; + rdfs:label "targetValue" ; + rdfs:comment "The target value specified for case input. This value can be used for the target value without the use of schedules. The value has the units appropriate to the mode attribute."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RegulatingControlTimePoint ; rdfs:range xsd:float . nc:ShuntCompensatorTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ShuntCompensatorTimePoint ; rdfs:range xsd:dateTime . nc:ShuntCompensatorTimePoint.sections a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sections"@en ; + rdfs:label "sections" ; rdfs:comment """Shunt compensator sections in use. Starting value for steady state solution. The attribute shall be a positive value or zero. Non integer values are allowed to support continuous variables. The reasons for continuous value are to support study cases where no discrete shunt compensators has yet been designed, a solutions where a narrow voltage band force the sections to oscillate or accommodate for a continuous solution as input. For LinearShuntConpensator the value shall be between zero and ShuntCompensator.maximumSections. At value zero the shunt compensator conductance and admittance is zero. Linear interpolation of conductance and admittance between the previous and next integer section is applied in case of non-integer values. -For NonlinearShuntCompensator-s shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s.""" ; +For NonlinearShuntCompensator-s shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ShuntCompensatorTimePoint ; rdfs:range xsd:float . nc:StaticVarCompensatorTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:StaticVarCompensatorTimePoint ; rdfs:range xsd:dateTime . nc:StaticVarCompensatorTimePoint.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -2755,134 +2757,134 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . nc:SwitchRegularSchedule.locked a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "locked"@en ; + rdfs:label "locked" ; rdfs:comment """If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
    \t
  • locked=true and Switch.open=true. The resulting state is open and locked;
  • \t
  • locked=false and Switch.open=true. The resulting state is open;
  • \t
  • locked=false and Switch.open=false. The resulting state is closed.
  • -
""" ; +"""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SwitchRegularSchedule ; rdfs:range xsd:boolean . nc:SwitchRegularSchedule.open a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "open"@en ; - rdfs:comment "The attribute tells if the switch is considered open when used as input to topology processing." ; + rdfs:label "open" ; + rdfs:comment "The attribute tells if the switch is considered open when used as input to topology processing."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SwitchRegularSchedule ; rdfs:range xsd:boolean . nc:SwitchTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SwitchTimePoint ; rdfs:range xsd:dateTime . nc:SwitchTimePoint.locked a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "locked"@en ; + rdfs:label "locked" ; rdfs:comment """If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
    \t
  • locked=true and Switch.open=true. The resulting state is open and locked;
  • \t
  • locked=false and Switch.open=true. The resulting state is open;
  • \t
  • locked=false and Switch.open=false. The resulting state is closed.
  • -
""" ; +"""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SwitchTimePoint ; rdfs:range xsd:boolean . nc:SwitchTimePoint.open a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "open"@en ; - rdfs:comment "The attribute tells if the switch is considered open when used as input to topology processing." ; + rdfs:label "open" ; + rdfs:comment "The attribute tells if the switch is considered open when used as input to topology processing."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SwitchTimePoint ; rdfs:range xsd:boolean . nc:SynchronousMachineRegularSchedule.referencePriority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "referencePriority"@en ; - rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on." ; + rdfs:label "referencePriority" ; + rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SynchronousMachineRegularSchedule ; rdfs:range xsd:integer . nc:SynchronousMachineTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SynchronousMachineTimePoint ; rdfs:range xsd:dateTime . nc:SynchronousMachineTimePoint.referencePriority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "referencePriority"@en ; - rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on." ; + rdfs:label "referencePriority" ; + rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SynchronousMachineTimePoint ; rdfs:range xsd:integer . nc:TapRegularSchedule.controlEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "controlEnabled"@en ; - rdfs:comment "Specifies the regulation status of the equipment. True is regulating, false is not regulating." ; + rdfs:label "controlEnabled" ; + rdfs:comment "Specifies the regulation status of the equipment. True is regulating, false is not regulating."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:TapRegularSchedule ; rdfs:range xsd:boolean . nc:TapRegularSchedule.step a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "step"@en ; + rdfs:label "step" ; rdfs:comment """Tap changer position. Starting step for a steady state solution. Non integer values are allowed to support continuous tap variables. The reasons for continuous value are to support study cases where no discrete tap changer has yet been designed, a solution where a narrow voltage band forces the tap step to oscillate or to accommodate for a continuous solution as input. -The attribute shall be equal to or greater than lowStep and equal to or less than highStep.""" ; +The attribute shall be equal to or greater than lowStep and equal to or less than highStep."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:TapRegularSchedule ; rdfs:range xsd:float . nc:TapScheduleTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:TapScheduleTimePoint ; rdfs:range xsd:dateTime . nc:TapScheduleTimePoint.controlEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "controlEnabled"@en ; - rdfs:comment "Specifies the regulation status of the equipment. True is regulating, false is not regulating." ; + rdfs:label "controlEnabled" ; + rdfs:comment "Specifies the regulation status of the equipment. True is regulating, false is not regulating."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:TapScheduleTimePoint ; rdfs:range xsd:boolean . nc:TapScheduleTimePoint.step a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "step"@en ; + rdfs:label "step" ; rdfs:comment """Tap changer position. Starting step for a steady state solution. Non integer values are allowed to support continuous tap variables. The reasons for continuous value are to support study cases where no discrete tap changer has yet been designed, a solution where a narrow voltage band forces the tap step to oscillate or to accommodate for a continuous solution as input. -The attribute shall be equal to or greater than lowStep and equal to or less than highStep.""" ; +The attribute shall be equal to or greater than lowStep and equal to or less than highStep."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:TapScheduleTimePoint ; rdfs:range xsd:float . nc:VoltageLimitTimePoint.atTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atTime"@en ; - rdfs:comment "The time the data is valid for." ; + rdfs:label "atTime" ; + rdfs:comment "The time the data is valid for."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:VoltageLimitTimePoint ; rdfs:range xsd:dateTime . nc:VoltageLimitTimePoint.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "Limit on voltage. High or low limit nature of the limit depends upon the properties of the operational limit type. The attribute shall be a positive value or zero." ; + rdfs:label "value" ; + rdfs:comment "Limit on voltage. High or low limit nature of the limit depends upon the properties of the operational limit type. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -2893,8 +2895,8 @@ nc:VoltageLimitTimePoint.value a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:VsConverterRegularSchedule.droop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droop"@en ; - rdfs:comment "Droop constant. The pu value is obtained as D [kV/MW] x Sb / Ubdc. The attribute shall be a positive value." ; + rdfs:label "droop" ; + rdfs:comment "Droop constant. The pu value is obtained as D [kV/MW] x Sb / Ubdc. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2904,8 +2906,8 @@ nc:VsConverterRegularSchedule.droop a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . nc:VsConverterRegularSchedule.droopCompensation a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droopCompensation"@en ; - rdfs:comment "Compensation constant. Used to compensate for voltage drop when controlling voltage at a distant bus. The attribute shall be a positive value." ; + rdfs:label "droopCompensation" ; + rdfs:comment "Compensation constant. Used to compensate for voltage drop when controlling voltage at a distant bus. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -2916,8 +2918,8 @@ nc:VsConverterRegularSchedule.droopCompensation a owl:DatatypeProperty, owl:Func rdfs:range xsd:float . nc:VsConverterRegularSchedule.qShare a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qShare"@en ; - rdfs:comment "Reactive power sharing factor among parallel converters on Uac control. The attribute shall be a positive value or zero." ; + rdfs:label "qShare" ; + rdfs:comment "Reactive power sharing factor among parallel converters on Uac control. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2928,16 +2930,16 @@ nc:VsConverterRegularSchedule.qShare a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . nc:VsConverterRegularSchedule.targetPWMfactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPWMfactor"@en ; - rdfs:comment "Magnitude of pulse-modulation factor. The attribute shall be a positive value." ; + rdfs:label "targetPWMfactor" ; + rdfs:comment "Magnitude of pulse-modulation factor. The attribute shall be a positive value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:VsConverterRegularSchedule ; rdfs:range xsd:float . nc:VsConverterRegularSchedule.targetPhasePcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPhasePcc"@en ; - rdfs:comment "Phase target at AC side, at point of common coupling. The attribute shall be a positive value." ; + rdfs:label "targetPhasePcc" ; + rdfs:comment "Phase target at AC side, at point of common coupling. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -2948,16 +2950,16 @@ nc:VsConverterRegularSchedule.targetPhasePcc a owl:DatatypeProperty, owl:Functio rdfs:range xsd:float . nc:VsConverterRegularSchedule.targetPowerFactorPcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPowerFactorPcc"@en ; - rdfs:comment "Power factor target at the AC side, at point of common coupling. The attribute shall be a positive value." ; + rdfs:label "targetPowerFactorPcc" ; + rdfs:comment "Power factor target at the AC side, at point of common coupling. The attribute shall be a positive value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:VsConverterRegularSchedule ; rdfs:range xsd:float . nc:VsConverterRegularSchedule.targetQpcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetQpcc"@en ; - rdfs:comment "Reactive power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "targetQpcc" ; + rdfs:comment "Reactive power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -2968,8 +2970,8 @@ nc:VsConverterRegularSchedule.targetQpcc a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . nc:VsConverterRegularSchedule.targetUpcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetUpcc"@en ; - rdfs:comment "Voltage target in AC grid, at point of common coupling. The attribute shall be a positive value." ; + rdfs:label "targetUpcc" ; + rdfs:comment "Voltage target in AC grid, at point of common coupling. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -2980,8 +2982,8 @@ nc:VsConverterRegularSchedule.targetUpcc a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . nc:VsConverterTimePoint.droop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droop"@en ; - rdfs:comment "Droop constant. The pu value is obtained as D [kV/MW] x Sb / Ubdc. The attribute shall be a positive value." ; + rdfs:label "droop" ; + rdfs:comment "Droop constant. The pu value is obtained as D [kV/MW] x Sb / Ubdc. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -2991,8 +2993,8 @@ nc:VsConverterTimePoint.droop a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:VsConverterTimePoint.droopCompensation a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droopCompensation"@en ; - rdfs:comment "Compensation constant. Used to compensate for voltage drop when controlling voltage at a distant bus. The attribute shall be a positive value." ; + rdfs:label "droopCompensation" ; + rdfs:comment "Compensation constant. Used to compensate for voltage drop when controlling voltage at a distant bus. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -3003,8 +3005,8 @@ nc:VsConverterTimePoint.droopCompensation a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . nc:VsConverterTimePoint.qShare a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qShare"@en ; - rdfs:comment "Reactive power sharing factor among parallel converters on Uac control. The attribute shall be a positive value or zero." ; + rdfs:label "qShare" ; + rdfs:comment "Reactive power sharing factor among parallel converters on Uac control. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -3015,16 +3017,16 @@ nc:VsConverterTimePoint.qShare a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:VsConverterTimePoint.targetPWMfactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPWMfactor"@en ; - rdfs:comment "Magnitude of pulse-modulation factor. The attribute shall be a positive value." ; + rdfs:label "targetPWMfactor" ; + rdfs:comment "Magnitude of pulse-modulation factor. The attribute shall be a positive value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:VsConverterTimePoint ; rdfs:range xsd:float . nc:VsConverterTimePoint.targetPhasePcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPhasePcc"@en ; - rdfs:comment "Phase target at AC side, at point of common coupling. The attribute shall be a positive value." ; + rdfs:label "targetPhasePcc" ; + rdfs:comment "Phase target at AC side, at point of common coupling. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -3035,16 +3037,16 @@ nc:VsConverterTimePoint.targetPhasePcc a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . nc:VsConverterTimePoint.targetPowerFactorPcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPowerFactorPcc"@en ; - rdfs:comment "Power factor target at the AC side, at point of common coupling. The attribute shall be a positive value." ; + rdfs:label "targetPowerFactorPcc" ; + rdfs:comment "Power factor target at the AC side, at point of common coupling. The attribute shall be a positive value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:VsConverterTimePoint ; rdfs:range xsd:float . nc:VsConverterTimePoint.targetQpcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetQpcc"@en ; - rdfs:comment "Reactive power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "targetQpcc" ; + rdfs:comment "Reactive power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -3055,8 +3057,8 @@ nc:VsConverterTimePoint.targetQpcc a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . nc:VsConverterTimePoint.targetUpcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetUpcc"@en ; - rdfs:comment "Voltage target in AC grid, at point of common coupling. The attribute shall be a positive value." ; + rdfs:label "targetUpcc" ; + rdfs:comment "Voltage target in AC grid, at point of common coupling. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -3067,8 +3069,8 @@ nc:VsConverterTimePoint.targetUpcc a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -3080,8 +3082,8 @@ cim:ActivePowerPerCurrentFlow skos:exactMatch quantitykind:ActivePowerPerCurrent cim:ActivePowerPerFrequency skos:exactMatch quantitykind:ActivePowerPerFrequency . cim:AngleDegrees a qudt:QuantityKind ; - rdfs:label "AngleDegrees"@en ; - rdfs:comment "Measurement of angle in degrees." ; + rdfs:label "AngleDegrees" ; + rdfs:comment "Measurement of angle in degrees."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.deg ; skos:exactMatch quantitykind:Angle . @@ -3089,8 +3091,8 @@ cim:AngleDegrees a qudt:QuantityKind ; cim:AngleRadians skos:exactMatch quantitykind:Angle . cim:ApparentPower a qudt:QuantityKind ; - rdfs:label "ApparentPower"@en ; - rdfs:comment "Product of the RMS value of the voltage and the RMS value of the current." ; + rdfs:label "ApparentPower" ; + rdfs:comment "Product of the RMS value of the voltage and the RMS value of the current."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.VA ; skos:exactMatch quantitykind:ApparentPower . @@ -3098,38 +3100,38 @@ cim:ApparentPower a qudt:QuantityKind ; cim:Area skos:exactMatch quantitykind:Area . cim:AsynchronousMachineKind.generator a cim:AsynchronousMachineKind ; - rdfs:label "generator"@en ; - rdfs:comment "The Asynchronous Machine is a generator." ; + rdfs:label "generator" ; + rdfs:comment "The Asynchronous Machine is a generator."@en ; cims:stereotype "enum" . cim:AsynchronousMachineKind.motor a cim:AsynchronousMachineKind ; - rdfs:label "motor"@en ; - rdfs:comment "The Asynchronous Machine is a motor." ; + rdfs:label "motor" ; + rdfs:comment "The Asynchronous Machine is a motor."@en ; cims:stereotype "enum" . cim:BatteryStateKind.charging a cim:BatteryStateKind ; - rdfs:label "charging"@en ; - rdfs:comment "Stored energy is increasing." ; + rdfs:label "charging" ; + rdfs:comment "Stored energy is increasing."@en ; cims:stereotype "enum" . cim:BatteryStateKind.discharging a cim:BatteryStateKind ; - rdfs:label "discharging"@en ; - rdfs:comment "Stored energy is decreasing." ; + rdfs:label "discharging" ; + rdfs:comment "Stored energy is decreasing."@en ; cims:stereotype "enum" . cim:BatteryStateKind.empty a cim:BatteryStateKind ; - rdfs:label "empty"@en ; - rdfs:comment "Unable to discharge, and not charging." ; + rdfs:label "empty" ; + rdfs:comment "Unable to discharge, and not charging."@en ; cims:stereotype "enum" . cim:BatteryStateKind.full a cim:BatteryStateKind ; - rdfs:label "full"@en ; - rdfs:comment "Unable to charge, and not discharging." ; + rdfs:label "full" ; + rdfs:comment "Unable to charge, and not discharging."@en ; cims:stereotype "enum" . cim:BatteryStateKind.waiting a cim:BatteryStateKind ; - rdfs:label "waiting"@en ; - rdfs:comment "Neither charging nor discharging, but able to do so." ; + rdfs:label "waiting" ; + rdfs:comment "Neither charging nor discharging, but able to do so."@en ; cims:stereotype "enum" . cim:Capacitance skos:exactMatch quantitykind:Capacitance . @@ -3137,33 +3139,33 @@ cim:Capacitance skos:exactMatch quantitykind:Capacitance . cim:Conductance skos:exactMatch quantitykind:Conductance . cim:CsOperatingModeKind.inverter a cim:CsOperatingModeKind ; - rdfs:label "inverter"@en ; - rdfs:comment "Operating as inverter, which is the power receiving end." ; + rdfs:label "inverter" ; + rdfs:comment "Operating as inverter, which is the power receiving end."@en ; cims:stereotype "enum" . cim:CsOperatingModeKind.rectifier a cim:CsOperatingModeKind ; - rdfs:label "rectifier"@en ; - rdfs:comment "Operating as rectifier, which is the power sending end." ; + rdfs:label "rectifier" ; + rdfs:comment "Operating as rectifier, which is the power sending end."@en ; cims:stereotype "enum" . cim:CsPpccControlKind.activePower a cim:CsPpccControlKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Control is active power control at AC side, at point of common coupling. Target is provided by ACDCConverter.targetPpcc." ; + rdfs:label "activePower" ; + rdfs:comment "Control is active power control at AC side, at point of common coupling. Target is provided by ACDCConverter.targetPpcc."@en ; cims:stereotype "enum" . cim:CsPpccControlKind.dcCurrent a cim:CsPpccControlKind ; - rdfs:label "dcCurrent"@en ; - rdfs:comment "Control is DC current with target value provided by CsConverter.targetIdc." ; + rdfs:label "dcCurrent" ; + rdfs:comment "Control is DC current with target value provided by CsConverter.targetIdc."@en ; cims:stereotype "enum" . cim:CsPpccControlKind.dcVoltage a cim:CsPpccControlKind ; - rdfs:label "dcVoltage"@en ; - rdfs:comment "Control is DC voltage with target value provided by ACDCConverter.targetUdc." ; + rdfs:label "dcVoltage" ; + rdfs:comment "Control is DC voltage with target value provided by ACDCConverter.targetUdc."@en ; cims:stereotype "enum" . cim:CurrentFlow a qudt:QuantityKind ; - rdfs:label "CurrentFlow"@en ; - rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC." ; + rdfs:label "CurrentFlow" ; + rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.A ; skos:exactMatch quantitykind:ElectricCurrent . @@ -3177,15 +3179,15 @@ cim:Length skos:exactMatch quantitykind:Length . cim:Money skos:exactMatch quantitykind:Currency . cim:PU a qudt:QuantityKind ; - rdfs:label "PU"@en ; - rdfs:comment "Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10." ; + rdfs:label "PU" ; + rdfs:comment "Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . @@ -3195,22 +3197,22 @@ cim:Pressure skos:exactMatch quantitykind:Pressure . cim:Reactance skos:exactMatch quantitykind:Reactance . cim:ReactivePower a qudt:QuantityKind ; - rdfs:label "ReactivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current." ; + rdfs:label "ReactivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.VAr ; skos:exactMatch quantitykind:ReactivePower . cim:RealEnergy a qudt:QuantityKind ; - rdfs:label "RealEnergy"@en ; - rdfs:comment "Real electrical energy." ; + rdfs:label "RealEnergy" ; + rdfs:comment "Real electrical energy."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.Wh ; skos:exactMatch quantitykind:Energy . cim:Resistance a qudt:QuantityKind ; - rdfs:label "Resistance"@en ; - rdfs:comment "Resistance (real part of impedance)." ; + rdfs:label "Resistance" ; + rdfs:comment "Resistance (real part of impedance)."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.ohm ; skos:exactMatch quantitykind:Resistance . @@ -3222,99 +3224,99 @@ cim:Seconds skos:exactMatch quantitykind:Time . cim:Susceptance skos:exactMatch quantitykind:Susceptance . cim:SynchronousMachineOperatingMode.condenser a cim:SynchronousMachineOperatingMode ; - rdfs:label "condenser"@en ; - rdfs:comment "Operating as condenser." ; + rdfs:label "condenser" ; + rdfs:comment "Operating as condenser."@en ; cims:stereotype "enum" . cim:SynchronousMachineOperatingMode.generator a cim:SynchronousMachineOperatingMode ; - rdfs:label "generator"@en ; - rdfs:comment "Operating as generator." ; + rdfs:label "generator" ; + rdfs:comment "Operating as generator."@en ; cims:stereotype "enum" . cim:SynchronousMachineOperatingMode.motor a cim:SynchronousMachineOperatingMode ; - rdfs:label "motor"@en ; - rdfs:comment "Operating as motor." ; + rdfs:label "motor" ; + rdfs:comment "Operating as motor."@en ; cims:stereotype "enum" . cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.VA a cim:UnitSymbol ; rdfs:label "VA" ; - rdfs:comment "Apparent power in volt amperes. See also real power and reactive power." ; + rdfs:comment "Apparent power in volt amperes. See also real power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohm a cim:UnitSymbol ; rdfs:label "ohm" ; - rdfs:comment "Electric resistance in ohms (V/A)." ; + rdfs:comment "Electric resistance in ohms (V/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:OHM . cim:Voltage a qudt:QuantityKind ; - rdfs:label "Voltage"@en ; - rdfs:comment "Electrical voltage, can be both AC and DC." ; + rdfs:label "Voltage" ; + rdfs:comment "Electrical voltage, can be both AC and DC."@en ; cims:belongsToCategory shs:Package_SteadyStateHypothesisScheduleProfile ; qudt:applicableUnit cim:UnitSymbol.V ; skos:exactMatch quantitykind:Voltage . @@ -3324,88 +3326,88 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . cim:VsPpccControlKind.pPcc a cim:VsPpccControlKind ; - rdfs:label "pPcc"@en ; - rdfs:comment "Control is real power at point of common coupling. The target value is provided by ACDCConverter.targetPpcc." ; + rdfs:label "pPcc" ; + rdfs:comment "Control is real power at point of common coupling. The target value is provided by ACDCConverter.targetPpcc."@en ; cims:stereotype "enum" . cim:VsPpccControlKind.pPccAndUdcDroop a cim:VsPpccControlKind ; - rdfs:label "pPccAndUdcDroop"@en ; - rdfs:comment "Control is active power at point of common coupling and local DC voltage, with the droop. Target values are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc and VsConverter.droop." ; + rdfs:label "pPccAndUdcDroop" ; + rdfs:comment "Control is active power at point of common coupling and local DC voltage, with the droop. Target values are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc and VsConverter.droop."@en ; cims:stereotype "enum" . cim:VsPpccControlKind.pPccAndUdcDroopPilot a cim:VsPpccControlKind ; - rdfs:label "pPccAndUdcDroopPilot"@en ; - rdfs:comment "Control is active power at point of common coupling and the pilot DC voltage, with the droop. The mode is used for Multi Terminal High Voltage DC (MTDC) systems where multiple HVDC Substations are connected to the HVDC transmission lines. The pilot voltage is then used to coordinate the control the DC voltage across the HVDC substations. Targets are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc and VsConverter.droop." ; + rdfs:label "pPccAndUdcDroopPilot" ; + rdfs:comment "Control is active power at point of common coupling and the pilot DC voltage, with the droop. The mode is used for Multi Terminal High Voltage DC (MTDC) systems where multiple HVDC Substations are connected to the HVDC transmission lines. The pilot voltage is then used to coordinate the control the DC voltage across the HVDC substations. Targets are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc and VsConverter.droop."@en ; cims:stereotype "enum" . cim:VsPpccControlKind.pPccAndUdcDroopWithCompensation a cim:VsPpccControlKind ; - rdfs:label "pPccAndUdcDroopWithCompensation"@en ; - rdfs:comment "Control is active power at point of common coupling and compensated DC voltage, with the droop. Compensation factor is the resistance, as an approximation of the DC voltage of a common (real or virtual) node in the DC network. Targets are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc, VsConverter.droop and VsConverter.droopCompensation." ; + rdfs:label "pPccAndUdcDroopWithCompensation" ; + rdfs:comment "Control is active power at point of common coupling and compensated DC voltage, with the droop. Compensation factor is the resistance, as an approximation of the DC voltage of a common (real or virtual) node in the DC network. Targets are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc, VsConverter.droop and VsConverter.droopCompensation."@en ; cims:stereotype "enum" . cim:VsPpccControlKind.phasePcc a cim:VsPpccControlKind ; - rdfs:label "phasePcc"@en ; - rdfs:comment "Control is phase at point of common coupling. Target is provided by VsConverter.targetPhasePcc." ; + rdfs:label "phasePcc" ; + rdfs:comment "Control is phase at point of common coupling. Target is provided by VsConverter.targetPhasePcc."@en ; cims:stereotype "enum" . cim:VsPpccControlKind.udc a cim:VsPpccControlKind ; - rdfs:label "udc"@en ; - rdfs:comment "Control is DC voltage with target value provided by ACDCConverter.targetUdc." ; + rdfs:label "udc" ; + rdfs:comment "Control is DC voltage with target value provided by ACDCConverter.targetUdc."@en ; cims:stereotype "enum" . cim:VsQpccControlKind.powerFactorPcc a cim:VsQpccControlKind ; - rdfs:label "powerFactorPcc"@en ; - rdfs:comment "Control is power factor at point of common coupling. Target is provided by VsConverter.targetPowerFactorPcc." ; + rdfs:label "powerFactorPcc" ; + rdfs:comment "Control is power factor at point of common coupling. Target is provided by VsConverter.targetPowerFactorPcc."@en ; cims:stereotype "enum" . cim:VsQpccControlKind.pulseWidthModulation a cim:VsQpccControlKind ; - rdfs:label "pulseWidthModulation"@en ; - rdfs:comment "No explicit control. Pulse-modulation factor is directly set in magnitude (VsConverter.targetPWMfactor) and phase (VsConverter.targetPhasePcc)." ; + rdfs:label "pulseWidthModulation" ; + rdfs:comment "No explicit control. Pulse-modulation factor is directly set in magnitude (VsConverter.targetPWMfactor) and phase (VsConverter.targetPhasePcc)."@en ; cims:stereotype "enum" . cim:VsQpccControlKind.reactivePcc a cim:VsQpccControlKind ; - rdfs:label "reactivePcc"@en ; - rdfs:comment "Control is reactive power at point of common coupling. Target is provided by VsConverter.targetQpcc." ; + rdfs:label "reactivePcc" ; + rdfs:comment "Control is reactive power at point of common coupling. Target is provided by VsConverter.targetQpcc."@en ; cims:stereotype "enum" . cim:VsQpccControlKind.voltagePcc a cim:VsQpccControlKind ; - rdfs:label "voltagePcc"@en ; - rdfs:comment "Control is voltage at point of common coupling. Target is provided by VsConverter.targetUpcc." ; + rdfs:label "voltagePcc" ; + rdfs:comment "Control is voltage at point of common coupling. Target is provided by VsConverter.targetUpcc."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.actual a nc:BaseTimeSeriesKind ; - rdfs:label "actual"@en ; - rdfs:comment "Time series is actual data. The values represent measured or calculated values that represent the actual behaviour." ; + rdfs:label "actual" ; + rdfs:comment "Time series is actual data. The values represent measured or calculated values that represent the actual behaviour."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.forecast a nc:BaseTimeSeriesKind ; - rdfs:label "forecast"@en ; - rdfs:comment "Time series is forecast data. The values represent the result of scientific predictions based on historical time stamped data." ; + rdfs:label "forecast" ; + rdfs:comment "Time series is forecast data. The values represent the result of scientific predictions based on historical time stamped data."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.hindcast a nc:BaseTimeSeriesKind ; - rdfs:label "hindcast"@en ; - rdfs:comment "Time series is hindcast data. The value represent probable past (historic) condition given by calculation done using actual values. For instance, determine the among of wind based on the energy produced by wind. However, hindcast is typical the result of a simulated forecasts for historical periods." ; + rdfs:label "hindcast" ; + rdfs:comment "Time series is hindcast data. The value represent probable past (historic) condition given by calculation done using actual values. For instance, determine the among of wind based on the energy produced by wind. However, hindcast is typical the result of a simulated forecasts for historical periods."@en ; cims:stereotype "enum" . nc:BaseTimeSeriesKind.schedule a nc:BaseTimeSeriesKind ; - rdfs:label "schedule"@en ; - rdfs:comment "Time series is schedule data. The values represent the result of a committed and plan forecast data that has been through a quality control and could incur penalty when not followed." ; + rdfs:label "schedule" ; + rdfs:comment "Time series is schedule data. The values represent the result of a committed and plan forecast data that has been through a quality control and could incur penalty when not followed."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.all a nc:DayOfWeekKind ; - rdfs:label "all"@en ; - rdfs:comment "All days of the week." ; + rdfs:label "all" ; + rdfs:comment "All days of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.bridgeDay a nc:DayOfWeekKind ; - rdfs:label "bridgeDay"@en ; - rdfs:comment "A day that is a gap between two distinguished days e.g holiday and weekend that leads to an abnormal scheduling behavior. e.g. if Ascension day falls on a Thursday, then Friday would be a bridge day due to the schedule will not have a normal Friday consumption and production." ; + rdfs:label "bridgeDay" ; + rdfs:comment "A day that is a gap between two distinguished days e.g holiday and weekend that leads to an abnormal scheduling behavior. e.g. if Ascension day falls on a Thursday, then Friday would be a bridge day due to the schedule will not have a normal Friday consumption and production."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.friday a nc:DayOfWeekKind ; - rdfs:label "friday"@en ; - rdfs:comment "Friday as the day of the week." ; + rdfs:label "friday" ; + rdfs:comment "Friday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.holiday a nc:DayOfWeekKind ; @@ -3413,43 +3415,43 @@ nc:DayOfWeekKind.holiday a nc:DayOfWeekKind ; cims:stereotype "enum" . nc:DayOfWeekKind.monday a nc:DayOfWeekKind ; - rdfs:label "monday"@en ; - rdfs:comment "Monday as the day of the week." ; + rdfs:label "monday" ; + rdfs:comment "Monday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.saturday a nc:DayOfWeekKind ; - rdfs:label "saturday"@en ; - rdfs:comment "Saturday as the day of the week." ; + rdfs:label "saturday" ; + rdfs:comment "Saturday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.sunday a nc:DayOfWeekKind ; - rdfs:label "sunday"@en ; - rdfs:comment "Sunday as the day of the week." ; + rdfs:label "sunday" ; + rdfs:comment "Sunday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.thursday a nc:DayOfWeekKind ; - rdfs:label "thursday"@en ; - rdfs:comment "Thursday as the day of the week." ; + rdfs:label "thursday" ; + rdfs:comment "Thursday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.tuesday a nc:DayOfWeekKind ; - rdfs:label "tuesday"@en ; - rdfs:comment "Tuesday as the day of the week." ; + rdfs:label "tuesday" ; + rdfs:comment "Tuesday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.wednesday a nc:DayOfWeekKind ; - rdfs:label "wednesday"@en ; - rdfs:comment "Wednesday as the day of the week." ; + rdfs:label "wednesday" ; + rdfs:comment "Wednesday as the day of the week."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.weekday a nc:DayOfWeekKind ; - rdfs:label "weekday"@en ; - rdfs:comment "A day of the week other than Sunday or Saturday." ; + rdfs:label "weekday" ; + rdfs:comment "A day of the week other than Sunday or Saturday."@en ; cims:stereotype "enum" . nc:DayOfWeekKind.weekend a nc:DayOfWeekKind ; - rdfs:label "weekend"@en ; - rdfs:comment "A day of the week which is Sunday or Saturday." ; + rdfs:label "weekend" ; + rdfs:comment "A day of the week which is Sunday or Saturday."@en ; cims:stereotype "enum" . nc:EnergyDemandKind.consumption a nc:EnergyDemandKind ; @@ -3473,46 +3475,46 @@ nc:EnergyDemandKind.storage a nc:EnergyDemandKind ; cims:stereotype "enum" . nc:PeakKind.offPeak a nc:PeakKind ; - rdfs:label "offPeak"@en ; - rdfs:comment "Off-peak refer to periods of lower demand for a particular service or commodity." ; + rdfs:label "offPeak" ; + rdfs:comment "Off-peak refer to periods of lower demand for a particular service or commodity."@en ; cims:stereotype "enum" . nc:PeakKind.onPeak a nc:PeakKind ; - rdfs:label "onPeak"@en ; - rdfs:comment "Off-peak refer to periods of higher demand for a particular service or commodity." ; + rdfs:label "onPeak" ; + rdfs:comment "Off-peak refer to periods of higher demand for a particular service or commodity."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.linear a nc:TimeSeriesInterpolationKind ; - rdfs:label "linear"@en ; - rdfs:comment "Linear interpolation is applied for values between two time points." ; + rdfs:label "linear" ; + rdfs:comment "Linear interpolation is applied for values between two time points."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.next a nc:TimeSeriesInterpolationKind ; - rdfs:label "next"@en ; - rdfs:comment "The value between two time points is set to next value." ; + rdfs:label "next" ; + rdfs:comment "The value between two time points is set to next value."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.none a nc:TimeSeriesInterpolationKind ; - rdfs:label "none"@en ; - rdfs:comment "No interpolation is applied." ; + rdfs:label "none" ; + rdfs:comment "No interpolation is applied."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.previous a nc:TimeSeriesInterpolationKind ; - rdfs:label "previous"@en ; - rdfs:comment "The value between two time points is set to previous value." ; + rdfs:label "previous" ; + rdfs:comment "The value between two time points is set to previous value."@en ; cims:stereotype "enum" . nc:TimeSeriesInterpolationKind.zero a nc:TimeSeriesInterpolationKind ; - rdfs:label "zero"@en ; - rdfs:comment "The value between two time points is set to zero." ; + rdfs:label "zero" ; + rdfs:comment "The value between two time points is set to zero."@en ; cims:stereotype "enum" . shs:Package_DocSteadyStateHypothesisScheduleProfile a cims:ClassCategory ; - rdfs:label "DocSteadyStateHypothesisScheduleProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocSteadyStateHypothesisScheduleProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . shs:Package_SteadyStateHypothesisScheduleProfile a cims:ClassCategory ; - rdfs:label "SteadyStateHypothesisScheduleProfile"@en ; - rdfs:comment "This package contains steady state hypothesis schedule profile." . + rdfs:label "SteadyStateHypothesisScheduleProfile" ; + rdfs:comment "This package contains steady state hypothesis schedule profile."@en . diff --git a/rdfs-improved/CGMES-NC/ttl/SteadyStateInstruction-AP-Voc-RDFS2020.ttl b/rdfs-improved/CGMES-NC/ttl/SteadyStateInstruction-AP-Voc-RDFS2020.ttl index e2d71d4..d550796 100644 --- a/rdfs-improved/CGMES-NC/ttl/SteadyStateInstruction-AP-Voc-RDFS2020.ttl +++ b/rdfs-improved/CGMES-NC/ttl/SteadyStateInstruction-AP-Voc-RDFS2020.ttl @@ -13,682 +13,684 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . ssi:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the steady state instruction profile."@en ; + dc:source "CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "SSI" ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://CIM100_CGMES31v01_501-20v02_NC23v62_MM10v01.eap", "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-401:draft:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM WG NC project"@en ; dct:identifier "urn:uuid:6d01969f-38fd-460d-b260-b839a8123319" ; dct:language "en-GB" ; dct:license "https://www.apache.org/licenses/LICENSE-2.0"@en ; dct:modified "2024-09-07"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; dct:title "Steady state instruction Vocabulary"@en ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "2.3.1"@en . + owl:versionInfo "2.3.1" . cim:Contingency a owl:Class ; - rdfs:label "Contingency"@en ; - rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements." ; + rdfs:label "Contingency" ; + rdfs:comment "An event threatening system reliability, consisting of one or more contingency elements."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description" . cim:Currency a owl:Class ; - rdfs:label "Currency"@en ; - rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code." ; + rdfs:label "Currency" ; + rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype uml:enumeration . cim:EnergyConsumer a owl:Class ; - rdfs:label "EnergyConsumer"@en ; + rdfs:label "EnergyConsumer" ; rdfs:comment """Generic user of energy - a point of consumption on the power system model. -EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False.""" ; +EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False."""@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", uml:concrete . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description" . cim:GeneratingUnit a owl:Class ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", uml:concrete . cim:HydroPump a owl:Class ; - rdfs:label "HydroPump"@en ; - rdfs:comment "A synchronous motor-driven pump, typically associated with a pumped storage plant." ; + rdfs:label "HydroPump" ; + rdfs:comment "A synchronous motor-driven pump, typically associated with a pumped storage plant."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", uml:concrete . cim:PowerElectronicsUnit a owl:Class ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", uml:concrete . cim:RegulatingCondEq a owl:Class ; - rdfs:label "RegulatingCondEq"@en ; - rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network." ; + rdfs:label "RegulatingCondEq" ; + rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile . cim:Reservoir a owl:Class ; - rdfs:label "Reservoir"@en ; - rdfs:comment "A water storage facility within a hydro system, including: ponds, lakes, lagoons, and rivers. The storage is usually behind some type of dam." ; + rdfs:label "Reservoir" ; + rdfs:comment "A water storage facility within a hydro system, including: ponds, lakes, lagoons, and rivers. The storage is usually behind some type of dam."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", uml:concrete . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype uml:enumeration . nc:ACEmulationControlFunction a owl:Class ; - rdfs:label "ACEmulationControlFunction"@en ; + rdfs:label "ACEmulationControlFunction" ; rdfs:comment """The AC emulation control function is used when AC emulation model is activated for a DC system. It consists in computing the active power set point of the DC system as a function of the voltage angle difference between both points of common coupling with the AC network in order to mimic the behavior of an AC transmission line. This control mode enables the automatic adjustment of the active power reference following variations of the AC system operational point. The setpoint of the DC system is calculated by Psetpoint=Pref+Kdc*(angle1-angle2), where - Pref is the existing active power setpoint; - Kdc is the control system gain and -- angle1 and angle2 are the phase angle measurement (measured at points of common coupling with the AC network) respectively at the side 1 and 2 of the DC system.""" ; +- angle1 and angle2 are the phase angle measurement (measured at points of common coupling with the AC network) respectively at the side 1 and 2 of the DC system."""@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:ActivePowerControlFunction a owl:Class ; - rdfs:label "ActivePowerControlFunction"@en ; - rdfs:comment "Active power control function is a function block that calculates operating point of the controlled equipment to achieve the target active power." ; + rdfs:label "ActivePowerControlFunction" ; + rdfs:comment "Active power control function is a function block that calculates operating point of the controlled equipment to achieve the target active power."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:AreaDispatchableUnit a owl:Class ; - rdfs:label "AreaDispatchableUnit"@en ; - rdfs:comment "Allocates a given producing or consuming unit, including direct current corridor and collection of units, to a given control area (through the scheduling area) for supporting the control of the given area through dispatch instruction." ; + rdfs:label "AreaDispatchableUnit" ; + rdfs:comment "Allocates a given producing or consuming unit, including direct current corridor and collection of units, to a given control area (through the scheduling area) for supporting the control of the given area through dispatch instruction."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:AssessedElement a owl:Class ; - rdfs:label "AssessedElement"@en ; + rdfs:label "AssessedElement" ; rdfs:comment """Assessed element is a network element for which the electrical state is evaluated in the regional or cross-regional process and which value is expected to fulfil regional rules function of the operational security limits. -The measurements and limits are as defined in the steady state hypothesis.""" ; +The measurements and limits are as defined in the steady state hypothesis."""@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:AssessedElementWithContingency a owl:Class ; - rdfs:label "AssessedElementWithContingency"@en ; - rdfs:comment "Combination of an assessed element and a contingency." ; + rdfs:label "AssessedElementWithContingency" ; + rdfs:comment "Combination of an assessed element and a contingency."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:AssessedElementWithRemedialAction a owl:Class ; - rdfs:label "AssessedElementWithRemedialAction"@en ; - rdfs:comment "Combination of an assessed element and a remedial action" ; + rdfs:label "AssessedElementWithRemedialAction" ; + rdfs:comment "Combination of an assessed element and a remedial action"@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:AutomationFunction a owl:Class ; - rdfs:label "AutomationFunction"@en ; - rdfs:comment "Automation function is a collection of functional block or other automation function that can be executed as a work cycle program as part of an automated system." ; + rdfs:label "AutomationFunction" ; + rdfs:comment "Automation function is a collection of functional block or other automation function that can be executed as a work cycle program as part of an automated system."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC" . nc:AvailabilityRemedialAction a owl:Class ; - rdfs:label "AvailabilityRemedialAction"@en ; - rdfs:comment "Availability remedial action is a remedial action that cancels or reschedules an availability schedule." ; + rdfs:label "AvailabilityRemedialAction" ; + rdfs:comment "Availability remedial action is a remedial action that cancels or reschedules an availability schedule."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:RemedialAction . nc:BiddingZone a owl:Class ; - rdfs:label "BiddingZone"@en ; - rdfs:comment "A bidding zone is a market-based method for handling power transmission congestion. It consists of scheduling areas that include the relevant production (supply) and consumption (demand) to form an electrical area with the same market price without capacity allocation." ; + rdfs:label "BiddingZone" ; + rdfs:comment "A bidding zone is a market-based method for handling power transmission congestion. It consists of scheduling areas that include the relevant production (supply) and consumption (demand) to form an electrical area with the same market price without capacity allocation."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:BiddingZoneBorder a owl:Class ; - rdfs:label "BiddingZoneBorder"@en ; - rdfs:comment "Defines the aggregated connection capacity between two Bidding Zones." ; + rdfs:label "BiddingZoneBorder" ; + rdfs:comment "Defines the aggregated connection capacity between two Bidding Zones."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:CircuitShare a owl:Class ; - rdfs:label "CircuitShare"@en ; - rdfs:comment "Defines the share of the circuit which is part of an associated power transfer corridor." ; + rdfs:label "CircuitShare" ; + rdfs:comment "Defines the share of the circuit which is part of an associated power transfer corridor."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:CompensatorControlModeKind a owl:Class ; - rdfs:label "CompensatorControlModeKind"@en ; - rdfs:comment "Kind of compensator controller mode." ; + rdfs:label "CompensatorControlModeKind" ; + rdfs:comment "Kind of compensator controller mode."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "NC", uml:enumeration . nc:CompensatorController a owl:Class ; - rdfs:label "CompensatorController"@en ; - rdfs:comment "Compensator controller is controlling the equipment to optimize the use of the compensators." ; + rdfs:label "CompensatorController" ; + rdfs:comment "Compensator controller is controlling the equipment to optimize the use of the compensators."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:ContingencyWithRemedialAction a owl:Class ; - rdfs:label "ContingencyWithRemedialAction"@en ; - rdfs:comment "Combination of a contingency and a remedial action. ContingencyWithRemedialAction shall not be instantiated for preventive RemedialAction (RemedialAction.kind equals RemedialActionKind.preventive)." ; + rdfs:label "ContingencyWithRemedialAction" ; + rdfs:comment "Combination of a contingency and a remedial action. ContingencyWithRemedialAction shall not be instantiated for preventive RemedialAction (RemedialAction.kind equals RemedialActionKind.preventive)."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:CountertradeRemedialAction a owl:Class ; - rdfs:label "CountertradeRemedialAction"@en ; - rdfs:comment "Countertrade is a remedial action to relieve physical congestions where the location of activated resources within the bidding zone is not known." ; + rdfs:label "CountertradeRemedialAction" ; + rdfs:comment "Countertrade is a remedial action to relieve physical congestions where the location of activated resources within the bidding zone is not known."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:PowerRemedialAction . nc:CrossBorderRelevance a owl:Class ; - rdfs:label "CrossBorderRelevance"@en ; - rdfs:comment "Combination of an assessed element and one or more bidding zone border that are affected by the assessment." ; + rdfs:label "CrossBorderRelevance" ; + rdfs:comment "Combination of an assessed element and one or more bidding zone border that are affected by the assessment."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:CurrentControlFunction a owl:Class ; - rdfs:label "CurrentControlFunction"@en ; - rdfs:comment "Current control function is a function block that calculates the operating point of the controlled equipment to achieve the target current." ; + rdfs:label "CurrentControlFunction" ; + rdfs:comment "Current control function is a function block that calculates the operating point of the controlled equipment to achieve the target current."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:CurrentDroopControlFunction a owl:Class ; - rdfs:label "CurrentDroopControlFunction"@en ; - rdfs:comment "Current droop control function is a function block that calculates the operating point of the controlled equipment to achieve the target current." ; + rdfs:label "CurrentDroopControlFunction" ; + rdfs:comment "Current droop control function is a function block that calculates the operating point of the controlled equipment to achieve the target current."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:CurrentDroopOverride a owl:Class ; - rdfs:label "CurrentDroopOverride"@en ; + rdfs:label "CurrentDroopOverride" ; rdfs:comment """Current droop override uses the following logic: - When the current exceeds a threshold the device executes the following transitions: 1) When injecting an inductive voltage or in monitoring mode the device tends to inject a voltage proportional to the difference between the line current and the aforementioned threshold. 2) When injecting a capacitive voltage the device transitions to monitoring mode. - If the aforementioned proportional voltage is lower than the initial one, the voltage injection remains unchanged. -Current droop override is not applied when the device operates in currentDroop mode.""" ; +Current droop override is not applied when the device operates in currentDroop mode."""@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:DCControlModeKind a owl:Class ; - rdfs:label "DCControlModeKind"@en ; - rdfs:comment "Kind of DC control mode." ; + rdfs:label "DCControlModeKind" ; + rdfs:comment "Kind of DC control mode."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "NC", uml:enumeration . nc:DCCurrentControlFunction a owl:Class ; - rdfs:label "DCCurrentControlFunction"@en ; - rdfs:comment "DC current control function is a function block that calculates the operating point of the controlled equipment to achieve the target current." ; + rdfs:label "DCCurrentControlFunction" ; + rdfs:comment "DC current control function is a function block that calculates the operating point of the controlled equipment to achieve the target current."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:DCPole a owl:Class ; - rdfs:label "DCPole"@en ; - rdfs:comment "The direct current (DC) system pole (IEC 60633) is part of a DC system consisting of all the equipment in the DC substations and the interconnecting transmission lines, if any, which during normal operation exhibit a common direct voltage polarity with respect to earth." ; + rdfs:label "DCPole" ; + rdfs:comment "The direct current (DC) system pole (IEC 60633) is part of a DC system consisting of all the equipment in the DC substations and the interconnecting transmission lines, if any, which during normal operation exhibit a common direct voltage polarity with respect to earth."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:DCSwitch a owl:Class ; - rdfs:label "DCSwitch"@en ; - rdfs:comment "A switch within the DC system." ; + rdfs:label "DCSwitch" ; + rdfs:comment "A switch within the DC system."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:DCTieCorridor a owl:Class ; - rdfs:label "DCTieCorridor"@en ; - rdfs:comment "A collection of one or more direct current poles that connect two different control areas." ; + rdfs:label "DCTieCorridor" ; + rdfs:comment "A collection of one or more direct current poles that connect two different control areas."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:DCVoltageControlFunction a owl:Class ; - rdfs:label "DCVoltageControlFunction"@en ; - rdfs:comment "DC voltage control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage." ; + rdfs:label "DCVoltageControlFunction" ; + rdfs:comment "DC voltage control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:DirectCurrentEquipmentController a owl:Class ; - rdfs:label "DirectCurrentEquipmentController"@en ; - rdfs:comment "Direct current equipment controller used to control different parts of the hierarchical structure of the DC control system defined by IEC 60633." ; + rdfs:label "DirectCurrentEquipmentController" ; + rdfs:comment "Direct current equipment controller used to control different parts of the hierarchical structure of the DC control system defined by IEC 60633."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "NC", uml:concrete . nc:EnergyBlockOrder a owl:Class ; - rdfs:label "EnergyBlockOrder"@en ; - rdfs:comment "The energy block order is a block (an amount) of energy that forms the sequence of orders that are going to be distributed to an energy block component." ; + rdfs:label "EnergyBlockOrder" ; + rdfs:comment "The energy block order is a block (an amount) of energy that forms the sequence of orders that are going to be distributed to an energy block component."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:EnergyGroup a owl:Class ; - rdfs:label "EnergyGroup"@en ; - rdfs:comment "An energy group is an aggregation of energy components which have the same energy characteristic, e.g. fuel type and technology. It can be used to allocate energy." ; + rdfs:label "EnergyGroup" ; + rdfs:comment "An energy group is an aggregation of energy components which have the same energy characteristic, e.g. fuel type and technology. It can be used to allocate energy."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:FACTSEquipment a owl:Class ; - rdfs:label "FACTSEquipment"@en ; - rdfs:comment "Flexible Alternating Current Transmission System regulating equipment." ; + rdfs:label "FACTSEquipment" ; + rdfs:comment "Flexible Alternating Current Transmission System regulating equipment."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "NC" ; rdfs:subClassOf cim:RegulatingCondEq . nc:FrequencyControlFuntion a owl:Class ; - rdfs:label "FrequencyControlFuntion"@en ; - rdfs:comment "Frequency control function is a function block that calculate the operating point of the controlled equipment to achieve the target frequency." ; + rdfs:label "FrequencyControlFuntion" ; + rdfs:comment "Frequency control function is a function block that calculate the operating point of the controlled equipment to achieve the target frequency."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:FuelStorage a owl:Class ; - rdfs:label "FuelStorage"@en ; - rdfs:comment "Fuel storage. e.g. pile of coal that can be shared between multiple thermal generating units." ; + rdfs:label "FuelStorage" ; + rdfs:comment "Fuel storage. e.g. pile of coal that can be shared between multiple thermal generating units."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:FunctionBlock a owl:Class ; - rdfs:label "FunctionBlock"@en ; - rdfs:comment "Function block is a function described as a set of elementary blocks. The blocks describe the function between input variables and output variables." ; + rdfs:label "FunctionBlock" ; + rdfs:comment "Function block is a function described as a set of elementary blocks. The blocks describe the function between input variables and output variables."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC" . nc:GridStateAlteration a owl:Class ; - rdfs:label "GridStateAlteration"@en ; - rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case." ; + rdfs:label "GridStateAlteration" ; + rdfs:comment "Grid state alteration is a change of values describing state (operating point) of one element in the grid model compared to the base case."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC" . nc:GridStateAlterationRemedialAction a owl:Class ; - rdfs:label "GridStateAlterationRemedialAction"@en ; - rdfs:comment "Grid state alteration remedial action describes one or many grid state alterations applied to a grid model state or a particular scenario in order to resolve one or more identified constraints." ; + rdfs:label "GridStateAlterationRemedialAction" ; + rdfs:comment "Grid state alteration remedial action describes one or many grid state alterations applied to a grid model state or a particular scenario in order to resolve one or more identified constraints."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:RemedialAction . nc:ImpedanceControlFunction a owl:Class ; - rdfs:label "ImpedanceControlFunction"@en ; - rdfs:comment "Impedance control function is a function block that calculates the operating point of the controlled equipment to achieve the target impedance." ; + rdfs:label "ImpedanceControlFunction" ; + rdfs:comment "Impedance control function is a function block that calculates the operating point of the controlled equipment to achieve the target impedance."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:InfeedLimit a owl:Class ; - rdfs:label "InfeedLimit"@en ; - rdfs:comment "Infeed limit set constraints fed in to the network by two or more terminals." ; + rdfs:label "InfeedLimit" ; + rdfs:comment "Infeed limit set constraints fed in to the network by two or more terminals."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:InjectionControlModeKind a owl:Class ; - rdfs:label "InjectionControlModeKind"@en ; - rdfs:comment "Kind of injection controller mode." ; + rdfs:label "InjectionControlModeKind" ; + rdfs:comment "Kind of injection controller mode."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "NC", uml:enumeration . nc:InjectionController a owl:Class ; - rdfs:label "InjectionController"@en ; - rdfs:comment "Injection controller is controlling the equipment which represents an injection or an external network." ; + rdfs:label "InjectionController" ; + rdfs:comment "Injection controller is controlling the equipment which represents an injection or an external network."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:ModularStaticSynchronousSeriesCompensator a owl:Class ; - rdfs:label "ModularStaticSynchronousSeriesCompensator"@en ; - rdfs:comment "Modular static synchronous series compensator (MSSSC) is a type of flexible AC transmission system regulating equipment which consists of solid-state voltage source inverter connected in series with a transmission line. This is similar to static synchronous series compensator (SSSC), but without injection transformer. This enables the MSSSC to be truly modular with the ability to simply install a number of equipment in series to provide a desired maximum level of impedance. MSSSC can be dispersed into multiple location in a circuit working collectively under the same controller scheme." ; + rdfs:label "ModularStaticSynchronousSeriesCompensator" ; + rdfs:comment "Modular static synchronous series compensator (MSSSC) is a type of flexible AC transmission system regulating equipment which consists of solid-state voltage source inverter connected in series with a transmission line. This is similar to static synchronous series compensator (SSSC), but without injection transformer. This enables the MSSSC to be truly modular with the ability to simply install a number of equipment in series to provide a desired maximum level of impedance. MSSSC can be dispersed into multiple location in a circuit working collectively under the same controller scheme."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:FACTSEquipment . nc:PTCActivePowerSupport a owl:Class ; - rdfs:label "PTCActivePowerSupport"@en ; - rdfs:comment "Defines the active power capability (support) of the scheme in relation to a PowerTransferCorridor." ; + rdfs:label "PTCActivePowerSupport" ; + rdfs:comment "Defines the active power capability (support) of the scheme in relation to a PowerTransferCorridor."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:PhaseControlFunction a owl:Class ; - rdfs:label "PhaseControlFunction"@en ; - rdfs:comment "Phase control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage." ; + rdfs:label "PhaseControlFunction" ; + rdfs:comment "Phase control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:PowerCapacity a owl:Class ; - rdfs:label "PowerCapacity"@en ; - rdfs:comment "Power capacity defines the capacity in regard to generation, consumption and transmission (import and export) for a relevant power system resource, e.g. bidding zone, including maximum and minimum electrical power capacity and any capacity allocation." ; + rdfs:label "PowerCapacity" ; + rdfs:comment "Power capacity defines the capacity in regard to generation, consumption and transmission (import and export) for a relevant power system resource, e.g. bidding zone, including maximum and minimum electrical power capacity and any capacity allocation."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:PowerFactorControlFunction a owl:Class ; - rdfs:label "PowerFactorControlFunction"@en ; - rdfs:comment "Power factor control function is a function block that calculates the operating point of the controlled equipment to achieve the target power factor." ; + rdfs:label "PowerFactorControlFunction" ; + rdfs:comment "Power factor control function is a function block that calculates the operating point of the controlled equipment to achieve the target power factor."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:PowerRemedialAction a owl:Class ; - rdfs:label "PowerRemedialAction"@en ; - rdfs:comment "Energy remedial action describes actions to rearrange power schedules." ; + rdfs:label "PowerRemedialAction" ; + rdfs:comment "Energy remedial action describes actions to rearrange power schedules."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "NC" ; rdfs:subClassOf nc:RemedialAction . nc:PowerShiftKeyStrategy a owl:Class ; - rdfs:label "PowerShiftKeyStrategy"@en ; - rdfs:comment "Strategy of the power shift key." ; + rdfs:label "PowerShiftKeyStrategy" ; + rdfs:comment "Strategy of the power shift key."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:PowerTransferCorridor a owl:Class ; - rdfs:label "PowerTransferCorridor"@en ; - rdfs:comment "A power transfer corridor is defined as a set of circuits (transmission lines or transformers) separating two portions of the power system, or a subset of circuits exposed to a substantial portion of the transmission exchange between two parts of the system." ; + rdfs:label "PowerTransferCorridor" ; + rdfs:comment "A power transfer corridor is defined as a set of circuits (transmission lines or transformers) separating two portions of the power system, or a subset of circuits exposed to a substantial portion of the transmission exchange between two parts of the system."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:RangeConstraint a owl:Class ; - rdfs:label "RangeConstraint"@en ; - rdfs:comment "Defines the rage constraint." ; + rdfs:label "RangeConstraint" ; + rdfs:comment "Defines the rage constraint."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC" . nc:ReactivePowerControlFunction a owl:Class ; - rdfs:label "ReactivePowerControlFunction"@en ; - rdfs:comment "Reactive power control function is a function block that calculate the operating point of the controlled equipment to achieve the target reactive power." ; + rdfs:label "ReactivePowerControlFunction" ; + rdfs:comment "Reactive power control function is a function block that calculate the operating point of the controlled equipment to achieve the target reactive power."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:RedispatchRemedialAction a owl:Class ; - rdfs:label "RedispatchRemedialAction"@en ; - rdfs:comment "Redispatch remedial action is a remedial action that through rearranging power schedules is eliminating breaches of constraints." ; + rdfs:label "RedispatchRemedialAction" ; + rdfs:comment "Redispatch remedial action is a remedial action that through rearranging power schedules is eliminating breaches of constraints."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:PowerRemedialAction . nc:RemedialAction a owl:Class ; - rdfs:label "RemedialAction"@en ; - rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly." ; + rdfs:label "RemedialAction" ; + rdfs:comment "Remedial action describes one or more actions that can be performed on a given power system model situation to eliminate one or more identified breaches of constraints. The remedial action can be costly, and have a cost characteristic, or non costly."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "NC" . nc:RemedialActionDependency a owl:Class ; - rdfs:label "RemedialActionDependency"@en ; + rdfs:label "RemedialActionDependency" ; rdfs:comment """Remedial action dependency is making two remedial actions depending on each other. Multiple dependency is done by multiple instances of this class. The dependency can arrive by having one of the following examples.
    \t
  • The dependent remedial action is controlled by different system operator (Modeling Authority) (e.g. SIPS that goes across control area).
  • \t
  • The dependent remedial action is representing two or more remedial action that represent the same grid state alteration but with different modeling resolution (e.g. detail direct current model versus a simplified model).
  • \t
  • The remedial action can be combined with other remedial action without the need to create multiple remedial action with the same grid alteration for enabling dependency.
  • -
""" ; +"""@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:RemedialActionGroup a owl:Class ; - rdfs:label "RemedialActionGroup"@en ; - rdfs:comment "Grouping of remedial actions that can be operated together." ; + rdfs:label "RemedialActionGroup" ; + rdfs:comment "Grouping of remedial actions that can be operated together."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:RemedialActionScheme a owl:Class ; - rdfs:label "RemedialActionScheme"@en ; + rdfs:label "RemedialActionScheme" ; rdfs:comment """Remedial Action Scheme (RAS), Special Protection Schemes (SPS), System Protection Schemes (SPS) or System Integrity Protection Schemes (SIPS). -A Remedial Action Scheme consists of one or more stages that can trigger and execute a protection action.""" ; +A Remedial Action Scheme consists of one or more stages that can trigger and execute a protection action."""@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:RotatingMachineControlModeKind a owl:Class ; - rdfs:label "RotatingMachineControlModeKind"@en ; - rdfs:comment "Kind of rotating machine controller mode." ; + rdfs:label "RotatingMachineControlModeKind" ; + rdfs:comment "Kind of rotating machine controller mode."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "NC", uml:enumeration . nc:RotatingMachineController a owl:Class ; - rdfs:label "RotatingMachineController"@en ; - rdfs:comment "Rotating machine controller is controlling the equipment which may be used as a generator or motor." ; + rdfs:label "RotatingMachineController" ; + rdfs:comment "Rotating machine controller is controlling the equipment which may be used as a generator or motor."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:SSSCControlModeKind a owl:Class ; - rdfs:label "SSSCControlModeKind"@en ; - rdfs:comment "Control modes of the Static Synchronous Series Compensator (SSSC)." ; + rdfs:label "SSSCControlModeKind" ; + rdfs:comment "Control modes of the Static Synchronous Series Compensator (SSSC)."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "NC", uml:enumeration . nc:SSSCController a owl:Class ; - rdfs:label "SSSCController"@en ; - rdfs:comment "The controller of a Static synchronous series compensator (SSSC)." ; + rdfs:label "SSSCController" ; + rdfs:comment "The controller of a Static synchronous series compensator (SSSC)."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:ScheduleResource a owl:Class ; - rdfs:label "ScheduleResource"@en ; - rdfs:comment "A schedule resource is a market-based method for handling participation of small units, particularly located on the lower voltage level that is controlled by a Distributed System Operator (DSO). It is a collection of units that can operate in the market by providing bids, offers and a resulting committed operational schedule for the collection." ; + rdfs:label "ScheduleResource" ; + rdfs:comment "A schedule resource is a market-based method for handling participation of small units, particularly located on the lower voltage level that is controlled by a Distributed System Operator (DSO). It is a collection of units that can operate in the market by providing bids, offers and a resulting committed operational schedule for the collection."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:SchedulingArea a owl:Class ; - rdfs:label "SchedulingArea"@en ; - rdfs:comment "An area where production and/or consumption of energy can be forecasted, scheduled and measured. The area is operated by only one system operator, typically a Transmission System Operator (TSO). The area can consist of a sub area, which has the same definition as the main area, but it can be operated by another system operator (typically Distributed System Operator (DSO) or a Closed Distributed System Operator (CDSO)). This includes microgrid concept. A substation is the smallest grouping that can be included in the area. The area size should be considered in terms of the possibility of accumulated reading (settlement metering) and the capability of operating as an island." ; + rdfs:label "SchedulingArea" ; + rdfs:comment "An area where production and/or consumption of energy can be forecasted, scheduled and measured. The area is operated by only one system operator, typically a Transmission System Operator (TSO). The area can consist of a sub area, which has the same definition as the main area, but it can be operated by another system operator (typically Distributed System Operator (DSO) or a Closed Distributed System Operator (CDSO)). This includes microgrid concept. A substation is the smallest grouping that can be included in the area. The area size should be considered in terms of the possibility of accumulated reading (settlement metering) and the capability of operating as an island."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:SchemeRemedialAction a owl:Class ; - rdfs:label "SchemeRemedialAction"@en ; - rdfs:comment "Scheme remedial action is remedial action that involves a scheme that can include conditional logic and stages of grid alteration. The primary remedial action is the arming of these schemes, that will then perform curative remedial action when the condition is met. System Integrity Protection Scheme (SIPS) and Special Protection Scheme (SPS) are example of this." ; + rdfs:label "SchemeRemedialAction" ; + rdfs:comment "Scheme remedial action is remedial action that involves a scheme that can include conditional logic and stages of grid alteration. The primary remedial action is the arming of these schemes, that will then perform curative remedial action when the condition is met. System Integrity Protection Scheme (SIPS) and Special Protection Scheme (SPS) are example of this."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:RemedialAction . nc:StageTrigger a owl:Class ; - rdfs:label "StageTrigger"@en ; - rdfs:comment "Stage that is triggered either by TriggerCondition or by gate condition within a stage." ; + rdfs:label "StageTrigger" ; + rdfs:comment "Stage that is triggered either by TriggerCondition or by gate condition within a stage."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:StaticSynchronousCompensator a owl:Class ; - rdfs:label "StaticSynchronousCompensator"@en ; - rdfs:comment "Static synchronous compensator (STATCOM), also known as a static synchronous condenser (STATCON), is a type of flexible AC transmission system regulating equipment used on alternating current electricity transmission networks. It is based on a power electronics voltage-source converter and can act as either a source or sink of reactive AC power to an electricity network. If connected to a source of power it can also provide active AC power." ; + rdfs:label "StaticSynchronousCompensator" ; + rdfs:comment "Static synchronous compensator (STATCOM), also known as a static synchronous condenser (STATCON), is a type of flexible AC transmission system regulating equipment used on alternating current electricity transmission networks. It is based on a power electronics voltage-source converter and can act as either a source or sink of reactive AC power to an electricity network. If connected to a source of power it can also provide active AC power."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:FACTSEquipment . nc:StaticSynchronousSeriesCompensator a owl:Class ; - rdfs:label "StaticSynchronousSeriesCompensator"@en ; - rdfs:comment "Static synchronous series compensator (SSSC) is a type of flexible AC transmission system which consists of a solid-state voltage source inverter coupled with a transformer that is connected in series with a transmission line. This device can inject an almost sinusoidal voltage in series with the line. This injected voltage could be considered as an inductive or capacitive reactance, which is connected in series with the transmission line. This feature can provide controllable voltage compensation. In addition, SSSC is able to reverse the power flow by injecting a sufficiently large series reactive compensating voltage. Moreover it can inject a voltage proportional to the difference between the line current and the pre-configured current threshold. It shall have two Terminal-s associated with it." ; + rdfs:label "StaticSynchronousSeriesCompensator" ; + rdfs:comment "Static synchronous series compensator (SSSC) is a type of flexible AC transmission system which consists of a solid-state voltage source inverter coupled with a transformer that is connected in series with a transmission line. This device can inject an almost sinusoidal voltage in series with the line. This injected voltage could be considered as an inductive or capacitive reactance, which is connected in series with the transmission line. This feature can provide controllable voltage compensation. In addition, SSSC is able to reverse the power flow by injecting a sufficiently large series reactive compensating voltage. Moreover it can inject a voltage proportional to the difference between the line current and the pre-configured current threshold. It shall have two Terminal-s associated with it."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:FACTSEquipment . nc:StaticVarCompensator a owl:Class ; - rdfs:label "StaticVarCompensator"@en ; + rdfs:label "StaticVarCompensator" ; rdfs:comment """A facility for providing variable and controllable shunt reactive power. The SVC typically consists of a stepdown transformer, filter, thyristor-controlled reactor, and thyristor-switched capacitor arms. -The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero.""" ; +The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero."""@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:FACTSEquipment . nc:SubstationController a owl:Class ; - rdfs:label "SubstationController"@en ; - rdfs:comment "Substation controller is controlling the equipment to optimize the use of the controlling equipment within a substation." ; + rdfs:label "SubstationController" ; + rdfs:comment "Substation controller is controlling the equipment to optimize the use of the controlling equipment within a substation."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:SubstationControllerModeKind a owl:Class ; - rdfs:label "SubstationControllerModeKind"@en ; - rdfs:comment "Kind of substation controller mode." ; + rdfs:label "SubstationControllerModeKind" ; + rdfs:comment "Kind of substation controller mode."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "NC", uml:enumeration . nc:TCSCControlModeKind a owl:Class ; - rdfs:label "TCSCControlModeKind"@en ; - rdfs:comment "Kind of TCSC control mode." ; + rdfs:label "TCSCControlModeKind" ; + rdfs:comment "Kind of TCSC control mode."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "NC", uml:enumeration . nc:TCSCController a owl:Class ; - rdfs:label "TCSCController"@en ; - rdfs:comment "TCSC controller is controlling the equipment to optimize the performance of the TCSC." ; + rdfs:label "TCSCController" ; + rdfs:comment "TCSC controller is controlling the equipment to optimize the performance of the TCSC."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:ThyristorControlledSeriesCompensator a owl:Class ; - rdfs:label "ThyristorControlledSeriesCompensator"@en ; - rdfs:comment "Thyristor-controlled series capacitors (TCSC) is a type of flexible AC transmission system regulating equipment that is configured with controlled reactors in parallel with sections of a capacitor bank. This combination allows smooth control of the fundamental frequency capacitive reactance over a wide range. The thyristor valve contains a string of series connected high power thyristors. TCSC can control power flows in order to achieve eliminating of line overloads, reducing loop flows and minimising system losses." ; + rdfs:label "ThyristorControlledSeriesCompensator" ; + rdfs:comment "Thyristor-controlled series capacitors (TCSC) is a type of flexible AC transmission system regulating equipment that is configured with controlled reactors in parallel with sections of a capacitor bank. This combination allows smooth control of the fundamental frequency capacitive reactance over a wide range. The thyristor valve contains a string of series connected high power thyristors. TCSC can control power flows in order to achieve eliminating of line overloads, reducing loop flows and minimising system losses."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete ; rdfs:subClassOf nc:FACTSEquipment . nc:VoltageAngleLimit a owl:Class ; - rdfs:label "VoltageAngleLimit"@en ; - rdfs:comment "Voltage angle limit between two terminals. The association end OperationalLimitSet.Terminal defines one end and the host of the limit. The association end VoltageAngleLimit.AngleReferenceTerminal defines the reference terminal." ; + rdfs:label "VoltageAngleLimit" ; + rdfs:comment "Voltage angle limit between two terminals. The association end OperationalLimitSet.Terminal defines one end and the host of the limit. The association end VoltageAngleLimit.AngleReferenceTerminal defines the reference terminal."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:VoltageControlFunction a owl:Class ; - rdfs:label "VoltageControlFunction"@en ; - rdfs:comment "Voltage control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage." ; + rdfs:label "VoltageControlFunction" ; + rdfs:comment "Voltage control function is a function block that calculate the operating point of the controlled equipment to achieve the target voltage."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . nc:VoltageInjectionControlFunction a owl:Class ; - rdfs:label "VoltageInjectionControlFunction"@en ; - rdfs:comment "Voltage injection control function is a function block that calculates the operating point of the controlled equipment to achieve the target voltage injection. The controlled point is the Terminal with sequenceNumber =1." ; + rdfs:label "VoltageInjectionControlFunction" ; + rdfs:comment "Voltage injection control function is a function block that calculates the operating point of the controlled equipment to achieve the target voltage injection. The controlled point is the Terminal with sequenceNumber =1."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; cims:stereotype "Description", "NC", uml:concrete . cim:GeneratingUnit.startupCost a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "startupCost"@en ; - rdfs:comment "The initial startup cost incurred for each start of the GeneratingUnit." ; + rdfs:label "startupCost" ; + rdfs:comment "The initial startup cost incurred for each start of the GeneratingUnit."@en ; cims:dataType cim:Money ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GeneratingUnit . nc:CompensatorController.mode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "mode"@en ; - rdfs:comment "Mode of the compensator controller." ; + rdfs:label "mode" ; + rdfs:comment "Mode of the compensator controller."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CompensatorController ; rdfs:range nc:CompensatorControlModeKind . nc:DirectCurrentEquipmentController.mode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "mode"@en ; - rdfs:comment "Mode of the dc controller." ; + rdfs:label "mode" ; + rdfs:comment "Mode of the dc controller."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:DirectCurrentEquipmentController ; rdfs:range nc:DCControlModeKind . nc:FrequencyControlFuntion.targetValue a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "Target value for the frequency that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "targetValue" ; + rdfs:comment "Target value for the frequency that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cims:dataType cim:Frequency ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:FrequencyControlFuntion . nc:GeneratingUnit.warmStartupCost a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "warmStartupCost"@en ; - rdfs:comment "The warm startup cost incurred for each start of the GeneratingUnit." ; + rdfs:label "warmStartupCost" ; + rdfs:comment "The warm startup cost incurred for each start of the GeneratingUnit."@en ; cims:dataType cim:Money ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:GeneratingUnit . nc:InjectionController.mode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "mode"@en ; - rdfs:comment "Mode of the injection controller." ; + rdfs:label "mode" ; + rdfs:comment "Mode of the injection controller."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:InjectionController ; rdfs:range nc:InjectionControlModeKind . nc:RotatingMachineController.mode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "mode"@en ; - rdfs:comment "Mode of the rotating machine controller." ; + rdfs:label "mode" ; + rdfs:comment "Mode of the rotating machine controller."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RotatingMachineController ; rdfs:range nc:RotatingMachineControlModeKind . nc:SSSCController.mode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "mode"@en ; - rdfs:comment "Mode of the Static Synchronous Series compensator controller." ; + rdfs:label "mode" ; + rdfs:comment "Mode of the Static Synchronous Series compensator controller."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SSSCController ; rdfs:range nc:SSSCControlModeKind . nc:SubstationController.mode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "mode"@en ; - rdfs:comment "Mode of the substation controller." ; + rdfs:label "mode" ; + rdfs:comment "Mode of the substation controller."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SubstationController ; rdfs:range nc:SubstationControllerModeKind . nc:TCSCController.mode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "mode"@en ; - rdfs:comment "Mode of the TCSC controller." ; + rdfs:label "mode" ; + rdfs:comment "Mode of the TCSC controller."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:TCSCController ; rdfs:range nc:TCSCControlModeKind . cim:Contingency.mustStudy a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mustStudy"@en ; - rdfs:comment "Set true if must study this contingency." ; + rdfs:label "mustStudy" ; + rdfs:comment "Set true if must study this contingency."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Contingency ; rdfs:range xsd:boolean . cim:Equipment.inService a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inService"@en ; - rdfs:comment "Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model." ; + rdfs:label "inService" ; + rdfs:comment "Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Equipment ; rdfs:range xsd:boolean . cim:Equipment.networkAnalysisEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "networkAnalysisEnabled"@en ; - rdfs:comment "The equipment is enabled to participate in network analysis. If unspecified, the value is assumed to be true." ; + rdfs:label "networkAnalysisEnabled" ; + rdfs:comment "The equipment is enabled to participate in network analysis. If unspecified, the value is assumed to be true."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Equipment ; rdfs:range xsd:boolean . cim:RegulatingCondEq.controlEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "controlEnabled"@en ; - rdfs:comment "Specifies the regulation status of the equipment. True is regulating, false is not regulating." ; + rdfs:label "controlEnabled" ; + rdfs:comment "Specifies the regulation status of the equipment. True is regulating, false is not regulating."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegulatingCondEq ; rdfs:range xsd:boolean . nc:ACEmulationControlFunction.gain a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gain"@en ; - rdfs:comment "Control system gain in AC transmission emulation control measured in MW/deg. It plays the role of an admittance of the equivalent AC transmission line that the control is emulating the higher is the gain the higher is the active power transfer at steady state." ; + rdfs:label "gain" ; + rdfs:comment "Control system gain in AC transmission emulation control measured in MW/deg. It plays the role of an admittance of the equivalent AC transmission line that the control is emulating the higher is the gain the higher is the active power transfer at steady state."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ACEmulationControlFunction ; rdfs:range xsd:float . nc:ACEmulationControlFunction.referenceP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "referenceP"@en ; - rdfs:comment "Existing active power setpoint used to calculate the active power setpoint of the AC emulation control." ; + rdfs:label "referenceP" ; + rdfs:comment "Existing active power setpoint used to calculate the active power setpoint of the AC emulation control."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -699,9 +701,9 @@ nc:ACEmulationControlFunction.referenceP a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . nc:ACEmulationControlFunction.timeConstant a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "timeConstant"@en ; + rdfs:label "timeConstant" ; rdfs:comment """Control system time constant in AC transmission emulation control. It affects the time needed to -reach a new steady state equilibrium point after a network perturbation extremely important to guarantee N-1 relief related to an interconnection. The higher is time constant the slower is the DC system dynamic.""" ; +reach a new steady state equilibrium point after a network perturbation extremely important to guarantee N-1 relief related to an interconnection. The higher is time constant the slower is the DC system dynamic."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -712,8 +714,8 @@ reach a new steady state equilibrium point after a network perturbation extremel rdfs:range xsd:float . nc:ActivePowerControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "Target value for the active power that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "targetValue" ; + rdfs:comment "Target value for the active power that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -724,16 +726,16 @@ nc:ActivePowerControlFunction.targetValue a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . nc:AreaDispatchableUnit.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "Identifies if the unit is enabled to accept a dispatch instruction. If true, the unit is enabled to accept a dispatch instruction. If false, the unit has the capability, but it is not enabled to receive a dispatch instruction." ; + rdfs:label "enabled" ; + rdfs:comment "Identifies if the unit is enabled to accept a dispatch instruction. If true, the unit is enabled to accept a dispatch instruction. If false, the unit has the capability, but it is not enabled to receive a dispatch instruction."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AreaDispatchableUnit ; rdfs:range xsd:boolean . nc:AreaDispatchableUnit.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; - rdfs:comment "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "p" ; + rdfs:comment "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -744,10 +746,10 @@ nc:AreaDispatchableUnit.p a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:AssessedElement.appointedMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "appointedMargin"@en ; + rdfs:label "appointedMargin" ; rdfs:comment """The percentage (appointed to a region) of the remaining margin obtained in the grid model to reach its current limit under normal operating conditions. The maximum percentage shall by default be 10% of the remaining margin. It is only used when an assessed element is considered conservative for a region. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -758,8 +760,8 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElement.coordinatedValidationAdjustment a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "coordinatedValidationAdjustment"@en ; - rdfs:comment "Positive value calculated and provided by the Coordinated Capacity Calculator (CCC) for the reduction of Remaining Available Margin (RAM) in order to ensure grid security." ; + rdfs:label "coordinatedValidationAdjustment" ; + rdfs:comment "Positive value calculated and provided by the Coordinated Capacity Calculator (CCC) for the reduction of Remaining Available Margin (RAM) in order to ensure grid security."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -770,32 +772,32 @@ nc:AssessedElement.coordinatedValidationAdjustment a owl:DatatypeProperty, owl:F rdfs:range xsd:float . nc:AssessedElement.coordinatedValidationAdjustmentJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "coordinatedValidationAdjustmentJustification"@en ; - rdfs:comment "Free text description provided by the coordinated capacity calculator (CCC) for justifying the reduction of Remaining Available Margin (RAM) by means of Coordinated Validation Adjustment (CVA). This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "coordinatedValidationAdjustmentJustification" ; + rdfs:comment "Free text description provided by the coordinated capacity calculator (CCC) for justifying the reduction of Remaining Available Margin (RAM) by means of Coordinated Validation Adjustment (CVA). This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:string . nc:AssessedElement.criticalElementContingencyJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "criticalElementContingencyJustification"@en ; - rdfs:comment "Free text describing the justification of critical element contingency categorization (e.g. the use of the kind). This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "criticalElementContingencyJustification" ; + rdfs:comment "Free text describing the justification of critical element contingency categorization (e.g. the use of the kind). This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:string . nc:AssessedElement.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "If true, the assessed element is enabled, otherwise it is disabled." ; + rdfs:label "enabled" ; + rdfs:comment "If true, the assessed element is enabled, otherwise it is disabled."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:boolean . nc:AssessedElement.individualValidationAdjustment a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "individualValidationAdjustment"@en ; - rdfs:comment "Positive value calculated and provided by System Operators from their individual validation process for the reduction of Remaining Available Margin (RAM) in order to ensure grid security." ; + rdfs:label "individualValidationAdjustment" ; + rdfs:comment "Positive value calculated and provided by System Operators from their individual validation process for the reduction of Remaining Available Margin (RAM) in order to ensure grid security."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -806,16 +808,16 @@ nc:AssessedElement.individualValidationAdjustment a owl:DatatypeProperty, owl:Fu rdfs:range xsd:float . nc:AssessedElement.individualValidationAdjustmentJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "individualValidationAdjustmentJustification"@en ; - rdfs:comment "Free text description provided by System Operators for justifying the reduction of Remaining Available Margin (RAM) by means of Individual Validation Adjustment (IVA). This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "individualValidationAdjustmentJustification" ; + rdfs:comment "Free text description provided by System Operators for justifying the reduction of Remaining Available Margin (RAM) by means of Individual Validation Adjustment (IVA). This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:string . nc:AssessedElement.individualValidationAdjustmentShare a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "individualValidationAdjustmentShare"@en ; - rdfs:comment "Positive value expressed calculated by the Coordinated Capacity Calculator (CCC) based on the provided Individual Validation Adjustment (IVA) by System Operators in order to show the actual reduction of Remaining Available Margin (RAM). Individual Validation Adjustment Share is a positive non-zero value. It is equal or less than the Individual Validation Adjustment value." ; + rdfs:label "individualValidationAdjustmentShare" ; + rdfs:comment "Positive value expressed calculated by the Coordinated Capacity Calculator (CCC) based on the provided Individual Validation Adjustment (IVA) by System Operators in order to show the actual reduction of Remaining Available Margin (RAM). Individual Validation Adjustment Share is a positive non-zero value. It is equal or less than the Individual Validation Adjustment value."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -826,8 +828,8 @@ nc:AssessedElement.individualValidationAdjustmentShare a owl:DatatypeProperty, o rdfs:range xsd:float . nc:AssessedElement.maxFlow a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxFlow"@en ; - rdfs:comment "Maximum flow on a conducting equipment or a collection of conducting equipment forming a power transfer corridor. For assessed element that becomes critical due to contingency, this value represents the maximum flow with remedial action taken into consideration." ; + rdfs:label "maxFlow" ; + rdfs:comment "Maximum flow on a conducting equipment or a collection of conducting equipment forming a power transfer corridor. For assessed element that becomes critical due to contingency, this value represents the maximum flow with remedial action taken into consideration."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -838,9 +840,9 @@ nc:AssessedElement.maxFlow a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:AssessedElement.maxMarginAdjustment a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxMarginAdjustment"@en ; + rdfs:label "maxMarginAdjustment" ; rdfs:comment """Maximum adjustment, relative to maximum flow allowed for exceeding the maximum flow of this assessed element. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -851,10 +853,10 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElement.positiveVirtualMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "positiveVirtualMargin"@en ; + rdfs:label "positiveVirtualMargin" ; rdfs:comment """A positive margin that defines the overload allowed in a solution for the assessed element for the current situation. The margin represents influences that can be solved by the System Operators using available remedial action which is not cross-border relevant remedial action. All relevant operational limits (e.g. PATL, TATL, etc) are modified by this margin value. The attribute represents the increase. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -865,9 +867,9 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElement.scannedThresholdMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "scannedThresholdMargin"@en ; + rdfs:label "scannedThresholdMargin" ; rdfs:comment """Threshold percentage that a scanned element can be overloaded, on a given element, on top of any overload prior to optimisation (default= 5%). e.g. Initial loading of the element is 110%, with a 5% scanned threshold margin, the new maximum is 115% of the limit (e.g. PATL, TATL, etc). -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -878,40 +880,40 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:AssessedElement.targetRemainingAvailableMarginJustification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetRemainingAvailableMarginJustification"@en ; - rdfs:comment "Free text describing the justification for the target Remaining Available Margin (RAM). This justification is not intended for any application processing purpose, it should only be used for reporting." ; + rdfs:label "targetRemainingAvailableMarginJustification" ; + rdfs:comment "Free text describing the justification for the target Remaining Available Margin (RAM). This justification is not intended for any application processing purpose, it should only be used for reporting."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElement ; rdfs:range xsd:string . nc:AssessedElementWithContingency.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "If true, the assessed element with contingency is enabled, otherwise it is disabled." ; + rdfs:label "enabled" ; + rdfs:comment "If true, the assessed element with contingency is enabled, otherwise it is disabled."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementWithContingency ; rdfs:range xsd:boolean . nc:AssessedElementWithRemedialAction.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "If true, the assessed element with remedial action is enabled, otherwise it is disabled." ; + rdfs:label "enabled" ; + rdfs:comment "If true, the assessed element with remedial action is enabled, otherwise it is disabled."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AssessedElementWithRemedialAction ; rdfs:range xsd:boolean . nc:AutomationFunction.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "True, if the automation function is enabled (active). Otherwise false." ; + rdfs:label "enabled" ; + rdfs:comment "True, if the automation function is enabled (active). Otherwise false."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:AutomationFunction ; rdfs:range xsd:boolean . nc:BiddingZone.netPosition a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "netPosition"@en ; - rdfs:comment "Net position is the netted sum of electricity exports and imports for each market time unit for a bidding zone." ; + rdfs:label "netPosition" ; + rdfs:comment "Net position is the netted sum of electricity exports and imports for each market time unit for a bidding zone."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -922,8 +924,8 @@ nc:BiddingZone.netPosition a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:BiddingZoneBorder.alreadyAllocatedCapacity a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "alreadyAllocatedCapacity"@en ; - rdfs:comment "Already Allocated Capacity (AAC) means the total amount of allocated transmission rights i.e. transmission capacity reserved by virtue of historical long-term contracts and the previously held transmission capacity reservation auctions." ; + rdfs:label "alreadyAllocatedCapacity" ; + rdfs:comment "Already Allocated Capacity (AAC) means the total amount of allocated transmission rights i.e. transmission capacity reserved by virtue of historical long-term contracts and the previously held transmission capacity reservation auctions."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -934,8 +936,8 @@ nc:BiddingZoneBorder.alreadyAllocatedCapacity a owl:DatatypeProperty, owl:Functi rdfs:range xsd:float . nc:BiddingZoneBorder.alreadyAllocatedFlow a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "alreadyAllocatedFlow"@en ; - rdfs:comment "The maximum allowed flow on the collection of interconnection between two bidding zones." ; + rdfs:label "alreadyAllocatedFlow" ; + rdfs:comment "The maximum allowed flow on the collection of interconnection between two bidding zones."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -946,8 +948,8 @@ nc:BiddingZoneBorder.alreadyAllocatedFlow a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . nc:BiddingZoneBorder.availableTransferCapacity a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "availableTransferCapacity"@en ; - rdfs:comment "Available Transfer Capacity (ATC) means the transmission capacity that remains available, after allocation procedure, to be used under the physical conditions of the transmission system. ATC value is defined as: ATC = NTC - AAC." ; + rdfs:label "availableTransferCapacity" ; + rdfs:comment "Available Transfer Capacity (ATC) means the transmission capacity that remains available, after allocation procedure, to be used under the physical conditions of the transmission system. ATC value is defined as: ATC = NTC - AAC."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -958,8 +960,8 @@ nc:BiddingZoneBorder.availableTransferCapacity a owl:DatatypeProperty, owl:Funct rdfs:range xsd:float . nc:BiddingZoneBorder.netTransferCapacity a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "netTransferCapacity"@en ; - rdfs:comment "Net Transfer Capacity (NTC) is defined as NTC = TTC – TRM and corresponds to the maximum exchange between two areas compatible with operational security limits applicable in both areas and taking into account the technical uncertainties on future network conditions." ; + rdfs:label "netTransferCapacity" ; + rdfs:comment "Net Transfer Capacity (NTC) is defined as NTC = TTC – TRM and corresponds to the maximum exchange between two areas compatible with operational security limits applicable in both areas and taking into account the technical uncertainties on future network conditions."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -970,8 +972,8 @@ nc:BiddingZoneBorder.netTransferCapacity a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . nc:BiddingZoneBorder.totalTransferCapacity a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "totalTransferCapacity"@en ; - rdfs:comment "Total Transfer Capacity (TTC) is the maximum exchange program between two areas compatible with operational security standards applicable at each system if future network conditions, generation and load patterns were perfectly known in advance." ; + rdfs:label "totalTransferCapacity" ; + rdfs:comment "Total Transfer Capacity (TTC) is the maximum exchange program between two areas compatible with operational security standards applicable at each system if future network conditions, generation and load patterns were perfectly known in advance."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -982,8 +984,8 @@ nc:BiddingZoneBorder.totalTransferCapacity a owl:DatatypeProperty, owl:Functiona rdfs:range xsd:float . nc:BiddingZoneBorder.transmissionReliabilityMargin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "transmissionReliabilityMargin"@en ; - rdfs:comment "Transmission Reliability Margin (TRM) is the minimum reserve that system operators must have available at their connections so that they can help other countries to which their system is directly or indirectly connected, if necessary." ; + rdfs:label "transmissionReliabilityMargin" ; + rdfs:comment "Transmission Reliability Margin (TRM) is the minimum reserve that system operators must have available at their connections so that they can help other countries to which their system is directly or indirectly connected, if necessary."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -994,9 +996,9 @@ nc:BiddingZoneBorder.transmissionReliabilityMargin a owl:DatatypeProperty, owl:F rdfs:range xsd:float . nc:CircuitShare.contributionFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "contributionFactor"@en ; + rdfs:label "contributionFactor" ; rdfs:comment """Contribution factor for the circuit which is part of a power transfer corridor. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -1007,9 +1009,9 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:Contingency.probability a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "probability"@en ; + rdfs:label "probability" ; rdfs:comment """The forecasted probability of the occurrence of the contingency based on the given operational condition, status of the equipment and the forecasted environment condition. -The allowed value range is [0,100].""" ; +The allowed value range is [0,100]."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -1020,24 +1022,24 @@ The allowed value range is [0,100].""" ; rdfs:range xsd:float . nc:ContingencyWithRemedialAction.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "If true, the contingency with remedial action is enabled, otherwise it is disabled." ; + rdfs:label "enabled" ; + rdfs:comment "If true, the contingency with remedial action is enabled, otherwise it is disabled."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ContingencyWithRemedialAction ; rdfs:range xsd:boolean . nc:CrossBorderRelevance.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "If true, the cross border relevance is enabled, otherwise it is disabled." ; + rdfs:label "enabled" ; + rdfs:comment "If true, the cross border relevance is enabled, otherwise it is disabled."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CrossBorderRelevance ; rdfs:range xsd:boolean . nc:CurrentControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "Target value for the current that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "targetValue" ; + rdfs:comment "Target value for the current that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -1048,8 +1050,8 @@ nc:CurrentControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . nc:CurrentDroopControlFunction.targetValueCapacitive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValueCapacitive"@en ; - rdfs:comment "Setpoint when control is active in capacitive region." ; + rdfs:label "targetValueCapacitive" ; + rdfs:comment "Setpoint when control is active in capacitive region."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -1060,8 +1062,8 @@ nc:CurrentDroopControlFunction.targetValueCapacitive a owl:DatatypeProperty, owl rdfs:range xsd:float . nc:CurrentDroopControlFunction.targetValueInductive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValueInductive"@en ; - rdfs:comment "Setpoint when control is active in inductive region." ; + rdfs:label "targetValueInductive" ; + rdfs:comment "Setpoint when control is active in inductive region."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -1072,16 +1074,16 @@ nc:CurrentDroopControlFunction.targetValueInductive a owl:DatatypeProperty, owl: rdfs:range xsd:float . nc:CurrentDroopOverride.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "True, if the current droop override is enabled (active). Otherwise false." ; + rdfs:label "enabled" ; + rdfs:comment "True, if the current droop override is enabled (active). Otherwise false."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:CurrentDroopOverride ; rdfs:range xsd:boolean . nc:CurrentDroopOverride.targetValueCapacitiveI a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValueCapacitiveI"@en ; - rdfs:comment "Setpoint when control is active in capacitive region." ; + rdfs:label "targetValueCapacitiveI" ; + rdfs:comment "Setpoint when control is active in capacitive region."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -1092,8 +1094,8 @@ nc:CurrentDroopOverride.targetValueCapacitiveI a owl:DatatypeProperty, owl:Funct rdfs:range xsd:float . nc:CurrentDroopOverride.targetValueInductiveI a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValueInductiveI"@en ; - rdfs:comment "Setpoint when control is active in inductive region." ; + rdfs:label "targetValueInductiveI" ; + rdfs:comment "Setpoint when control is active in inductive region."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -1104,8 +1106,8 @@ nc:CurrentDroopOverride.targetValueInductiveI a owl:DatatypeProperty, owl:Functi rdfs:range xsd:float . nc:DCCurrentControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "Target value for the current that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "targetValue" ; + rdfs:comment "Target value for the current that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -1116,8 +1118,8 @@ nc:DCCurrentControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . nc:DCPole.maxEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxEconomicP"@en ; - rdfs:comment "Maximum high economic active power limit, that should not exceed the maximum operating active power limit." ; + rdfs:label "maxEconomicP" ; + rdfs:comment "Maximum high economic active power limit, that should not exceed the maximum operating active power limit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1128,8 +1130,8 @@ nc:DCPole.maxEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:DCPole.minEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minEconomicP"@en ; - rdfs:comment "Low economic active power limit that shall be greater than or equal to the minimum operating active power limit." ; + rdfs:label "minEconomicP" ; + rdfs:comment "Low economic active power limit that shall be greater than or equal to the minimum operating active power limit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1140,8 +1142,8 @@ nc:DCPole.minEconomicP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:DCPole.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; - rdfs:comment "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "p" ; + rdfs:comment "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1152,40 +1154,40 @@ nc:DCPole.p a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:DCPole.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; + rdfs:label "participationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:DCPole ; rdfs:range xsd:float . nc:DCSwitch.locked a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "locked"@en ; + rdfs:label "locked" ; rdfs:comment """If true, the switch is locked. The resulting switch state is a combination of locked and DCSwitch.open attributes as follows:
    \t
  • locked=true and DCSwitch.open=true. The resulting state is open and locked;
  • \t
  • locked=false and DCSwitch.open=true. The resulting state is open;
  • \t
  • locked=false and DCSwitch.open=false. The resulting state is closed.
  • -
""" ; +"""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:DCSwitch ; rdfs:range xsd:boolean . nc:DCSwitch.open a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "open"@en ; - rdfs:comment "The attribute tells if the switch is considered open when used as input to topology processing." ; + rdfs:label "open" ; + rdfs:comment "The attribute tells if the switch is considered open when used as input to topology processing."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain nc:DCSwitch ; rdfs:range xsd:boolean . nc:DCTieCorridor.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution in the case a simplified power flow model is used.""" ; +Starting value for a steady state solution in the case a simplified power flow model is used."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -1196,9 +1198,9 @@ Starting value for a steady state solution in the case a simplified power flow m rdfs:range xsd:float . nc:DCTieCorridor.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution in the case a simplified power flow model is used.""" ; +Starting value for a steady state solution in the case a simplified power flow model is used."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -1209,8 +1211,8 @@ Starting value for a steady state solution in the case a simplified power flow m rdfs:range xsd:float . nc:DCVoltageControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "Target value for the voltage that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "targetValue" ; + rdfs:comment "Target value for the voltage that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -1221,8 +1223,8 @@ nc:DCVoltageControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . nc:EnergyBlockOrder.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; - rdfs:comment "The maximum active power that can be applied as part of this block order." ; + rdfs:label "p" ; + rdfs:comment "The maximum active power that can be applied as part of this block order."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1233,34 +1235,34 @@ nc:EnergyBlockOrder.p a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:EnergyBlockOrder.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; - rdfs:comment "Participation factor." ; + rdfs:label "participationFactor" ; + rdfs:comment "Participation factor."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnergyBlockOrder ; rdfs:range xsd:float . nc:EnergyBlockOrder.sequence a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sequence"@en ; - rdfs:comment "Sequence needs to be ordered by the scheduling area. It has to be unique by the scheduling area." ; + rdfs:label "sequence" ; + rdfs:comment "Sequence needs to be ordered by the scheduling area. It has to be unique by the scheduling area."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnergyBlockOrder ; rdfs:range xsd:integer . nc:EnergyConsumer.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; + rdfs:label "participationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:EnergyConsumer ; rdfs:range xsd:float . nc:EnergyGroup.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; - rdfs:comment "Active power for the energy group representing a particular energy type. e.g. WInd Power" ; + rdfs:label "p" ; + rdfs:comment "Active power for the energy group representing a particular energy type. e.g. WInd Power"@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1271,17 +1273,17 @@ nc:EnergyGroup.p a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:EnergyGroup.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; - rdfs:comment "Participation factor for the power group in relation to scheduling area. Must be a positive value." ; + rdfs:label "participationFactor" ; + rdfs:comment "Participation factor for the power group in relation to scheduling area. Must be a positive value."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:EnergyGroup ; rdfs:range xsd:float . nc:FACTSEquipment.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -1292,16 +1294,16 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . nc:FrequencyControlFuntion.frequencyBias a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "frequencyBias"@en ; - rdfs:comment "Target value for the active power that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "frequencyBias" ; + rdfs:comment "Target value for the active power that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:FrequencyControlFuntion ; rdfs:range xsd:float . nc:FuelStorage.energyStorage a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "energyStorage"@en ; - rdfs:comment "Amount of energy available in the storage." ; + rdfs:label "energyStorage" ; + rdfs:comment "Amount of energy available in the storage."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.Wh ; cims:multiplicity cims:M:1..1 ; @@ -1312,24 +1314,24 @@ nc:FuelStorage.energyStorage a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:FunctionBlock.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "True, if the function block is enabled (active). Otherwise false." ; + rdfs:label "enabled" ; + rdfs:comment "True, if the function block is enabled (active). Otherwise false."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:FunctionBlock ; rdfs:range xsd:boolean . nc:GeneratingUnit.mustRun a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mustRun"@en ; - rdfs:comment "Identifies if the generating unit is a must-run unit. This means that it cannot be instructed to shutdown due to other obligation. e.g. Providing heat. If true, the generating unit is must-run. If false, it is not." ; + rdfs:label "mustRun" ; + rdfs:comment "Identifies if the generating unit is a must-run unit. This means that it cannot be instructed to shutdown due to other obligation. e.g. Providing heat. If true, the generating unit is must-run. If false, it is not."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:GeneratingUnit ; rdfs:range xsd:boolean . nc:GeneratingUnit.mustRunP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mustRunP"@en ; - rdfs:comment "Minimum active power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "mustRunP" ; + rdfs:comment "Minimum active power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1340,8 +1342,8 @@ nc:GeneratingUnit.mustRunP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:GeneratingUnit.mustRunQ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mustRunQ"@en ; - rdfs:comment "Minimum reactive power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "mustRunQ" ; + rdfs:comment "Minimum reactive power injection that is needed to meet must-run requirement. This value can be higher or equal to minimum operational limit. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -1352,29 +1354,29 @@ nc:GeneratingUnit.mustRunQ a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:GeneratingUnit.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; + rdfs:label "participationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:GeneratingUnit ; rdfs:range xsd:float . nc:GridStateAlteration.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "The status of the GridStateAlteration set by an operation or by a signal resulting from a control action." ; + rdfs:label "enabled" ; + rdfs:comment "The status of the GridStateAlteration set by an operation or by a signal resulting from a control action."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:GridStateAlteration ; rdfs:range xsd:boolean . nc:GridStateAlteration.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; + rdfs:label "participationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). In the case of priority strategy, the item with the lowest number gets allocated energy first. -e.g. If 0 this grid alteration does not participate. The sum of all participation factors for all grid state alterations associated with same remedial action shall be equal to 100%.""" ; +e.g. If 0 this grid alteration does not participate. The sum of all participation factors for all grid state alterations associated with same remedial action shall be equal to 100%."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -1385,18 +1387,18 @@ e.g. If 0 this grid alteration does not participate. The sum of all participatio rdfs:range xsd:float . nc:HydroPump.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; + rdfs:label "participationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:HydroPump ; rdfs:range xsd:float . nc:ImpedanceControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "Target value for the impedance that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "targetValue" ; + rdfs:comment "Target value for the impedance that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1407,8 +1409,8 @@ nc:ImpedanceControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . nc:InfeedLimit.valueA a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valueA"@en ; - rdfs:comment "Value of current limit. The attribute shall be a positive value or zero." ; + rdfs:label "valueA" ; + rdfs:comment "Value of current limit. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -1419,8 +1421,8 @@ nc:InfeedLimit.valueA a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:InfeedLimit.valueW a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valueW"@en ; - rdfs:comment "Value of active power limit. The attribute shall be a positive value or zero." ; + rdfs:label "valueW" ; + rdfs:comment "Value of active power limit. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1431,8 +1433,8 @@ nc:InfeedLimit.valueW a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PTCActivePowerSupport.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The support that a System Integrity Protection Scheme (SIPS) gives to a Power Transfer Corridor (PTC)." ; + rdfs:label "value" ; + rdfs:comment "The support that a System Integrity Protection Scheme (SIPS) gives to a Power Transfer Corridor (PTC)."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -1443,8 +1445,8 @@ nc:PTCActivePowerSupport.value a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PhaseControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "Target value for the phase that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "targetValue" ; + rdfs:comment "Target value for the phase that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -1455,8 +1457,8 @@ nc:PhaseControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . nc:PowerCapacity.maxInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxInterchange"@en ; - rdfs:comment "Maximum total active power (AC and DC) that the net position for the bidding zone can have to maintain operational security. Positive sign means flow into the bidding zone." ; + rdfs:label "maxInterchange" ; + rdfs:comment "Maximum total active power (AC and DC) that the net position for the bidding zone can have to maintain operational security. Positive sign means flow into the bidding zone."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1467,8 +1469,8 @@ nc:PowerCapacity.maxInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerCapacity.minImportP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minImportP"@en ; - rdfs:comment "Minimum imported active power requirement." ; + rdfs:label "minImportP" ; + rdfs:comment "Minimum imported active power requirement."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1479,8 +1481,8 @@ nc:PowerCapacity.minImportP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerCapacity.minInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minInterchange"@en ; - rdfs:comment "Minimum total active power (AC and DC) that the net position for the bidding zone can have to maintain operational security. Negative sign means flow out of the bidding zone." ; + rdfs:label "minInterchange" ; + rdfs:comment "Minimum total active power (AC and DC) that the net position for the bidding zone can have to maintain operational security. Negative sign means flow out of the bidding zone."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1491,8 +1493,8 @@ nc:PowerCapacity.minInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:PowerCapacity.netACInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "netACInterchange"@en ; - rdfs:comment "The netted aggregation of all AC external schedules of an area. Positive sign means flow into the area (Import)." ; + rdfs:label "netACInterchange" ; + rdfs:comment "The netted aggregation of all AC external schedules of an area. Positive sign means flow into the area (Import)."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1503,16 +1505,16 @@ nc:PowerCapacity.netACInterchange a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:PowerCapacity.netACInterchangeTolerance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "netACInterchangeTolerance"@en ; - rdfs:comment "The area AC Net Position tolerance." ; + rdfs:label "netACInterchangeTolerance" ; + rdfs:comment "The area AC Net Position tolerance."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerCapacity ; rdfs:range xsd:float . nc:PowerCapacity.netDCInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "netDCInterchange"@en ; - rdfs:comment "The netted aggregation of all DC external schedules of an area. Positive sign means flow into the area." ; + rdfs:label "netDCInterchange" ; + rdfs:comment "The netted aggregation of all DC external schedules of an area. Positive sign means flow into the area."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1523,8 +1525,8 @@ nc:PowerCapacity.netDCInterchange a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . nc:PowerCapacity.regulatingDownAllocation a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "regulatingDownAllocation"@en ; - rdfs:comment "The balancing capacity allocated for regulating down, by decreasing the production, increasing the direct current export, decreasing direct current import or increasing the consumption of energy in the bidding zone. This must be a positive number." ; + rdfs:label "regulatingDownAllocation" ; + rdfs:comment "The balancing capacity allocated for regulating down, by decreasing the production, increasing the direct current export, decreasing direct current import or increasing the consumption of energy in the bidding zone. This must be a positive number."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1535,8 +1537,8 @@ nc:PowerCapacity.regulatingDownAllocation a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . nc:PowerCapacity.regulatingUpAllocation a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "regulatingUpAllocation"@en ; - rdfs:comment "The balancing capacity allocated for regulating up, by increasing the production, decreasing the direct current export, increasing direct current import or reducing the consumption of energy in the bidding zone. This must be a positive number." ; + rdfs:label "regulatingUpAllocation" ; + rdfs:comment "The balancing capacity allocated for regulating up, by increasing the production, decreasing the direct current export, increasing direct current import or reducing the consumption of energy in the bidding zone. This must be a positive number."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1547,9 +1549,9 @@ nc:PowerCapacity.regulatingUpAllocation a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . nc:PowerElectronicsUnit.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1560,26 +1562,26 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . nc:PowerElectronicsUnit.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; + rdfs:label "participationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain cim:PowerElectronicsUnit ; rdfs:range xsd:float . nc:PowerFactorControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "Target value for the power factor that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "targetValue" ; + rdfs:comment "Target value for the power factor that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerFactorControlFunction ; rdfs:range xsd:float . nc:PowerRemedialAction.maxRegulatingDown a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRegulatingDown"@en ; - rdfs:comment "Maximum net amount of active power that the remedial action can regulate down." ; + rdfs:label "maxRegulatingDown" ; + rdfs:comment "Maximum net amount of active power that the remedial action can regulate down."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1590,8 +1592,8 @@ nc:PowerRemedialAction.maxRegulatingDown a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . nc:PowerRemedialAction.maxRegulatingUp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRegulatingUp"@en ; - rdfs:comment "Maximum net amount of active power that the remedial action can regulate up." ; + rdfs:label "maxRegulatingUp" ; + rdfs:comment "Maximum net amount of active power that the remedial action can regulate up."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1602,42 +1604,42 @@ nc:PowerRemedialAction.maxRegulatingUp a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . nc:PowerShiftKeyStrategy.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "If true, the assessed element is enabled, otherwise it is disabled." ; + rdfs:label "enabled" ; + rdfs:comment "If true, the assessed element is enabled, otherwise it is disabled."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerShiftKeyStrategy ; rdfs:range xsd:boolean . nc:PowerShiftKeyStrategy.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; - rdfs:comment "Participation factor describing the entities part of the power shift strategy. Must be a positive value." ; + rdfs:label "participationFactor" ; + rdfs:comment "Participation factor describing the entities part of the power shift strategy. Must be a positive value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerShiftKeyStrategy ; rdfs:range xsd:float . nc:PowerTransferCorridor.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "It enables/disables the monitoring/assessment of a power transfer corridor. True means that the monitoring of the power transfer corridor is assessed. False means the power transfer corridor is not assessed." ; + rdfs:label "enabled" ; + rdfs:comment "It enables/disables the monitoring/assessment of a power transfer corridor. True means that the monitoring of the power transfer corridor is assessed. False means the power transfer corridor is not assessed."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:PowerTransferCorridor ; rdfs:range xsd:boolean . nc:RangeConstraint.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; + rdfs:label "value" ; rdfs:comment """The value at the time. The meaning of the value is defined by the attribute referenced by the PropertyReference. The value can be integer, float or boolean. In case of boolean 1 equals true and 0 equals false. If the valueKind is incremental or incrementalPercentage, then the value shall be positive (greater than zero). -If the valueKind is incrementalPercentage, then the value shall be in the range [0, 100].""" ; +If the valueKind is incrementalPercentage, then the value shall be in the range [0, 100]."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RangeConstraint ; rdfs:range xsd:float . nc:ReactivePowerControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "Target value for the reactive power that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "targetValue" ; + rdfs:comment "Target value for the reactive power that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -1648,24 +1650,24 @@ nc:ReactivePowerControlFunction.targetValue a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . nc:RemedialAction.available a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "available"@en ; - rdfs:comment "Identifies if the remedial action is available to be proposed. True means available, False means unavailable." ; + rdfs:label "available" ; + rdfs:comment "Identifies if the remedial action is available to be proposed. True means available, False means unavailable."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialAction ; rdfs:range xsd:boolean . nc:RemedialActionDependency.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "If true, the remedial action dependency is enabled, otherwise it is disabled." ; + rdfs:label "enabled" ; + rdfs:comment "If true, the remedial action dependency is enabled, otherwise it is disabled."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionDependency ; rdfs:range xsd:boolean . nc:RemedialActionGroup.maxRegulatingDown a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRegulatingDown"@en ; - rdfs:comment "Maximum net amount of active power that the group of remedial actions can regulate down." ; + rdfs:label "maxRegulatingDown" ; + rdfs:comment "Maximum net amount of active power that the group of remedial actions can regulate down."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1676,8 +1678,8 @@ nc:RemedialActionGroup.maxRegulatingDown a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . nc:RemedialActionGroup.maxRegulatingUp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxRegulatingUp"@en ; - rdfs:comment "Maximum net amount of active power that the group of remedial actions can regulate up." ; + rdfs:label "maxRegulatingUp" ; + rdfs:comment "Maximum net amount of active power that the group of remedial actions can regulate up."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1688,24 +1690,24 @@ nc:RemedialActionGroup.maxRegulatingUp a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . nc:RemedialActionScheme.armed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "armed"@en ; - rdfs:comment "Defines the arming status of the remedial action scheme. It is set by operation or by signal." ; + rdfs:label "armed" ; + rdfs:comment "Defines the arming status of the remedial action scheme. It is set by operation or by signal."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionScheme ; rdfs:range xsd:boolean . nc:RemedialActionScheme.inService a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inService"@en ; - rdfs:comment "Specifies the availability of the Remedial Action Scheme (RAS). If true, the RAS is available for contingency processing. If false, the RAS is treated by contingency processing as if it is not in the model." ; + rdfs:label "inService" ; + rdfs:comment "Specifies the availability of the Remedial Action Scheme (RAS). If true, the RAS is available for contingency processing. If false, the RAS is treated by contingency processing as if it is not in the model."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:RemedialActionScheme ; rdfs:range xsd:boolean . nc:Reservoir.energyStorage a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "energyStorage"@en ; - rdfs:comment "Amount of energy available in the storage." ; + rdfs:label "energyStorage" ; + rdfs:comment "Amount of energy available in the storage."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.Wh ; cims:multiplicity cims:M:1..1 ; @@ -1716,8 +1718,8 @@ nc:Reservoir.energyStorage a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:ScheduleResource.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; - rdfs:comment "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "p" ; + rdfs:comment "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1728,18 +1730,18 @@ nc:ScheduleResource.p a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:ScheduleResource.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; + rdfs:label "participationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ScheduleResource ; rdfs:range xsd:float . nc:SchedulingArea.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; - rdfs:comment "Netted active power representing production, consumption and import/export for the scheduling area." ; + rdfs:label "p" ; + rdfs:comment "Netted active power representing production, consumption and import/export for the scheduling area."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -1750,34 +1752,34 @@ nc:SchedulingArea.p a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:SchedulingArea.participationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "participationFactor"@en ; + rdfs:label "participationFactor" ; rdfs:comment """Participation factor describing the entity part of the active power provided by a collection of entities (e.g. an active power forecast to a collection of entities is divided to each of the member entity according to the participation factor). Must be a positive value. In the case of a sharing strategy, the distribution is following entities value (V) equals aggregated value (T) divided by sum of participation factors (PF), i.e. V=T/sum(PF). -In the case of priority strategy, the item with the lowest number gets allocated energy first.""" ; +In the case of priority strategy, the item with the lowest number gets allocated energy first."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:SchedulingArea ; rdfs:range xsd:float . nc:StageTrigger.armed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "armed"@en ; - rdfs:comment "The status of the class set by operation or by signal. Optional field that will override other status fields." ; + rdfs:label "armed" ; + rdfs:comment "The status of the class set by operation or by signal. Optional field that will override other status fields."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:StageTrigger ; rdfs:range xsd:boolean . nc:StageTrigger.inService a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inService"@en ; - rdfs:comment "Indicates if the stage trigger is in service." ; + rdfs:label "inService" ; + rdfs:comment "Indicates if the stage trigger is in service."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:StageTrigger ; rdfs:range xsd:boolean . nc:ThyristorControlledSeriesCompensator.compensationZ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "compensationZ"@en ; - rdfs:comment "The actual compensation impedance provided by the compensator. The attribute value shall be positive if compensation is in the capacitive range. The attribute value shall be negative if compensation is in the inductive rating." ; + rdfs:label "compensationZ" ; + rdfs:comment "The actual compensation impedance provided by the compensator. The attribute value shall be positive if compensation is in the capacitive range. The attribute value shall be negative if compensation is in the inductive rating."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1788,16 +1790,16 @@ nc:ThyristorControlledSeriesCompensator.compensationZ a owl:DatatypeProperty, ow rdfs:range xsd:float . nc:ThyristorControlledSeriesCompensator.currentSection a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "currentSection"@en ; - rdfs:comment "The current section on which the TCSC is operating." ; + rdfs:label "currentSection" ; + rdfs:comment "The current section on which the TCSC is operating."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "NC", uml:attribute ; rdfs:domain nc:ThyristorControlledSeriesCompensator ; rdfs:range xsd:integer . nc:VoltageAngleLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The difference in angle degrees between referenced by the association end OperationalLimitSet.Terminal and the Terminal referenced by the association end VoltageAngleLimit.AngleReferenceTerminal. The value shall be positive (greater than zero)." ; + rdfs:label "value" ; + rdfs:comment "The difference in angle degrees between referenced by the association end OperationalLimitSet.Terminal and the Terminal referenced by the association end VoltageAngleLimit.AngleReferenceTerminal. The value shall be positive (greater than zero)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -1808,8 +1810,8 @@ nc:VoltageAngleLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . nc:VoltageControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "Target value for the voltage that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "targetValue" ; + rdfs:comment "Target value for the voltage that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -1820,8 +1822,8 @@ nc:VoltageControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . nc:VoltageInjectionControlFunction.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "Target value for the voltage that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment." ; + rdfs:label "targetValue" ; + rdfs:comment "Target value for the voltage that the control function is calculating to achieve by adjusting the operational setting to the controlled equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -1832,8 +1834,8 @@ nc:VoltageInjectionControlFunction.targetValue a owl:DatatypeProperty, owl:Funct rdfs:range xsd:float . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -1845,8 +1847,8 @@ cim:ActivePowerPerCurrentFlow skos:exactMatch quantitykind:ActivePowerPerCurrent cim:ActivePowerPerFrequency skos:exactMatch quantitykind:ActivePowerPerFrequency . cim:AngleDegrees a qudt:QuantityKind ; - rdfs:label "AngleDegrees"@en ; - rdfs:comment "Measurement of angle in degrees." ; + rdfs:label "AngleDegrees" ; + rdfs:comment "Measurement of angle in degrees."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; qudt:applicableUnit cim:UnitSymbol.deg ; skos:exactMatch quantitykind:Angle . @@ -1863,826 +1865,826 @@ cim:Conductance skos:exactMatch quantitykind:Conductance . cim:Currency.AED a cim:Currency ; rdfs:label "AED" ; - rdfs:comment "United Arab Emirates dirham." ; + rdfs:comment "United Arab Emirates dirham."@en ; cims:stereotype "enum" . cim:Currency.AFN a cim:Currency ; rdfs:label "AFN" ; - rdfs:comment "Afghan afghani." ; + rdfs:comment "Afghan afghani."@en ; cims:stereotype "enum" . cim:Currency.ALL a cim:Currency ; rdfs:label "ALL" ; - rdfs:comment "Albanian lek." ; + rdfs:comment "Albanian lek."@en ; cims:stereotype "enum" . cim:Currency.AMD a cim:Currency ; rdfs:label "AMD" ; - rdfs:comment "Armenian dram." ; + rdfs:comment "Armenian dram."@en ; cims:stereotype "enum" . cim:Currency.ANG a cim:Currency ; rdfs:label "ANG" ; - rdfs:comment "Netherlands Antillean guilder." ; + rdfs:comment "Netherlands Antillean guilder."@en ; cims:stereotype "enum" . cim:Currency.AOA a cim:Currency ; rdfs:label "AOA" ; - rdfs:comment "Angolan kwanza." ; + rdfs:comment "Angolan kwanza."@en ; cims:stereotype "enum" . cim:Currency.ARS a cim:Currency ; rdfs:label "ARS" ; - rdfs:comment "Argentine peso." ; + rdfs:comment "Argentine peso."@en ; cims:stereotype "enum" . cim:Currency.AUD a cim:Currency ; rdfs:label "AUD" ; - rdfs:comment "Australian dollar." ; + rdfs:comment "Australian dollar."@en ; cims:stereotype "enum" . cim:Currency.AWG a cim:Currency ; rdfs:label "AWG" ; - rdfs:comment "Aruban florin." ; + rdfs:comment "Aruban florin."@en ; cims:stereotype "enum" . cim:Currency.AZN a cim:Currency ; rdfs:label "AZN" ; - rdfs:comment "Azerbaijani manat." ; + rdfs:comment "Azerbaijani manat."@en ; cims:stereotype "enum" . cim:Currency.BAM a cim:Currency ; rdfs:label "BAM" ; - rdfs:comment "Bosnia and Herzegovina convertible mark." ; + rdfs:comment "Bosnia and Herzegovina convertible mark."@en ; cims:stereotype "enum" . cim:Currency.BBD a cim:Currency ; rdfs:label "BBD" ; - rdfs:comment "Barbados dollar." ; + rdfs:comment "Barbados dollar."@en ; cims:stereotype "enum" . cim:Currency.BDT a cim:Currency ; rdfs:label "BDT" ; - rdfs:comment "Bangladeshi taka." ; + rdfs:comment "Bangladeshi taka."@en ; cims:stereotype "enum" . cim:Currency.BGN a cim:Currency ; rdfs:label "BGN" ; - rdfs:comment "Bulgarian lev." ; + rdfs:comment "Bulgarian lev."@en ; cims:stereotype "enum" . cim:Currency.BHD a cim:Currency ; rdfs:label "BHD" ; - rdfs:comment "Bahraini dinar." ; + rdfs:comment "Bahraini dinar."@en ; cims:stereotype "enum" . cim:Currency.BIF a cim:Currency ; rdfs:label "BIF" ; - rdfs:comment "Burundian franc." ; + rdfs:comment "Burundian franc."@en ; cims:stereotype "enum" . cim:Currency.BMD a cim:Currency ; rdfs:label "BMD" ; - rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)." ; + rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)."@en ; cims:stereotype "enum" . cim:Currency.BND a cim:Currency ; rdfs:label "BND" ; - rdfs:comment "Brunei dollar." ; + rdfs:comment "Brunei dollar."@en ; cims:stereotype "enum" . cim:Currency.BOB a cim:Currency ; rdfs:label "BOB" ; - rdfs:comment "Boliviano." ; + rdfs:comment "Boliviano."@en ; cims:stereotype "enum" . cim:Currency.BOV a cim:Currency ; rdfs:label "BOV" ; - rdfs:comment "Bolivian Mvdol (funds code)." ; + rdfs:comment "Bolivian Mvdol (funds code)."@en ; cims:stereotype "enum" . cim:Currency.BRL a cim:Currency ; rdfs:label "BRL" ; - rdfs:comment "Brazilian real." ; + rdfs:comment "Brazilian real."@en ; cims:stereotype "enum" . cim:Currency.BSD a cim:Currency ; rdfs:label "BSD" ; - rdfs:comment "Bahamian dollar." ; + rdfs:comment "Bahamian dollar."@en ; cims:stereotype "enum" . cim:Currency.BTN a cim:Currency ; rdfs:label "BTN" ; - rdfs:comment "Bhutanese ngultrum." ; + rdfs:comment "Bhutanese ngultrum."@en ; cims:stereotype "enum" . cim:Currency.BWP a cim:Currency ; rdfs:label "BWP" ; - rdfs:comment "Botswana pula." ; + rdfs:comment "Botswana pula."@en ; cims:stereotype "enum" . cim:Currency.BYR a cim:Currency ; rdfs:label "BYR" ; - rdfs:comment "Belarusian ruble." ; + rdfs:comment "Belarusian ruble."@en ; cims:stereotype "enum" . cim:Currency.BZD a cim:Currency ; rdfs:label "BZD" ; - rdfs:comment "Belize dollar." ; + rdfs:comment "Belize dollar."@en ; cims:stereotype "enum" . cim:Currency.CAD a cim:Currency ; rdfs:label "CAD" ; - rdfs:comment "Canadian dollar." ; + rdfs:comment "Canadian dollar."@en ; cims:stereotype "enum" . cim:Currency.CDF a cim:Currency ; rdfs:label "CDF" ; - rdfs:comment "Congolese franc." ; + rdfs:comment "Congolese franc."@en ; cims:stereotype "enum" . cim:Currency.CHF a cim:Currency ; rdfs:label "CHF" ; - rdfs:comment "Swiss franc." ; + rdfs:comment "Swiss franc."@en ; cims:stereotype "enum" . cim:Currency.CLF a cim:Currency ; rdfs:label "CLF" ; - rdfs:comment "Unidad de Fomento (funds code), Chile." ; + rdfs:comment "Unidad de Fomento (funds code), Chile."@en ; cims:stereotype "enum" . cim:Currency.CLP a cim:Currency ; rdfs:label "CLP" ; - rdfs:comment "Chilean peso." ; + rdfs:comment "Chilean peso."@en ; cims:stereotype "enum" . cim:Currency.CNY a cim:Currency ; rdfs:label "CNY" ; - rdfs:comment "Chinese yuan." ; + rdfs:comment "Chinese yuan."@en ; cims:stereotype "enum" . cim:Currency.COP a cim:Currency ; rdfs:label "COP" ; - rdfs:comment "Colombian peso." ; + rdfs:comment "Colombian peso."@en ; cims:stereotype "enum" . cim:Currency.COU a cim:Currency ; rdfs:label "COU" ; - rdfs:comment "Unidad de Valor Real." ; + rdfs:comment "Unidad de Valor Real."@en ; cims:stereotype "enum" . cim:Currency.CRC a cim:Currency ; rdfs:label "CRC" ; - rdfs:comment "Costa Rican colon." ; + rdfs:comment "Costa Rican colon."@en ; cims:stereotype "enum" . cim:Currency.CUC a cim:Currency ; rdfs:label "CUC" ; - rdfs:comment "Cuban convertible peso." ; + rdfs:comment "Cuban convertible peso."@en ; cims:stereotype "enum" . cim:Currency.CUP a cim:Currency ; rdfs:label "CUP" ; - rdfs:comment "Cuban peso." ; + rdfs:comment "Cuban peso."@en ; cims:stereotype "enum" . cim:Currency.CVE a cim:Currency ; rdfs:label "CVE" ; - rdfs:comment "Cape Verde escudo." ; + rdfs:comment "Cape Verde escudo."@en ; cims:stereotype "enum" . cim:Currency.CZK a cim:Currency ; rdfs:label "CZK" ; - rdfs:comment "Czech koruna." ; + rdfs:comment "Czech koruna."@en ; cims:stereotype "enum" . cim:Currency.DJF a cim:Currency ; rdfs:label "DJF" ; - rdfs:comment "Djiboutian franc." ; + rdfs:comment "Djiboutian franc."@en ; cims:stereotype "enum" . cim:Currency.DKK a cim:Currency ; rdfs:label "DKK" ; - rdfs:comment "Danish krone." ; + rdfs:comment "Danish krone."@en ; cims:stereotype "enum" . cim:Currency.DOP a cim:Currency ; rdfs:label "DOP" ; - rdfs:comment "Dominican peso." ; + rdfs:comment "Dominican peso."@en ; cims:stereotype "enum" . cim:Currency.DZD a cim:Currency ; rdfs:label "DZD" ; - rdfs:comment "Algerian dinar." ; + rdfs:comment "Algerian dinar."@en ; cims:stereotype "enum" . cim:Currency.EEK a cim:Currency ; rdfs:label "EEK" ; - rdfs:comment "Estonian kroon." ; + rdfs:comment "Estonian kroon."@en ; cims:stereotype "enum" . cim:Currency.EGP a cim:Currency ; rdfs:label "EGP" ; - rdfs:comment "Egyptian pound." ; + rdfs:comment "Egyptian pound."@en ; cims:stereotype "enum" . cim:Currency.ERN a cim:Currency ; rdfs:label "ERN" ; - rdfs:comment "Eritrean nakfa." ; + rdfs:comment "Eritrean nakfa."@en ; cims:stereotype "enum" . cim:Currency.ETB a cim:Currency ; rdfs:label "ETB" ; - rdfs:comment "Ethiopian birr." ; + rdfs:comment "Ethiopian birr."@en ; cims:stereotype "enum" . cim:Currency.EUR a cim:Currency ; rdfs:label "EUR" ; - rdfs:comment "Euro." ; + rdfs:comment "Euro."@en ; cims:stereotype "enum" . cim:Currency.FJD a cim:Currency ; rdfs:label "FJD" ; - rdfs:comment "Fiji dollar." ; + rdfs:comment "Fiji dollar."@en ; cims:stereotype "enum" . cim:Currency.FKP a cim:Currency ; rdfs:label "FKP" ; - rdfs:comment "Falkland Islands pound." ; + rdfs:comment "Falkland Islands pound."@en ; cims:stereotype "enum" . cim:Currency.GBP a cim:Currency ; rdfs:label "GBP" ; - rdfs:comment "Pound sterling." ; + rdfs:comment "Pound sterling."@en ; cims:stereotype "enum" . cim:Currency.GEL a cim:Currency ; rdfs:label "GEL" ; - rdfs:comment "Georgian lari." ; + rdfs:comment "Georgian lari."@en ; cims:stereotype "enum" . cim:Currency.GHS a cim:Currency ; rdfs:label "GHS" ; - rdfs:comment "Ghanaian cedi." ; + rdfs:comment "Ghanaian cedi."@en ; cims:stereotype "enum" . cim:Currency.GIP a cim:Currency ; rdfs:label "GIP" ; - rdfs:comment "Gibraltar pound." ; + rdfs:comment "Gibraltar pound."@en ; cims:stereotype "enum" . cim:Currency.GMD a cim:Currency ; rdfs:label "GMD" ; - rdfs:comment "Gambian dalasi." ; + rdfs:comment "Gambian dalasi."@en ; cims:stereotype "enum" . cim:Currency.GNF a cim:Currency ; rdfs:label "GNF" ; - rdfs:comment "Guinean franc." ; + rdfs:comment "Guinean franc."@en ; cims:stereotype "enum" . cim:Currency.GTQ a cim:Currency ; rdfs:label "GTQ" ; - rdfs:comment "Guatemalan quetzal." ; + rdfs:comment "Guatemalan quetzal."@en ; cims:stereotype "enum" . cim:Currency.GYD a cim:Currency ; rdfs:label "GYD" ; - rdfs:comment "Guyanese dollar." ; + rdfs:comment "Guyanese dollar."@en ; cims:stereotype "enum" . cim:Currency.HKD a cim:Currency ; rdfs:label "HKD" ; - rdfs:comment "Hong Kong dollar." ; + rdfs:comment "Hong Kong dollar."@en ; cims:stereotype "enum" . cim:Currency.HNL a cim:Currency ; rdfs:label "HNL" ; - rdfs:comment "Honduran lempira." ; + rdfs:comment "Honduran lempira."@en ; cims:stereotype "enum" . cim:Currency.HRK a cim:Currency ; rdfs:label "HRK" ; - rdfs:comment "Croatian kuna." ; + rdfs:comment "Croatian kuna."@en ; cims:stereotype "enum" . cim:Currency.HTG a cim:Currency ; rdfs:label "HTG" ; - rdfs:comment "Haitian gourde." ; + rdfs:comment "Haitian gourde."@en ; cims:stereotype "enum" . cim:Currency.HUF a cim:Currency ; rdfs:label "HUF" ; - rdfs:comment "Hungarian forint." ; + rdfs:comment "Hungarian forint."@en ; cims:stereotype "enum" . cim:Currency.IDR a cim:Currency ; rdfs:label "IDR" ; - rdfs:comment "Indonesian rupiah." ; + rdfs:comment "Indonesian rupiah."@en ; cims:stereotype "enum" . cim:Currency.ILS a cim:Currency ; rdfs:label "ILS" ; - rdfs:comment "Israeli new sheqel." ; + rdfs:comment "Israeli new sheqel."@en ; cims:stereotype "enum" . cim:Currency.INR a cim:Currency ; rdfs:label "INR" ; - rdfs:comment "Indian rupee." ; + rdfs:comment "Indian rupee."@en ; cims:stereotype "enum" . cim:Currency.IQD a cim:Currency ; rdfs:label "IQD" ; - rdfs:comment "Iraqi dinar." ; + rdfs:comment "Iraqi dinar."@en ; cims:stereotype "enum" . cim:Currency.IRR a cim:Currency ; rdfs:label "IRR" ; - rdfs:comment "Iranian rial." ; + rdfs:comment "Iranian rial."@en ; cims:stereotype "enum" . cim:Currency.ISK a cim:Currency ; rdfs:label "ISK" ; - rdfs:comment "Icelandic króna." ; + rdfs:comment "Icelandic króna."@en ; cims:stereotype "enum" . cim:Currency.JMD a cim:Currency ; rdfs:label "JMD" ; - rdfs:comment "Jamaican dollar." ; + rdfs:comment "Jamaican dollar."@en ; cims:stereotype "enum" . cim:Currency.JOD a cim:Currency ; rdfs:label "JOD" ; - rdfs:comment "Jordanian dinar." ; + rdfs:comment "Jordanian dinar."@en ; cims:stereotype "enum" . cim:Currency.JPY a cim:Currency ; rdfs:label "JPY" ; - rdfs:comment "Japanese yen." ; + rdfs:comment "Japanese yen."@en ; cims:stereotype "enum" . cim:Currency.KES a cim:Currency ; rdfs:label "KES" ; - rdfs:comment "Kenyan shilling." ; + rdfs:comment "Kenyan shilling."@en ; cims:stereotype "enum" . cim:Currency.KGS a cim:Currency ; rdfs:label "KGS" ; - rdfs:comment "Kyrgyzstani som." ; + rdfs:comment "Kyrgyzstani som."@en ; cims:stereotype "enum" . cim:Currency.KHR a cim:Currency ; rdfs:label "KHR" ; - rdfs:comment "Cambodian riel." ; + rdfs:comment "Cambodian riel."@en ; cims:stereotype "enum" . cim:Currency.KMF a cim:Currency ; rdfs:label "KMF" ; - rdfs:comment "Comoro franc." ; + rdfs:comment "Comoro franc."@en ; cims:stereotype "enum" . cim:Currency.KPW a cim:Currency ; rdfs:label "KPW" ; - rdfs:comment "North Korean won." ; + rdfs:comment "North Korean won."@en ; cims:stereotype "enum" . cim:Currency.KRW a cim:Currency ; rdfs:label "KRW" ; - rdfs:comment "South Korean won." ; + rdfs:comment "South Korean won."@en ; cims:stereotype "enum" . cim:Currency.KWD a cim:Currency ; rdfs:label "KWD" ; - rdfs:comment "Kuwaiti dinar." ; + rdfs:comment "Kuwaiti dinar."@en ; cims:stereotype "enum" . cim:Currency.KYD a cim:Currency ; rdfs:label "KYD" ; - rdfs:comment "Cayman Islands dollar." ; + rdfs:comment "Cayman Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.KZT a cim:Currency ; rdfs:label "KZT" ; - rdfs:comment "Kazakhstani tenge." ; + rdfs:comment "Kazakhstani tenge."@en ; cims:stereotype "enum" . cim:Currency.LAK a cim:Currency ; rdfs:label "LAK" ; - rdfs:comment "Lao kip." ; + rdfs:comment "Lao kip."@en ; cims:stereotype "enum" . cim:Currency.LBP a cim:Currency ; rdfs:label "LBP" ; - rdfs:comment "Lebanese pound." ; + rdfs:comment "Lebanese pound."@en ; cims:stereotype "enum" . cim:Currency.LKR a cim:Currency ; rdfs:label "LKR" ; - rdfs:comment "Sri Lanka rupee." ; + rdfs:comment "Sri Lanka rupee."@en ; cims:stereotype "enum" . cim:Currency.LRD a cim:Currency ; rdfs:label "LRD" ; - rdfs:comment "Liberian dollar." ; + rdfs:comment "Liberian dollar."@en ; cims:stereotype "enum" . cim:Currency.LSL a cim:Currency ; rdfs:label "LSL" ; - rdfs:comment "Lesotho loti." ; + rdfs:comment "Lesotho loti."@en ; cims:stereotype "enum" . cim:Currency.LTL a cim:Currency ; rdfs:label "LTL" ; - rdfs:comment "Lithuanian litas." ; + rdfs:comment "Lithuanian litas."@en ; cims:stereotype "enum" . cim:Currency.LVL a cim:Currency ; rdfs:label "LVL" ; - rdfs:comment "Latvian lats." ; + rdfs:comment "Latvian lats."@en ; cims:stereotype "enum" . cim:Currency.LYD a cim:Currency ; rdfs:label "LYD" ; - rdfs:comment "Libyan dinar." ; + rdfs:comment "Libyan dinar."@en ; cims:stereotype "enum" . cim:Currency.MAD a cim:Currency ; rdfs:label "MAD" ; - rdfs:comment "Moroccan dirham." ; + rdfs:comment "Moroccan dirham."@en ; cims:stereotype "enum" . cim:Currency.MDL a cim:Currency ; rdfs:label "MDL" ; - rdfs:comment "Moldovan leu." ; + rdfs:comment "Moldovan leu."@en ; cims:stereotype "enum" . cim:Currency.MGA a cim:Currency ; rdfs:label "MGA" ; - rdfs:comment "Malagasy ariary." ; + rdfs:comment "Malagasy ariary."@en ; cims:stereotype "enum" . cim:Currency.MKD a cim:Currency ; rdfs:label "MKD" ; - rdfs:comment "Macedonian denar." ; + rdfs:comment "Macedonian denar."@en ; cims:stereotype "enum" . cim:Currency.MMK a cim:Currency ; rdfs:label "MMK" ; - rdfs:comment "Myanma kyat." ; + rdfs:comment "Myanma kyat."@en ; cims:stereotype "enum" . cim:Currency.MNT a cim:Currency ; rdfs:label "MNT" ; - rdfs:comment "Mongolian tugrik." ; + rdfs:comment "Mongolian tugrik."@en ; cims:stereotype "enum" . cim:Currency.MOP a cim:Currency ; rdfs:label "MOP" ; - rdfs:comment "Macanese pataca." ; + rdfs:comment "Macanese pataca."@en ; cims:stereotype "enum" . cim:Currency.MRO a cim:Currency ; rdfs:label "MRO" ; - rdfs:comment "Mauritanian ouguiya." ; + rdfs:comment "Mauritanian ouguiya."@en ; cims:stereotype "enum" . cim:Currency.MUR a cim:Currency ; rdfs:label "MUR" ; - rdfs:comment "Mauritian rupee." ; + rdfs:comment "Mauritian rupee."@en ; cims:stereotype "enum" . cim:Currency.MVR a cim:Currency ; rdfs:label "MVR" ; - rdfs:comment "Maldivian rufiyaa." ; + rdfs:comment "Maldivian rufiyaa."@en ; cims:stereotype "enum" . cim:Currency.MWK a cim:Currency ; rdfs:label "MWK" ; - rdfs:comment "Malawian kwacha." ; + rdfs:comment "Malawian kwacha."@en ; cims:stereotype "enum" . cim:Currency.MXN a cim:Currency ; rdfs:label "MXN" ; - rdfs:comment "Mexican peso." ; + rdfs:comment "Mexican peso."@en ; cims:stereotype "enum" . cim:Currency.MYR a cim:Currency ; rdfs:label "MYR" ; - rdfs:comment "Malaysian ringgit." ; + rdfs:comment "Malaysian ringgit."@en ; cims:stereotype "enum" . cim:Currency.MZN a cim:Currency ; rdfs:label "MZN" ; - rdfs:comment "Mozambican metical." ; + rdfs:comment "Mozambican metical."@en ; cims:stereotype "enum" . cim:Currency.NAD a cim:Currency ; rdfs:label "NAD" ; - rdfs:comment "Namibian dollar." ; + rdfs:comment "Namibian dollar."@en ; cims:stereotype "enum" . cim:Currency.NGN a cim:Currency ; rdfs:label "NGN" ; - rdfs:comment "Nigerian naira." ; + rdfs:comment "Nigerian naira."@en ; cims:stereotype "enum" . cim:Currency.NIO a cim:Currency ; rdfs:label "NIO" ; - rdfs:comment "Cordoba oro." ; + rdfs:comment "Cordoba oro."@en ; cims:stereotype "enum" . cim:Currency.NOK a cim:Currency ; rdfs:label "NOK" ; - rdfs:comment "Norwegian krone." ; + rdfs:comment "Norwegian krone."@en ; cims:stereotype "enum" . cim:Currency.NPR a cim:Currency ; rdfs:label "NPR" ; - rdfs:comment "Nepalese rupee." ; + rdfs:comment "Nepalese rupee."@en ; cims:stereotype "enum" . cim:Currency.NZD a cim:Currency ; rdfs:label "NZD" ; - rdfs:comment "New Zealand dollar." ; + rdfs:comment "New Zealand dollar."@en ; cims:stereotype "enum" . cim:Currency.OMR a cim:Currency ; rdfs:label "OMR" ; - rdfs:comment "Omani rial." ; + rdfs:comment "Omani rial."@en ; cims:stereotype "enum" . cim:Currency.PAB a cim:Currency ; rdfs:label "PAB" ; - rdfs:comment "Panamanian balboa." ; + rdfs:comment "Panamanian balboa."@en ; cims:stereotype "enum" . cim:Currency.PEN a cim:Currency ; rdfs:label "PEN" ; - rdfs:comment "Peruvian nuevo sol." ; + rdfs:comment "Peruvian nuevo sol."@en ; cims:stereotype "enum" . cim:Currency.PGK a cim:Currency ; rdfs:label "PGK" ; - rdfs:comment "Papua New Guinean kina." ; + rdfs:comment "Papua New Guinean kina."@en ; cims:stereotype "enum" . cim:Currency.PHP a cim:Currency ; rdfs:label "PHP" ; - rdfs:comment "Philippine peso." ; + rdfs:comment "Philippine peso."@en ; cims:stereotype "enum" . cim:Currency.PKR a cim:Currency ; rdfs:label "PKR" ; - rdfs:comment "Pakistani rupee." ; + rdfs:comment "Pakistani rupee."@en ; cims:stereotype "enum" . cim:Currency.PLN a cim:Currency ; rdfs:label "PLN" ; - rdfs:comment "Polish zloty." ; + rdfs:comment "Polish zloty."@en ; cims:stereotype "enum" . cim:Currency.PYG a cim:Currency ; rdfs:label "PYG" ; - rdfs:comment "Paraguayan guaraní." ; + rdfs:comment "Paraguayan guaraní."@en ; cims:stereotype "enum" . cim:Currency.QAR a cim:Currency ; rdfs:label "QAR" ; - rdfs:comment "Qatari rial." ; + rdfs:comment "Qatari rial."@en ; cims:stereotype "enum" . cim:Currency.RON a cim:Currency ; rdfs:label "RON" ; - rdfs:comment "Romanian new leu." ; + rdfs:comment "Romanian new leu."@en ; cims:stereotype "enum" . cim:Currency.RSD a cim:Currency ; rdfs:label "RSD" ; - rdfs:comment "Serbian dinar." ; + rdfs:comment "Serbian dinar."@en ; cims:stereotype "enum" . cim:Currency.RUB a cim:Currency ; rdfs:label "RUB" ; - rdfs:comment "Russian rouble." ; + rdfs:comment "Russian rouble."@en ; cims:stereotype "enum" . cim:Currency.RWF a cim:Currency ; rdfs:label "RWF" ; - rdfs:comment "Rwandan franc." ; + rdfs:comment "Rwandan franc."@en ; cims:stereotype "enum" . cim:Currency.SAR a cim:Currency ; rdfs:label "SAR" ; - rdfs:comment "Saudi riyal." ; + rdfs:comment "Saudi riyal."@en ; cims:stereotype "enum" . cim:Currency.SBD a cim:Currency ; rdfs:label "SBD" ; - rdfs:comment "Solomon Islands dollar." ; + rdfs:comment "Solomon Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.SCR a cim:Currency ; rdfs:label "SCR" ; - rdfs:comment "Seychelles rupee." ; + rdfs:comment "Seychelles rupee."@en ; cims:stereotype "enum" . cim:Currency.SDG a cim:Currency ; rdfs:label "SDG" ; - rdfs:comment "Sudanese pound." ; + rdfs:comment "Sudanese pound."@en ; cims:stereotype "enum" . cim:Currency.SEK a cim:Currency ; rdfs:label "SEK" ; - rdfs:comment "Swedish krona/kronor." ; + rdfs:comment "Swedish krona/kronor."@en ; cims:stereotype "enum" . cim:Currency.SGD a cim:Currency ; rdfs:label "SGD" ; - rdfs:comment "Singapore dollar." ; + rdfs:comment "Singapore dollar."@en ; cims:stereotype "enum" . cim:Currency.SHP a cim:Currency ; rdfs:label "SHP" ; - rdfs:comment "Saint Helena pound." ; + rdfs:comment "Saint Helena pound."@en ; cims:stereotype "enum" . cim:Currency.SLL a cim:Currency ; rdfs:label "SLL" ; - rdfs:comment "Sierra Leonean leone." ; + rdfs:comment "Sierra Leonean leone."@en ; cims:stereotype "enum" . cim:Currency.SOS a cim:Currency ; rdfs:label "SOS" ; - rdfs:comment "Somali shilling." ; + rdfs:comment "Somali shilling."@en ; cims:stereotype "enum" . cim:Currency.SRD a cim:Currency ; rdfs:label "SRD" ; - rdfs:comment "Surinamese dollar." ; + rdfs:comment "Surinamese dollar."@en ; cims:stereotype "enum" . cim:Currency.STD a cim:Currency ; rdfs:label "STD" ; - rdfs:comment "São Tomé and Príncipe dobra." ; + rdfs:comment "São Tomé and Príncipe dobra."@en ; cims:stereotype "enum" . cim:Currency.SYP a cim:Currency ; rdfs:label "SYP" ; - rdfs:comment "Syrian pound." ; + rdfs:comment "Syrian pound."@en ; cims:stereotype "enum" . cim:Currency.SZL a cim:Currency ; rdfs:label "SZL" ; - rdfs:comment "Lilangeni." ; + rdfs:comment "Lilangeni."@en ; cims:stereotype "enum" . cim:Currency.THB a cim:Currency ; rdfs:label "THB" ; - rdfs:comment "Thai baht." ; + rdfs:comment "Thai baht."@en ; cims:stereotype "enum" . cim:Currency.TJS a cim:Currency ; rdfs:label "TJS" ; - rdfs:comment "Tajikistani somoni." ; + rdfs:comment "Tajikistani somoni."@en ; cims:stereotype "enum" . cim:Currency.TMT a cim:Currency ; rdfs:label "TMT" ; - rdfs:comment "Turkmenistani manat." ; + rdfs:comment "Turkmenistani manat."@en ; cims:stereotype "enum" . cim:Currency.TND a cim:Currency ; rdfs:label "TND" ; - rdfs:comment "Tunisian dinar." ; + rdfs:comment "Tunisian dinar."@en ; cims:stereotype "enum" . cim:Currency.TOP a cim:Currency ; rdfs:label "TOP" ; - rdfs:comment "Tongan pa'anga." ; + rdfs:comment "Tongan pa'anga."@en ; cims:stereotype "enum" . cim:Currency.TRY a cim:Currency ; rdfs:label "TRY" ; - rdfs:comment "Turkish lira." ; + rdfs:comment "Turkish lira."@en ; cims:stereotype "enum" . cim:Currency.TTD a cim:Currency ; rdfs:label "TTD" ; - rdfs:comment "Trinidad and Tobago dollar." ; + rdfs:comment "Trinidad and Tobago dollar."@en ; cims:stereotype "enum" . cim:Currency.TWD a cim:Currency ; rdfs:label "TWD" ; - rdfs:comment "New Taiwan dollar." ; + rdfs:comment "New Taiwan dollar."@en ; cims:stereotype "enum" . cim:Currency.TZS a cim:Currency ; rdfs:label "TZS" ; - rdfs:comment "Tanzanian shilling." ; + rdfs:comment "Tanzanian shilling."@en ; cims:stereotype "enum" . cim:Currency.UAH a cim:Currency ; rdfs:label "UAH" ; - rdfs:comment "Ukrainian hryvnia." ; + rdfs:comment "Ukrainian hryvnia."@en ; cims:stereotype "enum" . cim:Currency.UGX a cim:Currency ; rdfs:label "UGX" ; - rdfs:comment "Ugandan shilling." ; + rdfs:comment "Ugandan shilling."@en ; cims:stereotype "enum" . cim:Currency.USD a cim:Currency ; rdfs:label "USD" ; - rdfs:comment "United States dollar." ; + rdfs:comment "United States dollar."@en ; cims:stereotype "enum" . cim:Currency.UYU a cim:Currency ; rdfs:label "UYU" ; - rdfs:comment "Uruguayan peso." ; + rdfs:comment "Uruguayan peso."@en ; cims:stereotype "enum" . cim:Currency.UZS a cim:Currency ; rdfs:label "UZS" ; - rdfs:comment "Uzbekistan som." ; + rdfs:comment "Uzbekistan som."@en ; cims:stereotype "enum" . cim:Currency.VEF a cim:Currency ; rdfs:label "VEF" ; - rdfs:comment "Venezuelan bolívar fuerte." ; + rdfs:comment "Venezuelan bolívar fuerte."@en ; cims:stereotype "enum" . cim:Currency.VND a cim:Currency ; rdfs:label "VND" ; - rdfs:comment "Vietnamese Dong." ; + rdfs:comment "Vietnamese Dong."@en ; cims:stereotype "enum" . cim:Currency.VUV a cim:Currency ; rdfs:label "VUV" ; - rdfs:comment "Vanuatu vatu." ; + rdfs:comment "Vanuatu vatu."@en ; cims:stereotype "enum" . cim:Currency.WST a cim:Currency ; rdfs:label "WST" ; - rdfs:comment "Samoan tala." ; + rdfs:comment "Samoan tala."@en ; cims:stereotype "enum" . cim:Currency.XAF a cim:Currency ; rdfs:label "XAF" ; - rdfs:comment "CFA franc BEAC." ; + rdfs:comment "CFA franc BEAC."@en ; cims:stereotype "enum" . cim:Currency.XCD a cim:Currency ; rdfs:label "XCD" ; - rdfs:comment "East Caribbean dollar." ; + rdfs:comment "East Caribbean dollar."@en ; cims:stereotype "enum" . cim:Currency.XOF a cim:Currency ; rdfs:label "XOF" ; - rdfs:comment "CFA Franc BCEAO." ; + rdfs:comment "CFA Franc BCEAO."@en ; cims:stereotype "enum" . cim:Currency.XPF a cim:Currency ; rdfs:label "XPF" ; - rdfs:comment "CFP franc." ; + rdfs:comment "CFP franc."@en ; cims:stereotype "enum" . cim:Currency.YER a cim:Currency ; rdfs:label "YER" ; - rdfs:comment "Yemeni rial." ; + rdfs:comment "Yemeni rial."@en ; cims:stereotype "enum" . cim:Currency.ZAR a cim:Currency ; rdfs:label "ZAR" ; - rdfs:comment "South African rand." ; + rdfs:comment "South African rand."@en ; cims:stereotype "enum" . cim:Currency.ZMK a cim:Currency ; rdfs:label "ZMK" ; - rdfs:comment "Zambian kwacha." ; + rdfs:comment "Zambian kwacha."@en ; cims:stereotype "enum" . cim:Currency.ZWL a cim:Currency ; rdfs:label "ZWL" ; - rdfs:comment "Zimbabwe dollar." ; + rdfs:comment "Zimbabwe dollar."@en ; cims:stereotype "enum" . cim:CurrentFlow a qudt:QuantityKind ; - rdfs:label "CurrentFlow"@en ; - rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC." ; + rdfs:label "CurrentFlow" ; + rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; qudt:applicableUnit cim:UnitSymbol.A ; skos:exactMatch quantitykind:ElectricCurrent . cim:Frequency a qudt:QuantityKind ; - rdfs:label "Frequency"@en ; - rdfs:comment "Cycles per second." ; + rdfs:label "Frequency" ; + rdfs:comment "Cycles per second."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; qudt:applicableUnit cim:UnitSymbol.Hz ; skos:exactMatch quantitykind:Frequency . cim:Impedance a qudt:QuantityKind ; - rdfs:label "Impedance"@en ; - rdfs:comment "Ratio of voltage to current." ; + rdfs:label "Impedance" ; + rdfs:comment "Ratio of voltage to current."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; qudt:applicableUnit cim:UnitSymbol.ohm ; skos:exactMatch quantitykind:Inductance . @@ -2690,8 +2692,8 @@ cim:Impedance a qudt:QuantityKind ; cim:Length skos:exactMatch quantitykind:Length . cim:Money a qudt:QuantityKind ; - rdfs:label "Money"@en ; - rdfs:comment "Amount of money." ; + rdfs:label "Money" ; + rdfs:comment "Amount of money."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; qudt:applicableUnit cim:Currency.AED, cim:Currency.AFN, cim:Currency.ALL, cim:Currency.AMD, cim:Currency.ANG, cim:Currency.AOA, cim:Currency.ARS, cim:Currency.AUD, cim:Currency.AWG, cim:Currency.AZN, cim:Currency.BAM, cim:Currency.BBD, cim:Currency.BDT, cim:Currency.BGN, cim:Currency.BHD, cim:Currency.BIF, cim:Currency.BMD, cim:Currency.BND, cim:Currency.BOB, cim:Currency.BOV, cim:Currency.BRL, cim:Currency.BSD, cim:Currency.BTN, cim:Currency.BWP, cim:Currency.BYR, cim:Currency.BZD, cim:Currency.CAD, cim:Currency.CDF, cim:Currency.CHF, cim:Currency.CLF, cim:Currency.CLP, cim:Currency.CNY, cim:Currency.COP, cim:Currency.COU, cim:Currency.CRC, cim:Currency.CUC, cim:Currency.CUP, cim:Currency.CVE, cim:Currency.CZK, cim:Currency.DJF, cim:Currency.DKK, cim:Currency.DOP, cim:Currency.DZD, cim:Currency.EEK, cim:Currency.EGP, cim:Currency.ERN, cim:Currency.ETB, cim:Currency.EUR, cim:Currency.FJD, cim:Currency.FKP, cim:Currency.GBP, cim:Currency.GEL, cim:Currency.GHS, cim:Currency.GIP, cim:Currency.GMD, cim:Currency.GNF, cim:Currency.GTQ, cim:Currency.GYD, cim:Currency.HKD, cim:Currency.HNL, cim:Currency.HRK, cim:Currency.HTG, cim:Currency.HUF, cim:Currency.IDR, cim:Currency.ILS, cim:Currency.INR, cim:Currency.IQD, cim:Currency.IRR, cim:Currency.ISK, cim:Currency.JMD, cim:Currency.JOD, cim:Currency.JPY, cim:Currency.KES, cim:Currency.KGS, cim:Currency.KHR, cim:Currency.KMF, cim:Currency.KPW, cim:Currency.KRW, cim:Currency.KWD, cim:Currency.KYD, cim:Currency.KZT, cim:Currency.LAK, cim:Currency.LBP, cim:Currency.LKR, cim:Currency.LRD, cim:Currency.LSL, cim:Currency.LTL, cim:Currency.LVL, cim:Currency.LYD, cim:Currency.MAD, cim:Currency.MDL, cim:Currency.MGA, cim:Currency.MKD, cim:Currency.MMK, cim:Currency.MNT, cim:Currency.MOP, cim:Currency.MRO, cim:Currency.MUR, cim:Currency.MVR, cim:Currency.MWK, cim:Currency.MXN, cim:Currency.MYR, cim:Currency.MZN, cim:Currency.NAD, cim:Currency.NGN, cim:Currency.NIO, cim:Currency.NOK, cim:Currency.NPR, cim:Currency.NZD, cim:Currency.OMR, cim:Currency.PAB, cim:Currency.PEN, cim:Currency.PGK, cim:Currency.PHP, cim:Currency.PKR, cim:Currency.PLN, cim:Currency.PYG, cim:Currency.QAR, cim:Currency.RON, cim:Currency.RSD, cim:Currency.RUB, cim:Currency.RWF, cim:Currency.SAR, cim:Currency.SBD, cim:Currency.SCR, cim:Currency.SDG, cim:Currency.SEK, cim:Currency.SGD, cim:Currency.SHP, cim:Currency.SLL, cim:Currency.SOS, cim:Currency.SRD, cim:Currency.STD, cim:Currency.SYP, cim:Currency.SZL, cim:Currency.THB, cim:Currency.TJS, cim:Currency.TMT, cim:Currency.TND, cim:Currency.TOP, cim:Currency.TRY, cim:Currency.TTD, cim:Currency.TWD, cim:Currency.TZS, cim:Currency.UAH, cim:Currency.UGX, cim:Currency.USD, cim:Currency.UYU, cim:Currency.UZS, cim:Currency.VEF, cim:Currency.VND, cim:Currency.VUV, cim:Currency.WST, cim:Currency.XAF, cim:Currency.XCD, cim:Currency.XOF, cim:Currency.XPF, cim:Currency.YER, cim:Currency.ZAR, cim:Currency.ZMK, cim:Currency.ZWL ; skos:exactMatch quantitykind:Currency . @@ -2699,8 +2701,8 @@ cim:Money a qudt:QuantityKind ; cim:PU skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . @@ -2710,15 +2712,15 @@ cim:Pressure skos:exactMatch quantitykind:Pressure . cim:Reactance skos:exactMatch quantitykind:Reactance . cim:ReactivePower a qudt:QuantityKind ; - rdfs:label "ReactivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current." ; + rdfs:label "ReactivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; qudt:applicableUnit cim:UnitSymbol.VAr ; skos:exactMatch quantitykind:ReactivePower . cim:RealEnergy a qudt:QuantityKind ; - rdfs:label "RealEnergy"@en ; - rdfs:comment "Real electrical energy." ; + rdfs:label "RealEnergy" ; + rdfs:comment "Real electrical energy."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; qudt:applicableUnit cim:UnitSymbol.Wh ; skos:exactMatch quantitykind:Energy . @@ -2728,8 +2730,8 @@ cim:Resistance skos:exactMatch quantitykind:Resistance . cim:RotationSpeed skos:exactMatch quantitykind:AngularVelocity . cim:Seconds a qudt:QuantityKind ; - rdfs:label "Seconds"@en ; - rdfs:comment "Time, in seconds." ; + rdfs:label "Seconds" ; + rdfs:comment "Time, in seconds."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; qudt:applicableUnit cim:UnitSymbol.s ; skos:exactMatch quantitykind:Time . @@ -2740,75 +2742,75 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohm a cim:UnitSymbol ; rdfs:label "ohm" ; - rdfs:comment "Electric resistance in ohms (V/A)." ; + rdfs:comment "Electric resistance in ohms (V/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:OHM . cim:Voltage a qudt:QuantityKind ; - rdfs:label "Voltage"@en ; - rdfs:comment "Electrical voltage, can be both AC and DC." ; + rdfs:label "Voltage" ; + rdfs:comment "Electrical voltage, can be both AC and DC."@en ; cims:belongsToCategory ssi:Package_SteadyStateInstructionProfile ; qudt:applicableUnit cim:UnitSymbol.V ; skos:exactMatch quantitykind:Voltage . @@ -2818,193 +2820,193 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . nc:CompensatorControlModeKind.reactivePower a nc:CompensatorControlModeKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Reactive power control." ; + rdfs:label "reactivePower" ; + rdfs:comment "Reactive power control."@en ; cims:stereotype "enum" . nc:CompensatorControlModeKind.voltage a nc:CompensatorControlModeKind ; - rdfs:label "voltage"@en ; - rdfs:comment "Voltage control." ; + rdfs:label "voltage" ; + rdfs:comment "Voltage control."@en ; cims:stereotype "enum" . nc:DCControlModeKind.acEmulation a nc:DCControlModeKind ; - rdfs:label "acEmulation"@en ; + rdfs:label "acEmulation" ; rdfs:comment """An AC emulation control aims to reproduce the behaviour of an AC line by means of a function of the difference between angles in both converter stations in DC links embedded within a single synchronous AC grid. For changes in the phase angle on either station, the response of this control is to ‘emulate the behaviour of an AC line’ in both steady and transient states. The AC emulation control needs measurement signals for the angles at both ends of the DC system (at the AC points of common coupling of the DC system). In practice, the angle difference is measured by built-in devices in the converters and the synchronization of angle measurements on both stations is done by means of GPS. -ACEmulationControlFunction is used by this control. The control can only be applied by a controller that have access to the two AC points of common coupling of the DC system. Therefore it cannot be applied for a ACDCConverterController.""" ; +ACEmulationControlFunction is used by this control. The control can only be applied by a controller that have access to the two AC points of common coupling of the DC system. Therefore it cannot be applied for a ACDCConverterController."""@en ; cims:stereotype "enum" . nc:DCControlModeKind.acVoltage a nc:DCControlModeKind ; - rdfs:label "acVoltage"@en ; - rdfs:comment "AC voltage control mode (IEC 60633) is a control of the AC voltage of the AC network connected to a DC substation." ; + rdfs:label "acVoltage" ; + rdfs:comment "AC voltage control mode (IEC 60633) is a control of the AC voltage of the AC network connected to a DC substation."@en ; cims:stereotype "enum" . nc:DCControlModeKind.activePower a nc:DCControlModeKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Control is active power control at AC side, at point of common coupling. According to IEC 60633 the active power control mode is control of the active power flow exchanged between a DC substation and the connected AC network." ; + rdfs:label "activePower" ; + rdfs:comment "Control is active power control at AC side, at point of common coupling. According to IEC 60633 the active power control mode is control of the active power flow exchanged between a DC substation and the connected AC network."@en ; cims:stereotype "enum" . nc:DCControlModeKind.damping a nc:DCControlModeKind ; - rdfs:label "damping"@en ; - rdfs:comment "Damping control mode (IEC 60633) is supplementary control mode providing the damping of power oscillations in one or more connected AC networks." ; + rdfs:label "damping" ; + rdfs:comment "Damping control mode (IEC 60633) is supplementary control mode providing the damping of power oscillations in one or more connected AC networks."@en ; cims:stereotype "enum" . nc:DCControlModeKind.dcCurrent a nc:DCControlModeKind ; - rdfs:label "dcCurrent"@en ; - rdfs:comment "Control is DC current in a DC system (IEC 60633)." ; + rdfs:label "dcCurrent" ; + rdfs:comment "Control is DC current in a DC system (IEC 60633)."@en ; cims:stereotype "enum" . nc:DCControlModeKind.dcVoltage a nc:DCControlModeKind ; - rdfs:label "dcVoltage"@en ; - rdfs:comment "Control is DC voltage in a DC substation (IEC 60633)." ; + rdfs:label "dcVoltage" ; + rdfs:comment "Control is DC voltage in a DC substation (IEC 60633)."@en ; cims:stereotype "enum" . nc:DCControlModeKind.frequency a nc:DCControlModeKind ; - rdfs:label "frequency"@en ; - rdfs:comment "Frequency control mode (IEC 60633) is a control of the frequency of the connected AC network by varying the active power exchanged between a DC substation and the connected AC network." ; + rdfs:label "frequency" ; + rdfs:comment "Frequency control mode (IEC 60633) is a control of the frequency of the connected AC network by varying the active power exchanged between a DC substation and the connected AC network."@en ; cims:stereotype "enum" . nc:DCControlModeKind.islanded a nc:DCControlModeKind ; - rdfs:label "islanded"@en ; - rdfs:comment "Islanded network operation mode (IEC 60633) is a control mode in which the DC substation is connected to an islanded AC network." ; + rdfs:label "islanded" ; + rdfs:comment "Islanded network operation mode (IEC 60633) is a control mode in which the DC substation is connected to an islanded AC network."@en ; cims:stereotype "enum" . nc:DCControlModeKind.pPccAndUdcDroop a nc:DCControlModeKind ; - rdfs:label "pPccAndUdcDroop"@en ; - rdfs:comment "Control is active power at point of common coupling and local DC voltage, with the droop." ; + rdfs:label "pPccAndUdcDroop" ; + rdfs:comment "Control is active power at point of common coupling and local DC voltage, with the droop."@en ; cims:stereotype "enum" . nc:DCControlModeKind.pPccAndUdcDroopPilot a nc:DCControlModeKind ; - rdfs:label "pPccAndUdcDroopPilot"@en ; - rdfs:comment "Control is active power at point of common coupling and the pilot DC voltage, with the droop. The mode is used for Multi Terminal High Voltage DC (MTDC) systems where multiple DC Substations are connected to the DC transmission lines. The pilot voltage is then used to coordinate the control the DC voltage across the DC substations." ; + rdfs:label "pPccAndUdcDroopPilot" ; + rdfs:comment "Control is active power at point of common coupling and the pilot DC voltage, with the droop. The mode is used for Multi Terminal High Voltage DC (MTDC) systems where multiple DC Substations are connected to the DC transmission lines. The pilot voltage is then used to coordinate the control the DC voltage across the DC substations."@en ; cims:stereotype "enum" . nc:DCControlModeKind.pPccAndUdcDroopWithCompensation a nc:DCControlModeKind ; - rdfs:label "pPccAndUdcDroopWithCompensation"@en ; - rdfs:comment "Control is active power at point of common coupling and compensated DC voltage, with the droop. Compensation factor is the resistance, as an approximation of the DC voltage of a common (real or virtual) node in the DC network." ; + rdfs:label "pPccAndUdcDroopWithCompensation" ; + rdfs:comment "Control is active power at point of common coupling and compensated DC voltage, with the droop. Compensation factor is the resistance, as an approximation of the DC voltage of a common (real or virtual) node in the DC network."@en ; cims:stereotype "enum" . nc:DCControlModeKind.phasePcc a nc:DCControlModeKind ; - rdfs:label "phasePcc"@en ; - rdfs:comment "Control is phase at point of common coupling." ; + rdfs:label "phasePcc" ; + rdfs:comment "Control is phase at point of common coupling."@en ; cims:stereotype "enum" . nc:DCControlModeKind.powerFactorPcc a nc:DCControlModeKind ; - rdfs:label "powerFactorPcc"@en ; - rdfs:comment "Control is power factor at point of common coupling." ; + rdfs:label "powerFactorPcc" ; + rdfs:comment "Control is power factor at point of common coupling."@en ; cims:stereotype "enum" . nc:DCControlModeKind.pulseWidthModulation a nc:DCControlModeKind ; - rdfs:label "pulseWidthModulation"@en ; - rdfs:comment "No explicit control. Pulse-modulation factor is directly set in magnitude and phase." ; + rdfs:label "pulseWidthModulation" ; + rdfs:comment "No explicit control. Pulse-modulation factor is directly set in magnitude and phase."@en ; cims:stereotype "enum" . nc:DCControlModeKind.reactivePower a nc:DCControlModeKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Control is reactive power control at AC side, at point of common coupling. According to IEC 60633 reactive power control mode is a control of the reactive power exchanged between a converter unit, or DC substation and the connected AC network." ; + rdfs:label "reactivePower" ; + rdfs:comment "Control is reactive power control at AC side, at point of common coupling. According to IEC 60633 reactive power control mode is a control of the reactive power exchanged between a converter unit, or DC substation and the connected AC network."@en ; cims:stereotype "enum" . nc:DCControlModeKind.sstiDamping a nc:DCControlModeKind ; - rdfs:label "sstiDamping"@en ; - rdfs:comment "Sub-synchronous torsional interaction (SSTI) damping control mode (IEC 60633) is a supplementary control mode providing the damping of critical frequencies of an (electrical) nearby generator." ; + rdfs:label "sstiDamping" ; + rdfs:comment "Sub-synchronous torsional interaction (SSTI) damping control mode (IEC 60633) is a supplementary control mode providing the damping of critical frequencies of an (electrical) nearby generator."@en ; cims:stereotype "enum" . nc:InjectionControlModeKind.activePower a nc:InjectionControlModeKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Active power is specified." ; + rdfs:label "activePower" ; + rdfs:comment "Active power is specified."@en ; cims:stereotype "enum" . nc:InjectionControlModeKind.powerFactor a nc:InjectionControlModeKind ; - rdfs:label "powerFactor"@en ; - rdfs:comment "Power factor is specified." ; + rdfs:label "powerFactor" ; + rdfs:comment "Power factor is specified."@en ; cims:stereotype "enum" . nc:InjectionControlModeKind.reactivePower a nc:InjectionControlModeKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Reactive power control." ; + rdfs:label "reactivePower" ; + rdfs:comment "Reactive power control."@en ; cims:stereotype "enum" . nc:InjectionControlModeKind.voltage a nc:InjectionControlModeKind ; - rdfs:label "voltage"@en ; - rdfs:comment "Voltage control." ; + rdfs:label "voltage" ; + rdfs:comment "Voltage control."@en ; cims:stereotype "enum" . nc:RotatingMachineControlModeKind.activePower a nc:RotatingMachineControlModeKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Active power is specified." ; + rdfs:label "activePower" ; + rdfs:comment "Active power is specified."@en ; cims:stereotype "enum" . nc:RotatingMachineControlModeKind.powerFactor a nc:RotatingMachineControlModeKind ; - rdfs:label "powerFactor"@en ; - rdfs:comment "Power factor is specified." ; + rdfs:label "powerFactor" ; + rdfs:comment "Power factor is specified."@en ; cims:stereotype "enum" . nc:RotatingMachineControlModeKind.reactivePower a nc:RotatingMachineControlModeKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Reactive power control." ; + rdfs:label "reactivePower" ; + rdfs:comment "Reactive power control."@en ; cims:stereotype "enum" . nc:RotatingMachineControlModeKind.voltage a nc:RotatingMachineControlModeKind ; - rdfs:label "voltage"@en ; - rdfs:comment "Voltage control." ; + rdfs:label "voltage" ; + rdfs:comment "Voltage control."@en ; cims:stereotype "enum" . nc:SSSCControlModeKind.currentDroop a nc:SSSCControlModeKind ; - rdfs:label "currentDroop"@en ; - rdfs:comment "The device injects a voltage proportional to the difference between the line current and the target value of the CurrentDroopControlFunction. There are capacitive and inductive operational regions." ; + rdfs:label "currentDroop" ; + rdfs:comment "The device injects a voltage proportional to the difference between the line current and the target value of the CurrentDroopControlFunction. There are capacitive and inductive operational regions."@en ; cims:stereotype "enum" . nc:SSSCControlModeKind.effectiveReactance a nc:SSSCControlModeKind ; - rdfs:label "effectiveReactance"@en ; - rdfs:comment "The device injects a voltage proportional to the line current to achieve the specified target value defined by the ImpedanceControlFunction. The voltage will vary according to the line current level." ; + rdfs:label "effectiveReactance" ; + rdfs:comment "The device injects a voltage proportional to the line current to achieve the specified target value defined by the ImpedanceControlFunction. The voltage will vary according to the line current level."@en ; cims:stereotype "enum" . nc:SSSCControlModeKind.monitoring a nc:SSSCControlModeKind ; - rdfs:label "monitoring"@en ; - rdfs:comment "The device bypasses and a voltage injection is close to zero. In monitoring mode current is monitored." ; + rdfs:label "monitoring" ; + rdfs:comment "The device bypasses and a voltage injection is close to zero. In monitoring mode current is monitored."@en ; cims:stereotype "enum" . nc:SSSCControlModeKind.voltageInjection a nc:SSSCControlModeKind ; - rdfs:label "voltageInjection"@en ; - rdfs:comment "The device injects a fixed voltage that is either inductive or capacitive according to the specified target value of the VoltageInjectionControlFunction. The effective reactance varies according to the flow of the line current." ; + rdfs:label "voltageInjection" ; + rdfs:comment "The device injects a fixed voltage that is either inductive or capacitive according to the specified target value of the VoltageInjectionControlFunction. The effective reactance varies according to the flow of the line current."@en ; cims:stereotype "enum" . nc:SubstationControllerModeKind.activePower a nc:SubstationControllerModeKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Active power control is the primary control of the substation.." ; + rdfs:label "activePower" ; + rdfs:comment "Active power control is the primary control of the substation.."@en ; cims:stereotype "enum" . nc:SubstationControllerModeKind.reactivePower a nc:SubstationControllerModeKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Reactive power control is the primary control of the substation." ; + rdfs:label "reactivePower" ; + rdfs:comment "Reactive power control is the primary control of the substation."@en ; cims:stereotype "enum" . nc:SubstationControllerModeKind.voltage a nc:SubstationControllerModeKind ; - rdfs:label "voltage"@en ; - rdfs:comment "Voltage control is the primary control of the substation." ; + rdfs:label "voltage" ; + rdfs:comment "Voltage control is the primary control of the substation."@en ; cims:stereotype "enum" . nc:TCSCControlModeKind.activePower a nc:TCSCControlModeKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Control is active power." ; + rdfs:label "activePower" ; + rdfs:comment "Control is active power."@en ; cims:stereotype "enum" . nc:TCSCControlModeKind.current a nc:TCSCControlModeKind ; - rdfs:label "current"@en ; - rdfs:comment "Control is current." ; + rdfs:label "current" ; + rdfs:comment "Control is current."@en ; cims:stereotype "enum" . nc:TCSCControlModeKind.impedance a nc:TCSCControlModeKind ; - rdfs:label "impedance"@en ; - rdfs:comment "Control is impedance." ; + rdfs:label "impedance" ; + rdfs:comment "Control is impedance."@en ; cims:stereotype "enum" . ssi:Package_DocSteadyStateInstructionProfile a cims:ClassCategory ; - rdfs:label "DocSteadyStateInstructionProfile"@en ; - rdfs:comment "This package contains datatypes used only in the RDFS header." . + rdfs:label "DocSteadyStateInstructionProfile" ; + rdfs:comment "This package contains datatypes used only in the RDFS header."@en . ssi:Package_SteadyStateInstructionProfile a cims:ClassCategory ; - rdfs:label "SteadyStateInstructionProfile"@en ; - rdfs:comment "This package contains steady state instruction profile." . + rdfs:label "SteadyStateInstructionProfile" ; + rdfs:comment "This package contains steady state instruction profile."@en . diff --git a/rdfs-improved/CGMES/ttl/61970-600-2_DiagramLayout-AP-Voc-RDFS2020_v3-0-0.ttl b/rdfs-improved/CGMES/ttl/61970-600-2_DiagramLayout-AP-Voc-RDFS2020_v3-0-0.ttl index aadb520..817613f 100644 --- a/rdfs-improved/CGMES/ttl/61970-600-2_DiagramLayout-AP-Voc-RDFS2020_v3-0-0.ttl +++ b/rdfs-improved/CGMES/ttl/61970-600-2_DiagramLayout-AP-Voc-RDFS2020_v3-0-0.ttl @@ -12,118 +12,120 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . dl:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the diagram layout profile from IEC 61970-453."@en ; + dc:source "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "DL" ; - dcat:landingPage "https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/" ; + dcat:landingPage ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , ; dct:creator "ENTSO-E CIM EG"@en ; dct:identifier "urn:uuid:7b269643-3da3-4dd0-83e8-58d7f13ee3bc" ; dct:issued "2021-01-27T12:18:26Z"^^xsd:dateTime ; dct:language "en-GB" ; dct:modified "2020-10-12"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; dct:rights "Copyright"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:rightsHolder "ENTSO-E" ; dct:title "Diagram Layout Vocabulary"@en ; owl:backwardCompatibleWith ; owl:incompatibleWith ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "3.0.0"@en . + owl:versionInfo "3.0.0" . cim:Diagram a owl:Class ; - rdfs:label "Diagram"@en ; - rdfs:comment "The diagram being exchanged. The coordinate system is a standard Cartesian coordinate system and the orientation attribute defines the orientation. The initial view related attributes can be used to specify an initial view with the x,y coordinates of the diagonal points." ; + rdfs:label "Diagram" ; + rdfs:comment "The diagram being exchanged. The coordinate system is a standard Cartesian coordinate system and the orientation attribute defines the orientation. The initial view related attributes can be used to specify an initial view with the x,y coordinates of the diagonal points."@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:DiagramObject a owl:Class ; - rdfs:label "DiagramObject"@en ; - rdfs:comment "An object that defines one or more points in a given space. This object can be associated with anything that specializes IdentifiedObject. For single line diagrams such objects typically include such items as analog values, breakers, disconnectors, power transformers, and transmission lines." ; + rdfs:label "DiagramObject" ; + rdfs:comment "An object that defines one or more points in a given space. This object can be associated with anything that specializes IdentifiedObject. For single line diagrams such objects typically include such items as analog values, breakers, disconnectors, power transformers, and transmission lines."@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:DiagramObjectGluePoint a owl:Class ; - rdfs:label "DiagramObjectGluePoint"@en ; - rdfs:comment "This is used for grouping diagram object points from different diagram objects that are considered to be glued together in a diagram even if they are not at the exact same coordinates." ; + rdfs:label "DiagramObjectGluePoint" ; + rdfs:comment "This is used for grouping diagram object points from different diagram objects that are considered to be glued together in a diagram even if they are not at the exact same coordinates."@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; cims:stereotype uml:concrete . cim:DiagramObjectPoint a owl:Class ; - rdfs:label "DiagramObjectPoint"@en ; - rdfs:comment "A point in a given space defined by 3 coordinates and associated to a diagram object. The coordinates may be positive or negative as the origin does not have to be in the corner of a diagram." ; + rdfs:label "DiagramObjectPoint" ; + rdfs:comment "A point in a given space defined by 3 coordinates and associated to a diagram object. The coordinates may be positive or negative as the origin does not have to be in the corner of a diagram."@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; cims:stereotype uml:concrete . cim:DiagramObjectStyle a owl:Class ; - rdfs:label "DiagramObjectStyle"@en ; - rdfs:comment "A reference to a style used by the originating system for a diagram object. A diagram object style describes information such as line thickness, shape such as circle or rectangle etc, and colour." ; + rdfs:label "DiagramObjectStyle" ; + rdfs:comment "A reference to a style used by the originating system for a diagram object. A diagram object style describes information such as line thickness, shape such as circle or rectangle etc, and colour."@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:DiagramStyle a owl:Class ; - rdfs:label "DiagramStyle"@en ; - rdfs:comment "The diagram style refers to a style used by the originating system for a diagram. A diagram style describes information such as schematic, geographic, etc." ; + rdfs:label "DiagramStyle" ; + rdfs:comment "The diagram style refers to a style used by the originating system for a diagram. A diagram style describes information such as schematic, geographic, etc."@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile . cim:OrientationKind a owl:Class ; - rdfs:label "OrientationKind"@en ; - rdfs:comment "The orientation of the coordinate system with respect to top, left, and the coordinate number system." ; + rdfs:label "OrientationKind" ; + rdfs:comment "The orientation of the coordinate system with respect to top, left, and the coordinate number system."@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; cims:stereotype uml:enumeration . cim:TextDiagramObject a owl:Class ; - rdfs:label "TextDiagramObject"@en ; - rdfs:comment "A diagram object for placing free-text or text derived from an associated domain object." ; + rdfs:label "TextDiagramObject" ; + rdfs:comment "A diagram object for placing free-text or text derived from an associated domain object."@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DiagramObject . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; cims:stereotype uml:enumeration . cim:VisibilityLayer a owl:Class ; - rdfs:label "VisibilityLayer"@en ; + rdfs:label "VisibilityLayer" ; rdfs:comment """Layers are typically used for grouping diagram objects according to themes and scales. Themes are used to display or hide certain information (e.g., lakes, borders), while scales are used for hiding or displaying information depending on the current zoom level (hide text when it is too small to be read, or when it exceeds the screen size). This is also called de-cluttering. -CIM based graphics exchange supports an m:n relationship between diagram objects and layers. The importing system shall convert an m:n case into an appropriate 1:n representation if the importing system does not support m:n.""" ; +CIM based graphics exchange supports an m:n relationship between diagram objects and layers. The importing system shall convert an m:n case into an appropriate 1:n representation if the importing system does not support m:n."""@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:Diagram.DiagramElements a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DiagramElements"@en ; - rdfs:comment "A diagram is made up of multiple diagram objects." ; + rdfs:label "DiagramElements" ; + rdfs:comment "A diagram is made up of multiple diagram objects."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DiagramObject.Diagram ; @@ -131,8 +133,8 @@ cim:Diagram.DiagramElements a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:DiagramObject . cim:Diagram.DiagramStyle a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DiagramStyle"@en ; - rdfs:comment "A Diagram may have a DiagramStyle." ; + rdfs:label "DiagramStyle" ; + rdfs:comment "A Diagram may have a DiagramStyle."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:DiagramStyle.Diagram ; @@ -140,16 +142,16 @@ cim:Diagram.DiagramStyle a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:DiagramStyle . cim:Diagram.orientation a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "orientation"@en ; - rdfs:comment "Coordinate system orientation of the diagram. A positive orientation gives standard “right-hand” orientation, with negative orientation indicating a “left-hand” orientation. For 2D diagrams, a positive orientation will result in X values increasing from left to right and Y values increasing from bottom to top. A negative orientation gives the “left-hand” orientation (favoured by computer graphics displays) with X values increasing from left to right and Y values increasing from top to bottom." ; + rdfs:label "orientation" ; + rdfs:comment "Coordinate system orientation of the diagram. A positive orientation gives standard “right-hand” orientation, with negative orientation indicating a “left-hand” orientation. For 2D diagrams, a positive orientation will result in X values increasing from left to right and Y values increasing from bottom to top. A negative orientation gives the “left-hand” orientation (favoured by computer graphics displays) with X values increasing from left to right and Y values increasing from top to bottom."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Diagram ; rdfs:range cim:OrientationKind . cim:DiagramObject.Diagram a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Diagram"@en ; - rdfs:comment "A diagram object is part of a diagram." ; + rdfs:label "Diagram" ; + rdfs:comment "A diagram object is part of a diagram."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Diagram.DiagramElements ; @@ -157,8 +159,8 @@ cim:DiagramObject.Diagram a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Diagram . cim:DiagramObject.DiagramObjectPoints a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DiagramObjectPoints"@en ; - rdfs:comment "A diagram object can have 0 or more points to reflect its layout position, routing (for polylines) or boundary (for polygons)." ; + rdfs:label "DiagramObjectPoints" ; + rdfs:comment "A diagram object can have 0 or more points to reflect its layout position, routing (for polylines) or boundary (for polygons)."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DiagramObjectPoint.DiagramObject ; @@ -166,8 +168,8 @@ cim:DiagramObject.DiagramObjectPoints a owl:ObjectProperty, owl:InverseFunctiona rdfs:range cim:DiagramObjectPoint . cim:DiagramObject.DiagramObjectStyle a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DiagramObjectStyle"@en ; - rdfs:comment "A diagram object has a style associated that provides a reference for the style used in the originating system." ; + rdfs:label "DiagramObjectStyle" ; + rdfs:comment "A diagram object has a style associated that provides a reference for the style used in the originating system."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:DiagramObjectStyle.StyledObjects ; @@ -175,8 +177,8 @@ cim:DiagramObject.DiagramObjectStyle a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:DiagramObjectStyle . cim:DiagramObject.IdentifiedObject a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "The domain object to which this diagram object is associated." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "The domain object to which this diagram object is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:IdentifiedObject.DiagramObjects ; @@ -184,8 +186,8 @@ cim:DiagramObject.IdentifiedObject a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:IdentifiedObject . cim:DiagramObject.VisibilityLayers a owl:ObjectProperty ; - rdfs:label "VisibilityLayers"@en ; - rdfs:comment "A diagram object can be part of multiple visibility layers." ; + rdfs:label "VisibilityLayers" ; + rdfs:comment "A diagram object can be part of multiple visibility layers."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:VisibilityLayer.VisibleObjects ; @@ -193,8 +195,8 @@ cim:DiagramObject.VisibilityLayers a owl:ObjectProperty ; rdfs:range cim:VisibilityLayer . cim:DiagramObjectGluePoint.DiagramObjectPoints a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DiagramObjectPoints"@en ; - rdfs:comment "A diagram object glue point is associated with 2 or more object points that are considered to be 'glued' together." ; + rdfs:label "DiagramObjectPoints" ; + rdfs:comment "A diagram object glue point is associated with 2 or more object points that are considered to be 'glued' together."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:2..n ; owl:inverseOf cim:DiagramObjectPoint.DiagramObjectGluePoint ; @@ -202,8 +204,8 @@ cim:DiagramObjectGluePoint.DiagramObjectPoints a owl:ObjectProperty, owl:Inverse rdfs:range cim:DiagramObjectPoint . cim:DiagramObjectPoint.DiagramObject a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DiagramObject"@en ; - rdfs:comment "The diagram object with which the points are associated." ; + rdfs:label "DiagramObject" ; + rdfs:comment "The diagram object with which the points are associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:DiagramObject.DiagramObjectPoints ; @@ -211,8 +213,8 @@ cim:DiagramObjectPoint.DiagramObject a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:DiagramObject . cim:DiagramObjectPoint.DiagramObjectGluePoint a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DiagramObjectGluePoint"@en ; - rdfs:comment "The 'glue' point to which this point is associated." ; + rdfs:label "DiagramObjectGluePoint" ; + rdfs:comment "The 'glue' point to which this point is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:DiagramObjectGluePoint.DiagramObjectPoints ; @@ -220,8 +222,8 @@ cim:DiagramObjectPoint.DiagramObjectGluePoint a owl:ObjectProperty, owl:Function rdfs:range cim:DiagramObjectGluePoint . cim:DiagramObjectStyle.StyledObjects a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StyledObjects"@en ; - rdfs:comment "A style can be assigned to multiple diagram objects." ; + rdfs:label "StyledObjects" ; + rdfs:comment "A style can be assigned to multiple diagram objects."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DiagramObject.DiagramObjectStyle ; @@ -229,8 +231,8 @@ cim:DiagramObjectStyle.StyledObjects a owl:ObjectProperty, owl:InverseFunctional rdfs:range cim:DiagramObject . cim:DiagramStyle.Diagram a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Diagram"@en ; - rdfs:comment "A DiagramStyle can be used by many Diagrams." ; + rdfs:label "Diagram" ; + rdfs:comment "A DiagramStyle can be used by many Diagrams."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Diagram.DiagramStyle ; @@ -238,8 +240,8 @@ cim:DiagramStyle.Diagram a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Diagram . cim:IdentifiedObject.DiagramObjects a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DiagramObjects"@en ; - rdfs:comment "The diagram objects that are associated with the domain object." ; + rdfs:label "DiagramObjects" ; + rdfs:comment "The diagram objects that are associated with the domain object."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DiagramObject.IdentifiedObject ; @@ -247,8 +249,8 @@ cim:IdentifiedObject.DiagramObjects a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range cim:DiagramObject . cim:VisibilityLayer.VisibleObjects a owl:ObjectProperty ; - rdfs:label "VisibleObjects"@en ; - rdfs:comment "A visibility layer can contain one or more diagram objects." ; + rdfs:label "VisibleObjects" ; + rdfs:comment "A visibility layer can contain one or more diagram objects."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:DiagramObject.VisibilityLayers ; @@ -256,77 +258,77 @@ cim:VisibilityLayer.VisibleObjects a owl:ObjectProperty ; rdfs:range cim:DiagramObject . cim:Diagram.x1InitialView a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x1InitialView"@en ; - rdfs:comment "X coordinate of the first corner of the initial view." ; + rdfs:label "x1InitialView" ; + rdfs:comment "X coordinate of the first corner of the initial view."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Diagram ; rdfs:range xsd:float . cim:Diagram.x2InitialView a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x2InitialView"@en ; - rdfs:comment "X coordinate of the second corner of the initial view." ; + rdfs:label "x2InitialView" ; + rdfs:comment "X coordinate of the second corner of the initial view."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Diagram ; rdfs:range xsd:float . cim:Diagram.y1InitialView a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "y1InitialView"@en ; - rdfs:comment "Y coordinate of the first corner of the initial view." ; + rdfs:label "y1InitialView" ; + rdfs:comment "Y coordinate of the first corner of the initial view."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Diagram ; rdfs:range xsd:float . cim:Diagram.y2InitialView a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "y2InitialView"@en ; - rdfs:comment "Y coordinate of the second corner of the initial view." ; + rdfs:label "y2InitialView" ; + rdfs:comment "Y coordinate of the second corner of the initial view."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Diagram ; rdfs:range xsd:float . cim:DiagramObject.drawingOrder a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "drawingOrder"@en ; - rdfs:comment "The drawing order of this element. The higher the number, the later the element is drawn in sequence. This is used to ensure that elements that overlap are rendered in the correct order." ; + rdfs:label "drawingOrder" ; + rdfs:comment "The drawing order of this element. The higher the number, the later the element is drawn in sequence. This is used to ensure that elements that overlap are rendered in the correct order."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:DiagramObject ; rdfs:range xsd:integer . cim:DiagramObject.isPolygon a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isPolygon"@en ; - rdfs:comment "Defines whether or not the diagram objects points define the boundaries of a polygon or the routing of a polyline. If this value is true then a receiving application should consider the first and last points to be connected." ; + rdfs:label "isPolygon" ; + rdfs:comment "Defines whether or not the diagram objects points define the boundaries of a polygon or the routing of a polyline. If this value is true then a receiving application should consider the first and last points to be connected."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:DiagramObject ; rdfs:range xsd:boolean . cim:DiagramObject.offsetX a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "offsetX"@en ; + rdfs:label "offsetX" ; rdfs:comment """The offset in the X direction. This is used for defining the offset from centre for rendering an icon (the default is that a single point specifies the centre of the icon). -The offset is in per-unit with 0 indicating there is no offset from the horizontal centre of the icon. -0.5 indicates it is offset by 50% to the left and 0.5 indicates an offset of 50% to the right.""" ; +The offset is in per-unit with 0 indicating there is no offset from the horizontal centre of the icon. -0.5 indicates it is offset by 50% to the left and 0.5 indicates an offset of 50% to the right."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:DiagramObject ; rdfs:range xsd:float . cim:DiagramObject.offsetY a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "offsetY"@en ; + rdfs:label "offsetY" ; rdfs:comment """The offset in the Y direction. This is used for defining the offset from centre for rendering an icon (the default is that a single point specifies the centre of the icon). -The offset is in per-unit with 0 indicating there is no offset from the vertical centre of the icon. The offset direction is dependent on the orientation of the diagram, with -0.5 and 0.5 indicating an offset of +/- 50% on the vertical axis.""" ; +The offset is in per-unit with 0 indicating there is no offset from the vertical centre of the icon. The offset direction is dependent on the orientation of the diagram, with -0.5 and 0.5 indicating an offset of +/- 50% on the vertical axis."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:DiagramObject ; rdfs:range xsd:float . cim:DiagramObject.rotation a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rotation"@en ; + rdfs:label "rotation" ; rdfs:comment """Sets the angle of rotation of the diagram object. Zero degrees is pointing to the top of the diagram. Rotation is clockwise. DiagramObject.rotation=0 has the following meaning: The connection point of an element which has one terminal is pointing to the top side of the diagram. The connection point "From side" of an element which has more than one terminal is pointing to the top side of the diagram. -DiagramObject.rotation=90 has the following meaning: The connection point of an element which has one terminal is pointing to the right hand side of the diagram. The connection point "From side" of an element which has more than one terminal is pointing to the right hand side of the diagram.""" ; +DiagramObject.rotation=90 has the following meaning: The connection point of an element which has one terminal is pointing to the right hand side of the diagram. The connection point "From side" of an element which has more than one terminal is pointing to the right hand side of the diagram."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -337,73 +339,73 @@ DiagramObject.rotation=90 has the following meaning: The connection point of an rdfs:range xsd:float . cim:DiagramObjectPoint.sequenceNumber a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sequenceNumber"@en ; - rdfs:comment "The sequence position of the point, used for defining the order of points for diagram objects acting as a polyline or polygon with more than one point. The attribute shall be a positive value." ; + rdfs:label "sequenceNumber" ; + rdfs:comment "The sequence position of the point, used for defining the order of points for diagram objects acting as a polyline or polygon with more than one point. The attribute shall be a positive value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:DiagramObjectPoint ; rdfs:range xsd:integer . cim:DiagramObjectPoint.xPosition a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xPosition"@en ; - rdfs:comment "The X coordinate of this point." ; + rdfs:label "xPosition" ; + rdfs:comment "The X coordinate of this point."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:DiagramObjectPoint ; rdfs:range xsd:float . cim:DiagramObjectPoint.yPosition a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "yPosition"@en ; - rdfs:comment "The Y coordinate of this point." ; + rdfs:label "yPosition" ; + rdfs:comment "The Y coordinate of this point."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:DiagramObjectPoint ; rdfs:range xsd:float . cim:DiagramObjectPoint.zPosition a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "zPosition"@en ; - rdfs:comment "The Z coordinate of this point." ; + rdfs:label "zPosition" ; + rdfs:comment "The Z coordinate of this point."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:DiagramObjectPoint ; rdfs:range xsd:float . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:TextDiagramObject.text a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "text"@en ; - rdfs:comment "The text that is displayed by this text diagram object." ; + rdfs:label "text" ; + rdfs:comment "The text that is displayed by this text diagram object."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TextDiagramObject ; rdfs:range xsd:string . cim:VisibilityLayer.drawingOrder a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "drawingOrder"@en ; - rdfs:comment "The drawing order for this layer. The higher the number, the later the layer and the objects within it are rendered." ; + rdfs:label "drawingOrder" ; + rdfs:comment "The drawing order for this layer. The higher the number, the later the layer and the objects within it are rendered."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:VisibilityLayer ; @@ -418,8 +420,8 @@ cim:ActivePowerPerCurrentFlow skos:exactMatch quantitykind:ActivePowerPerCurrent cim:ActivePowerPerFrequency skos:exactMatch quantitykind:ActivePowerPerFrequency . cim:AngleDegrees a qudt:QuantityKind ; - rdfs:label "AngleDegrees"@en ; - rdfs:comment "Measurement of angle in degrees." ; + rdfs:label "AngleDegrees" ; + rdfs:comment "Measurement of angle in degrees."@en ; cims:belongsToCategory dl:Package_DiagramLayoutProfile ; qudt:applicableUnit cim:UnitSymbol.deg ; skos:exactMatch quantitykind:Angle . @@ -445,13 +447,13 @@ cim:Length skos:exactMatch quantitykind:Length . cim:Money skos:exactMatch quantitykind:Currency . cim:OrientationKind.negative a cim:OrientationKind ; - rdfs:label "negative"@en ; - rdfs:comment "For 2D diagrams, a negative orientation gives the left-hand orientation (favoured by computer graphics displays) with X values increasing from left to right and Y values increasing from top to bottom. This is also known as a left hand orientation." ; + rdfs:label "negative" ; + rdfs:comment "For 2D diagrams, a negative orientation gives the left-hand orientation (favoured by computer graphics displays) with X values increasing from left to right and Y values increasing from top to bottom. This is also known as a left hand orientation."@en ; cims:stereotype "enum" . cim:OrientationKind.positive a cim:OrientationKind ; - rdfs:label "positive"@en ; - rdfs:comment "For 2D diagrams, a positive orientation will result in X values increasing from left to right and Y values increasing from bottom to top. This is also known as a right hand orientation." ; + rdfs:label "positive" ; + rdfs:comment "For 2D diagrams, a positive orientation will result in X values increasing from left to right and Y values increasing from bottom to top. This is also known as a right hand orientation."@en ; cims:stereotype "enum" . cim:PU skos:exactMatch quantitykind:DimensionlessRatio . @@ -478,843 +480,843 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.E a cim:UnitMultiplier ; rdfs:label "E" ; - rdfs:comment "Exa 10**18." ; + rdfs:comment "Exa 10**18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.G a cim:UnitMultiplier ; rdfs:label "G" ; - rdfs:comment "Giga 10**9." ; + rdfs:comment "Giga 10**9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.P a cim:UnitMultiplier ; rdfs:label "P" ; - rdfs:comment "Peta 10**15." ; + rdfs:comment "Peta 10**15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.T a cim:UnitMultiplier ; rdfs:label "T" ; - rdfs:comment "Tera 10**12." ; + rdfs:comment "Tera 10**12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Y a cim:UnitMultiplier ; rdfs:label "Y" ; - rdfs:comment "Yotta 10**24." ; + rdfs:comment "Yotta 10**24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Z a cim:UnitMultiplier ; rdfs:label "Z" ; - rdfs:comment "Zetta 10**21." ; + rdfs:comment "Zetta 10**21."@en ; cims:stereotype "enum" . cim:UnitMultiplier.a a cim:UnitMultiplier ; rdfs:label "a" ; - rdfs:comment "Atto 10**-18." ; + rdfs:comment "Atto 10**-18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.c a cim:UnitMultiplier ; rdfs:label "c" ; - rdfs:comment "Centi 10**-2." ; + rdfs:comment "Centi 10**-2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.d a cim:UnitMultiplier ; rdfs:label "d" ; - rdfs:comment "Deci 10**-1." ; + rdfs:comment "Deci 10**-1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.da a cim:UnitMultiplier ; rdfs:label "da" ; - rdfs:comment "Deca 10**1." ; + rdfs:comment "Deca 10**1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.f a cim:UnitMultiplier ; rdfs:label "f" ; - rdfs:comment "Femto 10**-15." ; + rdfs:comment "Femto 10**-15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.h a cim:UnitMultiplier ; rdfs:label "h" ; - rdfs:comment "Hecto 10**2." ; + rdfs:comment "Hecto 10**2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.m a cim:UnitMultiplier ; rdfs:label "m" ; - rdfs:comment "Milli 10**-3." ; + rdfs:comment "Milli 10**-3."@en ; cims:stereotype "enum" . cim:UnitMultiplier.micro a cim:UnitMultiplier ; rdfs:label "micro" ; - rdfs:comment "Micro 10**-6." ; + rdfs:comment "Micro 10**-6."@en ; cims:stereotype "enum" . cim:UnitMultiplier.n a cim:UnitMultiplier ; rdfs:label "n" ; - rdfs:comment "Nano 10**-9." ; + rdfs:comment "Nano 10**-9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitMultiplier.p a cim:UnitMultiplier ; rdfs:label "p" ; - rdfs:comment "Pico 10**-12." ; + rdfs:comment "Pico 10**-12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.y a cim:UnitMultiplier ; rdfs:label "y" ; - rdfs:comment "Yocto 10**-24." ; + rdfs:comment "Yocto 10**-24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.z a cim:UnitMultiplier ; rdfs:label "z" ; - rdfs:comment "Zepto 10**-21." ; + rdfs:comment "Zepto 10**-21."@en ; cims:stereotype "enum" . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.A2 a cim:UnitSymbol ; rdfs:label "A2" ; - rdfs:comment "Amperes squared (A²)." ; + rdfs:comment "Amperes squared (A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2h a cim:UnitSymbol ; rdfs:label "A2h" ; - rdfs:comment "Ampere-squared hour, ampere-squared hour." ; + rdfs:comment "Ampere-squared hour, ampere-squared hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2s a cim:UnitSymbol ; rdfs:label "A2s" ; - rdfs:comment "Ampere squared time in square amperes (A²s)." ; + rdfs:comment "Ampere squared time in square amperes (A²s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerA a cim:UnitSymbol ; rdfs:label "APerA" ; - rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’." ; + rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerm a cim:UnitSymbol ; rdfs:label "APerm" ; - rdfs:comment "A/m, magnetic field strength, amperes per metre." ; + rdfs:comment "A/m, magnetic field strength, amperes per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Ah a cim:UnitSymbol ; rdfs:label "Ah" ; - rdfs:comment "Ampere-hours, ampere-hours." ; + rdfs:comment "Ampere-hours, ampere-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.As a cim:UnitSymbol ; rdfs:label "As" ; - rdfs:comment "Ampere seconds (A·s)." ; + rdfs:comment "Ampere seconds (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Bq a cim:UnitSymbol ; rdfs:label "Bq" ; - rdfs:comment "Radioactivity in becquerels (1/s)." ; + rdfs:comment "Radioactivity in becquerels (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Btu a cim:UnitSymbol ; rdfs:label "Btu" ; - rdfs:comment "Energy, British Thermal Units." ; + rdfs:comment "Energy, British Thermal Units."@en ; cims:stereotype "enum" . cim:UnitSymbol.C a cim:UnitSymbol ; rdfs:label "C" ; - rdfs:comment "Electric charge in coulombs (A·s)." ; + rdfs:comment "Electric charge in coulombs (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerkg a cim:UnitSymbol ; rdfs:label "CPerkg" ; - rdfs:comment "Exposure (x rays), coulombs per kilogram." ; + rdfs:comment "Exposure (x rays), coulombs per kilogram."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm2 a cim:UnitSymbol ; rdfs:label "CPerm2" ; - rdfs:comment "Surface charge density, coulombs per square metre." ; + rdfs:comment "Surface charge density, coulombs per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm3 a cim:UnitSymbol ; rdfs:label "CPerm3" ; - rdfs:comment "Electric charge density, coulombs per cubic metre." ; + rdfs:comment "Electric charge density, coulombs per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.F a cim:UnitSymbol ; rdfs:label "F" ; - rdfs:comment "Electric capacitance in farads (C/V)." ; + rdfs:comment "Electric capacitance in farads (C/V)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:FARAD . cim:UnitSymbol.FPerm a cim:UnitSymbol ; rdfs:label "FPerm" ; - rdfs:comment "Permittivity, farads per metre." ; + rdfs:comment "Permittivity, farads per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.G a cim:UnitSymbol ; rdfs:label "G" ; - rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)." ; + rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Gy a cim:UnitSymbol ; rdfs:label "Gy" ; - rdfs:comment "Absorbed dose in grays (J/kg)." ; + rdfs:comment "Absorbed dose in grays (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.GyPers a cim:UnitSymbol ; rdfs:label "GyPers" ; - rdfs:comment "Absorbed dose rate, grays per second." ; + rdfs:comment "Absorbed dose rate, grays per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.H a cim:UnitSymbol ; rdfs:label "H" ; - rdfs:comment "Electric inductance in henrys (Wb/A)." ; + rdfs:comment "Electric inductance in henrys (Wb/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.HPerm a cim:UnitSymbol ; rdfs:label "HPerm" ; - rdfs:comment "Permeability, henrys per metre." ; + rdfs:comment "Permeability, henrys per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Hz a cim:UnitSymbol ; rdfs:label "Hz" ; - rdfs:comment "Frequency in hertz (1/s)." ; + rdfs:comment "Frequency in hertz (1/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:HZ ; skos:narrower unit:REV-PER-SEC . cim:UnitSymbol.HzPerHz a cim:UnitSymbol ; rdfs:label "HzPerHz" ; - rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’." ; + rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’."@en ; cims:stereotype "enum" . cim:UnitSymbol.HzPers a cim:UnitSymbol ; rdfs:label "HzPers" ; - rdfs:comment "Rate of change of frequency in hertz per second." ; + rdfs:comment "Rate of change of frequency in hertz per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.J a cim:UnitSymbol ; rdfs:label "J" ; - rdfs:comment "Energy in joules (N·m = C·V = W·s)." ; + rdfs:comment "Energy in joules (N·m = C·V = W·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerK a cim:UnitSymbol ; rdfs:label "JPerK" ; - rdfs:comment "Heat capacity in joules/kelvin." ; + rdfs:comment "Heat capacity in joules/kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkg a cim:UnitSymbol ; rdfs:label "JPerkg" ; - rdfs:comment "Specific energy, Joules / kg." ; + rdfs:comment "Specific energy, Joules / kg."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkgK a cim:UnitSymbol ; rdfs:label "JPerkgK" ; - rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin." ; + rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm2 a cim:UnitSymbol ; rdfs:label "JPerm2" ; - rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre." ; + rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm3 a cim:UnitSymbol ; rdfs:label "JPerm3" ; - rdfs:comment "Energy density, joules per cubic metre." ; + rdfs:comment "Energy density, joules per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermol a cim:UnitSymbol ; rdfs:label "JPermol" ; - rdfs:comment "Molar energy, joules per mole." ; + rdfs:comment "Molar energy, joules per mole."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermolK a cim:UnitSymbol ; rdfs:label "JPermolK" ; - rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin." ; + rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPers a cim:UnitSymbol ; rdfs:label "JPers" ; - rdfs:comment "Energy rate in joules per second (J/s)." ; + rdfs:comment "Energy rate in joules per second (J/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.K a cim:UnitSymbol ; rdfs:label "K" ; - rdfs:comment "Temperature in kelvins." ; + rdfs:comment "Temperature in kelvins."@en ; cims:stereotype "enum" . cim:UnitSymbol.KPers a cim:UnitSymbol ; rdfs:label "KPers" ; - rdfs:comment "Temperature change rate in kelvins per second." ; + rdfs:comment "Temperature change rate in kelvins per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.M a cim:UnitSymbol ; rdfs:label "M" ; - rdfs:comment "Length, nautical miles (1 M = 1852 m)." ; + rdfs:comment "Length, nautical miles (1 M = 1852 m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Mx a cim:UnitSymbol ; rdfs:label "Mx" ; - rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)." ; + rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)."@en ; cims:stereotype "enum" . cim:UnitSymbol.N a cim:UnitSymbol ; rdfs:label "N" ; - rdfs:comment "Force in newtons (kg·m/s²)." ; + rdfs:comment "Force in newtons (kg·m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.NPerm a cim:UnitSymbol ; rdfs:label "NPerm" ; - rdfs:comment "Surface tension, newton per metre." ; + rdfs:comment "Surface tension, newton per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Nm a cim:UnitSymbol ; rdfs:label "Nm" ; - rdfs:comment "Moment of force, newton metres." ; + rdfs:comment "Moment of force, newton metres."@en ; cims:stereotype "enum" . cim:UnitSymbol.Oe a cim:UnitSymbol ; rdfs:label "Oe" ; - rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)." ; + rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pa a cim:UnitSymbol ; rdfs:label "Pa" ; - rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms." ; + rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms."@en ; cims:stereotype "enum" ; skos:exactMatch unit:PA . cim:UnitSymbol.PaPers a cim:UnitSymbol ; rdfs:label "PaPers" ; - rdfs:comment "Pressure change rate in pascals per second." ; + rdfs:comment "Pressure change rate in pascals per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pas a cim:UnitSymbol ; rdfs:label "Pas" ; - rdfs:comment "Dynamic viscosity, pascal seconds." ; + rdfs:comment "Dynamic viscosity, pascal seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.Q a cim:UnitSymbol ; rdfs:label "Q" ; - rdfs:comment "Quantity power, Q." ; + rdfs:comment "Quantity power, Q."@en ; cims:stereotype "enum" . cim:UnitSymbol.Qh a cim:UnitSymbol ; rdfs:label "Qh" ; - rdfs:comment "Quantity energy, Qh." ; + rdfs:comment "Quantity energy, Qh."@en ; cims:stereotype "enum" . cim:UnitSymbol.S a cim:UnitSymbol ; rdfs:label "S" ; - rdfs:comment "Conductance in siemens." ; + rdfs:comment "Conductance in siemens."@en ; cims:stereotype "enum" ; skos:exactMatch unit:S . cim:UnitSymbol.SPerm a cim:UnitSymbol ; rdfs:label "SPerm" ; - rdfs:comment "Conductance per length (F/m)." ; + rdfs:comment "Conductance per length (F/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Sv a cim:UnitSymbol ; rdfs:label "Sv" ; - rdfs:comment "Dose equivalent in sieverts (J/kg)." ; + rdfs:comment "Dose equivalent in sieverts (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.T a cim:UnitSymbol ; rdfs:label "T" ; - rdfs:comment "Magnetic flux density in teslas (Wb/m2)." ; + rdfs:comment "Magnetic flux density in teslas (Wb/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.V2 a cim:UnitSymbol ; rdfs:label "V2" ; - rdfs:comment "Volt squared (W²/A²)." ; + rdfs:comment "Volt squared (W²/A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V2h a cim:UnitSymbol ; rdfs:label "V2h" ; - rdfs:comment "Volt-squared hour, volt-squared-hours." ; + rdfs:comment "Volt-squared hour, volt-squared-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VA a cim:UnitSymbol ; rdfs:label "VA" ; - rdfs:comment "Apparent power in volt amperes. See also real power and reactive power." ; + rdfs:comment "Apparent power in volt amperes. See also real power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A . cim:UnitSymbol.VAh a cim:UnitSymbol ; rdfs:label "VAh" ; - rdfs:comment "Apparent energy in volt ampere hours." ; + rdfs:comment "Apparent energy in volt ampere hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.VArh a cim:UnitSymbol ; rdfs:label "VArh" ; - rdfs:comment "Reactive energy in volt ampere reactive hours." ; + rdfs:comment "Reactive energy in volt ampere reactive hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerHz a cim:UnitSymbol ; rdfs:label "VPerHz" ; - rdfs:comment "Magnetic flux in volt per hertz." ; + rdfs:comment "Magnetic flux in volt per hertz."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerV a cim:UnitSymbol ; rdfs:label "VPerV" ; - rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’." ; + rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVA a cim:UnitSymbol ; rdfs:label "VPerVA" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVAr a cim:UnitSymbol ; rdfs:label "VPerVAr" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-PER-V-A_Reactive . cim:UnitSymbol.VPerm a cim:UnitSymbol ; rdfs:label "VPerm" ; - rdfs:comment "Electric field strength, volts per metre." ; + rdfs:comment "Electric field strength, volts per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vh a cim:UnitSymbol ; rdfs:label "Vh" ; - rdfs:comment "Volt-hour, Volt hours." ; + rdfs:comment "Volt-hour, Volt hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vs a cim:UnitSymbol ; rdfs:label "Vs" ; - rdfs:comment "Volt seconds (Ws/A)." ; + rdfs:comment "Volt seconds (Ws/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.WPerA a cim:UnitSymbol ; rdfs:label "WPerA" ; - rdfs:comment "Active power per current flow, watts per Ampere." ; + rdfs:comment "Active power per current flow, watts per Ampere."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-A . cim:UnitSymbol.WPerW a cim:UnitSymbol ; rdfs:label "WPerW" ; - rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’." ; + rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2 a cim:UnitSymbol ; rdfs:label "WPerm2" ; - rdfs:comment "Heat flux density, irradiance, watts per square metre." ; + rdfs:comment "Heat flux density, irradiance, watts per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2sr a cim:UnitSymbol ; rdfs:label "WPerm2sr" ; - rdfs:comment "Radiance, watts per square metre steradian." ; + rdfs:comment "Radiance, watts per square metre steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPermK a cim:UnitSymbol ; rdfs:label "WPermK" ; - rdfs:comment "Thermal conductivity in watt/metres kelvin." ; + rdfs:comment "Thermal conductivity in watt/metres kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPers a cim:UnitSymbol ; rdfs:label "WPers" ; - rdfs:comment "Ramp rate in watts per second." ; + rdfs:comment "Ramp rate in watts per second."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-SEC . cim:UnitSymbol.WPersr a cim:UnitSymbol ; rdfs:label "WPersr" ; - rdfs:comment "Radiant intensity, watts per steradian." ; + rdfs:comment "Radiant intensity, watts per steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wb a cim:UnitSymbol ; rdfs:label "Wb" ; - rdfs:comment "Magnetic flux in webers (V·s)." ; + rdfs:comment "Magnetic flux in webers (V·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.anglemin a cim:UnitSymbol ; rdfs:label "anglemin" ; - rdfs:comment "Plane angle, minutes." ; + rdfs:comment "Plane angle, minutes."@en ; cims:stereotype "enum" . cim:UnitSymbol.anglesec a cim:UnitSymbol ; rdfs:label "anglesec" ; - rdfs:comment "Plane angle, seconds." ; + rdfs:comment "Plane angle, seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.bar a cim:UnitSymbol ; rdfs:label "bar" ; - rdfs:comment "Pressure in bars, (1 bar = 100 kPa)." ; + rdfs:comment "Pressure in bars, (1 bar = 100 kPa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.cd a cim:UnitSymbol ; rdfs:label "cd" ; - rdfs:comment "Luminous intensity in candelas." ; + rdfs:comment "Luminous intensity in candelas."@en ; cims:stereotype "enum" . cim:UnitSymbol.charPers a cim:UnitSymbol ; rdfs:label "charPers" ; - rdfs:comment "Data rate (baud) in characters per second." ; + rdfs:comment "Data rate (baud) in characters per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.character a cim:UnitSymbol ; rdfs:label "character" ; - rdfs:comment "Number of characters." ; + rdfs:comment "Number of characters."@en ; cims:stereotype "enum" . cim:UnitSymbol.cosPhi a cim:UnitSymbol ; rdfs:label "cosPhi" ; rdfs:comment """Power factor, dimensionless. Note 1: This definition of power factor only holds for balanced systems. See the alternative definition under code 153. -Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility.""" ; +Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility."""@en ; cims:stereotype "enum" . cim:UnitSymbol.count a cim:UnitSymbol ; rdfs:label "count" ; - rdfs:comment "Amount of substance, Counter value." ; + rdfs:comment "Amount of substance, Counter value."@en ; cims:stereotype "enum" . cim:UnitSymbol.d a cim:UnitSymbol ; rdfs:label "d" ; - rdfs:comment "Time in days, day = 24 h = 86400 s." ; + rdfs:comment "Time in days, day = 24 h = 86400 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.dB a cim:UnitSymbol ; rdfs:label "dB" ; - rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.dBm a cim:UnitSymbol ; rdfs:label "dBm" ; - rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.degC a cim:UnitSymbol ; rdfs:label "degC" ; rdfs:comment """Relative temperature in degrees Celsius. -In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software.""" ; +In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG_C . cim:UnitSymbol.ft3 a cim:UnitSymbol ; rdfs:label "ft3" ; - rdfs:comment "Volume, cubic feet." ; + rdfs:comment "Volume, cubic feet."@en ; cims:stereotype "enum" . cim:UnitSymbol.gPerg a cim:UnitSymbol ; rdfs:label "gPerg" ; - rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’." ; + rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’."@en ; cims:stereotype "enum" . cim:UnitSymbol.gal a cim:UnitSymbol ; rdfs:label "gal" ; - rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)." ; + rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)."@en ; cims:stereotype "enum" . cim:UnitSymbol.h a cim:UnitSymbol ; rdfs:label "h" ; - rdfs:comment "Time in hours, hour = 60 min = 3600 s." ; + rdfs:comment "Time in hours, hour = 60 min = 3600 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.ha a cim:UnitSymbol ; rdfs:label "ha" ; - rdfs:comment "Area, hectares." ; + rdfs:comment "Area, hectares."@en ; cims:stereotype "enum" . cim:UnitSymbol.kat a cim:UnitSymbol ; rdfs:label "kat" ; - rdfs:comment "Catalytic activity, katal = mol / s." ; + rdfs:comment "Catalytic activity, katal = mol / s."@en ; cims:stereotype "enum" . cim:UnitSymbol.katPerm3 a cim:UnitSymbol ; rdfs:label "katPerm3" ; - rdfs:comment "Catalytic activity concentration, katals per cubic metre." ; + rdfs:comment "Catalytic activity concentration, katals per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.kg a cim:UnitSymbol ; rdfs:label "kg" ; - rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerJ a cim:UnitSymbol ; rdfs:label "kgPerJ" ; - rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerm3 a cim:UnitSymbol ; rdfs:label "kgPerm3" ; - rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm a cim:UnitSymbol ; rdfs:label "kgm" ; - rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm2 a cim:UnitSymbol ; rdfs:label "kgm2" ; - rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kn a cim:UnitSymbol ; rdfs:label "kn" ; - rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s." ; + rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s."@en ; cims:stereotype "enum" . cim:UnitSymbol.l a cim:UnitSymbol ; rdfs:label "l" ; - rdfs:comment "Volume in litres, litre = dm3 = m3/1000." ; + rdfs:comment "Volume in litres, litre = dm3 = m3/1000."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerh a cim:UnitSymbol ; rdfs:label "lPerh" ; - rdfs:comment "Volumetric flow rate, litres per hour." ; + rdfs:comment "Volumetric flow rate, litres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerl a cim:UnitSymbol ; rdfs:label "lPerl" ; - rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’." ; + rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPers a cim:UnitSymbol ; rdfs:label "lPers" ; - rdfs:comment "Volumetric flow rate in litres per second." ; + rdfs:comment "Volumetric flow rate in litres per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.lm a cim:UnitSymbol ; rdfs:label "lm" ; - rdfs:comment "Luminous flux in lumens (cd·sr)." ; + rdfs:comment "Luminous flux in lumens (cd·sr)."@en ; cims:stereotype "enum" . cim:UnitSymbol.lx a cim:UnitSymbol ; rdfs:label "lx" ; - rdfs:comment "Illuminance in lux (lm/m²)." ; + rdfs:comment "Illuminance in lux (lm/m²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m a cim:UnitSymbol ; rdfs:label "m" ; - rdfs:comment "Length in metres." ; + rdfs:comment "Length in metres."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M . cim:UnitSymbol.m2 a cim:UnitSymbol ; rdfs:label "m2" ; - rdfs:comment "Area in square metres (m²)." ; + rdfs:comment "Area in square metres (m²)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M2 . cim:UnitSymbol.m2Pers a cim:UnitSymbol ; rdfs:label "m2Pers" ; - rdfs:comment "Viscosity in square metres / second (m²/s)." ; + rdfs:comment "Viscosity in square metres / second (m²/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3 a cim:UnitSymbol ; rdfs:label "m3" ; - rdfs:comment "Volume in cubic metres (m³)." ; + rdfs:comment "Volume in cubic metres (m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Compensated a cim:UnitSymbol ; rdfs:label "m3Compensated" ; - rdfs:comment "Volume, cubic metres, with the value compensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value compensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perh a cim:UnitSymbol ; rdfs:label "m3Perh" ; - rdfs:comment "Volumetric flow rate, cubic metres per hour." ; + rdfs:comment "Volumetric flow rate, cubic metres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perkg a cim:UnitSymbol ; rdfs:label "m3Perkg" ; - rdfs:comment "Specific volume, cubic metres per kilogram, v." ; + rdfs:comment "Specific volume, cubic metres per kilogram, v."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Pers a cim:UnitSymbol ; rdfs:label "m3Pers" ; - rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)." ; + rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M3-PER-SEC . cim:UnitSymbol.m3Uncompensated a cim:UnitSymbol ; rdfs:label "m3Uncompensated" ; - rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPerm3 a cim:UnitSymbol ; rdfs:label "mPerm3" ; - rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)." ; + rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers a cim:UnitSymbol ; rdfs:label "mPers" ; - rdfs:comment "Velocity in metres per second (m/s)." ; + rdfs:comment "Velocity in metres per second (m/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers2 a cim:UnitSymbol ; rdfs:label "mPers2" ; - rdfs:comment "Acceleration in metres per second squared (m/s²)." ; + rdfs:comment "Acceleration in metres per second squared (m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.min a cim:UnitSymbol ; rdfs:label "min" ; - rdfs:comment "Time in minutes, minute = 60 s." ; + rdfs:comment "Time in minutes, minute = 60 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.mmHg a cim:UnitSymbol ; rdfs:label "mmHg" ; - rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)." ; + rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mol a cim:UnitSymbol ; rdfs:label "mol" ; - rdfs:comment "Amount of substance in moles." ; + rdfs:comment "Amount of substance in moles."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerkg a cim:UnitSymbol ; rdfs:label "molPerkg" ; - rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms." ; + rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerm3 a cim:UnitSymbol ; rdfs:label "molPerm3" ; - rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³." ; + rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPermol a cim:UnitSymbol ; rdfs:label "molPermol" ; - rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution." ; + rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution."@en ; cims:stereotype "enum" . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohm a cim:UnitSymbol ; rdfs:label "ohm" ; - rdfs:comment "Electric resistance in ohms (V/A)." ; + rdfs:comment "Electric resistance in ohms (V/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:OHM . cim:UnitSymbol.ohmPerm a cim:UnitSymbol ; rdfs:label "ohmPerm" ; - rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)." ; + rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohmm a cim:UnitSymbol ; rdfs:label "ohmm" ; - rdfs:comment "Resistivity, ohm metres, (rho)." ; + rdfs:comment "Resistivity, ohm metres, (rho)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerHz a cim:UnitSymbol ; rdfs:label "onePerHz" ; - rdfs:comment "Reciprocal of frequency (1/Hz)." ; + rdfs:comment "Reciprocal of frequency (1/Hz)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerm a cim:UnitSymbol ; rdfs:label "onePerm" ; - rdfs:comment "Wavenumber, reciprocal metres, (1/m)." ; + rdfs:comment "Wavenumber, reciprocal metres, (1/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ppm a cim:UnitSymbol ; rdfs:label "ppm" ; - rdfs:comment "Concentration in parts per million." ; + rdfs:comment "Concentration in parts per million."@en ; cims:stereotype "enum" . cim:UnitSymbol.rad a cim:UnitSymbol ; rdfs:label "rad" ; - rdfs:comment "Plane angle in radians (m/m)." ; + rdfs:comment "Plane angle in radians (m/m)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:RAD . cim:UnitSymbol.radPers a cim:UnitSymbol ; rdfs:label "radPers" ; - rdfs:comment "Angular velocity in radians per second (rad/s)." ; + rdfs:comment "Angular velocity in radians per second (rad/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.radPers2 a cim:UnitSymbol ; rdfs:label "radPers2" ; - rdfs:comment "Angular acceleration, radians per second squared." ; + rdfs:comment "Angular acceleration, radians per second squared."@en ; cims:stereotype "enum" . cim:UnitSymbol.rev a cim:UnitSymbol ; rdfs:label "rev" ; - rdfs:comment "Amount of rotation, revolutions." ; + rdfs:comment "Amount of rotation, revolutions."@en ; cims:stereotype "enum" . cim:UnitSymbol.rotPers a cim:UnitSymbol ; rdfs:label "rotPers" ; - rdfs:comment "Rotations per second (1/s). See also Hz (1/s)." ; + rdfs:comment "Rotations per second (1/s). See also Hz (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . cim:UnitSymbol.sPers a cim:UnitSymbol ; rdfs:label "sPers" ; - rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’." ; + rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’."@en ; cims:stereotype "enum" . cim:UnitSymbol.sr a cim:UnitSymbol ; rdfs:label "sr" ; - rdfs:comment "Solid angle in steradians (m2/m2)." ; + rdfs:comment "Solid angle in steradians (m2/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.therm a cim:UnitSymbol ; rdfs:label "therm" ; - rdfs:comment "Energy, therms." ; + rdfs:comment "Energy, therms."@en ; cims:stereotype "enum" . cim:UnitSymbol.tonne a cim:UnitSymbol ; rdfs:label "tonne" ; - rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)." ; + rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)."@en ; cims:stereotype "enum" . cim:Voltage skos:exactMatch quantitykind:Voltage . @@ -1324,7 +1326,7 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . dl:Package_DiagramLayoutProfile a cims:ClassCategory ; - rdfs:label "DiagramLayoutProfile"@en ; + rdfs:label "DiagramLayoutProfile" ; rdfs:comment """This standard specifies an exchange profile for schematics with the following characteristics. A generic method for linking the diagram object to the domain data. Domain data and diagram layout data can be exchanged together with the domain data, or separately from each other with the assumption that domain data will have already been imported should diagram layout data be imported separately. It does not require or imply a specific domain data format. Therefore, it supports domain data modelled according to the IEC 61970-301 Common information model (CIM) that is exchanged in the IEC 61970-501 format (CIM RDF schema). Diagram layout data references domain data in compliance with IEC/TR 62541-1, OPC Unified Architecture). @@ -1338,6 +1340,6 @@ Supports the exchange of diagram objects that have no relationship to domain dat Supports multiple representations of the same domain object in the same or different diagrams. Allows the diagram to be used as the unit of exchange, providing a straightforward approach to partial exchange, or an exchange between systems that have a separate model and repository for diagram layout data. Supports assignment of diagram objects to layers or other means, for showing or hiding information based on zoom level and/or user interest. -A generic method for proprietary extensions to enable full round tripping (export and import back into the same system) without information loss within a system, and without breaking the standard exchange format.""" . +A generic method for proprietary extensions to enable full round tripping (export and import back into the same system) without information loss within a system, and without breaking the standard exchange format."""@en . diff --git a/rdfs-improved/CGMES/ttl/61970-600-2_Dynamics-AP-Voc-RDFS2020_v3-0-0.ttl b/rdfs-improved/CGMES/ttl/61970-600-2_Dynamics-AP-Voc-RDFS2020_v3-0-0.ttl index b464ae2..bcb23c6 100644 --- a/rdfs-improved/CGMES/ttl/61970-600-2_Dynamics-AP-Voc-RDFS2020_v3-0-0.ttl +++ b/rdfs-improved/CGMES/ttl/61970-600-2_Dynamics-AP-Voc-RDFS2020_v3-0-0.ttl @@ -12,57 +12,59 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . dy:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the dynamics profile from IEC 61970-600-2."@en ; + dc:source "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "DY" ; - dcat:landingPage "https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/" ; + dcat:landingPage ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-302:ed-1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , , ; dct:creator "ENTSO-E CIM EG"@en ; dct:identifier "urn:uuid:ba96da07-eca3-4259-b96c-cf5b51baa082" ; dct:issued "2021-01-27T12:27:24Z"^^xsd:dateTime ; dct:language "en-GB" ; dct:modified "2020-10-12"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; dct:rights "Copyright"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:rightsHolder "ENTSO-E" ; dct:title "Dynamics Vocabulary"@en ; owl:incompatibleWith ; owl:versionIRI ; - owl:versionInfo "1.0.0"@en . + owl:versionInfo "1.0.0" . cim:ACDCConverter a owl:Class ; - rdfs:label "ACDCConverter"@en ; - rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion." ; + rdfs:label "ACDCConverter" ; + rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion."@en ; cims:belongsToCategory dy:Package_DC ; rdfs:subClassOf cim:ConductingEquipment . cim:ACDCTerminal a owl:Class ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory dy:Package_Core ; rdfs:subClassOf cim:IdentifiedObject . cim:AsynchronousMachine a owl:Class ; - rdfs:label "AsynchronousMachine"@en ; - rdfs:comment "A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine." ; + rdfs:label "AsynchronousMachine" ; + rdfs:comment "A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine."@en ; cims:belongsToCategory dy:Package_Wires ; rdfs:subClassOf cim:RotatingMachine . cim:AsynchronousMachineDynamics a owl:Class ; - rdfs:label "AsynchronousMachineDynamics"@en ; + rdfs:label "AsynchronousMachineDynamics" ; rdfs:comment """Asynchronous machine whose behaviour is described by reference to a standard model expressed in either time constant reactance form or equivalent circuit form or by definition of a user-defined model. Parameter details:
    \t
  1. Asynchronous machine parameters such as Xl, Xs, etc. are actually used as inductances in the model, but are commonly referred to as reactances since, at nominal frequency, the PU values are the same. However, some references use the symbol L instead of X.
  2. -
""" ; +"""@en ; cims:belongsToCategory dy:Package_AsynchronousMachineDynamics ; rdfs:subClassOf cim:RotatingMachineDynamics . cim:AsynchronousMachineEquivalentCircuit a owl:Class ; - rdfs:label "AsynchronousMachineEquivalentCircuit"@en ; + rdfs:label "AsynchronousMachineEquivalentCircuit" ; rdfs:comment """The electrical equations of all variations of the asynchronous model are based on the AsynchronousEquivalentCircuit diagram for the direct- and quadrature- axes, with two equivalent rotor windings in each axis. Equations for conversion between equivalent circuit and time constant reactance forms: Xs = Xm + Xl @@ -75,13 +77,13 @@ xs = xm + RotatingMachineDynamics.statorLeakageReactance xp = RotatingMachineDynamics.statorLeakageReactance + xm x xlr1 / (xm + xlr1) xpp = RotatingMachineDynamics.statorLeakageReactance + xm x xlr1 x xlr2 / (xm x xlr1 + xm x xlr2 + xlr1 x xlr2) tpo = (xm + xlr1) / (2 x pi x nominal frequency x rr1) -tppo = (xm x xlr1 + xm x xlr2 + xlr1 x xlr2) / (2 x pi x nominal frequency x rr2 x (xm + xlr1).""" ; +tppo = (xm x xlr1 + xm x xlr2 + xlr1 x xlr2) / (2 x pi x nominal frequency x rr2 x (xm + xlr1)."""@en ; cims:belongsToCategory dy:Package_AsynchronousMachineDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:AsynchronousMachineDynamics . cim:AsynchronousMachineTimeConstantReactance a owl:Class ; - rdfs:label "AsynchronousMachineTimeConstantReactance"@en ; + rdfs:label "AsynchronousMachineTimeConstantReactance" ; rdfs:comment """Parameter details:
    \t
  1. If X'' = X', a single cage (one equivalent rotor winding per axis) is modelled.
  2. @@ -99,599 +101,599 @@ The parameters used for models expressed in time constant reactance form include - .xp (X'); - .xpp (X''); - .tpo (T'o); -- .tppo (T''o).""" ; +- .tppo (T''o)."""@en ; cims:belongsToCategory dy:Package_AsynchronousMachineDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:AsynchronousMachineDynamics . cim:AsynchronousMachineUserDefined a owl:Class ; - rdfs:label "AsynchronousMachineUserDefined"@en ; - rdfs:comment "Asynchronous machine whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "AsynchronousMachineUserDefined" ; + rdfs:comment "Asynchronous machine whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:AsynchronousMachineDynamics . cim:CSCDynamics a owl:Class ; - rdfs:label "CSCDynamics"@en ; - rdfs:comment "CSC function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "CSCDynamics" ; + rdfs:comment "CSC function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_HVDCDynamics ; rdfs:subClassOf cim:HVDCDynamics . cim:CSCUserDefined a owl:Class ; - rdfs:label "CSCUserDefined"@en ; - rdfs:comment "Current source converter (CSC) function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "CSCUserDefined" ; + rdfs:comment "Current source converter (CSC) function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:CSCDynamics . cim:ConductingEquipment a owl:Class ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals."@en ; cims:belongsToCategory dy:Package_Core ; rdfs:subClassOf cim:Equipment . cim:CrossCompoundTurbineGovernorDynamics a owl:Class ; - rdfs:label "CrossCompoundTurbineGovernorDynamics"@en ; - rdfs:comment "Turbine-governor cross-compound function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "CrossCompoundTurbineGovernorDynamics" ; + rdfs:comment "Turbine-governor cross-compound function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:CsConverter a owl:Class ; - rdfs:label "CsConverter"@en ; + rdfs:label "CsConverter" ; rdfs:comment """DC side of the current source converter (CSC). The firing angle controls the dc voltage at the converter, both for rectifier and inverter. The difference between the dc voltages of the rectifier and inverter determines the dc current. The extinction angle is used to limit the dc voltage at the inverter, if needed, and is not used in active power control. The firing angle, transformer tap position and number of connected filters are the primary means to control a current source dc line. Higher level controls are built on top, e.g. dc voltage, dc current and active power. From a steady state perspective it is sufficient to specify the wanted active power transfer (ACDCConverter.targetPpcc) and the control functions will set the dc voltage, dc current, firing angle, transformer tap position and number of connected filters to meet this. Therefore attributes targetAlpha and targetGamma are not applicable in this case. The reactive power consumed by the converter is a function of the firing angle, transformer tap position and number of connected filter, which can be approximated with half of the active power. The losses is a function of the dc voltage and dc current. The attributes minAlpha and maxAlpha define the range of firing angles for rectifier operation between which no discrete tap changer action takes place. The range is typically 10-18 degrees. -The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees.""" ; +The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees."""@en ; cims:belongsToCategory dy:Package_DC ; rdfs:subClassOf cim:ACDCConverter . cim:DiscExcContIEEEDEC1A a owl:Class ; - rdfs:label "DiscExcContIEEEDEC1A"@en ; + rdfs:label "DiscExcContIEEEDEC1A" ; rdfs:comment """IEEE type DEC1A discontinuous excitation control model that boosts generator excitation to a level higher than that demanded by the voltage regulator and stabilizer immediately following a system fault. -Reference: IEEE 421.5-2005, 12.2.""" ; +Reference: IEEE 421.5-2005, 12.2."""@en ; cims:belongsToCategory dy:Package_DiscontinuousExcitationControlDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DiscontinuousExcitationControlDynamics . cim:DiscExcContIEEEDEC2A a owl:Class ; - rdfs:label "DiscExcContIEEEDEC2A"@en ; + rdfs:label "DiscExcContIEEEDEC2A" ; rdfs:comment """IEEE type DEC2A model for discontinuous excitation control. This system provides transient excitation boosting via an open-loop control as initiated by a trigger signal generated remotely. -Reference: IEEE 421.5-2005 12.3.""" ; +Reference: IEEE 421.5-2005 12.3."""@en ; cims:belongsToCategory dy:Package_DiscontinuousExcitationControlDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DiscontinuousExcitationControlDynamics . cim:DiscExcContIEEEDEC3A a owl:Class ; - rdfs:label "DiscExcContIEEEDEC3A"@en ; + rdfs:label "DiscExcContIEEEDEC3A" ; rdfs:comment """IEEE type DEC3A model. In some systems, the stabilizer output is disconnected from the regulator immediately following a severe fault to prevent the stabilizer from competing with action of voltage regulator during the first swing. -Reference: IEEE 421.5-2005 12.4.""" ; +Reference: IEEE 421.5-2005 12.4."""@en ; cims:belongsToCategory dy:Package_DiscontinuousExcitationControlDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DiscontinuousExcitationControlDynamics . cim:DiscontinuousExcitationControlDynamics a owl:Class ; - rdfs:label "DiscontinuousExcitationControlDynamics"@en ; - rdfs:comment "Discontinuous excitation control function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "DiscontinuousExcitationControlDynamics" ; + rdfs:comment "Discontinuous excitation control function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_DiscontinuousExcitationControlDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:DiscontinuousExcitationControlUserDefined a owl:Class ; - rdfs:label "DiscontinuousExcitationControlUserDefined"@en ; - rdfs:comment "Discontinuous excitation control function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "DiscontinuousExcitationControlUserDefined" ; + rdfs:comment "Discontinuous excitation control function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DiscontinuousExcitationControlDynamics . cim:DroopSignalFeedbackKind a owl:Class ; - rdfs:label "DroopSignalFeedbackKind"@en ; - rdfs:comment "Governor droop signal feedback source." ; + rdfs:label "DroopSignalFeedbackKind" ; + rdfs:comment "Governor droop signal feedback source."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:DynamicsFunctionBlock a owl:Class ; - rdfs:label "DynamicsFunctionBlock"@en ; - rdfs:comment "Abstract parent class for all Dynamics function blocks." ; + rdfs:label "DynamicsFunctionBlock" ; + rdfs:comment "Abstract parent class for all Dynamics function blocks."@en ; cims:belongsToCategory dy:Package_StandardModels ; rdfs:subClassOf cim:IdentifiedObject . cim:EnergyConnection a owl:Class ; - rdfs:label "EnergyConnection"@en ; - rdfs:comment "A connection of energy generation or consumption on the power system model." ; + rdfs:label "EnergyConnection" ; + rdfs:comment "A connection of energy generation or consumption on the power system model."@en ; cims:belongsToCategory dy:Package_Wires ; rdfs:subClassOf cim:ConductingEquipment . cim:EnergyConsumer a owl:Class ; - rdfs:label "EnergyConsumer"@en ; + rdfs:label "EnergyConsumer" ; rdfs:comment """Generic user of energy - a point of consumption on the power system model. -EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False.""" ; +EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False."""@en ; cims:belongsToCategory dy:Package_Wires ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EnergyConnection . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory dy:Package_Core ; rdfs:subClassOf cim:PowerSystemResource . cim:ExcAC1A a owl:Class ; - rdfs:label "ExcAC1A"@en ; - rdfs:comment "Modified IEEE AC1A alternator-supplied rectifier excitation system with different rate feedback source." ; + rdfs:label "ExcAC1A" ; + rdfs:comment "Modified IEEE AC1A alternator-supplied rectifier excitation system with different rate feedback source."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAC2A a owl:Class ; - rdfs:label "ExcAC2A"@en ; - rdfs:comment "Modified IEEE AC2A alternator-supplied rectifier excitation system with different field current limit." ; + rdfs:label "ExcAC2A" ; + rdfs:comment "Modified IEEE AC2A alternator-supplied rectifier excitation system with different field current limit."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAC3A a owl:Class ; - rdfs:label "ExcAC3A"@en ; - rdfs:comment "Modified IEEE AC3A alternator-supplied rectifier excitation system with different field current limit." ; + rdfs:label "ExcAC3A" ; + rdfs:comment "Modified IEEE AC3A alternator-supplied rectifier excitation system with different field current limit."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAC4A a owl:Class ; - rdfs:label "ExcAC4A"@en ; - rdfs:comment "Modified IEEE AC4A alternator-supplied rectifier excitation system with different minimum controller output." ; + rdfs:label "ExcAC4A" ; + rdfs:comment "Modified IEEE AC4A alternator-supplied rectifier excitation system with different minimum controller output."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAC5A a owl:Class ; - rdfs:label "ExcAC5A"@en ; - rdfs:comment "Modified IEEE AC5A alternator-supplied rectifier excitation system with different minimum controller output." ; + rdfs:label "ExcAC5A" ; + rdfs:comment "Modified IEEE AC5A alternator-supplied rectifier excitation system with different minimum controller output."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAC6A a owl:Class ; - rdfs:label "ExcAC6A"@en ; - rdfs:comment "Modified IEEE AC6A alternator-supplied rectifier excitation system with speed input." ; + rdfs:label "ExcAC6A" ; + rdfs:comment "Modified IEEE AC6A alternator-supplied rectifier excitation system with speed input."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAC8B a owl:Class ; - rdfs:label "ExcAC8B"@en ; - rdfs:comment "Modified IEEE AC8B alternator-supplied rectifier excitation system with speed input and input limiter." ; + rdfs:label "ExcAC8B" ; + rdfs:comment "Modified IEEE AC8B alternator-supplied rectifier excitation system with speed input and input limiter."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcANS a owl:Class ; - rdfs:label "ExcANS"@en ; - rdfs:comment "Italian excitation system. It represents static field voltage or excitation current feedback excitation system." ; + rdfs:label "ExcANS" ; + rdfs:comment "Italian excitation system. It represents static field voltage or excitation current feedback excitation system."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAVR1 a owl:Class ; - rdfs:label "ExcAVR1"@en ; - rdfs:comment "Italian excitation system corresponding to IEEE (1968) type 1 model. It represents an exciter dynamo and electromechanical regulator." ; + rdfs:label "ExcAVR1" ; + rdfs:comment "Italian excitation system corresponding to IEEE (1968) type 1 model. It represents an exciter dynamo and electromechanical regulator."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAVR2 a owl:Class ; - rdfs:label "ExcAVR2"@en ; - rdfs:comment "Italian excitation system corresponding to IEEE (1968) type 2 model. It represents an alternator and rotating diodes and electromechanic voltage regulators." ; + rdfs:label "ExcAVR2" ; + rdfs:comment "Italian excitation system corresponding to IEEE (1968) type 2 model. It represents an alternator and rotating diodes and electromechanic voltage regulators."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAVR3 a owl:Class ; - rdfs:label "ExcAVR3"@en ; - rdfs:comment "Italian excitation system. It represents an exciter dynamo and electric regulator." ; + rdfs:label "ExcAVR3" ; + rdfs:comment "Italian excitation system. It represents an exciter dynamo and electric regulator."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAVR4 a owl:Class ; - rdfs:label "ExcAVR4"@en ; - rdfs:comment "Italian excitation system. It represents a static exciter and electric voltage regulator." ; + rdfs:label "ExcAVR4" ; + rdfs:comment "Italian excitation system. It represents a static exciter and electric voltage regulator."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAVR5 a owl:Class ; - rdfs:label "ExcAVR5"@en ; - rdfs:comment "Manual excitation control with field circuit resistance. This model can be used as a very simple representation of manual voltage control." ; + rdfs:label "ExcAVR5" ; + rdfs:comment "Manual excitation control with field circuit resistance. This model can be used as a very simple representation of manual voltage control."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcAVR7 a owl:Class ; - rdfs:label "ExcAVR7"@en ; - rdfs:comment "IVO excitation system." ; + rdfs:label "ExcAVR7" ; + rdfs:comment "IVO excitation system."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcBBC a owl:Class ; - rdfs:label "ExcBBC"@en ; - rdfs:comment "Transformer fed static excitation system (static with ABB regulator). This model represents a static excitation system in which a gated thyristor bridge fed by a transformer at the main generator terminals feeds the main generator directly." ; + rdfs:label "ExcBBC" ; + rdfs:comment "Transformer fed static excitation system (static with ABB regulator). This model represents a static excitation system in which a gated thyristor bridge fed by a transformer at the main generator terminals feeds the main generator directly."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcCZ a owl:Class ; - rdfs:label "ExcCZ"@en ; - rdfs:comment "Czech proportion/integral exciter." ; + rdfs:label "ExcCZ" ; + rdfs:comment "Czech proportion/integral exciter."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcDC1A a owl:Class ; - rdfs:label "ExcDC1A"@en ; - rdfs:comment "Modified IEEE DC1A direct current commutator exciter with speed input and without underexcitation limiters (UEL) inputs." ; + rdfs:label "ExcDC1A" ; + rdfs:comment "Modified IEEE DC1A direct current commutator exciter with speed input and without underexcitation limiters (UEL) inputs."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcDC2A a owl:Class ; - rdfs:label "ExcDC2A"@en ; - rdfs:comment "Modified IEEE DC2A direct current commutator exciter with speed input, one more leg block in feedback loop and without underexcitation limiters (UEL) inputs. DC type 2 excitation system model with added speed multiplier, added lead-lag, and voltage-dependent limits." ; + rdfs:label "ExcDC2A" ; + rdfs:comment "Modified IEEE DC2A direct current commutator exciter with speed input, one more leg block in feedback loop and without underexcitation limiters (UEL) inputs. DC type 2 excitation system model with added speed multiplier, added lead-lag, and voltage-dependent limits."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcDC3A a owl:Class ; - rdfs:label "ExcDC3A"@en ; - rdfs:comment "Modified IEEE DC3A direct current commutator exciter with speed input, and deadband. DC old type 4." ; + rdfs:label "ExcDC3A" ; + rdfs:comment "Modified IEEE DC3A direct current commutator exciter with speed input, and deadband. DC old type 4."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcDC3A1 a owl:Class ; - rdfs:label "ExcDC3A1"@en ; - rdfs:comment "Modified old IEEE type 3 excitation system." ; + rdfs:label "ExcDC3A1" ; + rdfs:comment "Modified old IEEE type 3 excitation system."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcELIN1 a owl:Class ; - rdfs:label "ExcELIN1"@en ; - rdfs:comment "Static PI transformer fed excitation system ELIN (VATECH) - simplified model. This model represents an all-static excitation system. A PI voltage controller establishes a desired field current set point for a proportional current controller. The integrator of the PI controller has a follow-up input to match its signal to the present field current. A power system stabilizer with power input is included in the model." ; + rdfs:label "ExcELIN1" ; + rdfs:comment "Static PI transformer fed excitation system ELIN (VATECH) - simplified model. This model represents an all-static excitation system. A PI voltage controller establishes a desired field current set point for a proportional current controller. The integrator of the PI controller has a follow-up input to match its signal to the present field current. A power system stabilizer with power input is included in the model."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcELIN2 a owl:Class ; - rdfs:label "ExcELIN2"@en ; - rdfs:comment "Detailed excitation system ELIN (VATECH). This model represents an all-static excitation system. A PI voltage controller establishes a desired field current set point for a proportional current controller. The integrator of the PI controller has a follow-up input to match its signal to the present field current. Power system stabilizer models used in conjunction with this excitation system model: PssELIN2, PssIEEE2B, Pss2B." ; + rdfs:label "ExcELIN2" ; + rdfs:comment "Detailed excitation system ELIN (VATECH). This model represents an all-static excitation system. A PI voltage controller establishes a desired field current set point for a proportional current controller. The integrator of the PI controller has a follow-up input to match its signal to the present field current. Power system stabilizer models used in conjunction with this excitation system model: PssELIN2, PssIEEE2B, Pss2B."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcHU a owl:Class ; - rdfs:label "ExcHU"@en ; - rdfs:comment "Hungarian excitation system, with built-in voltage transducer." ; + rdfs:label "ExcHU" ; + rdfs:comment "Hungarian excitation system, with built-in voltage transducer."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEAC1A a owl:Class ; - rdfs:label "ExcIEEEAC1A"@en ; + rdfs:label "ExcIEEEAC1A" ; rdfs:comment """IEEE 421.5-2005 type AC1A model. The model represents the field-controlled alternator-rectifier excitation systems designated type AC1A. These excitation systems consist of an alternator main exciter with non-controlled rectifiers. -Reference: IEEE 421.5-2005, 6.1.""" ; +Reference: IEEE 421.5-2005, 6.1."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEAC2A a owl:Class ; - rdfs:label "ExcIEEEAC2A"@en ; + rdfs:label "ExcIEEEAC2A" ; rdfs:comment """IEEE 421.5-2005 type AC2A model. The model represents a high initial response field-controlled alternator-rectifier excitation system. The alternator main exciter is used with non-controlled rectifiers. The type AC2A model is similar to that of type AC1A except for the inclusion of exciter time constant compensation and exciter field current limiting elements. -Reference: IEEE 421.5-2005, 6.2.""" ; +Reference: IEEE 421.5-2005, 6.2."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEAC3A a owl:Class ; - rdfs:label "ExcIEEEAC3A"@en ; + rdfs:label "ExcIEEEAC3A" ; rdfs:comment """IEEE 421.5-2005 type AC3A model. The model represents the field-controlled alternator-rectifier excitation systems designated type AC3A. These excitation systems include an alternator main exciter with non-controlled rectifiers. The exciter employs self-excitation, and the voltage regulator power is derived from the exciter output voltage. Therefore, this system has an additional nonlinearity, simulated by the use of a multiplier whose inputs are the voltage regulator command signal, Va, and the exciter output voltage, Efd, times KR. This model is applicable to excitation systems employing static voltage regulators. -Reference: IEEE 421.5-2005, 6.3.""" ; +Reference: IEEE 421.5-2005, 6.3."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEAC4A a owl:Class ; - rdfs:label "ExcIEEEAC4A"@en ; + rdfs:label "ExcIEEEAC4A" ; rdfs:comment """IEEE 421.5-2005 type AC4A model. The model represents type AC4A alternator-supplied controlled-rectifier excitation system which is quite different from the other types of AC systems. This high initial response excitation system utilizes a full thyristor bridge in the exciter output circuit. The voltage regulator controls the firing of the thyristor bridges. The exciter alternator uses an independent voltage regulator to control its output voltage to a constant value. These effects are not modelled; however, transient loading effects on the exciter alternator are included. -Reference: IEEE 421.5-2005, 6.4.""" ; +Reference: IEEE 421.5-2005, 6.4."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEAC5A a owl:Class ; - rdfs:label "ExcIEEEAC5A"@en ; + rdfs:label "ExcIEEEAC5A" ; rdfs:comment """IEEE 421.5-2005 type AC5A model. The model represents a simplified model for brushless excitation systems. The regulator is supplied from a source, such as a permanent magnet generator, which is not affected by system disturbances. Unlike other AC models, this model uses loaded rather than open circuit exciter saturation data in the same way as it is used for the DC models. Because the model has been widely implemented by the industry, it is sometimes used to represent other types of systems when either detailed data for them are not available or simplified models are required. -Reference: IEEE 421.5-2005, 6.5.""" ; +Reference: IEEE 421.5-2005, 6.5."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEAC6A a owl:Class ; - rdfs:label "ExcIEEEAC6A"@en ; + rdfs:label "ExcIEEEAC6A" ; rdfs:comment """IEEE 421.5-2005 type AC6A model. The model represents field-controlled alternator-rectifier excitation systems with system-supplied electronic voltage regulators. The maximum output of the regulator, VR, is a function of terminal voltage, VT. The field current limiter included in the original model AC6A remains in the 2005 update. -Reference: IEEE 421.5-2005, 6.6.""" ; +Reference: IEEE 421.5-2005, 6.6."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEAC7B a owl:Class ; - rdfs:label "ExcIEEEAC7B"@en ; + rdfs:label "ExcIEEEAC7B" ; rdfs:comment """IEEE 421.5-2005 type AC7B model. The model represents excitation systems which consist of an AC alternator with either stationary or rotating rectifiers to produce the DC field requirements. It is an upgrade to earlier AC excitation systems, which replace only the controls but retain the AC alternator and diode rectifier bridge. -Reference: IEEE 421.5-2005, 6.7. Note, however, that in IEEE 421.5-2005, the [1 / sTE] block is shown as [1 / (1 + sTE)], which is incorrect.""" ; +Reference: IEEE 421.5-2005, 6.7. Note, however, that in IEEE 421.5-2005, the [1 / sTE] block is shown as [1 / (1 + sTE)], which is incorrect."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEAC8B a owl:Class ; - rdfs:label "ExcIEEEAC8B"@en ; + rdfs:label "ExcIEEEAC8B" ; rdfs:comment """IEEE 421.5-2005 type AC8B model. This model represents a PID voltage regulator with either a brushless exciter or DC exciter. The AVR in this model consists of PID control, with separate constants for the proportional (KPR), integral (KIR), and derivative (KDR) gains. The representation of the brushless exciter (TE, KE, SE, KC, KD) is similar to the model type AC2A. The type AC8B model can be used to represent static voltage regulators applied to brushless excitation systems. Digitally based voltage regulators feeding DC rotating main exciters can be represented with the AC type AC8B model with the parameters KC and KD set to 0. For thyristor power stages fed from the generator terminals, the limits VRMAX and VRMIN should be a function of terminal voltage: VT x VRMAX and VT x VRMIN. -Reference: IEEE 421.5-2005, 6.8.""" ; +Reference: IEEE 421.5-2005, 6.8."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEDC1A a owl:Class ; - rdfs:label "ExcIEEEDC1A"@en ; + rdfs:label "ExcIEEEDC1A" ; rdfs:comment """IEEE 421.5-2005 type DC1A model. This model represents field-controlled DC commutator exciters with continuously acting voltage regulators (especially the direct-acting rheostatic, rotating amplifier, and magnetic amplifier types). Because this model has been widely implemented by the industry, it is sometimes used to represent other types of systems when detailed data for them are not available or when a simplified model is required. -Reference: IEEE 421.5-2005, 5.1.""" ; +Reference: IEEE 421.5-2005, 5.1."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEDC2A a owl:Class ; - rdfs:label "ExcIEEEDC2A"@en ; + rdfs:label "ExcIEEEDC2A" ; rdfs:comment """IEEE 421.5-2005 type DC2A model. This model represents field-controlled DC commutator exciters with continuously acting voltage regulators having supplies obtained from the generator or auxiliary bus. It differs from the type DC1A model only in the voltage regulator output limits, which are now proportional to terminal voltage VT. It is representative of solid-state replacements for various forms of older mechanical and rotating amplifier regulating equipment connected to DC commutator exciters. -Reference: IEEE 421.5-2005, 5.2.""" ; +Reference: IEEE 421.5-2005, 5.2."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEDC3A a owl:Class ; - rdfs:label "ExcIEEEDC3A"@en ; + rdfs:label "ExcIEEEDC3A" ; rdfs:comment """IEEE 421.5-2005 type DC3A model. This model represents older systems, in particular those DC commutator exciters with non-continuously acting regulators that were commonly used before the development of the continuously acting varieties. These systems respond at basically two different rates, depending upon the magnitude of voltage error. For small errors, adjustment is made periodically with a signal to a motor-operated rheostat. Larger errors cause resistors to be quickly shorted or inserted and a strong forcing signal applied to the exciter. Continuous motion of the motor-operated rheostat occurs for these larger error signals, even though it is bypassed by contactor action. -Reference: IEEE 421.5-2005, 5.3.""" ; +Reference: IEEE 421.5-2005, 5.3."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEDC4B a owl:Class ; - rdfs:label "ExcIEEEDC4B"@en ; + rdfs:label "ExcIEEEDC4B" ; rdfs:comment """IEEE 421.5-2005 type DC4B model. These excitation systems utilize a field-controlled DC commutator exciter with a continuously acting voltage regulator having supplies obtained from the generator or auxiliary bus. -Reference: IEEE 421.5-2005, 5.4.""" ; +Reference: IEEE 421.5-2005, 5.4."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEST1A a owl:Class ; - rdfs:label "ExcIEEEST1A"@en ; + rdfs:label "ExcIEEEST1A" ; rdfs:comment """IEEE 421.5-2005 type ST1A model. This model represents systems in which excitation power is supplied through a transformer from the generator terminals (or the unit’s auxiliary bus) and is regulated by a controlled rectifier. The maximum exciter voltage available from such systems is directly related to the generator terminal voltage. -Reference: IEEE 421.5-2005, 7.1.""" ; +Reference: IEEE 421.5-2005, 7.1."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEST1AUELselectorKind a owl:Class ; - rdfs:label "ExcIEEEST1AUELselectorKind"@en ; - rdfs:comment "Types of connections for the UEL input used in ExcIEEEST1A." ; + rdfs:label "ExcIEEEST1AUELselectorKind" ; + rdfs:comment "Types of connections for the UEL input used in ExcIEEEST1A."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:ExcIEEEST2A a owl:Class ; - rdfs:label "ExcIEEEST2A"@en ; + rdfs:label "ExcIEEEST2A" ; rdfs:comment """IEEE 421.5-2005 type ST2A model. Some static systems use both current and voltage sources (generator terminal quantities) to comprise the power source. The regulator controls the exciter output through controlled saturation of the power transformer components. These compound-source rectifier excitation systems are designated type ST2A and are represented by ExcIEEEST2A. -Reference: IEEE 421.5-2005, 7.2.""" ; +Reference: IEEE 421.5-2005, 7.2."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEST3A a owl:Class ; - rdfs:label "ExcIEEEST3A"@en ; + rdfs:label "ExcIEEEST3A" ; rdfs:comment """IEEE 421.5-2005 type ST3A model. Some static systems utilize a field voltage control loop to linearize the exciter control characteristic. This also makes the output independent of supply source variations until supply limitations are reached. These systems utilize a variety of controlled-rectifier designs: full thyristor complements or hybrid bridges in either series or shunt configurations. The power source can consist of only a potential source, either fed from the machine terminals or from internal windings. Some designs can have compound power sources utilizing both machine potential and current. These power sources are represented as phasor combinations of machine terminal current and voltage and are accommodated by suitable parameters in model type ST3A which is represented by ExcIEEEST3A. -Reference: IEEE 421.5-2005, 7.3.""" ; +Reference: IEEE 421.5-2005, 7.3."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEST4B a owl:Class ; - rdfs:label "ExcIEEEST4B"@en ; + rdfs:label "ExcIEEEST4B" ; rdfs:comment """IEEE 421.5-2005 type ST4B model. This model is a variation of the type ST3A model, with a proportional plus integral (PI) regulator block replacing the lag-lead regulator characteristic that is in the ST3A model. Both potential and compound source rectifier excitation systems are modelled. The PI regulator blocks have non-windup limits that are represented. The voltage regulator of this model is typically implemented digitally. -Reference: IEEE 421.5-2005, 7.4.""" ; +Reference: IEEE 421.5-2005, 7.4."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEST5B a owl:Class ; - rdfs:label "ExcIEEEST5B"@en ; + rdfs:label "ExcIEEEST5B" ; rdfs:comment """IEEE 421.5-2005 type ST5B model. The type ST5B excitation system is a variation of the type ST1A model, with alternative overexcitation and underexcitation inputs and additional limits. The block diagram in the IEEE 421.5 standard has input signal Vc and does not indicate the summation point with Vref. The implementation of the ExcIEEEST5B shall consider summation point with Vref. -Reference: IEEE 421.5-2005, 7.5.""" ; +Reference: IEEE 421.5-2005, 7.5."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEST6B a owl:Class ; - rdfs:label "ExcIEEEST6B"@en ; + rdfs:label "ExcIEEEST6B" ; rdfs:comment """IEEE 421.5-2005 type ST6B model. This model consists of a PI voltage regulator with an inner loop field voltage regulator and pre-control. The field voltage regulator implements a proportional control. The pre-control and the delay in the feedback circuit increase the dynamic response. -Reference: IEEE 421.5-2005, 7.6.""" ; +Reference: IEEE 421.5-2005, 7.6."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcIEEEST7B a owl:Class ; - rdfs:label "ExcIEEEST7B"@en ; + rdfs:label "ExcIEEEST7B" ; rdfs:comment """IEEE 421.5-2005 type ST7B model. This model is representative of static potential-source excitation systems. In this system, the AVR consists of a PI voltage regulator. A phase lead-lag filter in series allows the introduction of a derivative function, typically used with brushless excitation systems. In that case, the regulator is of the PID type. In addition, the terminal voltage channel includes a phase lead-lag filter. The AVR includes the appropriate inputs on its reference for overexcitation limiter (OEL1), underexcitation limiter (UEL), stator current limiter (SCL), and current compensator (DROOP). All these limitations, when they work at voltage reference level, keep the PSS (VS signal from PSS) in operation. However, the UEL limitation can also be transferred to the high value (HV) gate acting on the output signal. In addition, the output signal passes through a low value (LV) gate for a ceiling overexcitation limiter (OEL2). -Reference: IEEE 421.5-2005, 7.7.""" ; +Reference: IEEE 421.5-2005, 7.7."""@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcNI a owl:Class ; - rdfs:label "ExcNI"@en ; - rdfs:comment "Bus or solid fed SCR (silicon-controlled rectifier) bridge excitation system model type NI (NVE)." ; + rdfs:label "ExcNI" ; + rdfs:comment "Bus or solid fed SCR (silicon-controlled rectifier) bridge excitation system model type NI (NVE)."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcOEX3T a owl:Class ; - rdfs:label "ExcOEX3T"@en ; - rdfs:comment "Modified IEEE type ST1 excitation system with semi-continuous and acting terminal voltage limiter." ; + rdfs:label "ExcOEX3T" ; + rdfs:comment "Modified IEEE type ST1 excitation system with semi-continuous and acting terminal voltage limiter."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcPIC a owl:Class ; - rdfs:label "ExcPIC"@en ; - rdfs:comment "Proportional/integral regulator excitation system. This model can be used to represent excitation systems with a proportional-integral (PI) voltage regulator controller." ; + rdfs:label "ExcPIC" ; + rdfs:comment "Proportional/integral regulator excitation system. This model can be used to represent excitation systems with a proportional-integral (PI) voltage regulator controller."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcREXS a owl:Class ; - rdfs:label "ExcREXS"@en ; - rdfs:comment "General purpose rotating excitation system. This model can be used to represent a wide range of excitation systems whose DC power source is an AC or DC generator. It encompasses IEEE type AC1, AC2, DC1, and DC2 excitation system models." ; + rdfs:label "ExcREXS" ; + rdfs:comment "General purpose rotating excitation system. This model can be used to represent a wide range of excitation systems whose DC power source is an AC or DC generator. It encompasses IEEE type AC1, AC2, DC1, and DC2 excitation system models."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcREXSFeedbackSignalKind a owl:Class ; - rdfs:label "ExcREXSFeedbackSignalKind"@en ; - rdfs:comment "Types of rate feedback signals." ; + rdfs:label "ExcREXSFeedbackSignalKind" ; + rdfs:comment "Types of rate feedback signals."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:ExcRQB a owl:Class ; - rdfs:label "ExcRQB"@en ; - rdfs:comment "Excitation system type RQB (four-loop regulator, r?gulateur quatre boucles, developed in France) primarily used in nuclear or thermal generating units. This excitation system shall be always used together with power system stabilizer type PssRQB." ; + rdfs:label "ExcRQB" ; + rdfs:comment "Excitation system type RQB (four-loop regulator, r?gulateur quatre boucles, developed in France) primarily used in nuclear or thermal generating units. This excitation system shall be always used together with power system stabilizer type PssRQB."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcSCRX a owl:Class ; - rdfs:label "ExcSCRX"@en ; - rdfs:comment "Simple excitation system with generic characteristics typical of many excitation systems; intended for use where negative field current could be a problem." ; + rdfs:label "ExcSCRX" ; + rdfs:comment "Simple excitation system with generic characteristics typical of many excitation systems; intended for use where negative field current could be a problem."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcSEXS a owl:Class ; - rdfs:label "ExcSEXS"@en ; - rdfs:comment "Simplified excitation system." ; + rdfs:label "ExcSEXS" ; + rdfs:comment "Simplified excitation system."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcSK a owl:Class ; - rdfs:label "ExcSK"@en ; - rdfs:comment "Slovakian excitation system. UEL and secondary voltage control are included in this model. When this model is used, there cannot be a separate underexcitation limiter or VAr controller model." ; + rdfs:label "ExcSK" ; + rdfs:comment "Slovakian excitation system. UEL and secondary voltage control are included in this model. When this model is used, there cannot be a separate underexcitation limiter or VAr controller model."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcST1A a owl:Class ; - rdfs:label "ExcST1A"@en ; - rdfs:comment "Modification of an old IEEE ST1A static excitation system without overexcitation limiter (OEL) and underexcitation limiter (UEL)." ; + rdfs:label "ExcST1A" ; + rdfs:comment "Modification of an old IEEE ST1A static excitation system without overexcitation limiter (OEL) and underexcitation limiter (UEL)."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcST2A a owl:Class ; - rdfs:label "ExcST2A"@en ; - rdfs:comment "Modified IEEE ST2A static excitation system with another lead-lag block added to match the model defined by WECC." ; + rdfs:label "ExcST2A" ; + rdfs:comment "Modified IEEE ST2A static excitation system with another lead-lag block added to match the model defined by WECC."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcST3A a owl:Class ; - rdfs:label "ExcST3A"@en ; - rdfs:comment "Modified IEEE ST3A static excitation system with added speed multiplier." ; + rdfs:label "ExcST3A" ; + rdfs:comment "Modified IEEE ST3A static excitation system with added speed multiplier."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcST4B a owl:Class ; - rdfs:label "ExcST4B"@en ; - rdfs:comment "Modified IEEE ST4B static excitation system with maximum inner loop feedback gain Vgmax." ; + rdfs:label "ExcST4B" ; + rdfs:comment "Modified IEEE ST4B static excitation system with maximum inner loop feedback gain Vgmax."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcST6B a owl:Class ; - rdfs:label "ExcST6B"@en ; - rdfs:comment "Modified IEEE ST6B static excitation system with PID controller and optional inner feedback loop." ; + rdfs:label "ExcST6B" ; + rdfs:comment "Modified IEEE ST6B static excitation system with PID controller and optional inner feedback loop."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcST6BOELselectorKind a owl:Class ; - rdfs:label "ExcST6BOELselectorKind"@en ; - rdfs:comment "Types of connections for the OEL input used for static excitation systems type 6B." ; + rdfs:label "ExcST6BOELselectorKind" ; + rdfs:comment "Types of connections for the OEL input used for static excitation systems type 6B."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:ExcST7B a owl:Class ; - rdfs:label "ExcST7B"@en ; - rdfs:comment "Modified IEEE ST7B static excitation system without stator current limiter (SCL) and current compensator (DROOP) inputs." ; + rdfs:label "ExcST7B" ; + rdfs:comment "Modified IEEE ST7B static excitation system without stator current limiter (SCL) and current compensator (DROOP) inputs."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:ExcST7BOELselectorKind a owl:Class ; - rdfs:label "ExcST7BOELselectorKind"@en ; - rdfs:comment "Types of connections for the OEL input used for static excitation systems type 7B." ; + rdfs:label "ExcST7BOELselectorKind" ; + rdfs:comment "Types of connections for the OEL input used for static excitation systems type 7B."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:ExcST7BUELselectorKind a owl:Class ; - rdfs:label "ExcST7BUELselectorKind"@en ; - rdfs:comment "Types of connections for the UEL input used for static excitation systems type 7B." ; + rdfs:label "ExcST7BUELselectorKind" ; + rdfs:comment "Types of connections for the UEL input used for static excitation systems type 7B."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:ExcitationSystemDynamics a owl:Class ; - rdfs:label "ExcitationSystemDynamics"@en ; - rdfs:comment "Excitation system function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "ExcitationSystemDynamics" ; + rdfs:comment "Excitation system function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_ExcitationSystemDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:ExcitationSystemUserDefined a owl:Class ; - rdfs:label "ExcitationSystemUserDefined"@en ; - rdfs:comment "Excitation system function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "ExcitationSystemUserDefined" ; + rdfs:comment "Excitation system function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ExcitationSystemDynamics . cim:FrancisGovernorControlKind a owl:Class ; - rdfs:label "FrancisGovernorControlKind"@en ; - rdfs:comment "Governor control flag for Francis hydro model." ; + rdfs:label "FrancisGovernorControlKind" ; + rdfs:comment "Governor control flag for Francis hydro model."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:GenICompensationForGenJ a owl:Class ; - rdfs:label "GenICompensationForGenJ"@en ; - rdfs:comment "Resistive and reactive components of compensation for generator associated with IEEE type 2 voltage compensator for current flow out of another generator in the interconnection." ; + rdfs:label "GenICompensationForGenJ" ; + rdfs:comment "Resistive and reactive components of compensation for generator associated with IEEE type 2 voltage compensator for current flow out of another generator in the interconnection."@en ; cims:belongsToCategory dy:Package_VoltageCompensatorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:GenericNonLinearLoadModelKind a owl:Class ; - rdfs:label "GenericNonLinearLoadModelKind"@en ; - rdfs:comment "Type of generic non-linear load model." ; + rdfs:label "GenericNonLinearLoadModelKind" ; + rdfs:comment "Type of generic non-linear load model."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:GovCT1 a owl:Class ; - rdfs:label "GovCT1"@en ; + rdfs:label "GovCT1" ; rdfs:comment """General model for any prime mover with a PID governor, used primarily for combustion turbine and combined cycle units. This model can be used to represent a variety of prime movers controlled by PID governors. It is suitable, for example, for the representation of:
      @@ -704,708 +706,708 @@ This model can be used to represent a variety of prime movers controlled by PID \t
    • steam turbines where steam is supplied from a large boiler drum or a large header whose pressure is substantially constant over the period under study
    • \t
    • simple hydro turbines in dam configurations where the water column length is short and water inertia effects are minimal.
    -Additional information on this model is available in the 2012 IEEE report, Dynamic Models for Turbine-Governors in Power System Studies, 3.1.2.3 pages 3-4 (GGOV1).""" ; +Additional information on this model is available in the 2012 IEEE report, Dynamic Models for Turbine-Governors in Power System Studies, 3.1.2.3 pages 3-4 (GGOV1)."""@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovCT2 a owl:Class ; - rdfs:label "GovCT2"@en ; - rdfs:comment "General governor with frequency-dependent fuel flow limit. This model is a modification of the GovCT1 model in order to represent the frequency-dependent fuel flow limit of a specific gas turbine manufacturer." ; + rdfs:label "GovCT2" ; + rdfs:comment "General governor with frequency-dependent fuel flow limit. This model is a modification of the GovCT1 model in order to represent the frequency-dependent fuel flow limit of a specific gas turbine manufacturer."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovGAST a owl:Class ; - rdfs:label "GovGAST"@en ; - rdfs:comment "Single shaft gas turbine." ; + rdfs:label "GovGAST" ; + rdfs:comment "Single shaft gas turbine."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovGAST1 a owl:Class ; - rdfs:label "GovGAST1"@en ; - rdfs:comment "Modified single shaft gas turbine." ; + rdfs:label "GovGAST1" ; + rdfs:comment "Modified single shaft gas turbine."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovGAST2 a owl:Class ; - rdfs:label "GovGAST2"@en ; - rdfs:comment "Gas turbine." ; + rdfs:label "GovGAST2" ; + rdfs:comment "Gas turbine."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovGAST3 a owl:Class ; - rdfs:label "GovGAST3"@en ; - rdfs:comment "Generic turbogas with acceleration and temperature controller." ; + rdfs:label "GovGAST3" ; + rdfs:comment "Generic turbogas with acceleration and temperature controller."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovGAST4 a owl:Class ; - rdfs:label "GovGAST4"@en ; - rdfs:comment "Generic turbogas." ; + rdfs:label "GovGAST4" ; + rdfs:comment "Generic turbogas."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovGASTWD a owl:Class ; - rdfs:label "GovGASTWD"@en ; + rdfs:label "GovGASTWD" ; rdfs:comment """Woodward™ gas turbine governor. -[Footnote: Woodward gas turbines are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]""" ; +[Footnote: Woodward gas turbines are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]"""@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydro1 a owl:Class ; - rdfs:label "GovHydro1"@en ; - rdfs:comment "Basic hydro turbine governor." ; + rdfs:label "GovHydro1" ; + rdfs:comment "Basic hydro turbine governor."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydro2 a owl:Class ; - rdfs:label "GovHydro2"@en ; - rdfs:comment "IEEE hydro turbine governor with straightforward penstock configuration and hydraulic-dashpot governor." ; + rdfs:label "GovHydro2" ; + rdfs:comment "IEEE hydro turbine governor with straightforward penstock configuration and hydraulic-dashpot governor."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydro3 a owl:Class ; - rdfs:label "GovHydro3"@en ; - rdfs:comment "Modified IEEE hydro governor-turbine. This model differs from that defined in the IEEE modelling guideline paper in that the limits on gate position and velocity do not permit \"wind up\" of the upstream signals." ; + rdfs:label "GovHydro3" ; + rdfs:comment "Modified IEEE hydro governor-turbine. This model differs from that defined in the IEEE modelling guideline paper in that the limits on gate position and velocity do not permit \"wind up\" of the upstream signals."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydro4 a owl:Class ; - rdfs:label "GovHydro4"@en ; - rdfs:comment "Hydro turbine and governor. Represents plants with straight-forward penstock configurations and hydraulic governors of the traditional 'dashpot' type. This model can be used to represent simple, Francis/Pelton or Kaplan turbines." ; + rdfs:label "GovHydro4" ; + rdfs:comment "Hydro turbine and governor. Represents plants with straight-forward penstock configurations and hydraulic governors of the traditional 'dashpot' type. This model can be used to represent simple, Francis/Pelton or Kaplan turbines."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydro4ModelKind a owl:Class ; - rdfs:label "GovHydro4ModelKind"@en ; - rdfs:comment "Possible types of GovHydro4 models." ; + rdfs:label "GovHydro4ModelKind" ; + rdfs:comment "Possible types of GovHydro4 models."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:GovHydroDD a owl:Class ; - rdfs:label "GovHydroDD"@en ; - rdfs:comment "Double derivative hydro governor and turbine." ; + rdfs:label "GovHydroDD" ; + rdfs:comment "Double derivative hydro governor and turbine."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydroFrancis a owl:Class ; - rdfs:label "GovHydroFrancis"@en ; + rdfs:label "GovHydroFrancis" ; rdfs:comment """Detailed hydro unit - Francis model. This model can be used to represent three types of governors. -A schematic of the hydraulic system of detailed hydro unit models, such as Francis and Pelton, is provided in the DetailedHydroModelHydraulicSystem diagram.""" ; +A schematic of the hydraulic system of detailed hydro unit models, such as Francis and Pelton, is provided in the DetailedHydroModelHydraulicSystem diagram."""@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydroIEEE0 a owl:Class ; - rdfs:label "GovHydroIEEE0"@en ; + rdfs:label "GovHydroIEEE0" ; rdfs:comment """IEEE simplified hydro governor-turbine model. Used for mechanical-hydraulic and electro-hydraulic turbine governors, with or without steam feedback. Typical values given are for mechanical-hydraulic turbine-governor. -Reference: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, Dynamic Models for Steam and Hydro Turbines in Power System Studies, page 1904.""" ; +Reference: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, Dynamic Models for Steam and Hydro Turbines in Power System Studies, page 1904."""@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydroIEEE2 a owl:Class ; - rdfs:label "GovHydroIEEE2"@en ; + rdfs:label "GovHydroIEEE2" ; rdfs:comment """IEEE hydro turbine governor model represents plants with straightforward penstock configurations and hydraulic-dashpot governors. -Reference: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, Dynamic Models for Steam and Hydro Turbines in Power System Studies, page 1904.""" ; +Reference: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, Dynamic Models for Steam and Hydro Turbines in Power System Studies, page 1904."""@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydroPID a owl:Class ; - rdfs:label "GovHydroPID"@en ; - rdfs:comment "PID governor and turbine." ; + rdfs:label "GovHydroPID" ; + rdfs:comment "PID governor and turbine."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydroPID2 a owl:Class ; - rdfs:label "GovHydroPID2"@en ; + rdfs:label "GovHydroPID2" ; rdfs:comment """Hydro turbine and governor. Represents plants with straightforward penstock configurations and "three term" electro-hydraulic governors (i.e. WoodwardTM electronic). -[Footnote: Woodward electronic governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]""" ; +[Footnote: Woodward electronic governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]"""@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydroPelton a owl:Class ; - rdfs:label "GovHydroPelton"@en ; + rdfs:label "GovHydroPelton" ; rdfs:comment """Detailed hydro unit - Pelton model. This model can be used to represent the dynamic related to water tunnel and surge chamber. -The DetailedHydroModelHydraulicSystem diagram, located under the GovHydroFrancis class, provides a schematic of the hydraulic system of detailed hydro unit models, such as Francis and Pelton.""" ; +The DetailedHydroModelHydraulicSystem diagram, located under the GovHydroFrancis class, provides a schematic of the hydraulic system of detailed hydro unit models, such as Francis and Pelton."""@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydroR a owl:Class ; - rdfs:label "GovHydroR"@en ; - rdfs:comment "Fourth order lead-lag governor and hydro turbine." ; + rdfs:label "GovHydroR" ; + rdfs:comment "Fourth order lead-lag governor and hydro turbine."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydroWEH a owl:Class ; - rdfs:label "GovHydroWEH"@en ; + rdfs:label "GovHydroWEH" ; rdfs:comment """WoodwardTM electric hydro governor. -[Footnote: Woodward electric hydro governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]""" ; +[Footnote: Woodward electric hydro governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]"""@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovHydroWPID a owl:Class ; - rdfs:label "GovHydroWPID"@en ; + rdfs:label "GovHydroWPID" ; rdfs:comment """WoodwardTM PID hydro governor. -[Footnote: Woodward PID hydro governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]""" ; +[Footnote: Woodward PID hydro governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]"""@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovSteam0 a owl:Class ; - rdfs:label "GovSteam0"@en ; - rdfs:comment "A simplified steam turbine governor." ; + rdfs:label "GovSteam0" ; + rdfs:comment "A simplified steam turbine governor."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovSteam1 a owl:Class ; - rdfs:label "GovSteam1"@en ; - rdfs:comment "Steam turbine governor, based on the GovSteamIEEE1 (with optional deadband and nonlinear valve gain added)." ; + rdfs:label "GovSteam1" ; + rdfs:comment "Steam turbine governor, based on the GovSteamIEEE1 (with optional deadband and nonlinear valve gain added)."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovSteam2 a owl:Class ; - rdfs:label "GovSteam2"@en ; - rdfs:comment "Simplified governor." ; + rdfs:label "GovSteam2" ; + rdfs:comment "Simplified governor."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovSteamBB a owl:Class ; - rdfs:label "GovSteamBB"@en ; - rdfs:comment "European governor model." ; + rdfs:label "GovSteamBB" ; + rdfs:comment "European governor model."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovSteamCC a owl:Class ; - rdfs:label "GovSteamCC"@en ; - rdfs:comment "Cross compound turbine governor. Unlike tandem compound units, cross compound units are not on the same shaft." ; + rdfs:label "GovSteamCC" ; + rdfs:comment "Cross compound turbine governor. Unlike tandem compound units, cross compound units are not on the same shaft."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:CrossCompoundTurbineGovernorDynamics . cim:GovSteamEU a owl:Class ; - rdfs:label "GovSteamEU"@en ; - rdfs:comment "Simplified boiler and steam turbine with PID governor." ; + rdfs:label "GovSteamEU" ; + rdfs:comment "Simplified boiler and steam turbine with PID governor."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovSteamFV2 a owl:Class ; - rdfs:label "GovSteamFV2"@en ; - rdfs:comment "Steam turbine governor with reheat time constants and modelling of the effects of fast valve closing to reduce mechanical power." ; + rdfs:label "GovSteamFV2" ; + rdfs:comment "Steam turbine governor with reheat time constants and modelling of the effects of fast valve closing to reduce mechanical power."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovSteamFV3 a owl:Class ; - rdfs:label "GovSteamFV3"@en ; - rdfs:comment "Simplified GovSteamIEEE1 steam turbine governor with Prmax limit and fast valving." ; + rdfs:label "GovSteamFV3" ; + rdfs:comment "Simplified GovSteamIEEE1 steam turbine governor with Prmax limit and fast valving."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovSteamFV4 a owl:Class ; - rdfs:label "GovSteamFV4"@en ; - rdfs:comment "Detailed electro-hydraulic governor for steam unit." ; + rdfs:label "GovSteamFV4" ; + rdfs:comment "Detailed electro-hydraulic governor for steam unit."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovSteamIEEE1 a owl:Class ; - rdfs:label "GovSteamIEEE1"@en ; + rdfs:label "GovSteamIEEE1" ; rdfs:comment """IEEE steam turbine governor model. -Reference: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, Dynamic Models for Steam and Hydro Turbines in Power System Studies, page 1904.""" ; +Reference: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, Dynamic Models for Steam and Hydro Turbines in Power System Studies, page 1904."""@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:GovSteamSGO a owl:Class ; - rdfs:label "GovSteamSGO"@en ; - rdfs:comment "Simplified steam turbine governor." ; + rdfs:label "GovSteamSGO" ; + rdfs:comment "Simplified steam turbine governor."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:HVDCDynamics a owl:Class ; - rdfs:label "HVDCDynamics"@en ; - rdfs:comment "HVDC whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "HVDCDynamics" ; + rdfs:comment "HVDC whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_HVDCDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory dy:Package_Core . cim:IfdBaseKind a owl:Class ; - rdfs:label "IfdBaseKind"@en ; - rdfs:comment "Excitation base system mode." ; + rdfs:label "IfdBaseKind" ; + rdfs:comment "Excitation base system mode."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:InputSignalKind a owl:Class ; - rdfs:label "InputSignalKind"@en ; - rdfs:comment "Types of input signals. In dynamics modelling, commonly represented by the j parameter." ; + rdfs:label "InputSignalKind" ; + rdfs:comment "Types of input signals. In dynamics modelling, commonly represented by the j parameter."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:LoadAggregate a owl:Class ; - rdfs:label "LoadAggregate"@en ; + rdfs:label "LoadAggregate" ; rdfs:comment """Aggregate loads are used to represent all or part of the real and reactive load from one or more loads in the static (power flow) data. This load is usually the aggregation of many individual load devices and the load model is an approximate representation of the aggregate response of the load devices to system disturbances. -Standard aggregate load model comprised of static and/or dynamic components. A static load model represents the sensitivity of the real and reactive power consumed by the load to the amplitude and frequency of the bus voltage. A dynamic load model can be used to represent the aggregate response of the motor components of the load.""" ; +Standard aggregate load model comprised of static and/or dynamic components. A static load model represents the sensitivity of the real and reactive power consumed by the load to the amplitude and frequency of the bus voltage. A dynamic load model can be used to represent the aggregate response of the motor components of the load."""@en ; cims:belongsToCategory dy:Package_LoadDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:LoadDynamics . cim:LoadComposite a owl:Class ; - rdfs:label "LoadComposite"@en ; + rdfs:label "LoadComposite" ; rdfs:comment """Combined static load and induction motor load effects. -The dynamics of the motor are simplified by linearizing the induction machine equations.""" ; +The dynamics of the motor are simplified by linearizing the induction machine equations."""@en ; cims:belongsToCategory dy:Package_LoadDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:LoadDynamics . cim:LoadDynamics a owl:Class ; - rdfs:label "LoadDynamics"@en ; + rdfs:label "LoadDynamics" ; rdfs:comment """Load whose behaviour is described by reference to a standard model or by definition of a user-defined model. -A standard feature of dynamic load behaviour modelling is the ability to associate the same behaviour to multiple energy consumers by means of a single load definition. The load model is always applied to individual bus loads (energy consumers).""" ; +A standard feature of dynamic load behaviour modelling is the ability to associate the same behaviour to multiple energy consumers by means of a single load definition. The load model is always applied to individual bus loads (energy consumers)."""@en ; cims:belongsToCategory dy:Package_LoadDynamics ; rdfs:subClassOf cim:IdentifiedObject . cim:LoadGenericNonLinear a owl:Class ; - rdfs:label "LoadGenericNonLinear"@en ; - rdfs:comment "Generic non-linear dynamic (GNLD) load. This model can be used in mid-term and long-term voltage stability simulations (i.e., to study voltage collapse), as it can replace a more detailed representation of aggregate load, including induction motors, thermostatically controlled and static loads." ; + rdfs:label "LoadGenericNonLinear" ; + rdfs:comment "Generic non-linear dynamic (GNLD) load. This model can be used in mid-term and long-term voltage stability simulations (i.e., to study voltage collapse), as it can replace a more detailed representation of aggregate load, including induction motors, thermostatically controlled and static loads."@en ; cims:belongsToCategory dy:Package_LoadDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:LoadDynamics . cim:LoadMotor a owl:Class ; - rdfs:label "LoadMotor"@en ; + rdfs:label "LoadMotor" ; rdfs:comment """Aggregate induction motor load. This model is used to represent a fraction of an ordinary load as "induction motor load". It allows a load that is treated as an ordinary constant power in power flow analysis to be represented by an induction motor in dynamic simulation. This model is intended for representation of aggregations of many motors dispersed through a load represented at a high voltage bus but where there is no information on the characteristics of individual motors. Either a "one-cage" or "two-cage" model of the induction machine can be modelled. Magnetic saturation is not modelled. This model treats a fraction of the constant power part of a load as a motor. During initialisation, the initial power drawn by the motor is set equal to Pfrac times the constant P part of the static load. The remainder of the load is left as a static load. The reactive power demand of the motor is calculated during initialisation as a function of voltage at the load bus. This reactive power demand can be less than or greater than the constant Q component of the load. If the motor's reactive demand is greater than the constant Q component of the load, the model inserts a shunt capacitor at the terminal of the motor to bring its reactive demand down to equal the constant Q reactive load. -If an induction motor load model and a static load model are both present for a load, the motor Pfrac is assumed to be subtracted from the power flow constant P load before the static load model is applied. The remainder of the load, if any, is then represented by the static load model.""" ; +If an induction motor load model and a static load model are both present for a load, the motor Pfrac is assumed to be subtracted from the power flow constant P load before the static load model is applied. The remainder of the load, if any, is then represented by the static load model."""@en ; cims:belongsToCategory dy:Package_LoadDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:LoadStatic a owl:Class ; - rdfs:label "LoadStatic"@en ; - rdfs:comment "General static load. This model represents the sensitivity of the real and reactive power consumed by the load to the amplitude and frequency of the bus voltage." ; + rdfs:label "LoadStatic" ; + rdfs:comment "General static load. This model represents the sensitivity of the real and reactive power consumed by the load to the amplitude and frequency of the bus voltage."@en ; cims:belongsToCategory dy:Package_LoadDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:LoadUserDefined a owl:Class ; - rdfs:label "LoadUserDefined"@en ; - rdfs:comment "Load whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "LoadUserDefined" ; + rdfs:comment "Load whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:LoadDynamics . cim:MechLoad1 a owl:Class ; - rdfs:label "MechLoad1"@en ; - rdfs:comment "Mechanical load model type 1." ; + rdfs:label "MechLoad1" ; + rdfs:comment "Mechanical load model type 1."@en ; cims:belongsToCategory dy:Package_MechanicalLoadDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:MechanicalLoadDynamics . cim:MechanicalLoadDynamics a owl:Class ; - rdfs:label "MechanicalLoadDynamics"@en ; - rdfs:comment "Mechanical load function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "MechanicalLoadDynamics" ; + rdfs:comment "Mechanical load function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_MechanicalLoadDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:MechanicalLoadUserDefined a owl:Class ; - rdfs:label "MechanicalLoadUserDefined"@en ; - rdfs:comment "Mechanical load function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "MechanicalLoadUserDefined" ; + rdfs:comment "Mechanical load function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:MechanicalLoadDynamics . cim:OverexcLim2 a owl:Class ; - rdfs:label "OverexcLim2"@en ; + rdfs:label "OverexcLim2" ; rdfs:comment """Different from LimIEEEOEL, LimOEL2 has a fixed pickup threshold and reduces the excitation set-point by means of a non-windup integral regulator. -Irated is the rated machine excitation current (calculated from nameplate conditions: Vnom, Pnom, CosPhinom).""" ; +Irated is the rated machine excitation current (calculated from nameplate conditions: Vnom, Pnom, CosPhinom)."""@en ; cims:belongsToCategory dy:Package_OverexcitationLimiterDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:OverexcitationLimiterDynamics . cim:OverexcLimIEEE a owl:Class ; - rdfs:label "OverexcLimIEEE"@en ; + rdfs:label "OverexcLimIEEE" ; rdfs:comment """The over excitation limiter model is intended to represent the significant features of OELs necessary for some large-scale system studies. It is the result of a pragmatic approach to obtain a model that can be widely applied with attainable data from generator owners. An attempt to include all variations in the functionality of OELs and duplicate how they interact with the rest of the excitation systems would likely result in a level of application insufficient for the studies for which they are intended. -Reference: IEEE OEL 421.5-2005, 9.""" ; +Reference: IEEE OEL 421.5-2005, 9."""@en ; cims:belongsToCategory dy:Package_OverexcitationLimiterDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:OverexcitationLimiterDynamics . cim:OverexcLimX1 a owl:Class ; - rdfs:label "OverexcLimX1"@en ; - rdfs:comment "Field voltage over excitation limiter." ; + rdfs:label "OverexcLimX1" ; + rdfs:comment "Field voltage over excitation limiter."@en ; cims:belongsToCategory dy:Package_OverexcitationLimiterDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:OverexcitationLimiterDynamics . cim:OverexcLimX2 a owl:Class ; - rdfs:label "OverexcLimX2"@en ; - rdfs:comment "Field voltage or current overexcitation limiter designed to protect the generator field of an AC machine with automatic excitation control from overheating due to prolonged overexcitation." ; + rdfs:label "OverexcLimX2" ; + rdfs:comment "Field voltage or current overexcitation limiter designed to protect the generator field of an AC machine with automatic excitation control from overheating due to prolonged overexcitation."@en ; cims:belongsToCategory dy:Package_OverexcitationLimiterDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:OverexcitationLimiterDynamics . cim:OverexcitationLimiterDynamics a owl:Class ; - rdfs:label "OverexcitationLimiterDynamics"@en ; - rdfs:comment "Overexcitation limiter function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "OverexcitationLimiterDynamics" ; + rdfs:comment "Overexcitation limiter function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_OverexcitationLimiterDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:OverexcitationLimiterUserDefined a owl:Class ; - rdfs:label "OverexcitationLimiterUserDefined"@en ; - rdfs:comment "Overexcitation limiter system function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "OverexcitationLimiterUserDefined" ; + rdfs:comment "Overexcitation limiter system function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:OverexcitationLimiterDynamics . cim:PFVArControllerType1Dynamics a owl:Class ; - rdfs:label "PFVArControllerType1Dynamics"@en ; - rdfs:comment "Power factor or VAr controller type 1 function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "PFVArControllerType1Dynamics" ; + rdfs:comment "Power factor or VAr controller type 1 function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_PFVArControllerType1Dynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:PFVArControllerType1UserDefined a owl:Class ; - rdfs:label "PFVArControllerType1UserDefined"@en ; - rdfs:comment "Power factor or VAr controller type 1 function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "PFVArControllerType1UserDefined" ; + rdfs:comment "Power factor or VAr controller type 1 function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PFVArControllerType1Dynamics . cim:PFVArControllerType2Dynamics a owl:Class ; - rdfs:label "PFVArControllerType2Dynamics"@en ; - rdfs:comment "Power factor or VAr controller type 2 function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "PFVArControllerType2Dynamics" ; + rdfs:comment "Power factor or VAr controller type 2 function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_PFVArControllerType2Dynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:PFVArControllerType2UserDefined a owl:Class ; - rdfs:label "PFVArControllerType2UserDefined"@en ; - rdfs:comment "Power factor or VAr controller type 2 function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "PFVArControllerType2UserDefined" ; + rdfs:comment "Power factor or VAr controller type 2 function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PFVArControllerType2Dynamics . cim:PFVArType1IEEEPFController a owl:Class ; - rdfs:label "PFVArType1IEEEPFController"@en ; + rdfs:label "PFVArType1IEEEPFController" ; rdfs:comment """IEEE PF controller type 1 which operates by moving the voltage reference directly. -Reference: IEEE 421.5-2005, 11.2.""" ; +Reference: IEEE 421.5-2005, 11.2."""@en ; cims:belongsToCategory dy:Package_PFVArControllerType1Dynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PFVArControllerType1Dynamics . cim:PFVArType1IEEEVArController a owl:Class ; - rdfs:label "PFVArType1IEEEVArController"@en ; + rdfs:label "PFVArType1IEEEVArController" ; rdfs:comment """IEEE VAR controller type 1 which operates by moving the voltage reference directly. -Reference: IEEE 421.5-2005, 11.3.""" ; +Reference: IEEE 421.5-2005, 11.3."""@en ; cims:belongsToCategory dy:Package_PFVArControllerType1Dynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PFVArControllerType1Dynamics . cim:PFVArType2Common1 a owl:Class ; - rdfs:label "PFVArType2Common1"@en ; + rdfs:label "PFVArType2Common1" ; rdfs:comment """Power factor / reactive power regulator. This model represents the power factor or reactive power controller such as the Basler SCP-250. The controller measures power factor or reactive power (PU on generator rated power) and compares it with the operator's set point. -[Footnote: Basler SCP-250 is an example of a suitable product available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of this product.]""" ; +[Footnote: Basler SCP-250 is an example of a suitable product available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of this product.]"""@en ; cims:belongsToCategory dy:Package_PFVArControllerType2Dynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PFVArControllerType2Dynamics . cim:PFVArType2IEEEPFController a owl:Class ; - rdfs:label "PFVArType2IEEEPFController"@en ; + rdfs:label "PFVArType2IEEEPFController" ; rdfs:comment """IEEE PF controller type 2 which is a summing point type controller making up the outside loop of a two-loop system. This controller is implemented as a slow PI type controller. The voltage regulator forms the inner loop and is implemented as a fast controller. -Reference: IEEE 421.5-2005, 11.4.""" ; +Reference: IEEE 421.5-2005, 11.4."""@en ; cims:belongsToCategory dy:Package_PFVArControllerType2Dynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PFVArControllerType2Dynamics . cim:PFVArType2IEEEVArController a owl:Class ; - rdfs:label "PFVArType2IEEEVArController"@en ; + rdfs:label "PFVArType2IEEEVArController" ; rdfs:comment """IEEE VAR controller type 2 which is a summing point type controller. It makes up the outside loop of a two-loop system. This controller is implemented as a slow PI type controller, and the voltage regulator forms the inner loop and is implemented as a fast controller. -Reference: IEEE 421.5-2005, 11.5.""" ; +Reference: IEEE 421.5-2005, 11.5."""@en ; cims:belongsToCategory dy:Package_PFVArControllerType2Dynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PFVArControllerType2Dynamics . cim:PowerElectronicsConnection a owl:Class ; - rdfs:label "PowerElectronicsConnection"@en ; - rdfs:comment "A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines." ; + rdfs:label "PowerElectronicsConnection" ; + rdfs:comment "A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines."@en ; cims:belongsToCategory dy:Package_Wires ; rdfs:subClassOf cim:RegulatingCondEq . cim:PowerSystemResource a owl:Class ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated."@en ; cims:belongsToCategory dy:Package_Core ; rdfs:subClassOf cim:IdentifiedObject . cim:PowerSystemStabilizerDynamics a owl:Class ; - rdfs:label "PowerSystemStabilizerDynamics"@en ; - rdfs:comment "Power system stabilizer function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "PowerSystemStabilizerDynamics" ; + rdfs:comment "Power system stabilizer function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:PowerSystemStabilizerUserDefined a owl:Class ; - rdfs:label "PowerSystemStabilizerUserDefined"@en ; - rdfs:comment "Power system stabilizer function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "PowerSystemStabilizerUserDefined" ; + rdfs:comment "Power system stabilizer function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:ProprietaryParameterDynamics a owl:Class ; - rdfs:label "ProprietaryParameterDynamics"@en ; + rdfs:label "ProprietaryParameterDynamics" ; rdfs:comment """Supports definition of one or more parameters of several different datatypes for use by proprietary user-defined models. -This class does not inherit from IdentifiedObject since it is not intended that a single instance of it be referenced by more than one proprietary user-defined model instance.""" ; +This class does not inherit from IdentifiedObject since it is not intended that a single instance of it be referenced by more than one proprietary user-defined model instance."""@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete . cim:Pss1 a owl:Class ; - rdfs:label "Pss1"@en ; - rdfs:comment "Italian PSS with three inputs (speed, frequency, power)." ; + rdfs:label "Pss1" ; + rdfs:comment "Italian PSS with three inputs (speed, frequency, power)."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:Pss1A a owl:Class ; - rdfs:label "Pss1A"@en ; - rdfs:comment "Single input power system stabilizer. It is a modified version in order to allow representation of various vendors' implementations on PSS type 1A." ; + rdfs:label "Pss1A" ; + rdfs:comment "Single input power system stabilizer. It is a modified version in order to allow representation of various vendors' implementations on PSS type 1A."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:Pss2B a owl:Class ; - rdfs:label "Pss2B"@en ; - rdfs:comment "Modified IEEE PSS2B. Extra lead/lag (or rate) block added at end (up to 4 lead/lags total)." ; + rdfs:label "Pss2B" ; + rdfs:comment "Modified IEEE PSS2B. Extra lead/lag (or rate) block added at end (up to 4 lead/lags total)."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:Pss2ST a owl:Class ; - rdfs:label "Pss2ST"@en ; - rdfs:comment "PTI microprocessor-based stabilizer type 1." ; + rdfs:label "Pss2ST" ; + rdfs:comment "PTI microprocessor-based stabilizer type 1."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:Pss5 a owl:Class ; - rdfs:label "Pss5"@en ; - rdfs:comment "Detailed Italian PSS." ; + rdfs:label "Pss5" ; + rdfs:comment "Detailed Italian PSS."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssELIN2 a owl:Class ; - rdfs:label "PssELIN2"@en ; - rdfs:comment "Power system stabilizer typically associated with ExcELIN2 (though PssIEEE2B or Pss2B can also be used)." ; + rdfs:label "PssELIN2" ; + rdfs:comment "Power system stabilizer typically associated with ExcELIN2 (though PssIEEE2B or Pss2B can also be used)."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssIEEE1A a owl:Class ; - rdfs:label "PssIEEE1A"@en ; + rdfs:label "PssIEEE1A" ; rdfs:comment """IEEE 421.5-2005 type PSS1A power system stabilizer model. PSS1A is the generalized form of a PSS with a single input signal. -Reference: IEEE 1A 421.5-2005, 8.1.""" ; +Reference: IEEE 1A 421.5-2005, 8.1."""@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssIEEE2B a owl:Class ; - rdfs:label "PssIEEE2B"@en ; + rdfs:label "PssIEEE2B" ; rdfs:comment """IEEE 421.5-2005 type PSS2B power system stabilizer model. This stabilizer model is designed to represent a variety of dual-input stabilizers, which normally use combinations of power and speed or frequency to derive the stabilizing signal. -Reference: IEEE 2B 421.5-2005, 8.2.""" ; +Reference: IEEE 2B 421.5-2005, 8.2."""@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssIEEE3B a owl:Class ; - rdfs:label "PssIEEE3B"@en ; + rdfs:label "PssIEEE3B" ; rdfs:comment """IEEE 421.5-2005 type PSS3B power system stabilizer model. The PSS model PSS3B has dual inputs of electrical power and rotor angular frequency deviation. The signals are used to derive an equivalent mechanical power signal. This model has 2 input signals. They have the following fixed types (expressed in terms of InputSignalKind values): the first one is of rotorAngleFrequencyDeviation type and the second one is of generatorElectricalPower type. -Reference: IEEE 3B 421.5-2005, 8.3.""" ; +Reference: IEEE 3B 421.5-2005, 8.3."""@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssIEEE4B a owl:Class ; - rdfs:label "PssIEEE4B"@en ; + rdfs:label "PssIEEE4B" ; rdfs:comment """IEEE 421.5-2005 type PSS4B power system stabilizer. The PSS4B model represents a structure based on multiple working frequency bands. Three separate bands, respectively dedicated to the low-, intermediate- and high-frequency modes of oscillations, are used in this delta omega (speed input) PSS. There is an error in the in IEEE 421.5-2005 PSS4B model: the Pe input should read –Pe. This implies that the input Pe needs to be multiplied by -1. Reference: IEEE 4B 421.5-2005, 8.4. Parameter details: -This model has 2 input signals. They have the following fixed types (expressed in terms of InputSignalKind values): the first one is of rotorAngleFrequencyDeviation type and the second one is of generatorElectricalPower type.""" ; +This model has 2 input signals. They have the following fixed types (expressed in terms of InputSignalKind values): the first one is of rotorAngleFrequencyDeviation type and the second one is of generatorElectricalPower type."""@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssPTIST1 a owl:Class ; - rdfs:label "PssPTIST1"@en ; - rdfs:comment "PTI microprocessor-based stabilizer type 1." ; + rdfs:label "PssPTIST1" ; + rdfs:comment "PTI microprocessor-based stabilizer type 1."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssPTIST3 a owl:Class ; - rdfs:label "PssPTIST3"@en ; - rdfs:comment "PTI microprocessor-based stabilizer type 3." ; + rdfs:label "PssPTIST3" ; + rdfs:comment "PTI microprocessor-based stabilizer type 3."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssRQB a owl:Class ; - rdfs:label "PssRQB"@en ; - rdfs:comment "Power system stabilizer type RQB. This power system stabilizer is intended to be used together with excitation system type ExcRQB, which is primarily used in nuclear or thermal generating units." ; + rdfs:label "PssRQB" ; + rdfs:comment "Power system stabilizer type RQB. This power system stabilizer is intended to be used together with excitation system type ExcRQB, which is primarily used in nuclear or thermal generating units."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssSB4 a owl:Class ; - rdfs:label "PssSB4"@en ; - rdfs:comment "Power sensitive stabilizer model." ; + rdfs:label "PssSB4" ; + rdfs:comment "Power sensitive stabilizer model."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssSH a owl:Class ; - rdfs:label "PssSH"@en ; + rdfs:label "PssSH" ; rdfs:comment """SiemensTM “H infinity” power system stabilizer with generator electrical power input. -[Footnote: Siemens "H infinity" power system stabilizers are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]""" ; +[Footnote: Siemens "H infinity" power system stabilizers are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]"""@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssSK a owl:Class ; - rdfs:label "PssSK"@en ; - rdfs:comment "Slovakian PSS with three inputs." ; + rdfs:label "PssSK" ; + rdfs:comment "Slovakian PSS with three inputs."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssSTAB2A a owl:Class ; - rdfs:label "PssSTAB2A"@en ; + rdfs:label "PssSTAB2A" ; rdfs:comment """Power system stabilizer part of an ABB excitation system. -[Footnote: ABB excitation systems are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]""" ; +[Footnote: ABB excitation systems are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]"""@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:PssWECC a owl:Class ; - rdfs:label "PssWECC"@en ; - rdfs:comment "Dual input power system stabilizer, based on IEEE type 2, with modified output limiter defined by WECC (Western Electricity Coordinating Council, USA)." ; + rdfs:label "PssWECC" ; + rdfs:comment "Dual input power system stabilizer, based on IEEE type 2, with modified output limiter defined by WECC (Western Electricity Coordinating Council, USA)."@en ; cims:belongsToCategory dy:Package_PowerSystemStabilizerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemStabilizerDynamics . cim:RegulatingCondEq a owl:Class ; - rdfs:label "RegulatingCondEq"@en ; - rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network." ; + rdfs:label "RegulatingCondEq" ; + rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network."@en ; cims:belongsToCategory dy:Package_Wires ; rdfs:subClassOf cim:EnergyConnection . cim:RemoteInputSignal a owl:Class ; - rdfs:label "RemoteInputSignal"@en ; - rdfs:comment "Supports connection to a terminal associated with a remote bus from which an input signal of a specific type is coming." ; + rdfs:label "RemoteInputSignal" ; + rdfs:comment "Supports connection to a terminal associated with a remote bus from which an input signal of a specific type is coming."@en ; cims:belongsToCategory dy:Package_StandardInterconnections ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:RemoteSignalKind a owl:Class ; - rdfs:label "RemoteSignalKind"@en ; - rdfs:comment "Type of input signal coming from remote bus." ; + rdfs:label "RemoteSignalKind" ; + rdfs:comment "Type of input signal coming from remote bus."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:RotatingMachine a owl:Class ; - rdfs:label "RotatingMachine"@en ; - rdfs:comment "A rotating machine which may be used as a generator or motor." ; + rdfs:label "RotatingMachine" ; + rdfs:comment "A rotating machine which may be used as a generator or motor."@en ; cims:belongsToCategory dy:Package_Wires ; rdfs:subClassOf cim:RegulatingCondEq . cim:RotatingMachineDynamics a owl:Class ; - rdfs:label "RotatingMachineDynamics"@en ; - rdfs:comment "Abstract parent class for all synchronous and asynchronous machine standard models." ; + rdfs:label "RotatingMachineDynamics" ; + rdfs:comment "Abstract parent class for all synchronous and asynchronous machine standard models."@en ; cims:belongsToCategory dy:Package_StandardModels ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:RotorKind a owl:Class ; - rdfs:label "RotorKind"@en ; - rdfs:comment "Type of rotor on physical machine." ; + rdfs:label "RotorKind" ; + rdfs:comment "Type of rotor on physical machine."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:SVCUserDefined a owl:Class ; - rdfs:label "SVCUserDefined"@en ; - rdfs:comment "Static var compensator (SVC) function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "SVCUserDefined" ; + rdfs:comment "Static var compensator (SVC) function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:StaticVarCompensatorDynamics . cim:StaticLoadModelKind a owl:Class ; - rdfs:label "StaticLoadModelKind"@en ; - rdfs:comment "Type of static load model." ; + rdfs:label "StaticLoadModelKind" ; + rdfs:comment "Type of static load model."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:StaticVarCompensator a owl:Class ; - rdfs:label "StaticVarCompensator"@en ; + rdfs:label "StaticVarCompensator" ; rdfs:comment """A facility for providing variable and controllable shunt reactive power. The SVC typically consists of a stepdown transformer, filter, thyristor-controlled reactor, and thyristor-switched capacitor arms. -The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero.""" ; +The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero."""@en ; cims:belongsToCategory dy:Package_Wires ; rdfs:subClassOf cim:RegulatingCondEq . cim:StaticVarCompensatorDynamics a owl:Class ; - rdfs:label "StaticVarCompensatorDynamics"@en ; - rdfs:comment "Static var compensator whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "StaticVarCompensatorDynamics" ; + rdfs:comment "Static var compensator whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_StaticVarCompensatorDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:SynchronousMachine a owl:Class ; - rdfs:label "SynchronousMachine"@en ; - rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump." ; + rdfs:label "SynchronousMachine" ; + rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump."@en ; cims:belongsToCategory dy:Package_Wires ; rdfs:subClassOf cim:RotatingMachine . cim:SynchronousMachineDetailed a owl:Class ; - rdfs:label "SynchronousMachineDetailed"@en ; + rdfs:label "SynchronousMachineDetailed" ; rdfs:comment """All synchronous machine detailed types use a subset of the same data parameters and input/output variables. The several variations differ in the following ways: - the number of equivalent windings that are included; - the way in which saturation is incorporated into the model; - whether or not “subtransient saliency” (X''q not = X''d) is represented. -It is not necessary for each simulation tool to have separate models for each of the model types. The same model can often be used for several types by alternative logic within the model. Also, differences in saturation representation might not result in significant model performance differences so model substitutions are often acceptable.""" ; +It is not necessary for each simulation tool to have separate models for each of the model types. The same model can often be used for several types by alternative logic within the model. Also, differences in saturation representation might not result in significant model performance differences so model substitutions are often acceptable."""@en ; cims:belongsToCategory dy:Package_SynchronousMachineDynamics ; rdfs:subClassOf cim:SynchronousMachineDynamics . cim:SynchronousMachineDynamics a owl:Class ; - rdfs:label "SynchronousMachineDynamics"@en ; + rdfs:label "SynchronousMachineDynamics" ; rdfs:comment """Synchronous machine whose behaviour is described by reference to a standard model expressed in one of the following forms: - simplified (or classical), where a group of generators or motors is not modelled in detail; - detailed, in equivalent circuit form; @@ -1415,12 +1417,12 @@ cim:SynchronousMachineDynamics a owl:Class ; Parameter details:
      \t
    1. Synchronous machine parameters such as Xl, Xd, Xp etc. are actually used as inductances in the models, but are commonly referred to as reactances since, at nominal frequency, the PU values are the same. However, some references use the symbol L instead of X.
    2. -
    """ ; +
"""@en ; cims:belongsToCategory dy:Package_SynchronousMachineDynamics ; rdfs:subClassOf cim:RotatingMachineDynamics . cim:SynchronousMachineEquivalentCircuit a owl:Class ; - rdfs:label "SynchronousMachineEquivalentCircuit"@en ; + rdfs:label "SynchronousMachineEquivalentCircuit" ; rdfs:comment """The electrical equations for all variations of the synchronous models are based on the SynchronousEquivalentCircuit diagram for the direct- and quadrature- axes. Equations for conversion between equivalent circuit and time constant reactance forms: Xd = Xad + Xl @@ -1444,19 +1446,19 @@ tpdo = (xad + xfd) / (2 x pi x nominal frequency x rfd) tppdo = (xad x xfd + xad x x1d + xfd x x1d) / (2 x pi x nominal frequency x r1d x (xad + xfd) tpqo = (xaq + x1q) / (2 x pi x nominal frequency x r1q) tppqo = (xaq x x1q + xaq x x2q + x1q x x2q) / (2 x pi x nominal frequency x r2q x (xaq + x1q) -These are only valid for a simplified model where "Canay" reactance is zero.""" ; +These are only valid for a simplified model where "Canay" reactance is zero."""@en ; cims:belongsToCategory dy:Package_SynchronousMachineDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:SynchronousMachineDetailed . cim:SynchronousMachineModelKind a owl:Class ; - rdfs:label "SynchronousMachineModelKind"@en ; - rdfs:comment "Type of synchronous machine model used in dynamic simulation applications." ; + rdfs:label "SynchronousMachineModelKind" ; + rdfs:comment "Type of synchronous machine model used in dynamic simulation applications."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:SynchronousMachineSimplified a owl:Class ; - rdfs:label "SynchronousMachineSimplified"@en ; + rdfs:label "SynchronousMachineSimplified" ; rdfs:comment """The simplified model represents a synchronous generator as a constant internal voltage behind an impedance (Rs + jXp) as shown in the Simplified diagram. Since internal voltage is held constant, there is no Efd input and any excitation system model will be ignored. There is also no Ifd output. This model should not be used for representing a real generator except, perhaps, small generators whose response is insignificant. @@ -1464,13 +1466,13 @@ The parameters used for the simplified model include: - RotatingMachineDynamics.damping (D); - RotatingMachineDynamics.inertia (H); - RotatingMachineDynamics.statorLeakageReactance (used to exchange jXp for SynchronousMachineSimplified); -- RotatingMachineDynamics.statorResistance (Rs).""" ; +- RotatingMachineDynamics.statorResistance (Rs)."""@en ; cims:belongsToCategory dy:Package_SynchronousMachineDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:SynchronousMachineDynamics . cim:SynchronousMachineTimeConstantReactance a owl:Class ; - rdfs:label "SynchronousMachineTimeConstantReactance"@en ; + rdfs:label "SynchronousMachineTimeConstantReactance" ; rdfs:comment """Synchronous machine detailed modelling types are defined by the combination of the attributes SynchronousMachineTimeConstantReactance.modelType and SynchronousMachineTimeConstantReactance.rotorType. Parameter details:
    @@ -1499,137 +1501,137 @@ Parameter details: - .tppdo (T''do); - .tpqo (T'qo); - .tppqo (T''qo); -- .tc.""" ; +- .tc."""@en ; cims:belongsToCategory dy:Package_SynchronousMachineDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:SynchronousMachineDetailed . cim:SynchronousMachineUserDefined a owl:Class ; - rdfs:label "SynchronousMachineUserDefined"@en ; - rdfs:comment "Synchronous machine whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "SynchronousMachineUserDefined" ; + rdfs:comment "Synchronous machine whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:SynchronousMachineDynamics . cim:Terminal a owl:Class ; - rdfs:label "Terminal"@en ; - rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "Terminal" ; + rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory dy:Package_Core ; rdfs:subClassOf cim:ACDCTerminal . cim:TurbLCFB1 a owl:Class ; - rdfs:label "TurbLCFB1"@en ; - rdfs:comment "Turbine load controller model developed by WECC. This model represents a supervisory turbine load controller that acts to maintain turbine power at a set value by continuous adjustment of the turbine governor speed-load reference. This model is intended to represent slow reset 'outer loop' controllers managing the action of the turbine governor." ; + rdfs:label "TurbLCFB1" ; + rdfs:comment "Turbine load controller model developed by WECC. This model represents a supervisory turbine load controller that acts to maintain turbine power at a set value by continuous adjustment of the turbine governor speed-load reference. This model is intended to represent slow reset 'outer loop' controllers managing the action of the turbine governor."@en ; cims:belongsToCategory dy:Package_TurbineLoadControllerDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineLoadControllerDynamics . cim:TurbineGovernorDynamics a owl:Class ; - rdfs:label "TurbineGovernorDynamics"@en ; - rdfs:comment "Turbine-governor function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "TurbineGovernorDynamics" ; + rdfs:comment "Turbine-governor function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_TurbineGovernorDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:TurbineGovernorUserDefined a owl:Class ; - rdfs:label "TurbineGovernorUserDefined"@en ; - rdfs:comment "Turbine-governor function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "TurbineGovernorUserDefined" ; + rdfs:comment "Turbine-governor function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineGovernorDynamics . cim:TurbineLoadControllerDynamics a owl:Class ; - rdfs:label "TurbineLoadControllerDynamics"@en ; - rdfs:comment "Turbine load controller function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "TurbineLoadControllerDynamics" ; + rdfs:comment "Turbine load controller function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_TurbineLoadControllerDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:TurbineLoadControllerUserDefined a owl:Class ; - rdfs:label "TurbineLoadControllerUserDefined"@en ; - rdfs:comment "Turbine load controller function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "TurbineLoadControllerUserDefined" ; + rdfs:comment "Turbine load controller function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TurbineLoadControllerDynamics . cim:UnderexcLim2Simplified a owl:Class ; - rdfs:label "UnderexcLim2Simplified"@en ; - rdfs:comment "Simplified type UEL2 underexcitation limiter. This model can be derived from UnderexcLimIEEE2. The limit characteristic (look –up table) is a single straight-line, the same as UnderexcLimIEEE2 (see Figure 10.4 (p 32), IEEE 421.5-2005 Section 10.2)." ; + rdfs:label "UnderexcLim2Simplified" ; + rdfs:comment "Simplified type UEL2 underexcitation limiter. This model can be derived from UnderexcLimIEEE2. The limit characteristic (look –up table) is a single straight-line, the same as UnderexcLimIEEE2 (see Figure 10.4 (p 32), IEEE 421.5-2005 Section 10.2)."@en ; cims:belongsToCategory dy:Package_UnderexcitationLimiterDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:UnderexcitationLimiterDynamics . cim:UnderexcLimIEEE1 a owl:Class ; - rdfs:label "UnderexcLimIEEE1"@en ; + rdfs:label "UnderexcLimIEEE1" ; rdfs:comment """Type UEL1 model which has a circular limit boundary when plotted in terms of machine reactive power vs. real power output. -Reference: IEEE UEL1 421.5-2005, 10.1.""" ; +Reference: IEEE UEL1 421.5-2005, 10.1."""@en ; cims:belongsToCategory dy:Package_UnderexcitationLimiterDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:UnderexcitationLimiterDynamics . cim:UnderexcLimIEEE2 a owl:Class ; - rdfs:label "UnderexcLimIEEE2"@en ; + rdfs:label "UnderexcLimIEEE2" ; rdfs:comment """Type UEL2 underexcitation limiter which has either a straight-line or multi-segment characteristic when plotted in terms of machine reactive power output vs. real power output. -Reference: IEEE UEL2 421.5-2005, 10.2 (limit characteristic lookup table shown in Figure 10.4 (p 32)).""" ; +Reference: IEEE UEL2 421.5-2005, 10.2 (limit characteristic lookup table shown in Figure 10.4 (p 32))."""@en ; cims:belongsToCategory dy:Package_UnderexcitationLimiterDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:UnderexcitationLimiterDynamics . cim:UnderexcLimX1 a owl:Class ; - rdfs:label "UnderexcLimX1"@en ; - rdfs:comment "Allis-Chalmers minimum excitation limiter." ; + rdfs:label "UnderexcLimX1" ; + rdfs:comment "Allis-Chalmers minimum excitation limiter."@en ; cims:belongsToCategory dy:Package_UnderexcitationLimiterDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:UnderexcitationLimiterDynamics . cim:UnderexcLimX2 a owl:Class ; - rdfs:label "UnderexcLimX2"@en ; - rdfs:comment "Westinghouse minimum excitation limiter." ; + rdfs:label "UnderexcLimX2" ; + rdfs:comment "Westinghouse minimum excitation limiter."@en ; cims:belongsToCategory dy:Package_UnderexcitationLimiterDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:UnderexcitationLimiterDynamics . cim:UnderexcitationLimiterDynamics a owl:Class ; - rdfs:label "UnderexcitationLimiterDynamics"@en ; - rdfs:comment "Underexcitation limiter function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "UnderexcitationLimiterDynamics" ; + rdfs:comment "Underexcitation limiter function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_UnderexcitationLimiterDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:UnderexcitationLimiterUserDefined a owl:Class ; - rdfs:label "UnderexcitationLimiterUserDefined"@en ; - rdfs:comment "Underexcitation limiter function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "UnderexcitationLimiterUserDefined" ; + rdfs:comment "Underexcitation limiter function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:UnderexcitationLimiterDynamics . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:VAdjIEEE a owl:Class ; - rdfs:label "VAdjIEEE"@en ; + rdfs:label "VAdjIEEE" ; rdfs:comment """IEEE voltage adjuster which is used to represent the voltage adjuster in either a power factor or VAr control system. -Reference: IEEE 421.5-2005, 11.1.""" ; +Reference: IEEE 421.5-2005, 11.1."""@en ; cims:belongsToCategory dy:Package_VoltageAdjusterDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:VoltageAdjusterDynamics . cim:VCompIEEEType1 a owl:Class ; - rdfs:label "VCompIEEEType1"@en ; + rdfs:label "VCompIEEEType1" ; rdfs:comment """Terminal voltage transducer and load compensator as defined in IEEE 421.5-2005, 4. This model is common to all excitation system models described in the IEEE Standard. Parameter details:
      @@ -1638,393 +1640,393 @@ cim:VCompIEEEType1 a owl:Class ;
        \t
      1. If all parameters (Rc, Xc and Tr) are set to zero, the standard model VCompIEEEType1 is bypassed.
      -Reference: IEEE 421.5-2005 4.""" ; +Reference: IEEE 421.5-2005 4."""@en ; cims:belongsToCategory dy:Package_VoltageCompensatorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:VoltageCompensatorDynamics . cim:VCompIEEEType2 a owl:Class ; - rdfs:label "VCompIEEEType2"@en ; + rdfs:label "VCompIEEEType2" ; rdfs:comment """Terminal voltage transducer and load compensator as defined in IEEE 421.5-2005, 4. This model is designed to cover the following types of compensation:
        \t
      • reactive droop;
      • \t
      • transformer-drop or line-drop compensation;
      • \t
      • reactive differential compensation known also as cross-current compensation.
      -Reference: IEEE 421.5-2005, 4.""" ; +Reference: IEEE 421.5-2005, 4."""@en ; cims:belongsToCategory dy:Package_VoltageCompensatorDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:VoltageCompensatorDynamics . cim:VSCDynamics a owl:Class ; - rdfs:label "VSCDynamics"@en ; - rdfs:comment "VSC function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "VSCDynamics" ; + rdfs:comment "VSC function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_HVDCDynamics ; rdfs:subClassOf cim:HVDCDynamics . cim:VSCUserDefined a owl:Class ; - rdfs:label "VSCUserDefined"@en ; - rdfs:comment "Voltage source converter (VSC) function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "VSCUserDefined" ; + rdfs:comment "Voltage source converter (VSC) function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:VSCDynamics . cim:VoltageAdjusterDynamics a owl:Class ; - rdfs:label "VoltageAdjusterDynamics"@en ; - rdfs:comment "Voltage adjuster function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "VoltageAdjusterDynamics" ; + rdfs:comment "Voltage adjuster function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_VoltageAdjusterDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:VoltageAdjusterUserDefined a owl:Class ; - rdfs:label "VoltageAdjusterUserDefined"@en ; - rdfs:comment "Voltage adjuster function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "VoltageAdjusterUserDefined" ; + rdfs:comment "Voltage adjuster function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:VoltageAdjusterDynamics . cim:VoltageCompensatorDynamics a owl:Class ; - rdfs:label "VoltageCompensatorDynamics"@en ; - rdfs:comment "Voltage compensator function block whose behaviour is described by reference to a standard model or by definition of a user-defined model." ; + rdfs:label "VoltageCompensatorDynamics" ; + rdfs:comment "Voltage compensator function block whose behaviour is described by reference to a standard model or by definition of a user-defined model."@en ; cims:belongsToCategory dy:Package_VoltageCompensatorDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:VoltageCompensatorUserDefined a owl:Class ; - rdfs:label "VoltageCompensatorUserDefined"@en ; - rdfs:comment "Voltage compensator function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "VoltageCompensatorUserDefined" ; + rdfs:comment "Voltage compensator function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:VoltageCompensatorDynamics . cim:VsConverter a owl:Class ; - rdfs:label "VsConverter"@en ; - rdfs:comment "DC side of the voltage source converter (VSC)." ; + rdfs:label "VsConverter" ; + rdfs:comment "DC side of the voltage source converter (VSC)."@en ; cims:belongsToCategory dy:Package_DC ; rdfs:subClassOf cim:ACDCConverter . cim:WindAeroConstIEC a owl:Class ; - rdfs:label "WindAeroConstIEC"@en ; + rdfs:label "WindAeroConstIEC" ; rdfs:comment """Constant aerodynamic torque model which assumes that the aerodynamic torque is constant. -Reference: IEC 61400-27-1:2015, 5.6.1.1.""" ; +Reference: IEC 61400-27-1:2015, 5.6.1.1."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindAeroOneDimIEC a owl:Class ; - rdfs:label "WindAeroOneDimIEC"@en ; + rdfs:label "WindAeroOneDimIEC" ; rdfs:comment """One-dimensional aerodynamic model. -Reference: IEC 61400-27-1:2015, 5.6.1.2.""" ; +Reference: IEC 61400-27-1:2015, 5.6.1.2."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindAeroTwoDimIEC a owl:Class ; - rdfs:label "WindAeroTwoDimIEC"@en ; + rdfs:label "WindAeroTwoDimIEC" ; rdfs:comment """Two-dimensional aerodynamic model. -Reference: IEC 61400-27-1:2015, 5.6.1.3.""" ; +Reference: IEC 61400-27-1:2015, 5.6.1.3."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindContCurrLimIEC a owl:Class ; - rdfs:label "WindContCurrLimIEC"@en ; + rdfs:label "WindContCurrLimIEC" ; rdfs:comment """Current limitation model. The current limitation model combines the physical limits and the control limits. -Reference: IEC 61400-27-1:2015, 5.6.5.8.""" ; +Reference: IEC 61400-27-1:2015, 5.6.5.8."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindContPType3IEC a owl:Class ; - rdfs:label "WindContPType3IEC"@en ; + rdfs:label "WindContPType3IEC" ; rdfs:comment """P control model type 3. -Reference: IEC 61400-27-1:2015, 5.6.5.4.""" ; +Reference: IEC 61400-27-1:2015, 5.6.5.4."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindContPType4aIEC a owl:Class ; - rdfs:label "WindContPType4aIEC"@en ; + rdfs:label "WindContPType4aIEC" ; rdfs:comment """P control model type 4A. -Reference: IEC 61400-27-1:2015, 5.6.5.5.""" ; +Reference: IEC 61400-27-1:2015, 5.6.5.5."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindContPType4bIEC a owl:Class ; - rdfs:label "WindContPType4bIEC"@en ; + rdfs:label "WindContPType4bIEC" ; rdfs:comment """P control model type 4B. -Reference: IEC 61400-27-1:2015, 5.6.5.6.""" ; +Reference: IEC 61400-27-1:2015, 5.6.5.6."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindContPitchAngleIEC a owl:Class ; - rdfs:label "WindContPitchAngleIEC"@en ; + rdfs:label "WindContPitchAngleIEC" ; rdfs:comment """Pitch angle control model. -Reference: IEC 61400-27-1:2015, 5.6.5.2.""" ; +Reference: IEC 61400-27-1:2015, 5.6.5.2."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindContQIEC a owl:Class ; - rdfs:label "WindContQIEC"@en ; + rdfs:label "WindContQIEC" ; rdfs:comment """Q control model. -Reference: IEC 61400-27-1:2015, 5.6.5.7.""" ; +Reference: IEC 61400-27-1:2015, 5.6.5.7."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindContQLimIEC a owl:Class ; - rdfs:label "WindContQLimIEC"@en ; + rdfs:label "WindContQLimIEC" ; rdfs:comment """Constant Q limitation model. -Reference: IEC 61400-27-1:2015, 5.6.5.9.""" ; +Reference: IEC 61400-27-1:2015, 5.6.5.9."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindContQPQULimIEC a owl:Class ; - rdfs:label "WindContQPQULimIEC"@en ; + rdfs:label "WindContQPQULimIEC" ; rdfs:comment """QP and QU limitation model. -Reference: IEC 61400-27-1:2015, 5.6.5.10.""" ; +Reference: IEC 61400-27-1:2015, 5.6.5.10."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindContRotorRIEC a owl:Class ; - rdfs:label "WindContRotorRIEC"@en ; + rdfs:label "WindContRotorRIEC" ; rdfs:comment """Rotor resistance control model. -Reference: IEC 61400-27-1:2015, 5.6.5.3.""" ; +Reference: IEC 61400-27-1:2015, 5.6.5.3."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindDynamicsLookupTable a owl:Class ; - rdfs:label "WindDynamicsLookupTable"@en ; - rdfs:comment "Look up table for the purpose of wind standard models." ; + rdfs:label "WindDynamicsLookupTable" ; + rdfs:comment "Look up table for the purpose of wind standard models."@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindGenTurbineType1aIEC a owl:Class ; - rdfs:label "WindGenTurbineType1aIEC"@en ; + rdfs:label "WindGenTurbineType1aIEC" ; rdfs:comment """Wind turbine IEC type 1A. -Reference: IEC 61400-27-1:2015, 5.5.2.2.""" ; +Reference: IEC 61400-27-1:2015, 5.5.2.2."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindTurbineType1or2IEC . cim:WindGenTurbineType1bIEC a owl:Class ; - rdfs:label "WindGenTurbineType1bIEC"@en ; + rdfs:label "WindGenTurbineType1bIEC" ; rdfs:comment """Wind turbine IEC type 1B. -Reference: IEC 61400-27-1:2015, 5.5.2.3.""" ; +Reference: IEC 61400-27-1:2015, 5.5.2.3."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindTurbineType1or2IEC . cim:WindGenTurbineType2IEC a owl:Class ; - rdfs:label "WindGenTurbineType2IEC"@en ; + rdfs:label "WindGenTurbineType2IEC" ; rdfs:comment """Wind turbine IEC type 2. -Reference: IEC 61400-27-1:2015, 5.5.3.""" ; +Reference: IEC 61400-27-1:2015, 5.5.3."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindTurbineType1or2IEC . cim:WindGenType3IEC a owl:Class ; - rdfs:label "WindGenType3IEC"@en ; - rdfs:comment "Parent class supporting relationships to IEC wind turbines type 3 generator models of IEC type 3A and 3B." ; + rdfs:label "WindGenType3IEC" ; + rdfs:comment "Parent class supporting relationships to IEC wind turbines type 3 generator models of IEC type 3A and 3B."@en ; cims:belongsToCategory dy:Package_WindDynamics ; rdfs:subClassOf cim:IdentifiedObject . cim:WindGenType3aIEC a owl:Class ; - rdfs:label "WindGenType3aIEC"@en ; + rdfs:label "WindGenType3aIEC" ; rdfs:comment """IEC type 3A generator set model. -Reference: IEC 61400-27-1:2015, 5.6.3.2.""" ; +Reference: IEC 61400-27-1:2015, 5.6.3.2."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindGenType3IEC . cim:WindGenType3bIEC a owl:Class ; - rdfs:label "WindGenType3bIEC"@en ; + rdfs:label "WindGenType3bIEC" ; rdfs:comment """IEC type 3B generator set model. -Reference: IEC 61400-27-1:2015, 5.6.3.3.""" ; +Reference: IEC 61400-27-1:2015, 5.6.3.3."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindGenType3IEC . cim:WindGenType4IEC a owl:Class ; - rdfs:label "WindGenType4IEC"@en ; + rdfs:label "WindGenType4IEC" ; rdfs:comment """IEC type 4 generator set model. -Reference: IEC 61400-27-1:2015, 5.6.3.4.""" ; +Reference: IEC 61400-27-1:2015, 5.6.3.4."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindLookupTableFunctionKind a owl:Class ; - rdfs:label "WindLookupTableFunctionKind"@en ; - rdfs:comment "Function of the lookup table." ; + rdfs:label "WindLookupTableFunctionKind" ; + rdfs:comment "Function of the lookup table."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:WindMechIEC a owl:Class ; - rdfs:label "WindMechIEC"@en ; + rdfs:label "WindMechIEC" ; rdfs:comment """Two mass model. -Reference: IEC 61400-27-1:2015, 5.6.2.1.""" ; +Reference: IEC 61400-27-1:2015, 5.6.2.1."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindPitchContPowerIEC a owl:Class ; - rdfs:label "WindPitchContPowerIEC"@en ; + rdfs:label "WindPitchContPowerIEC" ; rdfs:comment """Pitch control power model. -Reference: IEC 61400-27-1:2015, 5.6.5.1.""" ; +Reference: IEC 61400-27-1:2015, 5.6.5.1."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindPlantDynamics a owl:Class ; - rdfs:label "WindPlantDynamics"@en ; - rdfs:comment "Parent class supporting relationships to wind turbines type 3 and type 4 and wind plant IEC and user-defined wind plants including their control models." ; + rdfs:label "WindPlantDynamics" ; + rdfs:comment "Parent class supporting relationships to wind turbines type 3 and type 4 and wind plant IEC and user-defined wind plants including their control models."@en ; cims:belongsToCategory dy:Package_WindDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:WindPlantFreqPcontrolIEC a owl:Class ; - rdfs:label "WindPlantFreqPcontrolIEC"@en ; + rdfs:label "WindPlantFreqPcontrolIEC" ; rdfs:comment """Frequency and active power controller model. -Reference: IEC 61400-27-1:2015, Annex D.""" ; +Reference: IEC 61400-27-1:2015, Annex D."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindPlantIEC a owl:Class ; - rdfs:label "WindPlantIEC"@en ; + rdfs:label "WindPlantIEC" ; rdfs:comment """Simplified IEC type plant level model. -Reference: IEC 61400-27-1:2015, Annex D.""" ; +Reference: IEC 61400-27-1:2015, Annex D."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindPlantDynamics . cim:WindPlantQcontrolModeKind a owl:Class ; - rdfs:label "WindPlantQcontrolModeKind"@en ; - rdfs:comment "Reactive power/voltage controller mode." ; + rdfs:label "WindPlantQcontrolModeKind" ; + rdfs:comment "Reactive power/voltage controller mode."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:WindPlantReactiveControlIEC a owl:Class ; - rdfs:label "WindPlantReactiveControlIEC"@en ; + rdfs:label "WindPlantReactiveControlIEC" ; rdfs:comment """Simplified plant voltage and reactive power control model for use with type 3 and type 4 wind turbine models. -Reference: IEC 61400-27-1:2015, Annex D.""" ; +Reference: IEC 61400-27-1:2015, Annex D."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindPlantUserDefined a owl:Class ; - rdfs:label "WindPlantUserDefined"@en ; - rdfs:comment "Wind plant function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "WindPlantUserDefined" ; + rdfs:comment "Wind plant function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindPlantDynamics . cim:WindProtectionIEC a owl:Class ; - rdfs:label "WindProtectionIEC"@en ; + rdfs:label "WindProtectionIEC" ; rdfs:comment """The grid protection model includes protection against over- and under-voltage, and against over- and under-frequency. -Reference: IEC 61400-27-1:2015, 5.6.6.""" ; +Reference: IEC 61400-27-1:2015, 5.6.6."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindQcontrolModeKind a owl:Class ; - rdfs:label "WindQcontrolModeKind"@en ; - rdfs:comment "General wind turbine Q control modes MqG." ; + rdfs:label "WindQcontrolModeKind" ; + rdfs:comment "General wind turbine Q control modes MqG."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:WindRefFrameRotIEC a owl:Class ; - rdfs:label "WindRefFrameRotIEC"@en ; + rdfs:label "WindRefFrameRotIEC" ; rdfs:comment """Reference frame rotation model. -Reference: IEC 61400-27-1:2015, 5.6.3.5.""" ; +Reference: IEC 61400-27-1:2015, 5.6.3.5."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:WindTurbineType1or2Dynamics a owl:Class ; - rdfs:label "WindTurbineType1or2Dynamics"@en ; - rdfs:comment "Parent class supporting relationships to wind turbines type 1 and type 2 and their control models. Generator model for wind turbine of type 1 or type 2 is a standard asynchronous generator model." ; + rdfs:label "WindTurbineType1or2Dynamics" ; + rdfs:comment "Parent class supporting relationships to wind turbines type 1 and type 2 and their control models. Generator model for wind turbine of type 1 or type 2 is a standard asynchronous generator model."@en ; cims:belongsToCategory dy:Package_WindDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:WindTurbineType1or2IEC a owl:Class ; - rdfs:label "WindTurbineType1or2IEC"@en ; + rdfs:label "WindTurbineType1or2IEC" ; rdfs:comment """Parent class supporting relationships to IEC wind turbines type 1 and type 2 including their control models. Generator model for wind turbine of IEC type 1 or type 2 is a standard asynchronous generator model. -Reference: IEC 61400-27-1:2015, 5.5.2 and 5.5.3.""" ; +Reference: IEC 61400-27-1:2015, 5.5.2 and 5.5.3."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; rdfs:subClassOf cim:WindTurbineType1or2Dynamics . cim:WindTurbineType3IEC a owl:Class ; - rdfs:label "WindTurbineType3IEC"@en ; - rdfs:comment "Parent class supporting relationships to IEC wind turbines type 3 including their control models." ; + rdfs:label "WindTurbineType3IEC" ; + rdfs:comment "Parent class supporting relationships to IEC wind turbines type 3 including their control models."@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindTurbineType3or4IEC . cim:WindTurbineType3or4Dynamics a owl:Class ; - rdfs:label "WindTurbineType3or4Dynamics"@en ; - rdfs:comment "Parent class supporting relationships to wind turbines type 3 and type 4 and wind plant including their control models." ; + rdfs:label "WindTurbineType3or4Dynamics" ; + rdfs:comment "Parent class supporting relationships to wind turbines type 3 and type 4 and wind plant including their control models."@en ; cims:belongsToCategory dy:Package_WindDynamics ; rdfs:subClassOf cim:DynamicsFunctionBlock . cim:WindTurbineType3or4IEC a owl:Class ; - rdfs:label "WindTurbineType3or4IEC"@en ; - rdfs:comment "Parent class supporting relationships to IEC wind turbines type 3 and type 4 including their control models." ; + rdfs:label "WindTurbineType3or4IEC" ; + rdfs:comment "Parent class supporting relationships to IEC wind turbines type 3 and type 4 including their control models."@en ; cims:belongsToCategory dy:Package_WindDynamics ; rdfs:subClassOf cim:WindTurbineType3or4Dynamics . cim:WindTurbineType4IEC a owl:Class ; - rdfs:label "WindTurbineType4IEC"@en ; - rdfs:comment "Parent class supporting relationships to IEC wind turbines type 4 including their control models." ; + rdfs:label "WindTurbineType4IEC" ; + rdfs:comment "Parent class supporting relationships to IEC wind turbines type 4 including their control models."@en ; cims:belongsToCategory dy:Package_WindDynamics ; rdfs:subClassOf cim:WindTurbineType3or4IEC . cim:WindTurbineType4aIEC a owl:Class ; - rdfs:label "WindTurbineType4aIEC"@en ; + rdfs:label "WindTurbineType4aIEC" ; rdfs:comment """Wind turbine IEC type 4A. -Reference: IEC 61400-27-1:2015, 5.5.5.2.""" ; +Reference: IEC 61400-27-1:2015, 5.5.5.2."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindTurbineType4IEC . cim:WindTurbineType4bIEC a owl:Class ; - rdfs:label "WindTurbineType4bIEC"@en ; + rdfs:label "WindTurbineType4bIEC" ; rdfs:comment """Wind turbine IEC type 4B. -Reference: IEC 61400-27-1:2015, 5.5.5.3.""" ; +Reference: IEC 61400-27-1:2015, 5.5.5.3."""@en ; cims:belongsToCategory dy:Package_WindDynamics ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindTurbineType4IEC . cim:WindType1or2UserDefined a owl:Class ; - rdfs:label "WindType1or2UserDefined"@en ; - rdfs:comment "Wind type 1 or type 2 function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "WindType1or2UserDefined" ; + rdfs:comment "Wind type 1 or type 2 function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindTurbineType1or2Dynamics . cim:WindType3or4UserDefined a owl:Class ; - rdfs:label "WindType3or4UserDefined"@en ; - rdfs:comment "Wind type 3 or type 4 function block whose dynamic behaviour is described by a user-defined model." ; + rdfs:label "WindType3or4UserDefined" ; + rdfs:comment "Wind type 3 or type 4 function block whose dynamic behaviour is described by a user-defined model."@en ; cims:belongsToCategory dy:Package_UserDefinedModels ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WindTurbineType3or4Dynamics . cim:WindUVRTQcontrolModeKind a owl:Class ; - rdfs:label "WindUVRTQcontrolModeKind"@en ; - rdfs:comment "UVRT Q control modes MqUVRT." ; + rdfs:label "WindUVRTQcontrolModeKind" ; + rdfs:comment "UVRT Q control modes MqUVRT."@en ; cims:belongsToCategory dy:Package_Domain ; cims:stereotype uml:enumeration . cim:AsynchronousMachine.AsynchronousMachineDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AsynchronousMachineDynamics"@en ; - rdfs:comment "Asynchronous machine dynamics model used to describe dynamic behaviour of this asynchronous machine." ; + rdfs:label "AsynchronousMachineDynamics" ; + rdfs:comment "Asynchronous machine dynamics model used to describe dynamic behaviour of this asynchronous machine."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:AsynchronousMachineDynamics.AsynchronousMachine ; @@ -2032,8 +2034,8 @@ cim:AsynchronousMachine.AsynchronousMachineDynamics a owl:ObjectProperty, owl:Fu rdfs:range cim:AsynchronousMachineDynamics . cim:AsynchronousMachineDynamics.AsynchronousMachine a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AsynchronousMachine"@en ; - rdfs:comment "Asynchronous machine to which this asynchronous machine dynamics model applies." ; + rdfs:label "AsynchronousMachine" ; + rdfs:comment "Asynchronous machine to which this asynchronous machine dynamics model applies."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:AsynchronousMachine.AsynchronousMachineDynamics ; @@ -2041,8 +2043,8 @@ cim:AsynchronousMachineDynamics.AsynchronousMachine a owl:ObjectProperty, owl:Fu rdfs:range cim:AsynchronousMachine . cim:AsynchronousMachineDynamics.MechanicalLoadDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "MechanicalLoadDynamics"@en ; - rdfs:comment "Mechanical load model associated with this asynchronous machine model." ; + rdfs:label "MechanicalLoadDynamics" ; + rdfs:comment "Mechanical load model associated with this asynchronous machine model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:MechanicalLoadDynamics.AsynchronousMachineDynamics ; @@ -2050,8 +2052,8 @@ cim:AsynchronousMachineDynamics.MechanicalLoadDynamics a owl:ObjectProperty, owl rdfs:range cim:MechanicalLoadDynamics . cim:AsynchronousMachineDynamics.TurbineGovernorDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "TurbineGovernorDynamics"@en ; - rdfs:comment "Turbine-governor model associated with this asynchronous machine model." ; + rdfs:label "TurbineGovernorDynamics" ; + rdfs:comment "Turbine-governor model associated with this asynchronous machine model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:TurbineGovernorDynamics.AsynchronousMachineDynamics ; @@ -2059,8 +2061,8 @@ cim:AsynchronousMachineDynamics.TurbineGovernorDynamics a owl:ObjectProperty, ow rdfs:range cim:TurbineGovernorDynamics . cim:AsynchronousMachineDynamics.WindTurbineType1or2Dynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType1or2Dynamics"@en ; - rdfs:comment "Wind generator type 1 or type 2 model associated with this asynchronous machine model." ; + rdfs:label "WindTurbineType1or2Dynamics" ; + rdfs:comment "Wind generator type 1 or type 2 model associated with this asynchronous machine model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics ; @@ -2068,8 +2070,8 @@ cim:AsynchronousMachineDynamics.WindTurbineType1or2Dynamics a owl:ObjectProperty rdfs:range cim:WindTurbineType1or2Dynamics . cim:AsynchronousMachineUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.AsynchronousMachineUserDefined ; @@ -2077,8 +2079,8 @@ cim:AsynchronousMachineUserDefined.ProprietaryParameterDynamics a owl:ObjectProp rdfs:range cim:ProprietaryParameterDynamics . cim:CSCDynamics.CSConverter a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "CSConverter"@en ; - rdfs:comment "Current source converter to which current source converter dynamics model applies." ; + rdfs:label "CSConverter" ; + rdfs:comment "Current source converter to which current source converter dynamics model applies."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:CsConverter.CSCDynamics ; @@ -2086,8 +2088,8 @@ cim:CSCDynamics.CSConverter a owl:ObjectProperty, owl:FunctionalProperty, owl:In rdfs:range cim:CsConverter . cim:CSCUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.CSCUserDefined ; @@ -2095,8 +2097,8 @@ cim:CSCUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:Invers rdfs:range cim:ProprietaryParameterDynamics . cim:ConductingEquipment.Terminals a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Terminals"@en ; - rdfs:comment "Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes." ; + rdfs:label "Terminals" ; + rdfs:comment "Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Terminal.ConductingEquipment ; @@ -2104,8 +2106,8 @@ cim:ConductingEquipment.Terminals a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range cim:Terminal . cim:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "HighPressureSynchronousMachineDynamics"@en ; - rdfs:comment "High-pressure synchronous machine with which this cross-compound turbine governor is associated." ; + rdfs:label "HighPressureSynchronousMachineDynamics" ; + rdfs:comment "High-pressure synchronous machine with which this cross-compound turbine governor is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:SynchronousMachineDynamics.CrossCompoundTurbineGovernorDyanmics ; @@ -2113,8 +2115,8 @@ cim:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics rdfs:range cim:SynchronousMachineDynamics . cim:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "LowPressureSynchronousMachineDynamics"@en ; - rdfs:comment "Low-pressure synchronous machine with which this cross-compound turbine governor is associated." ; + rdfs:label "LowPressureSynchronousMachineDynamics" ; + rdfs:comment "Low-pressure synchronous machine with which this cross-compound turbine governor is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:SynchronousMachineDynamics.CrossCompoundTurbineGovernorDynamics ; @@ -2122,8 +2124,8 @@ cim:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics a rdfs:range cim:SynchronousMachineDynamics . cim:CsConverter.CSCDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "CSCDynamics"@en ; - rdfs:comment "Current source converter dynamics model used to describe dynamic behaviour of this converter." ; + rdfs:label "CSCDynamics" ; + rdfs:comment "Current source converter dynamics model used to describe dynamic behaviour of this converter."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:CSCDynamics.CSConverter ; @@ -2131,8 +2133,8 @@ cim:CsConverter.CSCDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:In rdfs:range cim:CSCDynamics . cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExcitationSystemDynamics"@en ; - rdfs:comment "Excitation system model with which this discontinuous excitation control model is associated." ; + rdfs:label "ExcitationSystemDynamics" ; + rdfs:comment "Excitation system model with which this discontinuous excitation control model is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ExcitationSystemDynamics.DiscontinuousExcitationControlDynamics ; @@ -2140,8 +2142,8 @@ cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics a owl:Object rdfs:range cim:ExcitationSystemDynamics . cim:DiscontinuousExcitationControlDynamics.RemoteInputSignal a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemoteInputSignal"@en ; - rdfs:comment "Remote input signal used by this discontinuous excitation control system model." ; + rdfs:label "RemoteInputSignal" ; + rdfs:comment "Remote input signal used by this discontinuous excitation control system model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:RemoteInputSignal.DiscontinuousExcitationControlDynamics ; @@ -2149,8 +2151,8 @@ cim:DiscontinuousExcitationControlDynamics.RemoteInputSignal a owl:ObjectPropert rdfs:range cim:RemoteInputSignal . cim:DiscontinuousExcitationControlUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined ; @@ -2158,8 +2160,8 @@ cim:DiscontinuousExcitationControlUserDefined.ProprietaryParameterDynamics a owl rdfs:range cim:ProprietaryParameterDynamics . cim:EnergyConsumer.LoadDynamics a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "LoadDynamics"@en ; - rdfs:comment "Load dynamics model used to describe dynamic behaviour of this energy consumer." ; + rdfs:label "LoadDynamics" ; + rdfs:comment "Load dynamics model used to describe dynamic behaviour of this energy consumer."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:LoadDynamics.EnergyConsumer ; @@ -2167,72 +2169,72 @@ cim:EnergyConsumer.LoadDynamics a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:LoadDynamics . cim:ExcIEEEST1A.uelin a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "uelin"@en ; - rdfs:comment "Selector of the connection of the UEL input (UELin). Typical value = ignoreUELsignal." ; + rdfs:label "uelin" ; + rdfs:comment "Selector of the connection of the UEL input (UELin). Typical value = ignoreUELsignal."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEST1A ; rdfs:range cim:ExcIEEEST1AUELselectorKind . cim:ExcIEEEST6B.oelin a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "oelin"@en ; - rdfs:comment "OEL input selector (OELin). Typical value = noOELinput." ; + rdfs:label "oelin" ; + rdfs:comment "OEL input selector (OELin). Typical value = noOELinput."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEST6B ; rdfs:range cim:ExcST6BOELselectorKind . cim:ExcIEEEST7B.oelin a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "oelin"@en ; - rdfs:comment "OEL input selector (OELin). Typical value = noOELinput." ; + rdfs:label "oelin" ; + rdfs:comment "OEL input selector (OELin). Typical value = noOELinput."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEST7B ; rdfs:range cim:ExcST7BOELselectorKind . cim:ExcIEEEST7B.uelin a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "uelin"@en ; - rdfs:comment "UEL input selector (UELin). Typical value = noUELinput." ; + rdfs:label "uelin" ; + rdfs:comment "UEL input selector (UELin). Typical value = noUELinput."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEST7B ; rdfs:range cim:ExcST7BUELselectorKind . cim:ExcREXS.fbf a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "fbf"@en ; - rdfs:comment "Rate feedback signal flag (fbf). Typical value = fieldCurrent." ; + rdfs:label "fbf" ; + rdfs:comment "Rate feedback signal flag (fbf). Typical value = fieldCurrent."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcREXS ; rdfs:range cim:ExcREXSFeedbackSignalKind . cim:ExcST6B.oelin a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "oelin"@en ; - rdfs:comment "OEL input selector (OELin). Typical value = noOELinput (corresponds to OELin = 0 on diagram)." ; + rdfs:label "oelin" ; + rdfs:comment "OEL input selector (OELin). Typical value = noOELinput (corresponds to OELin = 0 on diagram)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcST6B ; rdfs:range cim:ExcST6BOELselectorKind . cim:ExcST7B.oelin a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "oelin"@en ; - rdfs:comment "OEL input selector (OELin). Typical value = noOELinput." ; + rdfs:label "oelin" ; + rdfs:comment "OEL input selector (OELin). Typical value = noOELinput."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcST7B ; rdfs:range cim:ExcST7BOELselectorKind . cim:ExcST7B.uelin a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "uelin"@en ; - rdfs:comment "UEL input selector (UELin). Typical value = noUELinput." ; + rdfs:label "uelin" ; + rdfs:comment "UEL input selector (UELin). Typical value = noUELinput."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcST7B ; rdfs:range cim:ExcST7BUELselectorKind . cim:ExcitationSystemDynamics.DiscontinuousExcitationControlDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DiscontinuousExcitationControlDynamics"@en ; - rdfs:comment "Discontinuous excitation control model associated with this excitation system model." ; + rdfs:label "DiscontinuousExcitationControlDynamics" ; + rdfs:comment "Discontinuous excitation control model associated with this excitation system model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; @@ -2240,8 +2242,8 @@ cim:ExcitationSystemDynamics.DiscontinuousExcitationControlDynamics a owl:Object rdfs:range cim:DiscontinuousExcitationControlDynamics . cim:ExcitationSystemDynamics.OverexcitationLimiterDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "OverexcitationLimiterDynamics"@en ; - rdfs:comment "Overexcitation limiter model associated with this excitation system model." ; + rdfs:label "OverexcitationLimiterDynamics" ; + rdfs:comment "Overexcitation limiter model associated with this excitation system model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; @@ -2249,8 +2251,8 @@ cim:ExcitationSystemDynamics.OverexcitationLimiterDynamics a owl:ObjectProperty, rdfs:range cim:OverexcitationLimiterDynamics . cim:ExcitationSystemDynamics.PFVArControllerType1Dynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PFVArControllerType1Dynamics"@en ; - rdfs:comment "Power factor or VAr controller type 1 model associated with this excitation system model." ; + rdfs:label "PFVArControllerType1Dynamics" ; + rdfs:comment "Power factor or VAr controller type 1 model associated with this excitation system model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; @@ -2258,8 +2260,8 @@ cim:ExcitationSystemDynamics.PFVArControllerType1Dynamics a owl:ObjectProperty, rdfs:range cim:PFVArControllerType1Dynamics . cim:ExcitationSystemDynamics.PFVArControllerType2Dynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PFVArControllerType2Dynamics"@en ; - rdfs:comment "Power factor or VAr controller type 2 model associated with this excitation system model." ; + rdfs:label "PFVArControllerType2Dynamics" ; + rdfs:comment "Power factor or VAr controller type 2 model associated with this excitation system model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; @@ -2267,8 +2269,8 @@ cim:ExcitationSystemDynamics.PFVArControllerType2Dynamics a owl:ObjectProperty, rdfs:range cim:PFVArControllerType2Dynamics . cim:ExcitationSystemDynamics.PowerSystemStabilizerDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSystemStabilizerDynamics"@en ; - rdfs:comment "Power system stabilizer model associated with this excitation system model." ; + rdfs:label "PowerSystemStabilizerDynamics" ; + rdfs:comment "Power system stabilizer model associated with this excitation system model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; @@ -2276,8 +2278,8 @@ cim:ExcitationSystemDynamics.PowerSystemStabilizerDynamics a owl:ObjectProperty, rdfs:range cim:PowerSystemStabilizerDynamics . cim:ExcitationSystemDynamics.SynchronousMachineDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SynchronousMachineDynamics"@en ; - rdfs:comment "Synchronous machine model with which this excitation system model is associated." ; + rdfs:label "SynchronousMachineDynamics" ; + rdfs:comment "Synchronous machine model with which this excitation system model is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:SynchronousMachineDynamics.ExcitationSystemDynamics ; @@ -2285,8 +2287,8 @@ cim:ExcitationSystemDynamics.SynchronousMachineDynamics a owl:ObjectProperty, ow rdfs:range cim:SynchronousMachineDynamics . cim:ExcitationSystemDynamics.UnderexcitationLimiterDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "UnderexcitationLimiterDynamics"@en ; - rdfs:comment "Undrexcitation limiter model associated with this excitation system model." ; + rdfs:label "UnderexcitationLimiterDynamics" ; + rdfs:comment "Undrexcitation limiter model associated with this excitation system model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; @@ -2294,8 +2296,8 @@ cim:ExcitationSystemDynamics.UnderexcitationLimiterDynamics a owl:ObjectProperty rdfs:range cim:UnderexcitationLimiterDynamics . cim:ExcitationSystemDynamics.VoltageCompensatorDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageCompensatorDynamics"@en ; - rdfs:comment "Voltage compensator model associated with this excitation system model." ; + rdfs:label "VoltageCompensatorDynamics" ; + rdfs:comment "Voltage compensator model associated with this excitation system model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; @@ -2303,8 +2305,8 @@ cim:ExcitationSystemDynamics.VoltageCompensatorDynamics a owl:ObjectProperty, ow rdfs:range cim:VoltageCompensatorDynamics . cim:ExcitationSystemUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.ExcitationSystemUserDefined ; @@ -2312,8 +2314,8 @@ cim:ExcitationSystemUserDefined.ProprietaryParameterDynamics a owl:ObjectPropert rdfs:range cim:ProprietaryParameterDynamics . cim:GenICompensationForGenJ.SynchronousMachineDynamics a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SynchronousMachineDynamics"@en ; - rdfs:comment "Standard synchronous machine out of which current flow is being compensated for." ; + rdfs:label "SynchronousMachineDynamics" ; + rdfs:comment "Standard synchronous machine out of which current flow is being compensated for."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:SynchronousMachineDynamics.GenICompensationForGenJ ; @@ -2321,8 +2323,8 @@ cim:GenICompensationForGenJ.SynchronousMachineDynamics a owl:ObjectProperty, owl rdfs:range cim:SynchronousMachineDynamics . cim:GenICompensationForGenJ.VcompIEEEType2 a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VcompIEEEType2"@en ; - rdfs:comment "The standard IEEE type 2 voltage compensator of this compensation." ; + rdfs:label "VcompIEEEType2" ; + rdfs:comment "The standard IEEE type 2 voltage compensator of this compensation."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:VCompIEEEType2.GenICompensationForGenJ ; @@ -2330,40 +2332,40 @@ cim:GenICompensationForGenJ.VcompIEEEType2 a owl:ObjectProperty, owl:FunctionalP rdfs:range cim:VCompIEEEType2 . cim:GovCT1.rselect a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "rselect"@en ; - rdfs:comment "Feedback signal for droop (Rselect). Typical value = electricalPower." ; + rdfs:label "rselect" ; + rdfs:comment "Feedback signal for droop (Rselect). Typical value = electricalPower."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovCT1 ; rdfs:range cim:DroopSignalFeedbackKind . cim:GovCT2.rselect a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "rselect"@en ; - rdfs:comment "Feedback signal for droop (Rselect). Typical value = electricalPower." ; + rdfs:label "rselect" ; + rdfs:comment "Feedback signal for droop (Rselect). Typical value = electricalPower."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovCT2 ; rdfs:range cim:DroopSignalFeedbackKind . cim:GovHydro4.model a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "model"@en ; - rdfs:comment "The kind of model being represented (simple, Francis/Pelton or Kaplan)." ; + rdfs:label "model" ; + rdfs:comment "The kind of model being represented (simple, Francis/Pelton or Kaplan)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydro4 ; rdfs:range cim:GovHydro4ModelKind . cim:GovHydroFrancis.governorControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "governorControl"@en ; - rdfs:comment "Governor control flag (Cflag). Typical value = mechanicHydrolicTachoAccelerator." ; + rdfs:label "governorControl" ; + rdfs:comment "Governor control flag (Cflag). Typical value = mechanicHydrolicTachoAccelerator."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroFrancis ; rdfs:range cim:FrancisGovernorControlKind . cim:LoadAggregate.LoadMotor a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "LoadMotor"@en ; - rdfs:comment "Aggregate motor (dynamic) load associated with this aggregate load." ; + rdfs:label "LoadMotor" ; + rdfs:comment "Aggregate motor (dynamic) load associated with this aggregate load."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:LoadMotor.LoadAggregate ; @@ -2371,8 +2373,8 @@ cim:LoadAggregate.LoadMotor a owl:ObjectProperty, owl:FunctionalProperty, owl:In rdfs:range cim:LoadMotor . cim:LoadAggregate.LoadStatic a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "LoadStatic"@en ; - rdfs:comment "Aggregate static load associated with this aggregate load." ; + rdfs:label "LoadStatic" ; + rdfs:comment "Aggregate static load associated with this aggregate load."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:LoadStatic.LoadAggregate ; @@ -2380,8 +2382,8 @@ cim:LoadAggregate.LoadStatic a owl:ObjectProperty, owl:FunctionalProperty, owl:I rdfs:range cim:LoadStatic . cim:LoadDynamics.EnergyConsumer a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyConsumer"@en ; - rdfs:comment "Energy consumer to which this dynamics load model applies." ; + rdfs:label "EnergyConsumer" ; + rdfs:comment "Energy consumer to which this dynamics load model applies."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:EnergyConsumer.LoadDynamics ; @@ -2389,16 +2391,16 @@ cim:LoadDynamics.EnergyConsumer a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range cim:EnergyConsumer . cim:LoadGenericNonLinear.genericNonLinearLoadModelType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "genericNonLinearLoadModelType"@en ; - rdfs:comment "Type of generic non-linear load model." ; + rdfs:label "genericNonLinearLoadModelType" ; + rdfs:comment "Type of generic non-linear load model."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadGenericNonLinear ; rdfs:range cim:GenericNonLinearLoadModelKind . cim:LoadMotor.LoadAggregate a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "LoadAggregate"@en ; - rdfs:comment "Aggregate load to which this aggregate motor (dynamic) load belongs." ; + rdfs:label "LoadAggregate" ; + rdfs:comment "Aggregate load to which this aggregate motor (dynamic) load belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:LoadAggregate.LoadMotor ; @@ -2406,8 +2408,8 @@ cim:LoadMotor.LoadAggregate a owl:ObjectProperty, owl:FunctionalProperty, owl:In rdfs:range cim:LoadAggregate . cim:LoadStatic.LoadAggregate a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "LoadAggregate"@en ; - rdfs:comment "Aggregate load to which this aggregate static load belongs." ; + rdfs:label "LoadAggregate" ; + rdfs:comment "Aggregate load to which this aggregate static load belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:LoadAggregate.LoadStatic ; @@ -2415,16 +2417,16 @@ cim:LoadStatic.LoadAggregate a owl:ObjectProperty, owl:FunctionalProperty, owl:I rdfs:range cim:LoadAggregate . cim:LoadStatic.staticLoadModelType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "staticLoadModelType"@en ; - rdfs:comment "Type of static load model. Typical value = constantZ." ; + rdfs:label "staticLoadModelType" ; + rdfs:comment "Type of static load model. Typical value = constantZ."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range cim:StaticLoadModelKind . cim:LoadUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.LoadUserDefined ; @@ -2432,8 +2434,8 @@ cim:LoadUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:Inver rdfs:range cim:ProprietaryParameterDynamics . cim:MechanicalLoadDynamics.AsynchronousMachineDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AsynchronousMachineDynamics"@en ; - rdfs:comment "Asynchronous machine model with which this mechanical load model is associated. MechanicalLoadDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics." ; + rdfs:label "AsynchronousMachineDynamics" ; + rdfs:comment "Asynchronous machine model with which this mechanical load model is associated. MechanicalLoadDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:AsynchronousMachineDynamics.MechanicalLoadDynamics ; @@ -2441,8 +2443,8 @@ cim:MechanicalLoadDynamics.AsynchronousMachineDynamics a owl:ObjectProperty, owl rdfs:range cim:AsynchronousMachineDynamics . cim:MechanicalLoadDynamics.SynchronousMachineDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SynchronousMachineDynamics"@en ; - rdfs:comment "Synchronous machine model with which this mechanical load model is associated. MechanicalLoadDynamics shall have either an association to SynchronousMachineDynamics or AsynchronousMachineDyanmics." ; + rdfs:label "SynchronousMachineDynamics" ; + rdfs:comment "Synchronous machine model with which this mechanical load model is associated. MechanicalLoadDynamics shall have either an association to SynchronousMachineDynamics or AsynchronousMachineDyanmics."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SynchronousMachineDynamics.MechanicalLoadDynamics ; @@ -2450,8 +2452,8 @@ cim:MechanicalLoadDynamics.SynchronousMachineDynamics a owl:ObjectProperty, owl: rdfs:range cim:SynchronousMachineDynamics . cim:MechanicalLoadUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.MechanicalLoadUserDefined ; @@ -2459,8 +2461,8 @@ cim:MechanicalLoadUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, rdfs:range cim:ProprietaryParameterDynamics . cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExcitationSystemDynamics"@en ; - rdfs:comment "Excitation system model with which this overexcitation limiter model is associated." ; + rdfs:label "ExcitationSystemDynamics" ; + rdfs:comment "Excitation system model with which this overexcitation limiter model is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ExcitationSystemDynamics.OverexcitationLimiterDynamics ; @@ -2468,8 +2470,8 @@ cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics a owl:ObjectProperty, rdfs:range cim:ExcitationSystemDynamics . cim:OverexcitationLimiterUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.OverexcitationLimiterUserDefined ; @@ -2477,8 +2479,8 @@ cim:OverexcitationLimiterUserDefined.ProprietaryParameterDynamics a owl:ObjectPr rdfs:range cim:ProprietaryParameterDynamics . cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExcitationSystemDynamics"@en ; - rdfs:comment "Excitation system model with which this power actor or VAr controller type 1 model is associated." ; + rdfs:label "ExcitationSystemDynamics" ; + rdfs:comment "Excitation system model with which this power actor or VAr controller type 1 model is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ExcitationSystemDynamics.PFVArControllerType1Dynamics ; @@ -2486,8 +2488,8 @@ cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics a owl:ObjectProperty, rdfs:range cim:ExcitationSystemDynamics . cim:PFVArControllerType1Dynamics.RemoteInputSignal a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemoteInputSignal"@en ; - rdfs:comment "Remote input signal used by this power factor or VAr controller type 1 model." ; + rdfs:label "RemoteInputSignal" ; + rdfs:comment "Remote input signal used by this power factor or VAr controller type 1 model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:RemoteInputSignal.PFVArControllerType1Dynamics ; @@ -2495,8 +2497,8 @@ cim:PFVArControllerType1Dynamics.RemoteInputSignal a owl:ObjectProperty, owl:Fun rdfs:range cim:RemoteInputSignal . cim:PFVArControllerType1Dynamics.VoltageAdjusterDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageAdjusterDynamics"@en ; - rdfs:comment "Voltage adjuster model associated with this power factor or VAr controller type 1 model." ; + rdfs:label "VoltageAdjusterDynamics" ; + rdfs:comment "Voltage adjuster model associated with this power factor or VAr controller type 1 model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:VoltageAdjusterDynamics.PFVArControllerType1Dynamics ; @@ -2504,8 +2506,8 @@ cim:PFVArControllerType1Dynamics.VoltageAdjusterDynamics a owl:ObjectProperty, o rdfs:range cim:VoltageAdjusterDynamics . cim:PFVArControllerType1UserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.PFVArControllerType1UserDefined ; @@ -2513,8 +2515,8 @@ cim:PFVArControllerType1UserDefined.ProprietaryParameterDynamics a owl:ObjectPro rdfs:range cim:ProprietaryParameterDynamics . cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExcitationSystemDynamics"@en ; - rdfs:comment "Excitation system model with which this power factor or VAr controller type 2 is associated." ; + rdfs:label "ExcitationSystemDynamics" ; + rdfs:comment "Excitation system model with which this power factor or VAr controller type 2 is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ExcitationSystemDynamics.PFVArControllerType2Dynamics ; @@ -2522,8 +2524,8 @@ cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics a owl:ObjectProperty, rdfs:range cim:ExcitationSystemDynamics . cim:PFVArControllerType2UserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.PFVArControllerType2UserDefined ; @@ -2531,8 +2533,8 @@ cim:PFVArControllerType2UserDefined.ProprietaryParameterDynamics a owl:ObjectPro rdfs:range cim:ProprietaryParameterDynamics . cim:PowerElectronicsConnection.WindTurbineType3or4Dynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3or4Dynamics"@en ; - rdfs:comment "The wind turbine type 3 or type 4 dynamics model associated with this power electronics connection." ; + rdfs:label "WindTurbineType3or4Dynamics" ; + rdfs:comment "The wind turbine type 3 or type 4 dynamics model associated with this power electronics connection."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType3or4Dynamics.PowerElectronicsConnection ; @@ -2540,8 +2542,8 @@ cim:PowerElectronicsConnection.WindTurbineType3or4Dynamics a owl:ObjectProperty, rdfs:range cim:WindTurbineType3or4Dynamics . cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExcitationSystemDynamics"@en ; - rdfs:comment "Excitation system model with which this power system stabilizer model is associated." ; + rdfs:label "ExcitationSystemDynamics" ; + rdfs:comment "Excitation system model with which this power system stabilizer model is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ExcitationSystemDynamics.PowerSystemStabilizerDynamics ; @@ -2549,8 +2551,8 @@ cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics a owl:ObjectProperty, rdfs:range cim:ExcitationSystemDynamics . cim:PowerSystemStabilizerDynamics.RemoteInputSignal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemoteInputSignal"@en ; - rdfs:comment "Remote input signal used by this power system stabilizer model." ; + rdfs:label "RemoteInputSignal" ; + rdfs:comment "Remote input signal used by this power system stabilizer model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; @@ -2558,8 +2560,8 @@ cim:PowerSystemStabilizerDynamics.RemoteInputSignal a owl:ObjectProperty, owl:In rdfs:range cim:RemoteInputSignal . cim:PowerSystemStabilizerUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined ; @@ -2567,8 +2569,8 @@ cim:PowerSystemStabilizerUserDefined.ProprietaryParameterDynamics a owl:ObjectPr rdfs:range cim:ProprietaryParameterDynamics . cim:ProprietaryParameterDynamics.AsynchronousMachineUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "AsynchronousMachineUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "AsynchronousMachineUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:AsynchronousMachineUserDefined.ProprietaryParameterDynamics ; @@ -2576,8 +2578,8 @@ cim:ProprietaryParameterDynamics.AsynchronousMachineUserDefined a owl:ObjectProp rdfs:range cim:AsynchronousMachineUserDefined . cim:ProprietaryParameterDynamics.CSCUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CSCUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "CSCUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:CSCUserDefined.ProprietaryParameterDynamics ; @@ -2585,8 +2587,8 @@ cim:ProprietaryParameterDynamics.CSCUserDefined a owl:ObjectProperty, owl:Functi rdfs:range cim:CSCUserDefined . cim:ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DiscontinuousExcitationControlUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "DiscontinuousExcitationControlUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:DiscontinuousExcitationControlUserDefined.ProprietaryParameterDynamics ; @@ -2594,8 +2596,8 @@ cim:ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined a owl rdfs:range cim:DiscontinuousExcitationControlUserDefined . cim:ProprietaryParameterDynamics.ExcitationSystemUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ExcitationSystemUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "ExcitationSystemUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ExcitationSystemUserDefined.ProprietaryParameterDynamics ; @@ -2603,8 +2605,8 @@ cim:ProprietaryParameterDynamics.ExcitationSystemUserDefined a owl:ObjectPropert rdfs:range cim:ExcitationSystemUserDefined . cim:ProprietaryParameterDynamics.LoadUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "LoadUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "LoadUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:LoadUserDefined.ProprietaryParameterDynamics ; @@ -2612,8 +2614,8 @@ cim:ProprietaryParameterDynamics.LoadUserDefined a owl:ObjectProperty, owl:Funct rdfs:range cim:LoadUserDefined . cim:ProprietaryParameterDynamics.MechanicalLoadUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "MechanicalLoadUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "MechanicalLoadUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:MechanicalLoadUserDefined.ProprietaryParameterDynamics ; @@ -2621,8 +2623,8 @@ cim:ProprietaryParameterDynamics.MechanicalLoadUserDefined a owl:ObjectProperty, rdfs:range cim:MechanicalLoadUserDefined . cim:ProprietaryParameterDynamics.OverexcitationLimiterUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OverexcitationLimiterUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "OverexcitationLimiterUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:OverexcitationLimiterUserDefined.ProprietaryParameterDynamics ; @@ -2630,8 +2632,8 @@ cim:ProprietaryParameterDynamics.OverexcitationLimiterUserDefined a owl:ObjectPr rdfs:range cim:OverexcitationLimiterUserDefined . cim:ProprietaryParameterDynamics.PFVArControllerType1UserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PFVArControllerType1UserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "PFVArControllerType1UserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:PFVArControllerType1UserDefined.ProprietaryParameterDynamics ; @@ -2639,8 +2641,8 @@ cim:ProprietaryParameterDynamics.PFVArControllerType1UserDefined a owl:ObjectPro rdfs:range cim:PFVArControllerType1UserDefined . cim:ProprietaryParameterDynamics.PFVArControllerType2UserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PFVArControllerType2UserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "PFVArControllerType2UserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:PFVArControllerType2UserDefined.ProprietaryParameterDynamics ; @@ -2648,8 +2650,8 @@ cim:ProprietaryParameterDynamics.PFVArControllerType2UserDefined a owl:ObjectPro rdfs:range cim:PFVArControllerType2UserDefined . cim:ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerSystemStabilizerUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "PowerSystemStabilizerUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:PowerSystemStabilizerUserDefined.ProprietaryParameterDynamics ; @@ -2657,8 +2659,8 @@ cim:ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined a owl:ObjectPr rdfs:range cim:PowerSystemStabilizerUserDefined . cim:ProprietaryParameterDynamics.SVCUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SVCUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "SVCUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SVCUserDefined.ProprietaryParameterDynamics ; @@ -2666,8 +2668,8 @@ cim:ProprietaryParameterDynamics.SVCUserDefined a owl:ObjectProperty, owl:Functi rdfs:range cim:SVCUserDefined . cim:ProprietaryParameterDynamics.SynchronousMachineUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SynchronousMachineUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "SynchronousMachineUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SynchronousMachineUserDefined.ProprietaryParameterDynamics ; @@ -2675,8 +2677,8 @@ cim:ProprietaryParameterDynamics.SynchronousMachineUserDefined a owl:ObjectPrope rdfs:range cim:SynchronousMachineUserDefined . cim:ProprietaryParameterDynamics.TurbineGovernorUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TurbineGovernorUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "TurbineGovernorUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:TurbineGovernorUserDefined.ProprietaryParameterDynamics ; @@ -2684,8 +2686,8 @@ cim:ProprietaryParameterDynamics.TurbineGovernorUserDefined a owl:ObjectProperty rdfs:range cim:TurbineGovernorUserDefined . cim:ProprietaryParameterDynamics.TurbineLoadControllerUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TurbineLoadControllerUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "TurbineLoadControllerUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:TurbineLoadControllerUserDefined.ProprietaryParameterDynamics ; @@ -2693,8 +2695,8 @@ cim:ProprietaryParameterDynamics.TurbineLoadControllerUserDefined a owl:ObjectPr rdfs:range cim:TurbineLoadControllerUserDefined . cim:ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "UnderexcitationLimiterUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "UnderexcitationLimiterUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:UnderexcitationLimiterUserDefined.ProprietaryParameterDynamics ; @@ -2702,8 +2704,8 @@ cim:ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined a owl:ObjectP rdfs:range cim:UnderexcitationLimiterUserDefined . cim:ProprietaryParameterDynamics.VSCUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VSCUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "VSCUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:VSCUserDefined.ProprietaryParameterDynamics ; @@ -2711,8 +2713,8 @@ cim:ProprietaryParameterDynamics.VSCUserDefined a owl:ObjectProperty, owl:Functi rdfs:range cim:VSCUserDefined . cim:ProprietaryParameterDynamics.VoltageAdjusterUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VoltageAdjusterUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "VoltageAdjusterUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:VoltageAdjusterUserDefined.ProprietaryParameterDynamics ; @@ -2720,8 +2722,8 @@ cim:ProprietaryParameterDynamics.VoltageAdjusterUserDefined a owl:ObjectProperty rdfs:range cim:VoltageAdjusterUserDefined . cim:ProprietaryParameterDynamics.VoltageCompensatorUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VoltageCompensatorUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "VoltageCompensatorUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:VoltageCompensatorUserDefined.ProprietaryParameterDynamics ; @@ -2729,8 +2731,8 @@ cim:ProprietaryParameterDynamics.VoltageCompensatorUserDefined a owl:ObjectPrope rdfs:range cim:VoltageCompensatorUserDefined . cim:ProprietaryParameterDynamics.WindPlantUserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindPlantUserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "WindPlantUserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindPlantUserDefined.ProprietaryParameterDynamics ; @@ -2738,8 +2740,8 @@ cim:ProprietaryParameterDynamics.WindPlantUserDefined a owl:ObjectProperty, owl: rdfs:range cim:WindPlantUserDefined . cim:ProprietaryParameterDynamics.WindType1or2UserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindType1or2UserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "WindType1or2UserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindType1or2UserDefined.ProprietaryParameterDynamics ; @@ -2747,8 +2749,8 @@ cim:ProprietaryParameterDynamics.WindType1or2UserDefined a owl:ObjectProperty, o rdfs:range cim:WindType1or2UserDefined . cim:ProprietaryParameterDynamics.WindType3or4UserDefined a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindType3or4UserDefined"@en ; - rdfs:comment "Proprietary user-defined model with which this parameter is associated." ; + rdfs:label "WindType3or4UserDefined" ; + rdfs:comment "Proprietary user-defined model with which this parameter is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindType3or4UserDefined.ProprietaryParameterDynamics ; @@ -2756,72 +2758,72 @@ cim:ProprietaryParameterDynamics.WindType3or4UserDefined a owl:ObjectProperty, o rdfs:range cim:WindType3or4UserDefined . cim:Pss1A.inputSignalType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "inputSignalType"@en ; - rdfs:comment "Type of input signal (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative)." ; + rdfs:label "inputSignalType" ; + rdfs:comment "Type of input signal (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss1A ; rdfs:range cim:InputSignalKind . cim:Pss2ST.inputSignal1Type a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "inputSignal1Type"@en ; - rdfs:comment "Type of input signal #1 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative - shall be different than Pss2ST.inputSignal2Type). Typical value = rotorAngularFrequencyDeviation." ; + rdfs:label "inputSignal1Type" ; + rdfs:comment "Type of input signal #1 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative - shall be different than Pss2ST.inputSignal2Type). Typical value = rotorAngularFrequencyDeviation."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss2ST ; rdfs:range cim:InputSignalKind . cim:Pss2ST.inputSignal2Type a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "inputSignal2Type"@en ; - rdfs:comment "Type of input signal #2 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative - shall be different than Pss2ST.inputSignal1Type). Typical value = busVoltageDerivative." ; + rdfs:label "inputSignal2Type" ; + rdfs:comment "Type of input signal #2 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative - shall be different than Pss2ST.inputSignal1Type). Typical value = busVoltageDerivative."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss2ST ; rdfs:range cim:InputSignalKind . cim:PssIEEE1A.inputSignalType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "inputSignalType"@en ; - rdfs:comment "Type of input signal (rotorAngularFrequencyDeviation, generatorElectricalPower, or busFrequencyDeviation). Typical value = rotorAngularFrequencyDeviation." ; + rdfs:label "inputSignalType" ; + rdfs:comment "Type of input signal (rotorAngularFrequencyDeviation, generatorElectricalPower, or busFrequencyDeviation). Typical value = rotorAngularFrequencyDeviation."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE1A ; rdfs:range cim:InputSignalKind . cim:PssIEEE2B.inputSignal1Type a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "inputSignal1Type"@en ; - rdfs:comment "Type of input signal #1 (rotorAngularFrequencyDeviation, busFrequencyDeviation). Typical value = rotorAngularFrequencyDeviation." ; + rdfs:label "inputSignal1Type" ; + rdfs:comment "Type of input signal #1 (rotorAngularFrequencyDeviation, busFrequencyDeviation). Typical value = rotorAngularFrequencyDeviation."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE2B ; rdfs:range cim:InputSignalKind . cim:PssIEEE2B.inputSignal2Type a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "inputSignal2Type"@en ; - rdfs:comment "Type of input signal #2 (generatorElectricalPower). Typical value = generatorElectricalPower." ; + rdfs:label "inputSignal2Type" ; + rdfs:comment "Type of input signal #2 (generatorElectricalPower). Typical value = generatorElectricalPower."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE2B ; rdfs:range cim:InputSignalKind . cim:PssWECC.inputSignal1Type a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "inputSignal1Type"@en ; - rdfs:comment "Type of input signal #1 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative - shall be different than PssWECC.inputSignal2Type). Typical value = rotorAngularFrequencyDeviation." ; + rdfs:label "inputSignal1Type" ; + rdfs:comment "Type of input signal #1 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative - shall be different than PssWECC.inputSignal2Type). Typical value = rotorAngularFrequencyDeviation."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssWECC ; rdfs:range cim:InputSignalKind . cim:PssWECC.inputSignal2Type a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "inputSignal2Type"@en ; - rdfs:comment "Type of input signal #2 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, busVoltageDerivative - shall be different than PssWECC.inputSignal1Type). Typical value = busVoltageDerivative." ; + rdfs:label "inputSignal2Type" ; + rdfs:comment "Type of input signal #2 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, busVoltageDerivative - shall be different than PssWECC.inputSignal1Type). Typical value = busVoltageDerivative."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssWECC ; rdfs:range cim:InputSignalKind . cim:RemoteInputSignal.DiscontinuousExcitationControlDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DiscontinuousExcitationControlDynamics"@en ; - rdfs:comment "Discontinuous excitation control model using this remote input signal." ; + rdfs:label "DiscontinuousExcitationControlDynamics" ; + rdfs:comment "Discontinuous excitation control model using this remote input signal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:DiscontinuousExcitationControlDynamics.RemoteInputSignal ; @@ -2829,8 +2831,8 @@ cim:RemoteInputSignal.DiscontinuousExcitationControlDynamics a owl:ObjectPropert rdfs:range cim:DiscontinuousExcitationControlDynamics . cim:RemoteInputSignal.PFVArControllerType1Dynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PFVArControllerType1Dynamics"@en ; - rdfs:comment "Power factor or VAr controller type 1 model using this remote input signal." ; + rdfs:label "PFVArControllerType1Dynamics" ; + rdfs:comment "Power factor or VAr controller type 1 model using this remote input signal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:PFVArControllerType1Dynamics.RemoteInputSignal ; @@ -2838,8 +2840,8 @@ cim:RemoteInputSignal.PFVArControllerType1Dynamics a owl:ObjectProperty, owl:Fun rdfs:range cim:PFVArControllerType1Dynamics . cim:RemoteInputSignal.PowerSystemStabilizerDynamics a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerSystemStabilizerDynamics"@en ; - rdfs:comment "Power system stabilizer model using this remote input signal." ; + rdfs:label "PowerSystemStabilizerDynamics" ; + rdfs:comment "Power system stabilizer model using this remote input signal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:PowerSystemStabilizerDynamics.RemoteInputSignal ; @@ -2847,8 +2849,8 @@ cim:RemoteInputSignal.PowerSystemStabilizerDynamics a owl:ObjectProperty, owl:Fu rdfs:range cim:PowerSystemStabilizerDynamics . cim:RemoteInputSignal.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "Remote terminal with which this input signal is associated." ; + rdfs:label "Terminal" ; + rdfs:comment "Remote terminal with which this input signal is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Terminal.RemoteInputSignal ; @@ -2856,8 +2858,8 @@ cim:RemoteInputSignal.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Terminal . cim:RemoteInputSignal.UnderexcitationLimiterDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "UnderexcitationLimiterDynamics"@en ; - rdfs:comment "Underexcitation limiter model using this remote input signal." ; + rdfs:label "UnderexcitationLimiterDynamics" ; + rdfs:comment "Underexcitation limiter model using this remote input signal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:UnderexcitationLimiterDynamics.RemoteInputSignal ; @@ -2865,8 +2867,8 @@ cim:RemoteInputSignal.UnderexcitationLimiterDynamics a owl:ObjectProperty, owl:F rdfs:range cim:UnderexcitationLimiterDynamics . cim:RemoteInputSignal.VoltageCompensatorDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageCompensatorDynamics"@en ; - rdfs:comment "Voltage compensator model using this remote input signal." ; + rdfs:label "VoltageCompensatorDynamics" ; + rdfs:comment "Voltage compensator model using this remote input signal."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:VoltageCompensatorDynamics.RemoteInputSignal ; @@ -2874,8 +2876,8 @@ cim:RemoteInputSignal.VoltageCompensatorDynamics a owl:ObjectProperty, owl:Funct rdfs:range cim:VoltageCompensatorDynamics . cim:RemoteInputSignal.WindPlantDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindPlantDynamics"@en ; - rdfs:comment "The wind plant using the remote signal." ; + rdfs:label "WindPlantDynamics" ; + rdfs:comment "The wind plant using the remote signal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindPlantDynamics.RemoteInputSignal ; @@ -2883,8 +2885,8 @@ cim:RemoteInputSignal.WindPlantDynamics a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:WindPlantDynamics . cim:RemoteInputSignal.WindTurbineType1or2Dynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType1or2Dynamics"@en ; - rdfs:comment "Wind generator type 1 or type 2 model using this remote input signal." ; + rdfs:label "WindTurbineType1or2Dynamics" ; + rdfs:comment "Wind generator type 1 or type 2 model using this remote input signal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType1or2Dynamics.RemoteInputSignal ; @@ -2892,8 +2894,8 @@ cim:RemoteInputSignal.WindTurbineType1or2Dynamics a owl:ObjectProperty, owl:Func rdfs:range cim:WindTurbineType1or2Dynamics . cim:RemoteInputSignal.WindTurbineType3or4Dynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3or4Dynamics"@en ; - rdfs:comment "Wind turbine type 3 or type 4 models using this remote input signal." ; + rdfs:label "WindTurbineType3or4Dynamics" ; + rdfs:comment "Wind turbine type 3 or type 4 models using this remote input signal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType3or4Dynamics.RemoteInputSignal ; @@ -2901,16 +2903,16 @@ cim:RemoteInputSignal.WindTurbineType3or4Dynamics a owl:ObjectProperty, owl:Func rdfs:range cim:WindTurbineType3or4Dynamics . cim:RemoteInputSignal.remoteSignalType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "remoteSignalType"@en ; - rdfs:comment "Type of input signal." ; + rdfs:label "remoteSignalType" ; + rdfs:comment "Type of input signal."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RemoteInputSignal ; rdfs:range cim:RemoteSignalKind . cim:SVCUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.SVCUserDefined ; @@ -2918,8 +2920,8 @@ cim:SVCUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:Invers rdfs:range cim:ProprietaryParameterDynamics . cim:StaticVarCompensator.StaticVarCompensatorDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "StaticVarCompensatorDynamics"@en ; - rdfs:comment "Static Var Compensator dynamics model used to describe dynamic behaviour of this Static Var Compensator." ; + rdfs:label "StaticVarCompensatorDynamics" ; + rdfs:comment "Static Var Compensator dynamics model used to describe dynamic behaviour of this Static Var Compensator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:StaticVarCompensatorDynamics.StaticVarCompensator ; @@ -2927,8 +2929,8 @@ cim:StaticVarCompensator.StaticVarCompensatorDynamics a owl:ObjectProperty, owl: rdfs:range cim:StaticVarCompensatorDynamics . cim:StaticVarCompensatorDynamics.StaticVarCompensator a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "StaticVarCompensator"@en ; - rdfs:comment "Static Var Compensator to which Static Var Compensator dynamics model applies." ; + rdfs:label "StaticVarCompensator" ; + rdfs:comment "Static Var Compensator to which Static Var Compensator dynamics model applies."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:StaticVarCompensator.StaticVarCompensatorDynamics ; @@ -2936,8 +2938,8 @@ cim:StaticVarCompensatorDynamics.StaticVarCompensator a owl:ObjectProperty, owl: rdfs:range cim:StaticVarCompensator . cim:SynchronousMachine.SynchronousMachineDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SynchronousMachineDynamics"@en ; - rdfs:comment "Synchronous machine dynamics model used to describe dynamic behaviour of this synchronous machine." ; + rdfs:label "SynchronousMachineDynamics" ; + rdfs:comment "Synchronous machine dynamics model used to describe dynamic behaviour of this synchronous machine."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SynchronousMachineDynamics.SynchronousMachine ; @@ -2945,16 +2947,16 @@ cim:SynchronousMachine.SynchronousMachineDynamics a owl:ObjectProperty, owl:Func rdfs:range cim:SynchronousMachineDynamics . cim:SynchronousMachineDetailed.ifdBaseType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ifdBaseType"@en ; - rdfs:comment "Excitation base system mode. It should be equal to the value of WLMDV given by the user. WLMDV is the PU ratio between the field voltage and the excitation current: Efd = WLMDV x Ifd. Typical value = ifag." ; + rdfs:label "ifdBaseType" ; + rdfs:comment "Excitation base system mode. It should be equal to the value of WLMDV given by the user. WLMDV is the PU ratio between the field voltage and the excitation current: Efd = WLMDV x Ifd. Typical value = ifag."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachineDetailed ; rdfs:range cim:IfdBaseKind . cim:SynchronousMachineDynamics.CrossCompoundTurbineGovernorDyanmics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "CrossCompoundTurbineGovernorDyanmics"@en ; - rdfs:comment "The cross-compound turbine governor with which this high-pressure synchronous machine is associated." ; + rdfs:label "CrossCompoundTurbineGovernorDyanmics" ; + rdfs:comment "The cross-compound turbine governor with which this high-pressure synchronous machine is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics ; @@ -2962,8 +2964,8 @@ cim:SynchronousMachineDynamics.CrossCompoundTurbineGovernorDyanmics a owl:Object rdfs:range cim:CrossCompoundTurbineGovernorDynamics . cim:SynchronousMachineDynamics.CrossCompoundTurbineGovernorDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "CrossCompoundTurbineGovernorDynamics"@en ; - rdfs:comment "The cross-compound turbine governor with which this low-pressure synchronous machine is associated." ; + rdfs:label "CrossCompoundTurbineGovernorDynamics" ; + rdfs:comment "The cross-compound turbine governor with which this low-pressure synchronous machine is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics ; @@ -2971,8 +2973,8 @@ cim:SynchronousMachineDynamics.CrossCompoundTurbineGovernorDynamics a owl:Object rdfs:range cim:CrossCompoundTurbineGovernorDynamics . cim:SynchronousMachineDynamics.ExcitationSystemDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExcitationSystemDynamics"@en ; - rdfs:comment "Excitation system model associated with this synchronous machine model." ; + rdfs:label "ExcitationSystemDynamics" ; + rdfs:comment "Excitation system model associated with this synchronous machine model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ExcitationSystemDynamics.SynchronousMachineDynamics ; @@ -2980,8 +2982,8 @@ cim:SynchronousMachineDynamics.ExcitationSystemDynamics a owl:ObjectProperty, ow rdfs:range cim:ExcitationSystemDynamics . cim:SynchronousMachineDynamics.GenICompensationForGenJ a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenICompensationForGenJ"@en ; - rdfs:comment "Compensation of voltage compensator's generator for current flow out of this generator." ; + rdfs:label "GenICompensationForGenJ" ; + rdfs:comment "Compensation of voltage compensator's generator for current flow out of this generator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:GenICompensationForGenJ.SynchronousMachineDynamics ; @@ -2989,8 +2991,8 @@ cim:SynchronousMachineDynamics.GenICompensationForGenJ a owl:ObjectProperty, owl rdfs:range cim:GenICompensationForGenJ . cim:SynchronousMachineDynamics.MechanicalLoadDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "MechanicalLoadDynamics"@en ; - rdfs:comment "Mechanical load model associated with this synchronous machine model." ; + rdfs:label "MechanicalLoadDynamics" ; + rdfs:comment "Mechanical load model associated with this synchronous machine model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:MechanicalLoadDynamics.SynchronousMachineDynamics ; @@ -2998,8 +3000,8 @@ cim:SynchronousMachineDynamics.MechanicalLoadDynamics a owl:ObjectProperty, owl: rdfs:range cim:MechanicalLoadDynamics . cim:SynchronousMachineDynamics.SynchronousMachine a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SynchronousMachine"@en ; - rdfs:comment "Synchronous machine to which synchronous machine dynamics model applies." ; + rdfs:label "SynchronousMachine" ; + rdfs:comment "Synchronous machine to which synchronous machine dynamics model applies."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:SynchronousMachine.SynchronousMachineDynamics ; @@ -3007,8 +3009,8 @@ cim:SynchronousMachineDynamics.SynchronousMachine a owl:ObjectProperty, owl:Func rdfs:range cim:SynchronousMachine . cim:SynchronousMachineDynamics.TurbineGovernorDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TurbineGovernorDynamics"@en ; - rdfs:comment "Turbine-governor model associated with this synchronous machine model. Multiplicity of greater than one is intended to support hydro units that have multiple turbines on one generator." ; + rdfs:label "TurbineGovernorDynamics" ; + rdfs:comment "Turbine-governor model associated with this synchronous machine model. Multiplicity of greater than one is intended to support hydro units that have multiple turbines on one generator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:TurbineGovernorDynamics.SynchronousMachineDynamics ; @@ -3016,24 +3018,24 @@ cim:SynchronousMachineDynamics.TurbineGovernorDynamics a owl:ObjectProperty, owl rdfs:range cim:TurbineGovernorDynamics . cim:SynchronousMachineTimeConstantReactance.modelType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "modelType"@en ; - rdfs:comment "Type of synchronous machine model used in dynamic simulation applications." ; + rdfs:label "modelType" ; + rdfs:comment "Type of synchronous machine model used in dynamic simulation applications."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachineTimeConstantReactance ; rdfs:range cim:SynchronousMachineModelKind . cim:SynchronousMachineTimeConstantReactance.rotorType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "rotorType"@en ; - rdfs:comment "Type of rotor on physical machine." ; + rdfs:label "rotorType" ; + rdfs:comment "Type of rotor on physical machine."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachineTimeConstantReactance ; rdfs:range cim:RotorKind . cim:SynchronousMachineUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.SynchronousMachineUserDefined ; @@ -3041,8 +3043,8 @@ cim:SynchronousMachineUserDefined.ProprietaryParameterDynamics a owl:ObjectPrope rdfs:range cim:ProprietaryParameterDynamics . cim:Terminal.ConductingEquipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The conducting equipment of the terminal. Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The conducting equipment of the terminal. Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ConductingEquipment.Terminals ; @@ -3050,8 +3052,8 @@ cim:Terminal.ConductingEquipment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ConductingEquipment . cim:Terminal.RemoteInputSignal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemoteInputSignal"@en ; - rdfs:comment "Input signal coming from this terminal." ; + rdfs:label "RemoteInputSignal" ; + rdfs:comment "Input signal coming from this terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:RemoteInputSignal.Terminal ; @@ -3059,8 +3061,8 @@ cim:Terminal.RemoteInputSignal a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:RemoteInputSignal . cim:TurbineGovernorDynamics.AsynchronousMachineDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AsynchronousMachineDynamics"@en ; - rdfs:comment "Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics." ; + rdfs:label "AsynchronousMachineDynamics" ; + rdfs:comment "Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:AsynchronousMachineDynamics.TurbineGovernorDynamics ; @@ -3068,8 +3070,8 @@ cim:TurbineGovernorDynamics.AsynchronousMachineDynamics a owl:ObjectProperty, ow rdfs:range cim:AsynchronousMachineDynamics . cim:TurbineGovernorDynamics.SynchronousMachineDynamics a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SynchronousMachineDynamics"@en ; - rdfs:comment "Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics." ; + rdfs:label "SynchronousMachineDynamics" ; + rdfs:comment "Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SynchronousMachineDynamics.TurbineGovernorDynamics ; @@ -3077,8 +3079,8 @@ cim:TurbineGovernorDynamics.SynchronousMachineDynamics a owl:ObjectProperty, owl rdfs:range cim:SynchronousMachineDynamics . cim:TurbineGovernorDynamics.TurbineLoadControllerDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "TurbineLoadControllerDynamics"@en ; - rdfs:comment "Turbine load controller providing input to this turbine-governor." ; + rdfs:label "TurbineLoadControllerDynamics" ; + rdfs:comment "Turbine load controller providing input to this turbine-governor."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; @@ -3086,8 +3088,8 @@ cim:TurbineGovernorDynamics.TurbineLoadControllerDynamics a owl:ObjectProperty, rdfs:range cim:TurbineLoadControllerDynamics . cim:TurbineGovernorUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.TurbineGovernorUserDefined ; @@ -3095,8 +3097,8 @@ cim:TurbineGovernorUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty rdfs:range cim:ProprietaryParameterDynamics . cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "TurbineGovernorDynamics"@en ; - rdfs:comment "Turbine-governor controlled by this turbine load controller." ; + rdfs:label "TurbineGovernorDynamics" ; + rdfs:comment "Turbine-governor controlled by this turbine load controller."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:TurbineGovernorDynamics.TurbineLoadControllerDynamics ; @@ -3104,8 +3106,8 @@ cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics a owl:ObjectProperty, rdfs:range cim:TurbineGovernorDynamics . cim:TurbineLoadControllerUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.TurbineLoadControllerUserDefined ; @@ -3113,8 +3115,8 @@ cim:TurbineLoadControllerUserDefined.ProprietaryParameterDynamics a owl:ObjectPr rdfs:range cim:ProprietaryParameterDynamics . cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExcitationSystemDynamics"@en ; - rdfs:comment "Excitation system model with which this underexcitation limiter model is associated." ; + rdfs:label "ExcitationSystemDynamics" ; + rdfs:comment "Excitation system model with which this underexcitation limiter model is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ExcitationSystemDynamics.UnderexcitationLimiterDynamics ; @@ -3122,8 +3124,8 @@ cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics a owl:ObjectProperty rdfs:range cim:ExcitationSystemDynamics . cim:UnderexcitationLimiterDynamics.RemoteInputSignal a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemoteInputSignal"@en ; - rdfs:comment "Remote input signal used by this underexcitation limiter model." ; + rdfs:label "RemoteInputSignal" ; + rdfs:comment "Remote input signal used by this underexcitation limiter model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:RemoteInputSignal.UnderexcitationLimiterDynamics ; @@ -3131,8 +3133,8 @@ cim:UnderexcitationLimiterDynamics.RemoteInputSignal a owl:ObjectProperty, owl:F rdfs:range cim:RemoteInputSignal . cim:UnderexcitationLimiterUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined ; @@ -3140,8 +3142,8 @@ cim:UnderexcitationLimiterUserDefined.ProprietaryParameterDynamics a owl:ObjectP rdfs:range cim:ProprietaryParameterDynamics . cim:VCompIEEEType2.GenICompensationForGenJ a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GenICompensationForGenJ"@en ; - rdfs:comment "Compensation of this voltage compensator's generator for current flow out of another generator." ; + rdfs:label "GenICompensationForGenJ" ; + rdfs:comment "Compensation of this voltage compensator's generator for current flow out of another generator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:2..n ; owl:inverseOf cim:GenICompensationForGenJ.VcompIEEEType2 ; @@ -3149,8 +3151,8 @@ cim:VCompIEEEType2.GenICompensationForGenJ a owl:ObjectProperty, owl:InverseFunc rdfs:range cim:GenICompensationForGenJ . cim:VSCDynamics.VsConverter a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "VsConverter"@en ; - rdfs:comment "Voltage source converter to which voltage source converter dynamics model applies." ; + rdfs:label "VsConverter" ; + rdfs:comment "Voltage source converter to which voltage source converter dynamics model applies."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:VsConverter.VSCDynamics ; @@ -3158,8 +3160,8 @@ cim:VSCDynamics.VsConverter a owl:ObjectProperty, owl:FunctionalProperty, owl:In rdfs:range cim:VsConverter . cim:VSCUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.VSCUserDefined ; @@ -3167,8 +3169,8 @@ cim:VSCUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:Invers rdfs:range cim:ProprietaryParameterDynamics . cim:VoltageAdjusterDynamics.PFVArControllerType1Dynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PFVArControllerType1Dynamics"@en ; - rdfs:comment "Power factor or VAr controller type 1 model with which this voltage adjuster is associated." ; + rdfs:label "PFVArControllerType1Dynamics" ; + rdfs:comment "Power factor or VAr controller type 1 model with which this voltage adjuster is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:PFVArControllerType1Dynamics.VoltageAdjusterDynamics ; @@ -3176,8 +3178,8 @@ cim:VoltageAdjusterDynamics.PFVArControllerType1Dynamics a owl:ObjectProperty, o rdfs:range cim:PFVArControllerType1Dynamics . cim:VoltageAdjusterUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.VoltageAdjusterUserDefined ; @@ -3185,8 +3187,8 @@ cim:VoltageAdjusterUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty rdfs:range cim:ProprietaryParameterDynamics . cim:VoltageCompensatorDynamics.ExcitationSystemDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ExcitationSystemDynamics"@en ; - rdfs:comment "Excitation system model with which this voltage compensator is associated." ; + rdfs:label "ExcitationSystemDynamics" ; + rdfs:comment "Excitation system model with which this voltage compensator is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ExcitationSystemDynamics.VoltageCompensatorDynamics ; @@ -3194,8 +3196,8 @@ cim:VoltageCompensatorDynamics.ExcitationSystemDynamics a owl:ObjectProperty, ow rdfs:range cim:ExcitationSystemDynamics . cim:VoltageCompensatorDynamics.RemoteInputSignal a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemoteInputSignal"@en ; - rdfs:comment "Remote input signal used by this voltage compensator model." ; + rdfs:label "RemoteInputSignal" ; + rdfs:comment "Remote input signal used by this voltage compensator model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:RemoteInputSignal.VoltageCompensatorDynamics ; @@ -3203,8 +3205,8 @@ cim:VoltageCompensatorDynamics.RemoteInputSignal a owl:ObjectProperty, owl:Funct rdfs:range cim:RemoteInputSignal . cim:VoltageCompensatorUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.VoltageCompensatorUserDefined ; @@ -3212,8 +3214,8 @@ cim:VoltageCompensatorUserDefined.ProprietaryParameterDynamics a owl:ObjectPrope rdfs:range cim:ProprietaryParameterDynamics . cim:VsConverter.VSCDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "VSCDynamics"@en ; - rdfs:comment "Voltage source converter dynamics model used to describe dynamic behaviour of this converter." ; + rdfs:label "VSCDynamics" ; + rdfs:comment "Voltage source converter dynamics model used to describe dynamic behaviour of this converter."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:VSCDynamics.VsConverter ; @@ -3221,8 +3223,8 @@ cim:VsConverter.VSCDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:In rdfs:range cim:VSCDynamics . cim:WindAeroConstIEC.WindGenTurbineType1aIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindGenTurbineType1aIEC"@en ; - rdfs:comment "Wind turbine type 1A model with which this wind aerodynamic model is associated." ; + rdfs:label "WindGenTurbineType1aIEC" ; + rdfs:comment "Wind turbine type 1A model with which this wind aerodynamic model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindGenTurbineType1aIEC.WindAeroConstIEC ; @@ -3230,8 +3232,8 @@ cim:WindAeroConstIEC.WindGenTurbineType1aIEC a owl:ObjectProperty, owl:Functiona rdfs:range cim:WindGenTurbineType1aIEC . cim:WindAeroOneDimIEC.WindTurbineType3IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3IEC"@en ; - rdfs:comment "Wind turbine type 3 model with which this wind aerodynamic model is associated." ; + rdfs:label "WindTurbineType3IEC" ; + rdfs:comment "Wind turbine type 3 model with which this wind aerodynamic model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindTurbineType3IEC.WindAeroOneDimIEC ; @@ -3239,8 +3241,8 @@ cim:WindAeroOneDimIEC.WindTurbineType3IEC a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:WindTurbineType3IEC . cim:WindAeroTwoDimIEC.WindTurbineType3IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3IEC"@en ; - rdfs:comment "Wind turbine type 3 model with which this wind aerodynamic model is associated." ; + rdfs:label "WindTurbineType3IEC" ; + rdfs:comment "Wind turbine type 3 model with which this wind aerodynamic model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindTurbineType3IEC.WindAeroTwoDimIEC ; @@ -3248,8 +3250,8 @@ cim:WindAeroTwoDimIEC.WindTurbineType3IEC a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:WindTurbineType3IEC . cim:WindContCurrLimIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindDynamicsLookupTable"@en ; - rdfs:comment "The wind dynamics lookup table associated with this current control limitation model." ; + rdfs:label "WindDynamicsLookupTable" ; + rdfs:comment "The wind dynamics lookup table associated with this current control limitation model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:WindDynamicsLookupTable.WindContCurrLimIEC ; @@ -3257,8 +3259,8 @@ cim:WindContCurrLimIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:Inverse rdfs:range cim:WindDynamicsLookupTable . cim:WindContCurrLimIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3or4IEC"@en ; - rdfs:comment "Wind turbine type 3 or type 4 model with which this wind control current limitation model is associated." ; + rdfs:label "WindTurbineType3or4IEC" ; + rdfs:comment "Wind turbine type 3 or type 4 model with which this wind control current limitation model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindTurbineType3or4IEC.WindContCurrLimIEC ; @@ -3266,8 +3268,8 @@ cim:WindContCurrLimIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:Function rdfs:range cim:WindTurbineType3or4IEC . cim:WindContPType3IEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindDynamicsLookupTable"@en ; - rdfs:comment "The wind dynamics lookup table associated with this P control type 3 model." ; + rdfs:label "WindDynamicsLookupTable" ; + rdfs:comment "The wind dynamics lookup table associated with this P control type 3 model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:WindDynamicsLookupTable.WindContPType3IEC ; @@ -3275,8 +3277,8 @@ cim:WindContPType3IEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseF rdfs:range cim:WindDynamicsLookupTable . cim:WindContPType3IEC.WindTurbineType3IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3IEC"@en ; - rdfs:comment "Wind turbine type 3 model with which this wind control P type 3 model is associated." ; + rdfs:label "WindTurbineType3IEC" ; + rdfs:comment "Wind turbine type 3 model with which this wind control P type 3 model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindTurbineType3IEC.WindContPType3IEC ; @@ -3284,8 +3286,8 @@ cim:WindContPType3IEC.WindTurbineType3IEC a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:WindTurbineType3IEC . cim:WindContPType4aIEC.WindTurbineType4aIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType4aIEC"@en ; - rdfs:comment "Wind turbine type 4A model with which this wind control P type 4A model is associated." ; + rdfs:label "WindTurbineType4aIEC" ; + rdfs:comment "Wind turbine type 4A model with which this wind control P type 4A model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindTurbineType4aIEC.WindContPType4aIEC ; @@ -3293,8 +3295,8 @@ cim:WindContPType4aIEC.WindTurbineType4aIEC a owl:ObjectProperty, owl:Functional rdfs:range cim:WindTurbineType4aIEC . cim:WindContPType4bIEC.WindTurbineType4bIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType4bIEC"@en ; - rdfs:comment "Wind turbine type 4B model with which this wind control P type 4B model is associated." ; + rdfs:label "WindTurbineType4bIEC" ; + rdfs:comment "Wind turbine type 4B model with which this wind control P type 4B model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindTurbineType4bIEC.WindContPType4bIEC ; @@ -3302,8 +3304,8 @@ cim:WindContPType4bIEC.WindTurbineType4bIEC a owl:ObjectProperty, owl:Functional rdfs:range cim:WindTurbineType4bIEC . cim:WindContPitchAngleIEC.WindTurbineType3IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3IEC"@en ; - rdfs:comment "Wind turbine type 3 model with which this pitch control model is associated." ; + rdfs:label "WindTurbineType3IEC" ; + rdfs:comment "Wind turbine type 3 model with which this pitch control model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindTurbineType3IEC.WindContPitchAngleIEC ; @@ -3311,8 +3313,8 @@ cim:WindContPitchAngleIEC.WindTurbineType3IEC a owl:ObjectProperty, owl:Function rdfs:range cim:WindTurbineType3IEC . cim:WindContQIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3or4IEC"@en ; - rdfs:comment "Wind turbine type 3 or type 4 model with which this reactive control model is associated." ; + rdfs:label "WindTurbineType3or4IEC" ; + rdfs:comment "Wind turbine type 3 or type 4 model with which this reactive control model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindTurbineType3or4IEC.WIndContQIEC ; @@ -3320,24 +3322,24 @@ cim:WindContQIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:WindTurbineType3or4IEC . cim:WindContQIEC.windQcontrolModesType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "windQcontrolModesType"@en ; - rdfs:comment "Types of general wind turbine Q control modes (MqG). It is a project-dependent parameter." ; + rdfs:label "windQcontrolModesType" ; + rdfs:comment "Types of general wind turbine Q control modes (MqG). It is a project-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindContQIEC ; rdfs:range cim:WindQcontrolModeKind . cim:WindContQIEC.windUVRTQcontrolModesType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "windUVRTQcontrolModesType"@en ; - rdfs:comment "Types of UVRT Q control modes (MqUVRT). It is a project-dependent parameter." ; + rdfs:label "windUVRTQcontrolModesType" ; + rdfs:comment "Types of UVRT Q control modes (MqUVRT). It is a project-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindContQIEC ; rdfs:range cim:WindUVRTQcontrolModeKind . cim:WindContQLimIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3or4IEC"@en ; - rdfs:comment "Wind generator type 3 or type 4 model with which this constant Q limitation model is associated." ; + rdfs:label "WindTurbineType3or4IEC" ; + rdfs:comment "Wind generator type 3 or type 4 model with which this constant Q limitation model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType3or4IEC.WindContQLimIEC ; @@ -3345,8 +3347,8 @@ cim:WindContQLimIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:FunctionalP rdfs:range cim:WindTurbineType3or4IEC . cim:WindContQPQULimIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindDynamicsLookupTable"@en ; - rdfs:comment "The wind dynamics lookup table associated with this QP and QU limitation model." ; + rdfs:label "WindDynamicsLookupTable" ; + rdfs:comment "The wind dynamics lookup table associated with this QP and QU limitation model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:WindDynamicsLookupTable.WindContQPQULimIEC ; @@ -3354,8 +3356,8 @@ cim:WindContQPQULimIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:Inverse rdfs:range cim:WindDynamicsLookupTable . cim:WindContQPQULimIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3or4IEC"@en ; - rdfs:comment "Wind generator type 3 or type 4 model with which this QP and QU limitation model is associated." ; + rdfs:label "WindTurbineType3or4IEC" ; + rdfs:comment "Wind generator type 3 or type 4 model with which this QP and QU limitation model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType3or4IEC.WindContQPQULimIEC ; @@ -3363,8 +3365,8 @@ cim:WindContQPQULimIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:Function rdfs:range cim:WindTurbineType3or4IEC . cim:WindContRotorRIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindDynamicsLookupTable"@en ; - rdfs:comment "The wind dynamics lookup table associated with this rotor resistance control model." ; + rdfs:label "WindDynamicsLookupTable" ; + rdfs:comment "The wind dynamics lookup table associated with this rotor resistance control model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:WindDynamicsLookupTable.WindContRotorRIEC ; @@ -3372,8 +3374,8 @@ cim:WindContRotorRIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseF rdfs:range cim:WindDynamicsLookupTable . cim:WindContRotorRIEC.WindGenTurbineType2IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindGenTurbineType2IEC"@en ; - rdfs:comment "Wind turbine type 2 model with whitch this wind control rotor resistance model is associated." ; + rdfs:label "WindGenTurbineType2IEC" ; + rdfs:comment "Wind turbine type 2 model with whitch this wind control rotor resistance model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindGenTurbineType2IEC.WindContRotorRIEC ; @@ -3381,8 +3383,8 @@ cim:WindContRotorRIEC.WindGenTurbineType2IEC a owl:ObjectProperty, owl:Functiona rdfs:range cim:WindGenTurbineType2IEC . cim:WindDynamicsLookupTable.WindContCurrLimIEC a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindContCurrLimIEC"@en ; - rdfs:comment "The current control limitation model with which this wind dynamics lookup table is associated." ; + rdfs:label "WindContCurrLimIEC" ; + rdfs:comment "The current control limitation model with which this wind dynamics lookup table is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindContCurrLimIEC.WindDynamicsLookupTable ; @@ -3390,8 +3392,8 @@ cim:WindDynamicsLookupTable.WindContCurrLimIEC a owl:ObjectProperty, owl:Functio rdfs:range cim:WindContCurrLimIEC . cim:WindDynamicsLookupTable.WindContPType3IEC a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindContPType3IEC"@en ; - rdfs:comment "The P control type 3 model with which this wind dynamics lookup table is associated." ; + rdfs:label "WindContPType3IEC" ; + rdfs:comment "The P control type 3 model with which this wind dynamics lookup table is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindContPType3IEC.WindDynamicsLookupTable ; @@ -3399,8 +3401,8 @@ cim:WindDynamicsLookupTable.WindContPType3IEC a owl:ObjectProperty, owl:Function rdfs:range cim:WindContPType3IEC . cim:WindDynamicsLookupTable.WindContQPQULimIEC a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindContQPQULimIEC"@en ; - rdfs:comment "The QP and QU limitation model with which this wind dynamics lookup table is associated." ; + rdfs:label "WindContQPQULimIEC" ; + rdfs:comment "The QP and QU limitation model with which this wind dynamics lookup table is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindContQPQULimIEC.WindDynamicsLookupTable ; @@ -3408,8 +3410,8 @@ cim:WindDynamicsLookupTable.WindContQPQULimIEC a owl:ObjectProperty, owl:Functio rdfs:range cim:WindContQPQULimIEC . cim:WindDynamicsLookupTable.WindContRotorRIEC a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindContRotorRIEC"@en ; - rdfs:comment "The rotor resistance control model with which this wind dynamics lookup table is associated." ; + rdfs:label "WindContRotorRIEC" ; + rdfs:comment "The rotor resistance control model with which this wind dynamics lookup table is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindContRotorRIEC.WindDynamicsLookupTable ; @@ -3417,8 +3419,8 @@ cim:WindDynamicsLookupTable.WindContRotorRIEC a owl:ObjectProperty, owl:Function rdfs:range cim:WindContRotorRIEC . cim:WindDynamicsLookupTable.WindGenType3bIEC a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindGenType3bIEC"@en ; - rdfs:comment "The generator type 3B model with which this wind dynamics lookup table is associated." ; + rdfs:label "WindGenType3bIEC" ; + rdfs:comment "The generator type 3B model with which this wind dynamics lookup table is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindGenType3bIEC.WindDynamicsLookupTable ; @@ -3426,8 +3428,8 @@ cim:WindDynamicsLookupTable.WindGenType3bIEC a owl:ObjectProperty, owl:Functiona rdfs:range cim:WindGenType3bIEC . cim:WindDynamicsLookupTable.WindPitchContPowerIEC a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindPitchContPowerIEC"@en ; - rdfs:comment "The pitch control power model with which this wind dynamics lookup table is associated." ; + rdfs:label "WindPitchContPowerIEC" ; + rdfs:comment "The pitch control power model with which this wind dynamics lookup table is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindPitchContPowerIEC.WindDynamicsLookupTable ; @@ -3435,8 +3437,8 @@ cim:WindDynamicsLookupTable.WindPitchContPowerIEC a owl:ObjectProperty, owl:Func rdfs:range cim:WindPitchContPowerIEC . cim:WindDynamicsLookupTable.WindPlantFreqPcontrolIEC a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindPlantFreqPcontrolIEC"@en ; - rdfs:comment "The frequency and active power wind plant control model with which this wind dynamics lookup table is associated." ; + rdfs:label "WindPlantFreqPcontrolIEC" ; + rdfs:comment "The frequency and active power wind plant control model with which this wind dynamics lookup table is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindPlantFreqPcontrolIEC.WindDynamicsLookupTable ; @@ -3444,8 +3446,8 @@ cim:WindDynamicsLookupTable.WindPlantFreqPcontrolIEC a owl:ObjectProperty, owl:F rdfs:range cim:WindPlantFreqPcontrolIEC . cim:WindDynamicsLookupTable.WindPlantReactiveControlIEC a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindPlantReactiveControlIEC"@en ; - rdfs:comment "The voltage and reactive power wind plant control model with which this wind dynamics lookup table is associated." ; + rdfs:label "WindPlantReactiveControlIEC" ; + rdfs:comment "The voltage and reactive power wind plant control model with which this wind dynamics lookup table is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindPlantReactiveControlIEC.WindDynamicsLookupTable ; @@ -3453,8 +3455,8 @@ cim:WindDynamicsLookupTable.WindPlantReactiveControlIEC a owl:ObjectProperty, ow rdfs:range cim:WindPlantReactiveControlIEC . cim:WindDynamicsLookupTable.WindProtectionIEC a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindProtectionIEC"@en ; - rdfs:comment "The grid protection model with which this wind dynamics lookup table is associated." ; + rdfs:label "WindProtectionIEC" ; + rdfs:comment "The grid protection model with which this wind dynamics lookup table is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindProtectionIEC.WindDynamicsLookupTable ; @@ -3462,16 +3464,16 @@ cim:WindDynamicsLookupTable.WindProtectionIEC a owl:ObjectProperty, owl:Function rdfs:range cim:WindProtectionIEC . cim:WindDynamicsLookupTable.lookupTableFunctionType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "lookupTableFunctionType"@en ; - rdfs:comment "Type of the lookup table function." ; + rdfs:label "lookupTableFunctionType" ; + rdfs:comment "Type of the lookup table function."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindDynamicsLookupTable ; rdfs:range cim:WindLookupTableFunctionKind . cim:WindGenTurbineType1aIEC.WindAeroConstIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindAeroConstIEC"@en ; - rdfs:comment "Wind aerodynamic model associated with this wind turbine type 1A model." ; + rdfs:label "WindAeroConstIEC" ; + rdfs:comment "Wind aerodynamic model associated with this wind turbine type 1A model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindAeroConstIEC.WindGenTurbineType1aIEC ; @@ -3479,8 +3481,8 @@ cim:WindGenTurbineType1aIEC.WindAeroConstIEC a owl:ObjectProperty, owl:Functiona rdfs:range cim:WindAeroConstIEC . cim:WindGenTurbineType1bIEC.WindPitchContPowerIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindPitchContPowerIEC"@en ; - rdfs:comment "Pitch control power model associated with this wind turbine type 1B model." ; + rdfs:label "WindPitchContPowerIEC" ; + rdfs:comment "Pitch control power model associated with this wind turbine type 1B model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindPitchContPowerIEC.WindGenTurbineType1bIEC ; @@ -3488,8 +3490,8 @@ cim:WindGenTurbineType1bIEC.WindPitchContPowerIEC a owl:ObjectProperty, owl:Func rdfs:range cim:WindPitchContPowerIEC . cim:WindGenTurbineType2IEC.WindContRotorRIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindContRotorRIEC"@en ; - rdfs:comment "Wind control rotor resistance model associated with wind turbine type 2 model." ; + rdfs:label "WindContRotorRIEC" ; + rdfs:comment "Wind control rotor resistance model associated with wind turbine type 2 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindContRotorRIEC.WindGenTurbineType2IEC ; @@ -3497,8 +3499,8 @@ cim:WindGenTurbineType2IEC.WindContRotorRIEC a owl:ObjectProperty, owl:Functiona rdfs:range cim:WindContRotorRIEC . cim:WindGenTurbineType2IEC.WindPitchContPowerIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindPitchContPowerIEC"@en ; - rdfs:comment "Pitch control power model associated with this wind turbine type 2 model." ; + rdfs:label "WindPitchContPowerIEC" ; + rdfs:comment "Pitch control power model associated with this wind turbine type 2 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindPitchContPowerIEC.WindGenTurbineType2IEC ; @@ -3506,8 +3508,8 @@ cim:WindGenTurbineType2IEC.WindPitchContPowerIEC a owl:ObjectProperty, owl:Funct rdfs:range cim:WindPitchContPowerIEC . cim:WindGenType3IEC.WindTurbineType3IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3IEC"@en ; - rdfs:comment "Wind turbine type 3 model with which this wind generator type 3 is associated." ; + rdfs:label "WindTurbineType3IEC" ; + rdfs:comment "Wind turbine type 3 model with which this wind generator type 3 is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType3IEC.WindGenType3IEC ; @@ -3515,8 +3517,8 @@ cim:WindGenType3IEC.WindTurbineType3IEC a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:WindTurbineType3IEC . cim:WindGenType3aIEC.WindTurbineType4IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType4IEC"@en ; - rdfs:comment "Wind turbine type 4 model with which this wind generator type 3A model is associated." ; + rdfs:label "WindTurbineType4IEC" ; + rdfs:comment "Wind turbine type 4 model with which this wind generator type 3A model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType4IEC.WindGenType3aIEC ; @@ -3524,8 +3526,8 @@ cim:WindGenType3aIEC.WindTurbineType4IEC a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:WindTurbineType4IEC . cim:WindGenType3bIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindDynamicsLookupTable"@en ; - rdfs:comment "The wind dynamics lookup table associated with this generator type 3B model." ; + rdfs:label "WindDynamicsLookupTable" ; + rdfs:comment "The wind dynamics lookup table associated with this generator type 3B model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:WindDynamicsLookupTable.WindGenType3bIEC ; @@ -3533,8 +3535,8 @@ cim:WindGenType3bIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseFu rdfs:range cim:WindDynamicsLookupTable . cim:WindGenType4IEC.WindTurbineType4aIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType4aIEC"@en ; - rdfs:comment "Wind turbine type 4A model with which this wind generator type 4 model is associated." ; + rdfs:label "WindTurbineType4aIEC" ; + rdfs:comment "Wind turbine type 4A model with which this wind generator type 4 model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType4aIEC.WindGenType4IEC ; @@ -3542,8 +3544,8 @@ cim:WindGenType4IEC.WindTurbineType4aIEC a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:WindTurbineType4aIEC . cim:WindGenType4IEC.WindTurbineType4bIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType4bIEC"@en ; - rdfs:comment "Wind turbine type 4B model with which this wind generator type 4 model is associated." ; + rdfs:label "WindTurbineType4bIEC" ; + rdfs:comment "Wind turbine type 4B model with which this wind generator type 4 model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType4bIEC.WindGenType4IEC ; @@ -3551,8 +3553,8 @@ cim:WindGenType4IEC.WindTurbineType4bIEC a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:WindTurbineType4bIEC . cim:WindMechIEC.WindTurbineType1or2IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType1or2IEC"@en ; - rdfs:comment "Wind generator type 1 or type 2 model with which this wind mechanical model is associated." ; + rdfs:label "WindTurbineType1or2IEC" ; + rdfs:comment "Wind generator type 1 or type 2 model with which this wind mechanical model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType1or2IEC.WindMechIEC ; @@ -3560,8 +3562,8 @@ cim:WindMechIEC.WindTurbineType1or2IEC a owl:ObjectProperty, owl:FunctionalPrope rdfs:range cim:WindTurbineType1or2IEC . cim:WindMechIEC.WindTurbineType3IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3IEC"@en ; - rdfs:comment "Wind turbine type 3 model with which this wind mechanical model is associated." ; + rdfs:label "WindTurbineType3IEC" ; + rdfs:comment "Wind turbine type 3 model with which this wind mechanical model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType3IEC.WindMechIEC ; @@ -3569,8 +3571,8 @@ cim:WindMechIEC.WindTurbineType3IEC a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:WindTurbineType3IEC . cim:WindMechIEC.WindTurbineType4bIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType4bIEC"@en ; - rdfs:comment "Wind turbine type 4B model with which this wind mechanical model is associated." ; + rdfs:label "WindTurbineType4bIEC" ; + rdfs:comment "Wind turbine type 4B model with which this wind mechanical model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType4bIEC.WindMechIEC ; @@ -3578,8 +3580,8 @@ cim:WindMechIEC.WindTurbineType4bIEC a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:WindTurbineType4bIEC . cim:WindPitchContPowerIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindDynamicsLookupTable"@en ; - rdfs:comment "The wind dynamics lookup table associated with this pitch control power model." ; + rdfs:label "WindDynamicsLookupTable" ; + rdfs:comment "The wind dynamics lookup table associated with this pitch control power model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:WindDynamicsLookupTable.WindPitchContPowerIEC ; @@ -3587,8 +3589,8 @@ cim:WindPitchContPowerIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:Inve rdfs:range cim:WindDynamicsLookupTable . cim:WindPitchContPowerIEC.WindGenTurbineType1bIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindGenTurbineType1bIEC"@en ; - rdfs:comment "Wind turbine type 1B model with which this pitch control power model is associated." ; + rdfs:label "WindGenTurbineType1bIEC" ; + rdfs:comment "Wind turbine type 1B model with which this pitch control power model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindGenTurbineType1bIEC.WindPitchContPowerIEC ; @@ -3596,8 +3598,8 @@ cim:WindPitchContPowerIEC.WindGenTurbineType1bIEC a owl:ObjectProperty, owl:Func rdfs:range cim:WindGenTurbineType1bIEC . cim:WindPitchContPowerIEC.WindGenTurbineType2IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindGenTurbineType2IEC"@en ; - rdfs:comment "Wind turbine type 2 model with which this pitch control power model is associated." ; + rdfs:label "WindGenTurbineType2IEC" ; + rdfs:comment "Wind turbine type 2 model with which this pitch control power model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindGenTurbineType2IEC.WindPitchContPowerIEC ; @@ -3605,8 +3607,8 @@ cim:WindPitchContPowerIEC.WindGenTurbineType2IEC a owl:ObjectProperty, owl:Funct rdfs:range cim:WindGenTurbineType2IEC . cim:WindPlantDynamics.RemoteInputSignal a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemoteInputSignal"@en ; - rdfs:comment "The remote signal with which this power plant is associated." ; + rdfs:label "RemoteInputSignal" ; + rdfs:comment "The remote signal with which this power plant is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:RemoteInputSignal.WindPlantDynamics ; @@ -3614,8 +3616,8 @@ cim:WindPlantDynamics.RemoteInputSignal a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:RemoteInputSignal . cim:WindPlantDynamics.WindTurbineType3or4Dynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3or4Dynamics"@en ; - rdfs:comment "The wind turbine type 3 or type 4 associated with this wind plant." ; + rdfs:label "WindTurbineType3or4Dynamics" ; + rdfs:comment "The wind turbine type 3 or type 4 associated with this wind plant."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:WindTurbineType3or4Dynamics.WindPlantDynamics ; @@ -3623,8 +3625,8 @@ cim:WindPlantDynamics.WindTurbineType3or4Dynamics a owl:ObjectProperty, owl:Inve rdfs:range cim:WindTurbineType3or4Dynamics . cim:WindPlantFreqPcontrolIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindDynamicsLookupTable"@en ; - rdfs:comment "The wind dynamics lookup table associated with this frequency and active power wind plant model." ; + rdfs:label "WindDynamicsLookupTable" ; + rdfs:comment "The wind dynamics lookup table associated with this frequency and active power wind plant model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:WindDynamicsLookupTable.WindPlantFreqPcontrolIEC ; @@ -3632,8 +3634,8 @@ cim:WindPlantFreqPcontrolIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:I rdfs:range cim:WindDynamicsLookupTable . cim:WindPlantFreqPcontrolIEC.WindPlantIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindPlantIEC"@en ; - rdfs:comment "Wind plant model with which this wind plant frequency and active power control is associated." ; + rdfs:label "WindPlantIEC" ; + rdfs:comment "Wind plant model with which this wind plant frequency and active power control is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindPlantIEC.WindPlantFreqPcontrolIEC ; @@ -3641,8 +3643,8 @@ cim:WindPlantFreqPcontrolIEC.WindPlantIEC a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:WindPlantIEC . cim:WindPlantIEC.WindPlantFreqPcontrolIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindPlantFreqPcontrolIEC"@en ; - rdfs:comment "Wind plant frequency and active power control model associated with this wind plant." ; + rdfs:label "WindPlantFreqPcontrolIEC" ; + rdfs:comment "Wind plant frequency and active power control model associated with this wind plant."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindPlantFreqPcontrolIEC.WindPlantIEC ; @@ -3650,8 +3652,8 @@ cim:WindPlantIEC.WindPlantFreqPcontrolIEC a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:WindPlantFreqPcontrolIEC . cim:WindPlantIEC.WindPlantReactiveControlIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindPlantReactiveControlIEC"@en ; - rdfs:comment "Wind plant model with which this wind reactive control is associated." ; + rdfs:label "WindPlantReactiveControlIEC" ; + rdfs:comment "Wind plant model with which this wind reactive control is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindPlantReactiveControlIEC.WindPlantIEC ; @@ -3659,8 +3661,8 @@ cim:WindPlantIEC.WindPlantReactiveControlIEC a owl:ObjectProperty, owl:Functiona rdfs:range cim:WindPlantReactiveControlIEC . cim:WindPlantReactiveControlIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindDynamicsLookupTable"@en ; - rdfs:comment "The wind dynamics lookup table associated with this voltage and reactive power wind plant model." ; + rdfs:label "WindDynamicsLookupTable" ; + rdfs:comment "The wind dynamics lookup table associated with this voltage and reactive power wind plant model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:WindDynamicsLookupTable.WindPlantReactiveControlIEC ; @@ -3668,8 +3670,8 @@ cim:WindPlantReactiveControlIEC.WindDynamicsLookupTable a owl:ObjectProperty, ow rdfs:range cim:WindDynamicsLookupTable . cim:WindPlantReactiveControlIEC.WindPlantIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindPlantIEC"@en ; - rdfs:comment "Wind plant reactive control model associated with this wind plant." ; + rdfs:label "WindPlantIEC" ; + rdfs:comment "Wind plant reactive control model associated with this wind plant."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindPlantIEC.WindPlantReactiveControlIEC ; @@ -3677,16 +3679,16 @@ cim:WindPlantReactiveControlIEC.WindPlantIEC a owl:ObjectProperty, owl:Functiona rdfs:range cim:WindPlantIEC . cim:WindPlantReactiveControlIEC.windPlantQcontrolModesType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "windPlantQcontrolModesType"@en ; - rdfs:comment "Reactive power/voltage controller mode (MWPqmode). It is a case-dependent parameter." ; + rdfs:label "windPlantQcontrolModesType" ; + rdfs:comment "Reactive power/voltage controller mode (MWPqmode). It is a case-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindPlantReactiveControlIEC ; rdfs:range cim:WindPlantQcontrolModeKind . cim:WindPlantUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.WindPlantUserDefined ; @@ -3694,8 +3696,8 @@ cim:WindPlantUserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl: rdfs:range cim:ProprietaryParameterDynamics . cim:WindProtectionIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindDynamicsLookupTable"@en ; - rdfs:comment "The wind dynamics lookup table associated with this grid protection model." ; + rdfs:label "WindDynamicsLookupTable" ; + rdfs:comment "The wind dynamics lookup table associated with this grid protection model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:WindDynamicsLookupTable.WindProtectionIEC ; @@ -3703,8 +3705,8 @@ cim:WindProtectionIEC.WindDynamicsLookupTable a owl:ObjectProperty, owl:InverseF rdfs:range cim:WindDynamicsLookupTable . cim:WindProtectionIEC.WindTurbineType1or2IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType1or2IEC"@en ; - rdfs:comment "Wind generator type 1 or type 2 model with which this wind turbine protection model is associated." ; + rdfs:label "WindTurbineType1or2IEC" ; + rdfs:comment "Wind generator type 1 or type 2 model with which this wind turbine protection model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType1or2IEC.WindProtectionIEC ; @@ -3712,8 +3714,8 @@ cim:WindProtectionIEC.WindTurbineType1or2IEC a owl:ObjectProperty, owl:Functiona rdfs:range cim:WindTurbineType1or2IEC . cim:WindProtectionIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3or4IEC"@en ; - rdfs:comment "Wind generator type 3 or type 4 model with which this wind turbine protection model is associated." ; + rdfs:label "WindTurbineType3or4IEC" ; + rdfs:comment "Wind generator type 3 or type 4 model with which this wind turbine protection model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindTurbineType3or4IEC.WindProtectionIEC ; @@ -3721,8 +3723,8 @@ cim:WindProtectionIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:Functiona rdfs:range cim:WindTurbineType3or4IEC . cim:WindRefFrameRotIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindTurbineType3or4IEC"@en ; - rdfs:comment "Wind turbine type 3 or type 4 model with which this reference frame rotation model is associated." ; + rdfs:label "WindTurbineType3or4IEC" ; + rdfs:comment "Wind turbine type 3 or type 4 model with which this reference frame rotation model is associated."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindTurbineType3or4IEC.WindRefFrameRotIEC ; @@ -3730,8 +3732,8 @@ cim:WindRefFrameRotIEC.WindTurbineType3or4IEC a owl:ObjectProperty, owl:Function rdfs:range cim:WindTurbineType3or4IEC . cim:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AsynchronousMachineDynamics"@en ; - rdfs:comment "Asynchronous machine model with which this wind generator type 1 or type 2 model is associated." ; + rdfs:label "AsynchronousMachineDynamics" ; + rdfs:comment "Asynchronous machine model with which this wind generator type 1 or type 2 model is associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:AsynchronousMachineDynamics.WindTurbineType1or2Dynamics ; @@ -3739,8 +3741,8 @@ cim:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics a owl:ObjectProperty rdfs:range cim:AsynchronousMachineDynamics . cim:WindTurbineType1or2Dynamics.RemoteInputSignal a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemoteInputSignal"@en ; - rdfs:comment "Remote input signal used by this wind generator type 1 or type 2 model." ; + rdfs:label "RemoteInputSignal" ; + rdfs:comment "Remote input signal used by this wind generator type 1 or type 2 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:RemoteInputSignal.WindTurbineType1or2Dynamics ; @@ -3748,8 +3750,8 @@ cim:WindTurbineType1or2Dynamics.RemoteInputSignal a owl:ObjectProperty, owl:Func rdfs:range cim:RemoteInputSignal . cim:WindTurbineType1or2IEC.WindMechIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindMechIEC"@en ; - rdfs:comment "Wind mechanical model associated with this wind generator type 1 or type 2 model." ; + rdfs:label "WindMechIEC" ; + rdfs:comment "Wind mechanical model associated with this wind generator type 1 or type 2 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindMechIEC.WindTurbineType1or2IEC ; @@ -3757,8 +3759,8 @@ cim:WindTurbineType1or2IEC.WindMechIEC a owl:ObjectProperty, owl:FunctionalPrope rdfs:range cim:WindMechIEC . cim:WindTurbineType1or2IEC.WindProtectionIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindProtectionIEC"@en ; - rdfs:comment "Wind turbune protection model associated with this wind generator type 1 or type 2 model." ; + rdfs:label "WindProtectionIEC" ; + rdfs:comment "Wind turbune protection model associated with this wind generator type 1 or type 2 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindProtectionIEC.WindTurbineType1or2IEC ; @@ -3766,8 +3768,8 @@ cim:WindTurbineType1or2IEC.WindProtectionIEC a owl:ObjectProperty, owl:Functiona rdfs:range cim:WindProtectionIEC . cim:WindTurbineType3IEC.WindAeroOneDimIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindAeroOneDimIEC"@en ; - rdfs:comment "Wind aerodynamic model associated with this wind generator type 3 model." ; + rdfs:label "WindAeroOneDimIEC" ; + rdfs:comment "Wind aerodynamic model associated with this wind generator type 3 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindAeroOneDimIEC.WindTurbineType3IEC ; @@ -3775,8 +3777,8 @@ cim:WindTurbineType3IEC.WindAeroOneDimIEC a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:WindAeroOneDimIEC . cim:WindTurbineType3IEC.WindAeroTwoDimIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindAeroTwoDimIEC"@en ; - rdfs:comment "Wind aerodynamic model associated with this wind turbine type 3 model." ; + rdfs:label "WindAeroTwoDimIEC" ; + rdfs:comment "Wind aerodynamic model associated with this wind turbine type 3 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindAeroTwoDimIEC.WindTurbineType3IEC ; @@ -3784,8 +3786,8 @@ cim:WindTurbineType3IEC.WindAeroTwoDimIEC a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:WindAeroTwoDimIEC . cim:WindTurbineType3IEC.WindContPType3IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindContPType3IEC"@en ; - rdfs:comment "Wind control P type 3 model associated with this wind turbine type 3 model." ; + rdfs:label "WindContPType3IEC" ; + rdfs:comment "Wind control P type 3 model associated with this wind turbine type 3 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindContPType3IEC.WindTurbineType3IEC ; @@ -3793,8 +3795,8 @@ cim:WindTurbineType3IEC.WindContPType3IEC a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:WindContPType3IEC . cim:WindTurbineType3IEC.WindContPitchAngleIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindContPitchAngleIEC"@en ; - rdfs:comment "Wind control pitch angle model associated with this wind turbine type 3." ; + rdfs:label "WindContPitchAngleIEC" ; + rdfs:comment "Wind control pitch angle model associated with this wind turbine type 3."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindContPitchAngleIEC.WindTurbineType3IEC ; @@ -3802,8 +3804,8 @@ cim:WindTurbineType3IEC.WindContPitchAngleIEC a owl:ObjectProperty, owl:Function rdfs:range cim:WindContPitchAngleIEC . cim:WindTurbineType3IEC.WindGenType3IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindGenType3IEC"@en ; - rdfs:comment "Wind generator type 3 model associated with this wind turbine type 3 model." ; + rdfs:label "WindGenType3IEC" ; + rdfs:comment "Wind generator type 3 model associated with this wind turbine type 3 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindGenType3IEC.WindTurbineType3IEC ; @@ -3811,8 +3813,8 @@ cim:WindTurbineType3IEC.WindGenType3IEC a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:WindGenType3IEC . cim:WindTurbineType3IEC.WindMechIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindMechIEC"@en ; - rdfs:comment "Wind mechanical model associated with this wind turbine type 3 model." ; + rdfs:label "WindMechIEC" ; + rdfs:comment "Wind mechanical model associated with this wind turbine type 3 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindMechIEC.WindTurbineType3IEC ; @@ -3820,8 +3822,8 @@ cim:WindTurbineType3IEC.WindMechIEC a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:WindMechIEC . cim:WindTurbineType3or4Dynamics.PowerElectronicsConnection a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerElectronicsConnection"@en ; - rdfs:comment "The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model." ; + rdfs:label "PowerElectronicsConnection" ; + rdfs:comment "The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:PowerElectronicsConnection.WindTurbineType3or4Dynamics ; @@ -3829,8 +3831,8 @@ cim:WindTurbineType3or4Dynamics.PowerElectronicsConnection a owl:ObjectProperty, rdfs:range cim:PowerElectronicsConnection . cim:WindTurbineType3or4Dynamics.RemoteInputSignal a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RemoteInputSignal"@en ; - rdfs:comment "Remote input signal used by these wind turbine type 3 or type 4 models." ; + rdfs:label "RemoteInputSignal" ; + rdfs:comment "Remote input signal used by these wind turbine type 3 or type 4 models."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:RemoteInputSignal.WindTurbineType3or4Dynamics ; @@ -3838,8 +3840,8 @@ cim:WindTurbineType3or4Dynamics.RemoteInputSignal a owl:ObjectProperty, owl:Func rdfs:range cim:RemoteInputSignal . cim:WindTurbineType3or4Dynamics.WindPlantDynamics a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindPlantDynamics"@en ; - rdfs:comment "The wind plant with which the wind turbines type 3 or type 4 are associated." ; + rdfs:label "WindPlantDynamics" ; + rdfs:comment "The wind plant with which the wind turbines type 3 or type 4 are associated."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindPlantDynamics.WindTurbineType3or4Dynamics ; @@ -3847,8 +3849,8 @@ cim:WindTurbineType3or4Dynamics.WindPlantDynamics a owl:ObjectProperty, owl:Func rdfs:range cim:WindPlantDynamics . cim:WindTurbineType3or4IEC.WIndContQIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WIndContQIEC"@en ; - rdfs:comment "Wind control Q model associated with this wind turbine type 3 or type 4 model." ; + rdfs:label "WIndContQIEC" ; + rdfs:comment "Wind control Q model associated with this wind turbine type 3 or type 4 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindContQIEC.WindTurbineType3or4IEC ; @@ -3856,8 +3858,8 @@ cim:WindTurbineType3or4IEC.WIndContQIEC a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:WindContQIEC . cim:WindTurbineType3or4IEC.WindContCurrLimIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindContCurrLimIEC"@en ; - rdfs:comment "Wind control current limitation model associated with this wind turbine type 3 or type 4 model." ; + rdfs:label "WindContCurrLimIEC" ; + rdfs:comment "Wind control current limitation model associated with this wind turbine type 3 or type 4 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindContCurrLimIEC.WindTurbineType3or4IEC ; @@ -3865,8 +3867,8 @@ cim:WindTurbineType3or4IEC.WindContCurrLimIEC a owl:ObjectProperty, owl:Function rdfs:range cim:WindContCurrLimIEC . cim:WindTurbineType3or4IEC.WindContQLimIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindContQLimIEC"@en ; - rdfs:comment "Constant Q limitation model associated with this wind generator type 3 or type 4 model." ; + rdfs:label "WindContQLimIEC" ; + rdfs:comment "Constant Q limitation model associated with this wind generator type 3 or type 4 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindContQLimIEC.WindTurbineType3or4IEC ; @@ -3874,8 +3876,8 @@ cim:WindTurbineType3or4IEC.WindContQLimIEC a owl:ObjectProperty, owl:FunctionalP rdfs:range cim:WindContQLimIEC . cim:WindTurbineType3or4IEC.WindContQPQULimIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindContQPQULimIEC"@en ; - rdfs:comment "QP and QU limitation model associated with this wind generator type 3 or type 4 model." ; + rdfs:label "WindContQPQULimIEC" ; + rdfs:comment "QP and QU limitation model associated with this wind generator type 3 or type 4 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindContQPQULimIEC.WindTurbineType3or4IEC ; @@ -3883,8 +3885,8 @@ cim:WindTurbineType3or4IEC.WindContQPQULimIEC a owl:ObjectProperty, owl:Function rdfs:range cim:WindContQPQULimIEC . cim:WindTurbineType3or4IEC.WindProtectionIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindProtectionIEC"@en ; - rdfs:comment "Wind turbune protection model associated with this wind generator type 3 or type 4 model." ; + rdfs:label "WindProtectionIEC" ; + rdfs:comment "Wind turbune protection model associated with this wind generator type 3 or type 4 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindProtectionIEC.WindTurbineType3or4IEC ; @@ -3892,8 +3894,8 @@ cim:WindTurbineType3or4IEC.WindProtectionIEC a owl:ObjectProperty, owl:Functiona rdfs:range cim:WindProtectionIEC . cim:WindTurbineType3or4IEC.WindRefFrameRotIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindRefFrameRotIEC"@en ; - rdfs:comment "Reference frame rotation model associated with this wind turbine type 3 or type 4 model." ; + rdfs:label "WindRefFrameRotIEC" ; + rdfs:comment "Reference frame rotation model associated with this wind turbine type 3 or type 4 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindRefFrameRotIEC.WindTurbineType3or4IEC ; @@ -3901,8 +3903,8 @@ cim:WindTurbineType3or4IEC.WindRefFrameRotIEC a owl:ObjectProperty, owl:Function rdfs:range cim:WindRefFrameRotIEC . cim:WindTurbineType4IEC.WindGenType3aIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindGenType3aIEC"@en ; - rdfs:comment "Wind generator type 3A model associated with this wind turbine type 4 model." ; + rdfs:label "WindGenType3aIEC" ; + rdfs:comment "Wind generator type 3A model associated with this wind turbine type 4 model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindGenType3aIEC.WindTurbineType4IEC ; @@ -3910,8 +3912,8 @@ cim:WindTurbineType4IEC.WindGenType3aIEC a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:WindGenType3aIEC . cim:WindTurbineType4aIEC.WindContPType4aIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindContPType4aIEC"@en ; - rdfs:comment "Wind control P type 4A model associated with this wind turbine type 4A model." ; + rdfs:label "WindContPType4aIEC" ; + rdfs:comment "Wind control P type 4A model associated with this wind turbine type 4A model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindContPType4aIEC.WindTurbineType4aIEC ; @@ -3919,8 +3921,8 @@ cim:WindTurbineType4aIEC.WindContPType4aIEC a owl:ObjectProperty, owl:Functional rdfs:range cim:WindContPType4aIEC . cim:WindTurbineType4aIEC.WindGenType4IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindGenType4IEC"@en ; - rdfs:comment "Wind generator type 4 model associated with this wind turbine type 4A model." ; + rdfs:label "WindGenType4IEC" ; + rdfs:comment "Wind generator type 4 model associated with this wind turbine type 4A model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindGenType4IEC.WindTurbineType4aIEC ; @@ -3928,8 +3930,8 @@ cim:WindTurbineType4aIEC.WindGenType4IEC a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:WindGenType4IEC . cim:WindTurbineType4bIEC.WindContPType4bIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindContPType4bIEC"@en ; - rdfs:comment "Wind control P type 4B model associated with this wind turbine type 4B model." ; + rdfs:label "WindContPType4bIEC" ; + rdfs:comment "Wind control P type 4B model associated with this wind turbine type 4B model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindContPType4bIEC.WindTurbineType4bIEC ; @@ -3937,8 +3939,8 @@ cim:WindTurbineType4bIEC.WindContPType4bIEC a owl:ObjectProperty, owl:Functional rdfs:range cim:WindContPType4bIEC . cim:WindTurbineType4bIEC.WindGenType4IEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindGenType4IEC"@en ; - rdfs:comment "Wind generator type 4 model associated with this wind turbine type 4B model." ; + rdfs:label "WindGenType4IEC" ; + rdfs:comment "Wind generator type 4 model associated with this wind turbine type 4B model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:WindGenType4IEC.WindTurbineType4bIEC ; @@ -3946,8 +3948,8 @@ cim:WindTurbineType4bIEC.WindGenType4IEC a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:WindGenType4IEC . cim:WindTurbineType4bIEC.WindMechIEC a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindMechIEC"@en ; - rdfs:comment "Wind mechanical model associated with this wind turbine type 4B model." ; + rdfs:label "WindMechIEC" ; + rdfs:comment "Wind mechanical model associated with this wind turbine type 4B model."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:WindMechIEC.WindTurbineType4bIEC ; @@ -3955,8 +3957,8 @@ cim:WindTurbineType4bIEC.WindMechIEC a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:WindMechIEC . cim:WindType1or2UserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.WindType1or2UserDefined ; @@ -3964,8 +3966,8 @@ cim:WindType1or2UserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, o rdfs:range cim:ProprietaryParameterDynamics . cim:WindType3or4UserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ProprietaryParameterDynamics"@en ; - rdfs:comment "Parameter of this proprietary user-defined model." ; + rdfs:label "ProprietaryParameterDynamics" ; + rdfs:comment "Parameter of this proprietary user-defined model."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ProprietaryParameterDynamics.WindType3or4UserDefined ; @@ -3973,8 +3975,8 @@ cim:WindType3or4UserDefined.ProprietaryParameterDynamics a owl:ObjectProperty, o rdfs:range cim:ProprietaryParameterDynamics . cim:AsynchronousMachineEquivalentCircuit.rr1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rr1"@en ; - rdfs:comment "Damper 1 winding resistance." ; + rdfs:label "rr1" ; + rdfs:comment "Damper 1 winding resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -3984,8 +3986,8 @@ cim:AsynchronousMachineEquivalentCircuit.rr1 a owl:DatatypeProperty, owl:Functio rdfs:range xsd:float . cim:AsynchronousMachineEquivalentCircuit.rr2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rr2"@en ; - rdfs:comment "Damper 2 winding resistance." ; + rdfs:label "rr2" ; + rdfs:comment "Damper 2 winding resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -3995,8 +3997,8 @@ cim:AsynchronousMachineEquivalentCircuit.rr2 a owl:DatatypeProperty, owl:Functio rdfs:range xsd:float . cim:AsynchronousMachineEquivalentCircuit.xlr1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xlr1"@en ; - rdfs:comment "Damper 1 winding leakage reactance." ; + rdfs:label "xlr1" ; + rdfs:comment "Damper 1 winding leakage reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4006,8 +4008,8 @@ cim:AsynchronousMachineEquivalentCircuit.xlr1 a owl:DatatypeProperty, owl:Functi rdfs:range xsd:float . cim:AsynchronousMachineEquivalentCircuit.xlr2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xlr2"@en ; - rdfs:comment "Damper 2 winding leakage reactance." ; + rdfs:label "xlr2" ; + rdfs:comment "Damper 2 winding leakage reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4017,8 +4019,8 @@ cim:AsynchronousMachineEquivalentCircuit.xlr2 a owl:DatatypeProperty, owl:Functi rdfs:range xsd:float . cim:AsynchronousMachineEquivalentCircuit.xm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xm"@en ; - rdfs:comment "Magnetizing reactance." ; + rdfs:label "xm" ; + rdfs:comment "Magnetizing reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4028,8 +4030,8 @@ cim:AsynchronousMachineEquivalentCircuit.xm a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:AsynchronousMachineTimeConstantReactance.tpo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpo"@en ; - rdfs:comment "Transient rotor time constant (T'o) (> AsynchronousMachineTimeConstantReactance.tppo). Typical value = 5." ; + rdfs:label "tpo" ; + rdfs:comment "Transient rotor time constant (T'o) (> AsynchronousMachineTimeConstantReactance.tppo). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4040,8 +4042,8 @@ cim:AsynchronousMachineTimeConstantReactance.tpo a owl:DatatypeProperty, owl:Fun rdfs:range xsd:float . cim:AsynchronousMachineTimeConstantReactance.tppo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tppo"@en ; - rdfs:comment "Subtransient rotor time constant (T''o) (> 0). Typical value = 0,03." ; + rdfs:label "tppo" ; + rdfs:comment "Subtransient rotor time constant (T''o) (> 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4052,8 +4054,8 @@ cim:AsynchronousMachineTimeConstantReactance.tppo a owl:DatatypeProperty, owl:Fu rdfs:range xsd:float . cim:AsynchronousMachineTimeConstantReactance.xp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xp"@en ; - rdfs:comment "Transient reactance (unsaturated) (X') (>= AsynchronousMachineTimeConstantReactance.xpp). Typical value = 0,5." ; + rdfs:label "xp" ; + rdfs:comment "Transient reactance (unsaturated) (X') (>= AsynchronousMachineTimeConstantReactance.xpp). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4063,8 +4065,8 @@ cim:AsynchronousMachineTimeConstantReactance.xp a owl:DatatypeProperty, owl:Func rdfs:range xsd:float . cim:AsynchronousMachineTimeConstantReactance.xpp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xpp"@en ; - rdfs:comment "Subtransient reactance (unsaturated) (X'') (> RotatingMachineDynamics.statorLeakageReactance). Typical value = 0,2." ; + rdfs:label "xpp" ; + rdfs:comment "Subtransient reactance (unsaturated) (X'') (> RotatingMachineDynamics.statorLeakageReactance). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4074,8 +4076,8 @@ cim:AsynchronousMachineTimeConstantReactance.xpp a owl:DatatypeProperty, owl:Fun rdfs:range xsd:float . cim:AsynchronousMachineTimeConstantReactance.xs a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xs"@en ; - rdfs:comment "Synchronous reactance (Xs) (>= AsynchronousMachineTimeConstantReactance.xp). Typical value = 1,8." ; + rdfs:label "xs" ; + rdfs:comment "Synchronous reactance (Xs) (>= AsynchronousMachineTimeConstantReactance.xp). Typical value = 1,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4085,28 +4087,28 @@ cim:AsynchronousMachineTimeConstantReactance.xs a owl:DatatypeProperty, owl:Func rdfs:range xsd:float . cim:AsynchronousMachineUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:AsynchronousMachineUserDefined ; rdfs:range xsd:boolean . cim:CSCUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:CSCUserDefined ; rdfs:range xsd:boolean . cim:DiscExcContIEEEDEC1A.esc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "esc"@en ; - rdfs:comment "Speed change reference (ESC). Typical value = 0,0015." ; + rdfs:label "esc" ; + rdfs:comment "Speed change reference (ESC). Typical value = 0,0015."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4116,8 +4118,8 @@ cim:DiscExcContIEEEDEC1A.esc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.kan a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kan"@en ; - rdfs:comment "Discontinuous controller gain (KAN). Typical value = 400." ; + rdfs:label "kan" ; + rdfs:comment "Discontinuous controller gain (KAN). Typical value = 400."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4127,8 +4129,8 @@ cim:DiscExcContIEEEDEC1A.kan a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.ketl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ketl"@en ; - rdfs:comment "Terminal voltage limiter gain (KETL). Typical value = 47." ; + rdfs:label "ketl" ; + rdfs:comment "Terminal voltage limiter gain (KETL). Typical value = 47."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4138,8 +4140,8 @@ cim:DiscExcContIEEEDEC1A.ketl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.tan a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tan"@en ; - rdfs:comment "Discontinuous controller time constant (TAN) (>= 0). Typical value = 0,08." ; + rdfs:label "tan" ; + rdfs:comment "Discontinuous controller time constant (TAN) (>= 0). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4150,8 +4152,8 @@ cim:DiscExcContIEEEDEC1A.tan a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Time constant (TD) (>= 0). Typical value = 0,03." ; + rdfs:label "td" ; + rdfs:comment "Time constant (TD) (>= 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4162,8 +4164,8 @@ cim:DiscExcContIEEEDEC1A.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.tl1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl1"@en ; - rdfs:comment "Time constant (TL1) (>= 0). Typical value = 0,025." ; + rdfs:label "tl1" ; + rdfs:comment "Time constant (TL1) (>= 0). Typical value = 0,025."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4174,8 +4176,8 @@ cim:DiscExcContIEEEDEC1A.tl1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.tl2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl2"@en ; - rdfs:comment "Time constant (TL2) (>= 0). Typical value = 1,25." ; + rdfs:label "tl2" ; + rdfs:comment "Time constant (TL2) (>= 0). Typical value = 1,25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4186,8 +4188,8 @@ cim:DiscExcContIEEEDEC1A.tl2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.tw5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw5"@en ; - rdfs:comment "DEC washout time constant (TW5) (>= 0). Typical value = 5." ; + rdfs:label "tw5" ; + rdfs:comment "DEC washout time constant (TW5) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4198,8 +4200,8 @@ cim:DiscExcContIEEEDEC1A.tw5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.val a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "val"@en ; - rdfs:comment "Regulator voltage reference (VAL). Typical value = 5,5." ; + rdfs:label "val" ; + rdfs:comment "Regulator voltage reference (VAL). Typical value = 5,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4209,8 +4211,8 @@ cim:DiscExcContIEEEDEC1A.val a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.vanmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vanmax"@en ; - rdfs:comment "Limiter for Van (VANMAX)." ; + rdfs:label "vanmax" ; + rdfs:comment "Limiter for Van (VANMAX)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4220,8 +4222,8 @@ cim:DiscExcContIEEEDEC1A.vanmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.vomax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vomax"@en ; - rdfs:comment "Limiter (VOMAX) (> DiscExcContIEEEDEC1A.vomin). Typical value = 0,3." ; + rdfs:label "vomax" ; + rdfs:comment "Limiter (VOMAX) (> DiscExcContIEEEDEC1A.vomin). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4231,8 +4233,8 @@ cim:DiscExcContIEEEDEC1A.vomax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.vomin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vomin"@en ; - rdfs:comment "Limiter (VOMIN) (< DiscExcContIEEEDEC1A.vomax). Typical value = 0,1." ; + rdfs:label "vomin" ; + rdfs:comment "Limiter (VOMIN) (< DiscExcContIEEEDEC1A.vomax). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4242,8 +4244,8 @@ cim:DiscExcContIEEEDEC1A.vomin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.vsmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmax"@en ; - rdfs:comment "Limiter (VSMAX)(> DiscExcContIEEEDEC1A.vsmin). Typical value = 0,2." ; + rdfs:label "vsmax" ; + rdfs:comment "Limiter (VSMAX)(> DiscExcContIEEEDEC1A.vsmin). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4253,8 +4255,8 @@ cim:DiscExcContIEEEDEC1A.vsmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.vsmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmin"@en ; - rdfs:comment "Limiter (VSMIN) (< DiscExcContIEEEDEC1A.vsmax). Typical value = -0,066." ; + rdfs:label "vsmin" ; + rdfs:comment "Limiter (VSMIN) (< DiscExcContIEEEDEC1A.vsmax). Typical value = -0,066."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4264,8 +4266,8 @@ cim:DiscExcContIEEEDEC1A.vsmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.vtc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vtc"@en ; - rdfs:comment "Terminal voltage level reference (VTC). Typical value = 0,95." ; + rdfs:label "vtc" ; + rdfs:comment "Terminal voltage level reference (VTC). Typical value = 0,95."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4275,8 +4277,8 @@ cim:DiscExcContIEEEDEC1A.vtc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.vtlmt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vtlmt"@en ; - rdfs:comment "Voltage reference (VTLMT). Typical value = 1,1." ; + rdfs:label "vtlmt" ; + rdfs:comment "Voltage reference (VTLMT). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4286,8 +4288,8 @@ cim:DiscExcContIEEEDEC1A.vtlmt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.vtm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vtm"@en ; - rdfs:comment "Voltage limits (VTM). Typical value = 1,13." ; + rdfs:label "vtm" ; + rdfs:comment "Voltage limits (VTM). Typical value = 1,13."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4297,8 +4299,8 @@ cim:DiscExcContIEEEDEC1A.vtm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC1A.vtn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vtn"@en ; - rdfs:comment "Voltage limits (VTN). Typical value = 1,12." ; + rdfs:label "vtn" ; + rdfs:comment "Voltage limits (VTN). Typical value = 1,12."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4308,8 +4310,8 @@ cim:DiscExcContIEEEDEC1A.vtn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC2A.td1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td1"@en ; - rdfs:comment "Discontinuous controller time constant (TD1) (>= 0)." ; + rdfs:label "td1" ; + rdfs:comment "Discontinuous controller time constant (TD1) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4320,8 +4322,8 @@ cim:DiscExcContIEEEDEC2A.td1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC2A.td2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td2"@en ; - rdfs:comment "Discontinuous controller washout time constant (TD2) (>= 0)." ; + rdfs:label "td2" ; + rdfs:comment "Discontinuous controller washout time constant (TD2) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4332,8 +4334,8 @@ cim:DiscExcContIEEEDEC2A.td2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC2A.vdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vdmax"@en ; - rdfs:comment "Limiter (VDMAX) (> DiscExcContIEEEDEC2A.vdmin)." ; + rdfs:label "vdmax" ; + rdfs:comment "Limiter (VDMAX) (> DiscExcContIEEEDEC2A.vdmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4343,8 +4345,8 @@ cim:DiscExcContIEEEDEC2A.vdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC2A.vdmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vdmin"@en ; - rdfs:comment "Limiter (VDMIN) (< DiscExcContIEEEDEC2A.vdmax)." ; + rdfs:label "vdmin" ; + rdfs:comment "Limiter (VDMIN) (< DiscExcContIEEEDEC2A.vdmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4354,8 +4356,8 @@ cim:DiscExcContIEEEDEC2A.vdmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC2A.vk a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vk"@en ; - rdfs:comment "Discontinuous controller input reference (VK)." ; + rdfs:label "vk" ; + rdfs:comment "Discontinuous controller input reference (VK)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4365,8 +4367,8 @@ cim:DiscExcContIEEEDEC2A.vk a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC3A.tdr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tdr"@en ; - rdfs:comment "Reset time delay (TDR) (>= 0)." ; + rdfs:label "tdr" ; + rdfs:comment "Reset time delay (TDR) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4377,8 +4379,8 @@ cim:DiscExcContIEEEDEC3A.tdr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscExcContIEEEDEC3A.vtmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vtmin"@en ; - rdfs:comment "Terminal undervoltage comparison level (VTMIN)." ; + rdfs:label "vtmin" ; + rdfs:comment "Terminal undervoltage comparison level (VTMIN)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4388,39 +4390,39 @@ cim:DiscExcContIEEEDEC3A.vtmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DiscontinuousExcitationControlUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:DiscontinuousExcitationControlUserDefined ; rdfs:range xsd:boolean . cim:DynamicsFunctionBlock.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; + rdfs:label "enabled" ; rdfs:comment """Function block used indicator. true = use of function block is enabled -false = use of function block is disabled.""" ; +false = use of function block is disabled."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:DynamicsFunctionBlock ; rdfs:range xsd:boolean . cim:ExcAC1A.hvlvgates a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hvlvgates"@en ; + rdfs:label "hvlvgates" ; rdfs:comment """Indicates if both HV gate and LV gate are active (HVLVgates). true = gates are used false = gates are not used. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC1A ; rdfs:range xsd:boolean . cim:ExcAC1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 400." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 400."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4430,8 +4432,8 @@ cim:ExcAC1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,2." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4441,8 +4443,8 @@ cim:ExcAC1A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 0,38." ; + rdfs:label "kd" ; + rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 0,38."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4452,8 +4454,8 @@ cim:ExcAC1A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4463,8 +4465,8 @@ cim:ExcAC1A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,03." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4474,8 +4476,8 @@ cim:ExcAC1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.kf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf1"@en ; - rdfs:comment "Coefficient to allow different usage of the model (Kf1) (>= 0). Typical value = 0." ; + rdfs:label "kf1" ; + rdfs:comment "Coefficient to allow different usage of the model (Kf1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4485,8 +4487,8 @@ cim:ExcAC1A.kf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.kf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf2"@en ; - rdfs:comment "Coefficient to allow different usage of the model (Kf2) (>= 0). Typical value = 1." ; + rdfs:label "kf2" ; + rdfs:comment "Coefficient to allow different usage of the model (Kf2) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4496,8 +4498,8 @@ cim:ExcAC1A.kf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks) (>= 0). Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4507,24 +4509,24 @@ cim:ExcAC1A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,1." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC1A ; rdfs:range xsd:float . cim:ExcAC1A.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,03." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,03."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC1A ; rdfs:range xsd:float . cim:ExcAC1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,02." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4535,8 +4537,8 @@ cim:ExcAC1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4547,8 +4549,8 @@ cim:ExcAC1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4559,8 +4561,8 @@ cim:ExcAC1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,8." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4571,8 +4573,8 @@ cim:ExcAC1A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4583,8 +4585,8 @@ cim:ExcAC1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 14,5." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 14,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4594,8 +4596,8 @@ cim:ExcAC1A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -14,5." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -14,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4605,8 +4607,8 @@ cim:ExcAC1A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 4,18." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 4,18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4616,8 +4618,8 @@ cim:ExcAC1A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 3,14." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 3,14."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4627,8 +4629,8 @@ cim:ExcAC1A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator outputs (Vrmax) (> 0). Typical value = 6,03." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator outputs (Vrmax) (> 0). Typical value = 6,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4638,8 +4640,8 @@ cim:ExcAC1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -5,43." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -5,43."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4649,19 +4651,19 @@ cim:ExcAC1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.hvgate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hvgate"@en ; + rdfs:label "hvgate" ; rdfs:comment """Indicates if HV gate is active (HVgate). true = gate is used false = gate is not used. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC2A ; rdfs:range xsd:boolean . cim:ExcAC2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 400." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 400."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4671,8 +4673,8 @@ cim:ExcAC2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.kb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kb"@en ; - rdfs:comment "Second stage regulator gain (Kb) (> 0). Exciter field current controller gain. Typical value = 25." ; + rdfs:label "kb" ; + rdfs:comment "Second stage regulator gain (Kb) (> 0). Exciter field current controller gain. Typical value = 25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4682,8 +4684,8 @@ cim:ExcAC2A.kb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.kb1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kb1"@en ; - rdfs:comment "Second stage regulator gain (Kb1). It is exciter field current controller gain used as alternative to Kb to represent a variant of the ExcAC2A model. Typical value = 25." ; + rdfs:label "kb1" ; + rdfs:comment "Second stage regulator gain (Kb1). It is exciter field current controller gain used as alternative to Kb to represent a variant of the ExcAC2A model. Typical value = 25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4693,8 +4695,8 @@ cim:ExcAC2A.kb1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,28." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,28."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4704,8 +4706,8 @@ cim:ExcAC2A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 0,35." ; + rdfs:label "kd" ; + rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 0,35."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4715,8 +4717,8 @@ cim:ExcAC2A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4726,8 +4728,8 @@ cim:ExcAC2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,03." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4737,8 +4739,8 @@ cim:ExcAC2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.kh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh"@en ; - rdfs:comment "Exciter field current feedback gain (Kh) (>= 0). Typical value = 1." ; + rdfs:label "kh" ; + rdfs:comment "Exciter field current feedback gain (Kh) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4748,8 +4750,8 @@ cim:ExcAC2A.kh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.kl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kl"@en ; - rdfs:comment "Exciter field current limiter gain (Kl). Typical value = 10." ; + rdfs:label "kl" ; + rdfs:comment "Exciter field current limiter gain (Kl). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4759,8 +4761,8 @@ cim:ExcAC2A.kl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.kl1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kl1"@en ; - rdfs:comment "Coefficient to allow different usage of the model (Kl1). Typical value = 1." ; + rdfs:label "kl1" ; + rdfs:comment "Coefficient to allow different usage of the model (Kl1). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4770,8 +4772,8 @@ cim:ExcAC2A.kl1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks) (>= 0). Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4781,35 +4783,35 @@ cim:ExcAC2A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.lvgate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lvgate"@en ; + rdfs:label "lvgate" ; rdfs:comment """Indicates if LV gate is active (LVgate). true = gate is used false = gate is not used. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC2A ; rdfs:range xsd:boolean . cim:ExcAC2A.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,037." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,037."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC2A ; rdfs:range xsd:float . cim:ExcAC2A.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,012." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,012."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC2A ; rdfs:range xsd:float . cim:ExcAC2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,02." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4820,8 +4822,8 @@ cim:ExcAC2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4832,8 +4834,8 @@ cim:ExcAC2A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4844,8 +4846,8 @@ cim:ExcAC2A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,6." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4856,8 +4858,8 @@ cim:ExcAC2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4868,8 +4870,8 @@ cim:ExcAC2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 8." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4879,8 +4881,8 @@ cim:ExcAC2A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -8." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4890,8 +4892,8 @@ cim:ExcAC2A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 4,4." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 4,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4901,8 +4903,8 @@ cim:ExcAC2A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 3,3." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 3,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4912,8 +4914,8 @@ cim:ExcAC2A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfemax"@en ; - rdfs:comment "Exciter field current limit reference (Vfemax) (>= 0). Typical value = 4,4." ; + rdfs:label "vfemax" ; + rdfs:comment "Exciter field current limit reference (Vfemax) (>= 0). Typical value = 4,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4923,8 +4925,8 @@ cim:ExcAC2A.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.vlr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vlr"@en ; - rdfs:comment "Maximum exciter field current (Vlr) (> 0). Typical value = 4,4." ; + rdfs:label "vlr" ; + rdfs:comment "Maximum exciter field current (Vlr) (> 0). Typical value = 4,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4934,8 +4936,8 @@ cim:ExcAC2A.vlr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator outputs (Vrmax) (> 0). Typical value = 105." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator outputs (Vrmax) (> 0). Typical value = 105."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4945,8 +4947,8 @@ cim:ExcAC2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -95." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -95."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4956,8 +4958,8 @@ cim:ExcAC2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.efdn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdn"@en ; - rdfs:comment "Value of Efd at which feedback gain changes (Efdn) (> 0). Typical value = 2,36." ; + rdfs:label "efdn" ; + rdfs:comment "Value of Efd at which feedback gain changes (Efdn) (> 0). Typical value = 2,36."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4967,8 +4969,8 @@ cim:ExcAC3A.efdn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 45,62." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 45,62."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4979,8 +4981,8 @@ cim:ExcAC3A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,104." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,104."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4990,8 +4992,8 @@ cim:ExcAC3A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 0,499." ; + rdfs:label "kd" ; + rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 0,499."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5001,8 +5003,8 @@ cim:ExcAC3A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5012,8 +5014,8 @@ cim:ExcAC3A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,143." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,143."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5023,8 +5025,8 @@ cim:ExcAC3A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.kf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf1"@en ; - rdfs:comment "Coefficient to allow different usage of the model (Kf1). Typical value = 1." ; + rdfs:label "kf1" ; + rdfs:comment "Coefficient to allow different usage of the model (Kf1). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5034,8 +5036,8 @@ cim:ExcAC3A.kf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.kf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf2"@en ; - rdfs:comment "Coefficient to allow different usage of the model (Kf2). Typical value = 0." ; + rdfs:label "kf2" ; + rdfs:comment "Coefficient to allow different usage of the model (Kf2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5045,8 +5047,8 @@ cim:ExcAC3A.kf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.klv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "klv"@en ; - rdfs:comment "Gain used in the minimum field voltage limiter loop (Klv). Typical value = 0,194." ; + rdfs:label "klv" ; + rdfs:comment "Gain used in the minimum field voltage limiter loop (Klv). Typical value = 0,194."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5056,8 +5058,8 @@ cim:ExcAC3A.klv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.kn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kn"@en ; - rdfs:comment "Excitation control system stabilizer gain (Kn) (>= 0). Typical value =0,05." ; + rdfs:label "kn" ; + rdfs:comment "Excitation control system stabilizer gain (Kn) (>= 0). Typical value =0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5067,8 +5069,8 @@ cim:ExcAC3A.kn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.kr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kr"@en ; - rdfs:comment "Constant associated with regulator and alternator field power supply (Kr) (> 0). Typical value =3,77." ; + rdfs:label "kr" ; + rdfs:comment "Constant associated with regulator and alternator field power supply (Kr) (> 0). Typical value =3,77."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5078,8 +5080,8 @@ cim:ExcAC3A.kr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5089,24 +5091,24 @@ cim:ExcAC3A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 1,143." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 1,143."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC3A ; rdfs:range xsd:float . cim:ExcAC3A.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,1." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC3A ; rdfs:range xsd:float . cim:ExcAC3A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,013." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,013."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5116,8 +5118,8 @@ cim:ExcAC3A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5128,8 +5130,8 @@ cim:ExcAC3A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5140,8 +5142,8 @@ cim:ExcAC3A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,17." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,17."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5152,8 +5154,8 @@ cim:ExcAC3A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5164,8 +5166,8 @@ cim:ExcAC3A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 1." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5175,8 +5177,8 @@ cim:ExcAC3A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -0,95." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -0,95."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5186,8 +5188,8 @@ cim:ExcAC3A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 6.24." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 6.24."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5197,8 +5199,8 @@ cim:ExcAC3A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 4,68." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 4,68."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5208,8 +5210,8 @@ cim:ExcAC3A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vemin"@en ; - rdfs:comment "Minimum exciter voltage output (Vemin) (<= 0). Typical value = 0." ; + rdfs:label "vemin" ; + rdfs:comment "Minimum exciter voltage output (Vemin) (<= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5219,8 +5221,8 @@ cim:ExcAC3A.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfemax"@en ; - rdfs:comment "Exciter field current limit reference (Vfemax) (>= 0). Typical value = 16." ; + rdfs:label "vfemax" ; + rdfs:comment "Exciter field current limit reference (Vfemax) (>= 0). Typical value = 16."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5230,8 +5232,8 @@ cim:ExcAC3A.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC3A.vlv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vlv"@en ; - rdfs:comment "Field voltage used in the minimum field voltage limiter loop (Vlv). Typical value = 0,79." ; + rdfs:label "vlv" ; + rdfs:comment "Field voltage used in the minimum field voltage limiter loop (Vlv). Typical value = 0,79."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5241,8 +5243,8 @@ cim:ExcAC3A.vlv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC4A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 200." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 200."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5252,8 +5254,8 @@ cim:ExcAC4A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC4A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5263,8 +5265,8 @@ cim:ExcAC4A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC4A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,015." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,015."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5275,8 +5277,8 @@ cim:ExcAC4A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC4A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 10." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5287,8 +5289,8 @@ cim:ExcAC4A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC4A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 1." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5299,8 +5301,8 @@ cim:ExcAC4A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC4A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimax"@en ; - rdfs:comment "Maximum voltage regulator input limit (Vimax) (> 0). Typical value = 10." ; + rdfs:label "vimax" ; + rdfs:comment "Maximum voltage regulator input limit (Vimax) (> 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5310,8 +5312,8 @@ cim:ExcAC4A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC4A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimin"@en ; - rdfs:comment "Minimum voltage regulator input limit (Vimin) (< 0). Typical value = -10." ; + rdfs:label "vimin" ; + rdfs:comment "Minimum voltage regulator input limit (Vimin) (< 0). Typical value = -10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5321,8 +5323,8 @@ cim:ExcAC4A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC4A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 5,64." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 5,64."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5332,8 +5334,8 @@ cim:ExcAC4A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC4A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -4,53." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -4,53."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5343,16 +5345,16 @@ cim:ExcAC4A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.a a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a"@en ; - rdfs:comment "Coefficient to allow different usage of the model (a). Typical value = 1." ; + rdfs:label "a" ; + rdfs:comment "Coefficient to allow different usage of the model (a). Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC5A ; rdfs:range xsd:float . cim:ExcAC5A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd1"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 5,6." ; + rdfs:label "efd1" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 5,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5362,8 +5364,8 @@ cim:ExcAC5A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd2"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 4,2." ; + rdfs:label "efd2" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 4,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5373,8 +5375,8 @@ cim:ExcAC5A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 400." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 400."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5384,8 +5386,8 @@ cim:ExcAC5A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5395,8 +5397,8 @@ cim:ExcAC5A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,03." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5406,8 +5408,8 @@ cim:ExcAC5A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5417,24 +5419,24 @@ cim:ExcAC5A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.seefd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Efd1]) (>= 0). Typical value = 0,86." ; + rdfs:label "seefd1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Efd1]) (>= 0). Typical value = 0,86."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC5A ; rdfs:range xsd:float . cim:ExcAC5A.seefd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Efd2]) (>= 0). Typical value = 0,5." ; + rdfs:label "seefd2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Efd2]) (>= 0). Typical value = 0,5."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC5A ; rdfs:range xsd:float . cim:ExcAC5A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,02." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5445,8 +5447,8 @@ cim:ExcAC5A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5457,8 +5459,8 @@ cim:ExcAC5A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5469,8 +5471,8 @@ cim:ExcAC5A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,8." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5481,8 +5483,8 @@ cim:ExcAC5A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf1"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf1) (> 0). Typical value = 1." ; + rdfs:label "tf1" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf1) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5493,8 +5495,8 @@ cim:ExcAC5A.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf2"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf2) (>= 0). Typical value = 0,8." ; + rdfs:label "tf2" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf2) (>= 0). Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5505,8 +5507,8 @@ cim:ExcAC5A.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.tf3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf3"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf3) (>= 0). Typical value = 0." ; + rdfs:label "tf3" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf3) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5517,8 +5519,8 @@ cim:ExcAC5A.tf3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 7,3." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 7,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5528,8 +5530,8 @@ cim:ExcAC5A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC5A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value =-7,3." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value =-7,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5539,8 +5541,8 @@ cim:ExcAC5A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 536." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 536."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5550,8 +5552,8 @@ cim:ExcAC6A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,173." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,173."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5561,8 +5563,8 @@ cim:ExcAC6A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 1,91." ; + rdfs:label "kd" ; + rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 1,91."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5572,8 +5574,8 @@ cim:ExcAC6A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1,6." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5583,8 +5585,8 @@ cim:ExcAC6A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.kh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh"@en ; - rdfs:comment "Exciter field current limiter gain (Kh) (>= 0). Typical value = 92." ; + rdfs:label "kh" ; + rdfs:comment "Exciter field current limiter gain (Kh) (>= 0). Typical value = 92."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5594,8 +5596,8 @@ cim:ExcAC6A.kh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5605,24 +5607,24 @@ cim:ExcAC6A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,214." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,214."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC6A ; rdfs:range xsd:float . cim:ExcAC6A.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,044." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,044."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC6A ; rdfs:range xsd:float . cim:ExcAC6A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (>= 0). Typical value = 0,086." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (>= 0). Typical value = 0,086."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5633,8 +5635,8 @@ cim:ExcAC6A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 9." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5645,8 +5647,8 @@ cim:ExcAC6A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 3." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5657,8 +5659,8 @@ cim:ExcAC6A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5669,8 +5671,8 @@ cim:ExcAC6A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.th a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th"@en ; - rdfs:comment "Exciter field current limiter time constant (Th) (> 0). Typical value = 0,08." ; + rdfs:label "th" ; + rdfs:comment "Exciter field current limiter time constant (Th) (> 0). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5681,8 +5683,8 @@ cim:ExcAC6A.th a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.tj a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tj"@en ; - rdfs:comment "Exciter field current limiter time constant (Tj) (>= 0). Typical value = 0,02." ; + rdfs:label "tj" ; + rdfs:comment "Exciter field current limiter time constant (Tj) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5693,8 +5695,8 @@ cim:ExcAC6A.tj a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.tk a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tk"@en ; - rdfs:comment "Voltage regulator time constant (Tk) (>= 0). Typical value = 0,18." ; + rdfs:label "tk" ; + rdfs:comment "Voltage regulator time constant (Tk) (>= 0). Typical value = 0,18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5705,8 +5707,8 @@ cim:ExcAC6A.tk a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 75." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5716,8 +5718,8 @@ cim:ExcAC6A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -75." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5727,8 +5729,8 @@ cim:ExcAC6A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 7,4." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 7,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5738,8 +5740,8 @@ cim:ExcAC6A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 5,55." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 5,55."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5749,8 +5751,8 @@ cim:ExcAC6A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.vfelim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfelim"@en ; - rdfs:comment "Exciter field current limit reference (Vfelim) (> 0). Typical value = 19." ; + rdfs:label "vfelim" ; + rdfs:comment "Exciter field current limit reference (Vfelim) (> 0). Typical value = 19."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5760,8 +5762,8 @@ cim:ExcAC6A.vfelim a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.vhmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vhmax"@en ; - rdfs:comment "Maximum field current limiter signal reference (Vhmax) (> 0). Typical value = 75." ; + rdfs:label "vhmax" ; + rdfs:comment "Maximum field current limiter signal reference (Vhmax) (> 0). Typical value = 75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5771,8 +5773,8 @@ cim:ExcAC6A.vhmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 44." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 44."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5782,8 +5784,8 @@ cim:ExcAC6A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC6A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -36." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -36."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5793,19 +5795,19 @@ cim:ExcAC6A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.inlim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inlim"@en ; + rdfs:label "inlim" ; rdfs:comment """Input limiter indicator. true = input limiter Vimax and Vimin is considered false = input limiter Vimax and Vimin is not considered. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC8B ; rdfs:range xsd:boolean . cim:ExcAC8B.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 1." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5815,8 +5817,8 @@ cim:ExcAC8B.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,55." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,55."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5826,8 +5828,8 @@ cim:ExcAC8B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 1,1." ; + rdfs:label "kd" ; + rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5837,8 +5839,8 @@ cim:ExcAC8B.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.kdr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kdr"@en ; - rdfs:comment "Voltage regulator derivative gain (Kdr) (>= 0). Typical value = 10." ; + rdfs:label "kdr" ; + rdfs:comment "Voltage regulator derivative gain (Kdr) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5848,8 +5850,8 @@ cim:ExcAC8B.kdr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5859,8 +5861,8 @@ cim:ExcAC8B.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.kir a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kir"@en ; - rdfs:comment "Voltage regulator integral gain (Kir) (>= 0). Typical value = 5." ; + rdfs:label "kir" ; + rdfs:comment "Voltage regulator integral gain (Kir) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5870,8 +5872,8 @@ cim:ExcAC8B.kir a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.kpr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpr"@en ; - rdfs:comment "Voltage regulator proportional gain (Kpr) (> 0 if ExcAC8B.kir = 0). Typical value = 80." ; + rdfs:label "kpr" ; + rdfs:comment "Voltage regulator proportional gain (Kpr) (> 0 if ExcAC8B.kir = 0). Typical value = 80."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5881,8 +5883,8 @@ cim:ExcAC8B.kpr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5892,35 +5894,35 @@ cim:ExcAC8B.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.pidlim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pidlim"@en ; + rdfs:label "pidlim" ; rdfs:comment """PID limiter indicator. true = input limiter Vpidmax and Vpidmin is considered false = input limiter Vpidmax and Vpidmin is not considered. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC8B ; rdfs:range xsd:boolean . cim:ExcAC8B.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,3." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,3."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC8B ; rdfs:range xsd:float . cim:ExcAC8B.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 3." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 3."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC8B ; rdfs:range xsd:float . cim:ExcAC8B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (>= 0). Typical value = 0." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5931,8 +5933,8 @@ cim:ExcAC8B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.tdr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tdr"@en ; - rdfs:comment "Lag time constant (Tdr) (> 0 if ExcAC8B.kdr > 0). Typical value = 0,1." ; + rdfs:label "tdr" ; + rdfs:comment "Lag time constant (Tdr) (> 0 if ExcAC8B.kdr > 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5943,8 +5945,8 @@ cim:ExcAC8B.tdr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,2." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -5955,18 +5957,18 @@ cim:ExcAC8B.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.telim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "telim"@en ; + rdfs:label "telim" ; rdfs:comment """Selector for the limiter on the block (1/sTe). See diagram for meaning of true and false. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC8B ; rdfs:range xsd:boolean . cim:ExcAC8B.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 6,5." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 6,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5976,8 +5978,8 @@ cim:ExcAC8B.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 9." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5987,8 +5989,8 @@ cim:ExcAC8B.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vemin"@en ; - rdfs:comment "Minimum exciter voltage output (Vemin) (<= 0). Typical value = 0." ; + rdfs:label "vemin" ; + rdfs:comment "Minimum exciter voltage output (Vemin) (<= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -5998,8 +6000,8 @@ cim:ExcAC8B.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfemax"@en ; - rdfs:comment "Exciter field current limit reference (Vfemax). Typical value = 6." ; + rdfs:label "vfemax" ; + rdfs:comment "Exciter field current limit reference (Vfemax). Typical value = 6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6009,8 +6011,8 @@ cim:ExcAC8B.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimax"@en ; - rdfs:comment "Input signal maximum (Vimax) (> ExcAC8B.vimin). Typical value = 35." ; + rdfs:label "vimax" ; + rdfs:comment "Input signal maximum (Vimax) (> ExcAC8B.vimin). Typical value = 35."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6020,8 +6022,8 @@ cim:ExcAC8B.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimin"@en ; - rdfs:comment "Input signal minimum (Vimin) (< ExcAC8B.vimax). Typical value = -10." ; + rdfs:label "vimin" ; + rdfs:comment "Input signal minimum (Vimin) (< ExcAC8B.vimax). Typical value = -10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6031,8 +6033,8 @@ cim:ExcAC8B.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.vpidmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vpidmax"@en ; - rdfs:comment "PID maximum controller output (Vpidmax) (> ExcAC8B.vpidmin). Typical value = 35." ; + rdfs:label "vpidmax" ; + rdfs:comment "PID maximum controller output (Vpidmax) (> ExcAC8B.vpidmin). Typical value = 35."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6042,8 +6044,8 @@ cim:ExcAC8B.vpidmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.vpidmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vpidmin"@en ; - rdfs:comment "PID minimum controller output (Vpidmin) (< ExcAC8B.vpidmax). Typical value = -10." ; + rdfs:label "vpidmin" ; + rdfs:comment "PID minimum controller output (Vpidmin) (< ExcAC8B.vpidmax). Typical value = -10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6053,8 +6055,8 @@ cim:ExcAC8B.vpidmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 35." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 35."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6064,8 +6066,8 @@ cim:ExcAC8B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = 0." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6075,30 +6077,30 @@ cim:ExcAC8B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAC8B.vtmult a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vtmult"@en ; + rdfs:label "vtmult" ; rdfs:comment """Multiply by generator's terminal voltage indicator. true =the limits Vrmax and Vrmin are multiplied by the generator’s terminal voltage to represent a thyristor power stage fed from the generator terminals false = limits are not multiplied by generator's terminal voltage. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAC8B ; rdfs:range xsd:boolean . cim:ExcANS.blint a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "blint"@en ; + rdfs:label "blint" ; rdfs:comment """Governor control flag (BLINT). 0 = lead-lag regulator 1 = proportional integral regulator. -Typical value = 0.""" ; +Typical value = 0."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcANS ; rdfs:range xsd:integer . cim:ExcANS.ifmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ifmn"@en ; - rdfs:comment "Minimum exciter current (IFMN). Typical value = -5,2." ; + rdfs:label "ifmn" ; + rdfs:comment "Minimum exciter current (IFMN). Typical value = -5,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6108,8 +6110,8 @@ cim:ExcANS.ifmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcANS.ifmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ifmx"@en ; - rdfs:comment "Maximum exciter current (IFMX). Typical value = 6,5." ; + rdfs:label "ifmx" ; + rdfs:comment "Maximum exciter current (IFMX). Typical value = 6,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6119,54 +6121,54 @@ cim:ExcANS.ifmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcANS.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Exciter gain (K2). Typical value = 20." ; + rdfs:label "k2" ; + rdfs:comment "Exciter gain (K2). Typical value = 20."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcANS ; rdfs:range xsd:float . cim:ExcANS.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "AVR gain (K3). Typical value = 1000." ; + rdfs:label "k3" ; + rdfs:comment "AVR gain (K3). Typical value = 1000."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcANS ; rdfs:range xsd:float . cim:ExcANS.kce a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kce"@en ; - rdfs:comment "Ceiling factor (KCE). Typical value = 1." ; + rdfs:label "kce" ; + rdfs:comment "Ceiling factor (KCE). Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcANS ; rdfs:range xsd:float . cim:ExcANS.krvecc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "krvecc"@en ; + rdfs:label "krvecc" ; rdfs:comment """Feedback enabling (KRVECC). 0 = open loop control 1 = closed loop control. -Typical value = 1.""" ; +Typical value = 1."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcANS ; rdfs:range xsd:integer . cim:ExcANS.kvfif a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kvfif"@en ; + rdfs:label "kvfif" ; rdfs:comment """Rate feedback signal flag (KVFIF). 0 = output voltage of the exciter 1 = exciter field current. -Typical value = 0.""" ; +Typical value = 0."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcANS ; rdfs:range xsd:integer . cim:ExcANS.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Time constant (T1) (>= 0). Typical value = 20." ; + rdfs:label "t1" ; + rdfs:comment "Time constant (T1) (>= 0). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6177,8 +6179,8 @@ cim:ExcANS.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcANS.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Time constant (T2) (>= 0). Typical value = 0,05." ; + rdfs:label "t2" ; + rdfs:comment "Time constant (T2) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6189,8 +6191,8 @@ cim:ExcANS.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcANS.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Time constant (T3) (>= 0). Typical value = 1,6." ; + rdfs:label "t3" ; + rdfs:comment "Time constant (T3) (>= 0). Typical value = 1,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6201,8 +6203,8 @@ cim:ExcANS.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcANS.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Exciter time constant (TB) (>= 0). Typical value = 0,04." ; + rdfs:label "tb" ; + rdfs:comment "Exciter time constant (TB) (>= 0). Typical value = 0,04."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6213,8 +6215,8 @@ cim:ExcANS.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcANS.vrmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmn"@en ; - rdfs:comment "Minimum AVR output (VRMN). Typical value = -5,2." ; + rdfs:label "vrmn" ; + rdfs:comment "Minimum AVR output (VRMN). Typical value = -5,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6224,8 +6226,8 @@ cim:ExcANS.vrmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcANS.vrmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmx"@en ; - rdfs:comment "Maximum AVR output (VRMX). Typical value = 6,5." ; + rdfs:label "vrmx" ; + rdfs:comment "Maximum AVR output (VRMX). Typical value = 6,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6235,8 +6237,8 @@ cim:ExcANS.vrmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR1.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e1"@en ; - rdfs:comment "Field voltage value 1 (E1). Typical value = 4.18." ; + rdfs:label "e1" ; + rdfs:comment "Field voltage value 1 (E1). Typical value = 4.18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6246,8 +6248,8 @@ cim:ExcAVR1.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR1.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e2"@en ; - rdfs:comment "Field voltage value 2 (E2). Typical value = 3,14." ; + rdfs:label "e2" ; + rdfs:comment "Field voltage value 2 (E2). Typical value = 3,14."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6257,40 +6259,40 @@ cim:ExcAVR1.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR1.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "AVR gain (KA). Typical value = 500." ; + rdfs:label "ka" ; + rdfs:comment "AVR gain (KA). Typical value = 500."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR1 ; rdfs:range xsd:float . cim:ExcAVR1.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Rate feedback gain (KF). Typical value = 0,12." ; + rdfs:label "kf" ; + rdfs:comment "Rate feedback gain (KF). Typical value = 0,12."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR1 ; rdfs:range xsd:float . cim:ExcAVR1.se1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "se1"@en ; - rdfs:comment "Saturation factor at E1 (S[E1]). Typical value = 0,1." ; + rdfs:label "se1" ; + rdfs:comment "Saturation factor at E1 (S[E1]). Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR1 ; rdfs:range xsd:float . cim:ExcAVR1.se2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "se2"@en ; - rdfs:comment "Saturation factor at E2 (S[E2]). Typical value = 0,03." ; + rdfs:label "se2" ; + rdfs:comment "Saturation factor at E2 (S[E2]). Typical value = 0,03."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR1 ; rdfs:range xsd:float . cim:ExcAVR1.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "AVR time constant (TA) (>= 0). Typical value = 0,2." ; + rdfs:label "ta" ; + rdfs:comment "AVR time constant (TA) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6301,8 +6303,8 @@ cim:ExcAVR1.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR1.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "AVR time constant (TB) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "AVR time constant (TB) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6313,8 +6315,8 @@ cim:ExcAVR1.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR1.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant (TE) (>= 0). Typical value = 1." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant (TE) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6325,8 +6327,8 @@ cim:ExcAVR1.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR1.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Rate feedback time constant (TF) (>= 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Rate feedback time constant (TF) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6337,8 +6339,8 @@ cim:ExcAVR1.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR1.vrmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmn"@en ; - rdfs:comment "Minimum AVR output (VRMN). Typical value = -6." ; + rdfs:label "vrmn" ; + rdfs:comment "Minimum AVR output (VRMN). Typical value = -6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6348,8 +6350,8 @@ cim:ExcAVR1.vrmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR1.vrmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmx"@en ; - rdfs:comment "Maximum AVR output (VRMX). Typical value = 7." ; + rdfs:label "vrmx" ; + rdfs:comment "Maximum AVR output (VRMX). Typical value = 7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6359,8 +6361,8 @@ cim:ExcAVR1.vrmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR2.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e1"@en ; - rdfs:comment "Field voltage value 1 (E1). Typical value = 4,18." ; + rdfs:label "e1" ; + rdfs:comment "Field voltage value 1 (E1). Typical value = 4,18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6370,8 +6372,8 @@ cim:ExcAVR2.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR2.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e2"@en ; - rdfs:comment "Field voltage value 2 (E2). Typical value = 3,14." ; + rdfs:label "e2" ; + rdfs:comment "Field voltage value 2 (E2). Typical value = 3,14."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6381,40 +6383,40 @@ cim:ExcAVR2.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR2.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "AVR gain (KA). Typical value = 500." ; + rdfs:label "ka" ; + rdfs:comment "AVR gain (KA). Typical value = 500."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR2 ; rdfs:range xsd:float . cim:ExcAVR2.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Rate feedback gain (KF). Typical value = 0,12." ; + rdfs:label "kf" ; + rdfs:comment "Rate feedback gain (KF). Typical value = 0,12."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR2 ; rdfs:range xsd:float . cim:ExcAVR2.se1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "se1"@en ; - rdfs:comment "Saturation factor at E1 (S[E1]). Typical value = 0.1." ; + rdfs:label "se1" ; + rdfs:comment "Saturation factor at E1 (S[E1]). Typical value = 0.1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR2 ; rdfs:range xsd:float . cim:ExcAVR2.se2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "se2"@en ; - rdfs:comment "Saturation factor at E2 (S[E2]). Typical value = 0,03." ; + rdfs:label "se2" ; + rdfs:comment "Saturation factor at E2 (S[E2]). Typical value = 0,03."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR2 ; rdfs:range xsd:float . cim:ExcAVR2.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "AVR time constant (TA) (>= 0). Typical value = 0,02." ; + rdfs:label "ta" ; + rdfs:comment "AVR time constant (TA) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6425,8 +6427,8 @@ cim:ExcAVR2.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR2.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "AVR time constant (TB) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "AVR time constant (TB) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6437,8 +6439,8 @@ cim:ExcAVR2.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR2.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant (TE) (>= 0). Typical value = 1." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant (TE) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6449,8 +6451,8 @@ cim:ExcAVR2.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR2.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf1"@en ; - rdfs:comment "Rate feedback time constant (TF1) (>= 0). Typical value = 1." ; + rdfs:label "tf1" ; + rdfs:comment "Rate feedback time constant (TF1) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6461,8 +6463,8 @@ cim:ExcAVR2.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR2.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf2"@en ; - rdfs:comment "Rate feedback time constant (TF2) (>= 0). Typical value = 1." ; + rdfs:label "tf2" ; + rdfs:comment "Rate feedback time constant (TF2) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6473,8 +6475,8 @@ cim:ExcAVR2.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR2.vrmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmn"@en ; - rdfs:comment "Minimum AVR output (VRMN). Typical value = -6." ; + rdfs:label "vrmn" ; + rdfs:comment "Minimum AVR output (VRMN). Typical value = -6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6484,8 +6486,8 @@ cim:ExcAVR2.vrmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR2.vrmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmx"@en ; - rdfs:comment "Maximum AVR output (VRMX). Typical value = 7." ; + rdfs:label "vrmx" ; + rdfs:comment "Maximum AVR output (VRMX). Typical value = 7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6495,8 +6497,8 @@ cim:ExcAVR2.vrmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR3.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e1"@en ; - rdfs:comment "Field voltage value 1 (E1). Typical value = 4,18." ; + rdfs:label "e1" ; + rdfs:comment "Field voltage value 1 (E1). Typical value = 4,18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6506,8 +6508,8 @@ cim:ExcAVR3.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR3.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e2"@en ; - rdfs:comment "Field voltage value 2 (E2). Typical value = 3,14." ; + rdfs:label "e2" ; + rdfs:comment "Field voltage value 2 (E2). Typical value = 3,14."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6517,32 +6519,32 @@ cim:ExcAVR3.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR3.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "AVR gain (KA). Typical value = 100." ; + rdfs:label "ka" ; + rdfs:comment "AVR gain (KA). Typical value = 100."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR3 ; rdfs:range xsd:float . cim:ExcAVR3.se1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "se1"@en ; - rdfs:comment "Saturation factor at E1 (S[E1]). Typical value = 0,1." ; + rdfs:label "se1" ; + rdfs:comment "Saturation factor at E1 (S[E1]). Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR3 ; rdfs:range xsd:float . cim:ExcAVR3.se2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "se2"@en ; - rdfs:comment "Saturation factor at E2 (S[E2]). Typical value = 0,03." ; + rdfs:label "se2" ; + rdfs:comment "Saturation factor at E2 (S[E2]). Typical value = 0,03."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR3 ; rdfs:range xsd:float . cim:ExcAVR3.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "AVR time constant (T1) (>= 0). Typical value = 20." ; + rdfs:label "t1" ; + rdfs:comment "AVR time constant (T1) (>= 0). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6553,8 +6555,8 @@ cim:ExcAVR3.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR3.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "AVR time constant (T2) (>= 0). Typical value = 1,6." ; + rdfs:label "t2" ; + rdfs:comment "AVR time constant (T2) (>= 0). Typical value = 1,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6565,8 +6567,8 @@ cim:ExcAVR3.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR3.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "AVR time constant (T3) (>= 0). Typical value = 0,66." ; + rdfs:label "t3" ; + rdfs:comment "AVR time constant (T3) (>= 0). Typical value = 0,66."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6577,8 +6579,8 @@ cim:ExcAVR3.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR3.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "AVR time constant (T4) (>= 0). Typical value = 0,07." ; + rdfs:label "t4" ; + rdfs:comment "AVR time constant (T4) (>= 0). Typical value = 0,07."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6589,8 +6591,8 @@ cim:ExcAVR3.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR3.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant (TE) (>= 0). Typical value = 1." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant (TE) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6601,8 +6603,8 @@ cim:ExcAVR3.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR3.vrmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmn"@en ; - rdfs:comment "Minimum AVR output (VRMN). Typical value = -7,5." ; + rdfs:label "vrmn" ; + rdfs:comment "Minimum AVR output (VRMN). Typical value = -7,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6612,8 +6614,8 @@ cim:ExcAVR3.vrmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR3.vrmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmx"@en ; - rdfs:comment "Maximum AVR output (VRMX). Typical value = 7,5." ; + rdfs:label "vrmx" ; + rdfs:comment "Maximum AVR output (VRMX). Typical value = 7,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6623,43 +6625,43 @@ cim:ExcAVR3.vrmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR4.imul a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "imul"@en ; + rdfs:label "imul" ; rdfs:comment """AVR output voltage dependency selector (IMUL). true = selector is connected false = selector is not connected. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR4 ; rdfs:range xsd:boolean . cim:ExcAVR4.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "AVR gain (KA). Typical value = 300." ; + rdfs:label "ka" ; + rdfs:comment "AVR gain (KA). Typical value = 300."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR4 ; rdfs:range xsd:float . cim:ExcAVR4.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter gain (KE). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter gain (KE). Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR4 ; rdfs:range xsd:float . cim:ExcAVR4.kif a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kif"@en ; - rdfs:comment "Exciter internal reactance (KIF). Typical value = 0." ; + rdfs:label "kif" ; + rdfs:comment "Exciter internal reactance (KIF). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcAVR4 ; rdfs:range xsd:float . cim:ExcAVR4.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "AVR time constant (T1) (>= 0). Typical value = 4,8." ; + rdfs:label "t1" ; + rdfs:comment "AVR time constant (T1) (>= 0). Typical value = 4,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6670,8 +6672,8 @@ cim:ExcAVR4.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR4.t1if a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1if"@en ; - rdfs:comment "Exciter current feedback time constant (T1IF) (>= 0). Typical value = 60." ; + rdfs:label "t1if" ; + rdfs:comment "Exciter current feedback time constant (T1IF) (>= 0). Typical value = 60."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6682,8 +6684,8 @@ cim:ExcAVR4.t1if a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR4.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "AVR time constant (T2) (>= 0). Typical value = 1,5." ; + rdfs:label "t2" ; + rdfs:comment "AVR time constant (T2) (>= 0). Typical value = 1,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6694,8 +6696,8 @@ cim:ExcAVR4.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR4.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "AVR time constant (T3) (>= 0). Typical value = 0." ; + rdfs:label "t3" ; + rdfs:comment "AVR time constant (T3) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6706,8 +6708,8 @@ cim:ExcAVR4.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR4.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "AVR time constant (T4) (>= 0). Typical value = 0." ; + rdfs:label "t4" ; + rdfs:comment "AVR time constant (T4) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6718,8 +6720,8 @@ cim:ExcAVR4.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR4.tif a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tif"@en ; - rdfs:comment "Exciter current feedback time constant (TIF) (>= 0). Typical value = 0." ; + rdfs:label "tif" ; + rdfs:comment "Exciter current feedback time constant (TIF) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6730,8 +6732,8 @@ cim:ExcAVR4.tif a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR4.vfmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfmn"@en ; - rdfs:comment "Minimum exciter output (VFMN). Typical value = 0." ; + rdfs:label "vfmn" ; + rdfs:comment "Minimum exciter output (VFMN). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6741,8 +6743,8 @@ cim:ExcAVR4.vfmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR4.vfmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfmx"@en ; - rdfs:comment "Maximum exciter output (VFMX). Typical value = 5." ; + rdfs:label "vfmx" ; + rdfs:comment "Maximum exciter output (VFMX). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6752,8 +6754,8 @@ cim:ExcAVR4.vfmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR4.vrmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmn"@en ; - rdfs:comment "Minimum AVR output (VRMN). Typical value = 0." ; + rdfs:label "vrmn" ; + rdfs:comment "Minimum AVR output (VRMN). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6763,8 +6765,8 @@ cim:ExcAVR4.vrmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR4.vrmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmx"@en ; - rdfs:comment "Maximum AVR output (VRMX). Typical value = 5." ; + rdfs:label "vrmx" ; + rdfs:comment "Maximum AVR output (VRMX). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6774,8 +6776,8 @@ cim:ExcAVR4.vrmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR5.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Gain (Ka)." ; + rdfs:label "ka" ; + rdfs:comment "Gain (Ka)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6785,8 +6787,8 @@ cim:ExcAVR5.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR5.rex a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rex"@en ; - rdfs:comment "Effective output resistance (Rex). Rex represents the effective output resistance seen by the excitation system." ; + rdfs:label "rex" ; + rdfs:comment "Effective output resistance (Rex). Rex represents the effective output resistance seen by the excitation system."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6796,8 +6798,8 @@ cim:ExcAVR5.rex a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR5.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Time constant (Ta) (>= 0)." ; + rdfs:label "ta" ; + rdfs:comment "Time constant (Ta) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6808,8 +6810,8 @@ cim:ExcAVR5.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.a1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a1"@en ; - rdfs:comment "Lead coefficient (A1). Typical value = 0,5." ; + rdfs:label "a1" ; + rdfs:comment "Lead coefficient (A1). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6819,8 +6821,8 @@ cim:ExcAVR7.a1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.a2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a2"@en ; - rdfs:comment "Lag coefficient (A2). Typical value = 0,5." ; + rdfs:label "a2" ; + rdfs:comment "Lag coefficient (A2). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6830,8 +6832,8 @@ cim:ExcAVR7.a2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.a3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a3"@en ; - rdfs:comment "Lead coefficient (A3). Typical value = 0,5." ; + rdfs:label "a3" ; + rdfs:comment "Lead coefficient (A3). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6841,8 +6843,8 @@ cim:ExcAVR7.a3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.a4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a4"@en ; - rdfs:comment "Lag coefficient (A4). Typical value = 0,5." ; + rdfs:label "a4" ; + rdfs:comment "Lag coefficient (A4). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6852,8 +6854,8 @@ cim:ExcAVR7.a4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.a5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a5"@en ; - rdfs:comment "Lead coefficient (A5). Typical value = 0,5." ; + rdfs:label "a5" ; + rdfs:comment "Lead coefficient (A5). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6863,8 +6865,8 @@ cim:ExcAVR7.a5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.a6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a6"@en ; - rdfs:comment "Lag coefficient (A6). Typical value = 0,5." ; + rdfs:label "a6" ; + rdfs:comment "Lag coefficient (A6). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6874,8 +6876,8 @@ cim:ExcAVR7.a6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Gain (K1). Typical value = 1." ; + rdfs:label "k1" ; + rdfs:comment "Gain (K1). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6885,8 +6887,8 @@ cim:ExcAVR7.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Gain (K3). Typical value = 3." ; + rdfs:label "k3" ; + rdfs:comment "Gain (K3). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6896,8 +6898,8 @@ cim:ExcAVR7.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.k5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k5"@en ; - rdfs:comment "Gain (K5). Typical value = 1." ; + rdfs:label "k5" ; + rdfs:comment "Gain (K5). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6907,8 +6909,8 @@ cim:ExcAVR7.k5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Lead time constant (T1) (>= 0). Typical value = 0,05." ; + rdfs:label "t1" ; + rdfs:comment "Lead time constant (T1) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6919,8 +6921,8 @@ cim:ExcAVR7.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Lag time constant (T2) (>= 0). Typical value = 0,1." ; + rdfs:label "t2" ; + rdfs:comment "Lag time constant (T2) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6931,8 +6933,8 @@ cim:ExcAVR7.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Lead time constant (T3) (>= 0). Typical value = 0,1." ; + rdfs:label "t3" ; + rdfs:comment "Lead time constant (T3) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6943,8 +6945,8 @@ cim:ExcAVR7.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Lag time constant (T4) (>= 0). Typical value = 0,1." ; + rdfs:label "t4" ; + rdfs:comment "Lag time constant (T4) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6955,8 +6957,8 @@ cim:ExcAVR7.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Lead time constant (T5) (>= 0). Typical value = 0,1." ; + rdfs:label "t5" ; + rdfs:comment "Lead time constant (T5) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6967,8 +6969,8 @@ cim:ExcAVR7.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Lag time constant (T6) (>= 0). Typical value = 0,1." ; + rdfs:label "t6" ; + rdfs:comment "Lag time constant (T6) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -6979,8 +6981,8 @@ cim:ExcAVR7.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.vmax1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmax1"@en ; - rdfs:comment "Lead-lag maximum limit (Vmax1) (> ExcAVR7.vmin1). Typical value = 5." ; + rdfs:label "vmax1" ; + rdfs:comment "Lead-lag maximum limit (Vmax1) (> ExcAVR7.vmin1). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -6990,8 +6992,8 @@ cim:ExcAVR7.vmax1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.vmax3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmax3"@en ; - rdfs:comment "Lead-lag maximum limit (Vmax3) (> ExcAVR7.vmin3). Typical value = 5." ; + rdfs:label "vmax3" ; + rdfs:comment "Lead-lag maximum limit (Vmax3) (> ExcAVR7.vmin3). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7001,8 +7003,8 @@ cim:ExcAVR7.vmax3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.vmax5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmax5"@en ; - rdfs:comment "Lead-lag maximum limit (Vmax5) (> ExcAVR7.vmin5). Typical value = 5." ; + rdfs:label "vmax5" ; + rdfs:comment "Lead-lag maximum limit (Vmax5) (> ExcAVR7.vmin5). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7012,8 +7014,8 @@ cim:ExcAVR7.vmax5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.vmin1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmin1"@en ; - rdfs:comment "Lead-lag minimum limit (Vmin1) (< ExcAVR7.vmax1). Typical value = -5." ; + rdfs:label "vmin1" ; + rdfs:comment "Lead-lag minimum limit (Vmin1) (< ExcAVR7.vmax1). Typical value = -5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7023,8 +7025,8 @@ cim:ExcAVR7.vmin1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.vmin3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmin3"@en ; - rdfs:comment "Lead-lag minimum limit (Vmin3) (< ExcAVR7.vmax3). Typical value = -5." ; + rdfs:label "vmin3" ; + rdfs:comment "Lead-lag minimum limit (Vmin3) (< ExcAVR7.vmax3). Typical value = -5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7034,8 +7036,8 @@ cim:ExcAVR7.vmin3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcAVR7.vmin5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmin5"@en ; - rdfs:comment "Lead-lag minimum limit (Vmin5) (< ExcAVR7.vmax5). Typical value = -2." ; + rdfs:label "vmin5" ; + rdfs:comment "Lead-lag minimum limit (Vmin5) (< ExcAVR7.vmax5). Typical value = -2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7045,8 +7047,8 @@ cim:ExcAVR7.vmin5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcBBC.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmax"@en ; - rdfs:comment "Maximum open circuit exciter voltage (Efdmax) (> ExcBBC.efdmin). Typical value = 5." ; + rdfs:label "efdmax" ; + rdfs:comment "Maximum open circuit exciter voltage (Efdmax) (> ExcBBC.efdmin). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7056,8 +7058,8 @@ cim:ExcBBC.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcBBC.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmin"@en ; - rdfs:comment "Minimum open circuit exciter voltage (Efdmin) (< ExcBBC.efdmax). Typical value = -5." ; + rdfs:label "efdmin" ; + rdfs:comment "Minimum open circuit exciter voltage (Efdmin) (< ExcBBC.efdmax). Typical value = -5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7067,8 +7069,8 @@ cim:ExcBBC.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcBBC.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Steady state gain (K) (not = 0). Typical value = 300." ; + rdfs:label "k" ; + rdfs:comment "Steady state gain (K) (not = 0). Typical value = 300."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7078,19 +7080,19 @@ cim:ExcBBC.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcBBC.switch a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "switch"@en ; + rdfs:label "switch" ; rdfs:comment """Supplementary signal routing selector (switch). true = Vs connected to 3rd summing point false = Vs connected to 1st summing point (see diagram). -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcBBC ; rdfs:range xsd:boolean . cim:ExcBBC.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Controller time constant (T1) (>= 0). Typical value = 6." ; + rdfs:label "t1" ; + rdfs:comment "Controller time constant (T1) (>= 0). Typical value = 6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7101,8 +7103,8 @@ cim:ExcBBC.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcBBC.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Controller time constant (T2) (>= 0). Typical value = 1." ; + rdfs:label "t2" ; + rdfs:comment "Controller time constant (T2) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7113,8 +7115,8 @@ cim:ExcBBC.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcBBC.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Lead/lag time constant (T3) (>= 0). If = 0, block is bypassed. Typical value = 0,05." ; + rdfs:label "t3" ; + rdfs:comment "Lead/lag time constant (T3) (>= 0). If = 0, block is bypassed. Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7125,8 +7127,8 @@ cim:ExcBBC.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcBBC.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Lead/lag time constant (T4) (>= 0). If = 0, block is bypassed. Typical value = 0,01." ; + rdfs:label "t4" ; + rdfs:comment "Lead/lag time constant (T4) (>= 0). If = 0, block is bypassed. Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7137,8 +7139,8 @@ cim:ExcBBC.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcBBC.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum control element output (Vrmax) (> ExcBBC.vrmin). Typical value = 5." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum control element output (Vrmax) (> ExcBBC.vrmin). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7148,8 +7150,8 @@ cim:ExcBBC.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcBBC.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum control element output (Vrmin) (< ExcBBC.vrmax). Typical value = -5." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum control element output (Vrmin) (< ExcBBC.vrmax). Typical value = -5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7159,8 +7161,8 @@ cim:ExcBBC.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcBBC.xe a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xe"@en ; - rdfs:comment "Effective excitation transformer reactance (Xe) (>= 0). Xe models the regulation of the transformer/rectifier unit. Typical value = 0,05." ; + rdfs:label "xe" ; + rdfs:comment "Effective excitation transformer reactance (Xe) (>= 0). Xe models the regulation of the transformer/rectifier unit. Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7170,8 +7172,8 @@ cim:ExcBBC.xe a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcCZ.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmax"@en ; - rdfs:comment "Exciter output maximum limit (Efdmax) (> ExcCZ.efdmin)." ; + rdfs:label "efdmax" ; + rdfs:comment "Exciter output maximum limit (Efdmax) (> ExcCZ.efdmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7181,8 +7183,8 @@ cim:ExcCZ.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcCZ.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmin"@en ; - rdfs:comment "Exciter output minimum limit (Efdmin) (< ExcCZ.efdmax)." ; + rdfs:label "efdmin" ; + rdfs:comment "Exciter output minimum limit (Efdmin) (< ExcCZ.efdmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7192,8 +7194,8 @@ cim:ExcCZ.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcCZ.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Regulator gain (Ka)." ; + rdfs:label "ka" ; + rdfs:comment "Regulator gain (Ka)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7203,8 +7205,8 @@ cim:ExcCZ.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcCZ.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke)." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7214,8 +7216,8 @@ cim:ExcCZ.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcCZ.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Regulator proportional gain (Kp)." ; + rdfs:label "kp" ; + rdfs:comment "Regulator proportional gain (Kp)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7225,8 +7227,8 @@ cim:ExcCZ.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcCZ.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Regulator time constant (Ta) (>= 0)." ; + rdfs:label "ta" ; + rdfs:comment "Regulator time constant (Ta) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7237,8 +7239,8 @@ cim:ExcCZ.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcCZ.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Regulator integral time constant (Tc) (>= 0)." ; + rdfs:label "tc" ; + rdfs:comment "Regulator integral time constant (Tc) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7249,8 +7251,8 @@ cim:ExcCZ.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcCZ.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (>= 0)." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7261,8 +7263,8 @@ cim:ExcCZ.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcCZ.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Voltage regulator maximum limit (Vrmax) (> ExcCZ.vrmin)." ; + rdfs:label "vrmax" ; + rdfs:comment "Voltage regulator maximum limit (Vrmax) (> ExcCZ.vrmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7272,8 +7274,8 @@ cim:ExcCZ.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcCZ.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Voltage regulator minimum limit (Vrmin) (< ExcCZ.vrmax)." ; + rdfs:label "vrmin" ; + rdfs:comment "Voltage regulator minimum limit (Vrmin) (< ExcCZ.vrmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7283,8 +7285,8 @@ cim:ExcCZ.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd1"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 3,1." ; + rdfs:label "efd1" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 3,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7294,8 +7296,8 @@ cim:ExcDC1A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd2"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 2,3." ; + rdfs:label "efd2" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 2,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7305,8 +7307,8 @@ cim:ExcDC1A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmax"@en ; - rdfs:comment "Maximum voltage exciter output limiter (Efdmax) (> ExcDC1A.efdmin). Typical value = 99." ; + rdfs:label "efdmax" ; + rdfs:comment "Maximum voltage exciter output limiter (Efdmax) (> ExcDC1A.efdmin). Typical value = 99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7316,8 +7318,8 @@ cim:ExcDC1A.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmin"@en ; - rdfs:comment "Minimum voltage exciter output limiter (Efdmin) (< ExcDC1A.edfmax). Typical value = -99." ; + rdfs:label "efdmin" ; + rdfs:comment "Minimum voltage exciter output limiter (Efdmin) (< ExcDC1A.edfmax). Typical value = -99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7327,19 +7329,19 @@ cim:ExcDC1A.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.exclim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "exclim"@en ; + rdfs:label "exclim" ; rdfs:comment """(exclim). IEEE standard is ambiguous about lower limit on exciter output. true = a lower limit of zero is applied to integrator output false = a lower limit of zero is not applied to integrator output. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC1A ; rdfs:range xsd:boolean . cim:ExcDC1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 46." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 46."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7349,8 +7351,8 @@ cim:ExcDC1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 0." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7360,8 +7362,8 @@ cim:ExcDC1A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gain (Kf) (>= 0). Typical value = 0,1." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gain (Kf) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7371,8 +7373,8 @@ cim:ExcDC1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7382,24 +7384,24 @@ cim:ExcDC1A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.seefd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Eefd1]) (>= 0). Typical value = 0,33." ; + rdfs:label "seefd1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Eefd1]) (>= 0). Typical value = 0,33."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC1A ; rdfs:range xsd:float . cim:ExcDC1A.seefd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Eefd2]) (>= 0). Typical value = 0,1." ; + rdfs:label "seefd2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Eefd2]) (>= 0). Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC1A ; rdfs:range xsd:float . cim:ExcDC1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,06." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,06."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7410,8 +7412,8 @@ cim:ExcDC1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7422,8 +7424,8 @@ cim:ExcDC1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7434,8 +7436,8 @@ cim:ExcDC1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,46." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,46."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7446,8 +7448,8 @@ cim:ExcDC1A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7458,8 +7460,8 @@ cim:ExcDC1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> ExcDC1A.vrmin). Typical value = 1." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> ExcDC1A.vrmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7469,8 +7471,8 @@ cim:ExcDC1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0 and < ExcDC1A.vrmax). Typical value = -0,9." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0 and < ExcDC1A.vrmax). Typical value = -0,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7480,8 +7482,8 @@ cim:ExcDC1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd1"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 3,05." ; + rdfs:label "efd1" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 3,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7491,8 +7493,8 @@ cim:ExcDC2A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd2"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 2,29." ; + rdfs:label "efd2" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 2,29."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7502,19 +7504,19 @@ cim:ExcDC2A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.exclim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "exclim"@en ; + rdfs:label "exclim" ; rdfs:comment """(exclim). IEEE standard is ambiguous about lower limit on exciter output. true = a lower limit of zero is applied to integrator output false = a lower limit of zero is not applied to integrator output. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC2A ; rdfs:range xsd:boolean . cim:ExcDC2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 300." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 300."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7524,8 +7526,8 @@ cim:ExcDC2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke). If Ke is entered as zero, the model calculates an effective value of Ke such that the initial condition value of Vr is zero. The zero value of Ke is not changed. If Ke is entered as non-zero, its value is used directly, without change. Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke). If Ke is entered as zero, the model calculates an effective value of Ke such that the initial condition value of Vr is zero. The zero value of Ke is not changed. If Ke is entered as non-zero, its value is used directly, without change. Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7535,8 +7537,8 @@ cim:ExcDC2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gain (Kf) (>= 0). Typical value = 0,1." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gain (Kf) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7546,8 +7548,8 @@ cim:ExcDC2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7557,24 +7559,24 @@ cim:ExcDC2A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.seefd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Efd1]) (>= 0). Typical value = 0,279." ; + rdfs:label "seefd1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Efd1]) (>= 0). Typical value = 0,279."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC2A ; rdfs:range xsd:float . cim:ExcDC2A.seefd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Efd2]) (>= 0). Typical value = 0,117." ; + rdfs:label "seefd2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Efd2]) (>= 0). Typical value = 0,117."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC2A ; rdfs:range xsd:float . cim:ExcDC2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,01." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7585,8 +7587,8 @@ cim:ExcDC2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7597,8 +7599,8 @@ cim:ExcDC2A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7609,8 +7611,8 @@ cim:ExcDC2A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,33." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,33."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7621,8 +7623,8 @@ cim:ExcDC2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 0,675." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 0,675."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7633,8 +7635,8 @@ cim:ExcDC2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf1"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf1) (>= 0). Typical value = 0." ; + rdfs:label "tf1" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7645,8 +7647,8 @@ cim:ExcDC2A.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> ExcDC2A.vrmin). Typical value = 4,95." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> ExcDC2A.vrmin). Typical value = 4,95."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7656,8 +7658,8 @@ cim:ExcDC2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0 and < ExcDC2A.vrmax). Typical value = -4,9." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0 and < ExcDC2A.vrmax). Typical value = -4,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7667,19 +7669,19 @@ cim:ExcDC2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC2A.vtlim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vtlim"@en ; + rdfs:label "vtlim" ; rdfs:comment """(Vtlim). true = limiter at the block (Ka / [1 + sTa]) is dependent on Vt false = limiter at the block is not dependent on Vt. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC2A ; rdfs:range xsd:boolean . cim:ExcDC3A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd1"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 2,6." ; + rdfs:label "efd1" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 2,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7689,8 +7691,8 @@ cim:ExcDC3A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd2"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 3,45." ; + rdfs:label "efd2" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 3,45."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7700,19 +7702,19 @@ cim:ExcDC3A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A.efdlim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdlim"@en ; + rdfs:label "efdlim" ; rdfs:comment """(Efdlim). true = exciter output limiter is active false = exciter output limiter not active. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC3A ; rdfs:range xsd:boolean . cim:ExcDC3A.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmax"@en ; - rdfs:comment "Maximum voltage exciter output limiter (Efdmax) (> ExcDC3A.efdmin). Typical value = 99." ; + rdfs:label "efdmax" ; + rdfs:comment "Maximum voltage exciter output limiter (Efdmax) (> ExcDC3A.efdmin). Typical value = 99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7722,8 +7724,8 @@ cim:ExcDC3A.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmin"@en ; - rdfs:comment "Minimum voltage exciter output limiter (Efdmin) (< ExcDC3A.efdmax). Typical value = -99." ; + rdfs:label "efdmin" ; + rdfs:comment "Minimum voltage exciter output limiter (Efdmin) (< ExcDC3A.efdmax). Typical value = -99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7733,19 +7735,19 @@ cim:ExcDC3A.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A.exclim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "exclim"@en ; + rdfs:label "exclim" ; rdfs:comment """(exclim). IEEE standard is ambiguous about lower limit on exciter output. true = a lower limit of zero is applied to integrator output false = a lower limit of zero not applied to integrator output. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC3A ; rdfs:range xsd:boolean . cim:ExcDC3A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7755,8 +7757,8 @@ cim:ExcDC3A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A.kr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kr"@en ; - rdfs:comment "Deadband (Kr). Typical value = 0." ; + rdfs:label "kr" ; + rdfs:comment "Deadband (Kr). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7766,8 +7768,8 @@ cim:ExcDC3A.kr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7777,8 +7779,8 @@ cim:ExcDC3A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A.kv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kv"@en ; - rdfs:comment "Fast raise/lower contact setting (Kv) (> 0). Typical value = 0,05." ; + rdfs:label "kv" ; + rdfs:comment "Fast raise/lower contact setting (Kv) (> 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7788,24 +7790,24 @@ cim:ExcDC3A.kv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A.seefd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Efd1]) (>= 0). Typical value = 0,1." ; + rdfs:label "seefd1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Efd1]) (>= 0). Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC3A ; rdfs:range xsd:float . cim:ExcDC3A.seefd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Efd2]) (>= 0). Typical value = 0,35." ; + rdfs:label "seefd2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Efd2]) (>= 0). Typical value = 0,35."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC3A ; rdfs:range xsd:float . cim:ExcDC3A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,83." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,83."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7816,8 +7818,8 @@ cim:ExcDC3A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A.trh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "trh"@en ; - rdfs:comment "Rheostat travel time (Trh) (> 0). Typical value = 20." ; + rdfs:label "trh" ; + rdfs:comment "Rheostat travel time (Trh) (> 0). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7828,8 +7830,8 @@ cim:ExcDC3A.trh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 5." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7839,8 +7841,8 @@ cim:ExcDC3A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (<= 0). Typical value = 0." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (<= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7850,19 +7852,19 @@ cim:ExcDC3A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.exclim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "exclim"@en ; + rdfs:label "exclim" ; rdfs:comment """(exclim). true = lower limit of zero is applied to integrator output false = lower limit of zero not applied to integrator output. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC3A1 ; rdfs:range xsd:boolean . cim:ExcDC3A1.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 300." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 300."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7872,8 +7874,8 @@ cim:ExcDC3A1.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7883,8 +7885,8 @@ cim:ExcDC3A1.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gain (Kf) (>= 0). Typical value = 0,1." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gain (Kf) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7894,8 +7896,8 @@ cim:ExcDC3A1.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Potential circuit gain coefficient (Ki) (>= 0). Typical value = 4,83." ; + rdfs:label "ki" ; + rdfs:comment "Potential circuit gain coefficient (Ki) (>= 0). Typical value = 4,83."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7905,8 +7907,8 @@ cim:ExcDC3A1.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Potential circuit gain coefficient (Kp) (>= 0). Typical value = 4,37." ; + rdfs:label "kp" ; + rdfs:comment "Potential circuit gain coefficient (Kp) (>= 0). Typical value = 4,37."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7916,8 +7918,8 @@ cim:ExcDC3A1.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,01." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7928,8 +7930,8 @@ cim:ExcDC3A1.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,83." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,83."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7940,8 +7942,8 @@ cim:ExcDC3A1.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 0,675." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 0,675."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -7952,8 +7954,8 @@ cim:ExcDC3A1.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.vb1max a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vb1max"@en ; - rdfs:comment "Available exciter voltage limiter (Vb1max) (> 0). Typical value = 11,63." ; + rdfs:label "vb1max" ; + rdfs:comment "Available exciter voltage limiter (Vb1max) (> 0). Typical value = 11,63."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7963,19 +7965,19 @@ cim:ExcDC3A1.vb1max a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.vblim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vblim"@en ; + rdfs:label "vblim" ; rdfs:comment """Vb limiter indicator. true = exciter Vbmax limiter is active false = Vb1max is active. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcDC3A1 ; rdfs:range xsd:boolean . cim:ExcDC3A1.vbmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vbmax"@en ; - rdfs:comment "Available exciter voltage limiter (Vbmax) (> 0). Typical value = 11,63." ; + rdfs:label "vbmax" ; + rdfs:comment "Available exciter voltage limiter (Vbmax) (> 0). Typical value = 11,63."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7985,8 +7987,8 @@ cim:ExcDC3A1.vbmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> ExcDC3A1.vrmin). Typical value = 5." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> ExcDC3A1.vrmin). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -7996,8 +7998,8 @@ cim:ExcDC3A1.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcDC3A1.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0 and < ExcDC3A1.vrmax). Typical value = 0." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0 and < ExcDC3A1.vrmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8007,8 +8009,8 @@ cim:ExcDC3A1.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.dpnf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dpnf"@en ; - rdfs:comment "Controller follow up deadband (Dpnf). Typical value = 0." ; + rdfs:label "dpnf" ; + rdfs:comment "Controller follow up deadband (Dpnf). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8018,8 +8020,8 @@ cim:ExcELIN1.dpnf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.efmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efmax"@en ; - rdfs:comment "Maximum open circuit excitation voltage (Efmax) (> ExcELIN1.efmin). Typical value = 5." ; + rdfs:label "efmax" ; + rdfs:comment "Maximum open circuit excitation voltage (Efmax) (> ExcELIN1.efmin). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8029,8 +8031,8 @@ cim:ExcELIN1.efmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.efmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efmin"@en ; - rdfs:comment "Minimum open circuit excitation voltage (Efmin) (< ExcELIN1.efmax). Typical value = -5." ; + rdfs:label "efmin" ; + rdfs:comment "Minimum open circuit excitation voltage (Efmin) (< ExcELIN1.efmax). Typical value = -5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8040,8 +8042,8 @@ cim:ExcELIN1.efmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks1"@en ; - rdfs:comment "Stabilizer gain 1 (Ks1). Typical value = 0." ; + rdfs:label "ks1" ; + rdfs:comment "Stabilizer gain 1 (Ks1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8051,8 +8053,8 @@ cim:ExcELIN1.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.ks2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks2"@en ; - rdfs:comment "Stabilizer gain 2 (Ks2). Typical value = 0." ; + rdfs:label "ks2" ; + rdfs:comment "Stabilizer gain 2 (Ks2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8062,8 +8064,8 @@ cim:ExcELIN1.ks2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.smax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "smax"@en ; - rdfs:comment "Stabilizer limit output (smax). Typical value = 0,1." ; + rdfs:label "smax" ; + rdfs:comment "Stabilizer limit output (smax). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8073,8 +8075,8 @@ cim:ExcELIN1.smax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.tfi a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tfi"@en ; - rdfs:comment "Current transducer time constant (Tfi) (>= 0). Typical value = 0." ; + rdfs:label "tfi" ; + rdfs:comment "Current transducer time constant (Tfi) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8085,8 +8087,8 @@ cim:ExcELIN1.tfi a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.tnu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tnu"@en ; - rdfs:comment "Controller reset time constant (Tnu) (>= 0). Typical value = 2." ; + rdfs:label "tnu" ; + rdfs:comment "Controller reset time constant (Tnu) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8097,8 +8099,8 @@ cim:ExcELIN1.tnu a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.ts1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts1"@en ; - rdfs:comment "Stabilizer phase lag time constant (Ts1) (>= 0). Typical value = 1." ; + rdfs:label "ts1" ; + rdfs:comment "Stabilizer phase lag time constant (Ts1) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8109,8 +8111,8 @@ cim:ExcELIN1.ts1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.ts2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts2"@en ; - rdfs:comment "Stabilizer filter time constant (Ts2) (>= 0). Typical value = 1." ; + rdfs:label "ts2" ; + rdfs:comment "Stabilizer filter time constant (Ts2) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8121,8 +8123,8 @@ cim:ExcELIN1.ts2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.tsw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tsw"@en ; - rdfs:comment "Stabilizer parameters (Tsw) (>= 0). Typical value = 3." ; + rdfs:label "tsw" ; + rdfs:comment "Stabilizer parameters (Tsw) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8133,8 +8135,8 @@ cim:ExcELIN1.tsw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.vpi a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vpi"@en ; - rdfs:comment "Current controller gain (Vpi). Typical value = 12,45." ; + rdfs:label "vpi" ; + rdfs:comment "Current controller gain (Vpi). Typical value = 12,45."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8144,8 +8146,8 @@ cim:ExcELIN1.vpi a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.vpnf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vpnf"@en ; - rdfs:comment "Controller follow up gain (Vpnf). Typical value = 2." ; + rdfs:label "vpnf" ; + rdfs:comment "Controller follow up gain (Vpnf). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8155,8 +8157,8 @@ cim:ExcELIN1.vpnf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.vpu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vpu"@en ; - rdfs:comment "Voltage controller proportional gain (Vpu). Typical value = 34,5." ; + rdfs:label "vpu" ; + rdfs:comment "Voltage controller proportional gain (Vpu). Typical value = 34,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8166,8 +8168,8 @@ cim:ExcELIN1.vpu a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN1.xe a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xe"@en ; - rdfs:comment "Excitation transformer effective reactance (Xe) (>= 0). Xe represents the regulation of the transformer/rectifier unit. Typical value = 0,06." ; + rdfs:label "xe" ; + rdfs:comment "Excitation transformer effective reactance (Xe) (>= 0). Xe represents the regulation of the transformer/rectifier unit. Typical value = 0,06."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8177,8 +8179,8 @@ cim:ExcELIN1.xe a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.efdbas a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdbas"@en ; - rdfs:comment "Gain (Efdbas). Typical value = 0,1." ; + rdfs:label "efdbas" ; + rdfs:comment "Gain (Efdbas). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8188,8 +8190,8 @@ cim:ExcELIN2.efdbas a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.iefmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "iefmax"@en ; - rdfs:comment "Limiter (Iefmax) (> ExcELIN2.iefmin). Typical value = 1." ; + rdfs:label "iefmax" ; + rdfs:comment "Limiter (Iefmax) (> ExcELIN2.iefmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8199,8 +8201,8 @@ cim:ExcELIN2.iefmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.iefmax2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "iefmax2"@en ; - rdfs:comment "Minimum open circuit excitation voltage (Iefmax2). Typical value = -5." ; + rdfs:label "iefmax2" ; + rdfs:comment "Minimum open circuit excitation voltage (Iefmax2). Typical value = -5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8210,8 +8212,8 @@ cim:ExcELIN2.iefmax2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.iefmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "iefmin"@en ; - rdfs:comment "Limiter (Iefmin) (< ExcELIN2.iefmax). Typical value = 1." ; + rdfs:label "iefmin" ; + rdfs:comment "Limiter (Iefmin) (< ExcELIN2.iefmax). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8221,8 +8223,8 @@ cim:ExcELIN2.iefmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Voltage regulator input gain (K1). Typical value = 0." ; + rdfs:label "k1" ; + rdfs:comment "Voltage regulator input gain (K1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8232,8 +8234,8 @@ cim:ExcELIN2.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.k1ec a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1ec"@en ; - rdfs:comment "Voltage regulator input limit (K1ec). Typical value = 2." ; + rdfs:label "k1ec" ; + rdfs:comment "Voltage regulator input limit (K1ec). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8243,8 +8245,8 @@ cim:ExcELIN2.k1ec a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Gain (K2). Typical value = 5." ; + rdfs:label "k2" ; + rdfs:comment "Gain (K2). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8254,8 +8256,8 @@ cim:ExcELIN2.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Gain (K3). Typical value = 0,1." ; + rdfs:label "k3" ; + rdfs:comment "Gain (K3). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8265,8 +8267,8 @@ cim:ExcELIN2.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k4"@en ; - rdfs:comment "Gain (K4). Typical value = 0." ; + rdfs:label "k4" ; + rdfs:comment "Gain (K4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8276,8 +8278,8 @@ cim:ExcELIN2.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.kd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd1"@en ; - rdfs:comment "Voltage controller derivative gain (Kd1). Typical value = 34,5." ; + rdfs:label "kd1" ; + rdfs:comment "Voltage controller derivative gain (Kd1). Typical value = 34,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8287,8 +8289,8 @@ cim:ExcELIN2.kd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.ke2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke2"@en ; - rdfs:comment "Gain (Ke2). Typical value = 0,1." ; + rdfs:label "ke2" ; + rdfs:comment "Gain (Ke2). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8298,8 +8300,8 @@ cim:ExcELIN2.ke2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.ketb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ketb"@en ; - rdfs:comment "Gain (Ketb). Typical value = 0,06." ; + rdfs:label "ketb" ; + rdfs:comment "Gain (Ketb). Typical value = 0,06."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8309,8 +8311,8 @@ cim:ExcELIN2.ketb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.pid1max a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pid1max"@en ; - rdfs:comment "Controller follow up gain (PID1max). Typical value = 2." ; + rdfs:label "pid1max" ; + rdfs:comment "Controller follow up gain (PID1max). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8320,8 +8322,8 @@ cim:ExcELIN2.pid1max a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8331,8 +8333,8 @@ cim:ExcELIN2.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 1." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8342,8 +8344,8 @@ cim:ExcELIN2.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.tb1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb1"@en ; - rdfs:comment "Voltage controller derivative washout time constant (Tb1) (>= 0). Typical value = 12,45." ; + rdfs:label "tb1" ; + rdfs:comment "Voltage controller derivative washout time constant (Tb1) (>= 0). Typical value = 12,45."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8354,8 +8356,8 @@ cim:ExcELIN2.tb1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Time constant (Te) (>= 0). Typical value = 0." ; + rdfs:label "te" ; + rdfs:comment "Time constant (Te) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8366,8 +8368,8 @@ cim:ExcELIN2.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.te2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te2"@en ; - rdfs:comment "Time Constant (Te2) (>= 0). Typical value = 1." ; + rdfs:label "te2" ; + rdfs:comment "Time Constant (Te2) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8378,8 +8380,8 @@ cim:ExcELIN2.te2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.ti1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti1"@en ; - rdfs:comment "Controller follow up deadband (Ti1). Typical value = 0." ; + rdfs:label "ti1" ; + rdfs:comment "Controller follow up deadband (Ti1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8389,8 +8391,8 @@ cim:ExcELIN2.ti1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.ti3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti3"@en ; - rdfs:comment "Time constant (Ti3) (>= 0). Typical value = 3." ; + rdfs:label "ti3" ; + rdfs:comment "Time constant (Ti3) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8401,8 +8403,8 @@ cim:ExcELIN2.ti3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.ti4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti4"@en ; - rdfs:comment "Time constant (Ti4) (>= 0). Typical value = 0." ; + rdfs:label "ti4" ; + rdfs:comment "Time constant (Ti4) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8413,8 +8415,8 @@ cim:ExcELIN2.ti4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.tr4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr4"@en ; - rdfs:comment "Time constant (Tr4) (>= 0). Typical value = 1." ; + rdfs:label "tr4" ; + rdfs:comment "Time constant (Tr4) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8425,8 +8427,8 @@ cim:ExcELIN2.tr4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.upmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "upmax"@en ; - rdfs:comment "Limiter (Upmax) (> ExcELIN2.upmin). Typical value = 3." ; + rdfs:label "upmax" ; + rdfs:comment "Limiter (Upmax) (> ExcELIN2.upmin). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8436,8 +8438,8 @@ cim:ExcELIN2.upmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.upmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "upmin"@en ; - rdfs:comment "Limiter (Upmin) (< ExcELIN2.upmax). Typical value = 0." ; + rdfs:label "upmin" ; + rdfs:comment "Limiter (Upmin) (< ExcELIN2.upmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8447,8 +8449,8 @@ cim:ExcELIN2.upmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 3." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8458,8 +8460,8 @@ cim:ExcELIN2.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 0." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8469,8 +8471,8 @@ cim:ExcELIN2.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcELIN2.xp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xp"@en ; - rdfs:comment "Excitation transformer effective reactance (Xp). Typical value = 1." ; + rdfs:label "xp" ; + rdfs:comment "Excitation transformer effective reactance (Xp). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8480,8 +8482,8 @@ cim:ExcELIN2.xp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcHU.ae a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ae"@en ; - rdfs:comment "Major loop PI tag gain factor (Ae). Typical value = 3." ; + rdfs:label "ae" ; + rdfs:comment "Major loop PI tag gain factor (Ae). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8491,8 +8493,8 @@ cim:ExcHU.ae a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcHU.ai a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ai"@en ; - rdfs:comment "Minor loop PI tag gain factor (Ai). Typical value = 22." ; + rdfs:label "ai" ; + rdfs:comment "Minor loop PI tag gain factor (Ai). Typical value = 22."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8502,8 +8504,8 @@ cim:ExcHU.ai a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcHU.atr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atr"@en ; - rdfs:comment "AVR constant (Atr). Typical value = 2,19." ; + rdfs:label "atr" ; + rdfs:comment "AVR constant (Atr). Typical value = 2,19."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8513,8 +8515,8 @@ cim:ExcHU.atr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcHU.emax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "emax"@en ; - rdfs:comment "Field voltage control signal upper limit on AVR base (Emax) (> ExcHU.emin). Typical value = 0,996." ; + rdfs:label "emax" ; + rdfs:comment "Field voltage control signal upper limit on AVR base (Emax) (> ExcHU.emin). Typical value = 0,996."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8524,8 +8526,8 @@ cim:ExcHU.emax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcHU.emin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "emin"@en ; - rdfs:comment "Field voltage control signal lower limit on AVR base (Emin) (< ExcHU.emax). Typical value = -0,866." ; + rdfs:label "emin" ; + rdfs:comment "Field voltage control signal lower limit on AVR base (Emin) (< ExcHU.emax). Typical value = -0,866."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8535,8 +8537,8 @@ cim:ExcHU.emin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcHU.imax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "imax"@en ; - rdfs:comment "Major loop PI tag output signal upper limit (Imax) (> ExcHU.imin). Typical value = 2,19." ; + rdfs:label "imax" ; + rdfs:comment "Major loop PI tag output signal upper limit (Imax) (> ExcHU.imin). Typical value = 2,19."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8546,8 +8548,8 @@ cim:ExcHU.imax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcHU.imin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "imin"@en ; - rdfs:comment "Major loop PI tag output signal lower limit (Imin) (< ExcHU.imax). Typical value = 0,1." ; + rdfs:label "imin" ; + rdfs:comment "Major loop PI tag output signal lower limit (Imin) (< ExcHU.imax). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8557,24 +8559,24 @@ cim:ExcHU.imin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcHU.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Voltage base conversion constant (Ke). Typical value = 4,666." ; + rdfs:label "ke" ; + rdfs:comment "Voltage base conversion constant (Ke). Typical value = 4,666."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcHU ; rdfs:range xsd:float . cim:ExcHU.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Current base conversion constant (Ki). Typical value = 0,21428." ; + rdfs:label "ki" ; + rdfs:comment "Current base conversion constant (Ki). Typical value = 0,21428."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcHU ; rdfs:range xsd:float . cim:ExcHU.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Major loop PI tag integration time constant (Te) (>= 0). Typical value = 0,154." ; + rdfs:label "te" ; + rdfs:comment "Major loop PI tag integration time constant (Te) (>= 0). Typical value = 0,154."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8585,8 +8587,8 @@ cim:ExcHU.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcHU.ti a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti"@en ; - rdfs:comment "Minor loop PI control tag integration time constant (Ti) (>= 0). Typical value = 0,01333." ; + rdfs:label "ti" ; + rdfs:comment "Minor loop PI control tag integration time constant (Ti) (>= 0). Typical value = 0,01333."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8597,8 +8599,8 @@ cim:ExcHU.ti a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcHU.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Filter time constant (Tr) (>= 0). If a voltage compensator is used in conjunction with this excitation system model, Tr should be set to 0. Typical value = 0,01." ; + rdfs:label "tr" ; + rdfs:comment "Filter time constant (Tr) (>= 0). If a voltage compensator is used in conjunction with this excitation system model, Tr should be set to 0. Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8609,8 +8611,8 @@ cim:ExcHU.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 400." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 400."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8620,8 +8622,8 @@ cim:ExcIEEEAC1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,2." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8631,8 +8633,8 @@ cim:ExcIEEEAC1A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,38." ; + rdfs:label "kd" ; + rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,38."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8642,8 +8644,8 @@ cim:ExcIEEEAC1A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8653,8 +8655,8 @@ cim:ExcIEEEAC1A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,03." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8664,24 +8666,24 @@ cim:ExcIEEEAC1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,1." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC1A ; rdfs:range xsd:float . cim:ExcIEEEAC1A.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,03." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,03."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC1A ; rdfs:range xsd:float . cim:ExcIEEEAC1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,02." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8692,8 +8694,8 @@ cim:ExcIEEEAC1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8704,8 +8706,8 @@ cim:ExcIEEEAC1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8716,8 +8718,8 @@ cim:ExcIEEEAC1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,8." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8728,8 +8730,8 @@ cim:ExcIEEEAC1A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8740,8 +8742,8 @@ cim:ExcIEEEAC1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 14,5." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 14,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8751,8 +8753,8 @@ cim:ExcIEEEAC1A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -14,5." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -14,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8762,8 +8764,8 @@ cim:ExcIEEEAC1A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 4,18." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 4,18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8773,8 +8775,8 @@ cim:ExcIEEEAC1A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 3,14." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 3,14."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8784,8 +8786,8 @@ cim:ExcIEEEAC1A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 6,03." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 6,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8795,8 +8797,8 @@ cim:ExcIEEEAC1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator outputs (VRMIN) (< 0). Typical value = -5,43." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator outputs (VRMIN) (< 0). Typical value = -5,43."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8806,8 +8808,8 @@ cim:ExcIEEEAC1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 400." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 400."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8817,8 +8819,8 @@ cim:ExcIEEEAC2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.kb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kb"@en ; - rdfs:comment "Second stage regulator gain (KB) (> 0). Typical value = 25." ; + rdfs:label "kb" ; + rdfs:comment "Second stage regulator gain (KB) (> 0). Typical value = 25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8828,8 +8830,8 @@ cim:ExcIEEEAC2A.kb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,28." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,28."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8839,8 +8841,8 @@ cim:ExcIEEEAC2A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,35." ; + rdfs:label "kd" ; + rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,35."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8850,8 +8852,8 @@ cim:ExcIEEEAC2A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE) (>= 0). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8861,8 +8863,8 @@ cim:ExcIEEEAC2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,03." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8872,8 +8874,8 @@ cim:ExcIEEEAC2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.kh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh"@en ; - rdfs:comment "Exciter field current feedback gain (KH) (>= 0). Typical value = 1." ; + rdfs:label "kh" ; + rdfs:comment "Exciter field current feedback gain (KH) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8883,24 +8885,24 @@ cim:ExcIEEEAC2A.kh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,037." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,037."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC2A ; rdfs:range xsd:float . cim:ExcIEEEAC2A.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,012." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,012."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC2A ; rdfs:range xsd:float . cim:ExcIEEEAC2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,02." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8911,8 +8913,8 @@ cim:ExcIEEEAC2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8923,8 +8925,8 @@ cim:ExcIEEEAC2A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8935,8 +8937,8 @@ cim:ExcIEEEAC2A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,6." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8947,8 +8949,8 @@ cim:ExcIEEEAC2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -8959,8 +8961,8 @@ cim:ExcIEEEAC2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 8." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8970,8 +8972,8 @@ cim:ExcIEEEAC2A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -8." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8981,8 +8983,8 @@ cim:ExcIEEEAC2A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 4,4." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 4,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -8992,8 +8994,8 @@ cim:ExcIEEEAC2A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 3,3." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 3,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9003,8 +9005,8 @@ cim:ExcIEEEAC2A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfemax"@en ; - rdfs:comment "Exciter field current limit reference (VFEMAX) (> 0). Typical value = 4,4." ; + rdfs:label "vfemax" ; + rdfs:comment "Exciter field current limit reference (VFEMAX) (> 0). Typical value = 4,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9014,8 +9016,8 @@ cim:ExcIEEEAC2A.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 105." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 105."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9025,8 +9027,8 @@ cim:ExcIEEEAC2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator outputs (VRMIN) (< 0). Typical value = -95." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator outputs (VRMIN) (< 0). Typical value = -95."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9036,8 +9038,8 @@ cim:ExcIEEEAC2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.efdn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdn"@en ; - rdfs:comment "Value of Efd at which feedback gain changes (EFDN) (> 0). Typical value = 2,36." ; + rdfs:label "efdn" ; + rdfs:comment "Value of Efd at which feedback gain changes (EFDN) (> 0). Typical value = 2,36."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9047,8 +9049,8 @@ cim:ExcIEEEAC3A.efdn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 45,62." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 45,62."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9058,8 +9060,8 @@ cim:ExcIEEEAC3A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,104." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,104."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9069,8 +9071,8 @@ cim:ExcIEEEAC3A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,499." ; + rdfs:label "kd" ; + rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,499."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9080,8 +9082,8 @@ cim:ExcIEEEAC3A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9091,8 +9093,8 @@ cim:ExcIEEEAC3A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,143." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,143."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9102,8 +9104,8 @@ cim:ExcIEEEAC3A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.kn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kn"@en ; - rdfs:comment "Excitation control system stabilizer gain (KN) (>= 0). Typical value = 0,05." ; + rdfs:label "kn" ; + rdfs:comment "Excitation control system stabilizer gain (KN) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9113,8 +9115,8 @@ cim:ExcIEEEAC3A.kn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.kr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kr"@en ; - rdfs:comment "Constant associated with regulator and alternator field power supply (KR) (> 0). Typical value = 3,77." ; + rdfs:label "kr" ; + rdfs:comment "Constant associated with regulator and alternator field power supply (KR) (> 0). Typical value = 3,77."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9124,24 +9126,24 @@ cim:ExcIEEEAC3A.kr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 1,143." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 1,143."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC3A ; rdfs:range xsd:float . cim:ExcIEEEAC3A.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,1." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC3A ; rdfs:range xsd:float . cim:ExcIEEEAC3A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,013." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,013."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9152,8 +9154,8 @@ cim:ExcIEEEAC3A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9164,8 +9166,8 @@ cim:ExcIEEEAC3A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9176,8 +9178,8 @@ cim:ExcIEEEAC3A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,17." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,17."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9188,8 +9190,8 @@ cim:ExcIEEEAC3A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9200,8 +9202,8 @@ cim:ExcIEEEAC3A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 1." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9211,8 +9213,8 @@ cim:ExcIEEEAC3A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -0,95." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -0,95."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9222,8 +9224,8 @@ cim:ExcIEEEAC3A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 6,24." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 6,24."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9233,8 +9235,8 @@ cim:ExcIEEEAC3A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 4,68." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 4,68."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9244,8 +9246,8 @@ cim:ExcIEEEAC3A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vemin"@en ; - rdfs:comment "Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0." ; + rdfs:label "vemin" ; + rdfs:comment "Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9255,8 +9257,8 @@ cim:ExcIEEEAC3A.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC3A.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfemax"@en ; - rdfs:comment "Exciter field current limit reference (VFEMAX) (>= 0). Typical value = 16." ; + rdfs:label "vfemax" ; + rdfs:comment "Exciter field current limit reference (VFEMAX) (>= 0). Typical value = 16."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9266,8 +9268,8 @@ cim:ExcIEEEAC3A.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC4A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 200." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 200."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9277,8 +9279,8 @@ cim:ExcIEEEAC4A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC4A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9288,8 +9290,8 @@ cim:ExcIEEEAC4A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC4A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,015." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,015."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9300,8 +9302,8 @@ cim:ExcIEEEAC4A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC4A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 10." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9312,8 +9314,8 @@ cim:ExcIEEEAC4A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC4A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 1." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9324,8 +9326,8 @@ cim:ExcIEEEAC4A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC4A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimax"@en ; - rdfs:comment "Maximum voltage regulator input limit (VIMAX) (> 0). Typical value = 10." ; + rdfs:label "vimax" ; + rdfs:comment "Maximum voltage regulator input limit (VIMAX) (> 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9335,8 +9337,8 @@ cim:ExcIEEEAC4A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC4A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimin"@en ; - rdfs:comment "Minimum voltage regulator input limit (VIMIN) (< 0). Typical value = -10." ; + rdfs:label "vimin" ; + rdfs:comment "Minimum voltage regulator input limit (VIMIN) (< 0). Typical value = -10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9346,8 +9348,8 @@ cim:ExcIEEEAC4A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC4A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5,64." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5,64."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9357,8 +9359,8 @@ cim:ExcIEEEAC4A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC4A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -4,53." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -4,53."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9368,8 +9370,8 @@ cim:ExcIEEEAC4A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd1"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 5,6." ; + rdfs:label "efd1" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 5,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9379,8 +9381,8 @@ cim:ExcIEEEAC5A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd2"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 4,2." ; + rdfs:label "efd2" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 4,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9390,8 +9392,8 @@ cim:ExcIEEEAC5A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 400." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 400."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9401,8 +9403,8 @@ cim:ExcIEEEAC5A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9412,8 +9414,8 @@ cim:ExcIEEEAC5A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,03." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9423,24 +9425,24 @@ cim:ExcIEEEAC5A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.seefd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,86." ; + rdfs:label "seefd1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,86."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC5A ; rdfs:range xsd:float . cim:ExcIEEEAC5A.seefd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,5." ; + rdfs:label "seefd2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,5."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC5A ; rdfs:range xsd:float . cim:ExcIEEEAC5A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,02." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9451,8 +9453,8 @@ cim:ExcIEEEAC5A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,8." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9463,8 +9465,8 @@ cim:ExcIEEEAC5A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf1"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF1) (> 0). Typical value = 1." ; + rdfs:label "tf1" ; + rdfs:comment "Excitation control system stabilizer time constant (TF1) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9475,8 +9477,8 @@ cim:ExcIEEEAC5A.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf2"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF2) (>= 0). Typical value = 1." ; + rdfs:label "tf2" ; + rdfs:comment "Excitation control system stabilizer time constant (TF2) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9487,8 +9489,8 @@ cim:ExcIEEEAC5A.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.tf3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf3"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF3) (>= 0). Typical value = 1." ; + rdfs:label "tf3" ; + rdfs:comment "Excitation control system stabilizer time constant (TF3) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9499,8 +9501,8 @@ cim:ExcIEEEAC5A.tf3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 7,3." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 7,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9510,8 +9512,8 @@ cim:ExcIEEEAC5A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC5A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -7,3." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -7,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9521,8 +9523,8 @@ cim:ExcIEEEAC5A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 536." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 536."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9532,8 +9534,8 @@ cim:ExcIEEEAC6A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,173." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,173."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9543,8 +9545,8 @@ cim:ExcIEEEAC6A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 1,91." ; + rdfs:label "kd" ; + rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 1,91."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9554,8 +9556,8 @@ cim:ExcIEEEAC6A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1,6." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9565,8 +9567,8 @@ cim:ExcIEEEAC6A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.kh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh"@en ; - rdfs:comment "Exciter field current limiter gain (KH) (>= 0). Typical value = 92." ; + rdfs:label "kh" ; + rdfs:comment "Exciter field current limiter gain (KH) (>= 0). Typical value = 92."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9576,24 +9578,24 @@ cim:ExcIEEEAC6A.kh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,214." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,214."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC6A ; rdfs:range xsd:float . cim:ExcIEEEAC6A.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,044." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,044."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC6A ; rdfs:range xsd:float . cim:ExcIEEEAC6A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (>= 0). Typical value = 0,086." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (>= 0). Typical value = 0,086."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9604,8 +9606,8 @@ cim:ExcIEEEAC6A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 9." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9616,8 +9618,8 @@ cim:ExcIEEEAC6A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 3." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9628,8 +9630,8 @@ cim:ExcIEEEAC6A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9640,8 +9642,8 @@ cim:ExcIEEEAC6A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.th a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th"@en ; - rdfs:comment "Exciter field current limiter time constant (TH) (> 0). Typical value = 0,08." ; + rdfs:label "th" ; + rdfs:comment "Exciter field current limiter time constant (TH) (> 0). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9652,8 +9654,8 @@ cim:ExcIEEEAC6A.th a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.tj a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tj"@en ; - rdfs:comment "Exciter field current limiter time constant (TJ) (>= 0). Typical value = 0,02." ; + rdfs:label "tj" ; + rdfs:comment "Exciter field current limiter time constant (TJ) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9664,8 +9666,8 @@ cim:ExcIEEEAC6A.tj a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.tk a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tk"@en ; - rdfs:comment "Voltage regulator time constant (TK) (>= 0). Typical value = 0,18." ; + rdfs:label "tk" ; + rdfs:comment "Voltage regulator time constant (TK) (>= 0). Typical value = 0,18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9676,8 +9678,8 @@ cim:ExcIEEEAC6A.tk a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 75." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9687,8 +9689,8 @@ cim:ExcIEEEAC6A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -75." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9698,8 +9700,8 @@ cim:ExcIEEEAC6A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 7,4." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 7,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9709,8 +9711,8 @@ cim:ExcIEEEAC6A.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 5,55." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 5,55."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9720,8 +9722,8 @@ cim:ExcIEEEAC6A.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.vfelim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfelim"@en ; - rdfs:comment "Exciter field current limit reference (VFELIM) (> 0). Typical value = 19." ; + rdfs:label "vfelim" ; + rdfs:comment "Exciter field current limit reference (VFELIM) (> 0). Typical value = 19."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9731,8 +9733,8 @@ cim:ExcIEEEAC6A.vfelim a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.vhmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vhmax"@en ; - rdfs:comment "Maximum field current limiter signal reference (VHMAX) (> 0). Typical value = 75." ; + rdfs:label "vhmax" ; + rdfs:comment "Maximum field current limiter signal reference (VHMAX) (> 0). Typical value = 75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9742,8 +9744,8 @@ cim:ExcIEEEAC6A.vhmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 44." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 44."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9753,8 +9755,8 @@ cim:ExcIEEEAC6A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC6A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -36." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -36."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9764,8 +9766,8 @@ cim:ExcIEEEAC6A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,18." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9775,8 +9777,8 @@ cim:ExcIEEEAC7B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,02." ; + rdfs:label "kd" ; + rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9786,8 +9788,8 @@ cim:ExcIEEEAC7B.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kdr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kdr"@en ; - rdfs:comment "Voltage regulator derivative gain (KDR) (>= 0). Typical value = 0." ; + rdfs:label "kdr" ; + rdfs:comment "Voltage regulator derivative gain (KDR) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9797,8 +9799,8 @@ cim:ExcIEEEAC7B.kdr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9808,8 +9810,8 @@ cim:ExcIEEEAC7B.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf1"@en ; - rdfs:comment "Excitation control system stabilizer gain (KF1) (>= 0). Typical value = 0,212." ; + rdfs:label "kf1" ; + rdfs:comment "Excitation control system stabilizer gain (KF1) (>= 0). Typical value = 0,212."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9819,8 +9821,8 @@ cim:ExcIEEEAC7B.kf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf2"@en ; - rdfs:comment "Excitation control system stabilizer gain (KF2) (>= 0). Typical value = 0." ; + rdfs:label "kf2" ; + rdfs:comment "Excitation control system stabilizer gain (KF2) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9830,8 +9832,8 @@ cim:ExcIEEEAC7B.kf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kf3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf3"@en ; - rdfs:comment "Excitation control system stabilizer gain (KF3) (>= 0). Typical value = 0." ; + rdfs:label "kf3" ; + rdfs:comment "Excitation control system stabilizer gain (KF3) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9841,8 +9843,8 @@ cim:ExcIEEEAC7B.kf3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kia a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kia"@en ; - rdfs:comment "Voltage regulator integral gain (KIA) (>= 0). Typical value = 59,69." ; + rdfs:label "kia" ; + rdfs:comment "Voltage regulator integral gain (KIA) (>= 0). Typical value = 59,69."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9852,8 +9854,8 @@ cim:ExcIEEEAC7B.kia a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kir a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kir"@en ; - rdfs:comment "Voltage regulator integral gain (KIR) (>= 0). Typical value = 4,24." ; + rdfs:label "kir" ; + rdfs:comment "Voltage regulator integral gain (KIR) (>= 0). Typical value = 4,24."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9863,8 +9865,8 @@ cim:ExcIEEEAC7B.kir a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kl"@en ; - rdfs:comment "Exciter field voltage lower limit parameter (KL). Typical value = 10." ; + rdfs:label "kl" ; + rdfs:comment "Exciter field voltage lower limit parameter (KL). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9874,8 +9876,8 @@ cim:ExcIEEEAC7B.kl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Potential circuit gain coefficient (KP) (> 0). Typical value = 4,96." ; + rdfs:label "kp" ; + rdfs:comment "Potential circuit gain coefficient (KP) (> 0). Typical value = 4,96."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9885,8 +9887,8 @@ cim:ExcIEEEAC7B.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kpa a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpa"@en ; - rdfs:comment "Voltage regulator proportional gain (KPA) (> 0 if ExcIEEEAC7B.kia = 0). Typical value = 65,36." ; + rdfs:label "kpa" ; + rdfs:comment "Voltage regulator proportional gain (KPA) (> 0 if ExcIEEEAC7B.kia = 0). Typical value = 65,36."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9896,8 +9898,8 @@ cim:ExcIEEEAC7B.kpa a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.kpr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpr"@en ; - rdfs:comment "Voltage regulator proportional gain (KPR) (> 0 if ExcIEEEAC7B.kir = 0). Typical value = 4,24." ; + rdfs:label "kpr" ; + rdfs:comment "Voltage regulator proportional gain (KPR) (> 0 if ExcIEEEAC7B.kir = 0). Typical value = 4,24."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9907,24 +9909,24 @@ cim:ExcIEEEAC7B.kpr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,44." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,44."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC7B ; rdfs:range xsd:float . cim:ExcIEEEAC7B.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,075." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,075."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC7B ; rdfs:range xsd:float . cim:ExcIEEEAC7B.tdr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tdr"@en ; - rdfs:comment "Lag time constant (TDR) (>= 0). Typical value = 0." ; + rdfs:label "tdr" ; + rdfs:comment "Lag time constant (TDR) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9935,8 +9937,8 @@ cim:ExcIEEEAC7B.tdr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,1." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9947,8 +9949,8 @@ cim:ExcIEEEAC7B.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -9959,8 +9961,8 @@ cim:ExcIEEEAC7B.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 1." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9970,8 +9972,8 @@ cim:ExcIEEEAC7B.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -0,95." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -0,95."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9981,8 +9983,8 @@ cim:ExcIEEEAC7B.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 6,3." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 6,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -9992,8 +9994,8 @@ cim:ExcIEEEAC7B.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 3,02." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 3,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10003,8 +10005,8 @@ cim:ExcIEEEAC7B.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vemin"@en ; - rdfs:comment "Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0." ; + rdfs:label "vemin" ; + rdfs:comment "Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10014,8 +10016,8 @@ cim:ExcIEEEAC7B.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfemax"@en ; - rdfs:comment "Exciter field current limit reference (VFEMAX). Typical value = 6,9." ; + rdfs:label "vfemax" ; + rdfs:comment "Exciter field current limit reference (VFEMAX). Typical value = 6,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10025,8 +10027,8 @@ cim:ExcIEEEAC7B.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5,79." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5,79."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10036,8 +10038,8 @@ cim:ExcIEEEAC7B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC7B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -5,79." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -5,79."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10047,8 +10049,8 @@ cim:ExcIEEEAC7B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 1." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10058,8 +10060,8 @@ cim:ExcIEEEAC8B.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,55." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,55."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10069,8 +10071,8 @@ cim:ExcIEEEAC8B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 1,1." ; + rdfs:label "kd" ; + rdfs:comment "Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10080,8 +10082,8 @@ cim:ExcIEEEAC8B.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.kdr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kdr"@en ; - rdfs:comment "Voltage regulator derivative gain (KDR) (>= 0). Typical value = 10." ; + rdfs:label "kdr" ; + rdfs:comment "Voltage regulator derivative gain (KDR) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10091,8 +10093,8 @@ cim:ExcIEEEAC8B.kdr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10102,8 +10104,8 @@ cim:ExcIEEEAC8B.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.kir a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kir"@en ; - rdfs:comment "Voltage regulator integral gain (KIR) (>= 0). Typical value = 5." ; + rdfs:label "kir" ; + rdfs:comment "Voltage regulator integral gain (KIR) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10113,8 +10115,8 @@ cim:ExcIEEEAC8B.kir a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.kpr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpr"@en ; - rdfs:comment "Voltage regulator proportional gain (KPR) (> 0 if ExcIEEEAC8B.kir = 0). Typical value = 80." ; + rdfs:label "kpr" ; + rdfs:comment "Voltage regulator proportional gain (KPR) (> 0 if ExcIEEEAC8B.kir = 0). Typical value = 80."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10124,24 +10126,24 @@ cim:ExcIEEEAC8B.kpr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.seve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,3." ; + rdfs:label "seve1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,3."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC8B ; rdfs:range xsd:float . cim:ExcIEEEAC8B.seve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seve2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 3." ; + rdfs:label "seve2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 3."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEAC8B ; rdfs:range xsd:float . cim:ExcIEEEAC8B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (>= 0). Typical value = 0." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10152,8 +10154,8 @@ cim:ExcIEEEAC8B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.tdr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tdr"@en ; - rdfs:comment "Lag time constant (TDR) (> 0). Typical value = 0,1." ; + rdfs:label "tdr" ; + rdfs:comment "Lag time constant (TDR) (> 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10164,8 +10166,8 @@ cim:ExcIEEEAC8B.tdr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,2." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10176,8 +10178,8 @@ cim:ExcIEEEAC8B.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve1"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 6,5." ; + rdfs:label "ve1" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 6,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10187,8 +10189,8 @@ cim:ExcIEEEAC8B.ve1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ve2"@en ; - rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 9." ; + rdfs:label "ve2" ; + rdfs:comment "Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10198,8 +10200,8 @@ cim:ExcIEEEAC8B.ve2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vemin"@en ; - rdfs:comment "Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0." ; + rdfs:label "vemin" ; + rdfs:comment "Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10209,8 +10211,8 @@ cim:ExcIEEEAC8B.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfemax"@en ; - rdfs:comment "Exciter field current limit reference (VFEMAX). Typical value = 6." ; + rdfs:label "vfemax" ; + rdfs:comment "Exciter field current limit reference (VFEMAX). Typical value = 6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10220,8 +10222,8 @@ cim:ExcIEEEAC8B.vfemax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 35." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 35."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10231,8 +10233,8 @@ cim:ExcIEEEAC8B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEAC8B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (<= 0). Typical value = 0." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (<= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10242,8 +10244,8 @@ cim:ExcIEEEAC8B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd1"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 3,1." ; + rdfs:label "efd1" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 3,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10253,8 +10255,8 @@ cim:ExcIEEEDC1A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd2"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 2,3." ; + rdfs:label "efd2" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 2,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10264,19 +10266,19 @@ cim:ExcIEEEDC1A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.exclim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "exclim"@en ; + rdfs:label "exclim" ; rdfs:comment """(exclim). IEEE standard is ambiguous about lower limit on exciter output. true = a lower limit of zero is applied to integrator output false = a lower limit of zero is not applied to integrator output. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC1A ; rdfs:range xsd:boolean . cim:ExcIEEEDC1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 46." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 46."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10286,8 +10288,8 @@ cim:ExcIEEEDC1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 0." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10297,8 +10299,8 @@ cim:ExcIEEEDC1A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gain (KF) (>= 0). Typical value = 0.1." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gain (KF) (>= 0). Typical value = 0.1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10308,24 +10310,24 @@ cim:ExcIEEEDC1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.seefd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0.33." ; + rdfs:label "seefd1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0.33."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC1A ; rdfs:range xsd:float . cim:ExcIEEEDC1A.seefd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,1." ; + rdfs:label "seefd2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC1A ; rdfs:range xsd:float . cim:ExcIEEEDC1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,06." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,06."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10336,8 +10338,8 @@ cim:ExcIEEEDC1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10348,8 +10350,8 @@ cim:ExcIEEEDC1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10360,8 +10362,8 @@ cim:ExcIEEEDC1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,46." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,46."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10372,8 +10374,8 @@ cim:ExcIEEEDC1A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10384,19 +10386,19 @@ cim:ExcIEEEDC1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.uelin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uelin"@en ; + rdfs:label "uelin" ; rdfs:comment """UEL input (uelin). true = input is connected to the HV gate false = input connects to the error signal. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC1A ; rdfs:range xsd:boolean . cim:ExcIEEEDC1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> ExcIEEEDC1A.vrmin). Typical value = 1." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> ExcIEEEDC1A.vrmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10406,8 +10408,8 @@ cim:ExcIEEEDC1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0 and < ExcIEEEDC1A.vrmax). Typical value = -0,9." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0 and < ExcIEEEDC1A.vrmax). Typical value = -0,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10417,8 +10419,8 @@ cim:ExcIEEEDC1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd1"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 3,05." ; + rdfs:label "efd1" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 3,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10428,8 +10430,8 @@ cim:ExcIEEEDC2A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd2"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 2,29." ; + rdfs:label "efd2" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 2,29."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10439,8 +10441,8 @@ cim:ExcIEEEDC2A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.exclim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "exclim"@en ; - rdfs:comment "(exclim). IEEE standard is ambiguous about lower limit on exciter output. Typical value = - 999 which means that there is no limit applied." ; + rdfs:label "exclim" ; + rdfs:comment "(exclim). IEEE standard is ambiguous about lower limit on exciter output. Typical value = - 999 which means that there is no limit applied."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10450,8 +10452,8 @@ cim:ExcIEEEDC2A.exclim a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 300." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 300."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10461,8 +10463,8 @@ cim:ExcIEEEDC2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10472,8 +10474,8 @@ cim:ExcIEEEDC2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gain (KF) (>= 0). Typical value = 0,1." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gain (KF) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10483,24 +10485,24 @@ cim:ExcIEEEDC2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.seefd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,279." ; + rdfs:label "seefd1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,279."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC2A ; rdfs:range xsd:float . cim:ExcIEEEDC2A.seefd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,117." ; + rdfs:label "seefd2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,117."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC2A ; rdfs:range xsd:float . cim:ExcIEEEDC2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,01." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10511,8 +10513,8 @@ cim:ExcIEEEDC2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10523,8 +10525,8 @@ cim:ExcIEEEDC2A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10535,8 +10537,8 @@ cim:ExcIEEEDC2A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,33." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,33."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10547,8 +10549,8 @@ cim:ExcIEEEDC2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 0,675." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (TF) (> 0). Typical value = 0,675."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10559,19 +10561,19 @@ cim:ExcIEEEDC2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.uelin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uelin"@en ; + rdfs:label "uelin" ; rdfs:comment """UEL input (uelin). true = input is connected to the HV gate false = input connects to the error signal. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC2A ; rdfs:range xsd:boolean . cim:ExcIEEEDC2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX)(> ExcIEEEDC2A.vrmin). Typical value = 4,95." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX)(> ExcIEEEDC2A.vrmin). Typical value = 4,95."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10581,8 +10583,8 @@ cim:ExcIEEEDC2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0 and < ExcIEEEDC2A.vrmax). Typical value = -4,9." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0 and < ExcIEEEDC2A.vrmax). Typical value = -4,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10592,8 +10594,8 @@ cim:ExcIEEEDC2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC3A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd1"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 3,375." ; + rdfs:label "efd1" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 3,375."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10603,8 +10605,8 @@ cim:ExcIEEEDC3A.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC3A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd2"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 3,15." ; + rdfs:label "efd2" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 3,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10614,19 +10616,19 @@ cim:ExcIEEEDC3A.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC3A.exclim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "exclim"@en ; + rdfs:label "exclim" ; rdfs:comment """(exclim). IEEE standard is ambiguous about lower limit on exciter output. true = a lower limit of zero is applied to integrator output false = a lower limit of zero is not applied to integrator output. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC3A ; rdfs:range xsd:boolean . cim:ExcIEEEDC3A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 0,05." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10636,8 +10638,8 @@ cim:ExcIEEEDC3A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC3A.kv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kv"@en ; - rdfs:comment "Fast raise/lower contact setting (KV) (> 0). Typical value = 0,05." ; + rdfs:label "kv" ; + rdfs:comment "Fast raise/lower contact setting (KV) (> 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10647,24 +10649,24 @@ cim:ExcIEEEDC3A.kv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC3A.seefd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,267." ; + rdfs:label "seefd1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,267."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC3A ; rdfs:range xsd:float . cim:ExcIEEEDC3A.seefd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,068." ; + rdfs:label "seefd2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,068."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC3A ; rdfs:range xsd:float . cim:ExcIEEEDC3A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,5." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10675,8 +10677,8 @@ cim:ExcIEEEDC3A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC3A.trh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "trh"@en ; - rdfs:comment "Rheostat travel time (TRH) (> 0). Typical value = 20." ; + rdfs:label "trh" ; + rdfs:comment "Rheostat travel time (TRH) (> 0). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10687,8 +10689,8 @@ cim:ExcIEEEDC3A.trh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC3A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 1." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10698,8 +10700,8 @@ cim:ExcIEEEDC3A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC3A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (<= 0). Typical value = 0." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (<= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10709,8 +10711,8 @@ cim:ExcIEEEDC3A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd1"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 1,75." ; + rdfs:label "efd1" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 1,75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10720,8 +10722,8 @@ cim:ExcIEEEDC4B.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd2"@en ; - rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 2,33." ; + rdfs:label "efd2" ; + rdfs:comment "Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 2,33."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10731,8 +10733,8 @@ cim:ExcIEEEDC4B.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 1." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10742,8 +10744,8 @@ cim:ExcIEEEDC4B.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Regulator derivative gain (KD) (>= 0). Typical value = 20." ; + rdfs:label "kd" ; + rdfs:comment "Regulator derivative gain (KD) (>= 0). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10753,8 +10755,8 @@ cim:ExcIEEEDC4B.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10764,8 +10766,8 @@ cim:ExcIEEEDC4B.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gain (KF) (>= 0). Typical value = 0." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gain (KF) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10775,8 +10777,8 @@ cim:ExcIEEEDC4B.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Regulator integral gain (KI) (>= 0). Typical value = 20." ; + rdfs:label "ki" ; + rdfs:comment "Regulator integral gain (KI) (>= 0). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10786,8 +10788,8 @@ cim:ExcIEEEDC4B.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Regulator proportional gain (KP) (>= 0). Typical value = 20." ; + rdfs:label "kp" ; + rdfs:comment "Regulator proportional gain (KP) (>= 0). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10797,35 +10799,35 @@ cim:ExcIEEEDC4B.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.oelin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "oelin"@en ; + rdfs:label "oelin" ; rdfs:comment """OEL input (OELin). true = LV gate false = subtract from error signal. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC4B ; rdfs:range xsd:boolean . cim:ExcIEEEDC4B.seefd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd1"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,08." ; + rdfs:label "seefd1" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,08."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC4B ; rdfs:range xsd:float . cim:ExcIEEEDC4B.seefd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "seefd2"@en ; - rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,27." ; + rdfs:label "seefd2" ; + rdfs:comment "Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,27."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC4B ; rdfs:range xsd:float . cim:ExcIEEEDC4B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,2." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10836,8 +10838,8 @@ cim:ExcIEEEDC4B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Regulator derivative filter time constant (TD) (> 0 if ExcIEEEDC4B.kd > 0). Typical value = 0,01." ; + rdfs:label "td" ; + rdfs:comment "Regulator derivative filter time constant (TD) (> 0 if ExcIEEEDC4B.kd > 0). Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10848,8 +10850,8 @@ cim:ExcIEEEDC4B.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,8." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10860,8 +10862,8 @@ cim:ExcIEEEDC4B.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10872,19 +10874,19 @@ cim:ExcIEEEDC4B.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.uelin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uelin"@en ; + rdfs:label "uelin" ; rdfs:comment """UEL input (UELin). true = HV gate false = add to error signal. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEDC4B ; rdfs:range xsd:boolean . cim:ExcIEEEDC4B.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vemin"@en ; - rdfs:comment "Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0." ; + rdfs:label "vemin" ; + rdfs:comment "Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10894,8 +10896,8 @@ cim:ExcIEEEDC4B.vemin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> ExcIEEEDC4B.vrmin). Typical value = 2,7." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> ExcIEEEDC4B.vrmin). Typical value = 2,7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10905,8 +10907,8 @@ cim:ExcIEEEDC4B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEDC4B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (<= 0 and < ExcIEEEDC4B.vrmax). Typical value = -0,9." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (<= 0 and < ExcIEEEDC4B.vrmax). Typical value = -0,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10916,8 +10918,8 @@ cim:ExcIEEEDC4B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.ilr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ilr"@en ; - rdfs:comment "Exciter output current limit reference (ILR). Typical value = 0." ; + rdfs:label "ilr" ; + rdfs:comment "Exciter output current limit reference (ILR). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10927,8 +10929,8 @@ cim:ExcIEEEST1A.ilr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 190." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 190."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10938,8 +10940,8 @@ cim:ExcIEEEST1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,08." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10949,8 +10951,8 @@ cim:ExcIEEEST1A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10960,8 +10962,8 @@ cim:ExcIEEEST1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.klr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "klr"@en ; - rdfs:comment "Exciter output current limiter gain (KLR). Typical value = 0." ; + rdfs:label "klr" ; + rdfs:comment "Exciter output current limiter gain (KLR). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -10971,19 +10973,19 @@ cim:ExcIEEEST1A.klr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.pssin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pssin"@en ; + rdfs:label "pssin" ; rdfs:comment """Selector of the Power System Stabilizer (PSS) input (PSSin). true = PSS input (Vs) added to error signal false = PSS input (Vs) added to voltage regulator output. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEST1A ; rdfs:range xsd:boolean . cim:ExcIEEEST1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (>= 0). Typical value = 0." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -10994,8 +10996,8 @@ cim:ExcIEEEST1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 10." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11006,8 +11008,8 @@ cim:ExcIEEEST1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.tb1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb1"@en ; - rdfs:comment "Voltage regulator time constant (TB1) (>= 0). Typical value = 0." ; + rdfs:label "tb1" ; + rdfs:comment "Voltage regulator time constant (TB1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11018,8 +11020,8 @@ cim:ExcIEEEST1A.tb1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 1." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11030,8 +11032,8 @@ cim:ExcIEEEST1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.tc1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc1"@en ; - rdfs:comment "Voltage regulator time constant (TC1) (>= 0). Typical value = 0." ; + rdfs:label "tc1" ; + rdfs:comment "Voltage regulator time constant (TC1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11042,8 +11044,8 @@ cim:ExcIEEEST1A.tc1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11054,8 +11056,8 @@ cim:ExcIEEEST1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 14,5." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 14,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11065,8 +11067,8 @@ cim:ExcIEEEST1A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -14,5." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -14,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11076,8 +11078,8 @@ cim:ExcIEEEST1A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimax"@en ; - rdfs:comment "Maximum voltage regulator input limit (VIMAX) (> 0). Typical value = 999." ; + rdfs:label "vimax" ; + rdfs:comment "Maximum voltage regulator input limit (VIMAX) (> 0). Typical value = 999."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11087,8 +11089,8 @@ cim:ExcIEEEST1A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimin"@en ; - rdfs:comment "Minimum voltage regulator input limit (VIMIN) (< 0). Typical value = -999." ; + rdfs:label "vimin" ; + rdfs:comment "Minimum voltage regulator input limit (VIMIN) (< 0). Typical value = -999."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11098,8 +11100,8 @@ cim:ExcIEEEST1A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 7,8." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 7,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11109,8 +11111,8 @@ cim:ExcIEEEST1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator outputs (VRMIN) (< 0). Typical value = -6,7." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator outputs (VRMIN) (< 0). Typical value = -6,7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11120,8 +11122,8 @@ cim:ExcIEEEST1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmax"@en ; - rdfs:comment "Maximum field voltage (EFDMax) (>= 0). Typical value = 99." ; + rdfs:label "efdmax" ; + rdfs:comment "Maximum field voltage (EFDMax) (>= 0). Typical value = 99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11131,8 +11133,8 @@ cim:ExcIEEEST2A.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 120." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). Typical value = 120."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11142,8 +11144,8 @@ cim:ExcIEEEST2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 1,82." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 1,82."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11153,8 +11155,8 @@ cim:ExcIEEEST2A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (KE). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11164,8 +11166,8 @@ cim:ExcIEEEST2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,05." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11175,8 +11177,8 @@ cim:ExcIEEEST2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Potential circuit gain coefficient (KI) (>= 0). Typical value = 8." ; + rdfs:label "ki" ; + rdfs:comment "Potential circuit gain coefficient (KI) (>= 0). Typical value = 8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11186,8 +11188,8 @@ cim:ExcIEEEST2A.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Potential circuit gain coefficient (KP) (>= 0). Typical value = 4,88." ; + rdfs:label "kp" ; + rdfs:comment "Potential circuit gain coefficient (KP) (>= 0). Typical value = 4,88."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11197,8 +11199,8 @@ cim:ExcIEEEST2A.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,15." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (> 0). Typical value = 0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11209,8 +11211,8 @@ cim:ExcIEEEST2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,5." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11221,8 +11223,8 @@ cim:ExcIEEEST2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11233,19 +11235,19 @@ cim:ExcIEEEST2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.uelin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uelin"@en ; + rdfs:label "uelin" ; rdfs:comment """UEL input (UELin). true = HV gate false = add to error signal. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcIEEEST2A ; rdfs:range xsd:boolean . cim:ExcIEEEST2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 1." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11255,8 +11257,8 @@ cim:ExcIEEEST2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator outputs (VRMIN) (<= 0). Typical value = 0." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator outputs (VRMIN) (<= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11266,8 +11268,8 @@ cim:ExcIEEEST2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (KA) (> 0). This is parameter K in the IEEE standard. Typical value = 200." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (KA) (> 0). This is parameter K in the IEEE standard. Typical value = 200."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11277,8 +11279,8 @@ cim:ExcIEEEST3A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,2." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11288,8 +11290,8 @@ cim:ExcIEEEST3A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Feedback gain constant of the inner loop field regulator (KG) (>= 0). Typical value = 1." ; + rdfs:label "kg" ; + rdfs:comment "Feedback gain constant of the inner loop field regulator (KG) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11299,8 +11301,8 @@ cim:ExcIEEEST3A.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Potential circuit gain coefficient (KI) (>= 0). Typical value = 0." ; + rdfs:label "ki" ; + rdfs:comment "Potential circuit gain coefficient (KI) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11310,8 +11312,8 @@ cim:ExcIEEEST3A.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.km a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "km"@en ; - rdfs:comment "Forward gain constant of the inner loop field regulator (KM) (> 0). Typical value = 7,93." ; + rdfs:label "km" ; + rdfs:comment "Forward gain constant of the inner loop field regulator (KM) (> 0). Typical value = 7,93."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11321,8 +11323,8 @@ cim:ExcIEEEST3A.km a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Potential circuit gain coefficient (KP) (> 0). Typical value = 6,15." ; + rdfs:label "kp" ; + rdfs:comment "Potential circuit gain coefficient (KP) (> 0). Typical value = 6,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11332,8 +11334,8 @@ cim:ExcIEEEST3A.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (>= 0). Typical value = 0." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11344,8 +11346,8 @@ cim:ExcIEEEST3A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 10." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (TB) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11356,8 +11358,8 @@ cim:ExcIEEEST3A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 1." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (TC) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11368,8 +11370,8 @@ cim:ExcIEEEST3A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.thetap a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thetap"@en ; - rdfs:comment "Potential circuit phase angle (thetap). Typical value = 0." ; + rdfs:label "thetap" ; + rdfs:comment "Potential circuit phase angle (thetap). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -11380,8 +11382,8 @@ cim:ExcIEEEST3A.thetap a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.tm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tm"@en ; - rdfs:comment "Forward time constant of inner loop field regulator (TM) (> 0). Typical value = 0,4." ; + rdfs:label "tm" ; + rdfs:comment "Forward time constant of inner loop field regulator (TM) (> 0). Typical value = 0,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11392,8 +11394,8 @@ cim:ExcIEEEST3A.tm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.vbmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vbmax"@en ; - rdfs:comment "Maximum excitation voltage (VBMax) (> 0). Typical value = 6,9." ; + rdfs:label "vbmax" ; + rdfs:comment "Maximum excitation voltage (VBMax) (> 0). Typical value = 6,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11403,8 +11405,8 @@ cim:ExcIEEEST3A.vbmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.vgmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vgmax"@en ; - rdfs:comment "Maximum inner loop feedback voltage (VGMax) (>= 0). Typical value = 5,8." ; + rdfs:label "vgmax" ; + rdfs:comment "Maximum inner loop feedback voltage (VGMax) (>= 0). Typical value = 5,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11414,8 +11416,8 @@ cim:ExcIEEEST3A.vgmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimax"@en ; - rdfs:comment "Maximum voltage regulator input limit (VIMAX) (> 0). Typical value = 0,2." ; + rdfs:label "vimax" ; + rdfs:comment "Maximum voltage regulator input limit (VIMAX) (> 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11425,8 +11427,8 @@ cim:ExcIEEEST3A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimin"@en ; - rdfs:comment "Minimum voltage regulator input limit (VIMIN) (< 0). Typical value = -0,2." ; + rdfs:label "vimin" ; + rdfs:comment "Minimum voltage regulator input limit (VIMIN) (< 0). Typical value = -0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11436,8 +11438,8 @@ cim:ExcIEEEST3A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.vmmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmmax"@en ; - rdfs:comment "Maximum inner loop output (VMMax) (> 0). Typical value = 1." ; + rdfs:label "vmmax" ; + rdfs:comment "Maximum inner loop output (VMMax) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11447,8 +11449,8 @@ cim:ExcIEEEST3A.vmmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.vmmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmmin"@en ; - rdfs:comment "Minimum inner loop output (VMMin) (<= 0). Typical value = 0." ; + rdfs:label "vmmin" ; + rdfs:comment "Minimum inner loop output (VMMin) (<= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11458,8 +11460,8 @@ cim:ExcIEEEST3A.vmmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 10." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11469,8 +11471,8 @@ cim:ExcIEEEST3A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -10." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11480,8 +11482,8 @@ cim:ExcIEEEST3A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST3A.xl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xl"@en ; - rdfs:comment "Reactance associated with potential source (XL) (>= 0). Typical value = 0,081." ; + rdfs:label "xl" ; + rdfs:comment "Reactance associated with potential source (XL) (>= 0). Typical value = 0,081."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11491,8 +11493,8 @@ cim:ExcIEEEST3A.xl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,113." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,113."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11502,8 +11504,8 @@ cim:ExcIEEEST4B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Feedback gain constant of the inner loop field regulator (KG) (>= 0). Typical value = 0." ; + rdfs:label "kg" ; + rdfs:comment "Feedback gain constant of the inner loop field regulator (KG) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11513,8 +11515,8 @@ cim:ExcIEEEST4B.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Potential circuit gain coefficient (KI) (>= 0). Typical value = 0." ; + rdfs:label "ki" ; + rdfs:comment "Potential circuit gain coefficient (KI) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11524,8 +11526,8 @@ cim:ExcIEEEST4B.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.kim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kim"@en ; - rdfs:comment "Voltage regulator integral gain output (KIM). Typical value = 0." ; + rdfs:label "kim" ; + rdfs:comment "Voltage regulator integral gain output (KIM). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11535,8 +11537,8 @@ cim:ExcIEEEST4B.kim a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.kir a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kir"@en ; - rdfs:comment "Voltage regulator integral gain (KIR). Typical value = 10,75." ; + rdfs:label "kir" ; + rdfs:comment "Voltage regulator integral gain (KIR). Typical value = 10,75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11546,8 +11548,8 @@ cim:ExcIEEEST4B.kir a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Potential circuit gain coefficient (KP) (> 0). Typical value = 9,3." ; + rdfs:label "kp" ; + rdfs:comment "Potential circuit gain coefficient (KP) (> 0). Typical value = 9,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11557,8 +11559,8 @@ cim:ExcIEEEST4B.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.kpm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpm"@en ; - rdfs:comment "Voltage regulator proportional gain output (KPM). Typical value = 1." ; + rdfs:label "kpm" ; + rdfs:comment "Voltage regulator proportional gain output (KPM). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11568,8 +11570,8 @@ cim:ExcIEEEST4B.kpm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.kpr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpr"@en ; - rdfs:comment "Voltage regulator proportional gain (KPR). Typical value = 10,75." ; + rdfs:label "kpr" ; + rdfs:comment "Voltage regulator proportional gain (KPR). Typical value = 10,75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11579,8 +11581,8 @@ cim:ExcIEEEST4B.kpr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (TA) (>= 0). Typical value = 0,02." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (TA) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11591,8 +11593,8 @@ cim:ExcIEEEST4B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.thetap a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thetap"@en ; - rdfs:comment "Potential circuit phase angle (thetap). Typical value = 0." ; + rdfs:label "thetap" ; + rdfs:comment "Potential circuit phase angle (thetap). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -11603,8 +11605,8 @@ cim:ExcIEEEST4B.thetap a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.vbmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vbmax"@en ; - rdfs:comment "Maximum excitation voltage (VBMax) (> 0). Typical value = 11,63." ; + rdfs:label "vbmax" ; + rdfs:comment "Maximum excitation voltage (VBMax) (> 0). Typical value = 11,63."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11614,8 +11616,8 @@ cim:ExcIEEEST4B.vbmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.vmmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmmax"@en ; - rdfs:comment "Maximum inner loop output (VMMax) (> ExcIEEEST4B.vmmin). Typical value = 99." ; + rdfs:label "vmmax" ; + rdfs:comment "Maximum inner loop output (VMMax) (> ExcIEEEST4B.vmmin). Typical value = 99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11625,8 +11627,8 @@ cim:ExcIEEEST4B.vmmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.vmmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmmin"@en ; - rdfs:comment "Minimum inner loop output (VMMin) (< ExcIEEEST4B.vmmax). Typical value = -99." ; + rdfs:label "vmmin" ; + rdfs:comment "Minimum inner loop output (VMMin) (< ExcIEEEST4B.vmmax). Typical value = -99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11636,8 +11638,8 @@ cim:ExcIEEEST4B.vmmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 1." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11647,8 +11649,8 @@ cim:ExcIEEEST4B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -0,87." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -0,87."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11658,8 +11660,8 @@ cim:ExcIEEEST4B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST4B.xl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xl"@en ; - rdfs:comment "Reactance associated with potential source (XL) (>= 0). Typical value = 0,124." ; + rdfs:label "xl" ; + rdfs:comment "Reactance associated with potential source (XL) (>= 0). Typical value = 0,124."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11669,8 +11671,8 @@ cim:ExcIEEEST4B.xl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier regulation factor (KC) (>= 0). Typical value = 0,004." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier regulation factor (KC) (>= 0). Typical value = 0,004."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11680,8 +11682,8 @@ cim:ExcIEEEST5B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.kr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kr"@en ; - rdfs:comment "Regulator gain (KR) (> 0). Typical value = 200." ; + rdfs:label "kr" ; + rdfs:comment "Regulator gain (KR) (> 0). Typical value = 200."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11691,8 +11693,8 @@ cim:ExcIEEEST5B.kr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Firing circuit time constant (T1) (>= 0). Typical value = 0,004." ; + rdfs:label "t1" ; + rdfs:comment "Firing circuit time constant (T1) (>= 0). Typical value = 0,004."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11703,8 +11705,8 @@ cim:ExcIEEEST5B.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.tb1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb1"@en ; - rdfs:comment "Regulator lag time constant (TB1) (>= 0). Typical value = 6." ; + rdfs:label "tb1" ; + rdfs:comment "Regulator lag time constant (TB1) (>= 0). Typical value = 6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11715,8 +11717,8 @@ cim:ExcIEEEST5B.tb1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.tb2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb2"@en ; - rdfs:comment "Regulator lag time constant (TB2) (>= 0). Typical value = 0,01." ; + rdfs:label "tb2" ; + rdfs:comment "Regulator lag time constant (TB2) (>= 0). Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11727,8 +11729,8 @@ cim:ExcIEEEST5B.tb2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.tc1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc1"@en ; - rdfs:comment "Regulator lead time constant (TC1) (>= 0). Typical value = 0,8." ; + rdfs:label "tc1" ; + rdfs:comment "Regulator lead time constant (TC1) (>= 0). Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11739,8 +11741,8 @@ cim:ExcIEEEST5B.tc1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.tc2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc2"@en ; - rdfs:comment "Regulator lead time constant (TC2) (>= 0). Typical value = 0,08." ; + rdfs:label "tc2" ; + rdfs:comment "Regulator lead time constant (TC2) (>= 0). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11751,8 +11753,8 @@ cim:ExcIEEEST5B.tc2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.tob1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tob1"@en ; - rdfs:comment "OEL lag time constant (TOB1) (>= 0). Typical value = 2." ; + rdfs:label "tob1" ; + rdfs:comment "OEL lag time constant (TOB1) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11763,8 +11765,8 @@ cim:ExcIEEEST5B.tob1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.tob2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tob2"@en ; - rdfs:comment "OEL lag time constant (TOB2) (>= 0). Typical value = 0,08." ; + rdfs:label "tob2" ; + rdfs:comment "OEL lag time constant (TOB2) (>= 0). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11775,8 +11777,8 @@ cim:ExcIEEEST5B.tob2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.toc1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "toc1"@en ; - rdfs:comment "OEL lead time constant (TOC1) (>= 0). Typical value = 0,1." ; + rdfs:label "toc1" ; + rdfs:comment "OEL lead time constant (TOC1) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11787,8 +11789,8 @@ cim:ExcIEEEST5B.toc1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.toc2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "toc2"@en ; - rdfs:comment "OEL lead time constant (TOC2) (>= 0). Typical value = 0,08." ; + rdfs:label "toc2" ; + rdfs:comment "OEL lead time constant (TOC2) (>= 0). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11799,8 +11801,8 @@ cim:ExcIEEEST5B.toc2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.tub1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tub1"@en ; - rdfs:comment "UEL lag time constant (TUB1) (>= 0). Typical value = 10." ; + rdfs:label "tub1" ; + rdfs:comment "UEL lag time constant (TUB1) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11811,8 +11813,8 @@ cim:ExcIEEEST5B.tub1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.tub2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tub2"@en ; - rdfs:comment "UEL lag time constant (TUB2) (>= 0). Typical value = 0,05." ; + rdfs:label "tub2" ; + rdfs:comment "UEL lag time constant (TUB2) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11823,8 +11825,8 @@ cim:ExcIEEEST5B.tub2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.tuc1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tuc1"@en ; - rdfs:comment "UEL lead time constant (TUC1) (>= 0). Typical value = 2." ; + rdfs:label "tuc1" ; + rdfs:comment "UEL lead time constant (TUC1) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11835,8 +11837,8 @@ cim:ExcIEEEST5B.tuc1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.tuc2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tuc2"@en ; - rdfs:comment "UEL lead time constant (TUC2) (>= 0). Typical value = 0,1." ; + rdfs:label "tuc2" ; + rdfs:comment "UEL lead time constant (TUC2) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11847,8 +11849,8 @@ cim:ExcIEEEST5B.tuc2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11858,8 +11860,8 @@ cim:ExcIEEEST5B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST5B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -4." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11869,8 +11871,8 @@ cim:ExcIEEEST5B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.ilr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ilr"@en ; - rdfs:comment "Exciter output current limit reference (ILR) (> 0). Typical value = 4,164." ; + rdfs:label "ilr" ; + rdfs:comment "Exciter output current limit reference (ILR) (> 0). Typical value = 4,164."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11880,8 +11882,8 @@ cim:ExcIEEEST6B.ilr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.kci a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kci"@en ; - rdfs:comment "Exciter output current limit adjustment (KCI) (> 0). Typical value = 1,0577." ; + rdfs:label "kci" ; + rdfs:comment "Exciter output current limit adjustment (KCI) (> 0). Typical value = 1,0577."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11891,8 +11893,8 @@ cim:ExcIEEEST6B.kci a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.kff a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kff"@en ; - rdfs:comment "Pre-control gain constant of the inner loop field regulator (KFF). Typical value = 1." ; + rdfs:label "kff" ; + rdfs:comment "Pre-control gain constant of the inner loop field regulator (KFF). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11902,8 +11904,8 @@ cim:ExcIEEEST6B.kff a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Feedback gain constant of the inner loop field regulator (KG) (>= 0). Typical value = 1." ; + rdfs:label "kg" ; + rdfs:comment "Feedback gain constant of the inner loop field regulator (KG) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11913,8 +11915,8 @@ cim:ExcIEEEST6B.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.kia a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kia"@en ; - rdfs:comment "Voltage regulator integral gain (KIA) (> 0). Typical value = 45,094." ; + rdfs:label "kia" ; + rdfs:comment "Voltage regulator integral gain (KIA) (> 0). Typical value = 45,094."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11924,8 +11926,8 @@ cim:ExcIEEEST6B.kia a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.klr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "klr"@en ; - rdfs:comment "Exciter output current limiter gain (KLR) (> 0). Typical value = 17,33." ; + rdfs:label "klr" ; + rdfs:comment "Exciter output current limiter gain (KLR) (> 0). Typical value = 17,33."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11935,8 +11937,8 @@ cim:ExcIEEEST6B.klr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.km a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "km"@en ; - rdfs:comment "Forward gain constant of the inner loop field regulator (KM). Typical value = 1." ; + rdfs:label "km" ; + rdfs:comment "Forward gain constant of the inner loop field regulator (KM). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11946,8 +11948,8 @@ cim:ExcIEEEST6B.km a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.kpa a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpa"@en ; - rdfs:comment "Voltage regulator proportional gain (KPA) (> 0). Typical value = 18,038." ; + rdfs:label "kpa" ; + rdfs:comment "Voltage regulator proportional gain (KPA) (> 0). Typical value = 18,038."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11957,8 +11959,8 @@ cim:ExcIEEEST6B.kpa a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Feedback time constant of inner loop field voltage regulator (TG) (>= 0). Typical value = 0,02." ; + rdfs:label "tg" ; + rdfs:comment "Feedback time constant of inner loop field voltage regulator (TG) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -11969,8 +11971,8 @@ cim:ExcIEEEST6B.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 4,81." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (VAMAX) (> 0). Typical value = 4,81."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11980,8 +11982,8 @@ cim:ExcIEEEST6B.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -3,85." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (VAMIN) (< 0). Typical value = -3,85."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -11991,8 +11993,8 @@ cim:ExcIEEEST6B.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 4,81." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 4,81."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12002,8 +12004,8 @@ cim:ExcIEEEST6B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST6B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -3,85." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -3,85."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12013,8 +12015,8 @@ cim:ExcIEEEST6B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.kh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh"@en ; - rdfs:comment "High-value gate feedback gain (KH) (>= 0). Typical value = 1." ; + rdfs:label "kh" ; + rdfs:comment "High-value gate feedback gain (KH) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12024,8 +12026,8 @@ cim:ExcIEEEST7B.kh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.kia a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kia"@en ; - rdfs:comment "Voltage regulator integral gain (KIA) (>= 0). Typical value = 1." ; + rdfs:label "kia" ; + rdfs:comment "Voltage regulator integral gain (KIA) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12035,8 +12037,8 @@ cim:ExcIEEEST7B.kia a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.kl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kl"@en ; - rdfs:comment "Low-value gate feedback gain (KL) (>= 0). Typical value = 1." ; + rdfs:label "kl" ; + rdfs:comment "Low-value gate feedback gain (KL) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12046,8 +12048,8 @@ cim:ExcIEEEST7B.kl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.kpa a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpa"@en ; - rdfs:comment "Voltage regulator proportional gain (KPA) (> 0). Typical value = 40." ; + rdfs:label "kpa" ; + rdfs:comment "Voltage regulator proportional gain (KPA) (> 0). Typical value = 40."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12057,8 +12059,8 @@ cim:ExcIEEEST7B.kpa a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Regulator lag time constant (TB) (>= 0). Typical value = 1." ; + rdfs:label "tb" ; + rdfs:comment "Regulator lag time constant (TB) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12069,8 +12071,8 @@ cim:ExcIEEEST7B.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Regulator lead time constant (TC) (>= 0). Typical value = 1." ; + rdfs:label "tc" ; + rdfs:comment "Regulator lead time constant (TC) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12081,8 +12083,8 @@ cim:ExcIEEEST7B.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12093,8 +12095,8 @@ cim:ExcIEEEST7B.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Feedback time constant of inner loop field voltage regulator (TG) (>= 0). Typical value = 1." ; + rdfs:label "tg" ; + rdfs:comment "Feedback time constant of inner loop field voltage regulator (TG) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12105,8 +12107,8 @@ cim:ExcIEEEST7B.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.tia a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tia"@en ; - rdfs:comment "Feedback time constant (TIA) (>= 0). Typical value = 3." ; + rdfs:label "tia" ; + rdfs:comment "Feedback time constant (TIA) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12117,8 +12119,8 @@ cim:ExcIEEEST7B.tia a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmax"@en ; - rdfs:comment "Maximum voltage reference signal (VMAX) (> 0 and > ExcIEEEST7B.vmin). Typical value = 1,1." ; + rdfs:label "vmax" ; + rdfs:comment "Maximum voltage reference signal (VMAX) (> 0 and > ExcIEEEST7B.vmin). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12128,8 +12130,8 @@ cim:ExcIEEEST7B.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmin"@en ; - rdfs:comment "Minimum voltage reference signal (VMIN) (> 0 and < ExcIEEEST7B.vmax). Typical value = 0,9." ; + rdfs:label "vmin" ; + rdfs:comment "Minimum voltage reference signal (VMIN) (> 0 and < ExcIEEEST7B.vmax). Typical value = 0,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12139,8 +12141,8 @@ cim:ExcIEEEST7B.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12150,8 +12152,8 @@ cim:ExcIEEEST7B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcIEEEST7B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -4,5." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (VRMIN) (< 0). Typical value = -4,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12161,19 +12163,19 @@ cim:ExcIEEEST7B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcNI.busFedSelector a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "busFedSelector"@en ; + rdfs:label "busFedSelector" ; rdfs:comment """Fed by selector (BusFedSelector). true = bus fed (switch is closed) false = solid fed (switch is open). -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcNI ; rdfs:range xsd:boolean . cim:ExcNI.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 210." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 210."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12183,8 +12185,8 @@ cim:ExcNI.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcNI.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gain (Kf) (> 0). Typical value 0,01." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gain (Kf) (> 0). Typical value 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12194,11 +12196,11 @@ cim:ExcNI.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcNI.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; + rdfs:label "r" ; rdfs:comment """rc / rfd (R) (>= 0). 0 means exciter has negative current capability > 0 means exciter does not have negative current capability. -Typical value = 5.""" ; +Typical value = 5."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12208,8 +12210,8 @@ Typical value = 5.""" ; rdfs:range xsd:float . cim:ExcNI.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,02." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12220,8 +12222,8 @@ cim:ExcNI.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcNI.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf1"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf1) (> 0). Typical value = 1,0." ; + rdfs:label "tf1" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf1) (> 0). Typical value = 1,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12232,8 +12234,8 @@ cim:ExcNI.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcNI.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf2"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf2) (> 0). Typical value = 0,1." ; + rdfs:label "tf2" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf2) (> 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12244,8 +12246,8 @@ cim:ExcNI.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcNI.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Time constant (Tr) (>= 0). Typical value = 0,02." ; + rdfs:label "tr" ; + rdfs:comment "Time constant (Tr) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12256,8 +12258,8 @@ cim:ExcNI.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcNI.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator ouput (Vrmax) (> ExcNI.vrmin). Typical value = 5,0." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator ouput (Vrmax) (> ExcNI.vrmin). Typical value = 5,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12267,8 +12269,8 @@ cim:ExcNI.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcNI.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator ouput (Vrmin) (< ExcNI.vrmax). Typical value = -2,0." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator ouput (Vrmin) (< ExcNI.vrmax). Typical value = -2,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12278,8 +12280,8 @@ cim:ExcNI.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e1"@en ; - rdfs:comment "Saturation parameter (E1)." ; + rdfs:label "e1" ; + rdfs:comment "Saturation parameter (E1)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12289,8 +12291,8 @@ cim:ExcOEX3T.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e2"@en ; - rdfs:comment "Saturation parameter (E2)." ; + rdfs:label "e2" ; + rdfs:comment "Saturation parameter (E2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12300,8 +12302,8 @@ cim:ExcOEX3T.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Gain (KA)." ; + rdfs:label "ka" ; + rdfs:comment "Gain (KA)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12311,8 +12313,8 @@ cim:ExcOEX3T.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Gain (KC)." ; + rdfs:label "kc" ; + rdfs:comment "Gain (KC)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12322,8 +12324,8 @@ cim:ExcOEX3T.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Gain (KD)." ; + rdfs:label "kd" ; + rdfs:comment "Gain (KD)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12333,8 +12335,8 @@ cim:ExcOEX3T.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Gain (KE)." ; + rdfs:label "ke" ; + rdfs:comment "Gain (KE)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12344,8 +12346,8 @@ cim:ExcOEX3T.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Gain (KF)." ; + rdfs:label "kf" ; + rdfs:comment "Gain (KF)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12355,8 +12357,8 @@ cim:ExcOEX3T.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.see1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "see1"@en ; - rdfs:comment "Saturation parameter (SE[E1])." ; + rdfs:label "see1" ; + rdfs:comment "Saturation parameter (SE[E1])."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12366,8 +12368,8 @@ cim:ExcOEX3T.see1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.see2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "see2"@en ; - rdfs:comment "Saturation parameter (SE[E2])." ; + rdfs:label "see2" ; + rdfs:comment "Saturation parameter (SE[E2])."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12377,8 +12379,8 @@ cim:ExcOEX3T.see2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Time constant (T1) (>= 0)." ; + rdfs:label "t1" ; + rdfs:comment "Time constant (T1) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12389,8 +12391,8 @@ cim:ExcOEX3T.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Time constant (T2) (>= 0)." ; + rdfs:label "t2" ; + rdfs:comment "Time constant (T2) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12401,8 +12403,8 @@ cim:ExcOEX3T.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Time constant (T3) (>= 0)." ; + rdfs:label "t3" ; + rdfs:comment "Time constant (T3) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12413,8 +12415,8 @@ cim:ExcOEX3T.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Time constant (T4) (>= 0)." ; + rdfs:label "t4" ; + rdfs:comment "Time constant (T4) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12425,8 +12427,8 @@ cim:ExcOEX3T.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Time constant (T5) (>= 0)." ; + rdfs:label "t5" ; + rdfs:comment "Time constant (T5) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12437,8 +12439,8 @@ cim:ExcOEX3T.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Time constant (T6) (>= 0)." ; + rdfs:label "t6" ; + rdfs:comment "Time constant (T6) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12449,8 +12451,8 @@ cim:ExcOEX3T.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Time constant (TE) (>= 0)." ; + rdfs:label "te" ; + rdfs:comment "Time constant (TE) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12461,8 +12463,8 @@ cim:ExcOEX3T.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Time constant (TF) (>= 0)." ; + rdfs:label "tf" ; + rdfs:comment "Time constant (TF) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12473,8 +12475,8 @@ cim:ExcOEX3T.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Limiter (VRMAX) (> ExcOEX3T.vrmin)." ; + rdfs:label "vrmax" ; + rdfs:comment "Limiter (VRMAX) (> ExcOEX3T.vrmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12484,8 +12486,8 @@ cim:ExcOEX3T.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcOEX3T.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Limiter (VRMIN) (< ExcOEX3T.vrmax)." ; + rdfs:label "vrmin" ; + rdfs:comment "Limiter (VRMIN) (< ExcOEX3T.vrmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12495,8 +12497,8 @@ cim:ExcOEX3T.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e1"@en ; - rdfs:comment "Field voltage value 1 (E1). Typical value = 0." ; + rdfs:label "e1" ; + rdfs:comment "Field voltage value 1 (E1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12506,8 +12508,8 @@ cim:ExcPIC.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e2"@en ; - rdfs:comment "Field voltage value 2 (E2). Typical value = 0." ; + rdfs:label "e2" ; + rdfs:comment "Field voltage value 2 (E2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12517,8 +12519,8 @@ cim:ExcPIC.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmax"@en ; - rdfs:comment "Exciter maximum limit (Efdmax) (> ExcPIC.efdmin). Typical value = 8." ; + rdfs:label "efdmax" ; + rdfs:comment "Exciter maximum limit (Efdmax) (> ExcPIC.efdmin). Typical value = 8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12528,8 +12530,8 @@ cim:ExcPIC.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmin"@en ; - rdfs:comment "Exciter minimum limit (Efdmin) (< ExcPIC.efdmax). Typical value = -0,87." ; + rdfs:label "efdmin" ; + rdfs:comment "Exciter minimum limit (Efdmin) (< ExcPIC.efdmax). Typical value = -0,87."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12539,8 +12541,8 @@ cim:ExcPIC.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "PI controller gain (Ka). Typical value = 3,15." ; + rdfs:label "ka" ; + rdfs:comment "PI controller gain (Ka). Typical value = 3,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12550,8 +12552,8 @@ cim:ExcPIC.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Exciter regulation factor (Kc). Typical value = 0,08." ; + rdfs:label "kc" ; + rdfs:comment "Exciter regulation factor (Kc). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12561,8 +12563,8 @@ cim:ExcPIC.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant (Ke). Typical value = 0." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant (Ke). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12572,8 +12574,8 @@ cim:ExcPIC.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Rate feedback gain (Kf). Typical value = 0." ; + rdfs:label "kf" ; + rdfs:comment "Rate feedback gain (Kf). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12583,8 +12585,8 @@ cim:ExcPIC.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Current source gain (Ki). Typical value = 0." ; + rdfs:label "ki" ; + rdfs:comment "Current source gain (Ki). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12594,8 +12596,8 @@ cim:ExcPIC.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Potential source gain (Kp). Typical value = 6,5." ; + rdfs:label "kp" ; + rdfs:comment "Potential source gain (Kp). Typical value = 6,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12605,8 +12607,8 @@ cim:ExcPIC.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.se1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "se1"@en ; - rdfs:comment "Saturation factor at E1 (Se1). Typical value = 0." ; + rdfs:label "se1" ; + rdfs:comment "Saturation factor at E1 (Se1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12616,8 +12618,8 @@ cim:ExcPIC.se1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.se2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "se2"@en ; - rdfs:comment "Saturation factor at E2 (Se2). Typical value = 0." ; + rdfs:label "se2" ; + rdfs:comment "Saturation factor at E2 (Se2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12627,8 +12629,8 @@ cim:ExcPIC.se2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.ta1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta1"@en ; - rdfs:comment "PI controller time constant (Ta1) (>= 0). Typical value = 1." ; + rdfs:label "ta1" ; + rdfs:comment "PI controller time constant (Ta1) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12639,8 +12641,8 @@ cim:ExcPIC.ta1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.ta2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta2"@en ; - rdfs:comment "Voltage regulator time constant (Ta2) (>= 0). Typical value = 0,01." ; + rdfs:label "ta2" ; + rdfs:comment "Voltage regulator time constant (Ta2) (>= 0). Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12651,8 +12653,8 @@ cim:ExcPIC.ta2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.ta3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta3"@en ; - rdfs:comment "Lead time constant (Ta3) (>= 0). Typical value = 0." ; + rdfs:label "ta3" ; + rdfs:comment "Lead time constant (Ta3) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12663,8 +12665,8 @@ cim:ExcPIC.ta3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.ta4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta4"@en ; - rdfs:comment "Lag time constant (Ta4) (>= 0). Typical value = 0." ; + rdfs:label "ta4" ; + rdfs:comment "Lag time constant (Ta4) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12675,8 +12677,8 @@ cim:ExcPIC.ta4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant (Te) (>= 0). Typical value = 0." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant (Te) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12687,8 +12689,8 @@ cim:ExcPIC.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf1"@en ; - rdfs:comment "Rate feedback time constant (Tf1) (>= 0). Typical value = 0." ; + rdfs:label "tf1" ; + rdfs:comment "Rate feedback time constant (Tf1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12699,8 +12701,8 @@ cim:ExcPIC.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf2"@en ; - rdfs:comment "Rate feedback lag time constant (Tf2) (>= 0). Typical value = 0." ; + rdfs:label "tf2" ; + rdfs:comment "Rate feedback lag time constant (Tf2) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12711,8 +12713,8 @@ cim:ExcPIC.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.vr1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vr1"@en ; - rdfs:comment "PI maximum limit (Vr1). Typical value = 1." ; + rdfs:label "vr1" ; + rdfs:comment "PI maximum limit (Vr1). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12722,8 +12724,8 @@ cim:ExcPIC.vr1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.vr2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vr2"@en ; - rdfs:comment "PI minimum limit (Vr2). Typical value = -0,87." ; + rdfs:label "vr2" ; + rdfs:comment "PI minimum limit (Vr2). Typical value = -0,87."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12733,8 +12735,8 @@ cim:ExcPIC.vr2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Voltage regulator maximum limit (Vrmax) (> ExcPIC.vrmin). Typical value = 1." ; + rdfs:label "vrmax" ; + rdfs:comment "Voltage regulator maximum limit (Vrmax) (> ExcPIC.vrmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12744,8 +12746,8 @@ cim:ExcPIC.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcPIC.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Voltage regulator minimum limit (Vrmin) (< ExcPIC.vrmax). Typical value = -0,87." ; + rdfs:label "vrmin" ; + rdfs:comment "Voltage regulator minimum limit (Vrmin) (< ExcPIC.vrmax). Typical value = -0,87."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12755,8 +12757,8 @@ cim:ExcPIC.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e1"@en ; - rdfs:comment "Field voltage value 1 (E1). Typical value = 3." ; + rdfs:label "e1" ; + rdfs:comment "Field voltage value 1 (E1). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12766,8 +12768,8 @@ cim:ExcREXS.e1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e2"@en ; - rdfs:comment "Field voltage value 2 (E2). Typical value = 4." ; + rdfs:label "e2" ; + rdfs:comment "Field voltage value 2 (E2). Typical value = 4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12777,8 +12779,8 @@ cim:ExcREXS.e2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.flimf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flimf"@en ; - rdfs:comment "Limit type flag (Flimf). Typical value = 0." ; + rdfs:label "flimf" ; + rdfs:comment "Limit type flag (Flimf). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12788,8 +12790,8 @@ cim:ExcREXS.flimf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier regulation factor (Kc). Typical value = 0,05." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier regulation factor (Kc). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12799,8 +12801,8 @@ cim:ExcREXS.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Exciter regulation factor (Kd). Typical value = 2." ; + rdfs:label "kd" ; + rdfs:comment "Exciter regulation factor (Kd). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12810,8 +12812,8 @@ cim:ExcREXS.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter field proportional constant (Ke). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter field proportional constant (Ke). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12821,8 +12823,8 @@ cim:ExcREXS.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.kefd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kefd"@en ; - rdfs:comment "Field voltage feedback gain (Kefd). Typical value = 0." ; + rdfs:label "kefd" ; + rdfs:comment "Field voltage feedback gain (Kefd). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12832,8 +12834,8 @@ cim:ExcREXS.kefd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Rate feedback gain (Kf) (>= 0). Typical value = 0,05." ; + rdfs:label "kf" ; + rdfs:comment "Rate feedback gain (Kf) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12844,8 +12846,8 @@ cim:ExcREXS.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.kh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh"@en ; - rdfs:comment "Field voltage controller feedback gain (Kh). Typical value = 0." ; + rdfs:label "kh" ; + rdfs:comment "Field voltage controller feedback gain (Kh). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12855,8 +12857,8 @@ cim:ExcREXS.kh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.kii a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kii"@en ; - rdfs:comment "Field current regulator integral gain (Kii). Typical value = 0." ; + rdfs:label "kii" ; + rdfs:comment "Field current regulator integral gain (Kii). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12866,8 +12868,8 @@ cim:ExcREXS.kii a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.kip a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kip"@en ; - rdfs:comment "Field current regulator proportional gain (Kip). Typical value = 1." ; + rdfs:label "kip" ; + rdfs:comment "Field current regulator proportional gain (Kip). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12877,8 +12879,8 @@ cim:ExcREXS.kip a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12888,8 +12890,8 @@ cim:ExcREXS.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.kvi a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kvi"@en ; - rdfs:comment "Voltage regulator integral gain (Kvi). Typical value = 0." ; + rdfs:label "kvi" ; + rdfs:comment "Voltage regulator integral gain (Kvi). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12899,8 +12901,8 @@ cim:ExcREXS.kvi a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.kvp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kvp"@en ; - rdfs:comment "Voltage regulator proportional gain (Kvp). Typical value = 2800." ; + rdfs:label "kvp" ; + rdfs:comment "Voltage regulator proportional gain (Kvp). Typical value = 2800."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12910,8 +12912,8 @@ cim:ExcREXS.kvp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.kvphz a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kvphz"@en ; - rdfs:comment "V/Hz limiter gain (Kvphz). Typical value = 0." ; + rdfs:label "kvphz" ; + rdfs:comment "V/Hz limiter gain (Kvphz). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12921,8 +12923,8 @@ cim:ExcREXS.kvphz a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.nvphz a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nvphz"@en ; - rdfs:comment "Pickup speed of V/Hz limiter (Nvphz). Typical value = 0." ; + rdfs:label "nvphz" ; + rdfs:comment "Pickup speed of V/Hz limiter (Nvphz). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12932,8 +12934,8 @@ cim:ExcREXS.nvphz a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.se1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "se1"@en ; - rdfs:comment "Saturation factor at E1 (Se1). Typical value = 0,0001." ; + rdfs:label "se1" ; + rdfs:comment "Saturation factor at E1 (Se1). Typical value = 0,0001."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12943,8 +12945,8 @@ cim:ExcREXS.se1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.se2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "se2"@en ; - rdfs:comment "Saturation factor at E2 (Se2). Typical value = 0,001." ; + rdfs:label "se2" ; + rdfs:comment "Saturation factor at E2 (Se2). Typical value = 0,001."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -12954,8 +12956,8 @@ cim:ExcREXS.se2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (>= 0). If = 0, block is bypassed. Typical value = 0,01." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (>= 0). If = 0, block is bypassed. Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12966,8 +12968,8 @@ cim:ExcREXS.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.tb1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb1"@en ; - rdfs:comment "Lag time constant (Tb1) (>= 0). If = 0, block is bypassed. Typical value = 0." ; + rdfs:label "tb1" ; + rdfs:comment "Lag time constant (Tb1) (>= 0). If = 0, block is bypassed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12978,8 +12980,8 @@ cim:ExcREXS.tb1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.tb2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb2"@en ; - rdfs:comment "Lag time constant (Tb2) (>= 0). If = 0, block is bypassed. Typical value = 0." ; + rdfs:label "tb2" ; + rdfs:comment "Lag time constant (Tb2) (>= 0). If = 0, block is bypassed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -12990,8 +12992,8 @@ cim:ExcREXS.tb2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.tc1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc1"@en ; - rdfs:comment "Lead time constant (Tc1) (>= 0). Typical value = 0." ; + rdfs:label "tc1" ; + rdfs:comment "Lead time constant (Tc1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13002,8 +13004,8 @@ cim:ExcREXS.tc1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.tc2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc2"@en ; - rdfs:comment "Lead time constant (Tc2) (>= 0). Typical value = 0." ; + rdfs:label "tc2" ; + rdfs:comment "Lead time constant (Tc2) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13014,8 +13016,8 @@ cim:ExcREXS.tc2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter field time constant (Te) (> 0). Typical value = 1,2." ; + rdfs:label "te" ; + rdfs:comment "Exciter field time constant (Te) (> 0). Typical value = 1,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13026,8 +13028,8 @@ cim:ExcREXS.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Rate feedback time constant (Tf) (>= 0). If = 0, the feedback path is not used. Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Rate feedback time constant (Tf) (>= 0). If = 0, the feedback path is not used. Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13038,8 +13040,8 @@ cim:ExcREXS.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf1"@en ; - rdfs:comment "Feedback lead time constant (Tf1) (>= 0). Typical value = 0." ; + rdfs:label "tf1" ; + rdfs:comment "Feedback lead time constant (Tf1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13050,8 +13052,8 @@ cim:ExcREXS.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf2"@en ; - rdfs:comment "Feedback lag time constant (Tf2) (>= 0). If = 0, block is bypassed. Typical value = 0." ; + rdfs:label "tf2" ; + rdfs:comment "Feedback lag time constant (Tf2) (>= 0). If = 0, block is bypassed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13062,8 +13064,8 @@ cim:ExcREXS.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Field current bridge time constant (Tp) (>= 0). Typical value = 0." ; + rdfs:label "tp" ; + rdfs:comment "Field current bridge time constant (Tp) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13074,8 +13076,8 @@ cim:ExcREXS.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.vcmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vcmax"@en ; - rdfs:comment "Maximum compounding voltage (Vcmax). Typical value = 0." ; + rdfs:label "vcmax" ; + rdfs:comment "Maximum compounding voltage (Vcmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13085,8 +13087,8 @@ cim:ExcREXS.vcmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.vfmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfmax"@en ; - rdfs:comment "Maximum exciter field current (Vfmax) (> ExcREXS.vfmin). Typical value = 47." ; + rdfs:label "vfmax" ; + rdfs:comment "Maximum exciter field current (Vfmax) (> ExcREXS.vfmin). Typical value = 47."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13096,8 +13098,8 @@ cim:ExcREXS.vfmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.vfmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vfmin"@en ; - rdfs:comment "Minimum exciter field current (Vfmin) (< ExcREXS.vfmax). Typical value = -20." ; + rdfs:label "vfmin" ; + rdfs:comment "Minimum exciter field current (Vfmin) (< ExcREXS.vfmax). Typical value = -20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13107,8 +13109,8 @@ cim:ExcREXS.vfmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimax"@en ; - rdfs:comment "Voltage regulator input limit (Vimax). Typical value = 0,1." ; + rdfs:label "vimax" ; + rdfs:comment "Voltage regulator input limit (Vimax). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13118,8 +13120,8 @@ cim:ExcREXS.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum controller output (Vrmax) (> ExcREXS.vrmin). Typical value = 47." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum controller output (Vrmax) (> ExcREXS.vrmin). Typical value = 47."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13129,8 +13131,8 @@ cim:ExcREXS.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum controller output (Vrmin) (< ExcREXS.vrmax). Typical value = -20." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum controller output (Vrmin) (< ExcREXS.vrmax). Typical value = -20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13140,8 +13142,8 @@ cim:ExcREXS.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcREXS.xc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xc"@en ; - rdfs:comment "Exciter compounding reactance (Xc). Typical value = 0." ; + rdfs:label "xc" ; + rdfs:comment "Exciter compounding reactance (Xc). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13151,40 +13153,40 @@ cim:ExcREXS.xc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcRQB.ki0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki0"@en ; - rdfs:comment "Voltage reference input gain (Ki0). Typical value = 12,7." ; + rdfs:label "ki0" ; + rdfs:comment "Voltage reference input gain (Ki0). Typical value = 12,7."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcRQB ; rdfs:range xsd:float . cim:ExcRQB.ki1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki1"@en ; - rdfs:comment "Voltage input gain (Ki1). Typical value = -16,8." ; + rdfs:label "ki1" ; + rdfs:comment "Voltage input gain (Ki1). Typical value = -16,8."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcRQB ; rdfs:range xsd:float . cim:ExcRQB.klir a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "klir"@en ; - rdfs:comment "OEL input gain (KLIR). Typical value = 12,13." ; + rdfs:label "klir" ; + rdfs:comment "OEL input gain (KLIR). Typical value = 12,13."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcRQB ; rdfs:range xsd:float . cim:ExcRQB.klus a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "klus"@en ; - rdfs:comment "Limiter gain (KLUS). Typical value = 50." ; + rdfs:label "klus" ; + rdfs:comment "Limiter gain (KLUS). Typical value = 50."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcRQB ; rdfs:range xsd:float . cim:ExcRQB.lsat a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lsat"@en ; - rdfs:comment "Integrator limiter (LSAT). Typical value = 5,73." ; + rdfs:label "lsat" ; + rdfs:comment "Integrator limiter (LSAT). Typical value = 5,73."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13194,8 +13196,8 @@ cim:ExcRQB.lsat a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcRQB.lus a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lus"@en ; - rdfs:comment "Setpoint (LUS). Typical value = 0,12." ; + rdfs:label "lus" ; + rdfs:comment "Setpoint (LUS). Typical value = 0,12."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13205,8 +13207,8 @@ cim:ExcRQB.lus a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcRQB.mesu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mesu"@en ; - rdfs:comment "Voltage input time constant (MESU) (>= 0). Typical value = 0,02." ; + rdfs:label "mesu" ; + rdfs:comment "Voltage input time constant (MESU) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13217,8 +13219,8 @@ cim:ExcRQB.mesu a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcRQB.t4m a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4m"@en ; - rdfs:comment "Input time constant (T4M) (>= 0). Typical value = 5." ; + rdfs:label "t4m" ; + rdfs:comment "Input time constant (T4M) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13229,8 +13231,8 @@ cim:ExcRQB.t4m a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcRQB.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Lead lag time constant (TC) (>= 0). Typical value = 0,02." ; + rdfs:label "tc" ; + rdfs:comment "Lead lag time constant (TC) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13241,8 +13243,8 @@ cim:ExcRQB.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcRQB.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Lead lag time constant (TE) (>= 0). Typical value = 0,22." ; + rdfs:label "te" ; + rdfs:comment "Lead lag time constant (TE) (>= 0). Typical value = 0,22."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13253,8 +13255,8 @@ cim:ExcRQB.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcRQB.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Exciter time constant (TF) (>= 0). Typical value = 0,01." ; + rdfs:label "tf" ; + rdfs:comment "Exciter time constant (TF) (>= 0). Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13265,8 +13267,8 @@ cim:ExcRQB.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcRQB.ucmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ucmax"@en ; - rdfs:comment "Maximum voltage reference limit (UCMAX) (> ExcRQB.ucmin). Typical value = 1,1." ; + rdfs:label "ucmax" ; + rdfs:comment "Maximum voltage reference limit (UCMAX) (> ExcRQB.ucmin). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13276,8 +13278,8 @@ cim:ExcRQB.ucmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcRQB.ucmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ucmin"@en ; - rdfs:comment "Minimum voltage reference limit (UCMIN) (< ExcRQB.ucmax). Typical value = 0,9." ; + rdfs:label "ucmin" ; + rdfs:comment "Minimum voltage reference limit (UCMIN) (< ExcRQB.ucmax). Typical value = 0,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13287,18 +13289,18 @@ cim:ExcRQB.ucmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSCRX.cswitch a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "cswitch"@en ; + rdfs:label "cswitch" ; rdfs:comment """Power source switch (Cswitch). true = fixed voltage of 1.0 PU -false = generator terminal voltage.""" ; +false = generator terminal voltage."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcSCRX ; rdfs:range xsd:boolean . cim:ExcSCRX.emax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "emax"@en ; - rdfs:comment "Maximum field voltage output (Emax) (> ExcSCRX.emin). Typical value = 5." ; + rdfs:label "emax" ; + rdfs:comment "Maximum field voltage output (Emax) (> ExcSCRX.emin). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13308,8 +13310,8 @@ cim:ExcSCRX.emax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSCRX.emin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "emin"@en ; - rdfs:comment "Minimum field voltage output (Emin) (< ExcSCRX.emax). Typical value = 0." ; + rdfs:label "emin" ; + rdfs:comment "Minimum field voltage output (Emin) (< ExcSCRX.emax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13319,8 +13321,8 @@ cim:ExcSCRX.emin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSCRX.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Gain (K) (> 0). Typical value = 200." ; + rdfs:label "k" ; + rdfs:comment "Gain (K) (> 0). Typical value = 200."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13330,24 +13332,24 @@ cim:ExcSCRX.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSCRX.rcrfd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rcrfd"@en ; - rdfs:comment "Ratio of field discharge resistance to field winding resistance ([rc / rfd]). Typical value = 0." ; + rdfs:label "rcrfd" ; + rdfs:comment "Ratio of field discharge resistance to field winding resistance ([rc / rfd]). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcSCRX ; rdfs:range xsd:float . cim:ExcSCRX.tatb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tatb"@en ; - rdfs:comment "Gain reduction ratio of lag-lead element ([Ta / Tb]). The parameter Ta is not defined explicitly. Typical value = 0.1." ; + rdfs:label "tatb" ; + rdfs:comment "Gain reduction ratio of lag-lead element ([Ta / Tb]). The parameter Ta is not defined explicitly. Typical value = 0.1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcSCRX ; rdfs:range xsd:float . cim:ExcSCRX.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Denominator time constant of lag-lead block (Tb) (>= 0). Typical value = 10." ; + rdfs:label "tb" ; + rdfs:comment "Denominator time constant of lag-lead block (Tb) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13358,8 +13360,8 @@ cim:ExcSCRX.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSCRX.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Time constant of gain block (Te) (> 0). Typical value = 0,02." ; + rdfs:label "te" ; + rdfs:comment "Time constant of gain block (Te) (> 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13370,8 +13372,8 @@ cim:ExcSCRX.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSEXS.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmax"@en ; - rdfs:comment "Field voltage clipping maximum limit (Efdmax) (> ExcSEXS.efdmin). Typical value = 5." ; + rdfs:label "efdmax" ; + rdfs:comment "Field voltage clipping maximum limit (Efdmax) (> ExcSEXS.efdmin). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13381,8 +13383,8 @@ cim:ExcSEXS.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSEXS.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmin"@en ; - rdfs:comment "Field voltage clipping minimum limit (Efdmin) (< ExcSEXS.efdmax). Typical value = -5." ; + rdfs:label "efdmin" ; + rdfs:comment "Field voltage clipping minimum limit (Efdmin) (< ExcSEXS.efdmax). Typical value = -5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13392,8 +13394,8 @@ cim:ExcSEXS.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSEXS.emax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "emax"@en ; - rdfs:comment "Maximum field voltage output (Emax) (> ExcSEXS.emin). Typical value = 5." ; + rdfs:label "emax" ; + rdfs:comment "Maximum field voltage output (Emax) (> ExcSEXS.emin). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13403,8 +13405,8 @@ cim:ExcSEXS.emax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSEXS.emin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "emin"@en ; - rdfs:comment "Minimum field voltage output (Emin) (< ExcSEXS.emax). Typical value = -5." ; + rdfs:label "emin" ; + rdfs:comment "Minimum field voltage output (Emin) (< ExcSEXS.emax). Typical value = -5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13414,8 +13416,8 @@ cim:ExcSEXS.emin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSEXS.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Gain (K) (> 0). Typical value = 100." ; + rdfs:label "k" ; + rdfs:comment "Gain (K) (> 0). Typical value = 100."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13425,8 +13427,8 @@ cim:ExcSEXS.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSEXS.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "PI controller gain (Kc) (> 0 if ExcSEXS.tc > 0). Typical value = 0,08." ; + rdfs:label "kc" ; + rdfs:comment "PI controller gain (Kc) (> 0 if ExcSEXS.tc > 0). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13436,16 +13438,16 @@ cim:ExcSEXS.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSEXS.tatb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tatb"@en ; - rdfs:comment "Gain reduction ratio of lag-lead element ([Ta / Tb]). Typical value = 0,1." ; + rdfs:label "tatb" ; + rdfs:comment "Gain reduction ratio of lag-lead element ([Ta / Tb]). Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcSEXS ; rdfs:range xsd:float . cim:ExcSEXS.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Denominator time constant of lag-lead block (Tb) (>= 0). Typical value = 10." ; + rdfs:label "tb" ; + rdfs:comment "Denominator time constant of lag-lead block (Tb) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13456,8 +13458,8 @@ cim:ExcSEXS.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSEXS.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "PI controller phase lead time constant (Tc) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "PI controller phase lead time constant (Tc) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13468,8 +13470,8 @@ cim:ExcSEXS.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSEXS.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Time constant of gain block (Te) (> 0). Typical value = 0,05." ; + rdfs:label "te" ; + rdfs:comment "Time constant of gain block (Te) (> 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13480,8 +13482,8 @@ cim:ExcSEXS.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmax"@en ; - rdfs:comment "Field voltage clipping upper level limit (Efdmax) (> ExcSK.efdmin)." ; + rdfs:label "efdmax" ; + rdfs:comment "Field voltage clipping upper level limit (Efdmax) (> ExcSK.efdmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13491,8 +13493,8 @@ cim:ExcSK.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmin"@en ; - rdfs:comment "Field voltage clipping lower level limit (Efdmin) (< ExcSK.efdmax)." ; + rdfs:label "efdmin" ; + rdfs:comment "Field voltage clipping lower level limit (Efdmin) (< ExcSK.efdmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13502,8 +13504,8 @@ cim:ExcSK.efdmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.emax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "emax"@en ; - rdfs:comment "Maximum field voltage output (Emax) (> ExcSK.emin). Typical value = 20." ; + rdfs:label "emax" ; + rdfs:comment "Maximum field voltage output (Emax) (> ExcSK.emin). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13513,8 +13515,8 @@ cim:ExcSK.emax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.emin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "emin"@en ; - rdfs:comment "Minimum field voltage output (Emin) (< ExcSK.emax). Typical value = -20." ; + rdfs:label "emin" ; + rdfs:comment "Minimum field voltage output (Emin) (< ExcSK.emax). Typical value = -20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13524,8 +13526,8 @@ cim:ExcSK.emin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Gain (K). Typical value = 1." ; + rdfs:label "k" ; + rdfs:comment "Gain (K). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13535,8 +13537,8 @@ cim:ExcSK.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Parameter of underexcitation limit (K1). Typical value = 0,1364." ; + rdfs:label "k1" ; + rdfs:comment "Parameter of underexcitation limit (K1). Typical value = 0,1364."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13546,8 +13548,8 @@ cim:ExcSK.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Parameter of underexcitation limit (K2). Typical value = -0,3861." ; + rdfs:label "k2" ; + rdfs:comment "Parameter of underexcitation limit (K2). Typical value = -0,3861."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13557,8 +13559,8 @@ cim:ExcSK.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "PI controller gain (Kc). Typical value = 70." ; + rdfs:label "kc" ; + rdfs:comment "PI controller gain (Kc). Typical value = 70."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13568,8 +13570,8 @@ cim:ExcSK.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.kce a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kce"@en ; - rdfs:comment "Rectifier regulation factor (Kce). Typical value = 0." ; + rdfs:label "kce" ; + rdfs:comment "Rectifier regulation factor (Kce). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13579,8 +13581,8 @@ cim:ExcSK.kce a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Exciter internal reactance (Kd). Typical value = 0." ; + rdfs:label "kd" ; + rdfs:comment "Exciter internal reactance (Kd). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13590,8 +13592,8 @@ cim:ExcSK.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.kgob a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kgob"@en ; - rdfs:comment "P controller gain (Kgob). Typical value = 10." ; + rdfs:label "kgob" ; + rdfs:comment "P controller gain (Kgob). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13601,8 +13603,8 @@ cim:ExcSK.kgob a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "PI controller gain (Kp). Typical value = 1." ; + rdfs:label "kp" ; + rdfs:comment "PI controller gain (Kp). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13612,8 +13614,8 @@ cim:ExcSK.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.kqi a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kqi"@en ; - rdfs:comment "PI controller gain of integral component (Kqi). Typical value = 0." ; + rdfs:label "kqi" ; + rdfs:comment "PI controller gain of integral component (Kqi). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13623,8 +13625,8 @@ cim:ExcSK.kqi a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.kqob a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kqob"@en ; - rdfs:comment "Rate of rise of the reactive power (Kqob)." ; + rdfs:label "kqob" ; + rdfs:comment "Rate of rise of the reactive power (Kqob)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13634,8 +13636,8 @@ cim:ExcSK.kqob a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.kqp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kqp"@en ; - rdfs:comment "PI controller gain (Kqp). Typical value = 0." ; + rdfs:label "kqp" ; + rdfs:comment "PI controller gain (Kqp). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13645,8 +13647,8 @@ cim:ExcSK.kqp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.nq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nq"@en ; - rdfs:comment "Deadband of reactive power (nq). Determines the range of sensitivity. Typical value = 0,001." ; + rdfs:label "nq" ; + rdfs:comment "Deadband of reactive power (nq). Determines the range of sensitivity. Typical value = 0,001."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13656,19 +13658,19 @@ cim:ExcSK.nq a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.qconoff a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qconoff"@en ; + rdfs:label "qconoff" ; rdfs:comment """Secondary voltage control state (Qc_on_off). true = secondary voltage control is on false = secondary voltage control is off. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcSK ; rdfs:range xsd:boolean . cim:ExcSK.qz a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qz"@en ; - rdfs:comment "Desired value (setpoint) of reactive power, manual setting (Qz)." ; + rdfs:label "qz" ; + rdfs:comment "Desired value (setpoint) of reactive power, manual setting (Qz)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13678,19 +13680,19 @@ cim:ExcSK.qz a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.remote a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "remote"@en ; + rdfs:label "remote" ; rdfs:comment """Selector to apply automatic calculation in secondary controller model (remote). true = automatic calculation is activated false = manual set is active; the use of desired value of reactive power (Qz) is required. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcSK ; rdfs:range xsd:boolean . cim:ExcSK.sbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sbase"@en ; - rdfs:comment "Apparent power of the unit (Sbase) (> 0). Unit = MVA. Typical value = 259." ; + rdfs:label "sbase" ; + rdfs:comment "Apparent power of the unit (Sbase) (> 0). Unit = MVA. Typical value = 259."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VA ; cims:multiplicity cims:M:1..1 ; @@ -13701,8 +13703,8 @@ cim:ExcSK.sbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "PI controller phase lead time constant (Tc) (>= 0). Typical value = 8." ; + rdfs:label "tc" ; + rdfs:comment "PI controller phase lead time constant (Tc) (>= 0). Typical value = 8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13713,8 +13715,8 @@ cim:ExcSK.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Time constant of gain block (Te) (>= 0). Typical value = 0,1." ; + rdfs:label "te" ; + rdfs:comment "Time constant of gain block (Te) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13725,8 +13727,8 @@ cim:ExcSK.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.ti a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti"@en ; - rdfs:comment "PI controller phase lead time constant (Ti) (>= 0). Typical value = 2." ; + rdfs:label "ti" ; + rdfs:comment "PI controller phase lead time constant (Ti) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13737,8 +13739,8 @@ cim:ExcSK.ti a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Time constant (Tp) (>= 0). Typical value = 0,1." ; + rdfs:label "tp" ; + rdfs:comment "Time constant (Tp) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13749,8 +13751,8 @@ cim:ExcSK.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Voltage transducer time constant (Tr) (>= 0). Typical value = 0,01." ; + rdfs:label "tr" ; + rdfs:comment "Voltage transducer time constant (Tr) (>= 0). Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13761,8 +13763,8 @@ cim:ExcSK.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.uimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uimax"@en ; - rdfs:comment "Maximum error (UImax) (> ExcSK.uimin). Typical value = 10." ; + rdfs:label "uimax" ; + rdfs:comment "Maximum error (UImax) (> ExcSK.uimin). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13772,8 +13774,8 @@ cim:ExcSK.uimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.uimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uimin"@en ; - rdfs:comment "Minimum error (UImin) (< ExcSK.uimax). Typical value = -10." ; + rdfs:label "uimin" ; + rdfs:comment "Minimum error (UImin) (< ExcSK.uimax). Typical value = -10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13783,8 +13785,8 @@ cim:ExcSK.uimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.urmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "urmax"@en ; - rdfs:comment "Maximum controller output (URmax) (> ExcSK.urmin). Typical value = 10." ; + rdfs:label "urmax" ; + rdfs:comment "Maximum controller output (URmax) (> ExcSK.urmin). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13794,8 +13796,8 @@ cim:ExcSK.urmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.urmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "urmin"@en ; - rdfs:comment "Minimum controller output (URmin) (< ExcSK.urmax). Typical value = -10." ; + rdfs:label "urmin" ; + rdfs:comment "Minimum controller output (URmin) (< ExcSK.urmax). Typical value = -10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13805,8 +13807,8 @@ cim:ExcSK.urmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.vtmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vtmax"@en ; - rdfs:comment "Maximum terminal voltage input (Vtmax) (> ExcSK.vtmin). Determines the range of voltage deadband. Typical value = 1,05." ; + rdfs:label "vtmax" ; + rdfs:comment "Maximum terminal voltage input (Vtmax) (> ExcSK.vtmin). Determines the range of voltage deadband. Typical value = 1,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13816,8 +13818,8 @@ cim:ExcSK.vtmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.vtmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vtmin"@en ; - rdfs:comment "Minimum terminal voltage input (Vtmin) (< ExcSK.vtmax). Determines the range of voltage deadband. Typical value = 0,95." ; + rdfs:label "vtmin" ; + rdfs:comment "Minimum terminal voltage input (Vtmin) (< ExcSK.vtmax). Determines the range of voltage deadband. Typical value = 0,95."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13827,8 +13829,8 @@ cim:ExcSK.vtmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcSK.yp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "yp"@en ; - rdfs:comment "Maximum output (Yp). Typical value = 1." ; + rdfs:label "yp" ; + rdfs:comment "Maximum output (Yp). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13838,8 +13840,8 @@ cim:ExcSK.yp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.ilr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ilr"@en ; - rdfs:comment "Exciter output current limit reference (Ilr). Typical value = 0." ; + rdfs:label "ilr" ; + rdfs:comment "Exciter output current limit reference (Ilr). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13849,8 +13851,8 @@ cim:ExcST1A.ilr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 190." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 190."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13860,8 +13862,8 @@ cim:ExcST1A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,05." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13871,8 +13873,8 @@ cim:ExcST1A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13882,8 +13884,8 @@ cim:ExcST1A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.klr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "klr"@en ; - rdfs:comment "Exciter output current limiter gain (Klr). Typical value = 0." ; + rdfs:label "klr" ; + rdfs:comment "Exciter output current limiter gain (Klr). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13893,8 +13895,8 @@ cim:ExcST1A.klr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (>= 0). Typical value = 0,02." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13905,8 +13907,8 @@ cim:ExcST1A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 10." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13917,8 +13919,8 @@ cim:ExcST1A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.tb1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb1"@en ; - rdfs:comment "Voltage regulator time constant (Tb1) (>= 0). Typical value = 0." ; + rdfs:label "tb1" ; + rdfs:comment "Voltage regulator time constant (Tb1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13929,8 +13931,8 @@ cim:ExcST1A.tb1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 1." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13941,8 +13943,8 @@ cim:ExcST1A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.tc1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc1"@en ; - rdfs:comment "Voltage regulator time constant (Tc1) (>= 0). Typical value = 0." ; + rdfs:label "tc1" ; + rdfs:comment "Voltage regulator time constant (Tc1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13953,8 +13955,8 @@ cim:ExcST1A.tc1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -13965,8 +13967,8 @@ cim:ExcST1A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 999." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 999."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13976,8 +13978,8 @@ cim:ExcST1A.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -999." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -999."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13987,8 +13989,8 @@ cim:ExcST1A.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimax"@en ; - rdfs:comment "Maximum voltage regulator input limit (Vimax) (> 0). Typical value = 999." ; + rdfs:label "vimax" ; + rdfs:comment "Maximum voltage regulator input limit (Vimax) (> 0). Typical value = 999."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -13998,8 +14000,8 @@ cim:ExcST1A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimin"@en ; - rdfs:comment "Minimum voltage regulator input limit (Vimin) (< 0). Typical value = -999." ; + rdfs:label "vimin" ; + rdfs:comment "Minimum voltage regulator input limit (Vimin) (< 0). Typical value = -999."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14009,8 +14011,8 @@ cim:ExcST1A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator outputs (Vrmax) (> 0) . Typical value = 7,8." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator outputs (Vrmax) (> 0) . Typical value = 7,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14020,8 +14022,8 @@ cim:ExcST1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -6,7." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -6,7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14031,8 +14033,8 @@ cim:ExcST1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST1A.xe a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xe"@en ; - rdfs:comment "Excitation xfmr effective reactance (Xe). Typical value = 0,04." ; + rdfs:label "xe" ; + rdfs:comment "Excitation xfmr effective reactance (Xe). Typical value = 0,04."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14042,8 +14044,8 @@ cim:ExcST1A.xe a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmax"@en ; - rdfs:comment "Maximum field voltage (Efdmax) (>= 0). Typical value = 99." ; + rdfs:label "efdmax" ; + rdfs:comment "Maximum field voltage (Efdmax) (>= 0). Typical value = 99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14053,8 +14055,8 @@ cim:ExcST2A.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 120." ; + rdfs:label "ka" ; + rdfs:comment "Voltage regulator gain (Ka) (> 0). Typical value = 120."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14064,8 +14066,8 @@ cim:ExcST2A.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 1,82." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 1,82."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14075,8 +14077,8 @@ cim:ExcST2A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1." ; + rdfs:label "ke" ; + rdfs:comment "Exciter constant related to self-excited field (Ke). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14086,8 +14088,8 @@ cim:ExcST2A.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Excitation control system stabilizer gains (kf) (>= 0). Typical value = 0,05." ; + rdfs:label "kf" ; + rdfs:comment "Excitation control system stabilizer gains (kf) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14097,8 +14099,8 @@ cim:ExcST2A.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Potential circuit gain coefficient (Ki) (>= 0). Typical value = 8." ; + rdfs:label "ki" ; + rdfs:comment "Potential circuit gain coefficient (Ki) (>= 0). Typical value = 8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14108,8 +14110,8 @@ cim:ExcST2A.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Potential circuit gain coefficient (Kp) (>= 0). Typical value = 4,88." ; + rdfs:label "kp" ; + rdfs:comment "Potential circuit gain coefficient (Kp) (>= 0). Typical value = 4,88."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14119,8 +14121,8 @@ cim:ExcST2A.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,15." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (> 0). Typical value = 0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14131,8 +14133,8 @@ cim:ExcST2A.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14143,8 +14145,8 @@ cim:ExcST2A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14155,8 +14157,8 @@ cim:ExcST2A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,5." ; + rdfs:label "te" ; + rdfs:comment "Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14167,8 +14169,8 @@ cim:ExcST2A.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 0,7." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 0,7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14179,19 +14181,19 @@ cim:ExcST2A.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.uelin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uelin"@en ; + rdfs:label "uelin" ; rdfs:comment """UEL input (UELin). true = HV gate false = add to error signal. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcST2A ; rdfs:range xsd:boolean . cim:ExcST2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator outputs (Vrmax) (> 0). Typical value = 1." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator outputs (Vrmax) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14201,8 +14203,8 @@ cim:ExcST2A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -1." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14212,8 +14214,8 @@ cim:ExcST2A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdmax"@en ; - rdfs:comment "Maximum AVR output (Efdmax) (>= 0). Typical value = 6,9." ; + rdfs:label "efdmax" ; + rdfs:comment "Maximum AVR output (Efdmax) (>= 0). Typical value = 6,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14223,8 +14225,8 @@ cim:ExcST3A.efdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 1,1." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14234,8 +14236,8 @@ cim:ExcST3A.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Feedback gain constant of the inner loop field regulator (Kg) (>= 0). Typical value = 1." ; + rdfs:label "kg" ; + rdfs:comment "Feedback gain constant of the inner loop field regulator (Kg) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14245,8 +14247,8 @@ cim:ExcST3A.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Potential circuit gain coefficient (Ki) (>= 0). Typical value = 4,83." ; + rdfs:label "ki" ; + rdfs:comment "Potential circuit gain coefficient (Ki) (>= 0). Typical value = 4,83."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14256,8 +14258,8 @@ cim:ExcST3A.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.kj a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kj"@en ; - rdfs:comment "AVR gain (Kj) (> 0). Typical value = 200." ; + rdfs:label "kj" ; + rdfs:comment "AVR gain (Kj) (> 0). Typical value = 200."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14267,8 +14269,8 @@ cim:ExcST3A.kj a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.km a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "km"@en ; - rdfs:comment "Forward gain constant of the inner loop field regulator (Km) (> 0). Typical value = 7,04." ; + rdfs:label "km" ; + rdfs:comment "Forward gain constant of the inner loop field regulator (Km) (> 0). Typical value = 7,04."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14278,8 +14280,8 @@ cim:ExcST3A.km a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Potential source gain (Kp) (> 0). Typical value = 4,37." ; + rdfs:label "kp" ; + rdfs:comment "Potential source gain (Kp) (> 0). Typical value = 4,37."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14289,8 +14291,8 @@ cim:ExcST3A.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14300,8 +14302,8 @@ cim:ExcST3A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks1"@en ; - rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks1). Typical value = 0." ; + rdfs:label "ks1" ; + rdfs:comment "Coefficient to allow different usage of the model-speed coefficient (Ks1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14311,8 +14313,8 @@ cim:ExcST3A.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 6,67." ; + rdfs:label "tb" ; + rdfs:comment "Voltage regulator time constant (Tb) (>= 0). Typical value = 6,67."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14323,8 +14325,8 @@ cim:ExcST3A.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 1." ; + rdfs:label "tc" ; + rdfs:comment "Voltage regulator time constant (Tc) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14335,8 +14337,8 @@ cim:ExcST3A.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.thetap a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thetap"@en ; - rdfs:comment "Potential circuit phase angle (thetap). Typical value = 20." ; + rdfs:label "thetap" ; + rdfs:comment "Potential circuit phase angle (thetap). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -14347,8 +14349,8 @@ cim:ExcST3A.thetap a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.tm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tm"@en ; - rdfs:comment "Forward time constant of inner loop field regulator (Tm) (> 0). Typical value = 1." ; + rdfs:label "tm" ; + rdfs:comment "Forward time constant of inner loop field regulator (Tm) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14359,8 +14361,8 @@ cim:ExcST3A.tm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.vbmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vbmax"@en ; - rdfs:comment "Maximum excitation voltage (Vbmax) (> 0). Typical value = 8,63." ; + rdfs:label "vbmax" ; + rdfs:comment "Maximum excitation voltage (Vbmax) (> 0). Typical value = 8,63."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14370,8 +14372,8 @@ cim:ExcST3A.vbmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.vgmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vgmax"@en ; - rdfs:comment "Maximum inner loop feedback voltage (Vgmax) (>= 0). Typical value = 6,53." ; + rdfs:label "vgmax" ; + rdfs:comment "Maximum inner loop feedback voltage (Vgmax) (>= 0). Typical value = 6,53."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14381,8 +14383,8 @@ cim:ExcST3A.vgmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimax"@en ; - rdfs:comment "Maximum voltage regulator input limit (Vimax) (> 0). Typical value = 0,2." ; + rdfs:label "vimax" ; + rdfs:comment "Maximum voltage regulator input limit (Vimax) (> 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14392,8 +14394,8 @@ cim:ExcST3A.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimin"@en ; - rdfs:comment "Minimum voltage regulator input limit (Vimin) (< 0). Typical value = -0,2." ; + rdfs:label "vimin" ; + rdfs:comment "Minimum voltage regulator input limit (Vimin) (< 0). Typical value = -0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14403,8 +14405,8 @@ cim:ExcST3A.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 1." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14414,8 +14416,8 @@ cim:ExcST3A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -1." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14425,8 +14427,8 @@ cim:ExcST3A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST3A.xl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xl"@en ; - rdfs:comment "Reactance associated with potential source (Xl) (>= 0). Typical value = 0,09." ; + rdfs:label "xl" ; + rdfs:comment "Reactance associated with potential source (Xl) (>= 0). Typical value = 0,09."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14436,8 +14438,8 @@ cim:ExcST3A.xl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,113." ; + rdfs:label "kc" ; + rdfs:comment "Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,113."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14447,8 +14449,8 @@ cim:ExcST4B.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Feedback gain constant of the inner loop field regulator (Kg) (>= 0). Typical value = 0." ; + rdfs:label "kg" ; + rdfs:comment "Feedback gain constant of the inner loop field regulator (Kg) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14458,8 +14460,8 @@ cim:ExcST4B.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Potential circuit gain coefficient (Ki) (>= 0). Typical value = 0." ; + rdfs:label "ki" ; + rdfs:comment "Potential circuit gain coefficient (Ki) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14469,8 +14471,8 @@ cim:ExcST4B.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.kim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kim"@en ; - rdfs:comment "Voltage regulator integral gain output (Kim). Typical value = 0." ; + rdfs:label "kim" ; + rdfs:comment "Voltage regulator integral gain output (Kim). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14480,8 +14482,8 @@ cim:ExcST4B.kim a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.kir a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kir"@en ; - rdfs:comment "Voltage regulator integral gain (Kir). Typical value = 10,75." ; + rdfs:label "kir" ; + rdfs:comment "Voltage regulator integral gain (Kir). Typical value = 10,75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14491,8 +14493,8 @@ cim:ExcST4B.kir a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Potential circuit gain coefficient (Kp) (> 0). Typical value = 9,3." ; + rdfs:label "kp" ; + rdfs:comment "Potential circuit gain coefficient (Kp) (> 0). Typical value = 9,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14502,8 +14504,8 @@ cim:ExcST4B.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.kpm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpm"@en ; - rdfs:comment "Voltage regulator proportional gain output (Kpm). Typical value = 1." ; + rdfs:label "kpm" ; + rdfs:comment "Voltage regulator proportional gain output (Kpm). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14513,8 +14515,8 @@ cim:ExcST4B.kpm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.kpr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpr"@en ; - rdfs:comment "Voltage regulator proportional gain (Kpr). Typical value = 10,75." ; + rdfs:label "kpr" ; + rdfs:comment "Voltage regulator proportional gain (Kpr). Typical value = 10,75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14524,19 +14526,19 @@ cim:ExcST4B.kpr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.lvgate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lvgate"@en ; + rdfs:label "lvgate" ; rdfs:comment """Selector (LVGate). true = LVGate is part of the block diagram false = LVGate is not part of the block diagram. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcST4B ; rdfs:range xsd:boolean . cim:ExcST4B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Voltage regulator time constant (Ta) (>= 0). Typical value = 0,02." ; + rdfs:label "ta" ; + rdfs:comment "Voltage regulator time constant (Ta) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14547,8 +14549,8 @@ cim:ExcST4B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.thetap a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thetap"@en ; - rdfs:comment "Potential circuit phase angle (thetap). Typical value = 0." ; + rdfs:label "thetap" ; + rdfs:comment "Potential circuit phase angle (thetap). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -14559,19 +14561,19 @@ cim:ExcST4B.thetap a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.uel a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uel"@en ; + rdfs:label "uel" ; rdfs:comment """Selector (UEL). true = UEL is part of block diagram false = UEL is not part of block diagram. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcST4B ; rdfs:range xsd:boolean . cim:ExcST4B.vbmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vbmax"@en ; - rdfs:comment "Maximum excitation voltage (Vbmax) (> 0). Typical value = 11,63." ; + rdfs:label "vbmax" ; + rdfs:comment "Maximum excitation voltage (Vbmax) (> 0). Typical value = 11,63."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14581,8 +14583,8 @@ cim:ExcST4B.vbmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.vgmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vgmax"@en ; - rdfs:comment "Maximum inner loop feedback voltage (Vgmax) (>= 0). Typical value = 5,8." ; + rdfs:label "vgmax" ; + rdfs:comment "Maximum inner loop feedback voltage (Vgmax) (>= 0). Typical value = 5,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14592,8 +14594,8 @@ cim:ExcST4B.vgmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.vmmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmmax"@en ; - rdfs:comment "Maximum inner loop output (Vmmax) (> ExcST4B.vmmin). Typical value = 99." ; + rdfs:label "vmmax" ; + rdfs:comment "Maximum inner loop output (Vmmax) (> ExcST4B.vmmin). Typical value = 99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14603,8 +14605,8 @@ cim:ExcST4B.vmmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.vmmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmmin"@en ; - rdfs:comment "Minimum inner loop output (Vmmin) (< ExcST4B.vmmax). Typical value = -99." ; + rdfs:label "vmmin" ; + rdfs:comment "Minimum inner loop output (Vmmin) (< ExcST4B.vmmax). Typical value = -99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14614,8 +14616,8 @@ cim:ExcST4B.vmmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 1." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14625,8 +14627,8 @@ cim:ExcST4B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -0,87." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -0,87."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14636,8 +14638,8 @@ cim:ExcST4B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST4B.xl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xl"@en ; - rdfs:comment "Reactance associated with potential source (Xl) (>= 0). Typical value = 0,124." ; + rdfs:label "xl" ; + rdfs:comment "Reactance associated with potential source (Xl) (>= 0). Typical value = 0,124."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14647,8 +14649,8 @@ cim:ExcST4B.xl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.ilr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ilr"@en ; - rdfs:comment "Exciter output current limit reference (Ilr) (> 0). Typical value = 4,164." ; + rdfs:label "ilr" ; + rdfs:comment "Exciter output current limit reference (Ilr) (> 0). Typical value = 4,164."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14658,19 +14660,19 @@ cim:ExcST6B.ilr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; + rdfs:label "k1" ; rdfs:comment """Selector (K1). true = feedback is from Ifd false = feedback is not from Ifd. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcST6B ; rdfs:range xsd:boolean . cim:ExcST6B.kcl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kcl"@en ; - rdfs:comment "Exciter output current limit adjustment (Kcl) (> 0). Typical value = 1,0577." ; + rdfs:label "kcl" ; + rdfs:comment "Exciter output current limit adjustment (Kcl) (> 0). Typical value = 1,0577."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14680,8 +14682,8 @@ cim:ExcST6B.kcl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.kff a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kff"@en ; - rdfs:comment "Pre-control gain constant of the inner loop field regulator (Kff). Typical value = 1." ; + rdfs:label "kff" ; + rdfs:comment "Pre-control gain constant of the inner loop field regulator (Kff). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14691,8 +14693,8 @@ cim:ExcST6B.kff a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Feedback gain constant of the inner loop field regulator (Kg) (>= 0). Typical value = 1." ; + rdfs:label "kg" ; + rdfs:comment "Feedback gain constant of the inner loop field regulator (Kg) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14702,8 +14704,8 @@ cim:ExcST6B.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.kia a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kia"@en ; - rdfs:comment "Voltage regulator integral gain (Kia) (> 0). Typical value = 45,094." ; + rdfs:label "kia" ; + rdfs:comment "Voltage regulator integral gain (Kia) (> 0). Typical value = 45,094."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14713,8 +14715,8 @@ cim:ExcST6B.kia a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.klr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "klr"@en ; - rdfs:comment "Exciter output current limit adjustment (Kcl) (> 0). Typical value = 17,33." ; + rdfs:label "klr" ; + rdfs:comment "Exciter output current limit adjustment (Kcl) (> 0). Typical value = 17,33."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14724,8 +14726,8 @@ cim:ExcST6B.klr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.km a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "km"@en ; - rdfs:comment "Forward gain constant of the inner loop field regulator (Km). Typical value = 1." ; + rdfs:label "km" ; + rdfs:comment "Forward gain constant of the inner loop field regulator (Km). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14735,8 +14737,8 @@ cim:ExcST6B.km a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.kpa a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpa"@en ; - rdfs:comment "Voltage regulator proportional gain (Kpa) (> 0). Typical value = 18,038." ; + rdfs:label "kpa" ; + rdfs:comment "Voltage regulator proportional gain (Kpa) (> 0). Typical value = 18,038."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14746,8 +14748,8 @@ cim:ExcST6B.kpa a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.kvd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kvd"@en ; - rdfs:comment "Voltage regulator derivative gain (Kvd). Typical value = 0." ; + rdfs:label "kvd" ; + rdfs:comment "Voltage regulator derivative gain (Kvd). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14757,8 +14759,8 @@ cim:ExcST6B.kvd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Feedback time constant of inner loop field voltage regulator (Tg) (>= 0). Typical value = 0,02." ; + rdfs:label "tg" ; + rdfs:comment "Feedback time constant of inner loop field voltage regulator (Tg) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14769,8 +14771,8 @@ cim:ExcST6B.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.ts a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts"@en ; - rdfs:comment "Rectifier firing time constant (Ts) (>= 0). Typical value = 0." ; + rdfs:label "ts" ; + rdfs:comment "Rectifier firing time constant (Ts) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14781,8 +14783,8 @@ cim:ExcST6B.ts a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.tvd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tvd"@en ; - rdfs:comment "Voltage regulator derivative gain (Tvd) (>= 0). Typical value = 0." ; + rdfs:label "tvd" ; + rdfs:comment "Voltage regulator derivative gain (Tvd) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14793,8 +14795,8 @@ cim:ExcST6B.tvd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamax"@en ; - rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 4,81." ; + rdfs:label "vamax" ; + rdfs:comment "Maximum voltage regulator output (Vamax) (> 0). Typical value = 4,81."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14804,8 +14806,8 @@ cim:ExcST6B.vamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vamin"@en ; - rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -3,85." ; + rdfs:label "vamin" ; + rdfs:comment "Minimum voltage regulator output (Vamin) (< 0). Typical value = -3,85."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14815,19 +14817,19 @@ cim:ExcST6B.vamin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.vilim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vilim"@en ; + rdfs:label "vilim" ; rdfs:comment """Selector (Vilim). true = Vimin-Vimax limiter is active false = Vimin-Vimax limiter is not active. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcST6B ; rdfs:range xsd:boolean . cim:ExcST6B.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimax"@en ; - rdfs:comment "Maximum voltage regulator input limit (Vimax) (> ExcST6B.vimin). Typical value = 10." ; + rdfs:label "vimax" ; + rdfs:comment "Maximum voltage regulator input limit (Vimax) (> ExcST6B.vimin). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14837,8 +14839,8 @@ cim:ExcST6B.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimin"@en ; - rdfs:comment "Minimum voltage regulator input limit (Vimin) (< ExcST6B.vimax). Typical value = -10." ; + rdfs:label "vimin" ; + rdfs:comment "Minimum voltage regulator input limit (Vimin) (< ExcST6B.vimax). Typical value = -10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14848,19 +14850,19 @@ cim:ExcST6B.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.vmult a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmult"@en ; + rdfs:label "vmult" ; rdfs:comment """Selector (vmult). true = multiply regulator output by terminal voltage false = do not multiply regulator output by terminal voltage. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcST6B ; rdfs:range xsd:boolean . cim:ExcST6B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 4,81." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 4,81."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14870,8 +14872,8 @@ cim:ExcST6B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -3,85." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -3,85."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14881,8 +14883,8 @@ cim:ExcST6B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST6B.xc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xc"@en ; - rdfs:comment "Excitation source reactance (Xc). Typical value = 0,05." ; + rdfs:label "xc" ; + rdfs:comment "Excitation source reactance (Xc). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14892,8 +14894,8 @@ cim:ExcST6B.xc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.kh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh"@en ; - rdfs:comment "High-value gate feedback gain (Kh) (>= 0). Typical value = 1." ; + rdfs:label "kh" ; + rdfs:comment "High-value gate feedback gain (Kh) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14903,8 +14905,8 @@ cim:ExcST7B.kh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.kia a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kia"@en ; - rdfs:comment "Voltage regulator integral gain (Kia) (>= 0). Typical value = 1." ; + rdfs:label "kia" ; + rdfs:comment "Voltage regulator integral gain (Kia) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14914,8 +14916,8 @@ cim:ExcST7B.kia a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.kl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kl"@en ; - rdfs:comment "Low-value gate feedback gain (Kl) (>= 0). Typical value = 1." ; + rdfs:label "kl" ; + rdfs:comment "Low-value gate feedback gain (Kl) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14925,8 +14927,8 @@ cim:ExcST7B.kl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.kpa a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpa"@en ; - rdfs:comment "Voltage regulator proportional gain (Kpa) (> 0). Typical value = 40." ; + rdfs:label "kpa" ; + rdfs:comment "Voltage regulator proportional gain (Kpa) (> 0). Typical value = 40."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -14936,8 +14938,8 @@ cim:ExcST7B.kpa a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Regulator lag time constant (Tb) (>= 0). Typical value = 1." ; + rdfs:label "tb" ; + rdfs:comment "Regulator lag time constant (Tb) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14948,8 +14950,8 @@ cim:ExcST7B.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Regulator lead time constant (Tc) (>= 0). Typical value = 1." ; + rdfs:label "tc" ; + rdfs:comment "Regulator lead time constant (Tc) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14960,8 +14962,8 @@ cim:ExcST7B.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 1." ; + rdfs:label "tf" ; + rdfs:comment "Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14972,8 +14974,8 @@ cim:ExcST7B.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Feedback time constant of inner loop field voltage regulator (Tg) (>= 0). Typical value = 1." ; + rdfs:label "tg" ; + rdfs:comment "Feedback time constant of inner loop field voltage regulator (Tg) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14984,8 +14986,8 @@ cim:ExcST7B.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.tia a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tia"@en ; - rdfs:comment "Feedback time constant (Tia) (>= 0). Typical value = 3." ; + rdfs:label "tia" ; + rdfs:comment "Feedback time constant (Tia) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -14996,8 +14998,8 @@ cim:ExcST7B.tia a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.ts a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts"@en ; - rdfs:comment "Rectifier firing time constant (Ts) (>= 0). Typical value = 0." ; + rdfs:label "ts" ; + rdfs:comment "Rectifier firing time constant (Ts) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15008,8 +15010,8 @@ cim:ExcST7B.ts a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmax"@en ; - rdfs:comment "Maximum voltage reference signal (Vmax) (> 0 and > ExcST7B.vmin)). Typical value = 1,1." ; + rdfs:label "vmax" ; + rdfs:comment "Maximum voltage reference signal (Vmax) (> 0 and > ExcST7B.vmin)). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15019,8 +15021,8 @@ cim:ExcST7B.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmin"@en ; - rdfs:comment "Minimum voltage reference signal (Vmin) (> 0 and < ExcST7B.vmax). Typical value = 0,9." ; + rdfs:label "vmin" ; + rdfs:comment "Minimum voltage reference signal (Vmin) (> 0 and < ExcST7B.vmax). Typical value = 0,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15030,8 +15032,8 @@ cim:ExcST7B.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 5." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum voltage regulator output (Vrmax) (> 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15041,8 +15043,8 @@ cim:ExcST7B.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcST7B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -4,5." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum voltage regulator output (Vrmin) (< 0). Typical value = -4,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15052,18 +15054,18 @@ cim:ExcST7B.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExcitationSystemUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExcitationSystemUserDefined ; rdfs:range xsd:boolean . cim:GenICompensationForGenJ.rcij a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rcij"@en ; - rdfs:comment "Resistive component of compensation of generator associated with this IEEE type 2 voltage compensator for current flow out of another generator (Rcij)." ; + rdfs:label "rcij" ; + rdfs:comment "Resistive component of compensation of generator associated with this IEEE type 2 voltage compensator for current flow out of another generator (Rcij)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15073,8 +15075,8 @@ cim:GenICompensationForGenJ.rcij a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:GenICompensationForGenJ.xcij a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xcij"@en ; - rdfs:comment "Reactive component of compensation of generator associated with this IEEE type 2 voltage compensator for current flow out of another generator (Xcij)." ; + rdfs:label "xcij" ; + rdfs:comment "Reactive component of compensation of generator associated with this IEEE type 2 voltage compensator for current flow out of another generator (Xcij)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15084,16 +15086,16 @@ cim:GenICompensationForGenJ.xcij a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:GovCT1.aset a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "aset"@en ; - rdfs:comment "Acceleration limiter setpoint (Aset). Unit = PU / s. Typical value = 0,01." ; + rdfs:label "aset" ; + rdfs:comment "Acceleration limiter setpoint (Aset). Unit = PU / s. Typical value = 0,01."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovCT1 ; rdfs:range xsd:float . cim:GovCT1.db a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db"@en ; - rdfs:comment "Speed governor deadband in PU speed (db). In the majority of applications, it is recommended that this value be set to zero. Typical value = 0." ; + rdfs:label "db" ; + rdfs:comment "Speed governor deadband in PU speed (db). In the majority of applications, it is recommended that this value be set to zero. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15103,8 +15105,8 @@ cim:GovCT1.db a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.dm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dm"@en ; - rdfs:comment "Speed sensitivity coefficient (Dm). Dm can represent either the variation of the engine power with the shaft speed or the variation of maximum power capability with shaft speed. If it is positive it describes the falling slope of the engine speed verses power characteristic as speed increases. A slightly falling characteristic is typical for reciprocating engines and some aero-derivative turbines. If it is negative the engine power is assumed to be unaffected by the shaft speed, but the maximum permissible fuel flow is taken to fall with falling shaft speed. This is characteristic of single-shaft industrial turbines due to exhaust temperature limits. Typical value = 0." ; + rdfs:label "dm" ; + rdfs:comment "Speed sensitivity coefficient (Dm). Dm can represent either the variation of the engine power with the shaft speed or the variation of maximum power capability with shaft speed. If it is positive it describes the falling slope of the engine speed verses power characteristic as speed increases. A slightly falling characteristic is typical for reciprocating engines and some aero-derivative turbines. If it is negative the engine power is assumed to be unaffected by the shaft speed, but the maximum permissible fuel flow is taken to fall with falling shaft speed. This is characteristic of single-shaft industrial turbines due to exhaust temperature limits. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15114,8 +15116,8 @@ cim:GovCT1.dm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Acceleration limiter gain (Ka). Typical value = 10." ; + rdfs:label "ka" ; + rdfs:comment "Acceleration limiter gain (Ka). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15125,8 +15127,8 @@ cim:GovCT1.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.kdgov a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kdgov"@en ; - rdfs:comment "Governor derivative gain (Kdgov). Typical value = 0." ; + rdfs:label "kdgov" ; + rdfs:comment "Governor derivative gain (Kdgov). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15136,8 +15138,8 @@ cim:GovCT1.kdgov a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.kigov a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kigov"@en ; - rdfs:comment "Governor integral gain (Kigov). Typical value = 2." ; + rdfs:label "kigov" ; + rdfs:comment "Governor integral gain (Kigov). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15147,8 +15149,8 @@ cim:GovCT1.kigov a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.kiload a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kiload"@en ; - rdfs:comment "Load limiter integral gain for PI controller (Kiload). Typical value = 0,67." ; + rdfs:label "kiload" ; + rdfs:comment "Load limiter integral gain for PI controller (Kiload). Typical value = 0,67."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15158,8 +15160,8 @@ cim:GovCT1.kiload a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.kimw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kimw"@en ; - rdfs:comment "Power controller (reset) gain (Kimw). The default value of 0,01 corresponds to a reset time of 100 s. A value of 0,001 corresponds to a relatively slow-acting load controller. Typical value = 0,01." ; + rdfs:label "kimw" ; + rdfs:comment "Power controller (reset) gain (Kimw). The default value of 0,01 corresponds to a reset time of 100 s. A value of 0,001 corresponds to a relatively slow-acting load controller. Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15169,8 +15171,8 @@ cim:GovCT1.kimw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.kpgov a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpgov"@en ; - rdfs:comment "Governor proportional gain (Kpgov). Typical value = 10." ; + rdfs:label "kpgov" ; + rdfs:comment "Governor proportional gain (Kpgov). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15180,8 +15182,8 @@ cim:GovCT1.kpgov a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.kpload a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpload"@en ; - rdfs:comment "Load limiter proportional gain for PI controller (Kpload). Typical value = 2." ; + rdfs:label "kpload" ; + rdfs:comment "Load limiter proportional gain for PI controller (Kpload). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15191,8 +15193,8 @@ cim:GovCT1.kpload a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.kturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kturb"@en ; - rdfs:comment "Turbine gain (Kturb) (> 0). Typical value = 1,5." ; + rdfs:label "kturb" ; + rdfs:comment "Turbine gain (Kturb) (> 0). Typical value = 1,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15202,8 +15204,8 @@ cim:GovCT1.kturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.ldref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ldref"@en ; - rdfs:comment "Load limiter reference value (Ldref). Typical value = 1." ; + rdfs:label "ldref" ; + rdfs:comment "Load limiter reference value (Ldref). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15213,8 +15215,8 @@ cim:GovCT1.ldref a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.maxerr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxerr"@en ; - rdfs:comment "Maximum value for speed error signal (maxerr) (> GovCT1.minerr). Typical value = 0,05." ; + rdfs:label "maxerr" ; + rdfs:comment "Maximum value for speed error signal (maxerr) (> GovCT1.minerr). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15224,8 +15226,8 @@ cim:GovCT1.maxerr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.minerr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minerr"@en ; - rdfs:comment "Minimum value for speed error signal (minerr) (< GovCT1.maxerr). Typical value = -0,05." ; + rdfs:label "minerr" ; + rdfs:comment "Minimum value for speed error signal (minerr) (< GovCT1.maxerr). Typical value = -0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15235,8 +15237,8 @@ cim:GovCT1.minerr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -15247,8 +15249,8 @@ cim:GovCT1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Permanent droop (R). Typical value = 0,04." ; + rdfs:label "r" ; + rdfs:comment "Permanent droop (R). Typical value = 0,04."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15258,16 +15260,16 @@ cim:GovCT1.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.rclose a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rclose"@en ; - rdfs:comment "Minimum valve closing rate (Rclose). Unit = PU / s. Typical value = -0,1." ; + rdfs:label "rclose" ; + rdfs:comment "Minimum valve closing rate (Rclose). Unit = PU / s. Typical value = -0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovCT1 ; rdfs:range xsd:float . cim:GovCT1.rdown a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rdown"@en ; - rdfs:comment "Maximum rate of load limit decrease (Rdown). Typical value = -99." ; + rdfs:label "rdown" ; + rdfs:comment "Maximum rate of load limit decrease (Rdown). Typical value = -99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15277,16 +15279,16 @@ cim:GovCT1.rdown a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.ropen a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ropen"@en ; - rdfs:comment "Maximum valve opening rate (Ropen). Unit = PU / s. Typical value = 0.10." ; + rdfs:label "ropen" ; + rdfs:comment "Maximum valve opening rate (Ropen). Unit = PU / s. Typical value = 0.10."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovCT1 ; rdfs:range xsd:float . cim:GovCT1.rup a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rup"@en ; - rdfs:comment "Maximum rate of load limit increase (Rup). Typical value = 99." ; + rdfs:label "rup" ; + rdfs:comment "Maximum rate of load limit increase (Rup). Typical value = 99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15296,8 +15298,8 @@ cim:GovCT1.rup a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Acceleration limiter time constant (Ta) (> 0). Typical value = 0,1." ; + rdfs:label "ta" ; + rdfs:comment "Acceleration limiter time constant (Ta) (> 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15308,8 +15310,8 @@ cim:GovCT1.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.tact a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tact"@en ; - rdfs:comment "Actuator time constant (Tact) (>= 0). Typical value = 0,5." ; + rdfs:label "tact" ; + rdfs:comment "Actuator time constant (Tact) (>= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15320,8 +15322,8 @@ cim:GovCT1.tact a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Turbine lag time constant (Tb) (> 0). Typical value = 0,5." ; + rdfs:label "tb" ; + rdfs:comment "Turbine lag time constant (Tb) (> 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15332,8 +15334,8 @@ cim:GovCT1.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Turbine lead time constant (Tc) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Turbine lead time constant (Tc) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15344,8 +15346,8 @@ cim:GovCT1.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.tdgov a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tdgov"@en ; - rdfs:comment "Governor derivative controller time constant (Tdgov) (>= 0). Typical value = 1." ; + rdfs:label "tdgov" ; + rdfs:comment "Governor derivative controller time constant (Tdgov) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15356,8 +15358,8 @@ cim:GovCT1.tdgov a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.teng a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "teng"@en ; - rdfs:comment "Transport time delay for diesel engine used in representing diesel engines where there is a small but measurable transport delay between a change in fuel flow setting and the development of torque (Teng) (>= 0). Teng should be zero in all but special cases where this transport delay is of particular concern. Typical value = 0." ; + rdfs:label "teng" ; + rdfs:comment "Transport time delay for diesel engine used in representing diesel engines where there is a small but measurable transport delay between a change in fuel flow setting and the development of torque (Teng) (>= 0). Teng should be zero in all but special cases where this transport delay is of particular concern. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15368,8 +15370,8 @@ cim:GovCT1.teng a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.tfload a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tfload"@en ; - rdfs:comment "Load-limiter time constant (Tfload) (> 0). Typical value = 3." ; + rdfs:label "tfload" ; + rdfs:comment "Load-limiter time constant (Tfload) (> 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15380,8 +15382,8 @@ cim:GovCT1.tfload a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.tpelec a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpelec"@en ; - rdfs:comment "Electrical power transducer time constant (Tpelec) (> 0). Typical value = 1." ; + rdfs:label "tpelec" ; + rdfs:comment "Electrical power transducer time constant (Tpelec) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15392,8 +15394,8 @@ cim:GovCT1.tpelec a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.tsa a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tsa"@en ; - rdfs:comment "Temperature detection lead time constant (Tsa) (>= 0). Typical value = 4." ; + rdfs:label "tsa" ; + rdfs:comment "Temperature detection lead time constant (Tsa) (>= 0). Typical value = 4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15404,8 +15406,8 @@ cim:GovCT1.tsa a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.tsb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tsb"@en ; - rdfs:comment "Temperature detection lag time constant (Tsb) (>= 0). Typical value = 5." ; + rdfs:label "tsb" ; + rdfs:comment "Temperature detection lag time constant (Tsb) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15416,8 +15418,8 @@ cim:GovCT1.tsb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmax"@en ; - rdfs:comment "Maximum valve position limit (Vmax) (> GovCT1.vmin). Typical value = 1." ; + rdfs:label "vmax" ; + rdfs:comment "Maximum valve position limit (Vmax) (> GovCT1.vmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15427,8 +15429,8 @@ cim:GovCT1.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmin"@en ; - rdfs:comment "Minimum valve position limit (Vmin) (< GovCT1.vmax). Typical value = 0,15." ; + rdfs:label "vmin" ; + rdfs:comment "Minimum valve position limit (Vmin) (< GovCT1.vmax). Typical value = 0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15438,8 +15440,8 @@ cim:GovCT1.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.wfnl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "wfnl"@en ; - rdfs:comment "No load fuel flow (Wfnl). Typical value = 0,2." ; + rdfs:label "wfnl" ; + rdfs:comment "No load fuel flow (Wfnl). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15449,27 +15451,27 @@ cim:GovCT1.wfnl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT1.wfspd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "wfspd"@en ; + rdfs:label "wfspd" ; rdfs:comment """Switch for fuel source characteristic to recognize that fuel flow, for a given fuel valve stroke, can be proportional to engine speed (Wfspd). true = fuel flow proportional to speed (for some gas turbines and diesel engines with positive displacement fuel injectors) false = fuel control system keeps fuel flow independent of engine speed. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovCT1 ; rdfs:range xsd:boolean . cim:GovCT2.aset a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "aset"@en ; - rdfs:comment "Acceleration limiter setpoint (Aset). Unit = PU / s. Typical value = 10." ; + rdfs:label "aset" ; + rdfs:comment "Acceleration limiter setpoint (Aset). Unit = PU / s. Typical value = 10."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovCT2 ; rdfs:range xsd:float . cim:GovCT2.db a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db"@en ; - rdfs:comment "Speed governor deadband in PU speed (db). In the majority of applications, it is recommended that this value be set to zero. Typical value = 0." ; + rdfs:label "db" ; + rdfs:comment "Speed governor deadband in PU speed (db). In the majority of applications, it is recommended that this value be set to zero. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15479,8 +15481,8 @@ cim:GovCT2.db a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.dm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dm"@en ; - rdfs:comment "Speed sensitivity coefficient (Dm). Dm can represent either the variation of the engine power with the shaft speed or the variation of maximum power capability with shaft speed. If it is positive it describes the falling slope of the engine speed verses power characteristic as speed increases. A slightly falling characteristic is typical for reciprocating engines and some aero-derivative turbines. If it is negative the engine power is assumed to be unaffected by the shaft speed, but the maximum permissible fuel flow is taken to fall with falling shaft speed. This is characteristic of single-shaft industrial turbines due to exhaust temperature limits. Typical value = 0." ; + rdfs:label "dm" ; + rdfs:comment "Speed sensitivity coefficient (Dm). Dm can represent either the variation of the engine power with the shaft speed or the variation of maximum power capability with shaft speed. If it is positive it describes the falling slope of the engine speed verses power characteristic as speed increases. A slightly falling characteristic is typical for reciprocating engines and some aero-derivative turbines. If it is negative the engine power is assumed to be unaffected by the shaft speed, but the maximum permissible fuel flow is taken to fall with falling shaft speed. This is characteristic of single-shaft industrial turbines due to exhaust temperature limits. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15490,8 +15492,8 @@ cim:GovCT2.dm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.flim1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flim1"@en ; - rdfs:comment "Frequency threshold 1 (Flim1). Unit = Hz. Typical value = 59." ; + rdfs:label "flim1" ; + rdfs:comment "Frequency threshold 1 (Flim1). Unit = Hz. Typical value = 59."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -15502,8 +15504,8 @@ cim:GovCT2.flim1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.flim10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flim10"@en ; - rdfs:comment "Frequency threshold 10 (Flim10). Unit = Hz. Typical value = 0." ; + rdfs:label "flim10" ; + rdfs:comment "Frequency threshold 10 (Flim10). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -15514,8 +15516,8 @@ cim:GovCT2.flim10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.flim2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flim2"@en ; - rdfs:comment "Frequency threshold 2 (Flim2). Unit = Hz. Typical value = 0." ; + rdfs:label "flim2" ; + rdfs:comment "Frequency threshold 2 (Flim2). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -15526,8 +15528,8 @@ cim:GovCT2.flim2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.flim3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flim3"@en ; - rdfs:comment "Frequency threshold 3 (Flim3). Unit = Hz. Typical value = 0." ; + rdfs:label "flim3" ; + rdfs:comment "Frequency threshold 3 (Flim3). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -15538,8 +15540,8 @@ cim:GovCT2.flim3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.flim4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flim4"@en ; - rdfs:comment "Frequency threshold 4 (Flim4). Unit = Hz. Typical value = 0." ; + rdfs:label "flim4" ; + rdfs:comment "Frequency threshold 4 (Flim4). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -15550,8 +15552,8 @@ cim:GovCT2.flim4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.flim5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flim5"@en ; - rdfs:comment "Frequency threshold 5 (Flim5). Unit = Hz. Typical value = 0." ; + rdfs:label "flim5" ; + rdfs:comment "Frequency threshold 5 (Flim5). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -15562,8 +15564,8 @@ cim:GovCT2.flim5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.flim6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flim6"@en ; - rdfs:comment "Frequency threshold 6 (Flim6). Unit = Hz. Typical value = 0." ; + rdfs:label "flim6" ; + rdfs:comment "Frequency threshold 6 (Flim6). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -15574,8 +15576,8 @@ cim:GovCT2.flim6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.flim7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flim7"@en ; - rdfs:comment "Frequency threshold 7 (Flim7). Unit = Hz. Typical value = 0." ; + rdfs:label "flim7" ; + rdfs:comment "Frequency threshold 7 (Flim7). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -15586,8 +15588,8 @@ cim:GovCT2.flim7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.flim8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flim8"@en ; - rdfs:comment "Frequency threshold 8 (Flim8). Unit = Hz. Typical value = 0." ; + rdfs:label "flim8" ; + rdfs:comment "Frequency threshold 8 (Flim8). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -15598,8 +15600,8 @@ cim:GovCT2.flim8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.flim9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flim9"@en ; - rdfs:comment "Frequency threshold 9 (Flim9). Unit = Hz. Typical value = 0." ; + rdfs:label "flim9" ; + rdfs:comment "Frequency threshold 9 (Flim9). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -15610,8 +15612,8 @@ cim:GovCT2.flim9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Acceleration limiter gain (Ka). Typical value = 10." ; + rdfs:label "ka" ; + rdfs:comment "Acceleration limiter gain (Ka). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15621,8 +15623,8 @@ cim:GovCT2.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.kdgov a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kdgov"@en ; - rdfs:comment "Governor derivative gain (Kdgov). Typical value = 0." ; + rdfs:label "kdgov" ; + rdfs:comment "Governor derivative gain (Kdgov). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15632,8 +15634,8 @@ cim:GovCT2.kdgov a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.kigov a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kigov"@en ; - rdfs:comment "Governor integral gain (Kigov). Typical value = 0,45." ; + rdfs:label "kigov" ; + rdfs:comment "Governor integral gain (Kigov). Typical value = 0,45."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15643,8 +15645,8 @@ cim:GovCT2.kigov a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.kiload a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kiload"@en ; - rdfs:comment "Load limiter integral gain for PI controller (Kiload). Typical value = 1." ; + rdfs:label "kiload" ; + rdfs:comment "Load limiter integral gain for PI controller (Kiload). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15654,8 +15656,8 @@ cim:GovCT2.kiload a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.kimw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kimw"@en ; - rdfs:comment "Power controller (reset) gain (Kimw). The default value of 0,01 corresponds to a reset time of 100 seconds. A value of 0,001 corresponds to a relatively slow-acting load controller. Typical value = 0." ; + rdfs:label "kimw" ; + rdfs:comment "Power controller (reset) gain (Kimw). The default value of 0,01 corresponds to a reset time of 100 seconds. A value of 0,001 corresponds to a relatively slow-acting load controller. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15665,8 +15667,8 @@ cim:GovCT2.kimw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.kpgov a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpgov"@en ; - rdfs:comment "Governor proportional gain (Kpgov). Typical value = 4." ; + rdfs:label "kpgov" ; + rdfs:comment "Governor proportional gain (Kpgov). Typical value = 4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15676,8 +15678,8 @@ cim:GovCT2.kpgov a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.kpload a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpload"@en ; - rdfs:comment "Load limiter proportional gain for PI controller (Kpload). Typical value = 1." ; + rdfs:label "kpload" ; + rdfs:comment "Load limiter proportional gain for PI controller (Kpload). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15687,8 +15689,8 @@ cim:GovCT2.kpload a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.kturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kturb"@en ; - rdfs:comment "Turbine gain (Kturb). Typical value = 1,9168." ; + rdfs:label "kturb" ; + rdfs:comment "Turbine gain (Kturb). Typical value = 1,9168."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15698,8 +15700,8 @@ cim:GovCT2.kturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.ldref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ldref"@en ; - rdfs:comment "Load limiter reference value (Ldref). Typical value = 1." ; + rdfs:label "ldref" ; + rdfs:comment "Load limiter reference value (Ldref). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15709,8 +15711,8 @@ cim:GovCT2.ldref a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.maxerr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxerr"@en ; - rdfs:comment "Maximum value for speed error signal (Maxerr) (> GovCT2.minerr). Typical value = 1." ; + rdfs:label "maxerr" ; + rdfs:comment "Maximum value for speed error signal (Maxerr) (> GovCT2.minerr). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15720,8 +15722,8 @@ cim:GovCT2.maxerr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.minerr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minerr"@en ; - rdfs:comment "Minimum value for speed error signal (Minerr) (< GovCT2.maxerr). Typical value = -1." ; + rdfs:label "minerr" ; + rdfs:comment "Minimum value for speed error signal (Minerr) (< GovCT2.maxerr). Typical value = -1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15731,8 +15733,8 @@ cim:GovCT2.minerr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -15743,8 +15745,8 @@ cim:GovCT2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.plim1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "plim1"@en ; - rdfs:comment "Power limit 1 (Plim1). Typical value = 0,8325." ; + rdfs:label "plim1" ; + rdfs:comment "Power limit 1 (Plim1). Typical value = 0,8325."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15754,8 +15756,8 @@ cim:GovCT2.plim1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.plim10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "plim10"@en ; - rdfs:comment "Power limit 10 (Plim10). Typical value = 0." ; + rdfs:label "plim10" ; + rdfs:comment "Power limit 10 (Plim10). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15765,8 +15767,8 @@ cim:GovCT2.plim10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.plim2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "plim2"@en ; - rdfs:comment "Power limit 2 (Plim2). Typical value = 0." ; + rdfs:label "plim2" ; + rdfs:comment "Power limit 2 (Plim2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15776,8 +15778,8 @@ cim:GovCT2.plim2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.plim3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "plim3"@en ; - rdfs:comment "Power limit 3 (Plim3). Typical value = 0." ; + rdfs:label "plim3" ; + rdfs:comment "Power limit 3 (Plim3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15787,8 +15789,8 @@ cim:GovCT2.plim3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.plim4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "plim4"@en ; - rdfs:comment "Power limit 4 (Plim4). Typical value = 0." ; + rdfs:label "plim4" ; + rdfs:comment "Power limit 4 (Plim4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15798,8 +15800,8 @@ cim:GovCT2.plim4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.plim5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "plim5"@en ; - rdfs:comment "Power limit 5 (Plim5). Typical value = 0." ; + rdfs:label "plim5" ; + rdfs:comment "Power limit 5 (Plim5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15809,8 +15811,8 @@ cim:GovCT2.plim5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.plim6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "plim6"@en ; - rdfs:comment "Power limit 6 (Plim6). Typical value = 0." ; + rdfs:label "plim6" ; + rdfs:comment "Power limit 6 (Plim6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15820,8 +15822,8 @@ cim:GovCT2.plim6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.plim7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "plim7"@en ; - rdfs:comment "Power limit 7 (Plim7). Typical value = 0." ; + rdfs:label "plim7" ; + rdfs:comment "Power limit 7 (Plim7). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15831,8 +15833,8 @@ cim:GovCT2.plim7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.plim8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "plim8"@en ; - rdfs:comment "Power limit 8 (Plim8). Typical value = 0." ; + rdfs:label "plim8" ; + rdfs:comment "Power limit 8 (Plim8). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15842,8 +15844,8 @@ cim:GovCT2.plim8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.plim9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "plim9"@en ; - rdfs:comment "Power Limit 9 (Plim9). Typical value = 0." ; + rdfs:label "plim9" ; + rdfs:comment "Power Limit 9 (Plim9). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15853,8 +15855,8 @@ cim:GovCT2.plim9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.prate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "prate"@en ; - rdfs:comment "Ramp rate for frequency-dependent power limit (Prate). Typical value = 0,017." ; + rdfs:label "prate" ; + rdfs:comment "Ramp rate for frequency-dependent power limit (Prate). Typical value = 0,017."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15864,8 +15866,8 @@ cim:GovCT2.prate a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Permanent droop (R). Typical value = 0,05." ; + rdfs:label "r" ; + rdfs:comment "Permanent droop (R). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15875,16 +15877,16 @@ cim:GovCT2.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.rclose a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rclose"@en ; - rdfs:comment "Minimum valve closing rate (Rclose). Unit = PU / s. Typical value = -99." ; + rdfs:label "rclose" ; + rdfs:comment "Minimum valve closing rate (Rclose). Unit = PU / s. Typical value = -99."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovCT2 ; rdfs:range xsd:float . cim:GovCT2.rdown a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rdown"@en ; - rdfs:comment "Maximum rate of load limit decrease (Rdown). Typical value = -99." ; + rdfs:label "rdown" ; + rdfs:comment "Maximum rate of load limit decrease (Rdown). Typical value = -99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15894,16 +15896,16 @@ cim:GovCT2.rdown a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.ropen a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ropen"@en ; - rdfs:comment "Maximum valve opening rate (Ropen). Unit = PU / s. Typical value = 99." ; + rdfs:label "ropen" ; + rdfs:comment "Maximum valve opening rate (Ropen). Unit = PU / s. Typical value = 99."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovCT2 ; rdfs:range xsd:float . cim:GovCT2.rup a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rup"@en ; - rdfs:comment "Maximum rate of load limit increase (Rup). Typical value = 99." ; + rdfs:label "rup" ; + rdfs:comment "Maximum rate of load limit increase (Rup). Typical value = 99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -15913,8 +15915,8 @@ cim:GovCT2.rup a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Acceleration limiter time constant (Ta) (>= 0). Typical value = 1." ; + rdfs:label "ta" ; + rdfs:comment "Acceleration limiter time constant (Ta) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15925,8 +15927,8 @@ cim:GovCT2.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.tact a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tact"@en ; - rdfs:comment "Actuator time constant (Tact) (>= 0). Typical value = 0,4." ; + rdfs:label "tact" ; + rdfs:comment "Actuator time constant (Tact) (>= 0). Typical value = 0,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15937,8 +15939,8 @@ cim:GovCT2.tact a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Turbine lag time constant (Tb) (>= 0). Typical value = 0,1." ; + rdfs:label "tb" ; + rdfs:comment "Turbine lag time constant (Tb) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15949,8 +15951,8 @@ cim:GovCT2.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Turbine lead time constant (Tc) (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Turbine lead time constant (Tc) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15961,8 +15963,8 @@ cim:GovCT2.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.tdgov a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tdgov"@en ; - rdfs:comment "Governor derivative controller time constant (Tdgov) (>= 0). Typical value = 1." ; + rdfs:label "tdgov" ; + rdfs:comment "Governor derivative controller time constant (Tdgov) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15973,8 +15975,8 @@ cim:GovCT2.tdgov a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.teng a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "teng"@en ; - rdfs:comment "Transport time delay for diesel engine used in representing diesel engines where there is a small but measurable transport delay between a change in fuel flow setting and the development of torque (Teng) (>= 0). Teng should be zero in all but special cases where this transport delay is of particular concern. Typical value = 0." ; + rdfs:label "teng" ; + rdfs:comment "Transport time delay for diesel engine used in representing diesel engines where there is a small but measurable transport delay between a change in fuel flow setting and the development of torque (Teng) (>= 0). Teng should be zero in all but special cases where this transport delay is of particular concern. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15985,8 +15987,8 @@ cim:GovCT2.teng a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.tfload a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tfload"@en ; - rdfs:comment "Load limiter time constant (Tfload) (>= 0). Typical value = 3." ; + rdfs:label "tfload" ; + rdfs:comment "Load limiter time constant (Tfload) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -15997,8 +15999,8 @@ cim:GovCT2.tfload a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.tpelec a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpelec"@en ; - rdfs:comment "Electrical power transducer time constant (Tpelec) (>= 0). Typical value = 2,5." ; + rdfs:label "tpelec" ; + rdfs:comment "Electrical power transducer time constant (Tpelec) (>= 0). Typical value = 2,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16009,8 +16011,8 @@ cim:GovCT2.tpelec a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.tsa a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tsa"@en ; - rdfs:comment "Temperature detection lead time constant (Tsa) (>= 0). Typical value = 0." ; + rdfs:label "tsa" ; + rdfs:comment "Temperature detection lead time constant (Tsa) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16021,8 +16023,8 @@ cim:GovCT2.tsa a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.tsb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tsb"@en ; - rdfs:comment "Temperature detection lag time constant (Tsb) (>= 0). Typical value = 50." ; + rdfs:label "tsb" ; + rdfs:comment "Temperature detection lag time constant (Tsb) (>= 0). Typical value = 50."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16033,8 +16035,8 @@ cim:GovCT2.tsb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmax"@en ; - rdfs:comment "Maximum valve position limit (Vmax) (> GovCT2.vmin). Typical value = 1." ; + rdfs:label "vmax" ; + rdfs:comment "Maximum valve position limit (Vmax) (> GovCT2.vmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16044,8 +16046,8 @@ cim:GovCT2.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmin"@en ; - rdfs:comment "Minimum valve position limit (Vmin) (< GovCT2.vmax). Typical value = 0,175." ; + rdfs:label "vmin" ; + rdfs:comment "Minimum valve position limit (Vmin) (< GovCT2.vmax). Typical value = 0,175."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16055,8 +16057,8 @@ cim:GovCT2.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.wfnl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "wfnl"@en ; - rdfs:comment "No load fuel flow (Wfnl). Typical value = 0,187." ; + rdfs:label "wfnl" ; + rdfs:comment "No load fuel flow (Wfnl). Typical value = 0,187."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16066,19 +16068,19 @@ cim:GovCT2.wfnl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovCT2.wfspd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "wfspd"@en ; + rdfs:label "wfspd" ; rdfs:comment """Switch for fuel source characteristic to recognize that fuel flow, for a given fuel valve stroke, can be proportional to engine speed (Wfspd). true = fuel flow proportional to speed (for some gas turbines and diesel engines with positive displacement fuel injectors) false = fuel control system keeps fuel flow independent of engine speed. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovCT2 ; rdfs:range xsd:boolean . cim:GovGAST.at a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "at"@en ; - rdfs:comment "Ambient temperature load limit (Load Limit). Typical value = 1." ; + rdfs:label "at" ; + rdfs:comment "Ambient temperature load limit (Load Limit). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16088,8 +16090,8 @@ cim:GovGAST.at a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dturb"@en ; - rdfs:comment "Turbine damping factor (Dturb). Typical value = 0,18." ; + rdfs:label "dturb" ; + rdfs:comment "Turbine damping factor (Dturb). Typical value = 0,18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16099,8 +16101,8 @@ cim:GovGAST.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST.kt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kt"@en ; - rdfs:comment "Temperature limiter gain (Kt). Typical value = 3." ; + rdfs:label "kt" ; + rdfs:comment "Temperature limiter gain (Kt). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16110,8 +16112,8 @@ cim:GovGAST.kt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -16122,8 +16124,8 @@ cim:GovGAST.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Permanent droop (R) (>0). Typical value = 0,04." ; + rdfs:label "r" ; + rdfs:comment "Permanent droop (R) (>0). Typical value = 0,04."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16133,8 +16135,8 @@ cim:GovGAST.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Governor mechanism time constant (T1) (>= 0). T1 represents the natural valve positioning time constant of the governor for small disturbances, as seen when rate limiting is not in effect. Typical value = 0,5." ; + rdfs:label "t1" ; + rdfs:comment "Governor mechanism time constant (T1) (>= 0). T1 represents the natural valve positioning time constant of the governor for small disturbances, as seen when rate limiting is not in effect. Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16145,8 +16147,8 @@ cim:GovGAST.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Turbine power time constant (T2) (>= 0). T2 represents delay due to internal energy storage of the gas turbine engine. T2 can be used to give a rough approximation to the delay associated with acceleration of the compressor spool of a multi-shaft engine, or with the compressibility of gas in the plenum of a free power turbine of an aero-derivative unit, for example. Typical value = 0,5." ; + rdfs:label "t2" ; + rdfs:comment "Turbine power time constant (T2) (>= 0). T2 represents delay due to internal energy storage of the gas turbine engine. T2 can be used to give a rough approximation to the delay associated with acceleration of the compressor spool of a multi-shaft engine, or with the compressibility of gas in the plenum of a free power turbine of an aero-derivative unit, for example. Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16157,8 +16159,8 @@ cim:GovGAST.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Turbine exhaust temperature time constant (T3) (>= 0). Typical value = 3." ; + rdfs:label "t3" ; + rdfs:comment "Turbine exhaust temperature time constant (T3) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16169,8 +16171,8 @@ cim:GovGAST.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmax"@en ; - rdfs:comment "Maximum turbine power, PU of MWbase (Vmax) (> GovGAST.vmin). Typical value = 1." ; + rdfs:label "vmax" ; + rdfs:comment "Maximum turbine power, PU of MWbase (Vmax) (> GovGAST.vmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16180,8 +16182,8 @@ cim:GovGAST.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmin"@en ; - rdfs:comment "Minimum turbine power, PU of MWbase (Vmin) (< GovGAST.vmax). Typical value = 0." ; + rdfs:label "vmin" ; + rdfs:comment "Minimum turbine power, PU of MWbase (Vmin) (< GovGAST.vmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16191,24 +16193,24 @@ cim:GovGAST.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.a a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a"@en ; - rdfs:comment "Turbine power time constant numerator scale factor (a). Typical value = 0,8." ; + rdfs:label "a" ; + rdfs:comment "Turbine power time constant numerator scale factor (a). Typical value = 0,8."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST1 ; rdfs:range xsd:float . cim:GovGAST1.b a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b"@en ; - rdfs:comment "Turbine power time constant denominator scale factor (b) (>0). Typical value = 1." ; + rdfs:label "b" ; + rdfs:comment "Turbine power time constant denominator scale factor (b) (>0). Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST1 ; rdfs:range xsd:float . cim:GovGAST1.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db1"@en ; - rdfs:comment "Intentional dead-band width (db1). Unit = Hz. Typical value = 0." ; + rdfs:label "db1" ; + rdfs:comment "Intentional dead-band width (db1). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -16219,8 +16221,8 @@ cim:GovGAST1.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db2"@en ; - rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0." ; + rdfs:label "db2" ; + rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -16231,8 +16233,8 @@ cim:GovGAST1.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.eps a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eps"@en ; - rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0." ; + rdfs:label "eps" ; + rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -16243,8 +16245,8 @@ cim:GovGAST1.eps a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.fidle a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fidle"@en ; - rdfs:comment "Fuel flow at zero power output (Fidle). Typical value = 0,18." ; + rdfs:label "fidle" ; + rdfs:comment "Fuel flow at zero power output (Fidle). Typical value = 0,18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16254,8 +16256,8 @@ cim:GovGAST1.fidle a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0." ; + rdfs:label "gv1" ; + rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16265,8 +16267,8 @@ cim:GovGAST1.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Nonlinear gain point 2,PU gv (Gv2). Typical value = 0." ; + rdfs:label "gv2" ; + rdfs:comment "Nonlinear gain point 2,PU gv (Gv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16276,8 +16278,8 @@ cim:GovGAST1.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0." ; + rdfs:label "gv3" ; + rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16287,8 +16289,8 @@ cim:GovGAST1.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0." ; + rdfs:label "gv4" ; + rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16298,8 +16300,8 @@ cim:GovGAST1.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0." ; + rdfs:label "gv5" ; + rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16309,8 +16311,8 @@ cim:GovGAST1.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0." ; + rdfs:label "gv6" ; + rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16320,8 +16322,8 @@ cim:GovGAST1.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Governor gain (Ka). Typical value = 0." ; + rdfs:label "ka" ; + rdfs:comment "Governor gain (Ka). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16331,8 +16333,8 @@ cim:GovGAST1.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.kt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kt"@en ; - rdfs:comment "Temperature limiter gain (Kt). Typical value = 3." ; + rdfs:label "kt" ; + rdfs:comment "Temperature limiter gain (Kt). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16342,8 +16344,8 @@ cim:GovGAST1.kt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.lmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lmax"@en ; - rdfs:comment "Ambient temperature load limit (Lmax). Lmax is the turbine power output corresponding to the limiting exhaust gas temperature. Typical value = 1." ; + rdfs:label "lmax" ; + rdfs:comment "Ambient temperature load limit (Lmax). Lmax is the turbine power output corresponding to the limiting exhaust gas temperature. Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16353,8 +16355,8 @@ cim:GovGAST1.lmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.loadinc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "loadinc"@en ; - rdfs:comment "Valve position change allowed at fast rate (Loadinc). Typical value = 0,05." ; + rdfs:label "loadinc" ; + rdfs:comment "Valve position change allowed at fast rate (Loadinc). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16364,16 +16366,16 @@ cim:GovGAST1.loadinc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.ltrate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ltrate"@en ; - rdfs:comment "Maximum long term fuel valve opening rate (Ltrate). Typical value = 0,02." ; + rdfs:label "ltrate" ; + rdfs:comment "Maximum long term fuel valve opening rate (Ltrate). Typical value = 0,02."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST1 ; rdfs:range xsd:float . cim:GovGAST1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -16384,8 +16386,8 @@ cim:GovGAST1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0." ; + rdfs:label "pgv1" ; + rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16395,8 +16397,8 @@ cim:GovGAST1.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0." ; + rdfs:label "pgv2" ; + rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16406,8 +16408,8 @@ cim:GovGAST1.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0." ; + rdfs:label "pgv3" ; + rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16417,8 +16419,8 @@ cim:GovGAST1.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0." ; + rdfs:label "pgv4" ; + rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16428,8 +16430,8 @@ cim:GovGAST1.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0." ; + rdfs:label "pgv5" ; + rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16439,8 +16441,8 @@ cim:GovGAST1.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0." ; + rdfs:label "pgv6" ; + rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16450,8 +16452,8 @@ cim:GovGAST1.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Permanent droop (R) (>0). Typical value = 0,04." ; + rdfs:label "r" ; + rdfs:comment "Permanent droop (R) (>0). Typical value = 0,04."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16461,16 +16463,16 @@ cim:GovGAST1.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.rmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rmax"@en ; - rdfs:comment "Maximum fuel valve opening rate (Rmax). Unit = PU / s. Typical value = 1." ; + rdfs:label "rmax" ; + rdfs:comment "Maximum fuel valve opening rate (Rmax). Unit = PU / s. Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST1 ; rdfs:range xsd:float . cim:GovGAST1.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Governor mechanism time constant (T1) (>= 0). T1 represents the natural valve positioning time constant of the governor for small disturbances, as seen when rate limiting is not in effect. Typical value = 0,5." ; + rdfs:label "t1" ; + rdfs:comment "Governor mechanism time constant (T1) (>= 0). T1 represents the natural valve positioning time constant of the governor for small disturbances, as seen when rate limiting is not in effect. Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16481,8 +16483,8 @@ cim:GovGAST1.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Turbine power time constant (T2) (>= 0). T2 represents delay due to internal energy storage of the gas turbine engine. T2 can be used to give a rough approximation to the delay associated with acceleration of the compressor spool of a multi-shaft engine, or with the compressibility of gas in the plenum of the free power turbine of an aero-derivative unit, for example. Typical value = 0,5." ; + rdfs:label "t2" ; + rdfs:comment "Turbine power time constant (T2) (>= 0). T2 represents delay due to internal energy storage of the gas turbine engine. T2 can be used to give a rough approximation to the delay associated with acceleration of the compressor spool of a multi-shaft engine, or with the compressibility of gas in the plenum of the free power turbine of an aero-derivative unit, for example. Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16493,8 +16495,8 @@ cim:GovGAST1.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Turbine exhaust temperature time constant (T3) (>= 0). T3 represents delay in the exhaust temperature and load limiting system. Typical value = 3." ; + rdfs:label "t3" ; + rdfs:comment "Turbine exhaust temperature time constant (T3) (>= 0). T3 represents delay in the exhaust temperature and load limiting system. Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16505,8 +16507,8 @@ cim:GovGAST1.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Governor lead time constant (T4) (>= 0). Typical value = 0." ; + rdfs:label "t4" ; + rdfs:comment "Governor lead time constant (T4) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16517,8 +16519,8 @@ cim:GovGAST1.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Governor lag time constant (T5) (>= 0). If = 0, entire gain and lead-lag block is bypassed. Typical value = 0." ; + rdfs:label "t5" ; + rdfs:comment "Governor lag time constant (T5) (>= 0). If = 0, entire gain and lead-lag block is bypassed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16529,8 +16531,8 @@ cim:GovGAST1.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.tltr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tltr"@en ; - rdfs:comment "Valve position averaging time constant (Tltr) (>= 0). Typical value = 10." ; + rdfs:label "tltr" ; + rdfs:comment "Valve position averaging time constant (Tltr) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16541,8 +16543,8 @@ cim:GovGAST1.tltr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmax"@en ; - rdfs:comment "Maximum turbine power, PU of MWbase (Vmax) (> GovGAST1.vmin). Typical value = 1." ; + rdfs:label "vmax" ; + rdfs:comment "Maximum turbine power, PU of MWbase (Vmax) (> GovGAST1.vmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16552,8 +16554,8 @@ cim:GovGAST1.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST1.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmin"@en ; - rdfs:comment "Minimum turbine power, PU of MWbase (Vmin) (< GovGAST1.vmax). Typical value = 0." ; + rdfs:label "vmin" ; + rdfs:comment "Minimum turbine power, PU of MWbase (Vmin) (< GovGAST1.vmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16563,16 +16565,16 @@ cim:GovGAST1.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.a a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a"@en ; - rdfs:comment "Valve positioner (A)." ; + rdfs:label "a" ; + rdfs:comment "Valve positioner (A)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST2 ; rdfs:range xsd:float . cim:GovGAST2.af1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "af1"@en ; - rdfs:comment "Exhaust temperature parameter (Af1). Unit = PU temperature. Based on temperature in degrees C." ; + rdfs:label "af1" ; + rdfs:comment "Exhaust temperature parameter (Af1). Unit = PU temperature. Based on temperature in degrees C."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16582,8 +16584,8 @@ cim:GovGAST2.af1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.af2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "af2"@en ; - rdfs:comment "Coefficient equal to 0,5(1-speed) (Af2)." ; + rdfs:label "af2" ; + rdfs:comment "Coefficient equal to 0,5(1-speed) (Af2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16593,16 +16595,16 @@ cim:GovGAST2.af2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.b a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b"@en ; - rdfs:comment "Valve positioner (B)." ; + rdfs:label "b" ; + rdfs:comment "Valve positioner (B)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST2 ; rdfs:range xsd:float . cim:GovGAST2.bf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bf1"@en ; - rdfs:comment "(Bf1). Bf1 = E(1 - W) where E (speed sensitivity coefficient) is 0,55 to 0,65 x Tr. Unit = PU temperature. Based on temperature in degrees C." ; + rdfs:label "bf1" ; + rdfs:comment "(Bf1). Bf1 = E(1 - W) where E (speed sensitivity coefficient) is 0,55 to 0,65 x Tr. Unit = PU temperature. Based on temperature in degrees C."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16612,8 +16614,8 @@ cim:GovGAST2.bf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.bf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bf2"@en ; - rdfs:comment "Turbine torque coefficient Khhv (depends on heating value of fuel stream in combustion chamber) (Bf2)." ; + rdfs:label "bf2" ; + rdfs:comment "Turbine torque coefficient Khhv (depends on heating value of fuel stream in combustion chamber) (Bf2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16623,16 +16625,16 @@ cim:GovGAST2.bf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.c a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "c"@en ; - rdfs:comment "Valve positioner (C)." ; + rdfs:label "c" ; + rdfs:comment "Valve positioner (C)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST2 ; rdfs:range xsd:float . cim:GovGAST2.cf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "cf2"@en ; - rdfs:comment "Coefficient defining fuel flow where power output is 0% (Cf2). Synchronous but no output. Typically 0,23 x Khhv (23% fuel flow)." ; + rdfs:label "cf2" ; + rdfs:comment "Coefficient defining fuel flow where power output is 0% (Cf2). Synchronous but no output. Typically 0,23 x Khhv (23% fuel flow)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16642,8 +16644,8 @@ cim:GovGAST2.cf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.ecr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ecr"@en ; - rdfs:comment "Combustion reaction time delay (Ecr) (>= 0)." ; + rdfs:label "ecr" ; + rdfs:comment "Combustion reaction time delay (Ecr) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16654,8 +16656,8 @@ cim:GovGAST2.ecr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.etd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "etd"@en ; - rdfs:comment "Turbine and exhaust delay (Etd) (>= 0)." ; + rdfs:label "etd" ; + rdfs:comment "Turbine and exhaust delay (Etd) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16666,8 +16668,8 @@ cim:GovGAST2.etd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Ratio of fuel adjustment (K3)." ; + rdfs:label "k3" ; + rdfs:comment "Ratio of fuel adjustment (K3)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16677,8 +16679,8 @@ cim:GovGAST2.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k4"@en ; - rdfs:comment "Gain of radiation shield (K4)." ; + rdfs:label "k4" ; + rdfs:comment "Gain of radiation shield (K4)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16688,8 +16690,8 @@ cim:GovGAST2.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.k5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k5"@en ; - rdfs:comment "Gain of radiation shield (K5)." ; + rdfs:label "k5" ; + rdfs:comment "Gain of radiation shield (K5)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16699,8 +16701,8 @@ cim:GovGAST2.k5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.k6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k6"@en ; - rdfs:comment "Minimum fuel flow (K6)." ; + rdfs:label "k6" ; + rdfs:comment "Minimum fuel flow (K6)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16710,8 +16712,8 @@ cim:GovGAST2.k6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Fuel system feedback (Kf)." ; + rdfs:label "kf" ; + rdfs:comment "Fuel system feedback (Kf)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16721,8 +16723,8 @@ cim:GovGAST2.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -16733,8 +16735,8 @@ cim:GovGAST2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.t a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t"@en ; - rdfs:comment "Fuel control time constant (T) (>= 0)." ; + rdfs:label "t" ; + rdfs:comment "Fuel control time constant (T) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16745,8 +16747,8 @@ cim:GovGAST2.t a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Radiation shield time constant (T3) (>= 0)." ; + rdfs:label "t3" ; + rdfs:comment "Radiation shield time constant (T3) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16757,8 +16759,8 @@ cim:GovGAST2.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Thermocouple time constant (T4) (>= 0)." ; + rdfs:label "t4" ; + rdfs:comment "Thermocouple time constant (T4) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16769,8 +16771,8 @@ cim:GovGAST2.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Temperature control time constant (T5) (>= 0)." ; + rdfs:label "t5" ; + rdfs:comment "Temperature control time constant (T5) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16781,8 +16783,8 @@ cim:GovGAST2.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Temperature control (Tc). Unit = °F or °C depending on parameters Af1 and Bf1." ; + rdfs:label "tc" ; + rdfs:comment "Temperature control (Tc). Unit = °F or °C depending on parameters Af1 and Bf1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.degC ; cims:multiplicity cims:M:1..1 ; @@ -16793,8 +16795,8 @@ cim:GovGAST2.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.tcd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tcd"@en ; - rdfs:comment "Compressor discharge time constant (Tcd) (>= 0)." ; + rdfs:label "tcd" ; + rdfs:comment "Compressor discharge time constant (Tcd) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16805,8 +16807,8 @@ cim:GovGAST2.tcd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Fuel system time constant (Tf) (>= 0)." ; + rdfs:label "tf" ; + rdfs:comment "Fuel system time constant (Tf) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16817,8 +16819,8 @@ cim:GovGAST2.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.tmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tmax"@en ; - rdfs:comment "Maximum turbine limit (Tmax) (> GovGAST2.tmin)." ; + rdfs:label "tmax" ; + rdfs:comment "Maximum turbine limit (Tmax) (> GovGAST2.tmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16828,8 +16830,8 @@ cim:GovGAST2.tmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.tmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tmin"@en ; - rdfs:comment "Minimum turbine limit (Tmin) (< GovGAST2.tmax)." ; + rdfs:label "tmin" ; + rdfs:comment "Minimum turbine limit (Tmin) (< GovGAST2.tmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16839,8 +16841,8 @@ cim:GovGAST2.tmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Rated temperature (Tr). Unit = °C depending on parameters Af1 and Bf1." ; + rdfs:label "tr" ; + rdfs:comment "Rated temperature (Tr). Unit = °C depending on parameters Af1 and Bf1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.degC ; cims:multiplicity cims:M:1..1 ; @@ -16851,8 +16853,8 @@ cim:GovGAST2.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.trate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "trate"@en ; - rdfs:comment "Turbine rating (Trate). Unit = MW." ; + rdfs:label "trate" ; + rdfs:comment "Turbine rating (Trate). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -16863,8 +16865,8 @@ cim:GovGAST2.trate a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.tt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tt"@en ; - rdfs:comment "Temperature controller integration rate (Tt) (>= 0)." ; + rdfs:label "tt" ; + rdfs:comment "Temperature controller integration rate (Tt) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16875,8 +16877,8 @@ cim:GovGAST2.tt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.w a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "w"@en ; - rdfs:comment "Governor gain (1/droop) on turbine rating (W)." ; + rdfs:label "w" ; + rdfs:comment "Governor gain (1/droop) on turbine rating (W)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16886,8 +16888,8 @@ cim:GovGAST2.w a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.x a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x"@en ; - rdfs:comment "Governor lead time constant (X) (>= 0)." ; + rdfs:label "x" ; + rdfs:comment "Governor lead time constant (X) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16898,8 +16900,8 @@ cim:GovGAST2.x a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.y a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "y"@en ; - rdfs:comment "Governor lag time constant (Y) (> 0)." ; + rdfs:label "y" ; + rdfs:comment "Governor lag time constant (Y) (> 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -16910,26 +16912,26 @@ cim:GovGAST2.y a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST2.z a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "z"@en ; + rdfs:label "z" ; rdfs:comment """Governor mode (Z). 1 = droop -0 = isochronous.""" ; +0 = isochronous."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST2 ; rdfs:range xsd:integer . cim:GovGAST3.bca a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bca"@en ; - rdfs:comment "Acceleration limit set-point (Bca). Unit = 1/s. Typical value = 0,01." ; + rdfs:label "bca" ; + rdfs:comment "Acceleration limit set-point (Bca). Unit = 1/s. Typical value = 0,01."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST3 ; rdfs:range xsd:float . cim:GovGAST3.bp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bp"@en ; - rdfs:comment "Droop (bp). Typical value = 0,05." ; + rdfs:label "bp" ; + rdfs:comment "Droop (bp). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16939,8 +16941,8 @@ cim:GovGAST3.bp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.dtc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dtc"@en ; - rdfs:comment "Exhaust temperature variation due to fuel flow increasing from 0 to 1 PU (deltaTc). Typical value = 390." ; + rdfs:label "dtc" ; + rdfs:comment "Exhaust temperature variation due to fuel flow increasing from 0 to 1 PU (deltaTc). Typical value = 390."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.degC ; cims:multiplicity cims:M:1..1 ; @@ -16951,8 +16953,8 @@ cim:GovGAST3.dtc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Minimum fuel flow (Ka). Typical value = 0,23." ; + rdfs:label "ka" ; + rdfs:comment "Minimum fuel flow (Ka). Typical value = 0,23."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -16962,40 +16964,40 @@ cim:GovGAST3.ka a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.kac a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kac"@en ; - rdfs:comment "Fuel system feedback (KAC). Typical value = 0." ; + rdfs:label "kac" ; + rdfs:comment "Fuel system feedback (KAC). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST3 ; rdfs:range xsd:float . cim:GovGAST3.kca a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kca"@en ; - rdfs:comment "Acceleration control integral gain (Kca). Unit = 1/s. Typical value = 100." ; + rdfs:label "kca" ; + rdfs:comment "Acceleration control integral gain (Kca). Unit = 1/s. Typical value = 100."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST3 ; rdfs:range xsd:float . cim:GovGAST3.ksi a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ksi"@en ; - rdfs:comment "Gain of radiation shield (Ksi). Typical value = 0,8." ; + rdfs:label "ksi" ; + rdfs:comment "Gain of radiation shield (Ksi). Typical value = 0,8."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST3 ; rdfs:range xsd:float . cim:GovGAST3.ky a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ky"@en ; - rdfs:comment "Coefficient of transfer function of fuel valve positioner (Ky). Typical value = 1." ; + rdfs:label "ky" ; + rdfs:comment "Coefficient of transfer function of fuel valve positioner (Ky). Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGAST3 ; rdfs:range xsd:float . cim:GovGAST3.mnef a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mnef"@en ; - rdfs:comment "Fuel flow maximum negative error value (MNef). Typical value = -0,05." ; + rdfs:label "mnef" ; + rdfs:comment "Fuel flow maximum negative error value (MNef). Typical value = -0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17005,8 +17007,8 @@ cim:GovGAST3.mnef a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.mxef a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mxef"@en ; - rdfs:comment "Fuel flow maximum positive error value (MXef). Typical value = 0,05." ; + rdfs:label "mxef" ; + rdfs:comment "Fuel flow maximum positive error value (MXef). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17016,8 +17018,8 @@ cim:GovGAST3.mxef a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.rcmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rcmn"@en ; - rdfs:comment "Minimum fuel flow (RCMN). Typical value = -0,1." ; + rdfs:label "rcmn" ; + rdfs:comment "Minimum fuel flow (RCMN). Typical value = -0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17027,8 +17029,8 @@ cim:GovGAST3.rcmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.rcmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rcmx"@en ; - rdfs:comment "Maximum fuel flow (RCMX). Typical value = 1." ; + rdfs:label "rcmx" ; + rdfs:comment "Maximum fuel flow (RCMX). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17038,8 +17040,8 @@ cim:GovGAST3.rcmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.tac a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tac"@en ; - rdfs:comment "Fuel control time constant (Tac) (>= 0). Typical value = 0,1." ; + rdfs:label "tac" ; + rdfs:comment "Fuel control time constant (Tac) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17050,8 +17052,8 @@ cim:GovGAST3.tac a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Compressor discharge volume time constant (Tc) (>= 0). Typical value = 0,2." ; + rdfs:label "tc" ; + rdfs:comment "Compressor discharge volume time constant (Tc) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17062,8 +17064,8 @@ cim:GovGAST3.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Temperature controller derivative gain (Td) (>= 0). Typical value = 3,3." ; + rdfs:label "td" ; + rdfs:comment "Temperature controller derivative gain (Td) (>= 0). Typical value = 3,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17074,8 +17076,8 @@ cim:GovGAST3.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.tfen a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tfen"@en ; - rdfs:comment "Turbine rated exhaust temperature correspondent to Pm=1 PU (Tfen). Typical value = 540." ; + rdfs:label "tfen" ; + rdfs:comment "Turbine rated exhaust temperature correspondent to Pm=1 PU (Tfen). Typical value = 540."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.degC ; cims:multiplicity cims:M:1..1 ; @@ -17086,8 +17088,8 @@ cim:GovGAST3.tfen a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Time constant of speed governor (Tg) (>= 0). Typical value = 0,05." ; + rdfs:label "tg" ; + rdfs:comment "Time constant of speed governor (Tg) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17098,8 +17100,8 @@ cim:GovGAST3.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.tsi a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tsi"@en ; - rdfs:comment "Time constant of radiation shield (Tsi) (>= 0). Typical value = 15." ; + rdfs:label "tsi" ; + rdfs:comment "Time constant of radiation shield (Tsi) (>= 0). Typical value = 15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17110,8 +17112,8 @@ cim:GovGAST3.tsi a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.tt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tt"@en ; - rdfs:comment "Temperature controller integration rate (Tt). Typical value = 250." ; + rdfs:label "tt" ; + rdfs:comment "Temperature controller integration rate (Tt). Typical value = 250."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.degC ; cims:multiplicity cims:M:1..1 ; @@ -17122,8 +17124,8 @@ cim:GovGAST3.tt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.ttc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ttc"@en ; - rdfs:comment "Time constant of thermocouple (Ttc) (>= 0). Typical value = 2,5." ; + rdfs:label "ttc" ; + rdfs:comment "Time constant of thermocouple (Ttc) (>= 0). Typical value = 2,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17134,8 +17136,8 @@ cim:GovGAST3.ttc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST3.ty a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ty"@en ; - rdfs:comment "Time constant of fuel valve positioner (Ty) (>= 0). Typical value = 0,2." ; + rdfs:label "ty" ; + rdfs:comment "Time constant of fuel valve positioner (Ty) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17146,8 +17148,8 @@ cim:GovGAST3.ty a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST4.bp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bp"@en ; - rdfs:comment "Droop (bp). Typical value = 0,05." ; + rdfs:label "bp" ; + rdfs:comment "Droop (bp). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17157,8 +17159,8 @@ cim:GovGAST4.bp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST4.ktm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ktm"@en ; - rdfs:comment "Compressor gain (Ktm). Typical value = 0." ; + rdfs:label "ktm" ; + rdfs:comment "Compressor gain (Ktm). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17168,8 +17170,8 @@ cim:GovGAST4.ktm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST4.mnef a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mnef"@en ; - rdfs:comment "Fuel flow maximum negative error value (MNef). Typical value = -0,05." ; + rdfs:label "mnef" ; + rdfs:comment "Fuel flow maximum negative error value (MNef). Typical value = -0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17179,8 +17181,8 @@ cim:GovGAST4.mnef a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST4.mxef a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mxef"@en ; - rdfs:comment "Fuel flow maximum positive error value (MXef). Typical value = 0,05." ; + rdfs:label "mxef" ; + rdfs:comment "Fuel flow maximum positive error value (MXef). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17190,8 +17192,8 @@ cim:GovGAST4.mxef a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST4.rymn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rymn"@en ; - rdfs:comment "Minimum valve opening (RYMN). Typical value = 0." ; + rdfs:label "rymn" ; + rdfs:comment "Minimum valve opening (RYMN). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17201,8 +17203,8 @@ cim:GovGAST4.rymn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST4.rymx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rymx"@en ; - rdfs:comment "Maximum valve opening (RYMX). Typical value = 1,1." ; + rdfs:label "rymx" ; + rdfs:comment "Maximum valve opening (RYMX). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17212,8 +17214,8 @@ cim:GovGAST4.rymx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST4.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Maximum gate opening velocity (TA) (>= 0). Typical value = 3." ; + rdfs:label "ta" ; + rdfs:comment "Maximum gate opening velocity (TA) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17224,8 +17226,8 @@ cim:GovGAST4.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST4.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Maximum gate closing velocity (TC) (>= 0). Typical value = 0,5." ; + rdfs:label "tc" ; + rdfs:comment "Maximum gate closing velocity (TC) (>= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17236,8 +17238,8 @@ cim:GovGAST4.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST4.tcm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tcm"@en ; - rdfs:comment "Fuel control time constant (Tcm) (>= 0). Typical value = 0,1." ; + rdfs:label "tcm" ; + rdfs:comment "Fuel control time constant (Tcm) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17248,8 +17250,8 @@ cim:GovGAST4.tcm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST4.tm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tm"@en ; - rdfs:comment "Compressor discharge volume time constant (Tm) (>= 0). Typical value = 0,2." ; + rdfs:label "tm" ; + rdfs:comment "Compressor discharge volume time constant (Tm) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17260,8 +17262,8 @@ cim:GovGAST4.tm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGAST4.ty a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ty"@en ; - rdfs:comment "Time constant of fuel valve positioner (Ty) (>= 0). Typical value = 0,1." ; + rdfs:label "ty" ; + rdfs:comment "Time constant of fuel valve positioner (Ty) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17272,16 +17274,16 @@ cim:GovGAST4.ty a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.a a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a"@en ; - rdfs:comment "Valve positioner (A)." ; + rdfs:label "a" ; + rdfs:comment "Valve positioner (A)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGASTWD ; rdfs:range xsd:float . cim:GovGASTWD.af1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "af1"@en ; - rdfs:comment "Exhaust temperature parameter (Af1)." ; + rdfs:label "af1" ; + rdfs:comment "Exhaust temperature parameter (Af1)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17291,8 +17293,8 @@ cim:GovGASTWD.af1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.af2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "af2"@en ; - rdfs:comment "Coefficient equal to 0,5(1-speed) (Af2)." ; + rdfs:label "af2" ; + rdfs:comment "Coefficient equal to 0,5(1-speed) (Af2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17302,16 +17304,16 @@ cim:GovGASTWD.af2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.b a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b"@en ; - rdfs:comment "Valve positioner (B)." ; + rdfs:label "b" ; + rdfs:comment "Valve positioner (B)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGASTWD ; rdfs:range xsd:float . cim:GovGASTWD.bf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bf1"@en ; - rdfs:comment "(Bf1). Bf1 = E(1-w) where E (speed sensitivity coefficient) is 0,55 to 0,65 x Tr." ; + rdfs:label "bf1" ; + rdfs:comment "(Bf1). Bf1 = E(1-w) where E (speed sensitivity coefficient) is 0,55 to 0,65 x Tr."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17321,8 +17323,8 @@ cim:GovGASTWD.bf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.bf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bf2"@en ; - rdfs:comment "Turbine torque coefficient Khhv (depends on heating value of fuel stream in combustion chamber) (Bf2)." ; + rdfs:label "bf2" ; + rdfs:comment "Turbine torque coefficient Khhv (depends on heating value of fuel stream in combustion chamber) (Bf2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17332,16 +17334,16 @@ cim:GovGASTWD.bf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.c a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "c"@en ; - rdfs:comment "Valve positioner (C)." ; + rdfs:label "c" ; + rdfs:comment "Valve positioner (C)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovGASTWD ; rdfs:range xsd:float . cim:GovGASTWD.cf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "cf2"@en ; - rdfs:comment "Coefficient defining fuel flow where power output is 0 % (Cf2). Synchronous but no output. Typically 0,23 x Khhv (23 % fuel flow)." ; + rdfs:label "cf2" ; + rdfs:comment "Coefficient defining fuel flow where power output is 0 % (Cf2). Synchronous but no output. Typically 0,23 x Khhv (23 % fuel flow)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17351,8 +17353,8 @@ cim:GovGASTWD.cf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.ecr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ecr"@en ; - rdfs:comment "Combustion reaction time delay (Ecr) (>= 0)." ; + rdfs:label "ecr" ; + rdfs:comment "Combustion reaction time delay (Ecr) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17363,8 +17365,8 @@ cim:GovGASTWD.ecr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.etd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "etd"@en ; - rdfs:comment "Turbine and exhaust delay (Etd) (>= 0)." ; + rdfs:label "etd" ; + rdfs:comment "Turbine and exhaust delay (Etd) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17375,8 +17377,8 @@ cim:GovGASTWD.etd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Ratio of fuel adjustment (K3)." ; + rdfs:label "k3" ; + rdfs:comment "Ratio of fuel adjustment (K3)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17386,8 +17388,8 @@ cim:GovGASTWD.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k4"@en ; - rdfs:comment "Gain of radiation shield (K4)." ; + rdfs:label "k4" ; + rdfs:comment "Gain of radiation shield (K4)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17397,8 +17399,8 @@ cim:GovGASTWD.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.k5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k5"@en ; - rdfs:comment "Gain of radiation shield (K5)." ; + rdfs:label "k5" ; + rdfs:comment "Gain of radiation shield (K5)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17408,8 +17410,8 @@ cim:GovGASTWD.k5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.k6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k6"@en ; - rdfs:comment "Minimum fuel flow (K6)." ; + rdfs:label "k6" ; + rdfs:comment "Minimum fuel flow (K6)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17419,8 +17421,8 @@ cim:GovGASTWD.k6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Drop governor gain (Kd)." ; + rdfs:label "kd" ; + rdfs:comment "Drop governor gain (Kd)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17430,8 +17432,8 @@ cim:GovGASTWD.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.kdroop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kdroop"@en ; - rdfs:comment "(Kdroop) (>= 0)." ; + rdfs:label "kdroop" ; + rdfs:comment "(Kdroop) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17441,8 +17443,8 @@ cim:GovGASTWD.kdroop a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Fuel system feedback (Kf)." ; + rdfs:label "kf" ; + rdfs:comment "Fuel system feedback (Kf)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17452,8 +17454,8 @@ cim:GovGASTWD.kf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Isochronous Governor Gain (Ki)." ; + rdfs:label "ki" ; + rdfs:comment "Isochronous Governor Gain (Ki)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17463,8 +17465,8 @@ cim:GovGASTWD.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "PID proportional gain (Kp)." ; + rdfs:label "kp" ; + rdfs:comment "PID proportional gain (Kp)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17474,8 +17476,8 @@ cim:GovGASTWD.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -17486,8 +17488,8 @@ cim:GovGASTWD.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.t a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t"@en ; - rdfs:comment "Fuel control time constant (T) (>= 0)." ; + rdfs:label "t" ; + rdfs:comment "Fuel control time constant (T) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17498,8 +17500,8 @@ cim:GovGASTWD.t a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Radiation shield time constant (T3) (>= 0)." ; + rdfs:label "t3" ; + rdfs:comment "Radiation shield time constant (T3) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17510,8 +17512,8 @@ cim:GovGASTWD.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Thermocouple time constant (T4) (>= 0)." ; + rdfs:label "t4" ; + rdfs:comment "Thermocouple time constant (T4) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17522,8 +17524,8 @@ cim:GovGASTWD.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Temperature control time constant (T5) (>= 0)." ; + rdfs:label "t5" ; + rdfs:comment "Temperature control time constant (T5) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17534,8 +17536,8 @@ cim:GovGASTWD.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Temperature control (Tc)." ; + rdfs:label "tc" ; + rdfs:comment "Temperature control (Tc)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.degC ; cims:multiplicity cims:M:1..1 ; @@ -17546,8 +17548,8 @@ cim:GovGASTWD.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.tcd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tcd"@en ; - rdfs:comment "Compressor discharge time constant (Tcd) (>= 0)." ; + rdfs:label "tcd" ; + rdfs:comment "Compressor discharge time constant (Tcd) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17558,8 +17560,8 @@ cim:GovGASTWD.tcd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Power transducer time constant (Td) (>= 0)." ; + rdfs:label "td" ; + rdfs:comment "Power transducer time constant (Td) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17570,8 +17572,8 @@ cim:GovGASTWD.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Fuel system time constant (Tf) (>= 0)." ; + rdfs:label "tf" ; + rdfs:comment "Fuel system time constant (Tf) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17582,8 +17584,8 @@ cim:GovGASTWD.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.tmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tmax"@en ; - rdfs:comment "Maximum Turbine limit (Tmax) (> GovGASTWD.tmin)." ; + rdfs:label "tmax" ; + rdfs:comment "Maximum Turbine limit (Tmax) (> GovGASTWD.tmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17593,8 +17595,8 @@ cim:GovGASTWD.tmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.tmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tmin"@en ; - rdfs:comment "Minimum turbine limit (Tmin) (< GovGASTWD.tmax)." ; + rdfs:label "tmin" ; + rdfs:comment "Minimum turbine limit (Tmin) (< GovGASTWD.tmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17604,8 +17606,8 @@ cim:GovGASTWD.tmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Rated temperature (Tr)." ; + rdfs:label "tr" ; + rdfs:comment "Rated temperature (Tr)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.degC ; cims:multiplicity cims:M:1..1 ; @@ -17616,8 +17618,8 @@ cim:GovGASTWD.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.trate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "trate"@en ; - rdfs:comment "Turbine rating (Trate). Unit = MW." ; + rdfs:label "trate" ; + rdfs:comment "Turbine rating (Trate). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -17628,8 +17630,8 @@ cim:GovGASTWD.trate a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovGASTWD.tt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tt"@en ; - rdfs:comment "Temperature controller integration rate (Tt) (>= 0)." ; + rdfs:label "tt" ; + rdfs:comment "Temperature controller integration rate (Tt) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17640,8 +17642,8 @@ cim:GovGASTWD.tt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.at a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "at"@en ; - rdfs:comment "Turbine gain (At) (> 0). Typical value = 1,2." ; + rdfs:label "at" ; + rdfs:comment "Turbine gain (At) (> 0). Typical value = 1,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17651,8 +17653,8 @@ cim:GovHydro1.at a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dturb"@en ; - rdfs:comment "Turbine damping factor (Dturb) (>= 0). Typical value = 0,5." ; + rdfs:label "dturb" ; + rdfs:comment "Turbine damping factor (Dturb) (>= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17662,8 +17664,8 @@ cim:GovHydro1.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmax"@en ; - rdfs:comment "Maximum gate opening (Gmax) (> 0 and > GovHydro.gmin). Typical value = 1." ; + rdfs:label "gmax" ; + rdfs:comment "Maximum gate opening (Gmax) (> 0 and > GovHydro.gmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17673,8 +17675,8 @@ cim:GovHydro1.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmin"@en ; - rdfs:comment "Minimum gate opening (Gmin) (>= 0 and < GovHydro1.gmax). Typical value = 0." ; + rdfs:label "gmin" ; + rdfs:comment "Minimum gate opening (Gmin) (>= 0 and < GovHydro1.gmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17684,8 +17686,8 @@ cim:GovHydro1.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.hdam a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hdam"@en ; - rdfs:comment "Turbine nominal head (hdam). Typical value = 1." ; + rdfs:label "hdam" ; + rdfs:comment "Turbine nominal head (hdam). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17695,8 +17697,8 @@ cim:GovHydro1.hdam a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -17707,8 +17709,8 @@ cim:GovHydro1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.qnl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qnl"@en ; - rdfs:comment "No-load flow at nominal head (qnl) (>= 0). Typical value = 0,08." ; + rdfs:label "qnl" ; + rdfs:comment "No-load flow at nominal head (qnl) (>= 0). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17718,8 +17720,8 @@ cim:GovHydro1.qnl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.rperm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rperm"@en ; - rdfs:comment "Permanent droop (R) (> 0). Typical value = 0,04." ; + rdfs:label "rperm" ; + rdfs:comment "Permanent droop (R) (> 0). Typical value = 0,04."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17729,8 +17731,8 @@ cim:GovHydro1.rperm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.rtemp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rtemp"@en ; - rdfs:comment "Temporary droop (r) (> GovHydro1.rperm). Typical value = 0,3." ; + rdfs:label "rtemp" ; + rdfs:comment "Temporary droop (r) (> GovHydro1.rperm). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17740,8 +17742,8 @@ cim:GovHydro1.rtemp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Filter time constant (Tf) (> 0). Typical value = 0,05." ; + rdfs:label "tf" ; + rdfs:comment "Filter time constant (Tf) (> 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17752,8 +17754,8 @@ cim:GovHydro1.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Gate servo time constant (Tg) (> 0). Typical value = 0,5." ; + rdfs:label "tg" ; + rdfs:comment "Gate servo time constant (Tg) (> 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17764,8 +17766,8 @@ cim:GovHydro1.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Washout time constant (Tr) (> 0). Typical value = 5." ; + rdfs:label "tr" ; + rdfs:comment "Washout time constant (Tr) (> 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17776,8 +17778,8 @@ cim:GovHydro1.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.tw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw"@en ; - rdfs:comment "Water inertia time constant (Tw) (> 0). Typical value = 1." ; + rdfs:label "tw" ; + rdfs:comment "Water inertia time constant (Tw) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -17788,16 +17790,16 @@ cim:GovHydro1.tw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro1.velm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velm"@en ; - rdfs:comment "Maximum gate velocity (Vlem) (> 0). Typical value = 0,2." ; + rdfs:label "velm" ; + rdfs:comment "Maximum gate velocity (Vlem) (> 0). Typical value = 0,2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydro1 ; rdfs:range xsd:float . cim:GovHydro2.aturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "aturb"@en ; - rdfs:comment "Turbine numerator multiplier (Aturb). Typical value = -1." ; + rdfs:label "aturb" ; + rdfs:comment "Turbine numerator multiplier (Aturb). Typical value = -1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17807,8 +17809,8 @@ cim:GovHydro2.aturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.bturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bturb"@en ; - rdfs:comment "Turbine denominator multiplier (Bturb) (> 0). Typical value = 0,5." ; + rdfs:label "bturb" ; + rdfs:comment "Turbine denominator multiplier (Bturb) (> 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17818,8 +17820,8 @@ cim:GovHydro2.bturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db1"@en ; - rdfs:comment "Intentional deadband width (db1). Unit = Hz. Typical value = 0." ; + rdfs:label "db1" ; + rdfs:comment "Intentional deadband width (db1). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -17830,8 +17832,8 @@ cim:GovHydro2.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db2"@en ; - rdfs:comment "Unintentional deadband (db2). Unit = MW. Typical value = 0." ; + rdfs:label "db2" ; + rdfs:comment "Unintentional deadband (db2). Unit = MW. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -17842,8 +17844,8 @@ cim:GovHydro2.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.eps a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eps"@en ; - rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0." ; + rdfs:label "eps" ; + rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -17854,8 +17856,8 @@ cim:GovHydro2.eps a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0." ; + rdfs:label "gv1" ; + rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17865,8 +17867,8 @@ cim:GovHydro2.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0." ; + rdfs:label "gv2" ; + rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17876,8 +17878,8 @@ cim:GovHydro2.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0." ; + rdfs:label "gv3" ; + rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17887,8 +17889,8 @@ cim:GovHydro2.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0." ; + rdfs:label "gv4" ; + rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17898,8 +17900,8 @@ cim:GovHydro2.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0." ; + rdfs:label "gv5" ; + rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17909,8 +17911,8 @@ cim:GovHydro2.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0." ; + rdfs:label "gv6" ; + rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17920,8 +17922,8 @@ cim:GovHydro2.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.kturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kturb"@en ; - rdfs:comment "Turbine gain (Kturb). Typical value = 1." ; + rdfs:label "kturb" ; + rdfs:comment "Turbine gain (Kturb). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17931,8 +17933,8 @@ cim:GovHydro2.kturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -17943,8 +17945,8 @@ cim:GovHydro2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0." ; + rdfs:label "pgv1" ; + rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17954,8 +17956,8 @@ cim:GovHydro2.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0." ; + rdfs:label "pgv2" ; + rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17965,8 +17967,8 @@ cim:GovHydro2.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0." ; + rdfs:label "pgv3" ; + rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17976,8 +17978,8 @@ cim:GovHydro2.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0." ; + rdfs:label "pgv4" ; + rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17987,8 +17989,8 @@ cim:GovHydro2.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0." ; + rdfs:label "pgv5" ; + rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -17998,8 +18000,8 @@ cim:GovHydro2.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0." ; + rdfs:label "pgv6" ; + rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18009,8 +18011,8 @@ cim:GovHydro2.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximum gate opening (Pmax) (> GovHydro2.pmin). Typical value = 1." ; + rdfs:label "pmax" ; + rdfs:comment "Maximum gate opening (Pmax) (> GovHydro2.pmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18020,8 +18022,8 @@ cim:GovHydro2.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum gate opening (Pmin) (< GovHydro2.pmax). Typical value = 0." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum gate opening (Pmin) (< GovHydro2.pmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18031,8 +18033,8 @@ cim:GovHydro2.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.rperm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rperm"@en ; - rdfs:comment "Permanent droop (Rperm). Typical value = 0,05." ; + rdfs:label "rperm" ; + rdfs:comment "Permanent droop (Rperm). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18042,8 +18044,8 @@ cim:GovHydro2.rperm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.rtemp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rtemp"@en ; - rdfs:comment "Temporary droop (Rtemp). Typical value = 0,5." ; + rdfs:label "rtemp" ; + rdfs:comment "Temporary droop (Rtemp). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18053,8 +18055,8 @@ cim:GovHydro2.rtemp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Gate servo time constant (Tg) (> 0). Typical value = 0,5." ; + rdfs:label "tg" ; + rdfs:comment "Gate servo time constant (Tg) (> 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18065,8 +18067,8 @@ cim:GovHydro2.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Pilot servo valve time constant (Tp) (>= 0). Typical value = 0,03." ; + rdfs:label "tp" ; + rdfs:comment "Pilot servo valve time constant (Tp) (>= 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18077,8 +18079,8 @@ cim:GovHydro2.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Dashpot time constant (Tr) (>= 0). Typical value = 12." ; + rdfs:label "tr" ; + rdfs:comment "Dashpot time constant (Tr) (>= 0). Typical value = 12."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18089,8 +18091,8 @@ cim:GovHydro2.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.tw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw"@en ; - rdfs:comment "Water inertia time constant (Tw) (>= 0). Typical value = 2." ; + rdfs:label "tw" ; + rdfs:comment "Water inertia time constant (Tw) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18101,24 +18103,24 @@ cim:GovHydro2.tw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro2.uc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uc"@en ; - rdfs:comment "Maximum gate closing velocity (Uc) (< 0). Unit = PU / s. Typical value = -0,1." ; + rdfs:label "uc" ; + rdfs:comment "Maximum gate closing velocity (Uc) (< 0). Unit = PU / s. Typical value = -0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydro2 ; rdfs:range xsd:float . cim:GovHydro2.uo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uo"@en ; - rdfs:comment "Maximum gate opening velocity (Uo). Unit = PU / s. Typical value = 0,1." ; + rdfs:label "uo" ; + rdfs:comment "Maximum gate opening velocity (Uo). Unit = PU / s. Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydro2 ; rdfs:range xsd:float . cim:GovHydro3.at a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "at"@en ; - rdfs:comment "Turbine gain (At) (>0). Typical value = 1,2." ; + rdfs:label "at" ; + rdfs:comment "Turbine gain (At) (>0). Typical value = 1,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18128,8 +18130,8 @@ cim:GovHydro3.at a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db1"@en ; - rdfs:comment "Intentional dead-band width (db1). Unit = Hz. Typical value = 0." ; + rdfs:label "db1" ; + rdfs:comment "Intentional dead-band width (db1). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -18140,8 +18142,8 @@ cim:GovHydro3.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db2"@en ; - rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0." ; + rdfs:label "db2" ; + rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -18152,8 +18154,8 @@ cim:GovHydro3.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dturb"@en ; - rdfs:comment "Turbine damping factor (Dturb). Typical value = 0,2." ; + rdfs:label "dturb" ; + rdfs:comment "Turbine damping factor (Dturb). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18163,8 +18165,8 @@ cim:GovHydro3.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.eps a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eps"@en ; - rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0." ; + rdfs:label "eps" ; + rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -18175,19 +18177,19 @@ cim:GovHydro3.eps a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.governorControl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "governorControl"@en ; + rdfs:label "governorControl" ; rdfs:comment """Governor control flag (Cflag). true = PID control is active false = double derivative control is active. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydro3 ; rdfs:range xsd:boolean . cim:GovHydro3.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0." ; + rdfs:label "gv1" ; + rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18197,8 +18199,8 @@ cim:GovHydro3.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0." ; + rdfs:label "gv2" ; + rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18208,8 +18210,8 @@ cim:GovHydro3.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0." ; + rdfs:label "gv3" ; + rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18219,8 +18221,8 @@ cim:GovHydro3.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0." ; + rdfs:label "gv4" ; + rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18230,8 +18232,8 @@ cim:GovHydro3.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0." ; + rdfs:label "gv5" ; + rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18241,8 +18243,8 @@ cim:GovHydro3.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0." ; + rdfs:label "gv6" ; + rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18252,8 +18254,8 @@ cim:GovHydro3.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.h0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "h0"@en ; - rdfs:comment "Turbine nominal head (H0). Typical value = 1." ; + rdfs:label "h0" ; + rdfs:comment "Turbine nominal head (H0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18263,8 +18265,8 @@ cim:GovHydro3.h0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Derivative gain (K1). Typical value = 0,01." ; + rdfs:label "k1" ; + rdfs:comment "Derivative gain (K1). Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18274,8 +18276,8 @@ cim:GovHydro3.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Double derivative gain, if Cflag = -1 (K2). Typical value = 2,5." ; + rdfs:label "k2" ; + rdfs:comment "Double derivative gain, if Cflag = -1 (K2). Typical value = 2,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18285,8 +18287,8 @@ cim:GovHydro3.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Gate servo gain (Kg). Typical value = 2." ; + rdfs:label "kg" ; + rdfs:comment "Gate servo gain (Kg). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18296,8 +18298,8 @@ cim:GovHydro3.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Integral gain (Ki). Typical value = 0,5." ; + rdfs:label "ki" ; + rdfs:comment "Integral gain (Ki). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18307,8 +18309,8 @@ cim:GovHydro3.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -18319,8 +18321,8 @@ cim:GovHydro3.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0." ; + rdfs:label "pgv1" ; + rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18330,8 +18332,8 @@ cim:GovHydro3.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0." ; + rdfs:label "pgv2" ; + rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18341,8 +18343,8 @@ cim:GovHydro3.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0." ; + rdfs:label "pgv3" ; + rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18352,8 +18354,8 @@ cim:GovHydro3.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0." ; + rdfs:label "pgv4" ; + rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18363,8 +18365,8 @@ cim:GovHydro3.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0." ; + rdfs:label "pgv5" ; + rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18374,8 +18376,8 @@ cim:GovHydro3.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0." ; + rdfs:label "pgv6" ; + rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18385,8 +18387,8 @@ cim:GovHydro3.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximum gate opening, PU of MWbase (Pmax) (> GovHydro3.pmin). Typical value = 1." ; + rdfs:label "pmax" ; + rdfs:comment "Maximum gate opening, PU of MWbase (Pmax) (> GovHydro3.pmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18396,8 +18398,8 @@ cim:GovHydro3.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum gate opening, PU of MWbase (Pmin) (< GovHydro3.pmax). Typical value = 0." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum gate opening, PU of MWbase (Pmin) (< GovHydro3.pmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18407,8 +18409,8 @@ cim:GovHydro3.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.qnl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qnl"@en ; - rdfs:comment "No-load turbine flow at nominal head (Qnl). Typical value = 0,08." ; + rdfs:label "qnl" ; + rdfs:comment "No-load turbine flow at nominal head (Qnl). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18418,8 +18420,8 @@ cim:GovHydro3.qnl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.relec a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "relec"@en ; - rdfs:comment "Steady-state droop, PU, for electrical power feedback (Relec). Typical value = 0,05." ; + rdfs:label "relec" ; + rdfs:comment "Steady-state droop, PU, for electrical power feedback (Relec). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18429,8 +18431,8 @@ cim:GovHydro3.relec a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.rgate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rgate"@en ; - rdfs:comment "Steady-state droop, PU, for governor output feedback (Rgate). Typical value = 0." ; + rdfs:label "rgate" ; + rdfs:comment "Steady-state droop, PU, for governor output feedback (Rgate). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18440,8 +18442,8 @@ cim:GovHydro3.rgate a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Input filter time constant (Td) (>= 0). Typical value = 0,05." ; + rdfs:label "td" ; + rdfs:comment "Input filter time constant (Td) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18452,8 +18454,8 @@ cim:GovHydro3.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Washout time constant (Tf) (>= 0). Typical value = 0,1." ; + rdfs:label "tf" ; + rdfs:comment "Washout time constant (Tf) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18464,8 +18466,8 @@ cim:GovHydro3.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Gate servo time constant (Tp) (>= 0). Typical value = 0,05." ; + rdfs:label "tp" ; + rdfs:comment "Gate servo time constant (Tp) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18476,8 +18478,8 @@ cim:GovHydro3.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.tt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tt"@en ; - rdfs:comment "Power feedback time constant (Tt) (>= 0). Typical value = 0,2." ; + rdfs:label "tt" ; + rdfs:comment "Power feedback time constant (Tt) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18488,8 +18490,8 @@ cim:GovHydro3.tt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.tw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw"@en ; - rdfs:comment "Water inertia time constant (Tw) (>= 0). If = 0, block is bypassed. Typical value = 1." ; + rdfs:label "tw" ; + rdfs:comment "Water inertia time constant (Tw) (>= 0). If = 0, block is bypassed. Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18500,24 +18502,24 @@ cim:GovHydro3.tw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro3.velcl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velcl"@en ; - rdfs:comment "Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,2." ; + rdfs:label "velcl" ; + rdfs:comment "Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydro3 ; rdfs:range xsd:float . cim:GovHydro3.velop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velop"@en ; - rdfs:comment "Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,2." ; + rdfs:label "velop" ; + rdfs:comment "Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydro3 ; rdfs:range xsd:float . cim:GovHydro4.at a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "at"@en ; - rdfs:comment "Turbine gain (At). Typical value = 1,2." ; + rdfs:label "at" ; + rdfs:comment "Turbine gain (At). Typical value = 1,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18527,8 +18529,8 @@ cim:GovHydro4.at a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.bgv0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bgv0"@en ; - rdfs:comment "Kaplan blade servo point 0 (Bgv0) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0." ; + rdfs:label "bgv0" ; + rdfs:comment "Kaplan blade servo point 0 (Bgv0) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18538,8 +18540,8 @@ cim:GovHydro4.bgv0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.bgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bgv1"@en ; - rdfs:comment "Kaplan blade servo point 1 (Bgv1) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0." ; + rdfs:label "bgv1" ; + rdfs:comment "Kaplan blade servo point 1 (Bgv1) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18549,8 +18551,8 @@ cim:GovHydro4.bgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.bgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bgv2"@en ; - rdfs:comment "Kaplan blade servo point 2 (Bgv2) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0,1." ; + rdfs:label "bgv2" ; + rdfs:comment "Kaplan blade servo point 2 (Bgv2) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18560,8 +18562,8 @@ cim:GovHydro4.bgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.bgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bgv3"@en ; - rdfs:comment "Kaplan blade servo point 3 (Bgv3) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0,667." ; + rdfs:label "bgv3" ; + rdfs:comment "Kaplan blade servo point 3 (Bgv3) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0,667."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18571,8 +18573,8 @@ cim:GovHydro4.bgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.bgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bgv4"@en ; - rdfs:comment "Kaplan blade servo point 4 (Bgv4) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0,9." ; + rdfs:label "bgv4" ; + rdfs:comment "Kaplan blade servo point 4 (Bgv4) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18582,8 +18584,8 @@ cim:GovHydro4.bgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.bgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bgv5"@en ; - rdfs:comment "Kaplan blade servo point 5 (Bgv5) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 1." ; + rdfs:label "bgv5" ; + rdfs:comment "Kaplan blade servo point 5 (Bgv5) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18593,16 +18595,16 @@ cim:GovHydro4.bgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.bmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bmax"@en ; - rdfs:comment "Maximum blade adjustment factor (Bmax) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 1,1276." ; + rdfs:label "bmax" ; + rdfs:comment "Maximum blade adjustment factor (Bmax) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 1,1276."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydro4 ; rdfs:range xsd:float . cim:GovHydro4.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db1"@en ; - rdfs:comment "Intentional deadband width (db1). Unit = Hz. Typical value = 0." ; + rdfs:label "db1" ; + rdfs:comment "Intentional deadband width (db1). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -18613,8 +18615,8 @@ cim:GovHydro4.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db2"@en ; - rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0." ; + rdfs:label "db2" ; + rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -18625,8 +18627,8 @@ cim:GovHydro4.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dturb"@en ; - rdfs:comment "Turbine damping factor (Dturb). Unit = delta P (PU of MWbase) / delta speed (PU). Typical value for simple = 0,5, Francis/Pelton = 1,1, Kaplan = 1,1." ; + rdfs:label "dturb" ; + rdfs:comment "Turbine damping factor (Dturb). Unit = delta P (PU of MWbase) / delta speed (PU). Typical value for simple = 0,5, Francis/Pelton = 1,1, Kaplan = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18636,8 +18638,8 @@ cim:GovHydro4.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.eps a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eps"@en ; - rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0." ; + rdfs:label "eps" ; + rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -18648,8 +18650,8 @@ cim:GovHydro4.eps a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmax"@en ; - rdfs:comment "Maximum gate opening, PU of MWbase (Gmax) (> GovHydro4.gmin). Typical value = 1." ; + rdfs:label "gmax" ; + rdfs:comment "Maximum gate opening, PU of MWbase (Gmax) (> GovHydro4.gmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18659,8 +18661,8 @@ cim:GovHydro4.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmin"@en ; - rdfs:comment "Minimum gate opening, PU of MWbase (Gmin) (< GovHydro4.gmax). Typical value = 0." ; + rdfs:label "gmin" ; + rdfs:comment "Minimum gate opening, PU of MWbase (Gmin) (< GovHydro4.gmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18670,8 +18672,8 @@ cim:GovHydro4.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.gv0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv0"@en ; - rdfs:comment "Nonlinear gain point 0, PU gv (Gv0) (= 0 for simple). Typical for Francis/Pelton = 0,1, Kaplan = 0,1." ; + rdfs:label "gv0" ; + rdfs:comment "Nonlinear gain point 0, PU gv (Gv0) (= 0 for simple). Typical for Francis/Pelton = 0,1, Kaplan = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18681,8 +18683,8 @@ cim:GovHydro4.gv0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU gv (Gv1) (= 0 for simple, > GovHydro4.gv0 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,4, Kaplan = 0,4." ; + rdfs:label "gv1" ; + rdfs:comment "Nonlinear gain point 1, PU gv (Gv1) (= 0 for simple, > GovHydro4.gv0 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,4, Kaplan = 0,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18692,8 +18694,8 @@ cim:GovHydro4.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU gv (Gv2) (= 0 for simple, > GovHydro4.gv1 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,5, Kaplan = 0,5." ; + rdfs:label "gv2" ; + rdfs:comment "Nonlinear gain point 2, PU gv (Gv2) (= 0 for simple, > GovHydro4.gv1 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,5, Kaplan = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18703,8 +18705,8 @@ cim:GovHydro4.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU gv (Gv3) (= 0 for simple, > GovHydro4.gv2 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,7, Kaplan = 0,7." ; + rdfs:label "gv3" ; + rdfs:comment "Nonlinear gain point 3, PU gv (Gv3) (= 0 for simple, > GovHydro4.gv2 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,7, Kaplan = 0,7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18714,8 +18716,8 @@ cim:GovHydro4.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU gv (Gv4) (= 0 for simple, > GovHydro4.gv3 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,8, Kaplan = 0,8." ; + rdfs:label "gv4" ; + rdfs:comment "Nonlinear gain point 4, PU gv (Gv4) (= 0 for simple, > GovHydro4.gv3 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,8, Kaplan = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18725,8 +18727,8 @@ cim:GovHydro4.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU gv (Gv5) (= 0 for simple, < 1 and > GovHydro4.gv4 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,9, Kaplan = 0,9." ; + rdfs:label "gv5" ; + rdfs:comment "Nonlinear gain point 5, PU gv (Gv5) (= 0 for simple, < 1 and > GovHydro4.gv4 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,9, Kaplan = 0,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18736,8 +18738,8 @@ cim:GovHydro4.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.hdam a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hdam"@en ; - rdfs:comment "Head available at dam (hdam). Typical value = 1." ; + rdfs:label "hdam" ; + rdfs:comment "Head available at dam (hdam). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18747,8 +18749,8 @@ cim:GovHydro4.hdam a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -18759,8 +18761,8 @@ cim:GovHydro4.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.pgv0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv0"@en ; - rdfs:comment "Nonlinear gain point 0, PU power (Pgv0) (= 0 for simple). Typical value = 0." ; + rdfs:label "pgv0" ; + rdfs:comment "Nonlinear gain point 0, PU power (Pgv0) (= 0 for simple). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18770,9 +18772,9 @@ cim:GovHydro4.pgv0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv1"@en ; + rdfs:label "pgv1" ; rdfs:comment """Nonlinear gain point 1, PU power (Pgv1) (= 0 for simple). -Typical value for Francis/Pelton = 0,42, Kaplan = 0,35.""" ; +Typical value for Francis/Pelton = 0,42, Kaplan = 0,35."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18782,9 +18784,9 @@ Typical value for Francis/Pelton = 0,42, Kaplan = 0,35.""" ; rdfs:range xsd:float . cim:GovHydro4.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv2"@en ; + rdfs:label "pgv2" ; rdfs:comment """Nonlinear gain point 2, PU power (Pgv2) (= 0 for simple). -Typical value for Francis/Pelton = 0,56, Kaplan = 0,468.""" ; +Typical value for Francis/Pelton = 0,56, Kaplan = 0,468."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18794,9 +18796,9 @@ Typical value for Francis/Pelton = 0,56, Kaplan = 0,468.""" ; rdfs:range xsd:float . cim:GovHydro4.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv3"@en ; + rdfs:label "pgv3" ; rdfs:comment """Nonlinear gain point 3, PU power (Pgv3) (= 0 for simple). -Typical value for Francis/Pelton = 0,8, Kaplan = 0,796.""" ; +Typical value for Francis/Pelton = 0,8, Kaplan = 0,796."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18806,9 +18808,9 @@ Typical value for Francis/Pelton = 0,8, Kaplan = 0,796.""" ; rdfs:range xsd:float . cim:GovHydro4.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv4"@en ; + rdfs:label "pgv4" ; rdfs:comment """Nonlinear gain point 4, PU power (Pgv4) (= 0 for simple). -Typical value for Francis/Pelton = 0,9, Kaplan = 0,917.""" ; +Typical value for Francis/Pelton = 0,9, Kaplan = 0,917."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18818,9 +18820,9 @@ Typical value for Francis/Pelton = 0,9, Kaplan = 0,917.""" ; rdfs:range xsd:float . cim:GovHydro4.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv5"@en ; + rdfs:label "pgv5" ; rdfs:comment """Nonlinear gain point 5, PU power (Pgv5) (= 0 for simple). -Typical value for Francis/Pelton = 0,97, Kaplan = 0,99.""" ; +Typical value for Francis/Pelton = 0,97, Kaplan = 0,99."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18830,9 +18832,9 @@ Typical value for Francis/Pelton = 0,97, Kaplan = 0,99.""" ; rdfs:range xsd:float . cim:GovHydro4.qnl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qnl"@en ; + rdfs:label "qnl" ; rdfs:comment """No-load flow at nominal head (Qnl). -Typical value for simple = 0,08, Francis/Pelton = 0, Kaplan = 0.""" ; +Typical value for simple = 0,08, Francis/Pelton = 0, Kaplan = 0."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18842,8 +18844,8 @@ Typical value for simple = 0,08, Francis/Pelton = 0, Kaplan = 0.""" ; rdfs:range xsd:float . cim:GovHydro4.rperm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rperm"@en ; - rdfs:comment "Permanent droop (Rperm) (>= 0). Typical value = 0,05." ; + rdfs:label "rperm" ; + rdfs:comment "Permanent droop (Rperm) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18854,8 +18856,8 @@ cim:GovHydro4.rperm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.rtemp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rtemp"@en ; - rdfs:comment "Temporary droop (Rtemp) (>= 0). Typical value = 0,3." ; + rdfs:label "rtemp" ; + rdfs:comment "Temporary droop (Rtemp) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18866,8 +18868,8 @@ cim:GovHydro4.rtemp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.tblade a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tblade"@en ; - rdfs:comment "Blade servo time constant (Tblade) (>= 0). Typical value = 100." ; + rdfs:label "tblade" ; + rdfs:comment "Blade servo time constant (Tblade) (>= 0). Typical value = 100."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18878,8 +18880,8 @@ cim:GovHydro4.tblade a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Gate servo time constant (Tg) (> 0). Typical value = 0,5." ; + rdfs:label "tg" ; + rdfs:comment "Gate servo time constant (Tg) (> 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18890,8 +18892,8 @@ cim:GovHydro4.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Pilot servo time constant (Tp) (>= 0). Typical value = 0,1." ; + rdfs:label "tp" ; + rdfs:comment "Pilot servo time constant (Tp) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18902,8 +18904,8 @@ cim:GovHydro4.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Dashpot time constant (Tr) (>= 0). Typical value = 5." ; + rdfs:label "tr" ; + rdfs:comment "Dashpot time constant (Tr) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18914,8 +18916,8 @@ cim:GovHydro4.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.tw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw"@en ; - rdfs:comment "Water inertia time constant (Tw) (> 0). Typical value = 1." ; + rdfs:label "tw" ; + rdfs:comment "Water inertia time constant (Tw) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -18926,24 +18928,24 @@ cim:GovHydro4.tw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydro4.uc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uc"@en ; - rdfs:comment "Max gate closing velocity (Uc). Typical value = 0,2." ; + rdfs:label "uc" ; + rdfs:comment "Max gate closing velocity (Uc). Typical value = 0,2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydro4 ; rdfs:range xsd:float . cim:GovHydro4.uo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uo"@en ; - rdfs:comment "Max gate opening velocity (Uo). Typical value = 0,2." ; + rdfs:label "uo" ; + rdfs:comment "Max gate opening velocity (Uo). Typical value = 0,2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydro4 ; rdfs:range xsd:float . cim:GovHydroDD.aturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "aturb"@en ; - rdfs:comment "Turbine numerator multiplier (Aturb) (see parameter detail 3). Typical value = -1." ; + rdfs:label "aturb" ; + rdfs:comment "Turbine numerator multiplier (Aturb) (see parameter detail 3). Typical value = -1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18953,8 +18955,8 @@ cim:GovHydroDD.aturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.bturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bturb"@en ; - rdfs:comment "Turbine denominator multiplier (Bturb) (see parameter detail 3). Typical value = 0,5." ; + rdfs:label "bturb" ; + rdfs:comment "Turbine denominator multiplier (Bturb) (see parameter detail 3). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -18964,8 +18966,8 @@ cim:GovHydroDD.bturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db1"@en ; - rdfs:comment "Intentional dead-band width (db1). Unit = Hz. Typical value = 0." ; + rdfs:label "db1" ; + rdfs:comment "Intentional dead-band width (db1). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -18976,8 +18978,8 @@ cim:GovHydroDD.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db2"@en ; - rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0." ; + rdfs:label "db2" ; + rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -18988,8 +18990,8 @@ cim:GovHydroDD.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.eps a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eps"@en ; - rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0." ; + rdfs:label "eps" ; + rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -19000,8 +19002,8 @@ cim:GovHydroDD.eps a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmax"@en ; - rdfs:comment "Maximum gate opening (Gmax) (> GovHydroDD.gmin). Typical value = 0." ; + rdfs:label "gmax" ; + rdfs:comment "Maximum gate opening (Gmax) (> GovHydroDD.gmin). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19011,8 +19013,8 @@ cim:GovHydroDD.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmin"@en ; - rdfs:comment "Minimum gate opening (Gmin) (< GovHydroDD.gmax). Typical value = 0." ; + rdfs:label "gmin" ; + rdfs:comment "Minimum gate opening (Gmin) (< GovHydroDD.gmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19022,8 +19024,8 @@ cim:GovHydroDD.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0." ; + rdfs:label "gv1" ; + rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19033,8 +19035,8 @@ cim:GovHydroDD.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0." ; + rdfs:label "gv2" ; + rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19044,8 +19046,8 @@ cim:GovHydroDD.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0." ; + rdfs:label "gv3" ; + rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19055,8 +19057,8 @@ cim:GovHydroDD.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0." ; + rdfs:label "gv4" ; + rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19066,8 +19068,8 @@ cim:GovHydroDD.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0." ; + rdfs:label "gv5" ; + rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19077,8 +19079,8 @@ cim:GovHydroDD.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0." ; + rdfs:label "gv6" ; + rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19088,20 +19090,20 @@ cim:GovHydroDD.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.inputSignal a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inputSignal"@en ; + rdfs:label "inputSignal" ; rdfs:comment """Input signal switch (Flag). true = Pe input is used false = feedback is received from CV. Flag is normally dependent on Tt. If Tt is zero, Flag is set to false. If Tt is not zero, Flag is set to true. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroDD ; rdfs:range xsd:boolean . cim:GovHydroDD.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Single derivative gain (K1). Typical value = 3,6." ; + rdfs:label "k1" ; + rdfs:comment "Single derivative gain (K1). Typical value = 3,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19111,8 +19113,8 @@ cim:GovHydroDD.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Double derivative gain (K2). Typical value = 0,2." ; + rdfs:label "k2" ; + rdfs:comment "Double derivative gain (K2). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19122,8 +19124,8 @@ cim:GovHydroDD.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Gate servo gain (Kg). Typical value = 3." ; + rdfs:label "kg" ; + rdfs:comment "Gate servo gain (Kg). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19133,8 +19135,8 @@ cim:GovHydroDD.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Integral gain (Ki). Typical value = 1." ; + rdfs:label "ki" ; + rdfs:comment "Integral gain (Ki). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19144,8 +19146,8 @@ cim:GovHydroDD.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (>0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (>0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -19156,8 +19158,8 @@ cim:GovHydroDD.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0." ; + rdfs:label "pgv1" ; + rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19167,8 +19169,8 @@ cim:GovHydroDD.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0." ; + rdfs:label "pgv2" ; + rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19178,8 +19180,8 @@ cim:GovHydroDD.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0." ; + rdfs:label "pgv3" ; + rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19189,8 +19191,8 @@ cim:GovHydroDD.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0." ; + rdfs:label "pgv4" ; + rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19200,8 +19202,8 @@ cim:GovHydroDD.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0." ; + rdfs:label "pgv5" ; + rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19211,8 +19213,8 @@ cim:GovHydroDD.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0." ; + rdfs:label "pgv6" ; + rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19222,8 +19224,8 @@ cim:GovHydroDD.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximum gate opening, PU of MWbase (Pmax) (> GovHydroDD.pmin). Typical value = 1." ; + rdfs:label "pmax" ; + rdfs:comment "Maximum gate opening, PU of MWbase (Pmax) (> GovHydroDD.pmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19233,8 +19235,8 @@ cim:GovHydroDD.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum gate opening, PU of MWbase (Pmin) (> GovHydroDD.pmax). Typical value = 0." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum gate opening, PU of MWbase (Pmin) (> GovHydroDD.pmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19244,8 +19246,8 @@ cim:GovHydroDD.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Steady state droop (R). Typical value = 0,05." ; + rdfs:label "r" ; + rdfs:comment "Steady state droop (R). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19255,8 +19257,8 @@ cim:GovHydroDD.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Input filter time constant (Td) (>= 0). If = 0, block is bypassed. Typical value = 0." ; + rdfs:label "td" ; + rdfs:comment "Input filter time constant (Td) (>= 0). If = 0, block is bypassed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19267,8 +19269,8 @@ cim:GovHydroDD.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Washout time constant (Tf) (>= 0). Typical value = 0,1." ; + rdfs:label "tf" ; + rdfs:comment "Washout time constant (Tf) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19279,8 +19281,8 @@ cim:GovHydroDD.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Gate servo time constant (Tp) (>= 0). If = 0, block is bypassed. Typical value = 0,35." ; + rdfs:label "tp" ; + rdfs:comment "Gate servo time constant (Tp) (>= 0). If = 0, block is bypassed. Typical value = 0,35."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19291,8 +19293,8 @@ cim:GovHydroDD.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.tt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tt"@en ; - rdfs:comment "Power feedback time constant (Tt) (>= 0). If = 0, block is bypassed. Typical value = 0,02." ; + rdfs:label "tt" ; + rdfs:comment "Power feedback time constant (Tt) (>= 0). If = 0, block is bypassed. Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19303,8 +19305,8 @@ cim:GovHydroDD.tt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.tturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tturb"@en ; - rdfs:comment "Turbine time constant (Tturb) (>= 0). See parameter detail 3. Typical value = 0,8." ; + rdfs:label "tturb" ; + rdfs:comment "Turbine time constant (Tturb) (>= 0). See parameter detail 3. Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19315,24 +19317,24 @@ cim:GovHydroDD.tturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroDD.velcl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velcl"@en ; - rdfs:comment "Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,14." ; + rdfs:label "velcl" ; + rdfs:comment "Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,14."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroDD ; rdfs:range xsd:float . cim:GovHydroDD.velop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velop"@en ; - rdfs:comment "Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,09." ; + rdfs:label "velop" ; + rdfs:comment "Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,09."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroDD ; rdfs:range xsd:float . cim:GovHydroFrancis.am a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "am"@en ; - rdfs:comment "Opening section SEFF at the maximum efficiency (Am). Typical value = 0,7." ; + rdfs:label "am" ; + rdfs:comment "Opening section SEFF at the maximum efficiency (Am). Typical value = 0,7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19342,8 +19344,8 @@ cim:GovHydroFrancis.am a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.av0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "av0"@en ; - rdfs:comment "Area of the surge tank (AV0). Unit = m2. Typical value = 30." ; + rdfs:label "av0" ; + rdfs:comment "Area of the surge tank (AV0). Unit = m2. Typical value = 30."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.m2 ; cims:multiplicity cims:M:1..1 ; @@ -19354,8 +19356,8 @@ cim:GovHydroFrancis.av0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.av1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "av1"@en ; - rdfs:comment "Area of the compensation tank (AV1). Unit = m2. Typical value = 700." ; + rdfs:label "av1" ; + rdfs:comment "Area of the compensation tank (AV1). Unit = m2. Typical value = 700."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.m2 ; cims:multiplicity cims:M:1..1 ; @@ -19366,8 +19368,8 @@ cim:GovHydroFrancis.av1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.bp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bp"@en ; - rdfs:comment "Droop (Bp). Typical value = 0,05." ; + rdfs:label "bp" ; + rdfs:comment "Droop (Bp). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19377,8 +19379,8 @@ cim:GovHydroFrancis.bp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db1"@en ; - rdfs:comment "Intentional dead-band width (DB1). Unit = Hz. Typical value = 0." ; + rdfs:label "db1" ; + rdfs:comment "Intentional dead-band width (DB1). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -19389,8 +19391,8 @@ cim:GovHydroFrancis.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.etamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "etamax"@en ; - rdfs:comment "Maximum efficiency (EtaMax). Typical value = 1,05." ; + rdfs:label "etamax" ; + rdfs:comment "Maximum efficiency (EtaMax). Typical value = 1,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19400,8 +19402,8 @@ cim:GovHydroFrancis.etamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.h1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "h1"@en ; - rdfs:comment "Head of compensation chamber water level with respect to the level of penstock (H1). Unit = km. Typical value = 0,004." ; + rdfs:label "h1" ; + rdfs:comment "Head of compensation chamber water level with respect to the level of penstock (H1). Unit = km. Typical value = 0,004."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -19412,8 +19414,8 @@ cim:GovHydroFrancis.h1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.h2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "h2"@en ; - rdfs:comment "Head of surge tank water level with respect to the level of penstock (H2). Unit = km. Typical value = 0,040." ; + rdfs:label "h2" ; + rdfs:comment "Head of surge tank water level with respect to the level of penstock (H2). Unit = km. Typical value = 0,040."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -19424,8 +19426,8 @@ cim:GovHydroFrancis.h2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.hn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hn"@en ; - rdfs:comment "Rated hydraulic head (Hn). Unit = km. Typical value = 0,250." ; + rdfs:label "hn" ; + rdfs:comment "Rated hydraulic head (Hn). Unit = km. Typical value = 0,250."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -19436,8 +19438,8 @@ cim:GovHydroFrancis.hn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Penstock loss coefficient (due to friction) (Kc). Typical value = 0,025." ; + rdfs:label "kc" ; + rdfs:comment "Penstock loss coefficient (due to friction) (Kc). Typical value = 0,025."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19447,8 +19449,8 @@ cim:GovHydroFrancis.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Water tunnel and surge chamber loss coefficient (due to friction) (Kg). Typical value = 0,025." ; + rdfs:label "kg" ; + rdfs:comment "Water tunnel and surge chamber loss coefficient (due to friction) (Kg). Typical value = 0,025."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19458,8 +19460,8 @@ cim:GovHydroFrancis.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.kt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kt"@en ; - rdfs:comment "Washout gain (Kt). Typical value = 0,25." ; + rdfs:label "kt" ; + rdfs:comment "Washout gain (Kt). Typical value = 0,25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19469,8 +19471,8 @@ cim:GovHydroFrancis.kt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.qc0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qc0"@en ; - rdfs:comment "No-load turbine flow at nominal head (Qc0). Typical value = 0,1." ; + rdfs:label "qc0" ; + rdfs:comment "No-load turbine flow at nominal head (Qc0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19480,8 +19482,8 @@ cim:GovHydroFrancis.qc0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.qn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qn"@en ; - rdfs:comment "Rated flow (Qn). Unit = m3/s. Typical value = 250." ; + rdfs:label "qn" ; + rdfs:comment "Rated flow (Qn). Unit = m3/s. Typical value = 250."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.m3Pers ; cims:multiplicity cims:M:1..1 ; @@ -19492,8 +19494,8 @@ cim:GovHydroFrancis.qn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Derivative gain (Ta) (>= 0). Typical value = 3." ; + rdfs:label "ta" ; + rdfs:comment "Derivative gain (Ta) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19504,8 +19506,8 @@ cim:GovHydroFrancis.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Washout time constant (Td) (>= 0). Typical value = 6." ; + rdfs:label "td" ; + rdfs:comment "Washout time constant (Td) (>= 0). Typical value = 6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19516,8 +19518,8 @@ cim:GovHydroFrancis.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.ts a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts"@en ; - rdfs:comment "Gate servo time constant (Ts) (>= 0). Typical value = 0,5." ; + rdfs:label "ts" ; + rdfs:comment "Gate servo time constant (Ts) (>= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19528,8 +19530,8 @@ cim:GovHydroFrancis.ts a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.twnc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "twnc"@en ; - rdfs:comment "Water inertia time constant (Twnc) (>= 0). Typical value = 1." ; + rdfs:label "twnc" ; + rdfs:comment "Water inertia time constant (Twnc) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19540,8 +19542,8 @@ cim:GovHydroFrancis.twnc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.twng a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "twng"@en ; - rdfs:comment "Water tunnel and surge chamber inertia time constant (Twng) (>= 0). Typical value = 3." ; + rdfs:label "twng" ; + rdfs:comment "Water tunnel and surge chamber inertia time constant (Twng) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19552,8 +19554,8 @@ cim:GovHydroFrancis.twng a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.tx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tx"@en ; - rdfs:comment "Derivative feedback gain (Tx) (>= 0). Typical value = 1." ; + rdfs:label "tx" ; + rdfs:comment "Derivative feedback gain (Tx) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19564,16 +19566,16 @@ cim:GovHydroFrancis.tx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.va a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "va"@en ; - rdfs:comment "Maximum gate opening velocity (Va). Unit = PU / s. Typical value = 0,06." ; + rdfs:label "va" ; + rdfs:comment "Maximum gate opening velocity (Va). Unit = PU / s. Typical value = 0,06."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroFrancis ; rdfs:range xsd:float . cim:GovHydroFrancis.valvmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valvmax"@en ; - rdfs:comment "Maximum gate opening (ValvMax) (> GovHydroFrancis.valvmin). Typical value = 1,1." ; + rdfs:label "valvmax" ; + rdfs:comment "Maximum gate opening (ValvMax) (> GovHydroFrancis.valvmin). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19583,8 +19585,8 @@ cim:GovHydroFrancis.valvmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.valvmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valvmin"@en ; - rdfs:comment "Minimum gate opening (ValvMin) (< GovHydroFrancis.valvmax). Typical value = 0." ; + rdfs:label "valvmin" ; + rdfs:comment "Minimum gate opening (ValvMin) (< GovHydroFrancis.valvmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19594,27 +19596,27 @@ cim:GovHydroFrancis.valvmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroFrancis.vc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vc"@en ; - rdfs:comment "Maximum gate closing velocity (Vc). Unit = PU / s. Typical value = -0,06." ; + rdfs:label "vc" ; + rdfs:comment "Maximum gate closing velocity (Vc). Unit = PU / s. Typical value = -0,06."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroFrancis ; rdfs:range xsd:float . cim:GovHydroFrancis.waterTunnelSurgeChamberSimulation a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "waterTunnelSurgeChamberSimulation"@en ; + rdfs:label "waterTunnelSurgeChamberSimulation" ; rdfs:comment """Water tunnel and surge chamber simulation (Tflag). true = enable of water tunnel and surge chamber simulation false = inhibit of water tunnel and surge chamber simulation. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroFrancis ; rdfs:range xsd:boolean . cim:GovHydroFrancis.zsfc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "zsfc"@en ; - rdfs:comment "Head of upper water level with respect to the level of penstock (Zsfc). Unit = km. Typical value = 0,025." ; + rdfs:label "zsfc" ; + rdfs:comment "Head of upper water level with respect to the level of penstock (Zsfc). Unit = km. Typical value = 0,025."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -19625,8 +19627,8 @@ cim:GovHydroFrancis.zsfc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE0.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Governor gain (K)." ; + rdfs:label "k" ; + rdfs:comment "Governor gain (K)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19636,8 +19638,8 @@ cim:GovHydroIEEE0.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE0.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -19648,8 +19650,8 @@ cim:GovHydroIEEE0.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE0.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Gate maximum (Pmax) (> GovHydroIEEE0.pmin)." ; + rdfs:label "pmax" ; + rdfs:comment "Gate maximum (Pmax) (> GovHydroIEEE0.pmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19659,8 +19661,8 @@ cim:GovHydroIEEE0.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE0.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Gate minimum (Pmin) (< GovHydroIEEE.pmax)." ; + rdfs:label "pmin" ; + rdfs:comment "Gate minimum (Pmin) (< GovHydroIEEE.pmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19670,8 +19672,8 @@ cim:GovHydroIEEE0.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE0.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Governor lag time constant (T1) (>= 0). Typical value = 0,25." ; + rdfs:label "t1" ; + rdfs:comment "Governor lag time constant (T1) (>= 0). Typical value = 0,25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19682,8 +19684,8 @@ cim:GovHydroIEEE0.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE0.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Governor lead time constant (T2) (>= 0). Typical value = 0." ; + rdfs:label "t2" ; + rdfs:comment "Governor lead time constant (T2) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19694,8 +19696,8 @@ cim:GovHydroIEEE0.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE0.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Gate actuator time constant (T3) (>= 0). Typical value = 0,1." ; + rdfs:label "t3" ; + rdfs:comment "Gate actuator time constant (T3) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19706,8 +19708,8 @@ cim:GovHydroIEEE0.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE0.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Water starting time (T4) (>= 0)." ; + rdfs:label "t4" ; + rdfs:comment "Water starting time (T4) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19718,8 +19720,8 @@ cim:GovHydroIEEE0.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.aturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "aturb"@en ; - rdfs:comment "Turbine numerator multiplier (Aturb). Typical value = -1." ; + rdfs:label "aturb" ; + rdfs:comment "Turbine numerator multiplier (Aturb). Typical value = -1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19729,8 +19731,8 @@ cim:GovHydroIEEE2.aturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.bturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bturb"@en ; - rdfs:comment "Turbine denominator multiplier (Bturb) (> 0). Typical value = 0,5." ; + rdfs:label "bturb" ; + rdfs:comment "Turbine denominator multiplier (Bturb) (> 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19740,8 +19742,8 @@ cim:GovHydroIEEE2.bturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0." ; + rdfs:label "gv1" ; + rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19751,8 +19753,8 @@ cim:GovHydroIEEE2.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0." ; + rdfs:label "gv2" ; + rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19762,8 +19764,8 @@ cim:GovHydroIEEE2.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0." ; + rdfs:label "gv3" ; + rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19773,8 +19775,8 @@ cim:GovHydroIEEE2.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0." ; + rdfs:label "gv4" ; + rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19784,8 +19786,8 @@ cim:GovHydroIEEE2.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0." ; + rdfs:label "gv5" ; + rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19795,8 +19797,8 @@ cim:GovHydroIEEE2.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0." ; + rdfs:label "gv6" ; + rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19806,8 +19808,8 @@ cim:GovHydroIEEE2.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.kturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kturb"@en ; - rdfs:comment "Turbine gain (Kturb). Typical value = 1." ; + rdfs:label "kturb" ; + rdfs:comment "Turbine gain (Kturb). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19817,8 +19819,8 @@ cim:GovHydroIEEE2.kturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -19829,8 +19831,8 @@ cim:GovHydroIEEE2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0." ; + rdfs:label "pgv1" ; + rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19840,8 +19842,8 @@ cim:GovHydroIEEE2.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0." ; + rdfs:label "pgv2" ; + rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19851,8 +19853,8 @@ cim:GovHydroIEEE2.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0." ; + rdfs:label "pgv3" ; + rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19862,8 +19864,8 @@ cim:GovHydroIEEE2.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0." ; + rdfs:label "pgv4" ; + rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19873,8 +19875,8 @@ cim:GovHydroIEEE2.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0." ; + rdfs:label "pgv5" ; + rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19884,8 +19886,8 @@ cim:GovHydroIEEE2.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0." ; + rdfs:label "pgv6" ; + rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19895,8 +19897,8 @@ cim:GovHydroIEEE2.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximum gate opening (Pmax) (> GovHydroIEEE2.pmin). Typical value = 1." ; + rdfs:label "pmax" ; + rdfs:comment "Maximum gate opening (Pmax) (> GovHydroIEEE2.pmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19906,8 +19908,8 @@ cim:GovHydroIEEE2.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum gate opening (Pmin) (<GovHydroIEEE2.pmax). Typical value = 0." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum gate opening (Pmin) (<GovHydroIEEE2.pmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19917,8 +19919,8 @@ cim:GovHydroIEEE2.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.rperm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rperm"@en ; - rdfs:comment "Permanent droop (Rperm). Typical value = 0,05." ; + rdfs:label "rperm" ; + rdfs:comment "Permanent droop (Rperm). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19928,8 +19930,8 @@ cim:GovHydroIEEE2.rperm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.rtemp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rtemp"@en ; - rdfs:comment "Temporary droop (Rtemp). Typical value = 0,5." ; + rdfs:label "rtemp" ; + rdfs:comment "Temporary droop (Rtemp). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -19939,8 +19941,8 @@ cim:GovHydroIEEE2.rtemp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Gate servo time constant (Tg) (>= 0). Typical value = 0,5." ; + rdfs:label "tg" ; + rdfs:comment "Gate servo time constant (Tg) (>= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19951,8 +19953,8 @@ cim:GovHydroIEEE2.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Pilot servo valve time constant (Tp) (>= 0). Typical value = 0,03." ; + rdfs:label "tp" ; + rdfs:comment "Pilot servo valve time constant (Tp) (>= 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19963,8 +19965,8 @@ cim:GovHydroIEEE2.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Dashpot time constant (Tr) (>= 0). Typical value = 12." ; + rdfs:label "tr" ; + rdfs:comment "Dashpot time constant (Tr) (>= 0). Typical value = 12."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19975,8 +19977,8 @@ cim:GovHydroIEEE2.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.tw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw"@en ; - rdfs:comment "Water inertia time constant (Tw) (>= 0). Typical value = 2." ; + rdfs:label "tw" ; + rdfs:comment "Water inertia time constant (Tw) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -19987,24 +19989,24 @@ cim:GovHydroIEEE2.tw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroIEEE2.uc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uc"@en ; - rdfs:comment "Maximum gate closing velocity (Uc) (<0). Typical value = -0,1." ; + rdfs:label "uc" ; + rdfs:comment "Maximum gate closing velocity (Uc) (<0). Typical value = -0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroIEEE2 ; rdfs:range xsd:float . cim:GovHydroIEEE2.uo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uo"@en ; - rdfs:comment "Maximum gate opening velocity (Uo). Unit = PU / s. Typical value = 0,1." ; + rdfs:label "uo" ; + rdfs:comment "Maximum gate opening velocity (Uo). Unit = PU / s. Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroIEEE2 ; rdfs:range xsd:float . cim:GovHydroPID.aturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "aturb"@en ; - rdfs:comment "Turbine numerator multiplier (Aturb) (see parameter detail 3). Typical value -1." ; + rdfs:label "aturb" ; + rdfs:comment "Turbine numerator multiplier (Aturb) (see parameter detail 3). Typical value -1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20014,8 +20016,8 @@ cim:GovHydroPID.aturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.bturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bturb"@en ; - rdfs:comment "Turbine denominator multiplier (Bturb) (see parameter detail 3). Typical value = 0,5." ; + rdfs:label "bturb" ; + rdfs:comment "Turbine denominator multiplier (Bturb) (see parameter detail 3). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20025,8 +20027,8 @@ cim:GovHydroPID.bturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db1"@en ; - rdfs:comment "Intentional dead-band width (db1). Unit = Hz. Typical value = 0." ; + rdfs:label "db1" ; + rdfs:comment "Intentional dead-band width (db1). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -20037,8 +20039,8 @@ cim:GovHydroPID.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db2"@en ; - rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0." ; + rdfs:label "db2" ; + rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -20049,8 +20051,8 @@ cim:GovHydroPID.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.eps a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eps"@en ; - rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0." ; + rdfs:label "eps" ; + rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -20061,8 +20063,8 @@ cim:GovHydroPID.eps a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0." ; + rdfs:label "gv1" ; + rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20072,8 +20074,8 @@ cim:GovHydroPID.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0." ; + rdfs:label "gv2" ; + rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20083,8 +20085,8 @@ cim:GovHydroPID.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0." ; + rdfs:label "gv3" ; + rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20094,8 +20096,8 @@ cim:GovHydroPID.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0." ; + rdfs:label "gv4" ; + rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20105,8 +20107,8 @@ cim:GovHydroPID.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0." ; + rdfs:label "gv5" ; + rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20116,8 +20118,8 @@ cim:GovHydroPID.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0." ; + rdfs:label "gv6" ; + rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20127,20 +20129,20 @@ cim:GovHydroPID.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.inputSignal a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inputSignal"@en ; + rdfs:label "inputSignal" ; rdfs:comment """Input signal switch (Flag). true = Pe input is used false = feedback is received from CV. Flag is normally dependent on Tt. If Tt is zero, Flag is set to false. If Tt is not zero, Flag is set to true. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPID ; rdfs:range xsd:boolean . cim:GovHydroPID.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Derivative gain (Kd). Typical value = 1,11." ; + rdfs:label "kd" ; + rdfs:comment "Derivative gain (Kd). Typical value = 1,11."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20150,8 +20152,8 @@ cim:GovHydroPID.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Gate servo gain (Kg). Typical value = 2,5." ; + rdfs:label "kg" ; + rdfs:comment "Gate servo gain (Kg). Typical value = 2,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20161,8 +20163,8 @@ cim:GovHydroPID.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Integral gain (Ki). Typical value = 0,36." ; + rdfs:label "ki" ; + rdfs:comment "Integral gain (Ki). Typical value = 0,36."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20172,8 +20174,8 @@ cim:GovHydroPID.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Proportional gain (Kp). Typical value = 0,1." ; + rdfs:label "kp" ; + rdfs:comment "Proportional gain (Kp). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20183,8 +20185,8 @@ cim:GovHydroPID.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -20195,8 +20197,8 @@ cim:GovHydroPID.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0." ; + rdfs:label "pgv1" ; + rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20206,8 +20208,8 @@ cim:GovHydroPID.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0." ; + rdfs:label "pgv2" ; + rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20217,8 +20219,8 @@ cim:GovHydroPID.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0." ; + rdfs:label "pgv3" ; + rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20228,8 +20230,8 @@ cim:GovHydroPID.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0." ; + rdfs:label "pgv4" ; + rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20239,8 +20241,8 @@ cim:GovHydroPID.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0." ; + rdfs:label "pgv5" ; + rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20250,8 +20252,8 @@ cim:GovHydroPID.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0." ; + rdfs:label "pgv6" ; + rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20261,8 +20263,8 @@ cim:GovHydroPID.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximum gate opening, PU of MWbase (Pmax) (> GovHydroPID.pmin). Typical value = 1." ; + rdfs:label "pmax" ; + rdfs:comment "Maximum gate opening, PU of MWbase (Pmax) (> GovHydroPID.pmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20272,8 +20274,8 @@ cim:GovHydroPID.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum gate opening, PU of MWbase (Pmin) (< GovHydroPID.pmax). Typical value = 0." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum gate opening, PU of MWbase (Pmin) (< GovHydroPID.pmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20283,8 +20285,8 @@ cim:GovHydroPID.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Steady state droop (R). Typical value = 0,05." ; + rdfs:label "r" ; + rdfs:comment "Steady state droop (R). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20294,8 +20296,8 @@ cim:GovHydroPID.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Input filter time constant (Td) (>= 0). If = 0, block is bypassed. Typical value = 0." ; + rdfs:label "td" ; + rdfs:comment "Input filter time constant (Td) (>= 0). If = 0, block is bypassed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20306,8 +20308,8 @@ cim:GovHydroPID.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Washout time constant (Tf) (>= 0). Typical value = 0,1." ; + rdfs:label "tf" ; + rdfs:comment "Washout time constant (Tf) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20318,8 +20320,8 @@ cim:GovHydroPID.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Gate servo time constant (Tp) (>= 0). If = 0, block is bypassed. Typical value = 0,35." ; + rdfs:label "tp" ; + rdfs:comment "Gate servo time constant (Tp) (>= 0). If = 0, block is bypassed. Typical value = 0,35."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20330,8 +20332,8 @@ cim:GovHydroPID.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.tt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tt"@en ; - rdfs:comment "Power feedback time constant (Tt) (>= 0). If = 0, block is bypassed. Typical value = 0,02." ; + rdfs:label "tt" ; + rdfs:comment "Power feedback time constant (Tt) (>= 0). If = 0, block is bypassed. Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20342,8 +20344,8 @@ cim:GovHydroPID.tt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.tturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tturb"@en ; - rdfs:comment "Turbine time constant (Tturb) (>= 0). See Parameter detail 3. Typical value = 0,8." ; + rdfs:label "tturb" ; + rdfs:comment "Turbine time constant (Tturb) (>= 0). See Parameter detail 3. Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20354,24 +20356,24 @@ cim:GovHydroPID.tturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID.velcl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velcl"@en ; - rdfs:comment "Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,14." ; + rdfs:label "velcl" ; + rdfs:comment "Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,14."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPID ; rdfs:range xsd:float . cim:GovHydroPID.velop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velop"@en ; - rdfs:comment "Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,09." ; + rdfs:label "velop" ; + rdfs:comment "Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,09."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPID ; rdfs:range xsd:float . cim:GovHydroPID2.atw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "atw"@en ; - rdfs:comment "Factor multiplying Tw (Atw). Typical value = 0." ; + rdfs:label "atw" ; + rdfs:comment "Factor multiplying Tw (Atw). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20381,8 +20383,8 @@ cim:GovHydroPID2.atw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.d a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "d"@en ; - rdfs:comment "Turbine damping factor (D). Unit = delta P / delta speed. Typical value = 0." ; + rdfs:label "d" ; + rdfs:comment "Turbine damping factor (D). Unit = delta P / delta speed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20392,18 +20394,18 @@ cim:GovHydroPID2.d a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.feedbackSignal a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "feedbackSignal"@en ; + rdfs:label "feedbackSignal" ; rdfs:comment """Feedback signal type flag (Flag). true = use gate position feedback signal -false = use Pe.""" ; +false = use Pe."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPID2 ; rdfs:range xsd:boolean . cim:GovHydroPID2.g0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g0"@en ; - rdfs:comment "Gate opening at speed no load (G0). Typical value = 0." ; + rdfs:label "g0" ; + rdfs:comment "Gate opening at speed no load (G0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20413,8 +20415,8 @@ cim:GovHydroPID2.g0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.g1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g1"@en ; - rdfs:comment "Intermediate gate opening (G1). Typical value = 0." ; + rdfs:label "g1" ; + rdfs:comment "Intermediate gate opening (G1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20424,8 +20426,8 @@ cim:GovHydroPID2.g1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.g2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g2"@en ; - rdfs:comment "Intermediate gate opening (G2). Typical value = 0." ; + rdfs:label "g2" ; + rdfs:comment "Intermediate gate opening (G2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20435,8 +20437,8 @@ cim:GovHydroPID2.g2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmax"@en ; - rdfs:comment "Maximum gate opening (Gmax) (> GovHydroPID2.gmin). Typical value = 0." ; + rdfs:label "gmax" ; + rdfs:comment "Maximum gate opening (Gmax) (> GovHydroPID2.gmin). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20446,8 +20448,8 @@ cim:GovHydroPID2.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmin"@en ; - rdfs:comment "Minimum gate opening (Gmin) (> GovHydroPID2.gmax). Typical value = 0." ; + rdfs:label "gmin" ; + rdfs:comment "Minimum gate opening (Gmin) (> GovHydroPID2.gmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20457,8 +20459,8 @@ cim:GovHydroPID2.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Derivative gain (Kd). Typical value = 0." ; + rdfs:label "kd" ; + rdfs:comment "Derivative gain (Kd). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20468,16 +20470,16 @@ cim:GovHydroPID2.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Reset gain (Ki). Unit = PU/s. Typical value = 0." ; + rdfs:label "ki" ; + rdfs:comment "Reset gain (Ki). Unit = PU/s. Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPID2 ; rdfs:range xsd:float . cim:GovHydroPID2.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Proportional gain (Kp). Typical value = 0." ; + rdfs:label "kp" ; + rdfs:comment "Proportional gain (Kp). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20487,8 +20489,8 @@ cim:GovHydroPID2.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (>0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (>0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -20499,8 +20501,8 @@ cim:GovHydroPID2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.p1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p1"@en ; - rdfs:comment "Power at gate opening G1 (P1). Typical value = 0." ; + rdfs:label "p1" ; + rdfs:comment "Power at gate opening G1 (P1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20510,8 +20512,8 @@ cim:GovHydroPID2.p1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.p2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p2"@en ; - rdfs:comment "Power at gate opening G2 (P2). Typical value = 0." ; + rdfs:label "p2" ; + rdfs:comment "Power at gate opening G2 (P2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20521,8 +20523,8 @@ cim:GovHydroPID2.p2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.p3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p3"@en ; - rdfs:comment "Power at full opened gate (P3). Typical value = 0." ; + rdfs:label "p3" ; + rdfs:comment "Power at full opened gate (P3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20532,8 +20534,8 @@ cim:GovHydroPID2.p3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.rperm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rperm"@en ; - rdfs:comment "Permanent drop (Rperm). Typical value = 0." ; + rdfs:label "rperm" ; + rdfs:comment "Permanent drop (Rperm). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20543,8 +20545,8 @@ cim:GovHydroPID2.rperm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Controller time constant (Ta) (>= 0). Typical value = 0." ; + rdfs:label "ta" ; + rdfs:comment "Controller time constant (Ta) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20555,8 +20557,8 @@ cim:GovHydroPID2.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Gate servo time constant (Tb) (> 0)." ; + rdfs:label "tb" ; + rdfs:comment "Gate servo time constant (Tb) (> 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20567,8 +20569,8 @@ cim:GovHydroPID2.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.treg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "treg"@en ; - rdfs:comment "Speed detector time constant (Treg) (>= 0). Typical value = 0." ; + rdfs:label "treg" ; + rdfs:comment "Speed detector time constant (Treg) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20579,8 +20581,8 @@ cim:GovHydroPID2.treg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.tw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw"@en ; - rdfs:comment "Water inertia time constant (Tw) (>= 0). Typical value = 0." ; + rdfs:label "tw" ; + rdfs:comment "Water inertia time constant (Tw) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20591,24 +20593,24 @@ cim:GovHydroPID2.tw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPID2.velmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velmax"@en ; - rdfs:comment "Maximum gate opening velocity (Velmax) (< GovHydroPID2.velmin). Unit = PU / s. Typical value = 0." ; + rdfs:label "velmax" ; + rdfs:comment "Maximum gate opening velocity (Velmax) (< GovHydroPID2.velmin). Unit = PU / s. Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPID2 ; rdfs:range xsd:float . cim:GovHydroPID2.velmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velmin"@en ; - rdfs:comment "Maximum gate closing velocity (Velmin) (> GovHydroPID2.velmax). Unit = PU / s. Typical value = 0." ; + rdfs:label "velmin" ; + rdfs:comment "Maximum gate closing velocity (Velmin) (> GovHydroPID2.velmax). Unit = PU / s. Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPID2 ; rdfs:range xsd:float . cim:GovHydroPelton.av0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "av0"@en ; - rdfs:comment "Area of the surge tank (AV0). Unit = m2. Typical value = 30." ; + rdfs:label "av0" ; + rdfs:comment "Area of the surge tank (AV0). Unit = m2. Typical value = 30."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.m2 ; cims:multiplicity cims:M:1..1 ; @@ -20619,8 +20621,8 @@ cim:GovHydroPelton.av0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.av1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "av1"@en ; - rdfs:comment "Area of the compensation tank (AV1). Unit = m2. Typical value = 700." ; + rdfs:label "av1" ; + rdfs:comment "Area of the compensation tank (AV1). Unit = m2. Typical value = 700."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.m2 ; cims:multiplicity cims:M:1..1 ; @@ -20631,8 +20633,8 @@ cim:GovHydroPelton.av1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.bp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bp"@en ; - rdfs:comment "Droop (bp). Typical value = 0,05." ; + rdfs:label "bp" ; + rdfs:comment "Droop (bp). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20642,8 +20644,8 @@ cim:GovHydroPelton.bp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db1"@en ; - rdfs:comment "Intentional dead-band width (DB1). Unit = Hz. Typical value = 0." ; + rdfs:label "db1" ; + rdfs:comment "Intentional dead-band width (DB1). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -20654,8 +20656,8 @@ cim:GovHydroPelton.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db2"@en ; - rdfs:comment "Intentional dead-band width of valve opening error (DB2). Unit = Hz. Typical value = 0,01." ; + rdfs:label "db2" ; + rdfs:comment "Intentional dead-band width of valve opening error (DB2). Unit = Hz. Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -20666,8 +20668,8 @@ cim:GovHydroPelton.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.h1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "h1"@en ; - rdfs:comment "Head of compensation chamber water level with respect to the level of penstock (H1). Unit = km. Typical value = 0,004." ; + rdfs:label "h1" ; + rdfs:comment "Head of compensation chamber water level with respect to the level of penstock (H1). Unit = km. Typical value = 0,004."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -20678,8 +20680,8 @@ cim:GovHydroPelton.h1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.h2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "h2"@en ; - rdfs:comment "Head of surge tank water level with respect to the level of penstock (H2). Unit = km. Typical value = 0,040." ; + rdfs:label "h2" ; + rdfs:comment "Head of surge tank water level with respect to the level of penstock (H2). Unit = km. Typical value = 0,040."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -20690,8 +20692,8 @@ cim:GovHydroPelton.h2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.hn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hn"@en ; - rdfs:comment "Rated hydraulic head (Hn). Unit = km. Typical value = 0,250." ; + rdfs:label "hn" ; + rdfs:comment "Rated hydraulic head (Hn). Unit = km. Typical value = 0,250."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -20702,8 +20704,8 @@ cim:GovHydroPelton.hn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.kc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kc"@en ; - rdfs:comment "Penstock loss coefficient (due to friction) (Kc). Typical value = 0,025." ; + rdfs:label "kc" ; + rdfs:comment "Penstock loss coefficient (due to friction) (Kc). Typical value = 0,025."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20713,8 +20715,8 @@ cim:GovHydroPelton.kc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Water tunnel and surge chamber loss coefficient (due to friction) (Kg). Typical value = 0,025." ; + rdfs:label "kg" ; + rdfs:comment "Water tunnel and surge chamber loss coefficient (due to friction) (Kg). Typical value = 0,025."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20724,8 +20726,8 @@ cim:GovHydroPelton.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.qc0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qc0"@en ; - rdfs:comment "No-load turbine flow at nominal head (Qc0). Typical value = 0,05." ; + rdfs:label "qc0" ; + rdfs:comment "No-load turbine flow at nominal head (Qc0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20735,8 +20737,8 @@ cim:GovHydroPelton.qc0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.qn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qn"@en ; - rdfs:comment "Rated flow (Qn). Unit = m3/s. Typical value = 250." ; + rdfs:label "qn" ; + rdfs:comment "Rated flow (Qn). Unit = m3/s. Typical value = 250."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.m3Pers ; cims:multiplicity cims:M:1..1 ; @@ -20747,30 +20749,30 @@ cim:GovHydroPelton.qn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.simplifiedPelton a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "simplifiedPelton"@en ; + rdfs:label "simplifiedPelton" ; rdfs:comment """Simplified Pelton model simulation (Sflag). true = enable of simplified Pelton model simulation false = enable of complete Pelton model simulation (non-linear gain). -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPelton ; rdfs:range xsd:boolean . cim:GovHydroPelton.staticCompensating a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "staticCompensating"@en ; + rdfs:label "staticCompensating" ; rdfs:comment """Static compensating characteristic (Cflag). It should be true if simplifiedPelton = false. true = enable of static compensating characteristic false = inhibit of static compensating characteristic. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPelton ; rdfs:range xsd:boolean . cim:GovHydroPelton.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Derivative gain (accelerometer time constant) (Ta) (>= 0). Typical value = 3." ; + rdfs:label "ta" ; + rdfs:comment "Derivative gain (accelerometer time constant) (Ta) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20781,8 +20783,8 @@ cim:GovHydroPelton.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.ts a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts"@en ; - rdfs:comment "Gate servo time constant (Ts) (>= 0). Typical value = 0,15." ; + rdfs:label "ts" ; + rdfs:comment "Gate servo time constant (Ts) (>= 0). Typical value = 0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20793,8 +20795,8 @@ cim:GovHydroPelton.ts a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.tv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tv"@en ; - rdfs:comment "Servomotor integrator time constant (Tv) (>= 0). Typical value = 0,3." ; + rdfs:label "tv" ; + rdfs:comment "Servomotor integrator time constant (Tv) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20805,8 +20807,8 @@ cim:GovHydroPelton.tv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.twnc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "twnc"@en ; - rdfs:comment "Water inertia time constant (Twnc) (>= 0). Typical value = 1." ; + rdfs:label "twnc" ; + rdfs:comment "Water inertia time constant (Twnc) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20817,8 +20819,8 @@ cim:GovHydroPelton.twnc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.twng a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "twng"@en ; - rdfs:comment "Water tunnel and surge chamber inertia time constant (Twng) (>= 0). Typical value = 3." ; + rdfs:label "twng" ; + rdfs:comment "Water tunnel and surge chamber inertia time constant (Twng) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20829,8 +20831,8 @@ cim:GovHydroPelton.twng a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.tx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tx"@en ; - rdfs:comment "Electronic integrator time constant (Tx) (>= 0). Typical value = 0,5." ; + rdfs:label "tx" ; + rdfs:comment "Electronic integrator time constant (Tx) (>= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -20841,16 +20843,16 @@ cim:GovHydroPelton.tx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.va a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "va"@en ; - rdfs:comment "Maximum gate opening velocity (Va). Unit = PU / s. Typical value = 0,06." ; + rdfs:label "va" ; + rdfs:comment "Maximum gate opening velocity (Va). Unit = PU / s. Typical value = 0,06."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPelton ; rdfs:range xsd:float . cim:GovHydroPelton.valvmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valvmax"@en ; - rdfs:comment "Maximum gate opening (ValvMax) (> GovHydroPelton.valvmin). Typical value = 1,1." ; + rdfs:label "valvmax" ; + rdfs:comment "Maximum gate opening (ValvMax) (> GovHydroPelton.valvmin). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20860,8 +20862,8 @@ cim:GovHydroPelton.valvmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.valvmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valvmin"@en ; - rdfs:comment "Minimum gate opening (ValvMin) (< GovHydroPelton.valvmax). Typical value = 0." ; + rdfs:label "valvmin" ; + rdfs:comment "Minimum gate opening (ValvMin) (< GovHydroPelton.valvmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20871,8 +20873,8 @@ cim:GovHydroPelton.valvmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.vav a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vav"@en ; - rdfs:comment "Maximum servomotor valve opening velocity (Vav). Typical value = 0,1." ; + rdfs:label "vav" ; + rdfs:comment "Maximum servomotor valve opening velocity (Vav). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20882,16 +20884,16 @@ cim:GovHydroPelton.vav a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.vc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vc"@en ; - rdfs:comment "Maximum gate closing velocity (Vc). Unit = PU / s. Typical value = -0,06." ; + rdfs:label "vc" ; + rdfs:comment "Maximum gate closing velocity (Vc). Unit = PU / s. Typical value = -0,06."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPelton ; rdfs:range xsd:float . cim:GovHydroPelton.vcv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vcv"@en ; - rdfs:comment "Maximum servomotor valve closing velocity (Vcv). Typical value = -0,1." ; + rdfs:label "vcv" ; + rdfs:comment "Maximum servomotor valve closing velocity (Vcv). Typical value = -0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20901,19 +20903,19 @@ cim:GovHydroPelton.vcv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroPelton.waterTunnelSurgeChamberSimulation a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "waterTunnelSurgeChamberSimulation"@en ; + rdfs:label "waterTunnelSurgeChamberSimulation" ; rdfs:comment """Water tunnel and surge chamber simulation (Tflag). true = enable of water tunnel and surge chamber simulation false = inhibit of water tunnel and surge chamber simulation. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroPelton ; rdfs:range xsd:boolean . cim:GovHydroPelton.zsfc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "zsfc"@en ; - rdfs:comment "Head of upper water level with respect to the level of penstock (Zsfc). Unit = km. Typical value = 0,025." ; + rdfs:label "zsfc" ; + rdfs:comment "Head of upper water level with respect to the level of penstock (Zsfc). Unit = km. Typical value = 0,025."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -20924,8 +20926,8 @@ cim:GovHydroPelton.zsfc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.at a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "at"@en ; - rdfs:comment "Turbine gain (At). Typical value = 1,2." ; + rdfs:label "at" ; + rdfs:comment "Turbine gain (At). Typical value = 1,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20935,8 +20937,8 @@ cim:GovHydroR.at a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db1"@en ; - rdfs:comment "Intentional dead-band width (db1). Unit = Hz. Typical value = 0." ; + rdfs:label "db1" ; + rdfs:comment "Intentional dead-band width (db1). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -20947,8 +20949,8 @@ cim:GovHydroR.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db2"@en ; - rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0." ; + rdfs:label "db2" ; + rdfs:comment "Unintentional dead-band (db2). Unit = MW. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -20959,8 +20961,8 @@ cim:GovHydroR.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dturb"@en ; - rdfs:comment "Turbine damping factor (Dturb). Typical value = 0,2." ; + rdfs:label "dturb" ; + rdfs:comment "Turbine damping factor (Dturb). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20970,8 +20972,8 @@ cim:GovHydroR.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.eps a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eps"@en ; - rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0." ; + rdfs:label "eps" ; + rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -20982,8 +20984,8 @@ cim:GovHydroR.eps a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmax"@en ; - rdfs:comment "Maximum governor output (Gmax) (> GovHydroR.gmin). Typical value = 1,05." ; + rdfs:label "gmax" ; + rdfs:comment "Maximum governor output (Gmax) (> GovHydroR.gmin). Typical value = 1,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -20993,8 +20995,8 @@ cim:GovHydroR.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmin"@en ; - rdfs:comment "Minimum governor output (Gmin) (< GovHydroR.gmax). Typical value = -0,05." ; + rdfs:label "gmin" ; + rdfs:comment "Minimum governor output (Gmin) (< GovHydroR.gmax). Typical value = -0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21004,8 +21006,8 @@ cim:GovHydroR.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0." ; + rdfs:label "gv1" ; + rdfs:comment "Nonlinear gain point 1, PU gv (Gv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21015,8 +21017,8 @@ cim:GovHydroR.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0." ; + rdfs:label "gv2" ; + rdfs:comment "Nonlinear gain point 2, PU gv (Gv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21026,8 +21028,8 @@ cim:GovHydroR.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0." ; + rdfs:label "gv3" ; + rdfs:comment "Nonlinear gain point 3, PU gv (Gv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21037,8 +21039,8 @@ cim:GovHydroR.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0." ; + rdfs:label "gv4" ; + rdfs:comment "Nonlinear gain point 4, PU gv (Gv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21048,8 +21050,8 @@ cim:GovHydroR.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0." ; + rdfs:label "gv5" ; + rdfs:comment "Nonlinear gain point 5, PU gv (Gv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21059,8 +21061,8 @@ cim:GovHydroR.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0." ; + rdfs:label "gv6" ; + rdfs:comment "Nonlinear gain point 6, PU gv (Gv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21070,8 +21072,8 @@ cim:GovHydroR.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.h0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "h0"@en ; - rdfs:comment "Turbine nominal head (H0). Typical value = 1." ; + rdfs:label "h0" ; + rdfs:comment "Turbine nominal head (H0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21081,20 +21083,20 @@ cim:GovHydroR.h0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.inputSignal a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inputSignal"@en ; + rdfs:label "inputSignal" ; rdfs:comment """Input signal switch (Flag). true = Pe input is used false = feedback is received from CV. Flag is normally dependent on Tt. If Tt is zero, Flag is set to false. If Tt is not zero, Flag is set to true. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroR ; rdfs:range xsd:boolean . cim:GovHydroR.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Gate servo gain (Kg). Typical value = 2." ; + rdfs:label "kg" ; + rdfs:comment "Gate servo gain (Kg). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21104,8 +21106,8 @@ cim:GovHydroR.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Integral gain (Ki). Typical value = 0,5." ; + rdfs:label "ki" ; + rdfs:comment "Integral gain (Ki). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21115,8 +21117,8 @@ cim:GovHydroR.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -21127,8 +21129,8 @@ cim:GovHydroR.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv1"@en ; - rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0." ; + rdfs:label "pgv1" ; + rdfs:comment "Nonlinear gain point 1, PU power (Pgv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21138,8 +21140,8 @@ cim:GovHydroR.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv2"@en ; - rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0." ; + rdfs:label "pgv2" ; + rdfs:comment "Nonlinear gain point 2, PU power (Pgv2). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21149,8 +21151,8 @@ cim:GovHydroR.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv3"@en ; - rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0." ; + rdfs:label "pgv3" ; + rdfs:comment "Nonlinear gain point 3, PU power (Pgv3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21160,8 +21162,8 @@ cim:GovHydroR.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv4"@en ; - rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0." ; + rdfs:label "pgv4" ; + rdfs:comment "Nonlinear gain point 4, PU power (Pgv4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21171,8 +21173,8 @@ cim:GovHydroR.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv5"@en ; - rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0." ; + rdfs:label "pgv5" ; + rdfs:comment "Nonlinear gain point 5, PU power (Pgv5). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21182,8 +21184,8 @@ cim:GovHydroR.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv6"@en ; - rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0." ; + rdfs:label "pgv6" ; + rdfs:comment "Nonlinear gain point 6, PU power (Pgv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21193,8 +21195,8 @@ cim:GovHydroR.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximum gate opening, PU of MWbase (Pmax) (> GovHydroR.pmin). Typical value = 1." ; + rdfs:label "pmax" ; + rdfs:comment "Maximum gate opening, PU of MWbase (Pmax) (> GovHydroR.pmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21204,8 +21206,8 @@ cim:GovHydroR.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum gate opening, PU of MWbase (Pmin) (< GovHydroR.pmax). Typical value = 0." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum gate opening, PU of MWbase (Pmin) (< GovHydroR.pmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21215,8 +21217,8 @@ cim:GovHydroR.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.qnl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qnl"@en ; - rdfs:comment "No-load turbine flow at nominal head (Qnl). Typical value = 0,08." ; + rdfs:label "qnl" ; + rdfs:comment "No-load turbine flow at nominal head (Qnl). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21226,8 +21228,8 @@ cim:GovHydroR.qnl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Steady-state droop (R). Typical value = 0,05." ; + rdfs:label "r" ; + rdfs:comment "Steady-state droop (R). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21237,8 +21239,8 @@ cim:GovHydroR.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Lead time constant 1 (T1) (>= 0). Typical value = 1,5." ; + rdfs:label "t1" ; + rdfs:comment "Lead time constant 1 (T1) (>= 0). Typical value = 1,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21249,8 +21251,8 @@ cim:GovHydroR.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Lag time constant 1 (T2) (>= 0). Typical value = 0,1." ; + rdfs:label "t2" ; + rdfs:comment "Lag time constant 1 (T2) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21261,8 +21263,8 @@ cim:GovHydroR.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Lead time constant 2 (T3) (>= 0). Typical value = 1,5." ; + rdfs:label "t3" ; + rdfs:comment "Lead time constant 2 (T3) (>= 0). Typical value = 1,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21273,8 +21275,8 @@ cim:GovHydroR.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Lag time constant 2 (T4) (>= 0). Typical value = 0,1." ; + rdfs:label "t4" ; + rdfs:comment "Lag time constant 2 (T4) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21285,8 +21287,8 @@ cim:GovHydroR.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Lead time constant 3 (T5) (>= 0). Typical value = 0." ; + rdfs:label "t5" ; + rdfs:comment "Lead time constant 3 (T5) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21297,8 +21299,8 @@ cim:GovHydroR.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Lag time constant 3 (T6) (>= 0). Typical value = 0,05." ; + rdfs:label "t6" ; + rdfs:comment "Lag time constant 3 (T6) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21309,8 +21311,8 @@ cim:GovHydroR.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t7"@en ; - rdfs:comment "Lead time constant 4 (T7) (>= 0). Typical value = 0." ; + rdfs:label "t7" ; + rdfs:comment "Lead time constant 4 (T7) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21321,8 +21323,8 @@ cim:GovHydroR.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t8"@en ; - rdfs:comment "Lag time constant 4 (T8) (>= 0). Typical value = 0,05." ; + rdfs:label "t8" ; + rdfs:comment "Lag time constant 4 (T8) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21333,8 +21335,8 @@ cim:GovHydroR.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Input filter time constant (Td) (>= 0). Typical value = 0,05." ; + rdfs:label "td" ; + rdfs:comment "Input filter time constant (Td) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21345,8 +21347,8 @@ cim:GovHydroR.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Gate servo time constant (Tp) (>= 0). Typical value = 0,05." ; + rdfs:label "tp" ; + rdfs:comment "Gate servo time constant (Tp) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21357,8 +21359,8 @@ cim:GovHydroR.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.tt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tt"@en ; - rdfs:comment "Power feedback time constant (Tt) (>= 0). Typical value = 0." ; + rdfs:label "tt" ; + rdfs:comment "Power feedback time constant (Tt) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21369,8 +21371,8 @@ cim:GovHydroR.tt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.tw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw"@en ; - rdfs:comment "Water inertia time constant (Tw) (> 0). Typical value = 1." ; + rdfs:label "tw" ; + rdfs:comment "Water inertia time constant (Tw) (> 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21381,24 +21383,24 @@ cim:GovHydroR.tw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroR.velcl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velcl"@en ; - rdfs:comment "Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,2." ; + rdfs:label "velcl" ; + rdfs:comment "Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroR ; rdfs:range xsd:float . cim:GovHydroR.velop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velop"@en ; - rdfs:comment "Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,2." ; + rdfs:label "velop" ; + rdfs:comment "Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroR ; rdfs:range xsd:float . cim:GovHydroWEH.db a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db"@en ; - rdfs:comment "Speed deadband (db)." ; + rdfs:label "db" ; + rdfs:comment "Speed deadband (db)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21408,8 +21410,8 @@ cim:GovHydroWEH.db a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.dicn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dicn"@en ; - rdfs:comment "Value to allow the integral controller to advance beyond the gate limits (Dicn)." ; + rdfs:label "dicn" ; + rdfs:comment "Value to allow the integral controller to advance beyond the gate limits (Dicn)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21419,8 +21421,8 @@ cim:GovHydroWEH.dicn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.dpv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dpv"@en ; - rdfs:comment "Value to allow the pilot valve controller to advance beyond the gate limits (Dpv)." ; + rdfs:label "dpv" ; + rdfs:comment "Value to allow the pilot valve controller to advance beyond the gate limits (Dpv)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21430,8 +21432,8 @@ cim:GovHydroWEH.dpv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dturb"@en ; - rdfs:comment "Turbine damping factor (Dturb). Unit = delta P (PU of MWbase) / delta speed (PU)." ; + rdfs:label "dturb" ; + rdfs:comment "Turbine damping factor (Dturb). Unit = delta P (PU of MWbase) / delta speed (PU)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21441,20 +21443,20 @@ cim:GovHydroWEH.dturb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.feedbackSignal a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "feedbackSignal"@en ; + rdfs:label "feedbackSignal" ; rdfs:comment """Feedback signal selection (Sw). true = PID output (if R-Perm-Gate = droop and R-Perm-Pe = 0) false = electrical power (if R-Perm-Gate = 0 and R-Perm-Pe = droop) or false = gate position (if R-Perm-Gate = droop and R-Perm-Pe = 0). -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroWEH ; rdfs:range xsd:boolean . cim:GovHydroWEH.fl1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fl1"@en ; - rdfs:comment "Flowgate 1 (Fl1). Flow value for gate position point 1 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow." ; + rdfs:label "fl1" ; + rdfs:comment "Flowgate 1 (Fl1). Flow value for gate position point 1 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21464,8 +21466,8 @@ cim:GovHydroWEH.fl1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fl2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fl2"@en ; - rdfs:comment "Flowgate 2 (Fl2). Flow value for gate position point 2 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow." ; + rdfs:label "fl2" ; + rdfs:comment "Flowgate 2 (Fl2). Flow value for gate position point 2 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21475,8 +21477,8 @@ cim:GovHydroWEH.fl2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fl3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fl3"@en ; - rdfs:comment "Flowgate 3 (Fl3). Flow value for gate position point 3 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow." ; + rdfs:label "fl3" ; + rdfs:comment "Flowgate 3 (Fl3). Flow value for gate position point 3 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21486,8 +21488,8 @@ cim:GovHydroWEH.fl3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fl4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fl4"@en ; - rdfs:comment "Flowgate 4 (Fl4). Flow value for gate position point 4 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow." ; + rdfs:label "fl4" ; + rdfs:comment "Flowgate 4 (Fl4). Flow value for gate position point 4 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21497,8 +21499,8 @@ cim:GovHydroWEH.fl4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fl5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fl5"@en ; - rdfs:comment "Flowgate 5 (Fl5). Flow value for gate position point 5 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow." ; + rdfs:label "fl5" ; + rdfs:comment "Flowgate 5 (Fl5). Flow value for gate position point 5 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21508,8 +21510,8 @@ cim:GovHydroWEH.fl5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fp1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fp1"@en ; - rdfs:comment "Flow P1 (Fp1). Turbine flow value for point 1 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "fp1" ; + rdfs:comment "Flow P1 (Fp1). Turbine flow value for point 1 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21519,8 +21521,8 @@ cim:GovHydroWEH.fp1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fp10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fp10"@en ; - rdfs:comment "Flow P10 (Fp10). Turbine flow value for point 10 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "fp10" ; + rdfs:comment "Flow P10 (Fp10). Turbine flow value for point 10 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21530,8 +21532,8 @@ cim:GovHydroWEH.fp10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fp2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fp2"@en ; - rdfs:comment "Flow P2 (Fp2). Turbine flow value for point 2 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "fp2" ; + rdfs:comment "Flow P2 (Fp2). Turbine flow value for point 2 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21541,8 +21543,8 @@ cim:GovHydroWEH.fp2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fp3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fp3"@en ; - rdfs:comment "Flow P3 (Fp3). Turbine flow value for point 3 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "fp3" ; + rdfs:comment "Flow P3 (Fp3). Turbine flow value for point 3 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21552,8 +21554,8 @@ cim:GovHydroWEH.fp3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fp4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fp4"@en ; - rdfs:comment "Flow P4 (Fp4). Turbine flow value for point 4 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "fp4" ; + rdfs:comment "Flow P4 (Fp4). Turbine flow value for point 4 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21563,8 +21565,8 @@ cim:GovHydroWEH.fp4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fp5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fp5"@en ; - rdfs:comment "Flow P5 (Fp5). Turbine flow value for point 5 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "fp5" ; + rdfs:comment "Flow P5 (Fp5). Turbine flow value for point 5 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21574,8 +21576,8 @@ cim:GovHydroWEH.fp5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fp6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fp6"@en ; - rdfs:comment "Flow P6 (Fp6). Turbine flow value for point 6 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "fp6" ; + rdfs:comment "Flow P6 (Fp6). Turbine flow value for point 6 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21585,8 +21587,8 @@ cim:GovHydroWEH.fp6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fp7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fp7"@en ; - rdfs:comment "Flow P7 (Fp7). Turbine flow value for point 7 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "fp7" ; + rdfs:comment "Flow P7 (Fp7). Turbine flow value for point 7 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21596,8 +21598,8 @@ cim:GovHydroWEH.fp7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fp8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fp8"@en ; - rdfs:comment "Flow P8 (Fp8). Turbine flow value for point 8 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "fp8" ; + rdfs:comment "Flow P8 (Fp8). Turbine flow value for point 8 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21607,8 +21609,8 @@ cim:GovHydroWEH.fp8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.fp9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fp9"@en ; - rdfs:comment "Flow P9 (Fp9). Turbine flow value for point 9 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "fp9" ; + rdfs:comment "Flow P9 (Fp9). Turbine flow value for point 9 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21618,8 +21620,8 @@ cim:GovHydroWEH.fp9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmax"@en ; - rdfs:comment "Maximum gate position (Gmax) (> GovHydroWEH.gmin)." ; + rdfs:label "gmax" ; + rdfs:comment "Maximum gate position (Gmax) (> GovHydroWEH.gmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21629,8 +21631,8 @@ cim:GovHydroWEH.gmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gmin"@en ; - rdfs:comment "Minimum gate position (Gmin) (< GovHydroWEH.gmax)." ; + rdfs:label "gmin" ; + rdfs:comment "Minimum gate position (Gmin) (< GovHydroWEH.gmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21640,8 +21642,8 @@ cim:GovHydroWEH.gmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.gtmxcl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gtmxcl"@en ; - rdfs:comment "Maximum gate closing rate (Gtmxcl)." ; + rdfs:label "gtmxcl" ; + rdfs:comment "Maximum gate closing rate (Gtmxcl)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21651,8 +21653,8 @@ cim:GovHydroWEH.gtmxcl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.gtmxop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gtmxop"@en ; - rdfs:comment "Maximum gate opening rate (Gtmxop)." ; + rdfs:label "gtmxop" ; + rdfs:comment "Maximum gate opening rate (Gtmxop)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21662,8 +21664,8 @@ cim:GovHydroWEH.gtmxop a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Gate 1 (Gv1). Gate Position value for point 1 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow." ; + rdfs:label "gv1" ; + rdfs:comment "Gate 1 (Gv1). Gate Position value for point 1 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21673,8 +21675,8 @@ cim:GovHydroWEH.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Gate 2 (Gv2). Gate Position value for point 2 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow." ; + rdfs:label "gv2" ; + rdfs:comment "Gate 2 (Gv2). Gate Position value for point 2 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21684,8 +21686,8 @@ cim:GovHydroWEH.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Gate 3 (Gv3). Gate Position value for point 3 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow." ; + rdfs:label "gv3" ; + rdfs:comment "Gate 3 (Gv3). Gate Position value for point 3 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21695,8 +21697,8 @@ cim:GovHydroWEH.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv4"@en ; - rdfs:comment "Gate 4 (Gv4). Gate Position value for point 4 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow." ; + rdfs:label "gv4" ; + rdfs:comment "Gate 4 (Gv4). Gate Position value for point 4 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21706,8 +21708,8 @@ cim:GovHydroWEH.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv5"@en ; - rdfs:comment "Gate 5 (Gv5). Gate Position value for point 5 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow." ; + rdfs:label "gv5" ; + rdfs:comment "Gate 5 (Gv5). Gate Position value for point 5 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21717,8 +21719,8 @@ cim:GovHydroWEH.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Derivative controller derivative gain (Kd)." ; + rdfs:label "kd" ; + rdfs:comment "Derivative controller derivative gain (Kd)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21728,8 +21730,8 @@ cim:GovHydroWEH.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Derivative controller Integral gain (Ki)." ; + rdfs:label "ki" ; + rdfs:comment "Derivative controller Integral gain (Ki)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21739,8 +21741,8 @@ cim:GovHydroWEH.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Derivative control gain (Kp)." ; + rdfs:label "kp" ; + rdfs:comment "Derivative control gain (Kp)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21750,8 +21752,8 @@ cim:GovHydroWEH.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -21762,8 +21764,8 @@ cim:GovHydroWEH.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.pmss1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmss1"@en ; - rdfs:comment "Pmss flow P1 (Pmss1). Mechanical power output for turbine flow point 1 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "pmss1" ; + rdfs:comment "Pmss flow P1 (Pmss1). Mechanical power output for turbine flow point 1 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21773,8 +21775,8 @@ cim:GovHydroWEH.pmss1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.pmss10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmss10"@en ; - rdfs:comment "Pmss flow P10 (Pmss10). Mechanical power output for turbine flow point 10 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "pmss10" ; + rdfs:comment "Pmss flow P10 (Pmss10). Mechanical power output for turbine flow point 10 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21784,8 +21786,8 @@ cim:GovHydroWEH.pmss10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.pmss2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmss2"@en ; - rdfs:comment "Pmss flow P2 (Pmss2). Mechanical power output for turbine flow point 2 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "pmss2" ; + rdfs:comment "Pmss flow P2 (Pmss2). Mechanical power output for turbine flow point 2 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21795,8 +21797,8 @@ cim:GovHydroWEH.pmss2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.pmss3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmss3"@en ; - rdfs:comment "Pmss flow P3 (Pmss3). Mechanical power output for turbine flow point 3 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "pmss3" ; + rdfs:comment "Pmss flow P3 (Pmss3). Mechanical power output for turbine flow point 3 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21806,8 +21808,8 @@ cim:GovHydroWEH.pmss3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.pmss4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmss4"@en ; - rdfs:comment "Pmss flow P4 (Pmss4). Mechanical power output for turbine flow point 4 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "pmss4" ; + rdfs:comment "Pmss flow P4 (Pmss4). Mechanical power output for turbine flow point 4 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21817,8 +21819,8 @@ cim:GovHydroWEH.pmss4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.pmss5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmss5"@en ; - rdfs:comment "Pmss flow P5 (Pmss5). Mechanical power output for turbine flow point 5 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "pmss5" ; + rdfs:comment "Pmss flow P5 (Pmss5). Mechanical power output for turbine flow point 5 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21828,8 +21830,8 @@ cim:GovHydroWEH.pmss5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.pmss6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmss6"@en ; - rdfs:comment "Pmss flow P6 (Pmss6). Mechanical power output for turbine flow point 6 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "pmss6" ; + rdfs:comment "Pmss flow P6 (Pmss6). Mechanical power output for turbine flow point 6 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21839,8 +21841,8 @@ cim:GovHydroWEH.pmss6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.pmss7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmss7"@en ; - rdfs:comment "Pmss flow P7 (Pmss7). Mechanical power output for turbine flow point 7 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "pmss7" ; + rdfs:comment "Pmss flow P7 (Pmss7). Mechanical power output for turbine flow point 7 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21850,8 +21852,8 @@ cim:GovHydroWEH.pmss7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.pmss8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmss8"@en ; - rdfs:comment "Pmss flow P8 (Pmss8). Mechanical power output for turbine flow point 8 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "pmss8" ; + rdfs:comment "Pmss flow P8 (Pmss8). Mechanical power output for turbine flow point 8 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21861,8 +21863,8 @@ cim:GovHydroWEH.pmss8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.pmss9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmss9"@en ; - rdfs:comment "Pmss flow P9 (Pmss9). Mechanical power output for turbine flow point 9 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow." ; + rdfs:label "pmss9" ; + rdfs:comment "Pmss flow P9 (Pmss9). Mechanical power output for turbine flow point 9 for lookup table representing PU mechanical power on machine MVA rating as a function of turbine flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21872,24 +21874,24 @@ cim:GovHydroWEH.pmss9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.rpg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rpg"@en ; - rdfs:comment "Permanent droop for governor output feedback (R-Perm-Gate)." ; + rdfs:label "rpg" ; + rdfs:comment "Permanent droop for governor output feedback (R-Perm-Gate)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroWEH ; rdfs:range xsd:float . cim:GovHydroWEH.rpp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rpp"@en ; - rdfs:comment "Permanent droop for electrical power feedback (R-Perm-Pe)." ; + rdfs:label "rpp" ; + rdfs:comment "Permanent droop for electrical power feedback (R-Perm-Pe)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovHydroWEH ; rdfs:range xsd:float . cim:GovHydroWEH.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Derivative controller time constant (Td) (>= 0). Limits the derivative characteristic beyond a breakdown frequency to avoid amplification of high-frequency noise." ; + rdfs:label "td" ; + rdfs:comment "Derivative controller time constant (Td) (>= 0). Limits the derivative characteristic beyond a breakdown frequency to avoid amplification of high-frequency noise."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21900,8 +21902,8 @@ cim:GovHydroWEH.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.tdv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tdv"@en ; - rdfs:comment "Distributive valve time lag time constant (Tdv) (>= 0)." ; + rdfs:label "tdv" ; + rdfs:comment "Distributive valve time lag time constant (Tdv) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21912,8 +21914,8 @@ cim:GovHydroWEH.tdv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Value to allow the distribution valve controller to advance beyond the gate movement rate limit (Tg) (>= 0)." ; + rdfs:label "tg" ; + rdfs:comment "Value to allow the distribution valve controller to advance beyond the gate movement rate limit (Tg) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21924,8 +21926,8 @@ cim:GovHydroWEH.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Pilot valve time lag time constant (Tp) (>= 0)." ; + rdfs:label "tp" ; + rdfs:comment "Pilot valve time lag time constant (Tp) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21936,8 +21938,8 @@ cim:GovHydroWEH.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.tpe a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpe"@en ; - rdfs:comment "Electrical power droop time constant (Tpe) (>= 0)." ; + rdfs:label "tpe" ; + rdfs:comment "Electrical power droop time constant (Tpe) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21948,8 +21950,8 @@ cim:GovHydroWEH.tpe a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWEH.tw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw"@en ; - rdfs:comment "Water inertia time constant (Tw) (> 0)." ; + rdfs:label "tw" ; + rdfs:comment "Water inertia time constant (Tw) (> 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -21960,8 +21962,8 @@ cim:GovHydroWEH.tw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.d a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "d"@en ; - rdfs:comment "Turbine damping factor (D). Unit = delta P / delta speed." ; + rdfs:label "d" ; + rdfs:comment "Turbine damping factor (D). Unit = delta P / delta speed."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21971,8 +21973,8 @@ cim:GovHydroWPID.d a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.gatmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gatmax"@en ; - rdfs:comment "Gate opening limit maximum (Gatmax) (> GovHydroWPID.gatmin)." ; + rdfs:label "gatmax" ; + rdfs:comment "Gate opening limit maximum (Gatmax) (> GovHydroWPID.gatmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21982,8 +21984,8 @@ cim:GovHydroWPID.gatmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.gatmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gatmin"@en ; - rdfs:comment "Gate opening limit minimum (Gatmin) (< GovHydroWPID.gatmax)." ; + rdfs:label "gatmin" ; + rdfs:comment "Gate opening limit minimum (Gatmin) (< GovHydroWPID.gatmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -21993,8 +21995,8 @@ cim:GovHydroWPID.gatmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Gate position 1 (Gv1)." ; + rdfs:label "gv1" ; + rdfs:comment "Gate position 1 (Gv1)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22004,8 +22006,8 @@ cim:GovHydroWPID.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Gate position 2 (Gv2)." ; + rdfs:label "gv2" ; + rdfs:comment "Gate position 2 (Gv2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22015,8 +22017,8 @@ cim:GovHydroWPID.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Gate position 3 (Gv3) (= 1,0)." ; + rdfs:label "gv3" ; + rdfs:comment "Gate position 3 (Gv3) (= 1,0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22026,8 +22028,8 @@ cim:GovHydroWPID.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Derivative gain (Kd). Typical value = 1,11." ; + rdfs:label "kd" ; + rdfs:comment "Derivative gain (Kd). Typical value = 1,11."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22037,8 +22039,8 @@ cim:GovHydroWPID.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Reset gain (Ki). Typical value = 0,36." ; + rdfs:label "ki" ; + rdfs:comment "Reset gain (Ki). Typical value = 0,36."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22048,8 +22050,8 @@ cim:GovHydroWPID.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Proportional gain (Kp). Typical value = 0,1." ; + rdfs:label "kp" ; + rdfs:comment "Proportional gain (Kp). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22059,8 +22061,8 @@ cim:GovHydroWPID.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -22071,8 +22073,8 @@ cim:GovHydroWPID.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv1"@en ; - rdfs:comment "Output at Gv1 PU of MWbase (Pgv1)." ; + rdfs:label "pgv1" ; + rdfs:comment "Output at Gv1 PU of MWbase (Pgv1)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22082,8 +22084,8 @@ cim:GovHydroWPID.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv2"@en ; - rdfs:comment "Output at Gv2 PU of MWbase (Pgv2)." ; + rdfs:label "pgv2" ; + rdfs:comment "Output at Gv2 PU of MWbase (Pgv2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22093,8 +22095,8 @@ cim:GovHydroWPID.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv3"@en ; - rdfs:comment "Output at Gv3 PU of MWbase (Pgv3)." ; + rdfs:label "pgv3" ; + rdfs:comment "Output at Gv3 PU of MWbase (Pgv3)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22104,8 +22106,8 @@ cim:GovHydroWPID.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximum power output (Pmax) (> GovHydroWPID.pmin)." ; + rdfs:label "pmax" ; + rdfs:comment "Maximum power output (Pmax) (> GovHydroWPID.pmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22115,8 +22117,8 @@ cim:GovHydroWPID.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum power output (Pmin) (< GovHydroWPID.pmax)." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum power output (Pmin) (< GovHydroWPID.pmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22126,8 +22128,8 @@ cim:GovHydroWPID.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.reg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "reg"@en ; - rdfs:comment "Permanent drop (Reg)." ; + rdfs:label "reg" ; + rdfs:comment "Permanent drop (Reg)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22137,8 +22139,8 @@ cim:GovHydroWPID.reg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Controller time constant (Ta) (>= 0). Typical value = 0." ; + rdfs:label "ta" ; + rdfs:comment "Controller time constant (Ta) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22149,8 +22151,8 @@ cim:GovHydroWPID.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Gate servo time constant (Tb) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Gate servo time constant (Tb) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22161,8 +22163,8 @@ cim:GovHydroWPID.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.treg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "treg"@en ; - rdfs:comment "Speed detector time constant (Treg) (>= 0)." ; + rdfs:label "treg" ; + rdfs:comment "Speed detector time constant (Treg) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22173,8 +22175,8 @@ cim:GovHydroWPID.treg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.tw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw"@en ; - rdfs:comment "Water inertia time constant (Tw) (>= 0). Typical value = 0." ; + rdfs:label "tw" ; + rdfs:comment "Water inertia time constant (Tw) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22185,8 +22187,8 @@ cim:GovHydroWPID.tw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.velmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velmax"@en ; - rdfs:comment "Maximum gate opening velocity (Velmax) (> GovHydroWPID.velmin). Unit = PU / s. Typical value = 0." ; + rdfs:label "velmax" ; + rdfs:comment "Maximum gate opening velocity (Velmax) (> GovHydroWPID.velmin). Unit = PU / s. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22196,8 +22198,8 @@ cim:GovHydroWPID.velmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovHydroWPID.velmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "velmin"@en ; - rdfs:comment "Maximum gate closing velocity (Velmin) (< GovHydroWPID.velmax). Unit = PU / s. Typical value = 0." ; + rdfs:label "velmin" ; + rdfs:comment "Maximum gate closing velocity (Velmin) (< GovHydroWPID.velmax). Unit = PU / s. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22207,8 +22209,8 @@ cim:GovHydroWPID.velmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam0.dt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dt"@en ; - rdfs:comment "Turbine damping coefficient (Dt). Unit = delta P / delta speed. Typical value = 0." ; + rdfs:label "dt" ; + rdfs:comment "Turbine damping coefficient (Dt). Unit = delta P / delta speed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22218,8 +22220,8 @@ cim:GovSteam0.dt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam0.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -22230,8 +22232,8 @@ cim:GovSteam0.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam0.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Permanent droop (R). Typical value = 0,05." ; + rdfs:label "r" ; + rdfs:comment "Permanent droop (R). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22241,8 +22243,8 @@ cim:GovSteam0.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam0.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Steam bowl time constant (T1) (> 0). Typical value = 0,5." ; + rdfs:label "t1" ; + rdfs:comment "Steam bowl time constant (T1) (> 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22253,8 +22255,8 @@ cim:GovSteam0.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam0.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Numerator time constant of T2/T3 block (T2) (>= 0). Typical value = 3." ; + rdfs:label "t2" ; + rdfs:comment "Numerator time constant of T2/T3 block (T2) (>= 0). Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22265,8 +22267,8 @@ cim:GovSteam0.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam0.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Reheater time constant (T3) (> 0). Typical value = 10." ; + rdfs:label "t3" ; + rdfs:comment "Reheater time constant (T3) (> 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22277,8 +22279,8 @@ cim:GovSteam0.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam0.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmax"@en ; - rdfs:comment "Maximum valve position, PU of mwcap (Vmax) (> GovSteam0.vmin). Typical value = 1." ; + rdfs:label "vmax" ; + rdfs:comment "Maximum valve position, PU of mwcap (Vmax) (> GovSteam0.vmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22288,8 +22290,8 @@ cim:GovSteam0.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam0.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmin"@en ; - rdfs:comment "Minimum valve position, PU of mwcap (Vmin) (< GovSteam0.vmax). Typical value = 0." ; + rdfs:label "vmin" ; + rdfs:comment "Minimum valve position, PU of mwcap (Vmin) (< GovSteam0.vmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22299,8 +22301,8 @@ cim:GovSteam0.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db1"@en ; - rdfs:comment "Intentional deadband width (db1). Unit = Hz. Typical value = 0." ; + rdfs:label "db1" ; + rdfs:comment "Intentional deadband width (db1). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -22311,8 +22313,8 @@ cim:GovSteam1.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db2"@en ; - rdfs:comment "Unintentional deadband (db2). Unit = MW. Typical value = 0." ; + rdfs:label "db2" ; + rdfs:comment "Unintentional deadband (db2). Unit = MW. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -22323,8 +22325,8 @@ cim:GovSteam1.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.eps a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eps"@en ; - rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0." ; + rdfs:label "eps" ; + rdfs:comment "Intentional db hysteresis (eps). Unit = Hz. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:1..1 ; @@ -22335,8 +22337,8 @@ cim:GovSteam1.eps a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Nonlinear gain valve position point 1 (GV1). Typical value = 0." ; + rdfs:label "gv1" ; + rdfs:comment "Nonlinear gain valve position point 1 (GV1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22346,8 +22348,8 @@ cim:GovSteam1.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Nonlinear gain valve position point 2 (GV2). Typical value = 0,4." ; + rdfs:label "gv2" ; + rdfs:comment "Nonlinear gain valve position point 2 (GV2). Typical value = 0,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22357,8 +22359,8 @@ cim:GovSteam1.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Nonlinear gain valve position point 3 (GV3). Typical value = 0,5." ; + rdfs:label "gv3" ; + rdfs:comment "Nonlinear gain valve position point 3 (GV3). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22368,8 +22370,8 @@ cim:GovSteam1.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv4"@en ; - rdfs:comment "Nonlinear gain valve position point 4 (GV4). Typical value = 0,6." ; + rdfs:label "gv4" ; + rdfs:comment "Nonlinear gain valve position point 4 (GV4). Typical value = 0,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22379,8 +22381,8 @@ cim:GovSteam1.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv5"@en ; - rdfs:comment "Nonlinear gain valve position point 5 (GV5). Typical value = 1." ; + rdfs:label "gv5" ; + rdfs:comment "Nonlinear gain valve position point 5 (GV5). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22390,8 +22392,8 @@ cim:GovSteam1.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv6"@en ; - rdfs:comment "Nonlinear gain valve position point 6 (GV6). Typical value = 0." ; + rdfs:label "gv6" ; + rdfs:comment "Nonlinear gain valve position point 6 (GV6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22401,8 +22403,8 @@ cim:GovSteam1.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Governor gain (reciprocal of droop) (K) (> 0). Typical value = 25." ; + rdfs:label "k" ; + rdfs:comment "Governor gain (reciprocal of droop) (K) (> 0). Typical value = 25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22412,72 +22414,72 @@ cim:GovSteam1.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Fraction of HP shaft power after first boiler pass (K1). Typical value = 0,2." ; + rdfs:label "k1" ; + rdfs:comment "Fraction of HP shaft power after first boiler pass (K1). Typical value = 0,2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:float . cim:GovSteam1.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Fraction of LP shaft power after first boiler pass (K2). Typical value = 0." ; + rdfs:label "k2" ; + rdfs:comment "Fraction of LP shaft power after first boiler pass (K2). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:float . cim:GovSteam1.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Fraction of HP shaft power after second boiler pass (K3). Typical value = 0,3." ; + rdfs:label "k3" ; + rdfs:comment "Fraction of HP shaft power after second boiler pass (K3). Typical value = 0,3."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:float . cim:GovSteam1.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k4"@en ; - rdfs:comment "Fraction of LP shaft power after second boiler pass (K4). Typical value = 0." ; + rdfs:label "k4" ; + rdfs:comment "Fraction of LP shaft power after second boiler pass (K4). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:float . cim:GovSteam1.k5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k5"@en ; - rdfs:comment "Fraction of HP shaft power after third boiler pass (K5). Typical value = 0,5." ; + rdfs:label "k5" ; + rdfs:comment "Fraction of HP shaft power after third boiler pass (K5). Typical value = 0,5."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:float . cim:GovSteam1.k6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k6"@en ; - rdfs:comment "Fraction of LP shaft power after third boiler pass (K6). Typical value = 0." ; + rdfs:label "k6" ; + rdfs:comment "Fraction of LP shaft power after third boiler pass (K6). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:float . cim:GovSteam1.k7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k7"@en ; - rdfs:comment "Fraction of HP shaft power after fourth boiler pass (K7). Typical value = 0." ; + rdfs:label "k7" ; + rdfs:comment "Fraction of HP shaft power after fourth boiler pass (K7). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:float . cim:GovSteam1.k8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k8"@en ; - rdfs:comment "Fraction of LP shaft power after fourth boiler pass (K8). Typical value = 0." ; + rdfs:label "k8" ; + rdfs:comment "Fraction of LP shaft power after fourth boiler pass (K8). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:float . cim:GovSteam1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -22488,8 +22490,8 @@ cim:GovSteam1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv1"@en ; - rdfs:comment "Nonlinear gain power value point 1 (Pgv1). Typical value = 0." ; + rdfs:label "pgv1" ; + rdfs:comment "Nonlinear gain power value point 1 (Pgv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22499,8 +22501,8 @@ cim:GovSteam1.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv2"@en ; - rdfs:comment "Nonlinear gain power value point 2 (Pgv2). Typical value = 0,75." ; + rdfs:label "pgv2" ; + rdfs:comment "Nonlinear gain power value point 2 (Pgv2). Typical value = 0,75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22510,8 +22512,8 @@ cim:GovSteam1.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv3"@en ; - rdfs:comment "Nonlinear gain power value point 3 (Pgv3). Typical value = 0,91." ; + rdfs:label "pgv3" ; + rdfs:comment "Nonlinear gain power value point 3 (Pgv3). Typical value = 0,91."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22521,8 +22523,8 @@ cim:GovSteam1.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv4"@en ; - rdfs:comment "Nonlinear gain power value point 4 (Pgv4). Typical value = 0,98." ; + rdfs:label "pgv4" ; + rdfs:comment "Nonlinear gain power value point 4 (Pgv4). Typical value = 0,98."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22532,8 +22534,8 @@ cim:GovSteam1.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv5"@en ; - rdfs:comment "Nonlinear gain power value point 5 (Pgv5). Typical value = 1." ; + rdfs:label "pgv5" ; + rdfs:comment "Nonlinear gain power value point 5 (Pgv5). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22543,8 +22545,8 @@ cim:GovSteam1.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv6"@en ; - rdfs:comment "Nonlinear gain power value point 6 (Pgv6). Typical value = 0." ; + rdfs:label "pgv6" ; + rdfs:comment "Nonlinear gain power value point 6 (Pgv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22554,8 +22556,8 @@ cim:GovSteam1.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximum valve opening (Pmax) (> GovSteam1.pmin). Typical value = 1." ; + rdfs:label "pmax" ; + rdfs:comment "Maximum valve opening (Pmax) (> GovSteam1.pmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22565,8 +22567,8 @@ cim:GovSteam1.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum valve opening (Pmin) (>= 0 and < GovSteam1.pmax). Typical value = 0." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum valve opening (Pmin) (>= 0 and < GovSteam1.pmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22576,30 +22578,30 @@ cim:GovSteam1.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.sdb1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sdb1"@en ; + rdfs:label "sdb1" ; rdfs:comment """Intentional deadband indicator. true = intentional deadband is applied false = intentional deadband is not applied. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:boolean . cim:GovSteam1.sdb2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sdb2"@en ; + rdfs:label "sdb2" ; rdfs:comment """Unintentional deadband location. true = intentional deadband is applied before point "A" false = intentional deadband is applied after point "A". -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:boolean . cim:GovSteam1.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Governor lag time constant (T1) (>= 0). Typical value = 0." ; + rdfs:label "t1" ; + rdfs:comment "Governor lag time constant (T1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22610,8 +22612,8 @@ cim:GovSteam1.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Governor lead time constant (T2) (>= 0). Typical value = 0." ; + rdfs:label "t2" ; + rdfs:comment "Governor lead time constant (T2) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22622,8 +22624,8 @@ cim:GovSteam1.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Valve positioner time constant (T3) (> 0). Typical value = 0,1." ; + rdfs:label "t3" ; + rdfs:comment "Valve positioner time constant (T3) (> 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22634,8 +22636,8 @@ cim:GovSteam1.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Inlet piping/steam bowl time constant (T4) (>= 0). Typical value = 0,3." ; + rdfs:label "t4" ; + rdfs:comment "Inlet piping/steam bowl time constant (T4) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22646,8 +22648,8 @@ cim:GovSteam1.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Time constant of second boiler pass (T5) (>= 0). Typical value = 5." ; + rdfs:label "t5" ; + rdfs:comment "Time constant of second boiler pass (T5) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22658,8 +22660,8 @@ cim:GovSteam1.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Time constant of third boiler pass (T6) (>= 0). Typical value = 0,5." ; + rdfs:label "t6" ; + rdfs:comment "Time constant of third boiler pass (T6) (>= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22670,8 +22672,8 @@ cim:GovSteam1.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t7"@en ; - rdfs:comment "Time constant of fourth boiler pass (T7) (>= 0). Typical value = 0." ; + rdfs:label "t7" ; + rdfs:comment "Time constant of fourth boiler pass (T7) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22682,35 +22684,35 @@ cim:GovSteam1.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam1.uc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uc"@en ; - rdfs:comment "Maximum valve closing velocity (Uc) (< 0). Unit = PU / s. Typical value = -10." ; + rdfs:label "uc" ; + rdfs:comment "Maximum valve closing velocity (Uc) (< 0). Unit = PU / s. Typical value = -10."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:float . cim:GovSteam1.uo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uo"@en ; - rdfs:comment "Maximum valve opening velocity (Uo) (> 0). Unit = PU / s. Typical value = 1." ; + rdfs:label "uo" ; + rdfs:comment "Maximum valve opening velocity (Uo) (> 0). Unit = PU / s. Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:float . cim:GovSteam1.valve a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valve"@en ; + rdfs:label "valve" ; rdfs:comment """Nonlinear valve characteristic. true = nonlinear valve characteristic is used false = nonlinear valve characteristic is not used. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam1 ; rdfs:range xsd:boolean . cim:GovSteam2.dbf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dbf"@en ; - rdfs:comment "Frequency deadband (DBF). Typical value = 0." ; + rdfs:label "dbf" ; + rdfs:comment "Frequency deadband (DBF). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22720,16 +22722,16 @@ cim:GovSteam2.dbf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam2.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Governor gain (reciprocal of droop) (K). Typical value = 20." ; + rdfs:label "k" ; + rdfs:comment "Governor gain (reciprocal of droop) (K). Typical value = 20."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteam2 ; rdfs:range xsd:float . cim:GovSteam2.mnef a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mnef"@en ; - rdfs:comment "Fuel flow maximum negative error value (MNEF). Typical value = -1." ; + rdfs:label "mnef" ; + rdfs:comment "Fuel flow maximum negative error value (MNEF). Typical value = -1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22739,8 +22741,8 @@ cim:GovSteam2.mnef a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam2.mxef a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mxef"@en ; - rdfs:comment "Fuel flow maximum positive error value (MXEF). Typical value = 1." ; + rdfs:label "mxef" ; + rdfs:comment "Fuel flow maximum positive error value (MXEF). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22750,8 +22752,8 @@ cim:GovSteam2.mxef a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam2.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximum fuel flow (PMAX) (> GovSteam2.pmin). Typical value = 1." ; + rdfs:label "pmax" ; + rdfs:comment "Maximum fuel flow (PMAX) (> GovSteam2.pmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22761,8 +22763,8 @@ cim:GovSteam2.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam2.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum fuel flow (PMIN) (< GovSteam2.pmax). Typical value = 0." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum fuel flow (PMIN) (< GovSteam2.pmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22772,8 +22774,8 @@ cim:GovSteam2.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam2.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Governor lag time constant (T1) (> 0). Typical value = 0,45." ; + rdfs:label "t1" ; + rdfs:comment "Governor lag time constant (T1) (> 0). Typical value = 0,45."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22784,8 +22786,8 @@ cim:GovSteam2.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteam2.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Governor lead time constant (T2) (>= 0). Typical value = 0." ; + rdfs:label "t2" ; + rdfs:comment "Governor lead time constant (T2) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22796,8 +22798,8 @@ cim:GovSteam2.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.fcut a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fcut"@en ; - rdfs:comment "Frequency deadband (fcut) (>= 0). Typical value = 0,002." ; + rdfs:label "fcut" ; + rdfs:comment "Frequency deadband (fcut) (>= 0). Typical value = 0,002."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22807,8 +22809,8 @@ cim:GovSteamBB.fcut a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Gain (K2). Typical value = 0,75." ; + rdfs:label "k2" ; + rdfs:comment "Gain (K2). Typical value = 0,75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22818,8 +22820,8 @@ cim:GovSteamBB.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Gain (K3). Typical value = 0,5." ; + rdfs:label "k3" ; + rdfs:comment "Gain (K3). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22829,8 +22831,8 @@ cim:GovSteamBB.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; - rdfs:comment "Gain (Kd). Typical value = 1,0." ; + rdfs:label "kd" ; + rdfs:comment "Gain (Kd). Typical value = 1,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22840,8 +22842,8 @@ cim:GovSteamBB.kd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.kg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kg"@en ; - rdfs:comment "Gain (Kg). Typical value = 1,0." ; + rdfs:label "kg" ; + rdfs:comment "Gain (Kg). Typical value = 1,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22851,8 +22853,8 @@ cim:GovSteamBB.kg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.kls a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kls"@en ; - rdfs:comment "Gain (Kls) (> 0). Typical value = 0,1." ; + rdfs:label "kls" ; + rdfs:comment "Gain (Kls) (> 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22862,8 +22864,8 @@ cim:GovSteamBB.kls a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Gain (Kp). Typical value = 1,0." ; + rdfs:label "kp" ; + rdfs:comment "Gain (Kp). Typical value = 1,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22873,8 +22875,8 @@ cim:GovSteamBB.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Gain (Ks). Typical value = 21,0." ; + rdfs:label "ks" ; + rdfs:comment "Gain (Ks). Typical value = 21,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22884,19 +22886,19 @@ cim:GovSteamBB.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.peflag a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "peflag"@en ; + rdfs:label "peflag" ; rdfs:comment """Electric power input selection (Peflag). true = electric power input false = feedback signal. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamBB ; rdfs:range xsd:boolean . cim:GovSteamBB.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "High power limit (Pmax) (> GovSteamBB.pmin). Typical value = 1,0." ; + rdfs:label "pmax" ; + rdfs:comment "High power limit (Pmax) (> GovSteamBB.pmin). Typical value = 1,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22906,8 +22908,8 @@ cim:GovSteamBB.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Low power limit (Pmin) (< GovSteamBB.pmax). Typical value = 0." ; + rdfs:label "pmin" ; + rdfs:comment "Low power limit (Pmin) (< GovSteamBB.pmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -22917,8 +22919,8 @@ cim:GovSteamBB.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Time constant (T1). Typical value = 0,05." ; + rdfs:label "t1" ; + rdfs:comment "Time constant (T1). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22929,8 +22931,8 @@ cim:GovSteamBB.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Time constant (T4). Typical value = 0,15." ; + rdfs:label "t4" ; + rdfs:comment "Time constant (T4). Typical value = 0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22941,8 +22943,8 @@ cim:GovSteamBB.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Time constant (T5). Typical value = 12,0." ; + rdfs:label "t5" ; + rdfs:comment "Time constant (T5). Typical value = 12,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22953,8 +22955,8 @@ cim:GovSteamBB.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Time constant (T6). Typical value = 0,75." ; + rdfs:label "t6" ; + rdfs:comment "Time constant (T6). Typical value = 0,75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22965,8 +22967,8 @@ cim:GovSteamBB.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Time constant (Td) (> 0). Typical value = 1,0." ; + rdfs:label "td" ; + rdfs:comment "Time constant (Td) (> 0). Typical value = 1,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22977,8 +22979,8 @@ cim:GovSteamBB.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamBB.tn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tn"@en ; - rdfs:comment "Time constant (Tn) (> 0). Typical value = 1,0." ; + rdfs:label "tn" ; + rdfs:comment "Time constant (Tn) (> 0). Typical value = 1,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -22989,8 +22991,8 @@ cim:GovSteamBB.tn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.dhp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dhp"@en ; - rdfs:comment "HP damping factor (Dhp). Typical value = 0." ; + rdfs:label "dhp" ; + rdfs:comment "HP damping factor (Dhp). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23000,8 +23002,8 @@ cim:GovSteamCC.dhp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.dlp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dlp"@en ; - rdfs:comment "LP damping factor (Dlp). Typical value = 0." ; + rdfs:label "dlp" ; + rdfs:comment "LP damping factor (Dlp). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23011,8 +23013,8 @@ cim:GovSteamCC.dlp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.fhp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fhp"@en ; - rdfs:comment "Fraction of HP power ahead of reheater (Fhp). Typical value = 0,3." ; + rdfs:label "fhp" ; + rdfs:comment "Fraction of HP power ahead of reheater (Fhp). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23022,8 +23024,8 @@ cim:GovSteamCC.fhp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.flp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "flp"@en ; - rdfs:comment "Fraction of LP power ahead of reheater (Flp). Typical value = 0,7." ; + rdfs:label "flp" ; + rdfs:comment "Fraction of LP power ahead of reheater (Flp). Typical value = 0,7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23033,8 +23035,8 @@ cim:GovSteamCC.flp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -23045,8 +23047,8 @@ cim:GovSteamCC.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.pmaxhp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmaxhp"@en ; - rdfs:comment "Maximum HP value position (Pmaxhp). Typical value = 1." ; + rdfs:label "pmaxhp" ; + rdfs:comment "Maximum HP value position (Pmaxhp). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23056,8 +23058,8 @@ cim:GovSteamCC.pmaxhp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.pmaxlp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmaxlp"@en ; - rdfs:comment "Maximum LP value position (Pmaxlp). Typical value = 1." ; + rdfs:label "pmaxlp" ; + rdfs:comment "Maximum LP value position (Pmaxlp). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23067,8 +23069,8 @@ cim:GovSteamCC.pmaxlp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.rhp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rhp"@en ; - rdfs:comment "HP governor droop (Rhp) (> 0). Typical value = 0,05." ; + rdfs:label "rhp" ; + rdfs:comment "HP governor droop (Rhp) (> 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23078,8 +23080,8 @@ cim:GovSteamCC.rhp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.rlp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rlp"@en ; - rdfs:comment "LP governor droop (Rlp) (> 0). Typical value = 0,05." ; + rdfs:label "rlp" ; + rdfs:comment "LP governor droop (Rlp) (> 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23089,8 +23091,8 @@ cim:GovSteamCC.rlp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.t1hp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1hp"@en ; - rdfs:comment "HP governor time constant (T1hp) (>= 0). Typical value = 0,1." ; + rdfs:label "t1hp" ; + rdfs:comment "HP governor time constant (T1hp) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23101,8 +23103,8 @@ cim:GovSteamCC.t1hp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.t1lp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1lp"@en ; - rdfs:comment "LP governor time constant (T1lp) (>= 0). Typical value = 0,1." ; + rdfs:label "t1lp" ; + rdfs:comment "LP governor time constant (T1lp) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23113,8 +23115,8 @@ cim:GovSteamCC.t1lp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.t3hp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3hp"@en ; - rdfs:comment "HP turbine time constant (T3hp) (>= 0). Typical value = 0,1." ; + rdfs:label "t3hp" ; + rdfs:comment "HP turbine time constant (T3hp) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23125,8 +23127,8 @@ cim:GovSteamCC.t3hp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.t3lp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3lp"@en ; - rdfs:comment "LP turbine time constant (T3lp) (>= 0). Typical value = 0,1." ; + rdfs:label "t3lp" ; + rdfs:comment "LP turbine time constant (T3lp) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23137,8 +23139,8 @@ cim:GovSteamCC.t3lp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.t4hp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4hp"@en ; - rdfs:comment "HP turbine time constant (T4hp) (>= 0). Typical value = 0,1." ; + rdfs:label "t4hp" ; + rdfs:comment "HP turbine time constant (T4hp) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23149,8 +23151,8 @@ cim:GovSteamCC.t4hp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.t4lp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4lp"@en ; - rdfs:comment "LP turbine time constant (T4lp) (>= 0). Typical value = 0,1." ; + rdfs:label "t4lp" ; + rdfs:comment "LP turbine time constant (T4lp) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23161,8 +23163,8 @@ cim:GovSteamCC.t4lp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.t5hp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5hp"@en ; - rdfs:comment "HP reheater time constant (T5hp) (>= 0). Typical value = 10." ; + rdfs:label "t5hp" ; + rdfs:comment "HP reheater time constant (T5hp) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23173,8 +23175,8 @@ cim:GovSteamCC.t5hp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamCC.t5lp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5lp"@en ; - rdfs:comment "LP reheater time constant (T5lp) (>= 0). Typical value = 10." ; + rdfs:label "t5lp" ; + rdfs:comment "LP reheater time constant (T5lp) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23185,24 +23187,24 @@ cim:GovSteamCC.t5lp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.chc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "chc"@en ; - rdfs:comment "Control valves rate closing limit (Chc). Unit = PU / s. Typical value = -3,3." ; + rdfs:label "chc" ; + rdfs:comment "Control valves rate closing limit (Chc). Unit = PU / s. Typical value = -3,3."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamEU ; rdfs:range xsd:float . cim:GovSteamEU.cho a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "cho"@en ; - rdfs:comment "Control valves rate opening limit (Cho). Unit = PU / s. Typical value = 0,17." ; + rdfs:label "cho" ; + rdfs:comment "Control valves rate opening limit (Cho). Unit = PU / s. Typical value = 0,17."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamEU ; rdfs:range xsd:float . cim:GovSteamEU.cic a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "cic"@en ; - rdfs:comment "Intercept valves rate closing limit (Cic). Typical value = -2,2." ; + rdfs:label "cic" ; + rdfs:comment "Intercept valves rate closing limit (Cic). Typical value = -2,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23212,8 +23214,8 @@ cim:GovSteamEU.cic a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.cio a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "cio"@en ; - rdfs:comment "Intercept valves rate opening limit (Cio). Typical value = 0,123." ; + rdfs:label "cio" ; + rdfs:comment "Intercept valves rate opening limit (Cio). Typical value = 0,123."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23223,8 +23225,8 @@ cim:GovSteamEU.cio a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db1"@en ; - rdfs:comment "Deadband of the frequency corrector (db1). Typical value = 0." ; + rdfs:label "db1" ; + rdfs:comment "Deadband of the frequency corrector (db1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23234,8 +23236,8 @@ cim:GovSteamEU.db1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db2"@en ; - rdfs:comment "Deadband of the speed governor (db2). Typical value = 0,0004." ; + rdfs:label "db2" ; + rdfs:comment "Deadband of the speed governor (db2). Typical value = 0,0004."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23245,8 +23247,8 @@ cim:GovSteamEU.db2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.hhpmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hhpmax"@en ; - rdfs:comment "Maximum control valve position (Hhpmax). Typical value = 1." ; + rdfs:label "hhpmax" ; + rdfs:comment "Maximum control valve position (Hhpmax). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23256,8 +23258,8 @@ cim:GovSteamEU.hhpmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.ke a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ke"@en ; - rdfs:comment "Gain of the power controller (Ke). Typical value = 0,65." ; + rdfs:label "ke" ; + rdfs:comment "Gain of the power controller (Ke). Typical value = 0,65."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23267,8 +23269,8 @@ cim:GovSteamEU.ke a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.kfcor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kfcor"@en ; - rdfs:comment "Gain of the frequency corrector (Kfcor). Typical value = 20." ; + rdfs:label "kfcor" ; + rdfs:comment "Gain of the frequency corrector (Kfcor). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23278,8 +23280,8 @@ cim:GovSteamEU.kfcor a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.khp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "khp"@en ; - rdfs:comment "Fraction of total turbine output generated by HP part (Khp). Typical value = 0,277." ; + rdfs:label "khp" ; + rdfs:comment "Fraction of total turbine output generated by HP part (Khp). Typical value = 0,277."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23289,8 +23291,8 @@ cim:GovSteamEU.khp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.klp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "klp"@en ; - rdfs:comment "Fraction of total turbine output generated by HP part (Klp). Typical value = 0,723." ; + rdfs:label "klp" ; + rdfs:comment "Fraction of total turbine output generated by HP part (Klp). Typical value = 0,723."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23300,8 +23302,8 @@ cim:GovSteamEU.klp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.komegacor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "komegacor"@en ; - rdfs:comment "Gain of the speed governor (Kwcor). Typical value = 20." ; + rdfs:label "komegacor" ; + rdfs:comment "Gain of the speed governor (Kwcor). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23311,8 +23313,8 @@ cim:GovSteamEU.komegacor a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -23323,8 +23325,8 @@ cim:GovSteamEU.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximal active power of the turbine (Pmax). Typical value = 1." ; + rdfs:label "pmax" ; + rdfs:comment "Maximal active power of the turbine (Pmax). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23334,8 +23336,8 @@ cim:GovSteamEU.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.prhmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "prhmax"@en ; - rdfs:comment "Maximum low pressure limit (Prhmax). Typical value = 1,4." ; + rdfs:label "prhmax" ; + rdfs:comment "Maximum low pressure limit (Prhmax). Typical value = 1,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23345,8 +23347,8 @@ cim:GovSteamEU.prhmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.simx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "simx"@en ; - rdfs:comment "Intercept valves transfer limit (Simx). Typical value = 0,425." ; + rdfs:label "simx" ; + rdfs:comment "Intercept valves transfer limit (Simx). Typical value = 0,425."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23356,8 +23358,8 @@ cim:GovSteamEU.simx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Boiler time constant (Tb) (>= 0). Typical value = 100." ; + rdfs:label "tb" ; + rdfs:comment "Boiler time constant (Tb) (>= 0). Typical value = 100."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23368,8 +23370,8 @@ cim:GovSteamEU.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.tdp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tdp"@en ; - rdfs:comment "Derivative time constant of the power controller (Tdp) (>= 0). Typical value = 0." ; + rdfs:label "tdp" ; + rdfs:comment "Derivative time constant of the power controller (Tdp) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23380,8 +23382,8 @@ cim:GovSteamEU.tdp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.ten a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ten"@en ; - rdfs:comment "Electro hydraulic transducer (Ten) (>= 0). Typical value = 0,1." ; + rdfs:label "ten" ; + rdfs:comment "Electro hydraulic transducer (Ten) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23392,8 +23394,8 @@ cim:GovSteamEU.ten a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Frequency transducer time constant (Tf) (>= 0). Typical value = 0." ; + rdfs:label "tf" ; + rdfs:comment "Frequency transducer time constant (Tf) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23404,8 +23406,8 @@ cim:GovSteamEU.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.tfp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tfp"@en ; - rdfs:comment "Time constant of the power controller (Tfp) (>= 0). Typical value = 0." ; + rdfs:label "tfp" ; + rdfs:comment "Time constant of the power controller (Tfp) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23416,8 +23418,8 @@ cim:GovSteamEU.tfp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.thp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thp"@en ; - rdfs:comment "High pressure (HP) time constant of the turbine (Thp) (>= 0). Typical value = 0,31." ; + rdfs:label "thp" ; + rdfs:comment "High pressure (HP) time constant of the turbine (Thp) (>= 0). Typical value = 0,31."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23428,8 +23430,8 @@ cim:GovSteamEU.thp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.tip a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tip"@en ; - rdfs:comment "Integral time constant of the power controller (Tip) (>= 0). Typical value = 2." ; + rdfs:label "tip" ; + rdfs:comment "Integral time constant of the power controller (Tip) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23440,8 +23442,8 @@ cim:GovSteamEU.tip a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.tlp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tlp"@en ; - rdfs:comment "Low pressure (LP) time constant of the turbine (Tlp) (>= 0). Typical value = 0,45." ; + rdfs:label "tlp" ; + rdfs:comment "Low pressure (LP) time constant of the turbine (Tlp) (>= 0). Typical value = 0,45."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23452,8 +23454,8 @@ cim:GovSteamEU.tlp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Power transducer time constant (Tp) (>= 0). Typical value = 0,07." ; + rdfs:label "tp" ; + rdfs:comment "Power transducer time constant (Tp) (>= 0). Typical value = 0,07."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23464,8 +23466,8 @@ cim:GovSteamEU.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.trh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "trh"@en ; - rdfs:comment "Reheater time constant of the turbine (Trh) (>= 0). Typical value = 8." ; + rdfs:label "trh" ; + rdfs:comment "Reheater time constant of the turbine (Trh) (>= 0). Typical value = 8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23476,8 +23478,8 @@ cim:GovSteamEU.trh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.tvhp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tvhp"@en ; - rdfs:comment "Control valves servo time constant (Tvhp) (>= 0). Typical value = 0,1." ; + rdfs:label "tvhp" ; + rdfs:comment "Control valves servo time constant (Tvhp) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23488,8 +23490,8 @@ cim:GovSteamEU.tvhp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.tvip a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tvip"@en ; - rdfs:comment "Intercept valves servo time constant (Tvip) (>= 0). Typical value = 0,15." ; + rdfs:label "tvip" ; + rdfs:comment "Intercept valves servo time constant (Tvip) (>= 0). Typical value = 0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23500,8 +23502,8 @@ cim:GovSteamEU.tvip a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.tw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw"@en ; - rdfs:comment "Speed transducer time constant (Tw) (>= 0). Typical value = 0,02." ; + rdfs:label "tw" ; + rdfs:comment "Speed transducer time constant (Tw) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23512,8 +23514,8 @@ cim:GovSteamEU.tw a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.wfmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "wfmax"@en ; - rdfs:comment "Upper limit for frequency correction (Wfmax) (> GovSteamEU.wfmin). Typical value = 0,05." ; + rdfs:label "wfmax" ; + rdfs:comment "Upper limit for frequency correction (Wfmax) (> GovSteamEU.wfmin). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23523,8 +23525,8 @@ cim:GovSteamEU.wfmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.wfmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "wfmin"@en ; - rdfs:comment "Lower limit for frequency correction (Wfmin) (< GovSteamEU.wfmax). Typical value = -0,05." ; + rdfs:label "wfmin" ; + rdfs:comment "Lower limit for frequency correction (Wfmin) (< GovSteamEU.wfmax). Typical value = -0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23534,8 +23536,8 @@ cim:GovSteamEU.wfmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.wmax1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "wmax1"@en ; - rdfs:comment "Emergency speed control lower limit (wmax1). Typical value = 1,025." ; + rdfs:label "wmax1" ; + rdfs:comment "Emergency speed control lower limit (wmax1). Typical value = 1,025."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23545,8 +23547,8 @@ cim:GovSteamEU.wmax1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.wmax2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "wmax2"@en ; - rdfs:comment "Emergency speed control upper limit (wmax2). Typical value = 1,05." ; + rdfs:label "wmax2" ; + rdfs:comment "Emergency speed control upper limit (wmax2). Typical value = 1,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23556,8 +23558,8 @@ cim:GovSteamEU.wmax2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.wwmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "wwmax"@en ; - rdfs:comment "Upper limit for the speed governor (Wwmax) (> GovSteamEU.wwmin). Typical value = 0,1." ; + rdfs:label "wwmax" ; + rdfs:comment "Upper limit for the speed governor (Wwmax) (> GovSteamEU.wwmin). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23567,8 +23569,8 @@ cim:GovSteamEU.wwmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamEU.wwmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "wwmin"@en ; - rdfs:comment "Lower limit for the speed governor frequency correction (Wwmin) (< GovSteamEU.wwmax). Typical value = -1." ; + rdfs:label "wwmin" ; + rdfs:comment "Lower limit for the speed governor frequency correction (Wwmin) (< GovSteamEU.wwmax). Typical value = -1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23578,8 +23580,8 @@ cim:GovSteamEU.wwmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.dt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dt"@en ; - rdfs:comment "(Dt)." ; + rdfs:label "dt" ; + rdfs:comment "(Dt)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23589,8 +23591,8 @@ cim:GovSteamFV2.dt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Fraction of the turbine power developed by turbine sections not involved in fast valving (K)." ; + rdfs:label "k" ; + rdfs:comment "Fraction of the turbine power developed by turbine sections not involved in fast valving (K)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23600,8 +23602,8 @@ cim:GovSteamFV2.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Alternate base used instead of machine base in equipment model if necessary (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Alternate base used instead of machine base in equipment model if necessary (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -23612,8 +23614,8 @@ cim:GovSteamFV2.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "(R)." ; + rdfs:label "r" ; + rdfs:comment "(R)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23623,8 +23625,8 @@ cim:GovSteamFV2.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Governor time constant (T1) (>= 0)." ; + rdfs:label "t1" ; + rdfs:comment "Governor time constant (T1) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23635,8 +23637,8 @@ cim:GovSteamFV2.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Reheater time constant (T3) (>= 0)." ; + rdfs:label "t3" ; + rdfs:comment "Reheater time constant (T3) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23647,8 +23649,8 @@ cim:GovSteamFV2.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Time after initial time for valve to close (Ta) (>= 0)." ; + rdfs:label "ta" ; + rdfs:comment "Time after initial time for valve to close (Ta) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23659,8 +23661,8 @@ cim:GovSteamFV2.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Time after initial time for valve to begin opening (Tb) (>= 0)." ; + rdfs:label "tb" ; + rdfs:comment "Time after initial time for valve to begin opening (Tb) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23671,8 +23673,8 @@ cim:GovSteamFV2.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Time after initial time for valve to become fully open (Tc) (>= 0)." ; + rdfs:label "tc" ; + rdfs:comment "Time after initial time for valve to become fully open (Tc) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23683,8 +23685,8 @@ cim:GovSteamFV2.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.tt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tt"@en ; - rdfs:comment "Time constant with which power falls off after intercept valve closure (Tt) (>= 0)." ; + rdfs:label "tt" ; + rdfs:comment "Time constant with which power falls off after intercept valve closure (Tt) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23695,8 +23697,8 @@ cim:GovSteamFV2.tt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmax"@en ; - rdfs:comment "(Vmax) (> GovSteamFV2.vmin)." ; + rdfs:label "vmax" ; + rdfs:comment "(Vmax) (> GovSteamFV2.vmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23706,8 +23708,8 @@ cim:GovSteamFV2.vmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV2.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vmin"@en ; - rdfs:comment "(Vmin) (< GovSteamFV2.vmax)." ; + rdfs:label "vmin" ; + rdfs:comment "(Vmin) (< GovSteamFV2.vmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23717,8 +23719,8 @@ cim:GovSteamFV2.vmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv1"@en ; - rdfs:comment "Nonlinear gain valve position point 1 (GV1). Typical value = 0." ; + rdfs:label "gv1" ; + rdfs:comment "Nonlinear gain valve position point 1 (GV1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23728,8 +23730,8 @@ cim:GovSteamFV3.gv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv2"@en ; - rdfs:comment "Nonlinear gain valve position point 2 (GV2). Typical value = 0,4." ; + rdfs:label "gv2" ; + rdfs:comment "Nonlinear gain valve position point 2 (GV2). Typical value = 0,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23739,8 +23741,8 @@ cim:GovSteamFV3.gv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv3"@en ; - rdfs:comment "Nonlinear gain valve position point 3 (GV3). Typical value = 0,5." ; + rdfs:label "gv3" ; + rdfs:comment "Nonlinear gain valve position point 3 (GV3). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23750,8 +23752,8 @@ cim:GovSteamFV3.gv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv4"@en ; - rdfs:comment "Nonlinear gain valve position point 4 (GV4). Typical value = 0,6." ; + rdfs:label "gv4" ; + rdfs:comment "Nonlinear gain valve position point 4 (GV4). Typical value = 0,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23761,8 +23763,8 @@ cim:GovSteamFV3.gv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv5"@en ; - rdfs:comment "Nonlinear gain valve position point 5 (GV5). Typical value = 1." ; + rdfs:label "gv5" ; + rdfs:comment "Nonlinear gain valve position point 5 (GV5). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23772,8 +23774,8 @@ cim:GovSteamFV3.gv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gv6"@en ; - rdfs:comment "Nonlinear gain valve position point 6 (GV6). Typical value = 0." ; + rdfs:label "gv6" ; + rdfs:comment "Nonlinear gain valve position point 6 (GV6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23783,8 +23785,8 @@ cim:GovSteamFV3.gv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Governor gain, (reciprocal of droop) (K). Typical value = 20." ; + rdfs:label "k" ; + rdfs:comment "Governor gain, (reciprocal of droop) (K). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23794,8 +23796,8 @@ cim:GovSteamFV3.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Fraction of turbine power developed after first boiler pass (K1). Typical value = 0,2." ; + rdfs:label "k1" ; + rdfs:comment "Fraction of turbine power developed after first boiler pass (K1). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23805,8 +23807,8 @@ cim:GovSteamFV3.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Fraction of turbine power developed after second boiler pass (K2). Typical value = 0,2." ; + rdfs:label "k2" ; + rdfs:comment "Fraction of turbine power developed after second boiler pass (K2). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23816,8 +23818,8 @@ cim:GovSteamFV3.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Fraction of hp turbine power developed after crossover or third boiler pass (K3). Typical value = 0,6." ; + rdfs:label "k3" ; + rdfs:comment "Fraction of hp turbine power developed after crossover or third boiler pass (K3). Typical value = 0,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23827,8 +23829,8 @@ cim:GovSteamFV3.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -23839,8 +23841,8 @@ cim:GovSteamFV3.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv1"@en ; - rdfs:comment "Nonlinear gain power value point 1 (Pgv1). Typical value = 0." ; + rdfs:label "pgv1" ; + rdfs:comment "Nonlinear gain power value point 1 (Pgv1). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23850,8 +23852,8 @@ cim:GovSteamFV3.pgv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv2"@en ; - rdfs:comment "Nonlinear gain power value point 2 (Pgv2). Typical value = 0,75." ; + rdfs:label "pgv2" ; + rdfs:comment "Nonlinear gain power value point 2 (Pgv2). Typical value = 0,75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23861,8 +23863,8 @@ cim:GovSteamFV3.pgv2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv3"@en ; - rdfs:comment "Nonlinear gain power value point 3 (Pgv3). Typical value = 0,91." ; + rdfs:label "pgv3" ; + rdfs:comment "Nonlinear gain power value point 3 (Pgv3). Typical value = 0,91."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23872,8 +23874,8 @@ cim:GovSteamFV3.pgv3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv4"@en ; - rdfs:comment "Nonlinear gain power value point 4 (Pgv4). Typical value = 0,98." ; + rdfs:label "pgv4" ; + rdfs:comment "Nonlinear gain power value point 4 (Pgv4). Typical value = 0,98."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23883,8 +23885,8 @@ cim:GovSteamFV3.pgv4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv5"@en ; - rdfs:comment "Nonlinear gain power value point 5 (Pgv5). Typical value = 1." ; + rdfs:label "pgv5" ; + rdfs:comment "Nonlinear gain power value point 5 (Pgv5). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23894,8 +23896,8 @@ cim:GovSteamFV3.pgv5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pgv6"@en ; - rdfs:comment "Nonlinear gain power value point 6 (Pgv6). Typical value = 0." ; + rdfs:label "pgv6" ; + rdfs:comment "Nonlinear gain power value point 6 (Pgv6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23905,8 +23907,8 @@ cim:GovSteamFV3.pgv6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximum valve opening, PU of MWbase (Pmax) (> GovSteamFV3.pmin). Typical value = 1." ; + rdfs:label "pmax" ; + rdfs:comment "Maximum valve opening, PU of MWbase (Pmax) (> GovSteamFV3.pmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23916,8 +23918,8 @@ cim:GovSteamFV3.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum valve opening, PU of MWbase (Pmin) (< GovSteamFV3.pmax). Typical value = 0." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum valve opening, PU of MWbase (Pmin) (< GovSteamFV3.pmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23927,8 +23929,8 @@ cim:GovSteamFV3.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.prmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "prmax"@en ; - rdfs:comment "Max. pressure in reheater (Prmax). Typical value = 1." ; + rdfs:label "prmax" ; + rdfs:comment "Max. pressure in reheater (Prmax). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -23938,8 +23940,8 @@ cim:GovSteamFV3.prmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Governor lead time constant (T1) (>= 0). Typical value = 0." ; + rdfs:label "t1" ; + rdfs:comment "Governor lead time constant (T1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23950,8 +23952,8 @@ cim:GovSteamFV3.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Governor lag time constant (T2) (>= 0). Typical value = 0." ; + rdfs:label "t2" ; + rdfs:comment "Governor lag time constant (T2) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23962,8 +23964,8 @@ cim:GovSteamFV3.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Valve positioner time constant (T3) (> 0). Typical value = 0." ; + rdfs:label "t3" ; + rdfs:comment "Valve positioner time constant (T3) (> 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23974,8 +23976,8 @@ cim:GovSteamFV3.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Inlet piping/steam bowl time constant (T4) (>= 0). Typical value = 0,2." ; + rdfs:label "t4" ; + rdfs:comment "Inlet piping/steam bowl time constant (T4) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23986,8 +23988,8 @@ cim:GovSteamFV3.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Time constant of second boiler pass (i.e. reheater) (T5) (> 0 if fast valving is used, otherwise >= 0). Typical value = 0,5." ; + rdfs:label "t5" ; + rdfs:comment "Time constant of second boiler pass (i.e. reheater) (T5) (> 0 if fast valving is used, otherwise >= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -23998,8 +24000,8 @@ cim:GovSteamFV3.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Time constant of crossover or third boiler pass (T6) (>= 0). Typical value = 10." ; + rdfs:label "t6" ; + rdfs:comment "Time constant of crossover or third boiler pass (T6) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24010,8 +24012,8 @@ cim:GovSteamFV3.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Time to close intercept valve (IV) (Ta) (>= 0). Typical value = 0,97." ; + rdfs:label "ta" ; + rdfs:comment "Time to close intercept valve (IV) (Ta) (>= 0). Typical value = 0,97."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24022,8 +24024,8 @@ cim:GovSteamFV3.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Time until IV starts to reopen (Tb) (>= 0). Typical value = 0,98." ; + rdfs:label "tb" ; + rdfs:comment "Time until IV starts to reopen (Tb) (>= 0). Typical value = 0,98."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24034,8 +24036,8 @@ cim:GovSteamFV3.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Time until IV is fully open (Tc) (>= 0). Typical value = 0,99." ; + rdfs:label "tc" ; + rdfs:comment "Time until IV is fully open (Tc) (>= 0). Typical value = 0,99."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24046,24 +24048,24 @@ cim:GovSteamFV3.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV3.uc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uc"@en ; - rdfs:comment "Maximum valve closing velocity (Uc). Unit = PU / s. Typical value = -1." ; + rdfs:label "uc" ; + rdfs:comment "Maximum valve closing velocity (Uc). Unit = PU / s. Typical value = -1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamFV3 ; rdfs:range xsd:float . cim:GovSteamFV3.uo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uo"@en ; - rdfs:comment "Maximum valve opening velocity (Uo). Unit = PU / s. Typical value = 0,1." ; + rdfs:label "uo" ; + rdfs:comment "Maximum valve opening velocity (Uo). Unit = PU / s. Typical value = 0,1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamFV3 ; rdfs:range xsd:float . cim:GovSteamFV4.cpsmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "cpsmn"@en ; - rdfs:comment "Minimum value of pressure regulator output (Cpsmn). Typical value = -1." ; + rdfs:label "cpsmn" ; + rdfs:comment "Minimum value of pressure regulator output (Cpsmn). Typical value = -1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24073,8 +24075,8 @@ cim:GovSteamFV4.cpsmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.cpsmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "cpsmx"@en ; - rdfs:comment "Maximum value of pressure regulator output (Cpsmx). Typical value = 1." ; + rdfs:label "cpsmx" ; + rdfs:comment "Maximum value of pressure regulator output (Cpsmx). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24084,8 +24086,8 @@ cim:GovSteamFV4.cpsmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.crmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "crmn"@en ; - rdfs:comment "Minimum value of regulator set-point (Crmn). Typical value = 0." ; + rdfs:label "crmn" ; + rdfs:comment "Minimum value of regulator set-point (Crmn). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24095,8 +24097,8 @@ cim:GovSteamFV4.crmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.crmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "crmx"@en ; - rdfs:comment "Maximum value of regulator set-point (Crmx). Typical value = 1,2." ; + rdfs:label "crmx" ; + rdfs:comment "Maximum value of regulator set-point (Crmx). Typical value = 1,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24106,8 +24108,8 @@ cim:GovSteamFV4.crmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.kdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kdc"@en ; - rdfs:comment "Derivative gain of pressure regulator (Kdc). Typical value = 1." ; + rdfs:label "kdc" ; + rdfs:comment "Derivative gain of pressure regulator (Kdc). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24117,8 +24119,8 @@ cim:GovSteamFV4.kdc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.kf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf1"@en ; - rdfs:comment "Frequency bias (reciprocal of droop) (Kf1). Typical value = 20." ; + rdfs:label "kf1" ; + rdfs:comment "Frequency bias (reciprocal of droop) (Kf1). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24128,8 +24130,8 @@ cim:GovSteamFV4.kf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.kf3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf3"@en ; - rdfs:comment "Frequency control (reciprocal of droop) (Kf3). Typical value = 20." ; + rdfs:label "kf3" ; + rdfs:comment "Frequency control (reciprocal of droop) (Kf3). Typical value = 20."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24139,8 +24141,8 @@ cim:GovSteamFV4.kf3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.khp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "khp"@en ; - rdfs:comment "Fraction of total turbine output generated by HP part (Khp). Typical value = 0,35." ; + rdfs:label "khp" ; + rdfs:comment "Fraction of total turbine output generated by HP part (Khp). Typical value = 0,35."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24150,8 +24152,8 @@ cim:GovSteamFV4.khp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.kic a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kic"@en ; - rdfs:comment "Integral gain of pressure regulator (Kic). Typical value = 0,0033." ; + rdfs:label "kic" ; + rdfs:comment "Integral gain of pressure regulator (Kic). Typical value = 0,0033."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24161,8 +24163,8 @@ cim:GovSteamFV4.kic a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.kip a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kip"@en ; - rdfs:comment "Integral gain of pressure feedback regulator (Kip). Typical value = 0,5." ; + rdfs:label "kip" ; + rdfs:comment "Integral gain of pressure feedback regulator (Kip). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24172,8 +24174,8 @@ cim:GovSteamFV4.kip a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.kit a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kit"@en ; - rdfs:comment "Integral gain of electro-hydraulic regulator (Kit). Typical value = 0,04." ; + rdfs:label "kit" ; + rdfs:comment "Integral gain of electro-hydraulic regulator (Kit). Typical value = 0,04."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24183,8 +24185,8 @@ cim:GovSteamFV4.kit a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.kmp1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kmp1"@en ; - rdfs:comment "First gain coefficient of intercept valves characteristic (Kmp1). Typical value = 0,5." ; + rdfs:label "kmp1" ; + rdfs:comment "First gain coefficient of intercept valves characteristic (Kmp1). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24194,8 +24196,8 @@ cim:GovSteamFV4.kmp1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.kmp2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kmp2"@en ; - rdfs:comment "Second gain coefficient of intercept valves characteristic (Kmp2). Typical value = 3,5." ; + rdfs:label "kmp2" ; + rdfs:comment "Second gain coefficient of intercept valves characteristic (Kmp2). Typical value = 3,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24205,8 +24207,8 @@ cim:GovSteamFV4.kmp2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.kpc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpc"@en ; - rdfs:comment "Proportional gain of pressure regulator (Kpc). Typical value = 0,5." ; + rdfs:label "kpc" ; + rdfs:comment "Proportional gain of pressure regulator (Kpc). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24216,8 +24218,8 @@ cim:GovSteamFV4.kpc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.kpp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpp"@en ; - rdfs:comment "Proportional gain of pressure feedback regulator (Kpp). Typical value = 1." ; + rdfs:label "kpp" ; + rdfs:comment "Proportional gain of pressure feedback regulator (Kpp). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24227,8 +24229,8 @@ cim:GovSteamFV4.kpp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.kpt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpt"@en ; - rdfs:comment "Proportional gain of electro-hydraulic regulator (Kpt). Typical value = 0,3." ; + rdfs:label "kpt" ; + rdfs:comment "Proportional gain of electro-hydraulic regulator (Kpt). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24238,8 +24240,8 @@ cim:GovSteamFV4.kpt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.krc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "krc"@en ; - rdfs:comment "Maximum variation of fuel flow (Krc). Typical value = 0,05." ; + rdfs:label "krc" ; + rdfs:comment "Maximum variation of fuel flow (Krc). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24249,8 +24251,8 @@ cim:GovSteamFV4.krc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.ksh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ksh"@en ; - rdfs:comment "Pressure loss due to flow friction in the boiler tubes (Ksh). Typical value = 0,08." ; + rdfs:label "ksh" ; + rdfs:comment "Pressure loss due to flow friction in the boiler tubes (Ksh). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24260,8 +24262,8 @@ cim:GovSteamFV4.ksh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.lpi a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lpi"@en ; - rdfs:comment "Maximum negative power error (Lpi). Typical value = -0,15." ; + rdfs:label "lpi" ; + rdfs:comment "Maximum negative power error (Lpi). Typical value = -0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24271,8 +24273,8 @@ cim:GovSteamFV4.lpi a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.lps a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lps"@en ; - rdfs:comment "Maximum positive power error (Lps). Typical value = 0,03." ; + rdfs:label "lps" ; + rdfs:comment "Maximum positive power error (Lps). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24282,8 +24284,8 @@ cim:GovSteamFV4.lps a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.mnef a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mnef"@en ; - rdfs:comment "Lower limit for frequency correction (MNEF). Typical value = -0,05." ; + rdfs:label "mnef" ; + rdfs:comment "Lower limit for frequency correction (MNEF). Typical value = -0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24293,8 +24295,8 @@ cim:GovSteamFV4.mnef a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.mxef a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mxef"@en ; - rdfs:comment "Upper limit for frequency correction (MXEF). Typical value = 0,05." ; + rdfs:label "mxef" ; + rdfs:comment "Upper limit for frequency correction (MXEF). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24304,8 +24306,8 @@ cim:GovSteamFV4.mxef a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.pr1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pr1"@en ; - rdfs:comment "First value of pressure set point static characteristic (Pr1). Typical value = 0,2." ; + rdfs:label "pr1" ; + rdfs:comment "First value of pressure set point static characteristic (Pr1). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24315,8 +24317,8 @@ cim:GovSteamFV4.pr1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.pr2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pr2"@en ; - rdfs:comment "Second value of pressure set point static characteristic, corresponding to Ps0 = 1,0 PU (Pr2). Typical value = 0,75." ; + rdfs:label "pr2" ; + rdfs:comment "Second value of pressure set point static characteristic, corresponding to Ps0 = 1,0 PU (Pr2). Typical value = 0,75."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24326,8 +24328,8 @@ cim:GovSteamFV4.pr2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.psmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "psmn"@en ; - rdfs:comment "Minimum value of pressure set point static characteristic (Psmn). Typical value = 1." ; + rdfs:label "psmn" ; + rdfs:comment "Minimum value of pressure set point static characteristic (Psmn). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24337,8 +24339,8 @@ cim:GovSteamFV4.psmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.rsmimn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rsmimn"@en ; - rdfs:comment "Minimum value of integral regulator (Rsmimn). Typical value = 0." ; + rdfs:label "rsmimn" ; + rdfs:comment "Minimum value of integral regulator (Rsmimn). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24348,8 +24350,8 @@ cim:GovSteamFV4.rsmimn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.rsmimx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rsmimx"@en ; - rdfs:comment "Maximum value of integral regulator (Rsmimx). Typical value = 1,1." ; + rdfs:label "rsmimx" ; + rdfs:comment "Maximum value of integral regulator (Rsmimx). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24359,8 +24361,8 @@ cim:GovSteamFV4.rsmimx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.rvgmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rvgmn"@en ; - rdfs:comment "Minimum value of integral regulator (Rvgmn). Typical value = 0." ; + rdfs:label "rvgmn" ; + rdfs:comment "Minimum value of integral regulator (Rvgmn). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24370,8 +24372,8 @@ cim:GovSteamFV4.rvgmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.rvgmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rvgmx"@en ; - rdfs:comment "Maximum value of integral regulator (Rvgmx). Typical value = 1,2." ; + rdfs:label "rvgmx" ; + rdfs:comment "Maximum value of integral regulator (Rvgmx). Typical value = 1,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24381,8 +24383,8 @@ cim:GovSteamFV4.rvgmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.srmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "srmn"@en ; - rdfs:comment "Minimum valve opening (Srmn). Typical value = 0." ; + rdfs:label "srmn" ; + rdfs:comment "Minimum valve opening (Srmn). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24392,8 +24394,8 @@ cim:GovSteamFV4.srmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.srmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "srmx"@en ; - rdfs:comment "Maximum valve opening (Srmx). Typical value = 1,1." ; + rdfs:label "srmx" ; + rdfs:comment "Maximum valve opening (Srmx). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24403,8 +24405,8 @@ cim:GovSteamFV4.srmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.srsmp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "srsmp"@en ; - rdfs:comment "Intercept valves characteristic discontinuity point (Srsmp). Typical value = 0,43." ; + rdfs:label "srsmp" ; + rdfs:comment "Intercept valves characteristic discontinuity point (Srsmp). Typical value = 0,43."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24414,24 +24416,24 @@ cim:GovSteamFV4.srsmp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.svmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "svmn"@en ; - rdfs:comment "Maximum regulator gate closing velocity (Svmn). Typical value = -0,0333." ; + rdfs:label "svmn" ; + rdfs:comment "Maximum regulator gate closing velocity (Svmn). Typical value = -0,0333."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamFV4 ; rdfs:range xsd:float . cim:GovSteamFV4.svmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "svmx"@en ; - rdfs:comment "Maximum regulator gate opening velocity (Svmx). Typical value = 0,0333." ; + rdfs:label "svmx" ; + rdfs:comment "Maximum regulator gate opening velocity (Svmx). Typical value = 0,0333."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamFV4 ; rdfs:range xsd:float . cim:GovSteamFV4.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Control valves rate opening time (Ta) (>= 0). Typical value = 0,8." ; + rdfs:label "ta" ; + rdfs:comment "Control valves rate opening time (Ta) (>= 0). Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24442,8 +24444,8 @@ cim:GovSteamFV4.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.tam a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tam"@en ; - rdfs:comment "Intercept valves rate opening time (Tam) (>= 0). Typical value = 0,8." ; + rdfs:label "tam" ; + rdfs:comment "Intercept valves rate opening time (Tam) (>= 0). Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24454,8 +24456,8 @@ cim:GovSteamFV4.tam a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Control valves rate closing time (Tc) (>= 0). Typical value = 0,5." ; + rdfs:label "tc" ; + rdfs:comment "Control valves rate closing time (Tc) (>= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24466,8 +24468,8 @@ cim:GovSteamFV4.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.tcm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tcm"@en ; - rdfs:comment "Intercept valves rate closing time (Tcm) (>= 0). Typical value = 0,5." ; + rdfs:label "tcm" ; + rdfs:comment "Intercept valves rate closing time (Tcm) (>= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24478,8 +24480,8 @@ cim:GovSteamFV4.tcm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.tdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tdc"@en ; - rdfs:comment "Derivative time constant of pressure regulator (Tdc) (>= 0). Typical value = 90." ; + rdfs:label "tdc" ; + rdfs:comment "Derivative time constant of pressure regulator (Tdc) (>= 0). Typical value = 90."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24490,8 +24492,8 @@ cim:GovSteamFV4.tdc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf1"@en ; - rdfs:comment "Time constant of fuel regulation (Tf1) (>= 0). Typical value = 10." ; + rdfs:label "tf1" ; + rdfs:comment "Time constant of fuel regulation (Tf1) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24502,8 +24504,8 @@ cim:GovSteamFV4.tf1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf2"@en ; - rdfs:comment "Time constant of steam chest (Tf2) (>= 0). Typical value = 10." ; + rdfs:label "tf2" ; + rdfs:comment "Time constant of steam chest (Tf2) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24514,8 +24516,8 @@ cim:GovSteamFV4.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.thp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thp"@en ; - rdfs:comment "High pressure (HP) time constant of the turbine (Thp) (>= 0). Typical value = 0,15." ; + rdfs:label "thp" ; + rdfs:comment "High pressure (HP) time constant of the turbine (Thp) (>= 0). Typical value = 0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24526,8 +24528,8 @@ cim:GovSteamFV4.thp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.tmp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tmp"@en ; - rdfs:comment "Low pressure (LP) time constant of the turbine (Tmp) (>= 0). Typical value = 0,4." ; + rdfs:label "tmp" ; + rdfs:comment "Low pressure (LP) time constant of the turbine (Tmp) (>= 0). Typical value = 0,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24538,8 +24540,8 @@ cim:GovSteamFV4.tmp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.trh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "trh"@en ; - rdfs:comment "Reheater time constant of the turbine (Trh) (>= 0). Typical value = 10." ; + rdfs:label "trh" ; + rdfs:comment "Reheater time constant of the turbine (Trh) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24550,8 +24552,8 @@ cim:GovSteamFV4.trh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.tv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tv"@en ; - rdfs:comment "Boiler time constant (Tv) (>= 0). Typical value = 60." ; + rdfs:label "tv" ; + rdfs:comment "Boiler time constant (Tv) (>= 0). Typical value = 60."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24562,8 +24564,8 @@ cim:GovSteamFV4.tv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.ty a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ty"@en ; - rdfs:comment "Control valves servo time constant (Ty) (>= 0). Typical value = 0,1." ; + rdfs:label "ty" ; + rdfs:comment "Control valves servo time constant (Ty) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24574,8 +24576,8 @@ cim:GovSteamFV4.ty a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.y a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "y"@en ; - rdfs:comment "Coefficient of linearized equations of turbine (Stodola formulation) (Y). Typical value = 0,13." ; + rdfs:label "y" ; + rdfs:comment "Coefficient of linearized equations of turbine (Stodola formulation) (Y). Typical value = 0,13."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24585,8 +24587,8 @@ cim:GovSteamFV4.y a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.yhpmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "yhpmn"@en ; - rdfs:comment "Minimum control valve position (Yhpmn). Typical value = 0." ; + rdfs:label "yhpmn" ; + rdfs:comment "Minimum control valve position (Yhpmn). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24596,8 +24598,8 @@ cim:GovSteamFV4.yhpmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.yhpmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "yhpmx"@en ; - rdfs:comment "Maximum control valve position (Yhpmx). Typical value = 1,1." ; + rdfs:label "yhpmx" ; + rdfs:comment "Maximum control valve position (Yhpmx). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24607,8 +24609,8 @@ cim:GovSteamFV4.yhpmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.ympmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ympmn"@en ; - rdfs:comment "Minimum intercept valve position (Ympmn). Typical value = 0." ; + rdfs:label "ympmn" ; + rdfs:comment "Minimum intercept valve position (Ympmn). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24618,8 +24620,8 @@ cim:GovSteamFV4.ympmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamFV4.ympmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ympmx"@en ; - rdfs:comment "Maximum intercept valve position (Ympmx). Typical value = 1,1." ; + rdfs:label "ympmx" ; + rdfs:comment "Maximum intercept valve position (Ympmx). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24629,8 +24631,8 @@ cim:GovSteamFV4.ympmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Governor gain (reciprocal of droop) (K) (> 0). Typical value = 25." ; + rdfs:label "k" ; + rdfs:comment "Governor gain (reciprocal of droop) (K) (> 0). Typical value = 25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24640,72 +24642,72 @@ cim:GovSteamIEEE1.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Fraction of HP shaft power after first boiler pass (K1). Typical value = 0,2." ; + rdfs:label "k1" ; + rdfs:comment "Fraction of HP shaft power after first boiler pass (K1). Typical value = 0,2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamIEEE1 ; rdfs:range xsd:float . cim:GovSteamIEEE1.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Fraction of LP shaft power after first boiler pass (K2). Typical value = 0." ; + rdfs:label "k2" ; + rdfs:comment "Fraction of LP shaft power after first boiler pass (K2). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamIEEE1 ; rdfs:range xsd:float . cim:GovSteamIEEE1.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Fraction of HP shaft power after second boiler pass (K3). Typical value = 0,3." ; + rdfs:label "k3" ; + rdfs:comment "Fraction of HP shaft power after second boiler pass (K3). Typical value = 0,3."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamIEEE1 ; rdfs:range xsd:float . cim:GovSteamIEEE1.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k4"@en ; - rdfs:comment "Fraction of LP shaft power after second boiler pass (K4). Typical value = 0." ; + rdfs:label "k4" ; + rdfs:comment "Fraction of LP shaft power after second boiler pass (K4). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamIEEE1 ; rdfs:range xsd:float . cim:GovSteamIEEE1.k5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k5"@en ; - rdfs:comment "Fraction of HP shaft power after third boiler pass (K5). Typical value = 0,5." ; + rdfs:label "k5" ; + rdfs:comment "Fraction of HP shaft power after third boiler pass (K5). Typical value = 0,5."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamIEEE1 ; rdfs:range xsd:float . cim:GovSteamIEEE1.k6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k6"@en ; - rdfs:comment "Fraction of LP shaft power after third boiler pass (K6). Typical value = 0." ; + rdfs:label "k6" ; + rdfs:comment "Fraction of LP shaft power after third boiler pass (K6). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamIEEE1 ; rdfs:range xsd:float . cim:GovSteamIEEE1.k7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k7"@en ; - rdfs:comment "Fraction of HP shaft power after fourth boiler pass (K7). Typical value = 0." ; + rdfs:label "k7" ; + rdfs:comment "Fraction of HP shaft power after fourth boiler pass (K7). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamIEEE1 ; rdfs:range xsd:float . cim:GovSteamIEEE1.k8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k8"@en ; - rdfs:comment "Fraction of LP shaft power after fourth boiler pass (K8). Typical value = 0." ; + rdfs:label "k8" ; + rdfs:comment "Fraction of LP shaft power after fourth boiler pass (K8). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamIEEE1 ; rdfs:range xsd:float . cim:GovSteamIEEE1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -24716,8 +24718,8 @@ cim:GovSteamIEEE1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Maximum valve opening (Pmax) (> GovSteamIEEE1.pmin). Typical value = 1." ; + rdfs:label "pmax" ; + rdfs:comment "Maximum valve opening (Pmax) (> GovSteamIEEE1.pmin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24727,8 +24729,8 @@ cim:GovSteamIEEE1.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum valve opening (Pmin) (>= 0 and < GovSteamIEEE1.pmax). Typical value = 0." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum valve opening (Pmin) (>= 0 and < GovSteamIEEE1.pmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24738,8 +24740,8 @@ cim:GovSteamIEEE1.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Governor lag time constant (T1) (>= 0). Typical value = 0." ; + rdfs:label "t1" ; + rdfs:comment "Governor lag time constant (T1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24750,8 +24752,8 @@ cim:GovSteamIEEE1.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Governor lead time constant (T2) (>= 0). Typical value = 0." ; + rdfs:label "t2" ; + rdfs:comment "Governor lead time constant (T2) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24762,8 +24764,8 @@ cim:GovSteamIEEE1.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Valve positioner time constant (T3) (> 0). Typical value = 0,1." ; + rdfs:label "t3" ; + rdfs:comment "Valve positioner time constant (T3) (> 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24774,8 +24776,8 @@ cim:GovSteamIEEE1.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Inlet piping/steam bowl time constant (T4) (>= 0). Typical value = 0,3." ; + rdfs:label "t4" ; + rdfs:comment "Inlet piping/steam bowl time constant (T4) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24786,8 +24788,8 @@ cim:GovSteamIEEE1.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Time constant of second boiler pass (T5) (>= 0). Typical value = 5." ; + rdfs:label "t5" ; + rdfs:comment "Time constant of second boiler pass (T5) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24798,8 +24800,8 @@ cim:GovSteamIEEE1.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Time constant of third boiler pass (T6) (>= 0). Typical value = 0,5." ; + rdfs:label "t6" ; + rdfs:comment "Time constant of third boiler pass (T6) (>= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24810,8 +24812,8 @@ cim:GovSteamIEEE1.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t7"@en ; - rdfs:comment "Time constant of fourth boiler pass (T7) (>= 0). Typical value = 0." ; + rdfs:label "t7" ; + rdfs:comment "Time constant of fourth boiler pass (T7) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24822,24 +24824,24 @@ cim:GovSteamIEEE1.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamIEEE1.uc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uc"@en ; - rdfs:comment "Maximum valve closing velocity (Uc) (< 0). Unit = PU / s. Typical value = -10." ; + rdfs:label "uc" ; + rdfs:comment "Maximum valve closing velocity (Uc) (< 0). Unit = PU / s. Typical value = -10."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamIEEE1 ; rdfs:range xsd:float . cim:GovSteamIEEE1.uo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uo"@en ; - rdfs:comment "Maximum valve opening velocity (Uo) (> 0). Unit = PU / s. Typical value = 1." ; + rdfs:label "uo" ; + rdfs:comment "Maximum valve opening velocity (Uo) (> 0). Unit = PU / s. Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GovSteamIEEE1 ; rdfs:range xsd:float . cim:GovSteamSGO.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "One / PU regulation (K1)." ; + rdfs:label "k1" ; + rdfs:comment "One / PU regulation (K1)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24849,8 +24851,8 @@ cim:GovSteamSGO.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamSGO.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Fraction (K2)." ; + rdfs:label "k2" ; + rdfs:comment "Fraction (K2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24860,8 +24862,8 @@ cim:GovSteamSGO.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamSGO.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Fraction (K3)." ; + rdfs:label "k3" ; + rdfs:comment "Fraction (K3)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24871,8 +24873,8 @@ cim:GovSteamSGO.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamSGO.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -24883,8 +24885,8 @@ cim:GovSteamSGO.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamSGO.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmax"@en ; - rdfs:comment "Upper power limit (Pmax) (> GovSteamSGO.pmin)." ; + rdfs:label "pmax" ; + rdfs:comment "Upper power limit (Pmax) (> GovSteamSGO.pmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -24894,8 +24896,8 @@ cim:GovSteamSGO.pmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamSGO.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Lower power limit (Pmin) (>= 0 and < GovSteamSGO.pmax)." ; + rdfs:label "pmin" ; + rdfs:comment "Lower power limit (Pmin) (>= 0 and < GovSteamSGO.pmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24906,8 +24908,8 @@ cim:GovSteamSGO.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamSGO.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Controller lag (T1) (>= 0)." ; + rdfs:label "t1" ; + rdfs:comment "Controller lag (T1) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24918,8 +24920,8 @@ cim:GovSteamSGO.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamSGO.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Controller lead compensation (T2) (>= 0)." ; + rdfs:label "t2" ; + rdfs:comment "Controller lead compensation (T2) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24930,8 +24932,8 @@ cim:GovSteamSGO.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamSGO.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Governor lag (T3) (> 0)." ; + rdfs:label "t3" ; + rdfs:comment "Governor lag (T3) (> 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24942,8 +24944,8 @@ cim:GovSteamSGO.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamSGO.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Delay due to steam inlet volumes associated with steam chest and inlet piping (T4) (>= 0)." ; + rdfs:label "t4" ; + rdfs:comment "Delay due to steam inlet volumes associated with steam chest and inlet piping (T4) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24954,8 +24956,8 @@ cim:GovSteamSGO.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamSGO.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Reheater delay including hot and cold leads (T5) (>= 0)." ; + rdfs:label "t5" ; + rdfs:comment "Reheater delay including hot and cold leads (T5) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24966,8 +24968,8 @@ cim:GovSteamSGO.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GovSteamSGO.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Delay due to IP-LP turbine, crossover pipes and LP end hoods (T6) (>= 0)." ; + rdfs:label "t6" ; + rdfs:comment "Delay due to IP-LP turbine, crossover pipes and LP end hoods (T6) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -24978,97 +24980,97 @@ cim:GovSteamSGO.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:LoadComposite.epfd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "epfd"@en ; - rdfs:comment "Active load-frequency dependence index (dynamic) (Epfd). Typical value = 1,5." ; + rdfs:label "epfd" ; + rdfs:comment "Active load-frequency dependence index (dynamic) (Epfd). Typical value = 1,5."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadComposite ; rdfs:range xsd:float . cim:LoadComposite.epfs a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "epfs"@en ; - rdfs:comment "Active load-frequency dependence index (static) (Epfs). Typical value = 1,5." ; + rdfs:label "epfs" ; + rdfs:comment "Active load-frequency dependence index (static) (Epfs). Typical value = 1,5."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadComposite ; rdfs:range xsd:float . cim:LoadComposite.epvd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "epvd"@en ; - rdfs:comment "Active load-voltage dependence index (dynamic) (Epvd). Typical value = 0,7." ; + rdfs:label "epvd" ; + rdfs:comment "Active load-voltage dependence index (dynamic) (Epvd). Typical value = 0,7."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadComposite ; rdfs:range xsd:float . cim:LoadComposite.epvs a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "epvs"@en ; - rdfs:comment "Active load-voltage dependence index (static) (Epvs). Typical value = 0,7." ; + rdfs:label "epvs" ; + rdfs:comment "Active load-voltage dependence index (static) (Epvs). Typical value = 0,7."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadComposite ; rdfs:range xsd:float . cim:LoadComposite.eqfd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eqfd"@en ; - rdfs:comment "Reactive load-frequency dependence index (dynamic) (Eqfd). Typical value = 0." ; + rdfs:label "eqfd" ; + rdfs:comment "Reactive load-frequency dependence index (dynamic) (Eqfd). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadComposite ; rdfs:range xsd:float . cim:LoadComposite.eqfs a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eqfs"@en ; - rdfs:comment "Reactive load-frequency dependence index (static) (Eqfs). Typical value = 0." ; + rdfs:label "eqfs" ; + rdfs:comment "Reactive load-frequency dependence index (static) (Eqfs). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadComposite ; rdfs:range xsd:float . cim:LoadComposite.eqvd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eqvd"@en ; - rdfs:comment "Reactive load-voltage dependence index (dynamic) (Eqvd). Typical value = 2." ; + rdfs:label "eqvd" ; + rdfs:comment "Reactive load-voltage dependence index (dynamic) (Eqvd). Typical value = 2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadComposite ; rdfs:range xsd:float . cim:LoadComposite.eqvs a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eqvs"@en ; - rdfs:comment "Reactive load-voltage dependence index (static) (Eqvs). Typical value = 2." ; + rdfs:label "eqvs" ; + rdfs:comment "Reactive load-voltage dependence index (static) (Eqvs). Typical value = 2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadComposite ; rdfs:range xsd:float . cim:LoadComposite.h a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "h"@en ; - rdfs:comment "Inertia constant (H) (>= 0). Typical value = 2,5." ; + rdfs:label "h" ; + rdfs:comment "Inertia constant (H) (>= 0). Typical value = 2,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25079,56 +25081,56 @@ cim:LoadComposite.h a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadComposite.lfac a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lfac"@en ; - rdfs:comment "Loading factor (Lfac). The ratio of initial P to motor MVA base. Typical value = 0,8." ; + rdfs:label "lfac" ; + rdfs:comment "Loading factor (Lfac). The ratio of initial P to motor MVA base. Typical value = 0,8."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadComposite ; rdfs:range xsd:float . cim:LoadComposite.pfrac a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pfrac"@en ; - rdfs:comment "Fraction of constant-power load to be represented by this motor model (PFRAC) (>= 0,0 and <= 1,0). Typical value = 0,5." ; + rdfs:label "pfrac" ; + rdfs:comment "Fraction of constant-power load to be represented by this motor model (PFRAC) (>= 0,0 and <= 1,0). Typical value = 0,5."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadComposite ; rdfs:range xsd:float . cim:LoadGenericNonLinear.bs a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bs"@en ; - rdfs:comment "Steady state voltage index for reactive power (BS)." ; + rdfs:label "bs" ; + rdfs:comment "Steady state voltage index for reactive power (BS)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadGenericNonLinear ; rdfs:range xsd:float . cim:LoadGenericNonLinear.bt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bt"@en ; - rdfs:comment "Transient voltage index for reactive power (BT)." ; + rdfs:label "bt" ; + rdfs:comment "Transient voltage index for reactive power (BT)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadGenericNonLinear ; rdfs:range xsd:float . cim:LoadGenericNonLinear.ls a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ls"@en ; - rdfs:comment "Steady state voltage index for active power (LS)." ; + rdfs:label "ls" ; + rdfs:comment "Steady state voltage index for active power (LS)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadGenericNonLinear ; rdfs:range xsd:float . cim:LoadGenericNonLinear.lt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lt"@en ; - rdfs:comment "Transient voltage index for active power (LT)." ; + rdfs:label "lt" ; + rdfs:comment "Transient voltage index for active power (LT)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadGenericNonLinear ; rdfs:range xsd:float . cim:LoadGenericNonLinear.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Time constant of lag function of active power (TP) (> 0)." ; + rdfs:label "tp" ; + rdfs:comment "Time constant of lag function of active power (TP) (> 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25139,8 +25141,8 @@ cim:LoadGenericNonLinear.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadGenericNonLinear.tq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tq"@en ; - rdfs:comment "Time constant of lag function of reactive power (TQ) (> 0)." ; + rdfs:label "tq" ; + rdfs:comment "Time constant of lag function of reactive power (TQ) (> 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25151,16 +25153,16 @@ cim:LoadGenericNonLinear.tq a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadMotor.d a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "d"@en ; - rdfs:comment "Damping factor (D). Unit = delta P/delta speed. Typical value = 2." ; + rdfs:label "d" ; + rdfs:comment "Damping factor (D). Unit = delta P/delta speed. Typical value = 2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadMotor ; rdfs:range xsd:float . cim:LoadMotor.h a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "h"@en ; - rdfs:comment "Inertia constant (H) (>= 0). Typical value = 0,4." ; + rdfs:label "h" ; + rdfs:comment "Inertia constant (H) (>= 0). Typical value = 0,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25171,16 +25173,16 @@ cim:LoadMotor.h a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadMotor.lfac a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lfac"@en ; - rdfs:comment "Loading factor (Lfac). The ratio of initial P to motor MVA base. Typical value = 0,8." ; + rdfs:label "lfac" ; + rdfs:comment "Loading factor (Lfac). The ratio of initial P to motor MVA base. Typical value = 0,8."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadMotor ; rdfs:range xsd:float . cim:LoadMotor.lp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lp"@en ; - rdfs:comment "Transient reactance (Lp). Typical value = 0,15." ; + rdfs:label "lp" ; + rdfs:comment "Transient reactance (Lp). Typical value = 0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25190,8 +25192,8 @@ cim:LoadMotor.lp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadMotor.lpp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lpp"@en ; - rdfs:comment "Subtransient reactance (Lpp). Typical value = 0,15." ; + rdfs:label "lpp" ; + rdfs:comment "Subtransient reactance (Lpp). Typical value = 0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25201,8 +25203,8 @@ cim:LoadMotor.lpp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadMotor.ls a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ls"@en ; - rdfs:comment "Synchronous reactance (Ls). Typical value = 3,2." ; + rdfs:label "ls" ; + rdfs:comment "Synchronous reactance (Ls). Typical value = 3,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25212,16 +25214,16 @@ cim:LoadMotor.ls a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadMotor.pfrac a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pfrac"@en ; - rdfs:comment "Fraction of constant-power load to be represented by this motor model (Pfrac) (>= 0,0 and <= 1,0). Typical value = 0,3." ; + rdfs:label "pfrac" ; + rdfs:comment "Fraction of constant-power load to be represented by this motor model (Pfrac) (>= 0,0 and <= 1,0). Typical value = 0,3."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadMotor ; rdfs:range xsd:float . cim:LoadMotor.ra a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ra"@en ; - rdfs:comment "Stator resistance (Ra). Typical value = 0." ; + rdfs:label "ra" ; + rdfs:comment "Stator resistance (Ra). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25231,8 +25233,8 @@ cim:LoadMotor.ra a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadMotor.tbkr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tbkr"@en ; - rdfs:comment "Circuit breaker operating time (Tbkr) (>= 0). Typical value = 0,08." ; + rdfs:label "tbkr" ; + rdfs:comment "Circuit breaker operating time (Tbkr) (>= 0). Typical value = 0,08."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25243,8 +25245,8 @@ cim:LoadMotor.tbkr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadMotor.tpo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpo"@en ; - rdfs:comment "Transient rotor time constant (Tpo) (>= 0). Typical value = 1." ; + rdfs:label "tpo" ; + rdfs:comment "Transient rotor time constant (Tpo) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25255,8 +25257,8 @@ cim:LoadMotor.tpo a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadMotor.tppo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tppo"@en ; - rdfs:comment "Subtransient rotor time constant (Tppo) (>= 0). Typical value = 0,02." ; + rdfs:label "tppo" ; + rdfs:comment "Subtransient rotor time constant (Tppo) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25267,8 +25269,8 @@ cim:LoadMotor.tppo a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadMotor.tv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tv"@en ; - rdfs:comment "Voltage trip pickup time (Tv) (>= 0). Typical value = 0,1." ; + rdfs:label "tv" ; + rdfs:comment "Voltage trip pickup time (Tv) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25279,8 +25281,8 @@ cim:LoadMotor.tv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadMotor.vt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vt"@en ; - rdfs:comment "Voltage threshold for tripping (Vt). Typical value = 0,7." ; + rdfs:label "vt" ; + rdfs:comment "Voltage threshold for tripping (Vt). Typical value = 0,7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25290,188 +25292,188 @@ cim:LoadMotor.vt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:LoadStatic.ep1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ep1"@en ; - rdfs:comment "First term voltage exponent for active power (Ep1). Used only when .staticLoadModelType = exponential." ; + rdfs:label "ep1" ; + rdfs:comment "First term voltage exponent for active power (Ep1). Used only when .staticLoadModelType = exponential."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.ep2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ep2"@en ; - rdfs:comment "Second term voltage exponent for active power (Ep2). Used only when .staticLoadModelType = exponential." ; + rdfs:label "ep2" ; + rdfs:comment "Second term voltage exponent for active power (Ep2). Used only when .staticLoadModelType = exponential."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.ep3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ep3"@en ; - rdfs:comment "Third term voltage exponent for active power (Ep3). Used only when .staticLoadModelType = exponential." ; + rdfs:label "ep3" ; + rdfs:comment "Third term voltage exponent for active power (Ep3). Used only when .staticLoadModelType = exponential."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.eq1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eq1"@en ; - rdfs:comment "First term voltage exponent for reactive power (Eq1). Used only when .staticLoadModelType = exponential." ; + rdfs:label "eq1" ; + rdfs:comment "First term voltage exponent for reactive power (Eq1). Used only when .staticLoadModelType = exponential."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.eq2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eq2"@en ; - rdfs:comment "Second term voltage exponent for reactive power (Eq2). Used only when .staticLoadModelType = exponential." ; + rdfs:label "eq2" ; + rdfs:comment "Second term voltage exponent for reactive power (Eq2). Used only when .staticLoadModelType = exponential."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.eq3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "eq3"@en ; - rdfs:comment "Third term voltage exponent for reactive power (Eq3). Used only when .staticLoadModelType = exponential." ; + rdfs:label "eq3" ; + rdfs:comment "Third term voltage exponent for reactive power (Eq3). Used only when .staticLoadModelType = exponential."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.kp1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp1"@en ; - rdfs:comment "First term voltage coefficient for active power (Kp1). Not used when .staticLoadModelType = constantZ." ; + rdfs:label "kp1" ; + rdfs:comment "First term voltage coefficient for active power (Kp1). Not used when .staticLoadModelType = constantZ."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.kp2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp2"@en ; - rdfs:comment "Second term voltage coefficient for active power (Kp2). Not used when .staticLoadModelType = constantZ." ; + rdfs:label "kp2" ; + rdfs:comment "Second term voltage coefficient for active power (Kp2). Not used when .staticLoadModelType = constantZ."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.kp3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp3"@en ; - rdfs:comment "Third term voltage coefficient for active power (Kp3). Not used when .staticLoadModelType = constantZ." ; + rdfs:label "kp3" ; + rdfs:comment "Third term voltage coefficient for active power (Kp3). Not used when .staticLoadModelType = constantZ."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.kp4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp4"@en ; - rdfs:comment "Frequency coefficient for active power (Kp4) (not = 0 if .staticLoadModelType = zIP2). Used only when .staticLoadModelType = zIP2." ; + rdfs:label "kp4" ; + rdfs:comment "Frequency coefficient for active power (Kp4) (not = 0 if .staticLoadModelType = zIP2). Used only when .staticLoadModelType = zIP2."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.kpf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpf"@en ; - rdfs:comment "Frequency deviation coefficient for active power (Kpf). Not used when .staticLoadModelType = constantZ." ; + rdfs:label "kpf" ; + rdfs:comment "Frequency deviation coefficient for active power (Kpf). Not used when .staticLoadModelType = constantZ."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.kq1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kq1"@en ; - rdfs:comment "First term voltage coefficient for reactive power (Kq1). Not used when .staticLoadModelType = constantZ." ; + rdfs:label "kq1" ; + rdfs:comment "First term voltage coefficient for reactive power (Kq1). Not used when .staticLoadModelType = constantZ."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.kq2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kq2"@en ; - rdfs:comment "Second term voltage coefficient for reactive power (Kq2). Not used when .staticLoadModelType = constantZ." ; + rdfs:label "kq2" ; + rdfs:comment "Second term voltage coefficient for reactive power (Kq2). Not used when .staticLoadModelType = constantZ."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.kq3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kq3"@en ; - rdfs:comment "Third term voltage coefficient for reactive power (Kq3). Not used when .staticLoadModelType = constantZ." ; + rdfs:label "kq3" ; + rdfs:comment "Third term voltage coefficient for reactive power (Kq3). Not used when .staticLoadModelType = constantZ."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.kq4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kq4"@en ; - rdfs:comment "Frequency coefficient for reactive power (Kq4) (not = 0 when .staticLoadModelType = zIP2). Used only when .staticLoadModelType - zIP2." ; + rdfs:label "kq4" ; + rdfs:comment "Frequency coefficient for reactive power (Kq4) (not = 0 when .staticLoadModelType = zIP2). Used only when .staticLoadModelType - zIP2."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadStatic.kqf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kqf"@en ; - rdfs:comment "Frequency deviation coefficient for reactive power (Kqf). Not used when .staticLoadModelType = constantZ." ; + rdfs:label "kqf" ; + rdfs:comment "Frequency deviation coefficient for reactive power (Kqf). Not used when .staticLoadModelType = constantZ."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadStatic ; rdfs:range xsd:float . cim:LoadUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadUserDefined ; rdfs:range xsd:boolean . cim:MechLoad1.a a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a"@en ; - rdfs:comment "Speed squared coefficient (a)." ; + rdfs:label "a" ; + rdfs:comment "Speed squared coefficient (a)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:MechLoad1 ; rdfs:range xsd:float . cim:MechLoad1.b a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b"@en ; - rdfs:comment "Speed coefficient (b)." ; + rdfs:label "b" ; + rdfs:comment "Speed coefficient (b)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:MechLoad1 ; rdfs:range xsd:float . cim:MechLoad1.d a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "d"@en ; - rdfs:comment "Speed to the exponent coefficient (d)." ; + rdfs:label "d" ; + rdfs:comment "Speed to the exponent coefficient (d)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:MechLoad1 ; rdfs:range xsd:float . cim:MechLoad1.e a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "e"@en ; - rdfs:comment "Exponent (e)." ; + rdfs:label "e" ; + rdfs:comment "Exponent (e)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:MechLoad1 ; rdfs:range xsd:float . cim:MechanicalLoadUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:MechanicalLoadUserDefined ; rdfs:range xsd:boolean . cim:OverexcLim2.ifdlim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ifdlim"@en ; - rdfs:comment "Limit value of rated field current (IFDLIM). Typical value = 1,05." ; + rdfs:label "ifdlim" ; + rdfs:comment "Limit value of rated field current (IFDLIM). Typical value = 1,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25481,8 +25483,8 @@ cim:OverexcLim2.ifdlim a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLim2.koi a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "koi"@en ; - rdfs:comment "Gain Over excitation limiter (KOI). Typical value = 0,1." ; + rdfs:label "koi" ; + rdfs:comment "Gain Over excitation limiter (KOI). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25492,8 +25494,8 @@ cim:OverexcLim2.koi a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLim2.voimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "voimax"@en ; - rdfs:comment "Maximum error signal (VOIMAX) (> OverexcLim2.voimin). Typical value = 0." ; + rdfs:label "voimax" ; + rdfs:comment "Maximum error signal (VOIMAX) (> OverexcLim2.voimin). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25503,8 +25505,8 @@ cim:OverexcLim2.voimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLim2.voimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "voimin"@en ; - rdfs:comment "Minimum error signal (VOIMIN) (< OverexcLim2.voimax). Typical value = -9999." ; + rdfs:label "voimin" ; + rdfs:comment "Minimum error signal (VOIMIN) (< OverexcLim2.voimax). Typical value = -9999."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25514,8 +25516,8 @@ cim:OverexcLim2.voimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimIEEE.hyst a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hyst"@en ; - rdfs:comment "OEL pickup/drop-out hysteresis (HYST). Typical value = 0,03." ; + rdfs:label "hyst" ; + rdfs:comment "OEL pickup/drop-out hysteresis (HYST). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25525,8 +25527,8 @@ cim:OverexcLimIEEE.hyst a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimIEEE.ifdlim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ifdlim"@en ; - rdfs:comment "OEL timed field current limit (IFDLIM). Typical value = 1,05." ; + rdfs:label "ifdlim" ; + rdfs:comment "OEL timed field current limit (IFDLIM). Typical value = 1,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25536,8 +25538,8 @@ cim:OverexcLimIEEE.ifdlim a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimIEEE.ifdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ifdmax"@en ; - rdfs:comment "OEL instantaneous field current limit (IFDMAX). Typical value = 1,5." ; + rdfs:label "ifdmax" ; + rdfs:comment "OEL instantaneous field current limit (IFDMAX). Typical value = 1,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25547,8 +25549,8 @@ cim:OverexcLimIEEE.ifdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimIEEE.itfpu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "itfpu"@en ; - rdfs:comment "OEL timed field current limiter pickup level (ITFPU). Typical value = 1,05." ; + rdfs:label "itfpu" ; + rdfs:comment "OEL timed field current limiter pickup level (ITFPU). Typical value = 1,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25558,8 +25560,8 @@ cim:OverexcLimIEEE.itfpu a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimIEEE.kcd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kcd"@en ; - rdfs:comment "OEL cooldown gain (KCD). Typical value = 1." ; + rdfs:label "kcd" ; + rdfs:comment "OEL cooldown gain (KCD). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25569,16 +25571,16 @@ cim:OverexcLimIEEE.kcd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimIEEE.kramp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kramp"@en ; - rdfs:comment "OEL ramped limit rate (KRAMP). Unit = PU / s. Typical value = 10." ; + rdfs:label "kramp" ; + rdfs:comment "OEL ramped limit rate (KRAMP). Unit = PU / s. Typical value = 10."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:OverexcLimIEEE ; rdfs:range xsd:float . cim:OverexcLimX1.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd1"@en ; - rdfs:comment "Low voltage point on the inverse time characteristic (EFD1). Typical value = 1,1." ; + rdfs:label "efd1" ; + rdfs:comment "Low voltage point on the inverse time characteristic (EFD1). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25588,8 +25590,8 @@ cim:OverexcLimX1.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX1.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd2"@en ; - rdfs:comment "Mid voltage point on the inverse time characteristic (EFD2). Typical value = 1,2." ; + rdfs:label "efd2" ; + rdfs:comment "Mid voltage point on the inverse time characteristic (EFD2). Typical value = 1,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25599,8 +25601,8 @@ cim:OverexcLimX1.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX1.efd3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd3"@en ; - rdfs:comment "High voltage point on the inverse time characteristic (EFD3). Typical value = 1,5." ; + rdfs:label "efd3" ; + rdfs:comment "High voltage point on the inverse time characteristic (EFD3). Typical value = 1,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25610,8 +25612,8 @@ cim:OverexcLimX1.efd3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX1.efddes a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efddes"@en ; - rdfs:comment "Desired field voltage (EFDDES). Typical value = 0,9." ; + rdfs:label "efddes" ; + rdfs:comment "Desired field voltage (EFDDES). Typical value = 0,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25621,8 +25623,8 @@ cim:OverexcLimX1.efddes a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX1.efdrated a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdrated"@en ; - rdfs:comment "Rated field voltage (EFDRATED). Typical value = 1,05." ; + rdfs:label "efdrated" ; + rdfs:comment "Rated field voltage (EFDRATED). Typical value = 1,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25632,8 +25634,8 @@ cim:OverexcLimX1.efdrated a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX1.kmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kmx"@en ; - rdfs:comment "Gain (KMX). Typical value = 0,01." ; + rdfs:label "kmx" ; + rdfs:comment "Gain (KMX). Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25643,8 +25645,8 @@ cim:OverexcLimX1.kmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX1.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Time to trip the exciter at the low voltage point on the inverse time characteristic (TIME1) (>= 0). Typical value = 120." ; + rdfs:label "t1" ; + rdfs:comment "Time to trip the exciter at the low voltage point on the inverse time characteristic (TIME1) (>= 0). Typical value = 120."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25655,8 +25657,8 @@ cim:OverexcLimX1.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX1.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Time to trip the exciter at the mid voltage point on the inverse time characteristic (TIME2) (>= 0). Typical value = 40." ; + rdfs:label "t2" ; + rdfs:comment "Time to trip the exciter at the mid voltage point on the inverse time characteristic (TIME2) (>= 0). Typical value = 40."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25667,8 +25669,8 @@ cim:OverexcLimX1.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX1.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Time to trip the exciter at the high voltage point on the inverse time characteristic (TIME3) (>= 0). Typical value = 15." ; + rdfs:label "t3" ; + rdfs:comment "Time to trip the exciter at the high voltage point on the inverse time characteristic (TIME3) (>= 0). Typical value = 15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25679,8 +25681,8 @@ cim:OverexcLimX1.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX1.vlow a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vlow"@en ; - rdfs:comment "Low voltage limit (VLOW) (> 0)." ; + rdfs:label "vlow" ; + rdfs:comment "Low voltage limit (VLOW) (> 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25690,8 +25692,8 @@ cim:OverexcLimX1.vlow a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX2.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd1"@en ; - rdfs:comment "Low voltage or current point on the inverse time characteristic (EFD1). Typical value = 1,1." ; + rdfs:label "efd1" ; + rdfs:comment "Low voltage or current point on the inverse time characteristic (EFD1). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25701,8 +25703,8 @@ cim:OverexcLimX2.efd1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX2.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd2"@en ; - rdfs:comment "Mid voltage or current point on the inverse time characteristic (EFD2). Typical value = 1,2." ; + rdfs:label "efd2" ; + rdfs:comment "Mid voltage or current point on the inverse time characteristic (EFD2). Typical value = 1,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25712,8 +25714,8 @@ cim:OverexcLimX2.efd2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX2.efd3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efd3"@en ; - rdfs:comment "High voltage or current point on the inverse time characteristic (EFD3). Typical value = 1,5." ; + rdfs:label "efd3" ; + rdfs:comment "High voltage or current point on the inverse time characteristic (EFD3). Typical value = 1,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25723,8 +25725,8 @@ cim:OverexcLimX2.efd3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX2.efddes a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efddes"@en ; - rdfs:comment "Desired field voltage if m = false or desired field current if m = true (EFDDES). Typical value = 1." ; + rdfs:label "efddes" ; + rdfs:comment "Desired field voltage if m = false or desired field current if m = true (EFDDES). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25734,8 +25736,8 @@ cim:OverexcLimX2.efddes a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX2.efdrated a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdrated"@en ; - rdfs:comment "Rated field voltage if m = false or rated field current if m = true (EFDRATED). Typical value = 1,05." ; + rdfs:label "efdrated" ; + rdfs:comment "Rated field voltage if m = false or rated field current if m = true (EFDRATED). Typical value = 1,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25745,8 +25747,8 @@ cim:OverexcLimX2.efdrated a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX2.kmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kmx"@en ; - rdfs:comment "Gain (KMX). Typical value = 0,002." ; + rdfs:label "kmx" ; + rdfs:comment "Gain (KMX). Typical value = 0,002."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25756,18 +25758,18 @@ cim:OverexcLimX2.kmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX2.m a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "m"@en ; + rdfs:label "m" ; rdfs:comment """(m). true = IFD limiting -false = EFD limiting.""" ; +false = EFD limiting."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:OverexcLimX2 ; rdfs:range xsd:boolean . cim:OverexcLimX2.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Time to trip the exciter at the low voltage or current point on the inverse time characteristic (TIME1) (>= 0). Typical value = 120." ; + rdfs:label "t1" ; + rdfs:comment "Time to trip the exciter at the low voltage or current point on the inverse time characteristic (TIME1) (>= 0). Typical value = 120."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25778,8 +25780,8 @@ cim:OverexcLimX2.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX2.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Time to trip the exciter at the mid voltage or current point on the inverse time characteristic (TIME2) (>= 0). Typical value = 40." ; + rdfs:label "t2" ; + rdfs:comment "Time to trip the exciter at the mid voltage or current point on the inverse time characteristic (TIME2) (>= 0). Typical value = 40."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25790,8 +25792,8 @@ cim:OverexcLimX2.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX2.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Time to trip the exciter at the high voltage or current point on the inverse time characteristic (TIME3) (>= 0). Typical value = 15." ; + rdfs:label "t3" ; + rdfs:comment "Time to trip the exciter at the high voltage or current point on the inverse time characteristic (TIME3) (>= 0). Typical value = 15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25802,8 +25804,8 @@ cim:OverexcLimX2.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcLimX2.vlow a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vlow"@en ; - rdfs:comment "Low voltage limit (VLOW) (> 0)." ; + rdfs:label "vlow" ; + rdfs:comment "Low voltage limit (VLOW) (> 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25813,48 +25815,48 @@ cim:OverexcLimX2.vlow a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:OverexcitationLimiterUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:OverexcitationLimiterUserDefined ; rdfs:range xsd:boolean . cim:PFVArControllerType1UserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PFVArControllerType1UserDefined ; rdfs:range xsd:boolean . cim:PFVArControllerType2UserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PFVArControllerType2UserDefined ; rdfs:range xsd:boolean . cim:PFVArType1IEEEPFController.ovex a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ovex"@en ; + rdfs:label "ovex" ; rdfs:comment """Overexcitation Flag (OVEX) true = overexcited -false = underexcited.""" ; +false = underexcited."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PFVArType1IEEEPFController ; rdfs:range xsd:boolean . cim:PFVArType1IEEEPFController.tpfc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpfc"@en ; - rdfs:comment "PF controller time delay (TPFC) (>= 0). Typical value = 5." ; + rdfs:label "tpfc" ; + rdfs:comment "PF controller time delay (TPFC) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25865,8 +25867,8 @@ cim:PFVArType1IEEEPFController.tpfc a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . cim:PFVArType1IEEEPFController.vitmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vitmin"@en ; - rdfs:comment "Minimum machine terminal current needed to enable pf/var controller (VITMIN)." ; + rdfs:label "vitmin" ; + rdfs:comment "Minimum machine terminal current needed to enable pf/var controller (VITMIN)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25876,8 +25878,8 @@ cim:PFVArType1IEEEPFController.vitmin a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:PFVArType1IEEEPFController.vpf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vpf"@en ; - rdfs:comment "Synchronous machine power factor (VPF)." ; + rdfs:label "vpf" ; + rdfs:comment "Synchronous machine power factor (VPF)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25887,16 +25889,16 @@ cim:PFVArType1IEEEPFController.vpf a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:PFVArType1IEEEPFController.vpfcbw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vpfcbw"@en ; - rdfs:comment "PF controller deadband (VPFC_BW). Typical value = 0,05." ; + rdfs:label "vpfcbw" ; + rdfs:comment "PF controller deadband (VPFC_BW). Typical value = 0,05."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PFVArType1IEEEPFController ; rdfs:range xsd:float . cim:PFVArType1IEEEPFController.vpfref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vpfref"@en ; - rdfs:comment "PF controller reference (VPFREF)." ; + rdfs:label "vpfref" ; + rdfs:comment "PF controller reference (VPFREF)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25906,8 +25908,8 @@ cim:PFVArType1IEEEPFController.vpfref a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:PFVArType1IEEEPFController.vvtmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vvtmax"@en ; - rdfs:comment "Maximum machine terminal voltage needed for pf/var controller to be enabled (VVTMAX) (> PFVArType1IEEEPFController.vvtmin)." ; + rdfs:label "vvtmax" ; + rdfs:comment "Maximum machine terminal voltage needed for pf/var controller to be enabled (VVTMAX) (> PFVArType1IEEEPFController.vvtmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25917,8 +25919,8 @@ cim:PFVArType1IEEEPFController.vvtmax a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:PFVArType1IEEEPFController.vvtmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vvtmin"@en ; - rdfs:comment "Minimum machine terminal voltage needed to enable pf/var controller (VVTMIN) (< PFVArType1IEEEPFController.vvtmax)." ; + rdfs:label "vvtmin" ; + rdfs:comment "Minimum machine terminal voltage needed to enable pf/var controller (VVTMIN) (< PFVArType1IEEEPFController.vvtmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25928,8 +25930,8 @@ cim:PFVArType1IEEEPFController.vvtmin a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:PFVArType1IEEEVArController.tvarc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tvarc"@en ; - rdfs:comment "Var controller time delay (TVARC) (>= 0). Typical value = 5." ; + rdfs:label "tvarc" ; + rdfs:comment "Var controller time delay (TVARC) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -25940,8 +25942,8 @@ cim:PFVArType1IEEEVArController.tvarc a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:PFVArType1IEEEVArController.vvar a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vvar"@en ; - rdfs:comment "Synchronous machine power factor (VVAR)." ; + rdfs:label "vvar" ; + rdfs:comment "Synchronous machine power factor (VVAR)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25951,16 +25953,16 @@ cim:PFVArType1IEEEVArController.vvar a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:PFVArType1IEEEVArController.vvarcbw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vvarcbw"@en ; - rdfs:comment "Var controller deadband (VVARC_BW). Typical value = 0,02." ; + rdfs:label "vvarcbw" ; + rdfs:comment "Var controller deadband (VVARC_BW). Typical value = 0,02."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PFVArType1IEEEVArController ; rdfs:range xsd:float . cim:PFVArType1IEEEVArController.vvarref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vvarref"@en ; - rdfs:comment "Var controller reference (VVARREF)." ; + rdfs:label "vvarref" ; + rdfs:comment "Var controller reference (VVARREF)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25970,8 +25972,8 @@ cim:PFVArType1IEEEVArController.vvarref a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . cim:PFVArType1IEEEVArController.vvtmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vvtmax"@en ; - rdfs:comment "Maximum machine terminal voltage needed for pf/VAr controller to be enabled (VVTMAX) (> PVFArType1IEEEVArController.vvtmin)." ; + rdfs:label "vvtmax" ; + rdfs:comment "Maximum machine terminal voltage needed for pf/VAr controller to be enabled (VVTMAX) (> PVFArType1IEEEVArController.vvtmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25981,8 +25983,8 @@ cim:PFVArType1IEEEVArController.vvtmax a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . cim:PFVArType1IEEEVArController.vvtmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vvtmin"@en ; - rdfs:comment "Minimum machine terminal voltage needed to enable pf/var controller (VVTMIN) (< PVFArType1IEEEVArController.vvtmax)." ; + rdfs:label "vvtmin" ; + rdfs:comment "Minimum machine terminal voltage needed to enable pf/var controller (VVTMIN) (< PVFArType1IEEEVArController.vvtmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -25992,18 +25994,18 @@ cim:PFVArType1IEEEVArController.vvtmin a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . cim:PFVArType2Common1.j a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "j"@en ; + rdfs:label "j" ; rdfs:comment """Selector (J). true = control mode for reactive power -false = control mode for power factor.""" ; +false = control mode for power factor."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PFVArType2Common1 ; rdfs:range xsd:boolean . cim:PFVArType2Common1.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Reset gain (Ki)." ; + rdfs:label "ki" ; + rdfs:comment "Reset gain (Ki)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26013,8 +26015,8 @@ cim:PFVArType2Common1.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PFVArType2Common1.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Proportional gain (Kp)." ; + rdfs:label "kp" ; + rdfs:comment "Proportional gain (Kp)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26024,8 +26026,8 @@ cim:PFVArType2Common1.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PFVArType2Common1.max a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "max"@en ; - rdfs:comment "Output limit (max)." ; + rdfs:label "max" ; + rdfs:comment "Output limit (max)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26035,9 +26037,9 @@ cim:PFVArType2Common1.max a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PFVArType2Common1.ref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ref"@en ; + rdfs:label "ref" ; rdfs:comment """Reference value of reactive power or power factor (Ref). -The reference value is initialised by this model. This initialisation can override the value exchanged by this attribute to represent a plant operator's change of the reference setting.""" ; +The reference value is initialised by this model. This initialisation can override the value exchanged by this attribute to represent a plant operator's change of the reference setting."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26047,18 +26049,18 @@ The reference value is initialised by this model. This initialisation can overri rdfs:range xsd:float . cim:PFVArType2IEEEPFController.exlon a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "exlon"@en ; + rdfs:label "exlon" ; rdfs:comment """Overexcitation or under excitation flag (EXLON) true = 1 (not in the overexcitation or underexcitation state, integral action is active) -false = 0 (in the overexcitation or underexcitation state, so integral action is disabled to allow the limiter to play its role).""" ; +false = 0 (in the overexcitation or underexcitation state, so integral action is disabled to allow the limiter to play its role)."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PFVArType2IEEEPFController ; rdfs:range xsd:boolean . cim:PFVArType2IEEEPFController.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Integral gain of the pf controller (KI). Typical value = 1." ; + rdfs:label "ki" ; + rdfs:comment "Integral gain of the pf controller (KI). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26068,8 +26070,8 @@ cim:PFVArType2IEEEPFController.ki a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:PFVArType2IEEEPFController.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Proportional gain of the pf controller (KP). Typical value = 1." ; + rdfs:label "kp" ; + rdfs:comment "Proportional gain of the pf controller (KP). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26079,8 +26081,8 @@ cim:PFVArType2IEEEPFController.kp a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:PFVArType2IEEEPFController.pfref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pfref"@en ; - rdfs:comment "Power factor reference (PFREF)." ; + rdfs:label "pfref" ; + rdfs:comment "Power factor reference (PFREF)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26090,8 +26092,8 @@ cim:PFVArType2IEEEPFController.pfref a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:PFVArType2IEEEPFController.vclmt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vclmt"@en ; - rdfs:comment "Maximum output of the pf controller (VCLMT). Typical value = 0,1." ; + rdfs:label "vclmt" ; + rdfs:comment "Maximum output of the pf controller (VCLMT). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26101,8 +26103,8 @@ cim:PFVArType2IEEEPFController.vclmt a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:PFVArType2IEEEPFController.vref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vref"@en ; - rdfs:comment "Voltage regulator reference (VREF)." ; + rdfs:label "vref" ; + rdfs:comment "Voltage regulator reference (VREF)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26112,26 +26114,26 @@ cim:PFVArType2IEEEPFController.vref a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . cim:PFVArType2IEEEPFController.vs a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vs"@en ; - rdfs:comment "Generator sensing voltage (VS)." ; + rdfs:label "vs" ; + rdfs:comment "Generator sensing voltage (VS)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PFVArType2IEEEPFController ; rdfs:range xsd:float . cim:PFVArType2IEEEVArController.exlon a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "exlon"@en ; + rdfs:label "exlon" ; rdfs:comment """Overexcitation or under excitation flag (EXLON) true = 1 (not in the overexcitation or underexcitation state, integral action is active) -false = 0 (in the overexcitation or underexcitation state, so integral action is disabled to allow the limiter to play its role).""" ; +false = 0 (in the overexcitation or underexcitation state, so integral action is disabled to allow the limiter to play its role)."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PFVArType2IEEEVArController ; rdfs:range xsd:boolean . cim:PFVArType2IEEEVArController.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Integral gain of the pf controller (KI)." ; + rdfs:label "ki" ; + rdfs:comment "Integral gain of the pf controller (KI)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26141,8 +26143,8 @@ cim:PFVArType2IEEEVArController.ki a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:PFVArType2IEEEVArController.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Proportional gain of the pf controller (KP)." ; + rdfs:label "kp" ; + rdfs:comment "Proportional gain of the pf controller (KP)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26152,8 +26154,8 @@ cim:PFVArType2IEEEVArController.kp a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:PFVArType2IEEEVArController.qref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qref"@en ; - rdfs:comment "Reactive power reference (QREF)." ; + rdfs:label "qref" ; + rdfs:comment "Reactive power reference (QREF)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26163,8 +26165,8 @@ cim:PFVArType2IEEEVArController.qref a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:PFVArType2IEEEVArController.vclmt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vclmt"@en ; - rdfs:comment "Maximum output of the pf controller (VCLMT)." ; + rdfs:label "vclmt" ; + rdfs:comment "Maximum output of the pf controller (VCLMT)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26174,8 +26176,8 @@ cim:PFVArType2IEEEVArController.vclmt a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:PFVArType2IEEEVArController.vref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vref"@en ; - rdfs:comment "Voltage regulator reference (VREF)." ; + rdfs:label "vref" ; + rdfs:comment "Voltage regulator reference (VREF)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26185,90 +26187,90 @@ cim:PFVArType2IEEEVArController.vref a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:PFVArType2IEEEVArController.vs a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vs"@en ; - rdfs:comment "Generator sensing voltage (VS)." ; + rdfs:label "vs" ; + rdfs:comment "Generator sensing voltage (VS)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PFVArType2IEEEVArController ; rdfs:range xsd:float . cim:PowerSystemStabilizerUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PowerSystemStabilizerUserDefined ; rdfs:range xsd:boolean . cim:ProprietaryParameterDynamics.booleanParameterValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "booleanParameterValue"@en ; - rdfs:comment "Boolean parameter value. If this attribute is populated, integerParameterValue and floatParameterValue will not be." ; + rdfs:label "booleanParameterValue" ; + rdfs:comment "Boolean parameter value. If this attribute is populated, integerParameterValue and floatParameterValue will not be."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ProprietaryParameterDynamics ; rdfs:range xsd:boolean . cim:ProprietaryParameterDynamics.floatParameterValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "floatParameterValue"@en ; - rdfs:comment "Floating point parameter value. If this attribute is populated, booleanParameterValue and integerParameterValue will not be." ; + rdfs:label "floatParameterValue" ; + rdfs:comment "Floating point parameter value. If this attribute is populated, booleanParameterValue and integerParameterValue will not be."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ProprietaryParameterDynamics ; rdfs:range xsd:float . cim:ProprietaryParameterDynamics.integerParameterValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "integerParameterValue"@en ; - rdfs:comment "Integer parameter value. If this attribute is populated, booleanParameterValue and floatParameterValue will not be." ; + rdfs:label "integerParameterValue" ; + rdfs:comment "Integer parameter value. If this attribute is populated, booleanParameterValue and floatParameterValue will not be."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ProprietaryParameterDynamics ; rdfs:range xsd:integer . cim:ProprietaryParameterDynamics.parameterNumber a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "parameterNumber"@en ; - rdfs:comment "Sequence number of the parameter among the set of parameters associated with the related proprietary user-defined model." ; + rdfs:label "parameterNumber" ; + rdfs:comment "Sequence number of the parameter among the set of parameters associated with the related proprietary user-defined model."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ProprietaryParameterDynamics ; rdfs:range xsd:integer . cim:Pss1.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Frequency power input gain (KF). Typical value = 5." ; + rdfs:label "kf" ; + rdfs:comment "Frequency power input gain (KF). Typical value = 5."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss1 ; rdfs:range xsd:float . cim:Pss1.komega a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "komega"@en ; - rdfs:comment "Shaft speed power input gain (Komega). Typical value = 0." ; + rdfs:label "komega" ; + rdfs:comment "Shaft speed power input gain (Komega). Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss1 ; rdfs:range xsd:float . cim:Pss1.kpe a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpe"@en ; - rdfs:comment "Electric power input gain (KPE). Typical value = 0,3." ; + rdfs:label "kpe" ; + rdfs:comment "Electric power input gain (KPE). Typical value = 0,3."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss1 ; rdfs:range xsd:float . cim:Pss1.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "PSS gain (Ks). Typical value = 1." ; + rdfs:label "ks" ; + rdfs:comment "PSS gain (Ks). Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss1 ; rdfs:range xsd:float . cim:Pss1.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum power PSS enabling (Pmin). Typical value = 0,25." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum power PSS enabling (Pmin). Typical value = 0,25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26278,8 +26280,8 @@ cim:Pss1.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1.t10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t10"@en ; - rdfs:comment "Lead/lag time constant (T10) (>= 0). Typical value = 0." ; + rdfs:label "t10" ; + rdfs:comment "Lead/lag time constant (T10) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26290,8 +26292,8 @@ cim:Pss1.t10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Washout (T5) (>= 0). Typical value = 3,5." ; + rdfs:label "t5" ; + rdfs:comment "Washout (T5) (>= 0). Typical value = 3,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26302,8 +26304,8 @@ cim:Pss1.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Filter time constant (T6) (>= 0). Typical value = 0." ; + rdfs:label "t6" ; + rdfs:comment "Filter time constant (T6) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26314,8 +26316,8 @@ cim:Pss1.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t7"@en ; - rdfs:comment "Lead/lag time constant (T7) (>= 0). If = 0, both blocks are bypassed. Typical value = 0." ; + rdfs:label "t7" ; + rdfs:comment "Lead/lag time constant (T7) (>= 0). If = 0, both blocks are bypassed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26326,8 +26328,8 @@ cim:Pss1.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t8"@en ; - rdfs:comment "Lead/lag time constant (T8) (>= 0). Typical value = 0." ; + rdfs:label "t8" ; + rdfs:comment "Lead/lag time constant (T8) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26338,8 +26340,8 @@ cim:Pss1.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1.t9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t9"@en ; - rdfs:comment "Lead/lag time constant (T9) (>= 0). If = 0, both blocks are bypassed. Typical value = 0." ; + rdfs:label "t9" ; + rdfs:comment "Lead/lag time constant (T9) (>= 0). If = 0, both blocks are bypassed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26350,8 +26352,8 @@ cim:Pss1.t9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1.tpe a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpe"@en ; - rdfs:comment "Electric power filter time constant (TPE) (>= 0). Typical value = 0,05." ; + rdfs:label "tpe" ; + rdfs:comment "Electric power filter time constant (TPE) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26362,19 +26364,19 @@ cim:Pss1.tpe a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1.vadat a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vadat"@en ; + rdfs:label "vadat" ; rdfs:comment """Signal selector (VADAT). true = closed (generator power is greater than Pmin) false = open (Pe is smaller than Pmin). -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss1 ; rdfs:range xsd:boolean . cim:Pss1.vsmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmn"@en ; - rdfs:comment "Stabilizer output maximum limit (VSMN). Typical value = -0,06." ; + rdfs:label "vsmn" ; + rdfs:comment "Stabilizer output maximum limit (VSMN). Typical value = -0,06."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26384,8 +26386,8 @@ cim:Pss1.vsmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1.vsmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmx"@en ; - rdfs:comment "Stabilizer output minimum limit (VSMX). Typical value = 0,06." ; + rdfs:label "vsmx" ; + rdfs:comment "Stabilizer output minimum limit (VSMX). Typical value = 0,06."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26395,8 +26397,8 @@ cim:Pss1.vsmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.a1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a1"@en ; - rdfs:comment "Notch filter parameter (A1)." ; + rdfs:label "a1" ; + rdfs:comment "Notch filter parameter (A1)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26406,8 +26408,8 @@ cim:Pss1A.a1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.a2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a2"@en ; - rdfs:comment "Notch filter parameter (A2)." ; + rdfs:label "a2" ; + rdfs:comment "Notch filter parameter (A2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26417,8 +26419,8 @@ cim:Pss1A.a2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.a3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a3"@en ; - rdfs:comment "Notch filter parameter (A3)." ; + rdfs:label "a3" ; + rdfs:comment "Notch filter parameter (A3)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26428,8 +26430,8 @@ cim:Pss1A.a3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.a4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a4"@en ; - rdfs:comment "Notch filter parameter (A4)." ; + rdfs:label "a4" ; + rdfs:comment "Notch filter parameter (A4)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26439,8 +26441,8 @@ cim:Pss1A.a4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.a5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a5"@en ; - rdfs:comment "Notch filter parameter (A5)." ; + rdfs:label "a5" ; + rdfs:comment "Notch filter parameter (A5)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26450,8 +26452,8 @@ cim:Pss1A.a5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.a6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a6"@en ; - rdfs:comment "Notch filter parameter (A6)." ; + rdfs:label "a6" ; + rdfs:comment "Notch filter parameter (A6)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26461,8 +26463,8 @@ cim:Pss1A.a6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.a7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a7"@en ; - rdfs:comment "Notch filter parameter (A7)." ; + rdfs:label "a7" ; + rdfs:comment "Notch filter parameter (A7)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26472,8 +26474,8 @@ cim:Pss1A.a7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.a8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a8"@en ; - rdfs:comment "Notch filter parameter (A8)." ; + rdfs:label "a8" ; + rdfs:comment "Notch filter parameter (A8)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26483,18 +26485,18 @@ cim:Pss1A.a8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.kd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kd"@en ; + rdfs:label "kd" ; rdfs:comment """Selector (Kd). true = e-sTdelay used -false = e-sTdelay not used.""" ; +false = e-sTdelay not used."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss1A ; rdfs:range xsd:boolean . cim:Pss1A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Stabilizer gain (Ks)." ; + rdfs:label "ks" ; + rdfs:comment "Stabilizer gain (Ks)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26504,8 +26506,8 @@ cim:Pss1A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Lead/lag time constant (T1) (>= 0)." ; + rdfs:label "t1" ; + rdfs:comment "Lead/lag time constant (T1) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26516,8 +26518,8 @@ cim:Pss1A.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Lead/lag time constant (T2) (>= 0)." ; + rdfs:label "t2" ; + rdfs:comment "Lead/lag time constant (T2) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26528,8 +26530,8 @@ cim:Pss1A.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Lead/lag time constant (T3) (>= 0)." ; + rdfs:label "t3" ; + rdfs:comment "Lead/lag time constant (T3) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26540,8 +26542,8 @@ cim:Pss1A.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Lead/lag time constant (T4) (>= 0)." ; + rdfs:label "t4" ; + rdfs:comment "Lead/lag time constant (T4) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26552,8 +26554,8 @@ cim:Pss1A.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Washout time constant (T5) (>= 0)." ; + rdfs:label "t5" ; + rdfs:comment "Washout time constant (T5) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26564,8 +26566,8 @@ cim:Pss1A.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Transducer time constant (T6) (>= 0)." ; + rdfs:label "t6" ; + rdfs:comment "Transducer time constant (T6) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26576,8 +26578,8 @@ cim:Pss1A.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.tdelay a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tdelay"@en ; - rdfs:comment "Time constant (Tdelay) (>= 0)." ; + rdfs:label "tdelay" ; + rdfs:comment "Time constant (Tdelay) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26588,8 +26590,8 @@ cim:Pss1A.tdelay a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.vcl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vcl"@en ; - rdfs:comment "Stabilizer input cutoff threshold (Vcl)." ; + rdfs:label "vcl" ; + rdfs:comment "Stabilizer input cutoff threshold (Vcl)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26599,8 +26601,8 @@ cim:Pss1A.vcl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.vcu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vcu"@en ; - rdfs:comment "Stabilizer input cutoff threshold (Vcu)." ; + rdfs:label "vcu" ; + rdfs:comment "Stabilizer input cutoff threshold (Vcu)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26610,8 +26612,8 @@ cim:Pss1A.vcu a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum stabilizer output (Vrmax) (> Pss1A.vrmin)." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum stabilizer output (Vrmax) (> Pss1A.vrmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26621,8 +26623,8 @@ cim:Pss1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum stabilizer output (Vrmin) (< Pss1A.vrmax)." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum stabilizer output (Vrmin) (< Pss1A.vrmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26632,16 +26634,16 @@ cim:Pss1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.a a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a"@en ; - rdfs:comment "Numerator constant (a). Typical value = 1." ; + rdfs:label "a" ; + rdfs:comment "Numerator constant (a). Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss2B ; rdfs:range xsd:float . cim:Pss2B.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks1"@en ; - rdfs:comment "Stabilizer gain (Ks1). Typical value = 12." ; + rdfs:label "ks1" ; + rdfs:comment "Stabilizer gain (Ks1). Typical value = 12."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26651,8 +26653,8 @@ cim:Pss2B.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.ks2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks2"@en ; - rdfs:comment "Gain on signal #2 (Ks2). Typical value = 0,2." ; + rdfs:label "ks2" ; + rdfs:comment "Gain on signal #2 (Ks2). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26662,8 +26664,8 @@ cim:Pss2B.ks2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.ks3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks3"@en ; - rdfs:comment "Gain on signal #2 input before ramp-tracking filter (Ks3). Typical value = 1." ; + rdfs:label "ks3" ; + rdfs:comment "Gain on signal #2 input before ramp-tracking filter (Ks3). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26673,8 +26675,8 @@ cim:Pss2B.ks3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.ks4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks4"@en ; - rdfs:comment "Gain on signal #2 input after ramp-tracking filter (Ks4). Typical value = 1." ; + rdfs:label "ks4" ; + rdfs:comment "Gain on signal #2 input after ramp-tracking filter (Ks4). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26684,24 +26686,24 @@ cim:Pss2B.ks4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.m a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "m"@en ; - rdfs:comment "Denominator order of ramp tracking filter (m). Typical value = 5." ; + rdfs:label "m" ; + rdfs:comment "Denominator order of ramp tracking filter (m). Typical value = 5."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss2B ; rdfs:range xsd:integer . cim:Pss2B.n a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "n"@en ; - rdfs:comment "Order of ramp tracking filter (n). Typical value = 1." ; + rdfs:label "n" ; + rdfs:comment "Order of ramp tracking filter (n). Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss2B ; rdfs:range xsd:integer . cim:Pss2B.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Lead/lag time constant (T1) (>= 0). Typical value = 0,12." ; + rdfs:label "t1" ; + rdfs:comment "Lead/lag time constant (T1) (>= 0). Typical value = 0,12."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26712,8 +26714,8 @@ cim:Pss2B.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.t10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t10"@en ; - rdfs:comment "Lead/lag time constant (T10) (>= 0). Typical value = 0." ; + rdfs:label "t10" ; + rdfs:comment "Lead/lag time constant (T10) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26724,8 +26726,8 @@ cim:Pss2B.t10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.t11 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t11"@en ; - rdfs:comment "Lead/lag time constant (T11) (>= 0). Typical value = 0." ; + rdfs:label "t11" ; + rdfs:comment "Lead/lag time constant (T11) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26736,8 +26738,8 @@ cim:Pss2B.t11 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Lead/lag time constant (T2) (>= 0). Typical value = 0,02." ; + rdfs:label "t2" ; + rdfs:comment "Lead/lag time constant (T2) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26748,8 +26750,8 @@ cim:Pss2B.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Lead/lag time constant (T3) (>= 0). Typical value = 0,3." ; + rdfs:label "t3" ; + rdfs:comment "Lead/lag time constant (T3) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26760,8 +26762,8 @@ cim:Pss2B.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Lead/lag time constant (T4) (>= 0). Typical value = 0,02." ; + rdfs:label "t4" ; + rdfs:comment "Lead/lag time constant (T4) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26772,8 +26774,8 @@ cim:Pss2B.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Time constant on signal #1 (T6) (>= 0). Typical value = 0." ; + rdfs:label "t6" ; + rdfs:comment "Time constant on signal #1 (T6) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26784,8 +26786,8 @@ cim:Pss2B.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t7"@en ; - rdfs:comment "Time constant on signal #2 (T7) (>= 0). Typical value = 2." ; + rdfs:label "t7" ; + rdfs:comment "Time constant on signal #2 (T7) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26796,8 +26798,8 @@ cim:Pss2B.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t8"@en ; - rdfs:comment "Lead of ramp tracking filter (T8) (>= 0). Typical value = 0,2." ; + rdfs:label "t8" ; + rdfs:comment "Lead of ramp tracking filter (T8) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26808,8 +26810,8 @@ cim:Pss2B.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.t9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t9"@en ; - rdfs:comment "Lag of ramp tracking filter (T9) (>= 0). Typical value = 0,1." ; + rdfs:label "t9" ; + rdfs:comment "Lag of ramp tracking filter (T9) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26820,8 +26822,8 @@ cim:Pss2B.t9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Lead constant (Ta) (>= 0). Typical value = 0." ; + rdfs:label "ta" ; + rdfs:comment "Lead constant (Ta) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26832,8 +26834,8 @@ cim:Pss2B.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Lag time constant (Tb) (>= 0). Typical value = 0." ; + rdfs:label "tb" ; + rdfs:comment "Lag time constant (Tb) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26844,8 +26846,8 @@ cim:Pss2B.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.tw1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw1"@en ; - rdfs:comment "First washout on signal #1 (Tw1) (>= 0). Typical value = 2." ; + rdfs:label "tw1" ; + rdfs:comment "First washout on signal #1 (Tw1) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26856,8 +26858,8 @@ cim:Pss2B.tw1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.tw2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw2"@en ; - rdfs:comment "Second washout on signal #1 (Tw2) (>= 0). Typical value = 2." ; + rdfs:label "tw2" ; + rdfs:comment "Second washout on signal #1 (Tw2) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26868,8 +26870,8 @@ cim:Pss2B.tw2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.tw3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw3"@en ; - rdfs:comment "First washout on signal #2 (Tw3) (>= 0). Typical value = 2." ; + rdfs:label "tw3" ; + rdfs:comment "First washout on signal #2 (Tw3) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26880,8 +26882,8 @@ cim:Pss2B.tw3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.tw4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw4"@en ; - rdfs:comment "Second washout on signal #2 (Tw4) (>= 0). Typical value = 0." ; + rdfs:label "tw4" ; + rdfs:comment "Second washout on signal #2 (Tw4) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -26892,8 +26894,8 @@ cim:Pss2B.tw4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.vsi1max a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsi1max"@en ; - rdfs:comment "Input signal #1 maximum limit (Vsi1max) (> Pss2B.vsi1min). Typical value = 2." ; + rdfs:label "vsi1max" ; + rdfs:comment "Input signal #1 maximum limit (Vsi1max) (> Pss2B.vsi1min). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26903,8 +26905,8 @@ cim:Pss2B.vsi1max a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.vsi1min a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsi1min"@en ; - rdfs:comment "Input signal #1 minimum limit (Vsi1min) (< Pss2B.vsi1max). Typical value = -2." ; + rdfs:label "vsi1min" ; + rdfs:comment "Input signal #1 minimum limit (Vsi1min) (< Pss2B.vsi1max). Typical value = -2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26914,8 +26916,8 @@ cim:Pss2B.vsi1min a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.vsi2max a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsi2max"@en ; - rdfs:comment "Input signal #2 maximum limit (Vsi2max) (> Pss2B.vsi2min). Typical value = 2." ; + rdfs:label "vsi2max" ; + rdfs:comment "Input signal #2 maximum limit (Vsi2max) (> Pss2B.vsi2min). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26925,8 +26927,8 @@ cim:Pss2B.vsi2max a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.vsi2min a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsi2min"@en ; - rdfs:comment "Input signal #2 minimum limit (Vsi2min) (< Pss2B.vsi2max). Typical value = -2." ; + rdfs:label "vsi2min" ; + rdfs:comment "Input signal #2 minimum limit (Vsi2min) (< Pss2B.vsi2max). Typical value = -2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26936,8 +26938,8 @@ cim:Pss2B.vsi2min a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.vstmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vstmax"@en ; - rdfs:comment "Stabilizer output maximum limit (Vstmax) (> Pss2B.vstmin). Typical value = 0,1." ; + rdfs:label "vstmax" ; + rdfs:comment "Stabilizer output maximum limit (Vstmax) (> Pss2B.vstmin). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26947,8 +26949,8 @@ cim:Pss2B.vstmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2B.vstmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vstmin"@en ; - rdfs:comment "Stabilizer output minimum limit (Vstmin) (< Pss2B.vstmax). Typical value = -0,1." ; + rdfs:label "vstmin" ; + rdfs:comment "Stabilizer output minimum limit (Vstmin) (< Pss2B.vstmax). Typical value = -0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26958,8 +26960,8 @@ cim:Pss2B.vstmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Gain (K1)." ; + rdfs:label "k1" ; + rdfs:comment "Gain (K1)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26969,8 +26971,8 @@ cim:Pss2ST.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Gain (K2)." ; + rdfs:label "k2" ; + rdfs:comment "Gain (K2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26980,8 +26982,8 @@ cim:Pss2ST.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.lsmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lsmax"@en ; - rdfs:comment "Limiter (LSMAX) (> Pss2ST.lsmin)." ; + rdfs:label "lsmax" ; + rdfs:comment "Limiter (LSMAX) (> Pss2ST.lsmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -26991,8 +26993,8 @@ cim:Pss2ST.lsmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.lsmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lsmin"@en ; - rdfs:comment "Limiter (LSMIN) (< Pss2ST.lsmax)." ; + rdfs:label "lsmin" ; + rdfs:comment "Limiter (LSMIN) (< Pss2ST.lsmax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27002,8 +27004,8 @@ cim:Pss2ST.lsmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Time constant (T1) (>= 0)." ; + rdfs:label "t1" ; + rdfs:comment "Time constant (T1) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27014,8 +27016,8 @@ cim:Pss2ST.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.t10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t10"@en ; - rdfs:comment "Time constant (T10) (>= 0)." ; + rdfs:label "t10" ; + rdfs:comment "Time constant (T10) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27026,8 +27028,8 @@ cim:Pss2ST.t10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Time constant (T2) (>= 0)." ; + rdfs:label "t2" ; + rdfs:comment "Time constant (T2) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27038,8 +27040,8 @@ cim:Pss2ST.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Time constant (T3) (>= 0)." ; + rdfs:label "t3" ; + rdfs:comment "Time constant (T3) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27050,8 +27052,8 @@ cim:Pss2ST.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Time constant (T4) (>= 0)." ; + rdfs:label "t4" ; + rdfs:comment "Time constant (T4) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27062,8 +27064,8 @@ cim:Pss2ST.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Time constant (T5) (>= 0)." ; + rdfs:label "t5" ; + rdfs:comment "Time constant (T5) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27074,8 +27076,8 @@ cim:Pss2ST.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Time constant (T6) (>= 0)." ; + rdfs:label "t6" ; + rdfs:comment "Time constant (T6) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27086,8 +27088,8 @@ cim:Pss2ST.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t7"@en ; - rdfs:comment "Time constant (T7) (>= 0)." ; + rdfs:label "t7" ; + rdfs:comment "Time constant (T7) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27098,8 +27100,8 @@ cim:Pss2ST.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t8"@en ; - rdfs:comment "Time constant (T8) (>= 0)." ; + rdfs:label "t8" ; + rdfs:comment "Time constant (T8) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27110,8 +27112,8 @@ cim:Pss2ST.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.t9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t9"@en ; - rdfs:comment "Time constant (T9) (>= 0)." ; + rdfs:label "t9" ; + rdfs:comment "Time constant (T9) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27122,8 +27124,8 @@ cim:Pss2ST.t9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.vcl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vcl"@en ; - rdfs:comment "Cutoff limiter (VCL)." ; + rdfs:label "vcl" ; + rdfs:comment "Cutoff limiter (VCL)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27133,8 +27135,8 @@ cim:Pss2ST.vcl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss2ST.vcu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vcu"@en ; - rdfs:comment "Cutoff limiter (VCU)." ; + rdfs:label "vcu" ; + rdfs:comment "Cutoff limiter (VCU)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27144,19 +27146,19 @@ cim:Pss2ST.vcu a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss5.ctw2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ctw2"@en ; + rdfs:label "ctw2" ; rdfs:comment """Selector for second washout enabling (CTW2). true = second washout filter is bypassed false = second washout filter in use. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss5 ; rdfs:range xsd:boolean . cim:Pss5.deadband a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "deadband"@en ; - rdfs:comment "Stabilizer output deadband (DEADBAND). Typical value = 0." ; + rdfs:label "deadband" ; + rdfs:comment "Stabilizer output deadband (DEADBAND). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27166,43 +27168,43 @@ cim:Pss5.deadband a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss5.isfreq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isfreq"@en ; + rdfs:label "isfreq" ; rdfs:comment """Selector for frequency/shaft speed input (isFreq). true = speed (same meaning as InputSignaKind.rotorSpeed) false = frequency (same meaning as InputSignalKind.busFrequency). -Typical value = true (same meaning as InputSignalKind.rotorSpeed).""" ; +Typical value = true (same meaning as InputSignalKind.rotorSpeed)."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss5 ; rdfs:range xsd:boolean . cim:Pss5.kf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf"@en ; - rdfs:comment "Frequency/shaft speed input gain (KF). Typical value = 5." ; + rdfs:label "kf" ; + rdfs:comment "Frequency/shaft speed input gain (KF). Typical value = 5."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss5 ; rdfs:range xsd:float . cim:Pss5.kpe a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpe"@en ; - rdfs:comment "Electric power input gain (KPE). Typical value = 0,3." ; + rdfs:label "kpe" ; + rdfs:comment "Electric power input gain (KPE). Typical value = 0,3."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss5 ; rdfs:range xsd:float . cim:Pss5.kpss a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpss"@en ; - rdfs:comment "PSS gain (KPSS). Typical value = 1." ; + rdfs:label "kpss" ; + rdfs:comment "PSS gain (KPSS). Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss5 ; rdfs:range xsd:float . cim:Pss5.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum power PSS enabling (Pmin). Typical value = 0,25." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum power PSS enabling (Pmin). Typical value = 0,25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27212,8 +27214,8 @@ cim:Pss5.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss5.tl1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl1"@en ; - rdfs:comment "Lead/lag time constant (TL1) (>= 0). Typical value = 0." ; + rdfs:label "tl1" ; + rdfs:comment "Lead/lag time constant (TL1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27224,8 +27226,8 @@ cim:Pss5.tl1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss5.tl2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl2"@en ; - rdfs:comment "Lead/lag time constant (TL2) (>= 0). If = 0, both blocks are bypassed. Typical value = 0." ; + rdfs:label "tl2" ; + rdfs:comment "Lead/lag time constant (TL2) (>= 0). If = 0, both blocks are bypassed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27236,8 +27238,8 @@ cim:Pss5.tl2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss5.tl3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl3"@en ; - rdfs:comment "Lead/lag time constant (TL3) (>= 0). Typical value = 0." ; + rdfs:label "tl3" ; + rdfs:comment "Lead/lag time constant (TL3) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27248,8 +27250,8 @@ cim:Pss5.tl3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss5.tl4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl4"@en ; - rdfs:comment "Lead/lag time constant (TL4) (>= 0). If = 0, both blocks are bypassed. Typical value = 0." ; + rdfs:label "tl4" ; + rdfs:comment "Lead/lag time constant (TL4) (>= 0). If = 0, both blocks are bypassed. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27260,8 +27262,8 @@ cim:Pss5.tl4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss5.tpe a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpe"@en ; - rdfs:comment "Electric power filter time constant (TPE) (>= 0). Typical value = 0,05." ; + rdfs:label "tpe" ; + rdfs:comment "Electric power filter time constant (TPE) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27272,8 +27274,8 @@ cim:Pss5.tpe a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss5.tw1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw1"@en ; - rdfs:comment "First washout (TW1) (>= 0). Typical value = 3,5." ; + rdfs:label "tw1" ; + rdfs:comment "First washout (TW1) (>= 0). Typical value = 3,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27284,8 +27286,8 @@ cim:Pss5.tw1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss5.tw2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw2"@en ; - rdfs:comment "Second washout (TW2) (>= 0). Typical value = 0." ; + rdfs:label "tw2" ; + rdfs:comment "Second washout (TW2) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27296,19 +27298,19 @@ cim:Pss5.tw2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss5.vadat a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vadat"@en ; + rdfs:label "vadat" ; rdfs:comment """Signal selector (VadAtt). true = closed (generator power is greater than Pmin) false = open (Pe is smaller than Pmin). -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Pss5 ; rdfs:range xsd:boolean . cim:Pss5.vsmn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmn"@en ; - rdfs:comment "Stabilizer output maximum limit (VSMN). Typical value = -0,1." ; + rdfs:label "vsmn" ; + rdfs:comment "Stabilizer output maximum limit (VSMN). Typical value = -0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27318,8 +27320,8 @@ cim:Pss5.vsmn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Pss5.vsmx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmx"@en ; - rdfs:comment "Stabilizer output minimum limit (VSMX). Typical value = 0,1." ; + rdfs:label "vsmx" ; + rdfs:comment "Stabilizer output minimum limit (VSMX). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27329,8 +27331,8 @@ cim:Pss5.vsmx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssELIN2.apss a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "apss"@en ; - rdfs:comment "Coefficient (a_PSS). Typical value = 0,1." ; + rdfs:label "apss" ; + rdfs:comment "Coefficient (a_PSS). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27340,8 +27342,8 @@ cim:PssELIN2.apss a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssELIN2.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks1"@en ; - rdfs:comment "Gain (Ks1). Typical value = 1." ; + rdfs:label "ks1" ; + rdfs:comment "Gain (Ks1). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27351,8 +27353,8 @@ cim:PssELIN2.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssELIN2.ks2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks2"@en ; - rdfs:comment "Gain (Ks2). Typical value = 0,1." ; + rdfs:label "ks2" ; + rdfs:comment "Gain (Ks2). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27362,8 +27364,8 @@ cim:PssELIN2.ks2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssELIN2.ppss a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ppss"@en ; - rdfs:comment "Coefficient (p_PSS) (>= 0 and <= 4). Typical value = 0,1." ; + rdfs:label "ppss" ; + rdfs:comment "Coefficient (p_PSS) (>= 0 and <= 4). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27373,8 +27375,8 @@ cim:PssELIN2.ppss a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssELIN2.psslim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "psslim"@en ; - rdfs:comment "PSS limiter (psslim). Typical value = 0,1." ; + rdfs:label "psslim" ; + rdfs:comment "PSS limiter (psslim). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27384,8 +27386,8 @@ cim:PssELIN2.psslim a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssELIN2.ts1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts1"@en ; - rdfs:comment "Time constant (Ts1) (>= 0). Typical value = 0." ; + rdfs:label "ts1" ; + rdfs:comment "Time constant (Ts1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27396,8 +27398,8 @@ cim:PssELIN2.ts1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssELIN2.ts2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts2"@en ; - rdfs:comment "Time constant (Ts2) (>= 0). Typical value = 1." ; + rdfs:label "ts2" ; + rdfs:comment "Time constant (Ts2) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27408,8 +27410,8 @@ cim:PssELIN2.ts2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssELIN2.ts3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts3"@en ; - rdfs:comment "Time constant (Ts3) (>= 0). Typical value = 1." ; + rdfs:label "ts3" ; + rdfs:comment "Time constant (Ts3) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27420,8 +27422,8 @@ cim:PssELIN2.ts3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssELIN2.ts4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts4"@en ; - rdfs:comment "Time constant (Ts4) (>= 0). Typical value = 0,1." ; + rdfs:label "ts4" ; + rdfs:comment "Time constant (Ts4) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27432,8 +27434,8 @@ cim:PssELIN2.ts4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssELIN2.ts5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts5"@en ; - rdfs:comment "Time constant (Ts5) (>= 0). Typical value = 0." ; + rdfs:label "ts5" ; + rdfs:comment "Time constant (Ts5) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27444,8 +27446,8 @@ cim:PssELIN2.ts5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssELIN2.ts6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ts6"@en ; - rdfs:comment "Time constant (Ts6) (>= 0). Typical value = 1." ; + rdfs:label "ts6" ; + rdfs:comment "Time constant (Ts6) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27456,8 +27458,8 @@ cim:PssELIN2.ts6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE1A.a1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a1"@en ; - rdfs:comment "PSS signal conditioning frequency filter constant (A1). Typical value = 0,061." ; + rdfs:label "a1" ; + rdfs:comment "PSS signal conditioning frequency filter constant (A1). Typical value = 0,061."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27467,8 +27469,8 @@ cim:PssIEEE1A.a1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE1A.a2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a2"@en ; - rdfs:comment "PSS signal conditioning frequency filter constant (A2). Typical value = 0,0017." ; + rdfs:label "a2" ; + rdfs:comment "PSS signal conditioning frequency filter constant (A2). Typical value = 0,0017."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27478,8 +27480,8 @@ cim:PssIEEE1A.a2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE1A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Stabilizer gain (Ks). Typical value = 5." ; + rdfs:label "ks" ; + rdfs:comment "Stabilizer gain (Ks). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27489,8 +27491,8 @@ cim:PssIEEE1A.ks a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE1A.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Lead/lag time constant (T1) (>= 0). Typical value = 0,3." ; + rdfs:label "t1" ; + rdfs:comment "Lead/lag time constant (T1) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27501,8 +27503,8 @@ cim:PssIEEE1A.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE1A.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Lead/lag time constant (T2) (>= 0). Typical value = 0,03." ; + rdfs:label "t2" ; + rdfs:comment "Lead/lag time constant (T2) (>= 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27513,8 +27515,8 @@ cim:PssIEEE1A.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE1A.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Lead/lag time constant (T3) (>= 0). Typical value = 0,3." ; + rdfs:label "t3" ; + rdfs:comment "Lead/lag time constant (T3) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27525,8 +27527,8 @@ cim:PssIEEE1A.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE1A.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Lead/lag time constant (T4) (>= 0). Typical value = 0,03." ; + rdfs:label "t4" ; + rdfs:comment "Lead/lag time constant (T4) (>= 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27537,8 +27539,8 @@ cim:PssIEEE1A.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE1A.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Washout time constant (T5) (>= 0). Typical value = 10." ; + rdfs:label "t5" ; + rdfs:comment "Washout time constant (T5) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27549,8 +27551,8 @@ cim:PssIEEE1A.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE1A.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Transducer time constant (T6) (>= 0). Typical value = 0,01." ; + rdfs:label "t6" ; + rdfs:comment "Transducer time constant (T6) (>= 0). Typical value = 0,01."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27561,8 +27563,8 @@ cim:PssIEEE1A.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmax"@en ; - rdfs:comment "Maximum stabilizer output (Vrmax) (> PssIEEE1A.vrmin). Typical value = 0,05." ; + rdfs:label "vrmax" ; + rdfs:comment "Maximum stabilizer output (Vrmax) (> PssIEEE1A.vrmin). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27572,8 +27574,8 @@ cim:PssIEEE1A.vrmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vrmin"@en ; - rdfs:comment "Minimum stabilizer output (Vrmin) (< PssIEEE1A.vrmax). Typical value = -0,05." ; + rdfs:label "vrmin" ; + rdfs:comment "Minimum stabilizer output (Vrmin) (< PssIEEE1A.vrmax). Typical value = -0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27583,8 +27585,8 @@ cim:PssIEEE1A.vrmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks1"@en ; - rdfs:comment "Stabilizer gain (Ks1). Typical value = 12." ; + rdfs:label "ks1" ; + rdfs:comment "Stabilizer gain (Ks1). Typical value = 12."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27594,8 +27596,8 @@ cim:PssIEEE2B.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.ks2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks2"@en ; - rdfs:comment "Gain on signal #2 (Ks2). Typical value = 0,2." ; + rdfs:label "ks2" ; + rdfs:comment "Gain on signal #2 (Ks2). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27605,8 +27607,8 @@ cim:PssIEEE2B.ks2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.ks3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks3"@en ; - rdfs:comment "Gain on signal #2 input before ramp-tracking filter (Ks3). Typical value = 1." ; + rdfs:label "ks3" ; + rdfs:comment "Gain on signal #2 input before ramp-tracking filter (Ks3). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27616,24 +27618,24 @@ cim:PssIEEE2B.ks3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.m a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "m"@en ; - rdfs:comment "Denominator order of ramp tracking filter (M). Typical value = 5." ; + rdfs:label "m" ; + rdfs:comment "Denominator order of ramp tracking filter (M). Typical value = 5."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE2B ; rdfs:range xsd:integer . cim:PssIEEE2B.n a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "n"@en ; - rdfs:comment "Order of ramp tracking filter (N). Typical value = 1." ; + rdfs:label "n" ; + rdfs:comment "Order of ramp tracking filter (N). Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE2B ; rdfs:range xsd:integer . cim:PssIEEE2B.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Lead/lag time constant (T1) (>= 0). Typical value = 0,12." ; + rdfs:label "t1" ; + rdfs:comment "Lead/lag time constant (T1) (>= 0). Typical value = 0,12."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27644,8 +27646,8 @@ cim:PssIEEE2B.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.t10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t10"@en ; - rdfs:comment "Lead/lag time constant (T10) (>= 0). Typical value = 0." ; + rdfs:label "t10" ; + rdfs:comment "Lead/lag time constant (T10) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27656,8 +27658,8 @@ cim:PssIEEE2B.t10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.t11 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t11"@en ; - rdfs:comment "Lead/lag time constant (T11) (>= 0). Typical value = 0." ; + rdfs:label "t11" ; + rdfs:comment "Lead/lag time constant (T11) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27668,8 +27670,8 @@ cim:PssIEEE2B.t11 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Lead/lag time constant (T2) (>= 0). Typical value = 0,02." ; + rdfs:label "t2" ; + rdfs:comment "Lead/lag time constant (T2) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27680,8 +27682,8 @@ cim:PssIEEE2B.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Lead/lag time constant (T3) (>= 0). Typical value = 0,3." ; + rdfs:label "t3" ; + rdfs:comment "Lead/lag time constant (T3) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27692,8 +27694,8 @@ cim:PssIEEE2B.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Lead/lag time constant (T4) (>= 0). Typical value = 0,02." ; + rdfs:label "t4" ; + rdfs:comment "Lead/lag time constant (T4) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27704,8 +27706,8 @@ cim:PssIEEE2B.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Time constant on signal #1 (T6) (>= 0). Typical value = 0." ; + rdfs:label "t6" ; + rdfs:comment "Time constant on signal #1 (T6) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27716,8 +27718,8 @@ cim:PssIEEE2B.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t7"@en ; - rdfs:comment "Time constant on signal #2 (T7) (>= 0). Typical value = 2." ; + rdfs:label "t7" ; + rdfs:comment "Time constant on signal #2 (T7) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27728,8 +27730,8 @@ cim:PssIEEE2B.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t8"@en ; - rdfs:comment "Lead of ramp tracking filter (T8) (>= 0). Typical value = 0,2." ; + rdfs:label "t8" ; + rdfs:comment "Lead of ramp tracking filter (T8) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27740,8 +27742,8 @@ cim:PssIEEE2B.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.t9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t9"@en ; - rdfs:comment "Lag of ramp tracking filter (T9) (>= 0). Typical value = 0,1." ; + rdfs:label "t9" ; + rdfs:comment "Lag of ramp tracking filter (T9) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27752,8 +27754,8 @@ cim:PssIEEE2B.t9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.tw1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw1"@en ; - rdfs:comment "First washout on signal #1 (Tw1) (>= 0). Typical value = 2." ; + rdfs:label "tw1" ; + rdfs:comment "First washout on signal #1 (Tw1) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27764,8 +27766,8 @@ cim:PssIEEE2B.tw1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.tw2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw2"@en ; - rdfs:comment "Second washout on signal #1 (Tw2) (>= 0). Typical value = 2." ; + rdfs:label "tw2" ; + rdfs:comment "Second washout on signal #1 (Tw2) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27776,8 +27778,8 @@ cim:PssIEEE2B.tw2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.tw3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw3"@en ; - rdfs:comment "First washout on signal #2 (Tw3) (>= 0). Typical value = 2." ; + rdfs:label "tw3" ; + rdfs:comment "First washout on signal #2 (Tw3) (>= 0). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27788,8 +27790,8 @@ cim:PssIEEE2B.tw3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.tw4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw4"@en ; - rdfs:comment "Second washout on signal #2 (Tw4) (>= 0). Typical value = 0." ; + rdfs:label "tw4" ; + rdfs:comment "Second washout on signal #2 (Tw4) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27800,8 +27802,8 @@ cim:PssIEEE2B.tw4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.vsi1max a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsi1max"@en ; - rdfs:comment "Input signal #1 maximum limit (Vsi1max) (> PssIEEE2B.vsi1min). Typical value = 2." ; + rdfs:label "vsi1max" ; + rdfs:comment "Input signal #1 maximum limit (Vsi1max) (> PssIEEE2B.vsi1min). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27811,8 +27813,8 @@ cim:PssIEEE2B.vsi1max a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.vsi1min a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsi1min"@en ; - rdfs:comment "Input signal #1 minimum limit (Vsi1min) (< PssIEEE2B.vsi1max). Typical value = -2." ; + rdfs:label "vsi1min" ; + rdfs:comment "Input signal #1 minimum limit (Vsi1min) (< PssIEEE2B.vsi1max). Typical value = -2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27822,8 +27824,8 @@ cim:PssIEEE2B.vsi1min a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.vsi2max a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsi2max"@en ; - rdfs:comment "Input signal #2 maximum limit (Vsi2max) (> PssIEEE2B.vsi2min). Typical value = 2." ; + rdfs:label "vsi2max" ; + rdfs:comment "Input signal #2 maximum limit (Vsi2max) (> PssIEEE2B.vsi2min). Typical value = 2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27833,8 +27835,8 @@ cim:PssIEEE2B.vsi2max a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.vsi2min a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsi2min"@en ; - rdfs:comment "Input signal #2 minimum limit (Vsi2min) (< PssIEEE2B.vsi2max). Typical value = -2." ; + rdfs:label "vsi2min" ; + rdfs:comment "Input signal #2 minimum limit (Vsi2min) (< PssIEEE2B.vsi2max). Typical value = -2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27844,8 +27846,8 @@ cim:PssIEEE2B.vsi2min a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.vstmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vstmax"@en ; - rdfs:comment "Stabilizer output maximum limit (Vstmax) (> PssIEEE2B.vstmin). Typical value = 0,1." ; + rdfs:label "vstmax" ; + rdfs:comment "Stabilizer output maximum limit (Vstmax) (> PssIEEE2B.vstmin). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27855,8 +27857,8 @@ cim:PssIEEE2B.vstmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE2B.vstmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vstmin"@en ; - rdfs:comment "Stabilizer output minimum limit (Vstmin) (< PssIEEE2B.vstmax). Typical value = -0,1." ; + rdfs:label "vstmin" ; + rdfs:comment "Stabilizer output minimum limit (Vstmin) (< PssIEEE2B.vstmax). Typical value = -0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27866,8 +27868,8 @@ cim:PssIEEE2B.vstmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.a1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a1"@en ; - rdfs:comment "Notch filter parameter (A1). Typical value = 0,359." ; + rdfs:label "a1" ; + rdfs:comment "Notch filter parameter (A1). Typical value = 0,359."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27877,8 +27879,8 @@ cim:PssIEEE3B.a1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.a2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a2"@en ; - rdfs:comment "Notch filter parameter (A2). Typical value = 0,586." ; + rdfs:label "a2" ; + rdfs:comment "Notch filter parameter (A2). Typical value = 0,586."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27888,8 +27890,8 @@ cim:PssIEEE3B.a2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.a3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a3"@en ; - rdfs:comment "Notch filter parameter (A3). Typical value = 0,429." ; + rdfs:label "a3" ; + rdfs:comment "Notch filter parameter (A3). Typical value = 0,429."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27899,8 +27901,8 @@ cim:PssIEEE3B.a3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.a4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a4"@en ; - rdfs:comment "Notch filter parameter (A4). Typical value = 0,564." ; + rdfs:label "a4" ; + rdfs:comment "Notch filter parameter (A4). Typical value = 0,564."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27910,8 +27912,8 @@ cim:PssIEEE3B.a4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.a5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a5"@en ; - rdfs:comment "Notch filter parameter (A5). Typical value = 0,001." ; + rdfs:label "a5" ; + rdfs:comment "Notch filter parameter (A5). Typical value = 0,001."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27921,8 +27923,8 @@ cim:PssIEEE3B.a5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.a6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a6"@en ; - rdfs:comment "Notch filter parameter (A6). Typical value = 0." ; + rdfs:label "a6" ; + rdfs:comment "Notch filter parameter (A6). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27932,8 +27934,8 @@ cim:PssIEEE3B.a6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.a7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a7"@en ; - rdfs:comment "Notch filter parameter (A7). Typical value = 0,031." ; + rdfs:label "a7" ; + rdfs:comment "Notch filter parameter (A7). Typical value = 0,031."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27943,8 +27945,8 @@ cim:PssIEEE3B.a7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.a8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a8"@en ; - rdfs:comment "Notch filter parameter (A8). Typical value = 0." ; + rdfs:label "a8" ; + rdfs:comment "Notch filter parameter (A8). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27954,8 +27956,8 @@ cim:PssIEEE3B.a8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks1"@en ; - rdfs:comment "Gain on signal # 1 (Ks1). Typical value = -0,602." ; + rdfs:label "ks1" ; + rdfs:comment "Gain on signal # 1 (Ks1). Typical value = -0,602."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27965,8 +27967,8 @@ cim:PssIEEE3B.ks1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.ks2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks2"@en ; - rdfs:comment "Gain on signal # 2 (Ks2). Typical value = 30,12." ; + rdfs:label "ks2" ; + rdfs:comment "Gain on signal # 2 (Ks2). Typical value = 30,12."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -27976,8 +27978,8 @@ cim:PssIEEE3B.ks2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Transducer time constant (T1) (>= 0). Typical value = 0,012." ; + rdfs:label "t1" ; + rdfs:comment "Transducer time constant (T1) (>= 0). Typical value = 0,012."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -27988,8 +27990,8 @@ cim:PssIEEE3B.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Transducer time constant (T2) (>= 0). Typical value = 0,012." ; + rdfs:label "t2" ; + rdfs:comment "Transducer time constant (T2) (>= 0). Typical value = 0,012."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28000,8 +28002,8 @@ cim:PssIEEE3B.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.tw1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw1"@en ; - rdfs:comment "Washout time constant (Tw1) (>= 0). Typical value = 0,3." ; + rdfs:label "tw1" ; + rdfs:comment "Washout time constant (Tw1) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28012,8 +28014,8 @@ cim:PssIEEE3B.tw1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.tw2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw2"@en ; - rdfs:comment "Washout time constant (Tw2) (>= 0). Typical value = 0,3." ; + rdfs:label "tw2" ; + rdfs:comment "Washout time constant (Tw2) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28024,8 +28026,8 @@ cim:PssIEEE3B.tw2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.tw3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tw3"@en ; - rdfs:comment "Washout time constant (Tw3) (>= 0). Typical value = 0,6." ; + rdfs:label "tw3" ; + rdfs:comment "Washout time constant (Tw3) (>= 0). Typical value = 0,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28036,8 +28038,8 @@ cim:PssIEEE3B.tw3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.vstmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vstmax"@en ; - rdfs:comment "Stabilizer output maximum limit (Vstmax) (> PssIEEE3B.vstmin). Typical value = 0,1." ; + rdfs:label "vstmax" ; + rdfs:comment "Stabilizer output maximum limit (Vstmax) (> PssIEEE3B.vstmin). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28047,8 +28049,8 @@ cim:PssIEEE3B.vstmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE3B.vstmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vstmin"@en ; - rdfs:comment "Stabilizer output minimum limit (Vstmin) (< PssIEEE3B.vstmax). Typical value = -0,1." ; + rdfs:label "vstmin" ; + rdfs:comment "Stabilizer output minimum limit (Vstmin) (< PssIEEE3B.vstmax). Typical value = -0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28058,40 +28060,40 @@ cim:PssIEEE3B.vstmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.bwh1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bwh1"@en ; - rdfs:comment "Notch filter 1 (high-frequency band): three dB bandwidth (Bwi)." ; + rdfs:label "bwh1" ; + rdfs:comment "Notch filter 1 (high-frequency band): three dB bandwidth (Bwi)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE4B ; rdfs:range xsd:float . cim:PssIEEE4B.bwh2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bwh2"@en ; - rdfs:comment "Notch filter 2 (high-frequency band): three dB bandwidth (Bwi)." ; + rdfs:label "bwh2" ; + rdfs:comment "Notch filter 2 (high-frequency band): three dB bandwidth (Bwi)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE4B ; rdfs:range xsd:float . cim:PssIEEE4B.bwl1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bwl1"@en ; - rdfs:comment "Notch filter 1 (low-frequency band): three dB bandwidth (Bwi)." ; + rdfs:label "bwl1" ; + rdfs:comment "Notch filter 1 (low-frequency band): three dB bandwidth (Bwi)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE4B ; rdfs:range xsd:float . cim:PssIEEE4B.bwl2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bwl2"@en ; - rdfs:comment "Notch filter 2 (low-frequency band): three dB bandwidth (Bwi)." ; + rdfs:label "bwl2" ; + rdfs:comment "Notch filter 2 (low-frequency band): three dB bandwidth (Bwi)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE4B ; rdfs:range xsd:float . cim:PssIEEE4B.kh a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh"@en ; - rdfs:comment "High band gain (KH). Typical value = 120." ; + rdfs:label "kh" ; + rdfs:comment "High band gain (KH). Typical value = 120."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28101,8 +28103,8 @@ cim:PssIEEE4B.kh a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.kh1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh1"@en ; - rdfs:comment "High band differential filter gain (KH1). Typical value = 66." ; + rdfs:label "kh1" ; + rdfs:comment "High band differential filter gain (KH1). Typical value = 66."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28112,8 +28114,8 @@ cim:PssIEEE4B.kh1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.kh11 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh11"@en ; - rdfs:comment "High band first lead-lag blocks coefficient (KH11). Typical value = 1." ; + rdfs:label "kh11" ; + rdfs:comment "High band first lead-lag blocks coefficient (KH11). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28123,8 +28125,8 @@ cim:PssIEEE4B.kh11 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.kh17 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh17"@en ; - rdfs:comment "High band first lead-lag blocks coefficient (KH17). Typical value = 1." ; + rdfs:label "kh17" ; + rdfs:comment "High band first lead-lag blocks coefficient (KH17). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28134,8 +28136,8 @@ cim:PssIEEE4B.kh17 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.kh2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kh2"@en ; - rdfs:comment "High band differential filter gain (KH2). Typical value = 66." ; + rdfs:label "kh2" ; + rdfs:comment "High band differential filter gain (KH2). Typical value = 66."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28145,8 +28147,8 @@ cim:PssIEEE4B.kh2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Intermediate band gain (KI). Typical value = 30." ; + rdfs:label "ki" ; + rdfs:comment "Intermediate band gain (KI). Typical value = 30."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28156,8 +28158,8 @@ cim:PssIEEE4B.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ki1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki1"@en ; - rdfs:comment "Intermediate band differential filter gain (KI1). Typical value = 66." ; + rdfs:label "ki1" ; + rdfs:comment "Intermediate band differential filter gain (KI1). Typical value = 66."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28167,8 +28169,8 @@ cim:PssIEEE4B.ki1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ki11 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki11"@en ; - rdfs:comment "Intermediate band first lead-lag blocks coefficient (KI11). Typical value = 1." ; + rdfs:label "ki11" ; + rdfs:comment "Intermediate band first lead-lag blocks coefficient (KI11). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28178,8 +28180,8 @@ cim:PssIEEE4B.ki11 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ki17 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki17"@en ; - rdfs:comment "Intermediate band first lead-lag blocks coefficient (KI17). Typical value = 1." ; + rdfs:label "ki17" ; + rdfs:comment "Intermediate band first lead-lag blocks coefficient (KI17). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28189,8 +28191,8 @@ cim:PssIEEE4B.ki17 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ki2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki2"@en ; - rdfs:comment "Intermediate band differential filter gain (KI2). Typical value = 66." ; + rdfs:label "ki2" ; + rdfs:comment "Intermediate band differential filter gain (KI2). Typical value = 66."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28200,8 +28202,8 @@ cim:PssIEEE4B.ki2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.kl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kl"@en ; - rdfs:comment "Low band gain (KL). Typical value = 7.5." ; + rdfs:label "kl" ; + rdfs:comment "Low band gain (KL). Typical value = 7.5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28211,8 +28213,8 @@ cim:PssIEEE4B.kl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.kl1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kl1"@en ; - rdfs:comment "Low band differential filter gain (KL1). Typical value = 66." ; + rdfs:label "kl1" ; + rdfs:comment "Low band differential filter gain (KL1). Typical value = 66."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28222,8 +28224,8 @@ cim:PssIEEE4B.kl1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.kl11 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kl11"@en ; - rdfs:comment "Low band first lead-lag blocks coefficient (KL11). Typical value = 1." ; + rdfs:label "kl11" ; + rdfs:comment "Low band first lead-lag blocks coefficient (KL11). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28233,8 +28235,8 @@ cim:PssIEEE4B.kl11 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.kl17 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kl17"@en ; - rdfs:comment "Low band first lead-lag blocks coefficient (KL17). Typical value = 1." ; + rdfs:label "kl17" ; + rdfs:comment "Low band first lead-lag blocks coefficient (KL17). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28244,8 +28246,8 @@ cim:PssIEEE4B.kl17 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.kl2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kl2"@en ; - rdfs:comment "Low band differential filter gain (KL2). Typical value = 66." ; + rdfs:label "kl2" ; + rdfs:comment "Low band differential filter gain (KL2). Typical value = 66."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28255,40 +28257,40 @@ cim:PssIEEE4B.kl2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.omeganh1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "omeganh1"@en ; - rdfs:comment "Notch filter 1 (high-frequency band): filter frequency (omegani)." ; + rdfs:label "omeganh1" ; + rdfs:comment "Notch filter 1 (high-frequency band): filter frequency (omegani)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE4B ; rdfs:range xsd:float . cim:PssIEEE4B.omeganh2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "omeganh2"@en ; - rdfs:comment "Notch filter 2 (high-frequency band): filter frequency (omegani)." ; + rdfs:label "omeganh2" ; + rdfs:comment "Notch filter 2 (high-frequency band): filter frequency (omegani)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE4B ; rdfs:range xsd:float . cim:PssIEEE4B.omeganl1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "omeganl1"@en ; - rdfs:comment "Notch filter 1 (low-frequency band): filter frequency (omegani)." ; + rdfs:label "omeganl1" ; + rdfs:comment "Notch filter 1 (low-frequency band): filter frequency (omegani)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE4B ; rdfs:range xsd:float . cim:PssIEEE4B.omeganl2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "omeganl2"@en ; - rdfs:comment "Notch filter 2 (low-frequency band): filter frequency (omegani)." ; + rdfs:label "omeganl2" ; + rdfs:comment "Notch filter 2 (low-frequency band): filter frequency (omegani)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssIEEE4B ; rdfs:range xsd:float . cim:PssIEEE4B.th1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th1"@en ; - rdfs:comment "High band time constant (TH1) (>= 0). Typical value = 0,01513." ; + rdfs:label "th1" ; + rdfs:comment "High band time constant (TH1) (>= 0). Typical value = 0,01513."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28299,8 +28301,8 @@ cim:PssIEEE4B.th1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.th10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th10"@en ; - rdfs:comment "High band time constant (TH10) (>= 0). Typical value = 0." ; + rdfs:label "th10" ; + rdfs:comment "High band time constant (TH10) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28311,8 +28313,8 @@ cim:PssIEEE4B.th10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.th11 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th11"@en ; - rdfs:comment "High band time constant (TH11) (>= 0). Typical value = 0." ; + rdfs:label "th11" ; + rdfs:comment "High band time constant (TH11) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28323,8 +28325,8 @@ cim:PssIEEE4B.th11 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.th12 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th12"@en ; - rdfs:comment "High band time constant (TH12) (>= 0). Typical value = 0." ; + rdfs:label "th12" ; + rdfs:comment "High band time constant (TH12) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28335,8 +28337,8 @@ cim:PssIEEE4B.th12 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.th2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th2"@en ; - rdfs:comment "High band time constant (TH2) (>= 0). Typical value = 0,01816." ; + rdfs:label "th2" ; + rdfs:comment "High band time constant (TH2) (>= 0). Typical value = 0,01816."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28347,8 +28349,8 @@ cim:PssIEEE4B.th2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.th3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th3"@en ; - rdfs:comment "High band time constant (TH3) (>= 0). Typical value = 0." ; + rdfs:label "th3" ; + rdfs:comment "High band time constant (TH3) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28359,8 +28361,8 @@ cim:PssIEEE4B.th3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.th4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th4"@en ; - rdfs:comment "High band time constant (TH4) (>= 0). Typical value = 0." ; + rdfs:label "th4" ; + rdfs:comment "High band time constant (TH4) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28371,8 +28373,8 @@ cim:PssIEEE4B.th4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.th5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th5"@en ; - rdfs:comment "High band time constant (TH5) (>= 0). Typical value = 0." ; + rdfs:label "th5" ; + rdfs:comment "High band time constant (TH5) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28383,8 +28385,8 @@ cim:PssIEEE4B.th5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.th6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th6"@en ; - rdfs:comment "High band time constant (TH6) (>= 0). Typical value = 0." ; + rdfs:label "th6" ; + rdfs:comment "High band time constant (TH6) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28395,8 +28397,8 @@ cim:PssIEEE4B.th6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.th7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th7"@en ; - rdfs:comment "High band time constant (TH7) (>= 0). Typical value = 0,01816." ; + rdfs:label "th7" ; + rdfs:comment "High band time constant (TH7) (>= 0). Typical value = 0,01816."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28407,8 +28409,8 @@ cim:PssIEEE4B.th7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.th8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th8"@en ; - rdfs:comment "High band time constant (TH8) (>= 0). Typical value = 0,02179." ; + rdfs:label "th8" ; + rdfs:comment "High band time constant (TH8) (>= 0). Typical value = 0,02179."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28419,8 +28421,8 @@ cim:PssIEEE4B.th8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.th9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "th9"@en ; - rdfs:comment "High band time constant (TH9) (>= 0). Typical value = 0." ; + rdfs:label "th9" ; + rdfs:comment "High band time constant (TH9) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28431,8 +28433,8 @@ cim:PssIEEE4B.th9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti1"@en ; - rdfs:comment "Intermediate band time constant (TI1) (>= 0). Typical value = 0,173." ; + rdfs:label "ti1" ; + rdfs:comment "Intermediate band time constant (TI1) (>= 0). Typical value = 0,173."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28443,8 +28445,8 @@ cim:PssIEEE4B.ti1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti10"@en ; - rdfs:comment "Intermediate band time constant (TI10) (>= 0). Typical value = 0." ; + rdfs:label "ti10" ; + rdfs:comment "Intermediate band time constant (TI10) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28455,8 +28457,8 @@ cim:PssIEEE4B.ti10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti11 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti11"@en ; - rdfs:comment "Intermediate band time constant (TI11) (>= 0). Typical value = 0." ; + rdfs:label "ti11" ; + rdfs:comment "Intermediate band time constant (TI11) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28467,8 +28469,8 @@ cim:PssIEEE4B.ti11 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti12 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti12"@en ; - rdfs:comment "Intermediate band time constant (TI12) (>= 0). Typical value = 0." ; + rdfs:label "ti12" ; + rdfs:comment "Intermediate band time constant (TI12) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28479,8 +28481,8 @@ cim:PssIEEE4B.ti12 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti2"@en ; - rdfs:comment "Intermediate band time constant (TI2) (>= 0). Typical value = 0,2075." ; + rdfs:label "ti2" ; + rdfs:comment "Intermediate band time constant (TI2) (>= 0). Typical value = 0,2075."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28491,8 +28493,8 @@ cim:PssIEEE4B.ti2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti3"@en ; - rdfs:comment "Intermediate band time constant (TI3) (>= 0). Typical value = 0." ; + rdfs:label "ti3" ; + rdfs:comment "Intermediate band time constant (TI3) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28503,8 +28505,8 @@ cim:PssIEEE4B.ti3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti4"@en ; - rdfs:comment "Intermediate band time constant (TI4) (>= 0). Typical value = 0." ; + rdfs:label "ti4" ; + rdfs:comment "Intermediate band time constant (TI4) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28515,8 +28517,8 @@ cim:PssIEEE4B.ti4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti5"@en ; - rdfs:comment "Intermediate band time constant (TI5) (>= 0). Typical value = 0." ; + rdfs:label "ti5" ; + rdfs:comment "Intermediate band time constant (TI5) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28527,8 +28529,8 @@ cim:PssIEEE4B.ti5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti6"@en ; - rdfs:comment "Intermediate band time constant (TI6) (>= 0). Typical value = 0." ; + rdfs:label "ti6" ; + rdfs:comment "Intermediate band time constant (TI6) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28539,8 +28541,8 @@ cim:PssIEEE4B.ti6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti7"@en ; - rdfs:comment "Intermediate band time constant (TI7) (>= 0). Typical value = 0,2075." ; + rdfs:label "ti7" ; + rdfs:comment "Intermediate band time constant (TI7) (>= 0). Typical value = 0,2075."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28551,8 +28553,8 @@ cim:PssIEEE4B.ti7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti8"@en ; - rdfs:comment "Intermediate band time constant (TI8) (>= 0). Typical value = 0,2491." ; + rdfs:label "ti8" ; + rdfs:comment "Intermediate band time constant (TI8) (>= 0). Typical value = 0,2491."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28563,8 +28565,8 @@ cim:PssIEEE4B.ti8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.ti9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ti9"@en ; - rdfs:comment "Intermediate band time constant (TI9) (>= 0). Typical value = 0." ; + rdfs:label "ti9" ; + rdfs:comment "Intermediate band time constant (TI9) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28575,8 +28577,8 @@ cim:PssIEEE4B.ti9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl1"@en ; - rdfs:comment "Low band time constant (TL1) (>= 0). Typical value = 1,73." ; + rdfs:label "tl1" ; + rdfs:comment "Low band time constant (TL1) (>= 0). Typical value = 1,73."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28587,8 +28589,8 @@ cim:PssIEEE4B.tl1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl10"@en ; - rdfs:comment "Low band time constant (TL10) (>= 0). Typical value = 0." ; + rdfs:label "tl10" ; + rdfs:comment "Low band time constant (TL10) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28599,8 +28601,8 @@ cim:PssIEEE4B.tl10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl11 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl11"@en ; - rdfs:comment "Low band time constant (TL11) (>= 0). Typical value = 0." ; + rdfs:label "tl11" ; + rdfs:comment "Low band time constant (TL11) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28611,8 +28613,8 @@ cim:PssIEEE4B.tl11 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl12 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl12"@en ; - rdfs:comment "Low band time constant (TL12) (>= 0). Typical value = 0." ; + rdfs:label "tl12" ; + rdfs:comment "Low band time constant (TL12) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28623,8 +28625,8 @@ cim:PssIEEE4B.tl12 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl2"@en ; - rdfs:comment "Low band time constant (TL2) (>= 0). Typical value = 2,075." ; + rdfs:label "tl2" ; + rdfs:comment "Low band time constant (TL2) (>= 0). Typical value = 2,075."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28635,8 +28637,8 @@ cim:PssIEEE4B.tl2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl3"@en ; - rdfs:comment "Low band time constant (TL3) (>= 0). Typical value = 0." ; + rdfs:label "tl3" ; + rdfs:comment "Low band time constant (TL3) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28647,8 +28649,8 @@ cim:PssIEEE4B.tl3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl4"@en ; - rdfs:comment "Low band time constant (TL4) (>= 0). Typical value = 0." ; + rdfs:label "tl4" ; + rdfs:comment "Low band time constant (TL4) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28659,8 +28661,8 @@ cim:PssIEEE4B.tl4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl5"@en ; - rdfs:comment "Low band time constant (TL5) (>= 0). Typical value = 0." ; + rdfs:label "tl5" ; + rdfs:comment "Low band time constant (TL5) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28671,8 +28673,8 @@ cim:PssIEEE4B.tl5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl6"@en ; - rdfs:comment "Low band time constant (TL6) (>= 0). Typical value = 0." ; + rdfs:label "tl6" ; + rdfs:comment "Low band time constant (TL6) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28683,8 +28685,8 @@ cim:PssIEEE4B.tl6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl7"@en ; - rdfs:comment "Low band time constant (TL7) (>= 0). Typical value = 2,075." ; + rdfs:label "tl7" ; + rdfs:comment "Low band time constant (TL7) (>= 0). Typical value = 2,075."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28695,8 +28697,8 @@ cim:PssIEEE4B.tl7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl8"@en ; - rdfs:comment "Low band time constant (TL8) (>= 0). Typical value = 2,491." ; + rdfs:label "tl8" ; + rdfs:comment "Low band time constant (TL8) (>= 0). Typical value = 2,491."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28707,8 +28709,8 @@ cim:PssIEEE4B.tl8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.tl9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tl9"@en ; - rdfs:comment "Low band time constant (TL9) (>= 0). Typical value = 0." ; + rdfs:label "tl9" ; + rdfs:comment "Low band time constant (TL9) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28719,8 +28721,8 @@ cim:PssIEEE4B.tl9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.vhmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vhmax"@en ; - rdfs:comment "High band output maximum limit (VHmax) (> PssIEEE4B.vhmin). Typical value = 0,6." ; + rdfs:label "vhmax" ; + rdfs:comment "High band output maximum limit (VHmax) (> PssIEEE4B.vhmin). Typical value = 0,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28730,8 +28732,8 @@ cim:PssIEEE4B.vhmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.vhmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vhmin"@en ; - rdfs:comment "High band output minimum limit (VHmin) (< PssIEEE4V.vhmax). Typical value = -0,6." ; + rdfs:label "vhmin" ; + rdfs:comment "High band output minimum limit (VHmin) (< PssIEEE4V.vhmax). Typical value = -0,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28741,8 +28743,8 @@ cim:PssIEEE4B.vhmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimax"@en ; - rdfs:comment "Intermediate band output maximum limit (VImax) (> PssIEEE4B.vimin). Typical value = 0,6." ; + rdfs:label "vimax" ; + rdfs:comment "Intermediate band output maximum limit (VImax) (> PssIEEE4B.vimin). Typical value = 0,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28752,8 +28754,8 @@ cim:PssIEEE4B.vimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vimin"@en ; - rdfs:comment "Intermediate band output minimum limit (VImin) (< PssIEEE4B.vimax). Typical value = -0,6." ; + rdfs:label "vimin" ; + rdfs:comment "Intermediate band output minimum limit (VImin) (< PssIEEE4B.vimax). Typical value = -0,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28763,8 +28765,8 @@ cim:PssIEEE4B.vimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.vlmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vlmax"@en ; - rdfs:comment "Low band output maximum limit (VLmax) (> PssIEEE4B.vlmin). Typical value = 0,075." ; + rdfs:label "vlmax" ; + rdfs:comment "Low band output maximum limit (VLmax) (> PssIEEE4B.vlmin). Typical value = 0,075."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28774,8 +28776,8 @@ cim:PssIEEE4B.vlmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.vlmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vlmin"@en ; - rdfs:comment "Low band output minimum limit (VLmin) (< PssIEEE4B.vlmax). Typical value = -0,075." ; + rdfs:label "vlmin" ; + rdfs:comment "Low band output minimum limit (VLmin) (< PssIEEE4B.vlmax). Typical value = -0,075."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28785,8 +28787,8 @@ cim:PssIEEE4B.vlmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.vstmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vstmax"@en ; - rdfs:comment "PSS output maximum limit (VSTmax) (> PssIEEE4B.vstmin). Typical value = 0,15." ; + rdfs:label "vstmax" ; + rdfs:comment "PSS output maximum limit (VSTmax) (> PssIEEE4B.vstmin). Typical value = 0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28796,8 +28798,8 @@ cim:PssIEEE4B.vstmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssIEEE4B.vstmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vstmin"@en ; - rdfs:comment "PSS output minimum limit (VSTmin) (< PssIEEE4B.vstmax). Typical value = -0,15." ; + rdfs:label "vstmin" ; + rdfs:comment "PSS output minimum limit (VSTmin) (< PssIEEE4B.vstmax). Typical value = -0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28807,8 +28809,8 @@ cim:PssIEEE4B.vstmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST1.dtc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dtc"@en ; - rdfs:comment "Time step related to activation of controls (deltatc) (>= 0). Typical value = 0,025." ; + rdfs:label "dtc" ; + rdfs:comment "Time step related to activation of controls (deltatc) (>= 0). Typical value = 0,025."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28819,8 +28821,8 @@ cim:PssPTIST1.dtc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST1.dtf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dtf"@en ; - rdfs:comment "Time step frequency calculation (deltatf) (>= 0). Typical value = 0,025." ; + rdfs:label "dtf" ; + rdfs:comment "Time step frequency calculation (deltatf) (>= 0). Typical value = 0,025."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28831,8 +28833,8 @@ cim:PssPTIST1.dtf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST1.dtp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dtp"@en ; - rdfs:comment "Time step active power calculation (deltatp) (>= 0). Typical value = 0,0125." ; + rdfs:label "dtp" ; + rdfs:comment "Time step active power calculation (deltatp) (>= 0). Typical value = 0,0125."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28843,8 +28845,8 @@ cim:PssPTIST1.dtp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST1.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Gain (K). Typical value = 9." ; + rdfs:label "k" ; + rdfs:comment "Gain (K). Typical value = 9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28854,8 +28856,8 @@ cim:PssPTIST1.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST1.m a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "m"@en ; - rdfs:comment "(M). M = 2 x H. Typical value = 5." ; + rdfs:label "m" ; + rdfs:comment "(M). M = 2 x H. Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28865,8 +28867,8 @@ cim:PssPTIST1.m a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST1.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Time constant (T1) (>= 0). Typical value = 0,3." ; + rdfs:label "t1" ; + rdfs:comment "Time constant (T1) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28877,8 +28879,8 @@ cim:PssPTIST1.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST1.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Time constant (T2) (>= 0). Typical value = 1." ; + rdfs:label "t2" ; + rdfs:comment "Time constant (T2) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28889,8 +28891,8 @@ cim:PssPTIST1.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST1.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Time constant (T3) (>= 0). Typical value = 0,2." ; + rdfs:label "t3" ; + rdfs:comment "Time constant (T3) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28901,8 +28903,8 @@ cim:PssPTIST1.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST1.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Time constant (T4) (>= 0). Typical value = 0,05." ; + rdfs:label "t4" ; + rdfs:comment "Time constant (T4) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28913,8 +28915,8 @@ cim:PssPTIST1.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST1.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Time constant (Tf) (>= 0). Typical value = 0,2." ; + rdfs:label "tf" ; + rdfs:comment "Time constant (Tf) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28925,8 +28927,8 @@ cim:PssPTIST1.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST1.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Time constant (Tp) (>= 0). Typical value = 0,2." ; + rdfs:label "tp" ; + rdfs:comment "Time constant (Tp) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -28937,8 +28939,8 @@ cim:PssPTIST1.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.a0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a0"@en ; - rdfs:comment "Filter coefficient (A0)." ; + rdfs:label "a0" ; + rdfs:comment "Filter coefficient (A0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28948,8 +28950,8 @@ cim:PssPTIST3.a0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.a1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a1"@en ; - rdfs:comment "Limiter (Al)." ; + rdfs:label "a1" ; + rdfs:comment "Limiter (Al)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28959,8 +28961,8 @@ cim:PssPTIST3.a1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.a2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a2"@en ; - rdfs:comment "Filter coefficient (A2)." ; + rdfs:label "a2" ; + rdfs:comment "Filter coefficient (A2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28970,8 +28972,8 @@ cim:PssPTIST3.a2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.a3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a3"@en ; - rdfs:comment "Filter coefficient (A3)." ; + rdfs:label "a3" ; + rdfs:comment "Filter coefficient (A3)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28981,8 +28983,8 @@ cim:PssPTIST3.a3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.a4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a4"@en ; - rdfs:comment "Filter coefficient (A4)." ; + rdfs:label "a4" ; + rdfs:comment "Filter coefficient (A4)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -28992,8 +28994,8 @@ cim:PssPTIST3.a4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.a5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "a5"@en ; - rdfs:comment "Filter coefficient (A5)." ; + rdfs:label "a5" ; + rdfs:comment "Filter coefficient (A5)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29003,8 +29005,8 @@ cim:PssPTIST3.a5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.al a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "al"@en ; - rdfs:comment "Limiter (Al)." ; + rdfs:label "al" ; + rdfs:comment "Limiter (Al)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29014,8 +29016,8 @@ cim:PssPTIST3.al a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.athres a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "athres"@en ; - rdfs:comment "Threshold value above which output averaging will be bypassed (Athres). Typical value = 0,005." ; + rdfs:label "athres" ; + rdfs:comment "Threshold value above which output averaging will be bypassed (Athres). Typical value = 0,005."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29025,8 +29027,8 @@ cim:PssPTIST3.athres a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.b0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b0"@en ; - rdfs:comment "Filter coefficient (B0)." ; + rdfs:label "b0" ; + rdfs:comment "Filter coefficient (B0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29036,8 +29038,8 @@ cim:PssPTIST3.b0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.b1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b1"@en ; - rdfs:comment "Filter coefficient (B1)." ; + rdfs:label "b1" ; + rdfs:comment "Filter coefficient (B1)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29047,8 +29049,8 @@ cim:PssPTIST3.b1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.b2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b2"@en ; - rdfs:comment "Filter coefficient (B2)." ; + rdfs:label "b2" ; + rdfs:comment "Filter coefficient (B2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29058,8 +29060,8 @@ cim:PssPTIST3.b2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.b3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b3"@en ; - rdfs:comment "Filter coefficient (B3)." ; + rdfs:label "b3" ; + rdfs:comment "Filter coefficient (B3)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29069,8 +29071,8 @@ cim:PssPTIST3.b3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.b4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b4"@en ; - rdfs:comment "Filter coefficient (B4)." ; + rdfs:label "b4" ; + rdfs:comment "Filter coefficient (B4)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29080,8 +29082,8 @@ cim:PssPTIST3.b4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.b5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b5"@en ; - rdfs:comment "Filter coefficient (B5)." ; + rdfs:label "b5" ; + rdfs:comment "Filter coefficient (B5)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29091,8 +29093,8 @@ cim:PssPTIST3.b5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.dl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dl"@en ; - rdfs:comment "Limiter (Dl)." ; + rdfs:label "dl" ; + rdfs:comment "Limiter (Dl)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29102,8 +29104,8 @@ cim:PssPTIST3.dl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.dtc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dtc"@en ; - rdfs:comment "Time step related to activation of controls (deltatc) (>= 0). Typical value = 0,025 (0,03 for 50 Hz)." ; + rdfs:label "dtc" ; + rdfs:comment "Time step related to activation of controls (deltatc) (>= 0). Typical value = 0,025 (0,03 for 50 Hz)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29114,8 +29116,8 @@ cim:PssPTIST3.dtc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.dtf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dtf"@en ; - rdfs:comment "Time step frequency calculation (deltatf) (>= 0). Typical value = 0,025 (0,03 for 50 Hz)." ; + rdfs:label "dtf" ; + rdfs:comment "Time step frequency calculation (deltatf) (>= 0). Typical value = 0,025 (0,03 for 50 Hz)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29126,8 +29128,8 @@ cim:PssPTIST3.dtf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.dtp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dtp"@en ; - rdfs:comment "Time step active power calculation (deltatp) (>= 0). Typical value = 0,0125 (0,015 for 50 Hz)." ; + rdfs:label "dtp" ; + rdfs:comment "Time step active power calculation (deltatp) (>= 0). Typical value = 0,0125 (0,015 for 50 Hz)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29138,18 +29140,18 @@ cim:PssPTIST3.dtp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.isw a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isw"@en ; + rdfs:label "isw" ; rdfs:comment """Digital/analogue output switch (Isw). true = produce analogue output -false = convert to digital output, using tap selection table.""" ; +false = convert to digital output, using tap selection table."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssPTIST3 ; rdfs:range xsd:boolean . cim:PssPTIST3.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Gain (K). Typical value = 9." ; + rdfs:label "k" ; + rdfs:comment "Gain (K). Typical value = 9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29159,8 +29161,8 @@ cim:PssPTIST3.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.lthres a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lthres"@en ; - rdfs:comment "Threshold value (Lthres)." ; + rdfs:label "lthres" ; + rdfs:comment "Threshold value (Lthres)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29170,8 +29172,8 @@ cim:PssPTIST3.lthres a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.m a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "m"@en ; - rdfs:comment "(M). M = 2 x H. Typical value = 5." ; + rdfs:label "m" ; + rdfs:comment "(M). M = 2 x H. Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29181,32 +29183,32 @@ cim:PssPTIST3.m a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.nav a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nav"@en ; - rdfs:comment "Number of control outputs to average (NAV) (1 <= NAV <= 16). Typical value = 4." ; + rdfs:label "nav" ; + rdfs:comment "Number of control outputs to average (NAV) (1 <= NAV <= 16). Typical value = 4."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssPTIST3 ; rdfs:range xsd:float . cim:PssPTIST3.ncl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ncl"@en ; - rdfs:comment "Number of counts at limit to active limit function (NCL) (> 0)." ; + rdfs:label "ncl" ; + rdfs:comment "Number of counts at limit to active limit function (NCL) (> 0)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssPTIST3 ; rdfs:range xsd:float . cim:PssPTIST3.ncr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ncr"@en ; - rdfs:comment "Number of counts until reset after limit function is triggered (NCR)." ; + rdfs:label "ncr" ; + rdfs:comment "Number of counts until reset after limit function is triggered (NCR)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssPTIST3 ; rdfs:range xsd:float . cim:PssPTIST3.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "(Pmin)." ; + rdfs:label "pmin" ; + rdfs:comment "(Pmin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29216,8 +29218,8 @@ cim:PssPTIST3.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Time constant (T1) (>= 0). Typical value = 0,3." ; + rdfs:label "t1" ; + rdfs:comment "Time constant (T1) (>= 0). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29228,8 +29230,8 @@ cim:PssPTIST3.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Time constant (T2) (>= 0). Typical value = 1." ; + rdfs:label "t2" ; + rdfs:comment "Time constant (T2) (>= 0). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29240,8 +29242,8 @@ cim:PssPTIST3.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Time constant (T3) (>= 0). Typical value = 0,2." ; + rdfs:label "t3" ; + rdfs:comment "Time constant (T3) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29252,8 +29254,8 @@ cim:PssPTIST3.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Time constant (T4) (>= 0). Typical value = 0,05." ; + rdfs:label "t4" ; + rdfs:comment "Time constant (T4) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29264,8 +29266,8 @@ cim:PssPTIST3.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Time constant (T5) (>= 0)." ; + rdfs:label "t5" ; + rdfs:comment "Time constant (T5) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29276,8 +29278,8 @@ cim:PssPTIST3.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Time constant (T6) (>= 0)." ; + rdfs:label "t6" ; + rdfs:comment "Time constant (T6) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29288,8 +29290,8 @@ cim:PssPTIST3.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.tf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf"@en ; - rdfs:comment "Time constant (Tf) (>= 0). Typical value = 0,2." ; + rdfs:label "tf" ; + rdfs:comment "Time constant (Tf) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29300,8 +29302,8 @@ cim:PssPTIST3.tf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssPTIST3.tp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tp"@en ; - rdfs:comment "Time constant (Tp) (>= 0). Typical value = 0,2." ; + rdfs:label "tp" ; + rdfs:comment "Time constant (Tp) (>= 0). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29312,40 +29314,40 @@ cim:PssPTIST3.tp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssRQB.kdpm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kdpm"@en ; - rdfs:comment "Lead lag gain (KDPM). Typical value = 0,185." ; + rdfs:label "kdpm" ; + rdfs:comment "Lead lag gain (KDPM). Typical value = 0,185."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssRQB ; rdfs:range xsd:float . cim:PssRQB.ki2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki2"@en ; - rdfs:comment "Speed input gain (Ki2). Typical value = 3,43." ; + rdfs:label "ki2" ; + rdfs:comment "Speed input gain (Ki2). Typical value = 3,43."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssRQB ; rdfs:range xsd:float . cim:PssRQB.ki3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki3"@en ; - rdfs:comment "Electrical power input gain (Ki3). Typical value = -11,45." ; + rdfs:label "ki3" ; + rdfs:comment "Electrical power input gain (Ki3). Typical value = -11,45."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssRQB ; rdfs:range xsd:float . cim:PssRQB.ki4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki4"@en ; - rdfs:comment "Mechanical power input gain (Ki4). Typical value = 11,86." ; + rdfs:label "ki4" ; + rdfs:comment "Mechanical power input gain (Ki4). Typical value = 11,86."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PssRQB ; rdfs:range xsd:float . cim:PssRQB.sibv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sibv"@en ; - rdfs:comment "Speed deadband (SIBV). Typical value = 0,006." ; + rdfs:label "sibv" ; + rdfs:comment "Speed deadband (SIBV). Typical value = 0,006."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29355,8 +29357,8 @@ cim:PssRQB.sibv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssRQB.t4f a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4f"@en ; - rdfs:comment "Lead lag time constant (T4F) (>= 0). Typical value = 0,045." ; + rdfs:label "t4f" ; + rdfs:comment "Lead lag time constant (T4F) (>= 0). Typical value = 0,045."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29367,8 +29369,8 @@ cim:PssRQB.t4f a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssRQB.t4m a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4m"@en ; - rdfs:comment "Input time constant (T4M) (>= 0). Typical value = 5." ; + rdfs:label "t4m" ; + rdfs:comment "Input time constant (T4M) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29379,8 +29381,8 @@ cim:PssRQB.t4m a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssRQB.t4mom a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4mom"@en ; - rdfs:comment "Speed time constant (T4MOM) (>= 0). Typical value = 1,27." ; + rdfs:label "t4mom" ; + rdfs:comment "Speed time constant (T4MOM) (>= 0). Typical value = 1,27."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29391,8 +29393,8 @@ cim:PssRQB.t4mom a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssRQB.tomd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tomd"@en ; - rdfs:comment "Speed delay (TOMD) (>= 0). Typical value = 0,02." ; + rdfs:label "tomd" ; + rdfs:comment "Speed delay (TOMD) (>= 0). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29403,8 +29405,8 @@ cim:PssRQB.tomd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssRQB.tomsl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tomsl"@en ; - rdfs:comment "Speed time constant (TOMSL) (>= 0). Typical value = 0,04." ; + rdfs:label "tomsl" ; + rdfs:comment "Speed time constant (TOMSL) (>= 0). Typical value = 0,04."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29415,8 +29417,8 @@ cim:PssRQB.tomsl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSB4.kx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kx"@en ; - rdfs:comment "Gain (Kx). Typical value = 2,7." ; + rdfs:label "kx" ; + rdfs:comment "Gain (Kx). Typical value = 2,7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29426,8 +29428,8 @@ cim:PssSB4.kx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSB4.ta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ta"@en ; - rdfs:comment "Time constant (Ta) (>= 0). Typical value = 0,37." ; + rdfs:label "ta" ; + rdfs:comment "Time constant (Ta) (>= 0). Typical value = 0,37."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29438,8 +29440,8 @@ cim:PssSB4.ta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSB4.tb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tb"@en ; - rdfs:comment "Time constant (Tb) (>= 0). Typical value = 0,37." ; + rdfs:label "tb" ; + rdfs:comment "Time constant (Tb) (>= 0). Typical value = 0,37."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29450,8 +29452,8 @@ cim:PssSB4.tb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSB4.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Time constant (Tc) (>= 0). Typical value = 0,035." ; + rdfs:label "tc" ; + rdfs:comment "Time constant (Tc) (>= 0). Typical value = 0,035."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29462,8 +29464,8 @@ cim:PssSB4.tc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSB4.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Time constant (Td) (>= 0). Typical value = 0,0." ; + rdfs:label "td" ; + rdfs:comment "Time constant (Td) (>= 0). Typical value = 0,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29474,8 +29476,8 @@ cim:PssSB4.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSB4.te a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "te"@en ; - rdfs:comment "Time constant (Te) (>= 0). Typical value = 0,0169." ; + rdfs:label "te" ; + rdfs:comment "Time constant (Te) (>= 0). Typical value = 0,0169."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29486,8 +29488,8 @@ cim:PssSB4.te a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSB4.tt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tt"@en ; - rdfs:comment "Time constant (Tt) (>= 0). Typical value = 0,18." ; + rdfs:label "tt" ; + rdfs:comment "Time constant (Tt) (>= 0). Typical value = 0,18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29498,8 +29500,8 @@ cim:PssSB4.tt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSB4.tx1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tx1"@en ; - rdfs:comment "Reset time constant (Tx1) (>= 0). Typical value = 0,035." ; + rdfs:label "tx1" ; + rdfs:comment "Reset time constant (Tx1) (>= 0). Typical value = 0,035."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29510,8 +29512,8 @@ cim:PssSB4.tx1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSB4.tx2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tx2"@en ; - rdfs:comment "Time constant (Tx2) (>= 0). Typical value = 5,0." ; + rdfs:label "tx2" ; + rdfs:comment "Time constant (Tx2) (>= 0). Typical value = 5,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29522,8 +29524,8 @@ cim:PssSB4.tx2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSB4.vsmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmax"@en ; - rdfs:comment "Limiter (Vsmax) (> PssSB4.vsmin). Typical value = 0,062." ; + rdfs:label "vsmax" ; + rdfs:comment "Limiter (Vsmax) (> PssSB4.vsmin). Typical value = 0,062."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29533,8 +29535,8 @@ cim:PssSB4.vsmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSB4.vsmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmin"@en ; - rdfs:comment "Limiter (Vsmin) (< PssSB4.vsmax). Typical value = -0,062." ; + rdfs:label "vsmin" ; + rdfs:comment "Limiter (Vsmin) (< PssSB4.vsmax). Typical value = -0,062."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29544,8 +29546,8 @@ cim:PssSB4.vsmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Main gain (K). Typical value = 1." ; + rdfs:label "k" ; + rdfs:comment "Main gain (K). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29555,8 +29557,8 @@ cim:PssSH.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.k0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k0"@en ; - rdfs:comment "Gain 0 (K0). Typical value = 0,012." ; + rdfs:label "k0" ; + rdfs:comment "Gain 0 (K0). Typical value = 0,012."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29566,8 +29568,8 @@ cim:PssSH.k0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Gain 1 (K1). Typical value = 0,488." ; + rdfs:label "k1" ; + rdfs:comment "Gain 1 (K1). Typical value = 0,488."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29577,8 +29579,8 @@ cim:PssSH.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Gain 2 (K2). Typical value = 0,064." ; + rdfs:label "k2" ; + rdfs:comment "Gain 2 (K2). Typical value = 0,064."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29588,8 +29590,8 @@ cim:PssSH.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Gain 3 (K3). Typical value = 0,224." ; + rdfs:label "k3" ; + rdfs:comment "Gain 3 (K3). Typical value = 0,224."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29599,8 +29601,8 @@ cim:PssSH.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k4"@en ; - rdfs:comment "Gain 4 (K4). Typical value = 0,1." ; + rdfs:label "k4" ; + rdfs:comment "Gain 4 (K4). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29610,8 +29612,8 @@ cim:PssSH.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Time constant 1 (T1) (> 0). Typical value = 0,076." ; + rdfs:label "t1" ; + rdfs:comment "Time constant 1 (T1) (> 0). Typical value = 0,076."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29622,8 +29624,8 @@ cim:PssSH.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Time constant 2 (T2) (> 0). Typical value = 0,086." ; + rdfs:label "t2" ; + rdfs:comment "Time constant 2 (T2) (> 0). Typical value = 0,086."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29634,8 +29636,8 @@ cim:PssSH.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Time constant 3 (T3) (> 0). Typical value = 1,068." ; + rdfs:label "t3" ; + rdfs:comment "Time constant 3 (T3) (> 0). Typical value = 1,068."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29646,8 +29648,8 @@ cim:PssSH.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Time constant 4 (T4) (> 0). Typical value = 1,913." ; + rdfs:label "t4" ; + rdfs:comment "Time constant 4 (T4) (> 0). Typical value = 1,913."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29658,8 +29660,8 @@ cim:PssSH.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.td a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "td"@en ; - rdfs:comment "Input time constant (Td) (>= 0). Typical value = 10." ; + rdfs:label "td" ; + rdfs:comment "Input time constant (Td) (>= 0). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29670,8 +29672,8 @@ cim:PssSH.td a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.vsmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmax"@en ; - rdfs:comment "Output maximum limit (Vsmax) (> PssSH.vsmin). Typical value = 0,1." ; + rdfs:label "vsmax" ; + rdfs:comment "Output maximum limit (Vsmax) (> PssSH.vsmin). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29681,8 +29683,8 @@ cim:PssSH.vsmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSH.vsmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmin"@en ; - rdfs:comment "Output minimum limit (Vsmin) (< PssSH.vsmax). Typical value = -0,1." ; + rdfs:label "vsmin" ; + rdfs:comment "Output minimum limit (Vsmin) (< PssSH.vsmax). Typical value = -0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29692,8 +29694,8 @@ cim:PssSH.vsmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSK.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Gain P (K1). Typical value = -0,3." ; + rdfs:label "k1" ; + rdfs:comment "Gain P (K1). Typical value = -0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29703,8 +29705,8 @@ cim:PssSK.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSK.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Gain fE (K2). Typical value = -0,15." ; + rdfs:label "k2" ; + rdfs:comment "Gain fE (K2). Typical value = -0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29714,8 +29716,8 @@ cim:PssSK.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSK.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Gain If (K3). Typical value = 10." ; + rdfs:label "k3" ; + rdfs:comment "Gain If (K3). Typical value = 10."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29725,8 +29727,8 @@ cim:PssSK.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSK.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Denominator time constant (T1) (> 0,005). Typical value = 0,3." ; + rdfs:label "t1" ; + rdfs:comment "Denominator time constant (T1) (> 0,005). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29737,8 +29739,8 @@ cim:PssSK.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSK.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Filter time constant (T2) (> 0,005). Typical value = 0,35." ; + rdfs:label "t2" ; + rdfs:comment "Filter time constant (T2) (> 0,005). Typical value = 0,35."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29749,8 +29751,8 @@ cim:PssSK.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSK.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Denominator time constant (T3) (> 0,005). Typical value = 0,22." ; + rdfs:label "t3" ; + rdfs:comment "Denominator time constant (T3) (> 0,005). Typical value = 0,22."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29761,8 +29763,8 @@ cim:PssSK.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSK.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Filter time constant (T4) (> 0,005). Typical value = 0,02." ; + rdfs:label "t4" ; + rdfs:comment "Filter time constant (T4) (> 0,005). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29773,8 +29775,8 @@ cim:PssSK.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSK.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Denominator time constant (T5) (> 0,005). Typical value = 0,02." ; + rdfs:label "t5" ; + rdfs:comment "Denominator time constant (T5) (> 0,005). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29785,8 +29787,8 @@ cim:PssSK.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSK.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Filter time constant (T6) (> 0,005). Typical value = 0,02." ; + rdfs:label "t6" ; + rdfs:comment "Filter time constant (T6) (> 0,005). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29797,8 +29799,8 @@ cim:PssSK.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSK.vsmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmax"@en ; - rdfs:comment "Stabilizer output maximum limit (VSMAX) (> PssSK.vsmin). Typical value = 0,4." ; + rdfs:label "vsmax" ; + rdfs:comment "Stabilizer output maximum limit (VSMAX) (> PssSK.vsmin). Typical value = 0,4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29808,8 +29810,8 @@ cim:PssSK.vsmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSK.vsmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmin"@en ; - rdfs:comment "Stabilizer output minimum limit (VSMIN) (< PssSK.vsmax). Typical value = -0.4." ; + rdfs:label "vsmin" ; + rdfs:comment "Stabilizer output minimum limit (VSMIN) (< PssSK.vsmax). Typical value = -0.4."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29819,8 +29821,8 @@ cim:PssSK.vsmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSTAB2A.hlim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hlim"@en ; - rdfs:comment "Stabilizer output limiter (HLIM). Typical value = 0,5." ; + rdfs:label "hlim" ; + rdfs:comment "Stabilizer output limiter (HLIM). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29830,8 +29832,8 @@ cim:PssSTAB2A.hlim a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSTAB2A.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Gain (K2). Typical value = 1,0." ; + rdfs:label "k2" ; + rdfs:comment "Gain (K2). Typical value = 1,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29841,8 +29843,8 @@ cim:PssSTAB2A.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSTAB2A.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k3"@en ; - rdfs:comment "Gain (K3). Typical value = 0,25." ; + rdfs:label "k3" ; + rdfs:comment "Gain (K3). Typical value = 0,25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29852,8 +29854,8 @@ cim:PssSTAB2A.k3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSTAB2A.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k4"@en ; - rdfs:comment "Gain (K4). Typical value = 0,075." ; + rdfs:label "k4" ; + rdfs:comment "Gain (K4). Typical value = 0,075."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29863,8 +29865,8 @@ cim:PssSTAB2A.k4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSTAB2A.k5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k5"@en ; - rdfs:comment "Gain (K5). Typical value = 2,5." ; + rdfs:label "k5" ; + rdfs:comment "Gain (K5). Typical value = 2,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29874,8 +29876,8 @@ cim:PssSTAB2A.k5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSTAB2A.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Time constant (T2). Typical value = 4,0." ; + rdfs:label "t2" ; + rdfs:comment "Time constant (T2). Typical value = 4,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29886,8 +29888,8 @@ cim:PssSTAB2A.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSTAB2A.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Time constant (T3). Typical value = 2,0." ; + rdfs:label "t3" ; + rdfs:comment "Time constant (T3). Typical value = 2,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29898,8 +29900,8 @@ cim:PssSTAB2A.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssSTAB2A.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Time constant (T5). Typical value = 4,5." ; + rdfs:label "t5" ; + rdfs:comment "Time constant (T5). Typical value = 4,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29910,8 +29912,8 @@ cim:PssSTAB2A.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "Input signal 1 gain (K1). Typical value = 1,13." ; + rdfs:label "k1" ; + rdfs:comment "Input signal 1 gain (K1). Typical value = 1,13."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29921,8 +29923,8 @@ cim:PssWECC.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "Input signal 2 gain (K2). Typical value = 0,0." ; + rdfs:label "k2" ; + rdfs:comment "Input signal 2 gain (K2). Typical value = 0,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -29932,8 +29934,8 @@ cim:PssWECC.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Input signal 1 transducer time constant (T1) (>= 0). Typical value = 0,037." ; + rdfs:label "t1" ; + rdfs:comment "Input signal 1 transducer time constant (T1) (>= 0). Typical value = 0,037."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29944,8 +29946,8 @@ cim:PssWECC.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.t10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t10"@en ; - rdfs:comment "Lag time constant (T10) (>= 0). Typical value = 0." ; + rdfs:label "t10" ; + rdfs:comment "Lag time constant (T10) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29956,8 +29958,8 @@ cim:PssWECC.t10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t2"@en ; - rdfs:comment "Input signal 2 transducer time constant (T2) (>= 0). Typical value = 0,0." ; + rdfs:label "t2" ; + rdfs:comment "Input signal 2 transducer time constant (T2) (>= 0). Typical value = 0,0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29968,8 +29970,8 @@ cim:PssWECC.t2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t3"@en ; - rdfs:comment "Stabilizer washout time constant (T3) (>= 0). Typical value = 9,5." ; + rdfs:label "t3" ; + rdfs:comment "Stabilizer washout time constant (T3) (>= 0). Typical value = 9,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29980,8 +29982,8 @@ cim:PssWECC.t3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t4"@en ; - rdfs:comment "Stabilizer washout time lag constant (T4) (>= 0). Typical value = 9,5." ; + rdfs:label "t4" ; + rdfs:comment "Stabilizer washout time lag constant (T4) (>= 0). Typical value = 9,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -29992,8 +29994,8 @@ cim:PssWECC.t4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t5"@en ; - rdfs:comment "Lead time constant (T5) (>= 0). Typical value = 1,7." ; + rdfs:label "t5" ; + rdfs:comment "Lead time constant (T5) (>= 0). Typical value = 1,7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30004,8 +30006,8 @@ cim:PssWECC.t5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t6"@en ; - rdfs:comment "Lag time constant (T6) (>= 0). Typical value = 1,5." ; + rdfs:label "t6" ; + rdfs:comment "Lag time constant (T6) (>= 0). Typical value = 1,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30016,8 +30018,8 @@ cim:PssWECC.t6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t7"@en ; - rdfs:comment "Lead time constant (T7) (>= 0). Typical value = 1,7." ; + rdfs:label "t7" ; + rdfs:comment "Lead time constant (T7) (>= 0). Typical value = 1,7."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30028,8 +30030,8 @@ cim:PssWECC.t7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t8"@en ; - rdfs:comment "Lag time constant (T8) (>= 0). Typical value = 1,5." ; + rdfs:label "t8" ; + rdfs:comment "Lag time constant (T8) (>= 0). Typical value = 1,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30040,8 +30042,8 @@ cim:PssWECC.t8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.t9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t9"@en ; - rdfs:comment "Lead time constant (T9) (>= 0). Typical value = 0." ; + rdfs:label "t9" ; + rdfs:comment "Lead time constant (T9) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30052,8 +30054,8 @@ cim:PssWECC.t9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.vcl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vcl"@en ; - rdfs:comment "Minimum value for voltage compensator output (VCL). Typical value = 0." ; + rdfs:label "vcl" ; + rdfs:comment "Minimum value for voltage compensator output (VCL). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30063,8 +30065,8 @@ cim:PssWECC.vcl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.vcu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vcu"@en ; - rdfs:comment "Maximum value for voltage compensator output (VCU). Typical value = 0." ; + rdfs:label "vcu" ; + rdfs:comment "Maximum value for voltage compensator output (VCU). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30074,8 +30076,8 @@ cim:PssWECC.vcu a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.vsmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmax"@en ; - rdfs:comment "Maximum output signal (Vsmax) (> PssWECC.vsmin). Typical value = 0,05." ; + rdfs:label "vsmax" ; + rdfs:comment "Maximum output signal (Vsmax) (> PssWECC.vsmin). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30085,8 +30087,8 @@ cim:PssWECC.vsmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PssWECC.vsmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vsmin"@en ; - rdfs:comment "Minimum output signal (Vsmin) (< PssWECC.vsmax). Typical value = -0,05." ; + rdfs:label "vsmin" ; + rdfs:comment "Minimum output signal (Vsmin) (< PssWECC.vsmax). Typical value = -0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30096,16 +30098,16 @@ cim:PssWECC.vsmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:RotatingMachineDynamics.damping a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "damping"@en ; - rdfs:comment "Damping torque coefficient (D) (>= 0). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0." ; + rdfs:label "damping" ; + rdfs:comment "Damping torque coefficient (D) (>= 0). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RotatingMachineDynamics ; rdfs:range xsd:float . cim:RotatingMachineDynamics.inertia a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inertia"@en ; - rdfs:comment "Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3." ; + rdfs:label "inertia" ; + rdfs:comment "Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30116,24 +30118,24 @@ cim:RotatingMachineDynamics.inertia a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . cim:RotatingMachineDynamics.saturationFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "saturationFactor"@en ; - rdfs:comment "Saturation factor at rated terminal voltage (S1) (>= 0). Not used by simplified model. Defined by defined by S(E1) in the SynchronousMachineSaturationParameters diagram. Typical value = 0,02." ; + rdfs:label "saturationFactor" ; + rdfs:comment "Saturation factor at rated terminal voltage (S1) (>= 0). Not used by simplified model. Defined by defined by S(E1) in the SynchronousMachineSaturationParameters diagram. Typical value = 0,02."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RotatingMachineDynamics ; rdfs:range xsd:float . cim:RotatingMachineDynamics.saturationFactor120 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "saturationFactor120"@en ; - rdfs:comment "Saturation factor at 120% of rated terminal voltage (S12) (>= RotatingMachineDynamics.saturationFactor). Not used by the simplified model, defined by S(E2) in the SynchronousMachineSaturationParameters diagram. Typical value = 0,12." ; + rdfs:label "saturationFactor120" ; + rdfs:comment "Saturation factor at 120% of rated terminal voltage (S12) (>= RotatingMachineDynamics.saturationFactor). Not used by the simplified model, defined by S(E2) in the SynchronousMachineSaturationParameters diagram. Typical value = 0,12."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RotatingMachineDynamics ; rdfs:range xsd:float . cim:RotatingMachineDynamics.statorLeakageReactance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "statorLeakageReactance"@en ; - rdfs:comment "Stator leakage reactance (Xl) (>= 0). Typical value = 0,15." ; + rdfs:label "statorLeakageReactance" ; + rdfs:comment "Stator leakage reactance (Xl) (>= 0). Typical value = 0,15."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30143,8 +30145,8 @@ cim:RotatingMachineDynamics.statorLeakageReactance a owl:DatatypeProperty, owl:F rdfs:range xsd:float . cim:RotatingMachineDynamics.statorResistance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "statorResistance"@en ; - rdfs:comment "Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005." ; + rdfs:label "statorResistance" ; + rdfs:comment "Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30154,42 +30156,42 @@ cim:RotatingMachineDynamics.statorResistance a owl:DatatypeProperty, owl:Functio rdfs:range xsd:float . cim:SVCUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SVCUserDefined ; rdfs:range xsd:boolean . cim:SynchronousMachineDetailed.efdBaseRatio a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efdBaseRatio"@en ; - rdfs:comment "Ratio (exciter voltage/generator voltage) of Efd bases of exciter and generator models (> 0). Typical value = 1." ; + rdfs:label "efdBaseRatio" ; + rdfs:comment "Ratio (exciter voltage/generator voltage) of Efd bases of exciter and generator models (> 0). Typical value = 1."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachineDetailed ; rdfs:range xsd:float . cim:SynchronousMachineDetailed.saturationFactor120QAxis a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "saturationFactor120QAxis"@en ; - rdfs:comment "Quadrature-axis saturation factor at 120% of rated terminal voltage (S12q) (>= SynchonousMachineDetailed.saturationFactorQAxis). Typical value = 0,12." ; + rdfs:label "saturationFactor120QAxis" ; + rdfs:comment "Quadrature-axis saturation factor at 120% of rated terminal voltage (S12q) (>= SynchonousMachineDetailed.saturationFactorQAxis). Typical value = 0,12."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachineDetailed ; rdfs:range xsd:float . cim:SynchronousMachineDetailed.saturationFactorQAxis a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "saturationFactorQAxis"@en ; - rdfs:comment "Quadrature-axis saturation factor at rated terminal voltage (S1q) (>= 0). Typical value = 0,02." ; + rdfs:label "saturationFactorQAxis" ; + rdfs:comment "Quadrature-axis saturation factor at rated terminal voltage (S1q) (>= 0). Typical value = 0,02."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachineDetailed ; rdfs:range xsd:float . cim:SynchronousMachineEquivalentCircuit.r1d a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r1d"@en ; - rdfs:comment "Direct-axis damper 1 winding resistance." ; + rdfs:label "r1d" ; + rdfs:comment "Direct-axis damper 1 winding resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30199,8 +30201,8 @@ cim:SynchronousMachineEquivalentCircuit.r1d a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:SynchronousMachineEquivalentCircuit.r1q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r1q"@en ; - rdfs:comment "Quadrature-axis damper 1 winding resistance." ; + rdfs:label "r1q" ; + rdfs:comment "Quadrature-axis damper 1 winding resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30210,8 +30212,8 @@ cim:SynchronousMachineEquivalentCircuit.r1q a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:SynchronousMachineEquivalentCircuit.r2q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r2q"@en ; - rdfs:comment "Quadrature-axis damper 2 winding resistance." ; + rdfs:label "r2q" ; + rdfs:comment "Quadrature-axis damper 2 winding resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30221,8 +30223,8 @@ cim:SynchronousMachineEquivalentCircuit.r2q a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:SynchronousMachineEquivalentCircuit.rfd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rfd"@en ; - rdfs:comment "Field winding resistance." ; + rdfs:label "rfd" ; + rdfs:comment "Field winding resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30232,8 +30234,8 @@ cim:SynchronousMachineEquivalentCircuit.rfd a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:SynchronousMachineEquivalentCircuit.x1d a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x1d"@en ; - rdfs:comment "Direct-axis damper 1 winding leakage reactance." ; + rdfs:label "x1d" ; + rdfs:comment "Direct-axis damper 1 winding leakage reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30243,8 +30245,8 @@ cim:SynchronousMachineEquivalentCircuit.x1d a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:SynchronousMachineEquivalentCircuit.x1q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x1q"@en ; - rdfs:comment "Quadrature-axis damper 1 winding leakage reactance." ; + rdfs:label "x1q" ; + rdfs:comment "Quadrature-axis damper 1 winding leakage reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30254,8 +30256,8 @@ cim:SynchronousMachineEquivalentCircuit.x1q a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:SynchronousMachineEquivalentCircuit.x2q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x2q"@en ; - rdfs:comment "Quadrature-axis damper 2 winding leakage reactance." ; + rdfs:label "x2q" ; + rdfs:comment "Quadrature-axis damper 2 winding leakage reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30265,8 +30267,8 @@ cim:SynchronousMachineEquivalentCircuit.x2q a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:SynchronousMachineEquivalentCircuit.xad a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xad"@en ; - rdfs:comment "Direct-axis mutual reactance." ; + rdfs:label "xad" ; + rdfs:comment "Direct-axis mutual reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30276,8 +30278,8 @@ cim:SynchronousMachineEquivalentCircuit.xad a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:SynchronousMachineEquivalentCircuit.xaq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xaq"@en ; - rdfs:comment "Quadrature-axis mutual reactance." ; + rdfs:label "xaq" ; + rdfs:comment "Quadrature-axis mutual reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30287,8 +30289,8 @@ cim:SynchronousMachineEquivalentCircuit.xaq a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:SynchronousMachineEquivalentCircuit.xf1d a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xf1d"@en ; - rdfs:comment "Differential mutual (“Canay”) reactance." ; + rdfs:label "xf1d" ; + rdfs:comment "Differential mutual (“Canay”) reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30298,8 +30300,8 @@ cim:SynchronousMachineEquivalentCircuit.xf1d a owl:DatatypeProperty, owl:Functio rdfs:range xsd:float . cim:SynchronousMachineEquivalentCircuit.xfd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xfd"@en ; - rdfs:comment "Field winding leakage reactance." ; + rdfs:label "xfd" ; + rdfs:comment "Field winding leakage reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30309,16 +30311,16 @@ cim:SynchronousMachineEquivalentCircuit.xfd a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.ks a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ks"@en ; - rdfs:comment "Saturation loading correction factor (Ks) (>= 0). Used only by type J model. Typical value = 0." ; + rdfs:label "ks" ; + rdfs:comment "Saturation loading correction factor (Ks) (>= 0). Used only by type J model. Typical value = 0."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachineTimeConstantReactance ; rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.tc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tc"@en ; - rdfs:comment "Damping time constant for “Canay” reactance (>= 0). Typical value = 0." ; + rdfs:label "tc" ; + rdfs:comment "Damping time constant for “Canay” reactance (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30329,8 +30331,8 @@ cim:SynchronousMachineTimeConstantReactance.tc a owl:DatatypeProperty, owl:Funct rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.tpdo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpdo"@en ; - rdfs:comment "Direct-axis transient rotor time constant (T'do) (> SynchronousMachineTimeConstantReactance.tppdo). Typical value = 5." ; + rdfs:label "tpdo" ; + rdfs:comment "Direct-axis transient rotor time constant (T'do) (> SynchronousMachineTimeConstantReactance.tppdo). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30341,8 +30343,8 @@ cim:SynchronousMachineTimeConstantReactance.tpdo a owl:DatatypeProperty, owl:Fun rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.tppdo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tppdo"@en ; - rdfs:comment "Direct-axis subtransient rotor time constant (T''do) (> 0). Typical value = 0,03." ; + rdfs:label "tppdo" ; + rdfs:comment "Direct-axis subtransient rotor time constant (T''do) (> 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30353,8 +30355,8 @@ cim:SynchronousMachineTimeConstantReactance.tppdo a owl:DatatypeProperty, owl:Fu rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.tppqo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tppqo"@en ; - rdfs:comment "Quadrature-axis subtransient rotor time constant (T''qo) (> 0). Typical value = 0,03." ; + rdfs:label "tppqo" ; + rdfs:comment "Quadrature-axis subtransient rotor time constant (T''qo) (> 0). Typical value = 0,03."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30365,8 +30367,8 @@ cim:SynchronousMachineTimeConstantReactance.tppqo a owl:DatatypeProperty, owl:Fu rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.tpqo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpqo"@en ; - rdfs:comment "Quadrature-axis transient rotor time constant (T'qo) (> SynchronousMachineTimeConstantReactance.tppqo). Typical value = 0,5." ; + rdfs:label "tpqo" ; + rdfs:comment "Quadrature-axis transient rotor time constant (T'qo) (> SynchronousMachineTimeConstantReactance.tppqo). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:0..1 ; @@ -30377,8 +30379,8 @@ cim:SynchronousMachineTimeConstantReactance.tpqo a owl:DatatypeProperty, owl:Fun rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.xDirectSubtrans a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xDirectSubtrans"@en ; - rdfs:comment "Direct-axis subtransient reactance (unsaturated) (X''d) (> RotatingMachineDynamics.statorLeakageReactance). Typical value = 0,2." ; + rdfs:label "xDirectSubtrans" ; + rdfs:comment "Direct-axis subtransient reactance (unsaturated) (X''d) (> RotatingMachineDynamics.statorLeakageReactance). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30388,8 +30390,8 @@ cim:SynchronousMachineTimeConstantReactance.xDirectSubtrans a owl:DatatypeProper rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.xDirectSync a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xDirectSync"@en ; - rdfs:comment "Direct-axis synchronous reactance (Xd) (>= SynchronousMachineTimeConstantReactance.xDirectTrans). The quotient of a sustained value of that AC component of armature voltage that is produced by the total direct-axis flux due to direct-axis armature current and the value of the AC component of this current, the machine running at rated speed. Typical value = 1,8." ; + rdfs:label "xDirectSync" ; + rdfs:comment "Direct-axis synchronous reactance (Xd) (>= SynchronousMachineTimeConstantReactance.xDirectTrans). The quotient of a sustained value of that AC component of armature voltage that is produced by the total direct-axis flux due to direct-axis armature current and the value of the AC component of this current, the machine running at rated speed. Typical value = 1,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30399,8 +30401,8 @@ cim:SynchronousMachineTimeConstantReactance.xDirectSync a owl:DatatypeProperty, rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.xDirectTrans a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xDirectTrans"@en ; - rdfs:comment "Direct-axis transient reactance (unsaturated) (X'd) (>= SynchronousMachineTimeConstantReactance.xDirectSubtrans). Typical value = 0,5." ; + rdfs:label "xDirectTrans" ; + rdfs:comment "Direct-axis transient reactance (unsaturated) (X'd) (>= SynchronousMachineTimeConstantReactance.xDirectSubtrans). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30410,8 +30412,8 @@ cim:SynchronousMachineTimeConstantReactance.xDirectTrans a owl:DatatypeProperty, rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.xQuadSubtrans a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xQuadSubtrans"@en ; - rdfs:comment "Quadrature-axis subtransient reactance (X''q) (> RotatingMachineDynamics.statorLeakageReactance). Typical value = 0,2." ; + rdfs:label "xQuadSubtrans" ; + rdfs:comment "Quadrature-axis subtransient reactance (X''q) (> RotatingMachineDynamics.statorLeakageReactance). Typical value = 0,2."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30421,9 +30423,9 @@ cim:SynchronousMachineTimeConstantReactance.xQuadSubtrans a owl:DatatypeProperty rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.xQuadSync a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xQuadSync"@en ; + rdfs:label "xQuadSync" ; rdfs:comment """Quadrature-axis synchronous reactance (Xq) (>= SynchronousMachineTimeConstantReactance.xQuadTrans). -The ratio of the component of reactive armature voltage, due to the quadrature-axis component of armature current, to this component of current, under steady state conditions and at rated frequency. Typical value = 1,6.""" ; +The ratio of the component of reactive armature voltage, due to the quadrature-axis component of armature current, to this component of current, under steady state conditions and at rated frequency. Typical value = 1,6."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30433,8 +30435,8 @@ The ratio of the component of reactive armature voltage, due to the quadrature-a rdfs:range xsd:float . cim:SynchronousMachineTimeConstantReactance.xQuadTrans a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xQuadTrans"@en ; - rdfs:comment "Quadrature-axis transient reactance (X'q) (>= SynchronousMachineTimeConstantReactance.xQuadSubtrans). Typical value = 0,3." ; + rdfs:label "xQuadTrans" ; + rdfs:comment "Quadrature-axis transient reactance (X'q) (>= SynchronousMachineTimeConstantReactance.xQuadSubtrans). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -30444,18 +30446,18 @@ cim:SynchronousMachineTimeConstantReactance.xQuadTrans a owl:DatatypeProperty, o rdfs:range xsd:float . cim:SynchronousMachineUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachineUserDefined ; rdfs:range xsd:boolean . cim:TurbLCFB1.db a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "db"@en ; - rdfs:comment "Controller deadband (db). Typical value = 0." ; + rdfs:label "db" ; + rdfs:comment "Controller deadband (db). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30465,8 +30467,8 @@ cim:TurbLCFB1.db a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TurbLCFB1.emax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "emax"@en ; - rdfs:comment "Maximum control error (Emax) (see parameter detail 4). Typical value = 0,02." ; + rdfs:label "emax" ; + rdfs:comment "Maximum control error (Emax) (see parameter detail 4). Typical value = 0,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30476,8 +30478,8 @@ cim:TurbLCFB1.emax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TurbLCFB1.fb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fb"@en ; - rdfs:comment "Frequency bias gain (Fb). Typical value = 0." ; + rdfs:label "fb" ; + rdfs:comment "Frequency bias gain (Fb). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30487,19 +30489,19 @@ cim:TurbLCFB1.fb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TurbLCFB1.fbf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fbf"@en ; + rdfs:label "fbf" ; rdfs:comment """Frequency bias flag (Fbf). true = enable frequency bias false = disable frequency bias. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TurbLCFB1 ; rdfs:range xsd:boolean . cim:TurbLCFB1.irmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "irmax"@en ; - rdfs:comment "Maximum turbine speed/load reference bias (Irmax) (see parameter detail 3). Typical value = 0." ; + rdfs:label "irmax" ; + rdfs:comment "Maximum turbine speed/load reference bias (Irmax) (see parameter detail 3). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30509,8 +30511,8 @@ cim:TurbLCFB1.irmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TurbLCFB1.ki a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ki"@en ; - rdfs:comment "Integral gain (Ki). Typical value = 0." ; + rdfs:label "ki" ; + rdfs:comment "Integral gain (Ki). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30520,8 +30522,8 @@ cim:TurbLCFB1.ki a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TurbLCFB1.kp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kp"@en ; - rdfs:comment "Proportional gain (Kp). Typical value = 0." ; + rdfs:label "kp" ; + rdfs:comment "Proportional gain (Kp). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30531,8 +30533,8 @@ cim:TurbLCFB1.kp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TurbLCFB1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwbase"@en ; - rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW." ; + rdfs:label "mwbase" ; + rdfs:comment "Base for power values (MWbase) (> 0). Unit = MW."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -30543,19 +30545,19 @@ cim:TurbLCFB1.mwbase a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TurbLCFB1.pbf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pbf"@en ; + rdfs:label "pbf" ; rdfs:comment """Power controller flag (Pbf). true = enable load controller false = disable load controller. -Typical value = false.""" ; +Typical value = false."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TurbLCFB1 ; rdfs:range xsd:boolean . cim:TurbLCFB1.pmwset a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmwset"@en ; - rdfs:comment "Power controller setpoint (Pmwset) (see parameter detail 1). Unit = MW. Typical value = 0." ; + rdfs:label "pmwset" ; + rdfs:comment "Power controller setpoint (Pmwset) (see parameter detail 1). Unit = MW. Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -30566,19 +30568,19 @@ cim:TurbLCFB1.pmwset a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TurbLCFB1.speedReferenceGovernor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "speedReferenceGovernor"@en ; + rdfs:label "speedReferenceGovernor" ; rdfs:comment """Type of turbine governor reference (Type). true = speed reference governor false = load reference governor. -Typical value = true.""" ; +Typical value = true."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TurbLCFB1 ; rdfs:range xsd:boolean . cim:TurbLCFB1.tpelec a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpelec"@en ; - rdfs:comment "Power transducer time constant (Tpelec) (>= 0). Typical value = 0." ; + rdfs:label "tpelec" ; + rdfs:comment "Power transducer time constant (Tpelec) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30589,28 +30591,28 @@ cim:TurbLCFB1.tpelec a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TurbineGovernorUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TurbineGovernorUserDefined ; rdfs:range xsd:boolean . cim:TurbineLoadControllerUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TurbineLoadControllerUserDefined ; rdfs:range xsd:boolean . cim:UnderexcLim2Simplified.kui a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kui"@en ; - rdfs:comment "Gain Under excitation limiter (KUI). Typical value = 0,1." ; + rdfs:label "kui" ; + rdfs:comment "Gain Under excitation limiter (KUI). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30620,8 +30622,8 @@ cim:UnderexcLim2Simplified.kui a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLim2Simplified.p0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p0"@en ; - rdfs:comment "Segment P initial point (P0). Typical value = 0." ; + rdfs:label "p0" ; + rdfs:comment "Segment P initial point (P0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30631,8 +30633,8 @@ cim:UnderexcLim2Simplified.p0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLim2Simplified.p1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p1"@en ; - rdfs:comment "Segment P end point (P1). Typical value = 1." ; + rdfs:label "p1" ; + rdfs:comment "Segment P end point (P1). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30642,8 +30644,8 @@ cim:UnderexcLim2Simplified.p1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLim2Simplified.q0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q0"@en ; - rdfs:comment "Segment Q initial point (Q0). Typical value = -0,31." ; + rdfs:label "q0" ; + rdfs:comment "Segment Q initial point (Q0). Typical value = -0,31."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30653,8 +30655,8 @@ cim:UnderexcLim2Simplified.q0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLim2Simplified.q1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q1"@en ; - rdfs:comment "Segment Q end point (Q1). Typical value = -0,1." ; + rdfs:label "q1" ; + rdfs:comment "Segment Q end point (Q1). Typical value = -0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30664,8 +30666,8 @@ cim:UnderexcLim2Simplified.q1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLim2Simplified.vuimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vuimax"@en ; - rdfs:comment "Maximum error signal (VUIMAX) (> UnderexcLim2Simplified.vuimin). Typical value = 1." ; + rdfs:label "vuimax" ; + rdfs:comment "Maximum error signal (VUIMAX) (> UnderexcLim2Simplified.vuimin). Typical value = 1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30675,8 +30677,8 @@ cim:UnderexcLim2Simplified.vuimax a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:UnderexcLim2Simplified.vuimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vuimin"@en ; - rdfs:comment "Minimum error signal (VUIMIN) (< UnderexcLim2Simplified.vuimax). Typical value = 0." ; + rdfs:label "vuimin" ; + rdfs:comment "Minimum error signal (VUIMIN) (< UnderexcLim2Simplified.vuimax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30686,8 +30688,8 @@ cim:UnderexcLim2Simplified.vuimin a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:UnderexcLimIEEE1.kuc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kuc"@en ; - rdfs:comment "UEL centre setting (KUC). Typical value = 1,38." ; + rdfs:label "kuc" ; + rdfs:comment "UEL centre setting (KUC). Typical value = 1,38."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30697,8 +30699,8 @@ cim:UnderexcLimIEEE1.kuc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.kuf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kuf"@en ; - rdfs:comment "UEL excitation system stabilizer gain (KUF). Typical value = 3,3." ; + rdfs:label "kuf" ; + rdfs:comment "UEL excitation system stabilizer gain (KUF). Typical value = 3,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30708,8 +30710,8 @@ cim:UnderexcLimIEEE1.kuf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.kui a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kui"@en ; - rdfs:comment "UEL integral gain (KUI). Typical value = 0." ; + rdfs:label "kui" ; + rdfs:comment "UEL integral gain (KUI). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30719,8 +30721,8 @@ cim:UnderexcLimIEEE1.kui a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.kul a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kul"@en ; - rdfs:comment "UEL proportional gain (KUL). Typical value = 100." ; + rdfs:label "kul" ; + rdfs:comment "UEL proportional gain (KUL). Typical value = 100."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30730,8 +30732,8 @@ cim:UnderexcLimIEEE1.kul a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.kur a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kur"@en ; - rdfs:comment "UEL radius setting (KUR). Typical value = 1,95." ; + rdfs:label "kur" ; + rdfs:comment "UEL radius setting (KUR). Typical value = 1,95."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30741,8 +30743,8 @@ cim:UnderexcLimIEEE1.kur a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.tu1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tu1"@en ; - rdfs:comment "UEL lead time constant (TU1) (>= 0). Typical value = 0." ; + rdfs:label "tu1" ; + rdfs:comment "UEL lead time constant (TU1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30753,8 +30755,8 @@ cim:UnderexcLimIEEE1.tu1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.tu2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tu2"@en ; - rdfs:comment "UEL lag time constant (TU2) (>= 0). Typical value = 0,05." ; + rdfs:label "tu2" ; + rdfs:comment "UEL lag time constant (TU2) (>= 0). Typical value = 0,05."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30765,8 +30767,8 @@ cim:UnderexcLimIEEE1.tu2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.tu3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tu3"@en ; - rdfs:comment "UEL lead time constant (TU3) (>= 0). Typical value = 0." ; + rdfs:label "tu3" ; + rdfs:comment "UEL lead time constant (TU3) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30777,8 +30779,8 @@ cim:UnderexcLimIEEE1.tu3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.tu4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tu4"@en ; - rdfs:comment "UEL lag time constant (TU4) (>= 0). Typical value = 0." ; + rdfs:label "tu4" ; + rdfs:comment "UEL lag time constant (TU4) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -30789,8 +30791,8 @@ cim:UnderexcLimIEEE1.tu4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.vucmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vucmax"@en ; - rdfs:comment "UEL maximum limit for operating point phasor magnitude (VUCMAX). Typical value = 5,8." ; + rdfs:label "vucmax" ; + rdfs:comment "UEL maximum limit for operating point phasor magnitude (VUCMAX). Typical value = 5,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30800,8 +30802,8 @@ cim:UnderexcLimIEEE1.vucmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.vuimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vuimax"@en ; - rdfs:comment "UEL integrator output maximum limit (VUIMAX) (> UnderexcLimIEEE1.vuimin)." ; + rdfs:label "vuimax" ; + rdfs:comment "UEL integrator output maximum limit (VUIMAX) (> UnderexcLimIEEE1.vuimin)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30811,8 +30813,8 @@ cim:UnderexcLimIEEE1.vuimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.vuimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vuimin"@en ; - rdfs:comment "UEL integrator output minimum limit (VUIMIN) (< UnderexcLimIEEE1.vuimax)." ; + rdfs:label "vuimin" ; + rdfs:comment "UEL integrator output minimum limit (VUIMIN) (< UnderexcLimIEEE1.vuimax)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30822,8 +30824,8 @@ cim:UnderexcLimIEEE1.vuimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.vulmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vulmax"@en ; - rdfs:comment "UEL output maximum limit (VULMAX) (> UnderexcLimIEEE1.vulmin). Typical value = 18." ; + rdfs:label "vulmax" ; + rdfs:comment "UEL output maximum limit (VULMAX) (> UnderexcLimIEEE1.vulmin). Typical value = 18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30833,8 +30835,8 @@ cim:UnderexcLimIEEE1.vulmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.vulmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vulmin"@en ; - rdfs:comment "UEL output minimum limit (VULMIN) (< UnderexcLimIEEE1.vulmax). Typical value = -18." ; + rdfs:label "vulmin" ; + rdfs:comment "UEL output minimum limit (VULMIN) (< UnderexcLimIEEE1.vulmax). Typical value = -18."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30844,8 +30846,8 @@ cim:UnderexcLimIEEE1.vulmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE1.vurmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vurmax"@en ; - rdfs:comment "UEL maximum limit for radius phasor magnitude (VURMAX). Typical value = 5,8." ; + rdfs:label "vurmax" ; + rdfs:comment "UEL maximum limit for radius phasor magnitude (VURMAX). Typical value = 5,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30855,24 +30857,24 @@ cim:UnderexcLimIEEE1.vurmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.k1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k1"@en ; - rdfs:comment "UEL terminal voltage exponent applied to real power input to UEL limit look-up table (k1). Typical value = 2." ; + rdfs:label "k1" ; + rdfs:comment "UEL terminal voltage exponent applied to real power input to UEL limit look-up table (k1). Typical value = 2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:UnderexcLimIEEE2 ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.k2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k2"@en ; - rdfs:comment "UEL terminal voltage exponent applied to reactive power output from UEL limit look-up table (k2). Typical value = 2." ; + rdfs:label "k2" ; + rdfs:comment "UEL terminal voltage exponent applied to reactive power output from UEL limit look-up table (k2). Typical value = 2."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:UnderexcLimIEEE2 ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.kfb a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kfb"@en ; - rdfs:comment "Gain associated with optional integrator feedback input signal to UEL (KFB). Typical value = 0." ; + rdfs:label "kfb" ; + rdfs:comment "Gain associated with optional integrator feedback input signal to UEL (KFB). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30882,8 +30884,8 @@ cim:UnderexcLimIEEE2.kfb a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.kuf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kuf"@en ; - rdfs:comment "UEL excitation system stabilizer gain (KUF). Typical value = 0." ; + rdfs:label "kuf" ; + rdfs:comment "UEL excitation system stabilizer gain (KUF). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30893,8 +30895,8 @@ cim:UnderexcLimIEEE2.kuf a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.kui a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kui"@en ; - rdfs:comment "UEL integral gain (KUI). Typical value = 0,5." ; + rdfs:label "kui" ; + rdfs:comment "UEL integral gain (KUI). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30904,8 +30906,8 @@ cim:UnderexcLimIEEE2.kui a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.kul a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kul"@en ; - rdfs:comment "UEL proportional gain (KUL). Typical value = 0,8." ; + rdfs:label "kul" ; + rdfs:comment "UEL proportional gain (KUL). Typical value = 0,8."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30915,8 +30917,8 @@ cim:UnderexcLimIEEE2.kul a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.p0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p0"@en ; - rdfs:comment "Real power values for endpoints (P0). Typical value = 0." ; + rdfs:label "p0" ; + rdfs:comment "Real power values for endpoints (P0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30926,8 +30928,8 @@ cim:UnderexcLimIEEE2.p0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.p1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p1"@en ; - rdfs:comment "Real power values for endpoints (P1). Typical value = 0,3." ; + rdfs:label "p1" ; + rdfs:comment "Real power values for endpoints (P1). Typical value = 0,3."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30937,8 +30939,8 @@ cim:UnderexcLimIEEE2.p1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.p10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p10"@en ; - rdfs:comment "Real power values for endpoints (P10)." ; + rdfs:label "p10" ; + rdfs:comment "Real power values for endpoints (P10)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30948,8 +30950,8 @@ cim:UnderexcLimIEEE2.p10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.p2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p2"@en ; - rdfs:comment "Real power values for endpoints (P2). Typical value = 0,6." ; + rdfs:label "p2" ; + rdfs:comment "Real power values for endpoints (P2). Typical value = 0,6."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30959,8 +30961,8 @@ cim:UnderexcLimIEEE2.p2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.p3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p3"@en ; - rdfs:comment "Real power values for endpoints (P3). Typical value = 0,9." ; + rdfs:label "p3" ; + rdfs:comment "Real power values for endpoints (P3). Typical value = 0,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30970,8 +30972,8 @@ cim:UnderexcLimIEEE2.p3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.p4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p4"@en ; - rdfs:comment "Real power values for endpoints (P4). Typical value = 1,02." ; + rdfs:label "p4" ; + rdfs:comment "Real power values for endpoints (P4). Typical value = 1,02."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30981,8 +30983,8 @@ cim:UnderexcLimIEEE2.p4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.p5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p5"@en ; - rdfs:comment "Real power values for endpoints (P5)." ; + rdfs:label "p5" ; + rdfs:comment "Real power values for endpoints (P5)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -30992,8 +30994,8 @@ cim:UnderexcLimIEEE2.p5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.p6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p6"@en ; - rdfs:comment "Real power values for endpoints (P6)." ; + rdfs:label "p6" ; + rdfs:comment "Real power values for endpoints (P6)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31003,8 +31005,8 @@ cim:UnderexcLimIEEE2.p6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.p7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p7"@en ; - rdfs:comment "Real power values for endpoints (P7)." ; + rdfs:label "p7" ; + rdfs:comment "Real power values for endpoints (P7)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31014,8 +31016,8 @@ cim:UnderexcLimIEEE2.p7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.p8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p8"@en ; - rdfs:comment "Real power values for endpoints (P8)." ; + rdfs:label "p8" ; + rdfs:comment "Real power values for endpoints (P8)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31025,8 +31027,8 @@ cim:UnderexcLimIEEE2.p8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.p9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p9"@en ; - rdfs:comment "Real power values for endpoints (P9)." ; + rdfs:label "p9" ; + rdfs:comment "Real power values for endpoints (P9)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31036,8 +31038,8 @@ cim:UnderexcLimIEEE2.p9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.q0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q0"@en ; - rdfs:comment "Reactive power values for endpoints (Q0). Typical value = -0,31." ; + rdfs:label "q0" ; + rdfs:comment "Reactive power values for endpoints (Q0). Typical value = -0,31."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31047,8 +31049,8 @@ cim:UnderexcLimIEEE2.q0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.q1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q1"@en ; - rdfs:comment "Reactive power values for endpoints (Q1). Typical value = -0,31." ; + rdfs:label "q1" ; + rdfs:comment "Reactive power values for endpoints (Q1). Typical value = -0,31."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31058,8 +31060,8 @@ cim:UnderexcLimIEEE2.q1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.q10 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q10"@en ; - rdfs:comment "Reactive power values for endpoints (Q10)." ; + rdfs:label "q10" ; + rdfs:comment "Reactive power values for endpoints (Q10)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31069,8 +31071,8 @@ cim:UnderexcLimIEEE2.q10 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.q2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q2"@en ; - rdfs:comment "Reactive power values for endpoints (Q2). Typical value = -0,28." ; + rdfs:label "q2" ; + rdfs:comment "Reactive power values for endpoints (Q2). Typical value = -0,28."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31080,8 +31082,8 @@ cim:UnderexcLimIEEE2.q2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.q3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q3"@en ; - rdfs:comment "Reactive power values for endpoints (Q3). Typical value = -0,21." ; + rdfs:label "q3" ; + rdfs:comment "Reactive power values for endpoints (Q3). Typical value = -0,21."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31091,8 +31093,8 @@ cim:UnderexcLimIEEE2.q3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.q4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q4"@en ; - rdfs:comment "Reactive power values for endpoints (Q4). Typical value = 0." ; + rdfs:label "q4" ; + rdfs:comment "Reactive power values for endpoints (Q4). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31102,8 +31104,8 @@ cim:UnderexcLimIEEE2.q4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.q5 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q5"@en ; - rdfs:comment "Reactive power values for endpoints (Q5)." ; + rdfs:label "q5" ; + rdfs:comment "Reactive power values for endpoints (Q5)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31113,8 +31115,8 @@ cim:UnderexcLimIEEE2.q5 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.q6 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q6"@en ; - rdfs:comment "Reactive power values for endpoints (Q6)." ; + rdfs:label "q6" ; + rdfs:comment "Reactive power values for endpoints (Q6)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31124,8 +31126,8 @@ cim:UnderexcLimIEEE2.q6 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.q7 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q7"@en ; - rdfs:comment "Reactive power values for endpoints (Q7)." ; + rdfs:label "q7" ; + rdfs:comment "Reactive power values for endpoints (Q7)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31135,8 +31137,8 @@ cim:UnderexcLimIEEE2.q7 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.q8 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q8"@en ; - rdfs:comment "Reactive power values for endpoints (Q8)." ; + rdfs:label "q8" ; + rdfs:comment "Reactive power values for endpoints (Q8)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31146,8 +31148,8 @@ cim:UnderexcLimIEEE2.q8 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.q9 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q9"@en ; - rdfs:comment "Reactive power values for endpoints (Q9)." ; + rdfs:label "q9" ; + rdfs:comment "Reactive power values for endpoints (Q9)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31157,8 +31159,8 @@ cim:UnderexcLimIEEE2.q9 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.tu1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tu1"@en ; - rdfs:comment "UEL lead time constant (TU1) (>= 0). Typical value = 0." ; + rdfs:label "tu1" ; + rdfs:comment "UEL lead time constant (TU1) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31169,8 +31171,8 @@ cim:UnderexcLimIEEE2.tu1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.tu2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tu2"@en ; - rdfs:comment "UEL lag time constant (TU2) (>= 0). Typical value = 0." ; + rdfs:label "tu2" ; + rdfs:comment "UEL lag time constant (TU2) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31181,8 +31183,8 @@ cim:UnderexcLimIEEE2.tu2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.tu3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tu3"@en ; - rdfs:comment "UEL lead time constant (TU3) (>= 0). Typical value = 0." ; + rdfs:label "tu3" ; + rdfs:comment "UEL lead time constant (TU3) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31193,8 +31195,8 @@ cim:UnderexcLimIEEE2.tu3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.tu4 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tu4"@en ; - rdfs:comment "UEL lag time constant (TU4) (>= 0). Typical value = 0." ; + rdfs:label "tu4" ; + rdfs:comment "UEL lag time constant (TU4) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31205,8 +31207,8 @@ cim:UnderexcLimIEEE2.tu4 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.tul a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tul"@en ; - rdfs:comment "Time constant associated with optional integrator feedback input signal to UEL (TUL) (>= 0). Typical value = 0." ; + rdfs:label "tul" ; + rdfs:comment "Time constant associated with optional integrator feedback input signal to UEL (TUL) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31217,8 +31219,8 @@ cim:UnderexcLimIEEE2.tul a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.tup a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tup"@en ; - rdfs:comment "Real power filter time constant (TUP) (>= 0). Typical value = 5." ; + rdfs:label "tup" ; + rdfs:comment "Real power filter time constant (TUP) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31229,8 +31231,8 @@ cim:UnderexcLimIEEE2.tup a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.tuq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tuq"@en ; - rdfs:comment "Reactive power filter time constant (TUQ) (>= 0). Typical value = 0." ; + rdfs:label "tuq" ; + rdfs:comment "Reactive power filter time constant (TUQ) (>= 0). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31241,8 +31243,8 @@ cim:UnderexcLimIEEE2.tuq a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.tuv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tuv"@en ; - rdfs:comment "Voltage filter time constant (TUV) (>= 0). Typical value = 5." ; + rdfs:label "tuv" ; + rdfs:comment "Voltage filter time constant (TUV) (>= 0). Typical value = 5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31253,8 +31255,8 @@ cim:UnderexcLimIEEE2.tuv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.vuimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vuimax"@en ; - rdfs:comment "UEL integrator output maximum limit (VUIMAX) (> UnderexcLimIEEE2.vuimin). Typical value = 0,25." ; + rdfs:label "vuimax" ; + rdfs:comment "UEL integrator output maximum limit (VUIMAX) (> UnderexcLimIEEE2.vuimin). Typical value = 0,25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31264,8 +31266,8 @@ cim:UnderexcLimIEEE2.vuimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.vuimin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vuimin"@en ; - rdfs:comment "UEL integrator output minimum limit (VUIMIN) (< UnderexcLimIEEE2.vuimax). Typical value = 0." ; + rdfs:label "vuimin" ; + rdfs:comment "UEL integrator output minimum limit (VUIMIN) (< UnderexcLimIEEE2.vuimax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31275,8 +31277,8 @@ cim:UnderexcLimIEEE2.vuimin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.vulmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vulmax"@en ; - rdfs:comment "UEL output maximum limit (VULMAX) (> UnderexcLimIEEE2.vulmin). Typical value = 0,25." ; + rdfs:label "vulmax" ; + rdfs:comment "UEL output maximum limit (VULMAX) (> UnderexcLimIEEE2.vulmin). Typical value = 0,25."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31286,8 +31288,8 @@ cim:UnderexcLimIEEE2.vulmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimIEEE2.vulmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vulmin"@en ; - rdfs:comment "UEL output minimum limit (VULMIN) (< UnderexcLimIEEE2.vulmax). Typical value = 0." ; + rdfs:label "vulmin" ; + rdfs:comment "UEL output minimum limit (VULMIN) (< UnderexcLimIEEE2.vulmax). Typical value = 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31297,8 +31299,8 @@ cim:UnderexcLimIEEE2.vulmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX1.k a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "k"@en ; - rdfs:comment "Minimum excitation limit slope (K) (> 0)." ; + rdfs:label "k" ; + rdfs:comment "Minimum excitation limit slope (K) (> 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31308,8 +31310,8 @@ cim:UnderexcLimX1.k a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX1.kf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf2"@en ; - rdfs:comment "Differential gain (KF2)." ; + rdfs:label "kf2" ; + rdfs:comment "Differential gain (KF2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31319,8 +31321,8 @@ cim:UnderexcLimX1.kf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX1.km a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "km"@en ; - rdfs:comment "Minimum excitation limit gain (KM)." ; + rdfs:label "km" ; + rdfs:comment "Minimum excitation limit gain (KM)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31330,8 +31332,8 @@ cim:UnderexcLimX1.km a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX1.melmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "melmax"@en ; - rdfs:comment "Minimum excitation limit value (MELMAX)." ; + rdfs:label "melmax" ; + rdfs:comment "Minimum excitation limit value (MELMAX)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31341,8 +31343,8 @@ cim:UnderexcLimX1.melmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX1.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf2"@en ; - rdfs:comment "Differential time constant (TF2) (>= 0)." ; + rdfs:label "tf2" ; + rdfs:comment "Differential time constant (TF2) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31353,8 +31355,8 @@ cim:UnderexcLimX1.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX1.tm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tm"@en ; - rdfs:comment "Minimum excitation limit time constant (TM) (>= 0)." ; + rdfs:label "tm" ; + rdfs:comment "Minimum excitation limit time constant (TM) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31365,8 +31367,8 @@ cim:UnderexcLimX1.tm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX2.kf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kf2"@en ; - rdfs:comment "Differential gain (KF2)." ; + rdfs:label "kf2" ; + rdfs:comment "Differential gain (KF2)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31376,8 +31378,8 @@ cim:UnderexcLimX2.kf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX2.km a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "km"@en ; - rdfs:comment "Minimum excitation limit gain (KM)." ; + rdfs:label "km" ; + rdfs:comment "Minimum excitation limit gain (KM)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31387,8 +31389,8 @@ cim:UnderexcLimX2.km a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX2.melmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "melmax"@en ; - rdfs:comment "Minimum excitation limit value (MELMAX)." ; + rdfs:label "melmax" ; + rdfs:comment "Minimum excitation limit value (MELMAX)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31398,8 +31400,8 @@ cim:UnderexcLimX2.melmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX2.qo a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qo"@en ; - rdfs:comment "Excitation centre setting (QO)." ; + rdfs:label "qo" ; + rdfs:comment "Excitation centre setting (QO)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31409,8 +31411,8 @@ cim:UnderexcLimX2.qo a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX2.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Excitation radius (R)." ; + rdfs:label "r" ; + rdfs:comment "Excitation radius (R)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31420,8 +31422,8 @@ cim:UnderexcLimX2.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX2.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tf2"@en ; - rdfs:comment "Differential time constant (TF2) (>= 0)." ; + rdfs:label "tf2" ; + rdfs:comment "Differential time constant (TF2) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31432,8 +31434,8 @@ cim:UnderexcLimX2.tf2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcLimX2.tm a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tm"@en ; - rdfs:comment "Minimum excitation limit time constant (TM) (>= 0)." ; + rdfs:label "tm" ; + rdfs:comment "Minimum excitation limit time constant (TM) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31444,26 +31446,26 @@ cim:UnderexcLimX2.tm a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:UnderexcitationLimiterUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:UnderexcitationLimiterUserDefined ; rdfs:range xsd:boolean . cim:VAdjIEEE.adjslew a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "adjslew"@en ; - rdfs:comment "Rate at which output of adjuster changes (ADJ_SLEW). Unit = s / PU. Typical value = 300." ; + rdfs:label "adjslew" ; + rdfs:comment "Rate at which output of adjuster changes (ADJ_SLEW). Unit = s / PU. Typical value = 300."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:VAdjIEEE ; rdfs:range xsd:float . cim:VAdjIEEE.taoff a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "taoff"@en ; - rdfs:comment "Time that adjuster pulses are off (TAOFF) (>= 0). Typical value = 0,5." ; + rdfs:label "taoff" ; + rdfs:comment "Time that adjuster pulses are off (TAOFF) (>= 0). Typical value = 0,5."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31474,8 +31476,8 @@ cim:VAdjIEEE.taoff a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VAdjIEEE.taon a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "taon"@en ; - rdfs:comment "Time that adjuster pulses are on (TAON) (>= 0). Typical value = 0,1." ; + rdfs:label "taon" ; + rdfs:comment "Time that adjuster pulses are on (TAON) (>= 0). Typical value = 0,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31486,16 +31488,16 @@ cim:VAdjIEEE.taon a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VAdjIEEE.vadjf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vadjf"@en ; - rdfs:comment "Set high to provide a continuous raise or lower (VADJF)." ; + rdfs:label "vadjf" ; + rdfs:comment "Set high to provide a continuous raise or lower (VADJF)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:VAdjIEEE ; rdfs:range xsd:float . cim:VAdjIEEE.vadjmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vadjmax"@en ; - rdfs:comment "Maximum output of the adjuster (VADJMAX) (> VAdjIEEE.vadjmin). Typical value = 1,1." ; + rdfs:label "vadjmax" ; + rdfs:comment "Maximum output of the adjuster (VADJMAX) (> VAdjIEEE.vadjmin). Typical value = 1,1."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31505,8 +31507,8 @@ cim:VAdjIEEE.vadjmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VAdjIEEE.vadjmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "vadjmin"@en ; - rdfs:comment "Minimum output of the adjuster (VADJMIN) (< VAdjIEEE.vadjmax). Typical value = 0,9." ; + rdfs:label "vadjmin" ; + rdfs:comment "Minimum output of the adjuster (VADJMIN) (< VAdjIEEE.vadjmax). Typical value = 0,9."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31516,8 +31518,8 @@ cim:VAdjIEEE.vadjmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VCompIEEEType1.rc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rc"@en ; - rdfs:comment "Resistive component of compensation of a generator (Rc) (>= 0)." ; + rdfs:label "rc" ; + rdfs:comment "Resistive component of compensation of a generator (Rc) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31527,8 +31529,8 @@ cim:VCompIEEEType1.rc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VCompIEEEType1.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Time constant which is used for the combined voltage sensing and compensation signal (Tr) (>= 0)." ; + rdfs:label "tr" ; + rdfs:comment "Time constant which is used for the combined voltage sensing and compensation signal (Tr) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31539,8 +31541,8 @@ cim:VCompIEEEType1.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VCompIEEEType1.xc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xc"@en ; - rdfs:comment "Reactive component of compensation of a generator (Xc) (>= 0)." ; + rdfs:label "xc" ; + rdfs:comment "Reactive component of compensation of a generator (Xc) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31550,8 +31552,8 @@ cim:VCompIEEEType1.xc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VCompIEEEType2.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Time constant which is used for the combined voltage sensing and compensation signal (Tr) (>= 0)." ; + rdfs:label "tr" ; + rdfs:comment "Time constant which is used for the combined voltage sensing and compensation signal (Tr) (>= 0)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31562,46 +31564,46 @@ cim:VCompIEEEType2.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VSCUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:VSCUserDefined ; rdfs:range xsd:boolean . cim:VoltageAdjusterUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:VoltageAdjusterUserDefined ; rdfs:range xsd:boolean . cim:VoltageCompensatorUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:VoltageCompensatorUserDefined ; rdfs:range xsd:boolean . cim:WindAeroOneDimIEC.ka a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ka"@en ; - rdfs:comment "Aerodynamic gain (ka). It is a type-dependent parameter." ; + rdfs:label "ka" ; + rdfs:comment "Aerodynamic gain (ka). It is a type-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindAeroOneDimIEC ; rdfs:range xsd:float . cim:WindAeroOneDimIEC.thetaomega a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thetaomega"@en ; - rdfs:comment "Initial pitch angle (thetaomega0). It is a case-dependent parameter." ; + rdfs:label "thetaomega" ; + rdfs:comment "Initial pitch angle (thetaomega0). It is a case-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -31612,8 +31614,8 @@ cim:WindAeroOneDimIEC.thetaomega a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:WindAeroTwoDimIEC.dpomega a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dpomega"@en ; - rdfs:comment "Partial derivative of aerodynamic power with respect to changes in WTR speed (dpomega). It is a type-dependent parameter." ; + rdfs:label "dpomega" ; + rdfs:comment "Partial derivative of aerodynamic power with respect to changes in WTR speed (dpomega). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31623,8 +31625,8 @@ cim:WindAeroTwoDimIEC.dpomega a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindAeroTwoDimIEC.dptheta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dptheta"@en ; - rdfs:comment "Partial derivative of aerodynamic power with respect to changes in pitch angle (dptheta). It is a type-dependent parameter." ; + rdfs:label "dptheta" ; + rdfs:comment "Partial derivative of aerodynamic power with respect to changes in pitch angle (dptheta). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31634,8 +31636,8 @@ cim:WindAeroTwoDimIEC.dptheta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindAeroTwoDimIEC.dpv1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dpv1"@en ; - rdfs:comment "Partial derivative (dpv1). It is a type-dependent parameter." ; + rdfs:label "dpv1" ; + rdfs:comment "Partial derivative (dpv1). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31645,8 +31647,8 @@ cim:WindAeroTwoDimIEC.dpv1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindAeroTwoDimIEC.omegazero a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "omegazero"@en ; - rdfs:comment "Rotor speed if the wind turbine is not derated (omega0). It is a type-dependent parameter." ; + rdfs:label "omegazero" ; + rdfs:comment "Rotor speed if the wind turbine is not derated (omega0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31656,8 +31658,8 @@ cim:WindAeroTwoDimIEC.omegazero a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindAeroTwoDimIEC.pavail a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pavail"@en ; - rdfs:comment "Available aerodynamic power (pavail). It is a case-dependent parameter." ; + rdfs:label "pavail" ; + rdfs:comment "Available aerodynamic power (pavail). It is a case-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31667,8 +31669,8 @@ cim:WindAeroTwoDimIEC.pavail a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindAeroTwoDimIEC.thetav2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thetav2"@en ; - rdfs:comment "Blade angle at twice rated wind speed (thetav2). It is a type-dependent parameter." ; + rdfs:label "thetav2" ; + rdfs:comment "Blade angle at twice rated wind speed (thetav2). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -31679,8 +31681,8 @@ cim:WindAeroTwoDimIEC.thetav2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindAeroTwoDimIEC.thetazero a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thetazero"@en ; - rdfs:comment "Pitch angle if the wind turbine is not derated (theta0). It is a case-dependent parameter." ; + rdfs:label "thetazero" ; + rdfs:comment "Pitch angle if the wind turbine is not derated (theta0). It is a case-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -31691,8 +31693,8 @@ cim:WindAeroTwoDimIEC.thetazero a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContCurrLimIEC.imax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "imax"@en ; - rdfs:comment "Maximum continuous current at the wind turbine terminals (imax). It is a type-dependent parameter." ; + rdfs:label "imax" ; + rdfs:comment "Maximum continuous current at the wind turbine terminals (imax). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31702,8 +31704,8 @@ cim:WindContCurrLimIEC.imax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContCurrLimIEC.imaxdip a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "imaxdip"@en ; - rdfs:comment "Maximum current during voltage dip at the wind turbine terminals (imaxdip). It is a project-dependent parameter." ; + rdfs:label "imaxdip" ; + rdfs:comment "Maximum current during voltage dip at the wind turbine terminals (imaxdip). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31713,8 +31715,8 @@ cim:WindContCurrLimIEC.imaxdip a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContCurrLimIEC.kpqu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpqu"@en ; - rdfs:comment "Partial derivative of reactive current limit (Kpqu) versus voltage. It is a type-dependent parameter." ; + rdfs:label "kpqu" ; + rdfs:comment "Partial derivative of reactive current limit (Kpqu) versus voltage. It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31724,28 +31726,28 @@ cim:WindContCurrLimIEC.kpqu a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContCurrLimIEC.mdfslim a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mdfslim"@en ; + rdfs:label "mdfslim" ; rdfs:comment """Limitation of type 3 stator current (MDFSLim). MDFSLim = 1 for wind turbines type 4. It is a type-dependent parameter. false= total current limitation (0 in the IEC model) -true=stator current limitation (1 in the IEC model).""" ; +true=stator current limitation (1 in the IEC model)."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindContCurrLimIEC ; rdfs:range xsd:boolean . cim:WindContCurrLimIEC.mqpri a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mqpri"@en ; + rdfs:label "mqpri" ; rdfs:comment """Prioritisation of Q control during UVRT (Mqpri). It is a project-dependent parameter. true = reactive power priority (1 in the IEC model) -false = active power priority (0 in the IEC model).""" ; +false = active power priority (0 in the IEC model)."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindContCurrLimIEC ; rdfs:range xsd:boolean . cim:WindContCurrLimIEC.tufiltcl a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tufiltcl"@en ; - rdfs:comment "Voltage measurement filter time constant (Tufiltcl) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tufiltcl" ; + rdfs:comment "Voltage measurement filter time constant (Tufiltcl) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31756,8 +31758,8 @@ cim:WindContCurrLimIEC.tufiltcl a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContCurrLimIEC.upqumax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "upqumax"@en ; - rdfs:comment "Wind turbine voltage in the operation point where zero reactive current can be delivered (upqumax). It is a type-dependent parameter." ; + rdfs:label "upqumax" ; + rdfs:comment "Wind turbine voltage in the operation point where zero reactive current can be delivered (upqumax). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31767,8 +31769,8 @@ cim:WindContCurrLimIEC.upqumax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.dpmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dpmax"@en ; - rdfs:comment "Maximum wind turbine power ramp rate (dpmax). It is a type-dependent parameter." ; + rdfs:label "dpmax" ; + rdfs:comment "Maximum wind turbine power ramp rate (dpmax). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31778,8 +31780,8 @@ cim:WindContPType3IEC.dpmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.dprefmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dprefmax"@en ; - rdfs:comment "Maximum ramp rate of wind turbine reference power (dprefmax). It is a project-dependent parameter." ; + rdfs:label "dprefmax" ; + rdfs:comment "Maximum ramp rate of wind turbine reference power (dprefmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31789,8 +31791,8 @@ cim:WindContPType3IEC.dprefmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.dprefmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dprefmin"@en ; - rdfs:comment "Minimum ramp rate of wind turbine reference power (dprefmin). It is a project-dependent parameter." ; + rdfs:label "dprefmin" ; + rdfs:comment "Minimum ramp rate of wind turbine reference power (dprefmin). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31800,8 +31802,8 @@ cim:WindContPType3IEC.dprefmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.dthetamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dthetamax"@en ; - rdfs:comment "Ramp limitation of torque, required in some grid codes (dtmax). It is a project-dependent parameter." ; + rdfs:label "dthetamax" ; + rdfs:comment "Ramp limitation of torque, required in some grid codes (dtmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31811,8 +31813,8 @@ cim:WindContPType3IEC.dthetamax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.dthetamaxuvrt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dthetamaxuvrt"@en ; - rdfs:comment "Limitation of torque rise rate during UVRT (dthetamaxUVRT). It is a project-dependent parameter." ; + rdfs:label "dthetamaxuvrt" ; + rdfs:comment "Limitation of torque rise rate during UVRT (dthetamaxUVRT). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31822,8 +31824,8 @@ cim:WindContPType3IEC.dthetamaxuvrt a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . cim:WindContPType3IEC.kdtd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kdtd"@en ; - rdfs:comment "Gain for active drive train damping (KDTD). It is a type-dependent parameter." ; + rdfs:label "kdtd" ; + rdfs:comment "Gain for active drive train damping (KDTD). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31833,8 +31835,8 @@ cim:WindContPType3IEC.kdtd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.kip a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kip"@en ; - rdfs:comment "PI controller integration parameter (KIp). It is a type-dependent parameter." ; + rdfs:label "kip" ; + rdfs:comment "PI controller integration parameter (KIp). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31844,8 +31846,8 @@ cim:WindContPType3IEC.kip a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.kpp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpp"@en ; - rdfs:comment "PI controller proportional gain (KPp). It is a type-dependent parameter." ; + rdfs:label "kpp" ; + rdfs:comment "PI controller proportional gain (KPp). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31855,18 +31857,18 @@ cim:WindContPType3IEC.kpp a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.mpuvrt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mpuvrt"@en ; + rdfs:label "mpuvrt" ; rdfs:comment """Enable UVRT power control mode (MpUVRT). It is a project-dependent parameter. true = voltage control (1 in the IEC model) -false = reactive power control (0 in the IEC model).""" ; +false = reactive power control (0 in the IEC model)."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindContPType3IEC ; rdfs:range xsd:boolean . cim:WindContPType3IEC.omegadtd a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "omegadtd"@en ; - rdfs:comment "Active drive train damping frequency (omegaDTD). It can be calculated from two mass model parameters. It is a type-dependent parameter." ; + rdfs:label "omegadtd" ; + rdfs:comment "Active drive train damping frequency (omegaDTD). It can be calculated from two mass model parameters. It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31876,8 +31878,8 @@ cim:WindContPType3IEC.omegadtd a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.omegaoffset a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "omegaoffset"@en ; - rdfs:comment "Offset to reference value that limits controller action during rotor speed changes (omegaoffset). It is a case-dependent parameter." ; + rdfs:label "omegaoffset" ; + rdfs:comment "Offset to reference value that limits controller action during rotor speed changes (omegaoffset). It is a case-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31887,8 +31889,8 @@ cim:WindContPType3IEC.omegaoffset a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:WindContPType3IEC.pdtdmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pdtdmax"@en ; - rdfs:comment "Maximum active drive train damping power (pDTDmax). It is a type-dependent parameter." ; + rdfs:label "pdtdmax" ; + rdfs:comment "Maximum active drive train damping power (pDTDmax). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31898,8 +31900,8 @@ cim:WindContPType3IEC.pdtdmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.tdvs a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tdvs"@en ; - rdfs:comment "Time delay after deep voltage sags (TDVS) (>= 0). It is a project-dependent parameter." ; + rdfs:label "tdvs" ; + rdfs:comment "Time delay after deep voltage sags (TDVS) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31910,8 +31912,8 @@ cim:WindContPType3IEC.tdvs a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.thetaemin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thetaemin"@en ; - rdfs:comment "Minimum electrical generator torque (temin). It is a type-dependent parameter." ; + rdfs:label "thetaemin" ; + rdfs:comment "Minimum electrical generator torque (temin). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31921,8 +31923,8 @@ cim:WindContPType3IEC.thetaemin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.thetauscale a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thetauscale"@en ; - rdfs:comment "Voltage scaling factor of reset-torque (tuscale). It is a project-dependent parameter." ; + rdfs:label "thetauscale" ; + rdfs:comment "Voltage scaling factor of reset-torque (tuscale). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31932,8 +31934,8 @@ cim:WindContPType3IEC.thetauscale a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:WindContPType3IEC.tomegafiltp3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tomegafiltp3"@en ; - rdfs:comment "Filter time constant for generator speed measurement (Tomegafiltp3) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tomegafiltp3" ; + rdfs:comment "Filter time constant for generator speed measurement (Tomegafiltp3) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31944,8 +31946,8 @@ cim:WindContPType3IEC.tomegafiltp3 a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:WindContPType3IEC.tomegaref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tomegaref"@en ; - rdfs:comment "Time constant in speed reference filter (Tomega,ref) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tomegaref" ; + rdfs:comment "Time constant in speed reference filter (Tomega,ref) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31956,8 +31958,8 @@ cim:WindContPType3IEC.tomegaref a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.tpfiltp3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpfiltp3"@en ; - rdfs:comment "Filter time constant for power measurement (Tpfiltp3) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tpfiltp3" ; + rdfs:comment "Filter time constant for power measurement (Tpfiltp3) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31968,8 +31970,8 @@ cim:WindContPType3IEC.tpfiltp3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.tpord a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpord"@en ; - rdfs:comment "Time constant in power order lag (Tpord). It is a type-dependent parameter." ; + rdfs:label "tpord" ; + rdfs:comment "Time constant in power order lag (Tpord). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -31979,8 +31981,8 @@ cim:WindContPType3IEC.tpord a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.tufiltp3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tufiltp3"@en ; - rdfs:comment "Filter time constant for voltage measurement (Tufiltp3) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tufiltp3" ; + rdfs:comment "Filter time constant for voltage measurement (Tufiltp3) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -31991,8 +31993,8 @@ cim:WindContPType3IEC.tufiltp3 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.udvs a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "udvs"@en ; - rdfs:comment "Voltage limit for hold UVRT status after deep voltage sags (uDVS). It is a project-dependent parameter." ; + rdfs:label "udvs" ; + rdfs:comment "Voltage limit for hold UVRT status after deep voltage sags (uDVS). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32002,8 +32004,8 @@ cim:WindContPType3IEC.udvs a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.updip a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "updip"@en ; - rdfs:comment "Voltage dip threshold for P-control (uPdip). Part of turbine control, often different (e.g 0.8) from converter thresholds. It is a project-dependent parameter." ; + rdfs:label "updip" ; + rdfs:comment "Voltage dip threshold for P-control (uPdip). Part of turbine control, often different (e.g 0.8) from converter thresholds. It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32013,16 +32015,16 @@ cim:WindContPType3IEC.updip a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType3IEC.zeta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "zeta"@en ; - rdfs:comment "Coefficient for active drive train damping (zeta). It is a type-dependent parameter." ; + rdfs:label "zeta" ; + rdfs:comment "Coefficient for active drive train damping (zeta). It is a type-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindContPType3IEC ; rdfs:range xsd:float . cim:WindContPType4aIEC.dpmaxp4a a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dpmaxp4a"@en ; - rdfs:comment "Maximum wind turbine power ramp rate (dpmaxp4A). It is a project-dependent parameter." ; + rdfs:label "dpmaxp4a" ; + rdfs:comment "Maximum wind turbine power ramp rate (dpmaxp4A). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32032,8 +32034,8 @@ cim:WindContPType4aIEC.dpmaxp4a a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType4aIEC.tpordp4a a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpordp4a"@en ; - rdfs:comment "Time constant in power order lag (Tpordp4A) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tpordp4a" ; + rdfs:comment "Time constant in power order lag (Tpordp4A) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32044,8 +32046,8 @@ cim:WindContPType4aIEC.tpordp4a a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType4aIEC.tufiltp4a a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tufiltp4a"@en ; - rdfs:comment "Voltage measurement filter time constant (Tufiltp4A) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tufiltp4a" ; + rdfs:comment "Voltage measurement filter time constant (Tufiltp4A) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32056,8 +32058,8 @@ cim:WindContPType4aIEC.tufiltp4a a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:WindContPType4bIEC.dpmaxp4b a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dpmaxp4b"@en ; - rdfs:comment "Maximum wind turbine power ramp rate (dpmaxp4B). It is a project-dependent parameter." ; + rdfs:label "dpmaxp4b" ; + rdfs:comment "Maximum wind turbine power ramp rate (dpmaxp4B). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32067,8 +32069,8 @@ cim:WindContPType4bIEC.dpmaxp4b a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType4bIEC.tpaero a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpaero"@en ; - rdfs:comment "Time constant in aerodynamic power response (Tpaero) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tpaero" ; + rdfs:comment "Time constant in aerodynamic power response (Tpaero) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32079,8 +32081,8 @@ cim:WindContPType4bIEC.tpaero a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType4bIEC.tpordp4b a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpordp4b"@en ; - rdfs:comment "Time constant in power order lag (Tpordp4B) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tpordp4b" ; + rdfs:comment "Time constant in power order lag (Tpordp4B) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32091,8 +32093,8 @@ cim:WindContPType4bIEC.tpordp4b a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPType4bIEC.tufiltp4b a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tufiltp4b"@en ; - rdfs:comment "Voltage measurement filter time constant (Tufiltp4B) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tufiltp4b" ; + rdfs:comment "Voltage measurement filter time constant (Tufiltp4B) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32103,24 +32105,24 @@ cim:WindContPType4bIEC.tufiltp4b a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:WindContPitchAngleIEC.dthetamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dthetamax"@en ; - rdfs:comment "Maximum pitch positive ramp rate (dthetamax) (> WindContPitchAngleIEC.dthetamin). It is a type-dependent parameter. Unit = degrees / s." ; + rdfs:label "dthetamax" ; + rdfs:comment "Maximum pitch positive ramp rate (dthetamax) (> WindContPitchAngleIEC.dthetamin). It is a type-dependent parameter. Unit = degrees / s."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindContPitchAngleIEC ; rdfs:range xsd:float . cim:WindContPitchAngleIEC.dthetamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dthetamin"@en ; - rdfs:comment "Maximum pitch negative ramp rate (dthetamin) (< WindContPitchAngleIEC.dthetamax). It is a type-dependent parameter. Unit = degrees / s." ; + rdfs:label "dthetamin" ; + rdfs:comment "Maximum pitch negative ramp rate (dthetamin) (< WindContPitchAngleIEC.dthetamax). It is a type-dependent parameter. Unit = degrees / s."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindContPitchAngleIEC ; rdfs:range xsd:float . cim:WindContPitchAngleIEC.kic a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kic"@en ; - rdfs:comment "Power PI controller integration gain (KIc). It is a type-dependent parameter." ; + rdfs:label "kic" ; + rdfs:comment "Power PI controller integration gain (KIc). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32130,8 +32132,8 @@ cim:WindContPitchAngleIEC.kic a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPitchAngleIEC.kiomega a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kiomega"@en ; - rdfs:comment "Speed PI controller integration gain (KIomega). It is a type-dependent parameter." ; + rdfs:label "kiomega" ; + rdfs:comment "Speed PI controller integration gain (KIomega). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32141,8 +32143,8 @@ cim:WindContPitchAngleIEC.kiomega a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:WindContPitchAngleIEC.kpc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpc"@en ; - rdfs:comment "Power PI controller proportional gain (KPc). It is a type-dependent parameter." ; + rdfs:label "kpc" ; + rdfs:comment "Power PI controller proportional gain (KPc). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32152,8 +32154,8 @@ cim:WindContPitchAngleIEC.kpc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPitchAngleIEC.kpomega a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpomega"@en ; - rdfs:comment "Speed PI controller proportional gain (KPomega). It is a type-dependent parameter." ; + rdfs:label "kpomega" ; + rdfs:comment "Speed PI controller proportional gain (KPomega). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32163,8 +32165,8 @@ cim:WindContPitchAngleIEC.kpomega a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:WindContPitchAngleIEC.kpx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpx"@en ; - rdfs:comment "Pitch cross coupling gain (KPX). It is a type-dependent parameter." ; + rdfs:label "kpx" ; + rdfs:comment "Pitch cross coupling gain (KPX). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32174,8 +32176,8 @@ cim:WindContPitchAngleIEC.kpx a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContPitchAngleIEC.thetamax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thetamax"@en ; - rdfs:comment "Maximum pitch angle (thetamax) (> WindContPitchAngleIEC.thetamin). It is a type-dependent parameter." ; + rdfs:label "thetamax" ; + rdfs:comment "Maximum pitch angle (thetamax) (> WindContPitchAngleIEC.thetamin). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -32186,8 +32188,8 @@ cim:WindContPitchAngleIEC.thetamax a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:WindContPitchAngleIEC.thetamin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "thetamin"@en ; - rdfs:comment "Minimum pitch angle (thetamin) (< WindContPitchAngleIEC.thetamax). It is a type-dependent parameter." ; + rdfs:label "thetamin" ; + rdfs:comment "Minimum pitch angle (thetamin) (< WindContPitchAngleIEC.thetamax). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -32198,8 +32200,8 @@ cim:WindContPitchAngleIEC.thetamin a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:WindContPitchAngleIEC.ttheta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ttheta"@en ; - rdfs:comment "Pitch time constant (ttheta) (>= 0). It is a type-dependent parameter." ; + rdfs:label "ttheta" ; + rdfs:comment "Pitch time constant (ttheta) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32210,8 +32212,8 @@ cim:WindContPitchAngleIEC.ttheta a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:WindContQIEC.iqh1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "iqh1"@en ; - rdfs:comment "Maximum reactive current injection during dip (iqh1). It is a type-dependent parameter." ; + rdfs:label "iqh1" ; + rdfs:comment "Maximum reactive current injection during dip (iqh1). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32221,8 +32223,8 @@ cim:WindContQIEC.iqh1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.iqmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "iqmax"@en ; - rdfs:comment "Maximum reactive current injection (iqmax) (> WindContQIEC.iqmin). It is a type-dependent parameter." ; + rdfs:label "iqmax" ; + rdfs:comment "Maximum reactive current injection (iqmax) (> WindContQIEC.iqmin). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32232,8 +32234,8 @@ cim:WindContQIEC.iqmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.iqmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "iqmin"@en ; - rdfs:comment "Minimum reactive current injection (iqmin) (< WindContQIEC.iqmax). It is a type-dependent parameter." ; + rdfs:label "iqmin" ; + rdfs:comment "Minimum reactive current injection (iqmin) (< WindContQIEC.iqmax). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32243,8 +32245,8 @@ cim:WindContQIEC.iqmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.iqpost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "iqpost"@en ; - rdfs:comment "Post fault reactive current injection (iqpost). It is a project-dependent parameter." ; + rdfs:label "iqpost" ; + rdfs:comment "Post fault reactive current injection (iqpost). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32254,8 +32256,8 @@ cim:WindContQIEC.iqpost a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.kiq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kiq"@en ; - rdfs:comment "Reactive power PI controller integration gain (KI,q). It is a type-dependent parameter." ; + rdfs:label "kiq" ; + rdfs:comment "Reactive power PI controller integration gain (KI,q). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32265,8 +32267,8 @@ cim:WindContQIEC.kiq a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.kiu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kiu"@en ; - rdfs:comment "Voltage PI controller integration gain (KI,u). It is a type-dependent parameter." ; + rdfs:label "kiu" ; + rdfs:comment "Voltage PI controller integration gain (KI,u). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32276,8 +32278,8 @@ cim:WindContQIEC.kiu a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.kpq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpq"@en ; - rdfs:comment "Reactive power PI controller proportional gain (KP,q). It is a type-dependent parameter." ; + rdfs:label "kpq" ; + rdfs:comment "Reactive power PI controller proportional gain (KP,q). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32287,8 +32289,8 @@ cim:WindContQIEC.kpq a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.kpu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpu"@en ; - rdfs:comment "Voltage PI controller proportional gain (KP,u). It is a type-dependent parameter." ; + rdfs:label "kpu" ; + rdfs:comment "Voltage PI controller proportional gain (KP,u). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32298,8 +32300,8 @@ cim:WindContQIEC.kpu a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.kqv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kqv"@en ; - rdfs:comment "Voltage scaling factor for UVRT current (Kqv). It is a project-dependent parameter." ; + rdfs:label "kqv" ; + rdfs:comment "Voltage scaling factor for UVRT current (Kqv). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32309,8 +32311,8 @@ cim:WindContQIEC.kqv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.rdroop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rdroop"@en ; - rdfs:comment "Resistive component of voltage drop impedance (rdroop) (>= 0). It is a project-dependent parameter." ; + rdfs:label "rdroop" ; + rdfs:comment "Resistive component of voltage drop impedance (rdroop) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32320,8 +32322,8 @@ cim:WindContQIEC.rdroop a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.tpfiltq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpfiltq"@en ; - rdfs:comment "Power measurement filter time constant (Tpfiltq) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tpfiltq" ; + rdfs:comment "Power measurement filter time constant (Tpfiltq) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32332,8 +32334,8 @@ cim:WindContQIEC.tpfiltq a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.tpost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpost"@en ; - rdfs:comment "Length of time period where post fault reactive power is injected (Tpost) (>= 0). It is a project-dependent parameter." ; + rdfs:label "tpost" ; + rdfs:comment "Length of time period where post fault reactive power is injected (Tpost) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32344,8 +32346,8 @@ cim:WindContQIEC.tpost a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.tqord a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tqord"@en ; - rdfs:comment "Time constant in reactive power order lag (Tqord) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tqord" ; + rdfs:comment "Time constant in reactive power order lag (Tqord) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32356,8 +32358,8 @@ cim:WindContQIEC.tqord a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.tufiltq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tufiltq"@en ; - rdfs:comment "Voltage measurement filter time constant (Tufiltq) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tufiltq" ; + rdfs:comment "Voltage measurement filter time constant (Tufiltq) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32368,8 +32370,8 @@ cim:WindContQIEC.tufiltq a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.udb1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "udb1"@en ; - rdfs:comment "Voltage deadband lower limit (udb1). It is a type-dependent parameter." ; + rdfs:label "udb1" ; + rdfs:comment "Voltage deadband lower limit (udb1). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32379,8 +32381,8 @@ cim:WindContQIEC.udb1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.udb2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "udb2"@en ; - rdfs:comment "Voltage deadband upper limit (udb2). It is a type-dependent parameter." ; + rdfs:label "udb2" ; + rdfs:comment "Voltage deadband upper limit (udb2). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32390,8 +32392,8 @@ cim:WindContQIEC.udb2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.umax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "umax"@en ; - rdfs:comment "Maximum voltage in voltage PI controller integral term (umax) (> WindContQIEC.umin). It is a type-dependent parameter." ; + rdfs:label "umax" ; + rdfs:comment "Maximum voltage in voltage PI controller integral term (umax) (> WindContQIEC.umin). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32401,8 +32403,8 @@ cim:WindContQIEC.umax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.umin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "umin"@en ; - rdfs:comment "Minimum voltage in voltage PI controller integral term (umin) (< WindContQIEC.umax). It is a type-dependent parameter." ; + rdfs:label "umin" ; + rdfs:comment "Minimum voltage in voltage PI controller integral term (umin) (< WindContQIEC.umax). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32412,8 +32414,8 @@ cim:WindContQIEC.umin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.uqdip a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uqdip"@en ; - rdfs:comment "Voltage threshold for UVRT detection in Q control (uqdip). It is a type-dependent parameter." ; + rdfs:label "uqdip" ; + rdfs:comment "Voltage threshold for UVRT detection in Q control (uqdip). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32423,8 +32425,8 @@ cim:WindContQIEC.uqdip a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.uref0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uref0"@en ; - rdfs:comment "User-defined bias in voltage reference (uref0). It is a case-dependent parameter." ; + rdfs:label "uref0" ; + rdfs:comment "User-defined bias in voltage reference (uref0). It is a case-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32434,8 +32436,8 @@ cim:WindContQIEC.uref0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQIEC.xdroop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xdroop"@en ; - rdfs:comment "Inductive component of voltage drop impedance (xdroop) (>= 0). It is a project-dependent parameter." ; + rdfs:label "xdroop" ; + rdfs:comment "Inductive component of voltage drop impedance (xdroop) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32445,8 +32447,8 @@ cim:WindContQIEC.xdroop a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQLimIEC.qmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qmax"@en ; - rdfs:comment "Maximum reactive power (qmax) (> WindContQLimIEC.qmin). It is a type-dependent parameter." ; + rdfs:label "qmax" ; + rdfs:comment "Maximum reactive power (qmax) (> WindContQLimIEC.qmin). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32456,8 +32458,8 @@ cim:WindContQLimIEC.qmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQLimIEC.qmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qmin"@en ; - rdfs:comment "Minimum reactive power (qmin) (< WindContQLimIEC.qmax). It is a type-dependent parameter." ; + rdfs:label "qmin" ; + rdfs:comment "Minimum reactive power (qmin) (< WindContQLimIEC.qmax). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32467,8 +32469,8 @@ cim:WindContQLimIEC.qmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQPQULimIEC.tpfiltql a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpfiltql"@en ; - rdfs:comment "Power measurement filter time constant for Q capacity (Tpfiltql) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tpfiltql" ; + rdfs:comment "Power measurement filter time constant for Q capacity (Tpfiltql) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32479,8 +32481,8 @@ cim:WindContQPQULimIEC.tpfiltql a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContQPQULimIEC.tufiltql a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tufiltql"@en ; - rdfs:comment "Voltage measurement filter time constant for Q capacity (Tufiltql) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tufiltql" ; + rdfs:comment "Voltage measurement filter time constant for Q capacity (Tufiltql) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32491,8 +32493,8 @@ cim:WindContQPQULimIEC.tufiltql a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContRotorRIEC.kirr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kirr"@en ; - rdfs:comment "Integral gain in rotor resistance PI controller (KIrr). It is a type-dependent parameter." ; + rdfs:label "kirr" ; + rdfs:comment "Integral gain in rotor resistance PI controller (KIrr). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32502,24 +32504,24 @@ cim:WindContRotorRIEC.kirr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContRotorRIEC.komegafilt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "komegafilt"@en ; - rdfs:comment "Filter gain for generator speed measurement (Komegafilt). It is a type-dependent parameter." ; + rdfs:label "komegafilt" ; + rdfs:comment "Filter gain for generator speed measurement (Komegafilt). It is a type-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindContRotorRIEC ; rdfs:range xsd:float . cim:WindContRotorRIEC.kpfilt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpfilt"@en ; - rdfs:comment "Filter gain for power measurement (Kpfilt). It is a type-dependent parameter." ; + rdfs:label "kpfilt" ; + rdfs:comment "Filter gain for power measurement (Kpfilt). It is a type-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindContRotorRIEC ; rdfs:range xsd:float . cim:WindContRotorRIEC.kprr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kprr"@en ; - rdfs:comment "Proportional gain in rotor resistance PI controller (KPrr). It is a type-dependent parameter." ; + rdfs:label "kprr" ; + rdfs:comment "Proportional gain in rotor resistance PI controller (KPrr). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32529,8 +32531,8 @@ cim:WindContRotorRIEC.kprr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContRotorRIEC.rmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rmax"@en ; - rdfs:comment "Maximum rotor resistance (rmax) (> WindContRotorRIEC.rmin). It is a type-dependent parameter." ; + rdfs:label "rmax" ; + rdfs:comment "Maximum rotor resistance (rmax) (> WindContRotorRIEC.rmin). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32540,8 +32542,8 @@ cim:WindContRotorRIEC.rmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContRotorRIEC.rmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rmin"@en ; - rdfs:comment "Minimum rotor resistance (rmin) (< WindContRotorRIEC.rmax). It is a type-dependent parameter." ; + rdfs:label "rmin" ; + rdfs:comment "Minimum rotor resistance (rmin) (< WindContRotorRIEC.rmax). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32551,8 +32553,8 @@ cim:WindContRotorRIEC.rmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindContRotorRIEC.tomegafiltrr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tomegafiltrr"@en ; - rdfs:comment "Filter time constant for generator speed measurement (Tomegafiltrr) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tomegafiltrr" ; + rdfs:comment "Filter time constant for generator speed measurement (Tomegafiltrr) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32563,8 +32565,8 @@ cim:WindContRotorRIEC.tomegafiltrr a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:WindContRotorRIEC.tpfiltrr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpfiltrr"@en ; - rdfs:comment "Filter time constant for power measurement (Tpfiltrr) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tpfiltrr" ; + rdfs:comment "Filter time constant for power measurement (Tpfiltrr) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32575,32 +32577,32 @@ cim:WindContRotorRIEC.tpfiltrr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindDynamicsLookupTable.input a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "input"@en ; - rdfs:comment "Input value (x) for the lookup table function." ; + rdfs:label "input" ; + rdfs:comment "Input value (x) for the lookup table function."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindDynamicsLookupTable ; rdfs:range xsd:float . cim:WindDynamicsLookupTable.output a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "output"@en ; - rdfs:comment "Output value (y) for the lookup table function." ; + rdfs:label "output" ; + rdfs:comment "Output value (y) for the lookup table function."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindDynamicsLookupTable ; rdfs:range xsd:float . cim:WindDynamicsLookupTable.sequence a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sequence"@en ; - rdfs:comment "Sequence numbers of the pairs of the input (x) and the output (y) of the lookup table function." ; + rdfs:label "sequence" ; + rdfs:comment "Sequence numbers of the pairs of the input (x) and the output (y) of the lookup table function."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindDynamicsLookupTable ; rdfs:range xsd:integer . cim:WindGenType3IEC.dipmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dipmax"@en ; - rdfs:comment "Maximum active current ramp rate (dipmax). It is a project-dependent parameter." ; + rdfs:label "dipmax" ; + rdfs:comment "Maximum active current ramp rate (dipmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32610,8 +32612,8 @@ cim:WindGenType3IEC.dipmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindGenType3IEC.diqmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "diqmax"@en ; - rdfs:comment "Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter." ; + rdfs:label "diqmax" ; + rdfs:comment "Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32621,8 +32623,8 @@ cim:WindGenType3IEC.diqmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindGenType3IEC.xs a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xs"@en ; - rdfs:comment "Electromagnetic transient reactance (xS). It is a type-dependent parameter." ; + rdfs:label "xs" ; + rdfs:comment "Electromagnetic transient reactance (xS). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32632,16 +32634,16 @@ cim:WindGenType3IEC.xs a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindGenType3aIEC.kpc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpc"@en ; - rdfs:comment "Current PI controller proportional gain (KPc). It is a type-dependent parameter." ; + rdfs:label "kpc" ; + rdfs:comment "Current PI controller proportional gain (KPc). It is a type-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindGenType3aIEC ; rdfs:range xsd:float . cim:WindGenType3aIEC.tic a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tic"@en ; - rdfs:comment "Current PI controller integration time constant (TIc) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tic" ; + rdfs:comment "Current PI controller integration time constant (TIc) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32652,18 +32654,18 @@ cim:WindGenType3aIEC.tic a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindGenType3bIEC.mwtcwp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mwtcwp"@en ; + rdfs:label "mwtcwp" ; rdfs:comment """Crowbar control mode (MWTcwp). It is a case-dependent parameter. true = 1 in the IEC model -false = 0 in the IEC model.""" ; +false = 0 in the IEC model."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindGenType3bIEC ; rdfs:range xsd:boolean . cim:WindGenType3bIEC.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Current generation time constant (Tg) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tg" ; + rdfs:comment "Current generation time constant (Tg) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32674,8 +32676,8 @@ cim:WindGenType3bIEC.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindGenType3bIEC.two a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "two"@en ; - rdfs:comment "Time constant for crowbar washout filter (Two) (>= 0). It is a case-dependent parameter." ; + rdfs:label "two" ; + rdfs:comment "Time constant for crowbar washout filter (Two) (>= 0). It is a case-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32686,8 +32688,8 @@ cim:WindGenType3bIEC.two a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindGenType4IEC.dipmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dipmax"@en ; - rdfs:comment "Maximum active current ramp rate (dipmax). It is a project-dependent parameter." ; + rdfs:label "dipmax" ; + rdfs:comment "Maximum active current ramp rate (dipmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32697,8 +32699,8 @@ cim:WindGenType4IEC.dipmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindGenType4IEC.diqmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "diqmax"@en ; - rdfs:comment "Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter." ; + rdfs:label "diqmax" ; + rdfs:comment "Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32708,8 +32710,8 @@ cim:WindGenType4IEC.diqmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindGenType4IEC.diqmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "diqmin"@en ; - rdfs:comment "Minimum reactive current ramp rate (diqmin). It is a project-dependent parameter." ; + rdfs:label "diqmin" ; + rdfs:comment "Minimum reactive current ramp rate (diqmin). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32719,8 +32721,8 @@ cim:WindGenType4IEC.diqmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindGenType4IEC.tg a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tg"@en ; - rdfs:comment "Time constant (Tg) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tg" ; + rdfs:comment "Time constant (Tg) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32731,8 +32733,8 @@ cim:WindGenType4IEC.tg a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindMechIEC.cdrt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "cdrt"@en ; - rdfs:comment "Drive train damping (cdrt). It is a type-dependent parameter." ; + rdfs:label "cdrt" ; + rdfs:comment "Drive train damping (cdrt). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32742,8 +32744,8 @@ cim:WindMechIEC.cdrt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindMechIEC.hgen a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hgen"@en ; - rdfs:comment "Inertia constant of generator (Hgen) (>= 0). It is a type-dependent parameter." ; + rdfs:label "hgen" ; + rdfs:comment "Inertia constant of generator (Hgen) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32754,8 +32756,8 @@ cim:WindMechIEC.hgen a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindMechIEC.hwtr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "hwtr"@en ; - rdfs:comment "Inertia constant of wind turbine rotor (HWTR) (>= 0). It is a type-dependent parameter." ; + rdfs:label "hwtr" ; + rdfs:comment "Inertia constant of wind turbine rotor (HWTR) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32766,8 +32768,8 @@ cim:WindMechIEC.hwtr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindMechIEC.kdrt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kdrt"@en ; - rdfs:comment "Drive train stiffness (kdrt). It is a type-dependent parameter." ; + rdfs:label "kdrt" ; + rdfs:comment "Drive train stiffness (kdrt). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32777,8 +32779,8 @@ cim:WindMechIEC.kdrt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindPitchContPowerIEC.dpmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dpmax"@en ; - rdfs:comment "Rate limit for increasing power (dpmax) (> WindPitchContPowerIEC.dpmin). It is a type-dependent parameter." ; + rdfs:label "dpmax" ; + rdfs:comment "Rate limit for increasing power (dpmax) (> WindPitchContPowerIEC.dpmin). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32788,8 +32790,8 @@ cim:WindPitchContPowerIEC.dpmax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindPitchContPowerIEC.dpmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dpmin"@en ; - rdfs:comment "Rate limit for decreasing power (dpmin) (< WindPitchContPowerIEC.dpmax). It is a type-dependent parameter." ; + rdfs:label "dpmin" ; + rdfs:comment "Rate limit for decreasing power (dpmin) (< WindPitchContPowerIEC.dpmax). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32799,8 +32801,8 @@ cim:WindPitchContPowerIEC.dpmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindPitchContPowerIEC.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pmin"@en ; - rdfs:comment "Minimum power setting (pmin). It is a type-dependent parameter." ; + rdfs:label "pmin" ; + rdfs:comment "Minimum power setting (pmin). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32810,8 +32812,8 @@ cim:WindPitchContPowerIEC.pmin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindPitchContPowerIEC.pset a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pset"@en ; - rdfs:comment "If pinit < pset then power will be ramped down to pmin. It is (pset) in the IEC 61400-27-1:2015. It is a type-dependent parameter." ; + rdfs:label "pset" ; + rdfs:comment "If pinit < pset then power will be ramped down to pmin. It is (pset) in the IEC 61400-27-1:2015. It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32821,8 +32823,8 @@ cim:WindPitchContPowerIEC.pset a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindPitchContPowerIEC.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "t1"@en ; - rdfs:comment "Lag time constant (T1) (>= 0). It is a type-dependent parameter." ; + rdfs:label "t1" ; + rdfs:comment "Lag time constant (T1) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32833,8 +32835,8 @@ cim:WindPitchContPowerIEC.t1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindPitchContPowerIEC.tr a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tr"@en ; - rdfs:comment "Voltage measurement time constant (Tr) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tr" ; + rdfs:comment "Voltage measurement time constant (Tr) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32845,8 +32847,8 @@ cim:WindPitchContPowerIEC.tr a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindPitchContPowerIEC.uuvrt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uuvrt"@en ; - rdfs:comment "Dip detection threshold (uUVRT). It is a type-dependent parameter." ; + rdfs:label "uuvrt" ; + rdfs:comment "Dip detection threshold (uUVRT). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32856,8 +32858,8 @@ cim:WindPitchContPowerIEC.uuvrt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.dprefmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dprefmax"@en ; - rdfs:comment "Maximum ramp rate of pWTref request from the plant controller to the wind turbines (dprefmax) (> WindPlantFreqPcontrolIEC.dprefmin). It is a case-dependent parameter." ; + rdfs:label "dprefmax" ; + rdfs:comment "Maximum ramp rate of pWTref request from the plant controller to the wind turbines (dprefmax) (> WindPlantFreqPcontrolIEC.dprefmin). It is a case-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32867,8 +32869,8 @@ cim:WindPlantFreqPcontrolIEC.dprefmax a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.dprefmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dprefmin"@en ; - rdfs:comment "Minimum (negative) ramp rate of pWTref request from the plant controller to the wind turbines (dprefmin) (< WindPlantFreqPcontrolIEC.dprefmax). It is a project-dependent parameter." ; + rdfs:label "dprefmin" ; + rdfs:comment "Minimum (negative) ramp rate of pWTref request from the plant controller to the wind turbines (dprefmin) (< WindPlantFreqPcontrolIEC.dprefmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32878,8 +32880,8 @@ cim:WindPlantFreqPcontrolIEC.dprefmin a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.dpwprefmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dpwprefmax"@en ; - rdfs:comment "Maximum positive ramp rate for wind plant power reference (dpWPrefmax) (> WindPlantFreqPcontrolIEC.dpwprefmin). It is a project-dependent parameter." ; + rdfs:label "dpwprefmax" ; + rdfs:comment "Maximum positive ramp rate for wind plant power reference (dpWPrefmax) (> WindPlantFreqPcontrolIEC.dpwprefmin). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32889,8 +32891,8 @@ cim:WindPlantFreqPcontrolIEC.dpwprefmax a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.dpwprefmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dpwprefmin"@en ; - rdfs:comment "Maximum negative ramp rate for wind plant power reference (dpWPrefmin) (< WindPlantFreqPcontrolIEC.dpwprefmax). It is a project-dependent parameter." ; + rdfs:label "dpwprefmin" ; + rdfs:comment "Maximum negative ramp rate for wind plant power reference (dpWPrefmin) (< WindPlantFreqPcontrolIEC.dpwprefmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32900,16 +32902,16 @@ cim:WindPlantFreqPcontrolIEC.dpwprefmin a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.kiwpp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kiwpp"@en ; - rdfs:comment "Plant P controller integral gain (KIWPp). It is a project-dependent parameter." ; + rdfs:label "kiwpp" ; + rdfs:comment "Plant P controller integral gain (KIWPp). It is a project-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindPlantFreqPcontrolIEC ; rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.kiwppmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kiwppmax"@en ; - rdfs:comment "Maximum PI integrator term (KIWPpmax) (> WindPlantFreqPcontrolIEC.kiwppmin). It is a project-dependent parameter." ; + rdfs:label "kiwppmax" ; + rdfs:comment "Maximum PI integrator term (KIWPpmax) (> WindPlantFreqPcontrolIEC.kiwppmin). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32919,8 +32921,8 @@ cim:WindPlantFreqPcontrolIEC.kiwppmax a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.kiwppmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kiwppmin"@en ; - rdfs:comment "Minimum PI integrator term (KIWPpmin) (< WindPlantFreqPcontrolIEC.kiwppmax). It is a project-dependent parameter." ; + rdfs:label "kiwppmin" ; + rdfs:comment "Minimum PI integrator term (KIWPpmin) (< WindPlantFreqPcontrolIEC.kiwppmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32930,16 +32932,16 @@ cim:WindPlantFreqPcontrolIEC.kiwppmin a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.kpwpp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpwpp"@en ; - rdfs:comment "Plant P controller proportional gain (KPWPp). It is a project-dependent parameter." ; + rdfs:label "kpwpp" ; + rdfs:comment "Plant P controller proportional gain (KPWPp). It is a project-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindPlantFreqPcontrolIEC ; rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.kwppref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kwppref"@en ; - rdfs:comment "Power reference gain (KWPpref). It is a project-dependent parameter." ; + rdfs:label "kwppref" ; + rdfs:comment "Power reference gain (KWPpref). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32949,8 +32951,8 @@ cim:WindPlantFreqPcontrolIEC.kwppref a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.prefmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "prefmax"@en ; - rdfs:comment "Maximum pWTref request from the plant controller to the wind turbines (prefmax) (> WindPlantFreqPcontrolIEC.prefmin). It is a project-dependent parameter." ; + rdfs:label "prefmax" ; + rdfs:comment "Maximum pWTref request from the plant controller to the wind turbines (prefmax) (> WindPlantFreqPcontrolIEC.prefmin). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32960,8 +32962,8 @@ cim:WindPlantFreqPcontrolIEC.prefmax a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.prefmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "prefmin"@en ; - rdfs:comment "Minimum pWTref request from the plant controller to the wind turbines (prefmin) (< WindPlantFreqPcontrolIEC.prefmax). It is a project-dependent parameter." ; + rdfs:label "prefmin" ; + rdfs:comment "Minimum pWTref request from the plant controller to the wind turbines (prefmin) (< WindPlantFreqPcontrolIEC.prefmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -32971,8 +32973,8 @@ cim:WindPlantFreqPcontrolIEC.prefmin a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.tpft a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpft"@en ; - rdfs:comment "Lead time constant in reference value transfer function (Tpft) (>= 0). It is a project-dependent parameter." ; + rdfs:label "tpft" ; + rdfs:comment "Lead time constant in reference value transfer function (Tpft) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32983,8 +32985,8 @@ cim:WindPlantFreqPcontrolIEC.tpft a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.tpfv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpfv"@en ; - rdfs:comment "Lag time constant in reference value transfer function (Tpfv) (>= 0). It is a project-dependent parameter." ; + rdfs:label "tpfv" ; + rdfs:comment "Lag time constant in reference value transfer function (Tpfv) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -32995,8 +32997,8 @@ cim:WindPlantFreqPcontrolIEC.tpfv a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.twpffiltp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "twpffiltp"@en ; - rdfs:comment "Filter time constant for frequency measurement (TWPffiltp) (>= 0). It is a project-dependent parameter." ; + rdfs:label "twpffiltp" ; + rdfs:comment "Filter time constant for frequency measurement (TWPffiltp) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -33007,8 +33009,8 @@ cim:WindPlantFreqPcontrolIEC.twpffiltp a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . cim:WindPlantFreqPcontrolIEC.twppfiltp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "twppfiltp"@en ; - rdfs:comment "Filter time constant for active power measurement (TWPpfiltp) (>= 0). It is a project-dependent parameter." ; + rdfs:label "twppfiltp" ; + rdfs:comment "Filter time constant for active power measurement (TWPpfiltp) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -33019,8 +33021,8 @@ cim:WindPlantFreqPcontrolIEC.twppfiltp a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.dxrefmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dxrefmax"@en ; - rdfs:comment "Maximum positive ramp rate for wind turbine reactive power/voltage reference (dxrefmax) (> WindPlantReactiveControlIEC.dxrefmin). It is a project-dependent parameter." ; + rdfs:label "dxrefmax" ; + rdfs:comment "Maximum positive ramp rate for wind turbine reactive power/voltage reference (dxrefmax) (> WindPlantReactiveControlIEC.dxrefmin). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33030,8 +33032,8 @@ cim:WindPlantReactiveControlIEC.dxrefmax a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.dxrefmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dxrefmin"@en ; - rdfs:comment "Maximum negative ramp rate for wind turbine reactive power/voltage reference (dxrefmin) (< WindPlantReactiveControlIEC.dxrefmax). It is a project-dependent parameter." ; + rdfs:label "dxrefmin" ; + rdfs:comment "Maximum negative ramp rate for wind turbine reactive power/voltage reference (dxrefmin) (< WindPlantReactiveControlIEC.dxrefmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33041,16 +33043,16 @@ cim:WindPlantReactiveControlIEC.dxrefmin a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.kiwpx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kiwpx"@en ; - rdfs:comment "Plant Q controller integral gain (KIWPx). It is a project-dependent parameter." ; + rdfs:label "kiwpx" ; + rdfs:comment "Plant Q controller integral gain (KIWPx). It is a project-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindPlantReactiveControlIEC ; rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.kiwpxmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kiwpxmax"@en ; - rdfs:comment "Maximum reactive power/voltage reference from integration (KIWPxmax) (> WindPlantReactiveControlIEC.kiwpxmin). It is a project-dependent parameter." ; + rdfs:label "kiwpxmax" ; + rdfs:comment "Maximum reactive power/voltage reference from integration (KIWPxmax) (> WindPlantReactiveControlIEC.kiwpxmin). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33060,8 +33062,8 @@ cim:WindPlantReactiveControlIEC.kiwpxmax a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.kiwpxmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kiwpxmin"@en ; - rdfs:comment "Minimum reactive power/voltage reference from integration (KIWPxmin) (< WindPlantReactiveControlIEC.kiwpxmax). It is a project-dependent parameter." ; + rdfs:label "kiwpxmin" ; + rdfs:comment "Minimum reactive power/voltage reference from integration (KIWPxmin) (< WindPlantReactiveControlIEC.kiwpxmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33071,16 +33073,16 @@ cim:WindPlantReactiveControlIEC.kiwpxmin a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.kpwpx a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kpwpx"@en ; - rdfs:comment "Plant Q controller proportional gain (KPWPx). It is a project-dependent parameter." ; + rdfs:label "kpwpx" ; + rdfs:comment "Plant Q controller proportional gain (KPWPx). It is a project-dependent parameter."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindPlantReactiveControlIEC ; rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.kwpqref a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kwpqref"@en ; - rdfs:comment "Reactive power reference gain (KWPqref). It is a project-dependent parameter." ; + rdfs:label "kwpqref" ; + rdfs:comment "Reactive power reference gain (KWPqref). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33090,8 +33092,8 @@ cim:WindPlantReactiveControlIEC.kwpqref a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.kwpqu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "kwpqu"@en ; - rdfs:comment "Plant voltage control droop (KWPqu). It is a project-dependent parameter." ; + rdfs:label "kwpqu" ; + rdfs:comment "Plant voltage control droop (KWPqu). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33101,8 +33103,8 @@ cim:WindPlantReactiveControlIEC.kwpqu a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.tuqfilt a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tuqfilt"@en ; - rdfs:comment "Filter time constant for voltage-dependent reactive power (Tuqfilt) (>= 0). It is a project-dependent parameter." ; + rdfs:label "tuqfilt" ; + rdfs:comment "Filter time constant for voltage-dependent reactive power (Tuqfilt) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -33113,8 +33115,8 @@ cim:WindPlantReactiveControlIEC.tuqfilt a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.twppfiltq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "twppfiltq"@en ; - rdfs:comment "Filter time constant for active power measurement (TWPpfiltq) (>= 0). It is a project-dependent parameter." ; + rdfs:label "twppfiltq" ; + rdfs:comment "Filter time constant for active power measurement (TWPpfiltq) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -33125,8 +33127,8 @@ cim:WindPlantReactiveControlIEC.twppfiltq a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.twpqfiltq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "twpqfiltq"@en ; - rdfs:comment "Filter time constant for reactive power measurement (TWPqfiltq) (>= 0). It is a project-dependent parameter." ; + rdfs:label "twpqfiltq" ; + rdfs:comment "Filter time constant for reactive power measurement (TWPqfiltq) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -33137,8 +33139,8 @@ cim:WindPlantReactiveControlIEC.twpqfiltq a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.twpufiltq a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "twpufiltq"@en ; - rdfs:comment "Filter time constant for voltage measurement (TWPufiltq) (>= 0). It is a project-dependent parameter." ; + rdfs:label "twpufiltq" ; + rdfs:comment "Filter time constant for voltage measurement (TWPufiltq) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -33149,8 +33151,8 @@ cim:WindPlantReactiveControlIEC.twpufiltq a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.txft a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "txft"@en ; - rdfs:comment "Lead time constant in reference value transfer function (Txft) (>= 0). It is a project-dependent parameter." ; + rdfs:label "txft" ; + rdfs:comment "Lead time constant in reference value transfer function (Txft) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -33161,8 +33163,8 @@ cim:WindPlantReactiveControlIEC.txft a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.txfv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "txfv"@en ; - rdfs:comment "Lag time constant in reference value transfer function (Txfv) (>= 0). It is a project-dependent parameter." ; + rdfs:label "txfv" ; + rdfs:comment "Lag time constant in reference value transfer function (Txfv) (>= 0). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -33173,8 +33175,8 @@ cim:WindPlantReactiveControlIEC.txfv a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.uwpqdip a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uwpqdip"@en ; - rdfs:comment "Voltage threshold for UVRT detection in Q control (uWPqdip). It is a project-dependent parameter." ; + rdfs:label "uwpqdip" ; + rdfs:comment "Voltage threshold for UVRT detection in Q control (uWPqdip). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33184,8 +33186,8 @@ cim:WindPlantReactiveControlIEC.uwpqdip a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.xrefmax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xrefmax"@en ; - rdfs:comment "Maximum xWTref (qWTref or delta uWTref) request from the plant controller (xrefmax) (> WindPlantReactiveControlIEC.xrefmin). It is a case-dependent parameter." ; + rdfs:label "xrefmax" ; + rdfs:comment "Maximum xWTref (qWTref or delta uWTref) request from the plant controller (xrefmax) (> WindPlantReactiveControlIEC.xrefmin). It is a case-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33195,8 +33197,8 @@ cim:WindPlantReactiveControlIEC.xrefmax a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . cim:WindPlantReactiveControlIEC.xrefmin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xrefmin"@en ; - rdfs:comment "Minimum xWTref (qWTref or delta uWTref) request from the plant controller (xrefmin) (< WindPlantReactiveControlIEC.xrefmax). It is a project-dependent parameter." ; + rdfs:label "xrefmin" ; + rdfs:comment "Minimum xWTref (qWTref or delta uWTref) request from the plant controller (xrefmin) (< WindPlantReactiveControlIEC.xrefmax). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33206,18 +33208,18 @@ cim:WindPlantReactiveControlIEC.xrefmin a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . cim:WindPlantUserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindPlantUserDefined ; rdfs:range xsd:boolean . cim:WindProtectionIEC.dfimax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dfimax"@en ; - rdfs:comment "Maximum rate of change of frequency (dFmax). It is a type-dependent parameter." ; + rdfs:label "dfimax" ; + rdfs:comment "Maximum rate of change of frequency (dFmax). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33227,8 +33229,8 @@ cim:WindProtectionIEC.dfimax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindProtectionIEC.fover a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fover"@en ; - rdfs:comment "Wind turbine over frequency protection activation threshold (fover). It is a project-dependent parameter." ; + rdfs:label "fover" ; + rdfs:comment "Wind turbine over frequency protection activation threshold (fover). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33238,8 +33240,8 @@ cim:WindProtectionIEC.fover a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindProtectionIEC.funder a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "funder"@en ; - rdfs:comment "Wind turbine under frequency protection activation threshold (funder). It is a project-dependent parameter." ; + rdfs:label "funder" ; + rdfs:comment "Wind turbine under frequency protection activation threshold (funder). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33249,18 +33251,18 @@ cim:WindProtectionIEC.funder a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindProtectionIEC.mzc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mzc"@en ; + rdfs:label "mzc" ; rdfs:comment """Zero crossing measurement mode (Mzc). It is a type-dependent parameter. true = WT protection system uses zero crossings to detect frequency (1 in the IEC model) -false = WT protection system does not use zero crossings to detect frequency (0 in the IEC model).""" ; +false = WT protection system does not use zero crossings to detect frequency (0 in the IEC model)."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindProtectionIEC ; rdfs:range xsd:boolean . cim:WindProtectionIEC.tfma a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tfma"@en ; - rdfs:comment "Time interval of moving average window (TfMA) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tfma" ; + rdfs:comment "Time interval of moving average window (TfMA) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -33271,8 +33273,8 @@ cim:WindProtectionIEC.tfma a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindProtectionIEC.uover a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uover"@en ; - rdfs:comment "Wind turbine over voltage protection activation threshold (uover). It is a project-dependent parameter." ; + rdfs:label "uover" ; + rdfs:comment "Wind turbine over voltage protection activation threshold (uover). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33282,8 +33284,8 @@ cim:WindProtectionIEC.uover a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindProtectionIEC.uunder a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uunder"@en ; - rdfs:comment "Wind turbine under voltage protection activation threshold (uunder). It is a project-dependent parameter." ; + rdfs:label "uunder" ; + rdfs:comment "Wind turbine under voltage protection activation threshold (uunder). It is a project-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33293,8 +33295,8 @@ cim:WindProtectionIEC.uunder a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindRefFrameRotIEC.tpll a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "tpll"@en ; - rdfs:comment "Time constant for PLL first order filter model (TPLL) (>= 0). It is a type-dependent parameter." ; + rdfs:label "tpll" ; + rdfs:comment "Time constant for PLL first order filter model (TPLL) (>= 0). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -33305,8 +33307,8 @@ cim:WindRefFrameRotIEC.tpll a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindRefFrameRotIEC.upll1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "upll1"@en ; - rdfs:comment "Voltage below which the angle of the voltage is filtered and possibly also frozen (uPLL1). It is a type-dependent parameter." ; + rdfs:label "upll1" ; + rdfs:comment "Voltage below which the angle of the voltage is filtered and possibly also frozen (uPLL1). It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33316,8 +33318,8 @@ cim:WindRefFrameRotIEC.upll1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindRefFrameRotIEC.upll2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "upll2"@en ; - rdfs:comment "Voltage (uPLL2) below which the angle of the voltage is frozen if uPLL2 is smaller or equal to uPLL1 . It is a type-dependent parameter." ; + rdfs:label "upll2" ; + rdfs:comment "Voltage (uPLL2) below which the angle of the voltage is frozen if uPLL2 is smaller or equal to uPLL1 . It is a type-dependent parameter."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -33327,28 +33329,28 @@ cim:WindRefFrameRotIEC.upll2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:WindType1or2UserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindType1or2UserDefined ; rdfs:range xsd:boolean . cim:WindType3or4UserDefined.proprietary a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "proprietary"@en ; + rdfs:label "proprietary" ; rdfs:comment """Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes -false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.""" ; +false = user-defined model is explicitly defined in terms of control blocks and their input and output signals."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindType3or4UserDefined ; rdfs:range xsd:boolean . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory dy:Package_Domain ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -33360,8 +33362,8 @@ cim:ActivePowerPerCurrentFlow skos:exactMatch quantitykind:ActivePowerPerCurrent cim:ActivePowerPerFrequency skos:exactMatch quantitykind:ActivePowerPerFrequency . cim:AngleDegrees a qudt:QuantityKind ; - rdfs:label "AngleDegrees"@en ; - rdfs:comment "Measurement of angle in degrees." ; + rdfs:label "AngleDegrees" ; + rdfs:comment "Measurement of angle in degrees."@en ; cims:belongsToCategory dy:Package_Domain ; qudt:applicableUnit cim:UnitSymbol.deg ; skos:exactMatch quantitykind:Angle . @@ -33369,15 +33371,15 @@ cim:AngleDegrees a qudt:QuantityKind ; cim:AngleRadians skos:exactMatch quantitykind:Angle . cim:ApparentPower a qudt:QuantityKind ; - rdfs:label "ApparentPower"@en ; - rdfs:comment "Product of the RMS value of the voltage and the RMS value of the current." ; + rdfs:label "ApparentPower" ; + rdfs:comment "Product of the RMS value of the voltage and the RMS value of the current."@en ; cims:belongsToCategory dy:Package_Domain ; qudt:applicableUnit cim:UnitSymbol.VA ; skos:exactMatch quantitykind:ApparentPower . cim:Area a qudt:QuantityKind ; - rdfs:label "Area"@en ; - rdfs:comment "Area." ; + rdfs:label "Area" ; + rdfs:comment "Area."@en ; cims:belongsToCategory dy:Package_Domain ; qudt:applicableUnit cim:UnitSymbol.m2 ; skos:exactMatch quantitykind:Area . @@ -33389,237 +33391,237 @@ cim:Conductance skos:exactMatch quantitykind:Conductance . cim:CurrentFlow skos:exactMatch quantitykind:ElectricCurrent . cim:DroopSignalFeedbackKind.electricalPower a cim:DroopSignalFeedbackKind ; - rdfs:label "electricalPower"@en ; - rdfs:comment "Electrical power feedback (connection indicated as 1 in the block diagrams of models, e.g. GovCT1, GovCT2)." ; + rdfs:label "electricalPower" ; + rdfs:comment "Electrical power feedback (connection indicated as 1 in the block diagrams of models, e.g. GovCT1, GovCT2)."@en ; cims:stereotype "enum" . cim:DroopSignalFeedbackKind.fuelValveStroke a cim:DroopSignalFeedbackKind ; - rdfs:label "fuelValveStroke"@en ; - rdfs:comment "Fuel valve stroke feedback (true stroke) (connection indicated as 2 in the block diagrams of model, e.g. GovCT1, GovCT2)." ; + rdfs:label "fuelValveStroke" ; + rdfs:comment "Fuel valve stroke feedback (true stroke) (connection indicated as 2 in the block diagrams of model, e.g. GovCT1, GovCT2)."@en ; cims:stereotype "enum" . cim:DroopSignalFeedbackKind.governorOutput a cim:DroopSignalFeedbackKind ; - rdfs:label "governorOutput"@en ; - rdfs:comment "Governor output feedback (requested stroke) (connection indicated as 3 in the block diagrams of models, e.g. GovCT1, GovCT2)." ; + rdfs:label "governorOutput" ; + rdfs:comment "Governor output feedback (requested stroke) (connection indicated as 3 in the block diagrams of models, e.g. GovCT1, GovCT2)."@en ; cims:stereotype "enum" . cim:DroopSignalFeedbackKind.none a cim:DroopSignalFeedbackKind ; - rdfs:label "none"@en ; - rdfs:comment "No droop signal feedback, is isochronous governor." ; + rdfs:label "none" ; + rdfs:comment "No droop signal feedback, is isochronous governor."@en ; cims:stereotype "enum" . cim:ExcIEEEST1AUELselectorKind.ignoreUELsignal a cim:ExcIEEEST1AUELselectorKind ; - rdfs:label "ignoreUELsignal"@en ; - rdfs:comment "Ignore UEL signal." ; + rdfs:label "ignoreUELsignal" ; + rdfs:comment "Ignore UEL signal."@en ; cims:stereotype "enum" . cim:ExcIEEEST1AUELselectorKind.inputAddedToErrorSignal a cim:ExcIEEEST1AUELselectorKind ; - rdfs:label "inputAddedToErrorSignal"@en ; - rdfs:comment "UEL input added to error signal." ; + rdfs:label "inputAddedToErrorSignal" ; + rdfs:comment "UEL input added to error signal."@en ; cims:stereotype "enum" . cim:ExcIEEEST1AUELselectorKind.inputHVgateErrorSignal a cim:ExcIEEEST1AUELselectorKind ; - rdfs:label "inputHVgateErrorSignal"@en ; - rdfs:comment "UEL input HV gate with error signal." ; + rdfs:label "inputHVgateErrorSignal" ; + rdfs:comment "UEL input HV gate with error signal."@en ; cims:stereotype "enum" . cim:ExcIEEEST1AUELselectorKind.inputHVgateVoltageOutput a cim:ExcIEEEST1AUELselectorKind ; - rdfs:label "inputHVgateVoltageOutput"@en ; - rdfs:comment "UEL input HV gate with voltage regulator output." ; + rdfs:label "inputHVgateVoltageOutput" ; + rdfs:comment "UEL input HV gate with voltage regulator output."@en ; cims:stereotype "enum" . cim:ExcREXSFeedbackSignalKind.fieldCurrent a cim:ExcREXSFeedbackSignalKind ; - rdfs:label "fieldCurrent"@en ; - rdfs:comment "The exciter field current is used." ; + rdfs:label "fieldCurrent" ; + rdfs:comment "The exciter field current is used."@en ; cims:stereotype "enum" . cim:ExcREXSFeedbackSignalKind.fieldVoltage a cim:ExcREXSFeedbackSignalKind ; - rdfs:label "fieldVoltage"@en ; - rdfs:comment "The voltage regulator output voltage is used. It is the same as exciter field voltage." ; + rdfs:label "fieldVoltage" ; + rdfs:comment "The voltage regulator output voltage is used. It is the same as exciter field voltage."@en ; cims:stereotype "enum" . cim:ExcREXSFeedbackSignalKind.outputVoltage a cim:ExcREXSFeedbackSignalKind ; - rdfs:label "outputVoltage"@en ; - rdfs:comment "The output voltage of the exciter is used." ; + rdfs:label "outputVoltage" ; + rdfs:comment "The output voltage of the exciter is used."@en ; cims:stereotype "enum" . cim:ExcST6BOELselectorKind.afterUEL a cim:ExcST6BOELselectorKind ; - rdfs:label "afterUEL"@en ; - rdfs:comment "The connection is after UEL. Corresponds to OELin = 2 on the ExcST6B diagram." ; + rdfs:label "afterUEL" ; + rdfs:comment "The connection is after UEL. Corresponds to OELin = 2 on the ExcST6B diagram."@en ; cims:stereotype "enum" . cim:ExcST6BOELselectorKind.beforeUEL a cim:ExcST6BOELselectorKind ; - rdfs:label "beforeUEL"@en ; - rdfs:comment "The connection is before UEL. Corresponds to OELin = 1 on the ExcST6B diagram." ; + rdfs:label "beforeUEL" ; + rdfs:comment "The connection is before UEL. Corresponds to OELin = 1 on the ExcST6B diagram."@en ; cims:stereotype "enum" . cim:ExcST6BOELselectorKind.noOELinput a cim:ExcST6BOELselectorKind ; - rdfs:label "noOELinput"@en ; - rdfs:comment "No OEL input is used. Corresponds to OELin not = 1 and not = 2 on the ExcST6B diagram. Original ExcST6B model would have called this OELin = 0." ; + rdfs:label "noOELinput" ; + rdfs:comment "No OEL input is used. Corresponds to OELin not = 1 and not = 2 on the ExcST6B diagram. Original ExcST6B model would have called this OELin = 0."@en ; cims:stereotype "enum" . cim:ExcST7BOELselectorKind.addVref a cim:ExcST7BOELselectorKind ; - rdfs:label "addVref"@en ; - rdfs:comment "The signal is added to Vref. Corresponds to OELin = 1 on the ExcST7B diagram." ; + rdfs:label "addVref" ; + rdfs:comment "The signal is added to Vref. Corresponds to OELin = 1 on the ExcST7B diagram."@en ; cims:stereotype "enum" . cim:ExcST7BOELselectorKind.inputLVgate a cim:ExcST7BOELselectorKind ; - rdfs:label "inputLVgate"@en ; - rdfs:comment "The signal is connected into the input LVGate. Corresponds to OELin = 2 on the ExcST7B diagram." ; + rdfs:label "inputLVgate" ; + rdfs:comment "The signal is connected into the input LVGate. Corresponds to OELin = 2 on the ExcST7B diagram."@en ; cims:stereotype "enum" . cim:ExcST7BOELselectorKind.noOELinput a cim:ExcST7BOELselectorKind ; - rdfs:label "noOELinput"@en ; - rdfs:comment "No OEL input is used. Corresponds to OELin not = 1 and not = 2 and not = 3 on the ExcST7B diagram. Original ExcST7B model would have called this OELin = 0." ; + rdfs:label "noOELinput" ; + rdfs:comment "No OEL input is used. Corresponds to OELin not = 1 and not = 2 and not = 3 on the ExcST7B diagram. Original ExcST7B model would have called this OELin = 0."@en ; cims:stereotype "enum" . cim:ExcST7BOELselectorKind.outputLVgate a cim:ExcST7BOELselectorKind ; - rdfs:label "outputLVgate"@en ; - rdfs:comment "The signal is connected into the output LVGate. Corresponds to OELin = 3 on the ExcST7B diagram." ; + rdfs:label "outputLVgate" ; + rdfs:comment "The signal is connected into the output LVGate. Corresponds to OELin = 3 on the ExcST7B diagram."@en ; cims:stereotype "enum" . cim:ExcST7BUELselectorKind.addVref a cim:ExcST7BUELselectorKind ; - rdfs:label "addVref"@en ; - rdfs:comment "The signal is added to Vref. Corresponds to UELin = 1 on the ExcST7B diagram." ; + rdfs:label "addVref" ; + rdfs:comment "The signal is added to Vref. Corresponds to UELin = 1 on the ExcST7B diagram."@en ; cims:stereotype "enum" . cim:ExcST7BUELselectorKind.inputHVgate a cim:ExcST7BUELselectorKind ; - rdfs:label "inputHVgate"@en ; - rdfs:comment "The signal is connected into the input HVGate. Corresponds to UELin = 2 on the ExcST7B diagram." ; + rdfs:label "inputHVgate" ; + rdfs:comment "The signal is connected into the input HVGate. Corresponds to UELin = 2 on the ExcST7B diagram."@en ; cims:stereotype "enum" . cim:ExcST7BUELselectorKind.noUELinput a cim:ExcST7BUELselectorKind ; - rdfs:label "noUELinput"@en ; - rdfs:comment "No UEL input is used. Corresponds to UELin not = 1 and not = 2 and not = 3 on the ExcST7B diagram. Original ExcST7B model would have called this UELin = 0." ; + rdfs:label "noUELinput" ; + rdfs:comment "No UEL input is used. Corresponds to UELin not = 1 and not = 2 and not = 3 on the ExcST7B diagram. Original ExcST7B model would have called this UELin = 0."@en ; cims:stereotype "enum" . cim:ExcST7BUELselectorKind.outputHVgate a cim:ExcST7BUELselectorKind ; - rdfs:label "outputHVgate"@en ; - rdfs:comment "The signal is connected into the output HVGate. Corresponds to UELin = 3 on the ExcST7B diagram." ; + rdfs:label "outputHVgate" ; + rdfs:comment "The signal is connected into the output HVGate. Corresponds to UELin = 3 on the ExcST7B diagram."@en ; cims:stereotype "enum" . cim:FrancisGovernorControlKind.electromechanicalElectrohydraulic a cim:FrancisGovernorControlKind ; - rdfs:label "electromechanicalElectrohydraulic"@en ; - rdfs:comment "Electromechanical and electrohydraulic regulator (Cflag=3)." ; + rdfs:label "electromechanicalElectrohydraulic" ; + rdfs:comment "Electromechanical and electrohydraulic regulator (Cflag=3)."@en ; cims:stereotype "enum" . cim:FrancisGovernorControlKind.mechanicHydraulicTransientFeedback a cim:FrancisGovernorControlKind ; - rdfs:label "mechanicHydraulicTransientFeedback"@en ; - rdfs:comment "Mechanic-hydraulic regulator with transient feedback (Cflag=2)." ; + rdfs:label "mechanicHydraulicTransientFeedback" ; + rdfs:comment "Mechanic-hydraulic regulator with transient feedback (Cflag=2)."@en ; cims:stereotype "enum" . cim:FrancisGovernorControlKind.mechanicHydrolicTachoAccelerator a cim:FrancisGovernorControlKind ; - rdfs:label "mechanicHydrolicTachoAccelerator"@en ; - rdfs:comment "Mechanic-hydraulic regulator with tacho-accelerometer (Cflag = 1)." ; + rdfs:label "mechanicHydrolicTachoAccelerator" ; + rdfs:comment "Mechanic-hydraulic regulator with tacho-accelerometer (Cflag = 1)."@en ; cims:stereotype "enum" . cim:Frequency a qudt:QuantityKind ; - rdfs:label "Frequency"@en ; - rdfs:comment "Cycles per second." ; + rdfs:label "Frequency" ; + rdfs:comment "Cycles per second."@en ; cims:belongsToCategory dy:Package_Domain ; qudt:applicableUnit cim:UnitSymbol.Hz ; skos:exactMatch quantitykind:Frequency . cim:GenericNonLinearLoadModelKind.exponentialRecovery a cim:GenericNonLinearLoadModelKind ; - rdfs:label "exponentialRecovery"@en ; - rdfs:comment "Exponential recovery model." ; + rdfs:label "exponentialRecovery" ; + rdfs:comment "Exponential recovery model."@en ; cims:stereotype "enum" . cim:GenericNonLinearLoadModelKind.loadAdaptive a cim:GenericNonLinearLoadModelKind ; - rdfs:label "loadAdaptive"@en ; - rdfs:comment "Load adaptive model." ; + rdfs:label "loadAdaptive" ; + rdfs:comment "Load adaptive model."@en ; cims:stereotype "enum" . cim:GovHydro4ModelKind.francisPelton a cim:GovHydro4ModelKind ; - rdfs:label "francisPelton"@en ; - rdfs:comment "Francis or Pelton model." ; + rdfs:label "francisPelton" ; + rdfs:comment "Francis or Pelton model."@en ; cims:stereotype "enum" . cim:GovHydro4ModelKind.kaplan a cim:GovHydro4ModelKind ; - rdfs:label "kaplan"@en ; - rdfs:comment "Kaplan model." ; + rdfs:label "kaplan" ; + rdfs:comment "Kaplan model."@en ; cims:stereotype "enum" . cim:GovHydro4ModelKind.simple a cim:GovHydro4ModelKind ; - rdfs:label "simple"@en ; - rdfs:comment "Simple model." ; + rdfs:label "simple" ; + rdfs:comment "Simple model."@en ; cims:stereotype "enum" . cim:IfdBaseKind.ifag a cim:IfdBaseKind ; rdfs:label "ifag" ; - rdfs:comment "Air gap line mode." ; + rdfs:comment "Air gap line mode."@en ; cims:stereotype "enum" . cim:IfdBaseKind.iffl a cim:IfdBaseKind ; rdfs:label "iffl" ; - rdfs:comment "Full load system mode." ; + rdfs:comment "Full load system mode."@en ; cims:stereotype "enum" . cim:IfdBaseKind.ifnl a cim:IfdBaseKind ; rdfs:label "ifnl" ; - rdfs:comment "No load system with saturation mode." ; + rdfs:comment "No load system with saturation mode."@en ; cims:stereotype "enum" . cim:Impedance skos:exactMatch quantitykind:Inductance . cim:InputSignalKind.branchCurrent a cim:InputSignalKind ; - rdfs:label "branchCurrent"@en ; - rdfs:comment "Input signal is amplitude of remote branch current." ; + rdfs:label "branchCurrent" ; + rdfs:comment "Input signal is amplitude of remote branch current."@en ; cims:stereotype "enum" . cim:InputSignalKind.busFrequency a cim:InputSignalKind ; - rdfs:label "busFrequency"@en ; - rdfs:comment "Input signal is bus voltage frequency. This could be a terminal frequency or remote frequency." ; + rdfs:label "busFrequency" ; + rdfs:comment "Input signal is bus voltage frequency. This could be a terminal frequency or remote frequency."@en ; cims:stereotype "enum" . cim:InputSignalKind.busFrequencyDeviation a cim:InputSignalKind ; - rdfs:label "busFrequencyDeviation"@en ; - rdfs:comment "Input signal is deviation of bus voltage frequency. This could be a terminal frequency deviation or remote frequency deviation." ; + rdfs:label "busFrequencyDeviation" ; + rdfs:comment "Input signal is deviation of bus voltage frequency. This could be a terminal frequency deviation or remote frequency deviation."@en ; cims:stereotype "enum" . cim:InputSignalKind.busVoltage a cim:InputSignalKind ; - rdfs:label "busVoltage"@en ; - rdfs:comment "Input signal is bus voltage. This could be a terminal voltage or remote voltage." ; + rdfs:label "busVoltage" ; + rdfs:comment "Input signal is bus voltage. This could be a terminal voltage or remote voltage."@en ; cims:stereotype "enum" . cim:InputSignalKind.busVoltageDerivative a cim:InputSignalKind ; - rdfs:label "busVoltageDerivative"@en ; - rdfs:comment "Input signal is derivative of bus voltage. This could be a terminal voltage derivative or remote voltage derivative." ; + rdfs:label "busVoltageDerivative" ; + rdfs:comment "Input signal is derivative of bus voltage. This could be a terminal voltage derivative or remote voltage derivative."@en ; cims:stereotype "enum" . cim:InputSignalKind.fieldCurrent a cim:InputSignalKind ; - rdfs:label "fieldCurrent"@en ; - rdfs:comment "Input signal is generator field current." ; + rdfs:label "fieldCurrent" ; + rdfs:comment "Input signal is generator field current."@en ; cims:stereotype "enum" . cim:InputSignalKind.generatorAcceleratingPower a cim:InputSignalKind ; - rdfs:label "generatorAcceleratingPower"@en ; - rdfs:comment "Input signal is generator accelerating power." ; + rdfs:label "generatorAcceleratingPower" ; + rdfs:comment "Input signal is generator accelerating power."@en ; cims:stereotype "enum" . cim:InputSignalKind.generatorElectricalPower a cim:InputSignalKind ; - rdfs:label "generatorElectricalPower"@en ; - rdfs:comment "Input signal is generator electrical power on rated S." ; + rdfs:label "generatorElectricalPower" ; + rdfs:comment "Input signal is generator electrical power on rated S."@en ; cims:stereotype "enum" . cim:InputSignalKind.generatorMechanicalPower a cim:InputSignalKind ; - rdfs:label "generatorMechanicalPower"@en ; - rdfs:comment "Input signal is generator mechanical power." ; + rdfs:label "generatorMechanicalPower" ; + rdfs:comment "Input signal is generator mechanical power."@en ; cims:stereotype "enum" . cim:InputSignalKind.rotorAngularFrequencyDeviation a cim:InputSignalKind ; - rdfs:label "rotorAngularFrequencyDeviation"@en ; - rdfs:comment "Input signal is rotor or shaft angular frequency deviation." ; + rdfs:label "rotorAngularFrequencyDeviation" ; + rdfs:comment "Input signal is rotor or shaft angular frequency deviation."@en ; cims:stereotype "enum" . cim:InputSignalKind.rotorSpeed a cim:InputSignalKind ; - rdfs:label "rotorSpeed"@en ; - rdfs:comment "Input signal is rotor or shaft speed (angular frequency)." ; + rdfs:label "rotorSpeed" ; + rdfs:comment "Input signal is rotor or shaft speed (angular frequency)."@en ; cims:stereotype "enum" . cim:Length a qudt:QuantityKind ; - rdfs:label "Length"@en ; - rdfs:comment "Unit of length. It shall be a positive value or zero." ; + rdfs:label "Length" ; + rdfs:comment "Unit of length. It shall be a positive value or zero."@en ; cims:belongsToCategory dy:Package_Domain ; qudt:applicableUnit cim:UnitSymbol.m ; skos:exactMatch quantitykind:Length . @@ -33627,8 +33629,8 @@ cim:Length a qudt:QuantityKind ; cim:Money skos:exactMatch quantitykind:Currency . cim:PU a qudt:QuantityKind ; - rdfs:label "PU"@en ; - rdfs:comment "Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10." ; + rdfs:label "PU" ; + rdfs:comment "Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10."@en ; cims:belongsToCategory dy:Package_Domain ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . @@ -33644,48 +33646,48 @@ cim:ReactivePower skos:exactMatch quantitykind:ReactivePower . cim:RealEnergy skos:exactMatch quantitykind:Energy . cim:RemoteSignalKind.remoteBranchCurrentAmplitude a cim:RemoteSignalKind ; - rdfs:label "remoteBranchCurrentAmplitude"@en ; - rdfs:comment "Input is branch current amplitude from remote terminal bus." ; + rdfs:label "remoteBranchCurrentAmplitude" ; + rdfs:comment "Input is branch current amplitude from remote terminal bus."@en ; cims:stereotype "enum" . cim:RemoteSignalKind.remoteBusFrequency a cim:RemoteSignalKind ; - rdfs:label "remoteBusFrequency"@en ; - rdfs:comment "Input is frequency from remote terminal bus." ; + rdfs:label "remoteBusFrequency" ; + rdfs:comment "Input is frequency from remote terminal bus."@en ; cims:stereotype "enum" . cim:RemoteSignalKind.remoteBusFrequencyDeviation a cim:RemoteSignalKind ; - rdfs:label "remoteBusFrequencyDeviation"@en ; - rdfs:comment "Input is frequency deviation from remote terminal bus." ; + rdfs:label "remoteBusFrequencyDeviation" ; + rdfs:comment "Input is frequency deviation from remote terminal bus."@en ; cims:stereotype "enum" . cim:RemoteSignalKind.remoteBusVoltage a cim:RemoteSignalKind ; - rdfs:label "remoteBusVoltage"@en ; - rdfs:comment "Input is voltage from remote terminal bus." ; + rdfs:label "remoteBusVoltage" ; + rdfs:comment "Input is voltage from remote terminal bus."@en ; cims:stereotype "enum" . cim:RemoteSignalKind.remoteBusVoltageAmplitude a cim:RemoteSignalKind ; - rdfs:label "remoteBusVoltageAmplitude"@en ; - rdfs:comment "Input is voltage amplitude from remote terminal bus." ; + rdfs:label "remoteBusVoltageAmplitude" ; + rdfs:comment "Input is voltage amplitude from remote terminal bus."@en ; cims:stereotype "enum" . cim:RemoteSignalKind.remoteBusVoltageAmplitudeDerivative a cim:RemoteSignalKind ; - rdfs:label "remoteBusVoltageAmplitudeDerivative"@en ; - rdfs:comment "Input is branch current amplitude derivative from remote terminal bus." ; + rdfs:label "remoteBusVoltageAmplitudeDerivative" ; + rdfs:comment "Input is branch current amplitude derivative from remote terminal bus."@en ; cims:stereotype "enum" . cim:RemoteSignalKind.remoteBusVoltageFrequency a cim:RemoteSignalKind ; - rdfs:label "remoteBusVoltageFrequency"@en ; - rdfs:comment "Input is voltage frequency from remote terminal bus." ; + rdfs:label "remoteBusVoltageFrequency" ; + rdfs:comment "Input is voltage frequency from remote terminal bus."@en ; cims:stereotype "enum" . cim:RemoteSignalKind.remoteBusVoltageFrequencyDeviation a cim:RemoteSignalKind ; - rdfs:label "remoteBusVoltageFrequencyDeviation"@en ; - rdfs:comment "Input is voltage frequency deviation from remote terminal bus." ; + rdfs:label "remoteBusVoltageFrequencyDeviation" ; + rdfs:comment "Input is voltage frequency deviation from remote terminal bus."@en ; cims:stereotype "enum" . cim:RemoteSignalKind.remotePuBusVoltageDerivative a cim:RemoteSignalKind ; - rdfs:label "remotePuBusVoltageDerivative"@en ; - rdfs:comment "Input is PU voltage derivative from remote terminal bus." ; + rdfs:label "remotePuBusVoltageDerivative" ; + rdfs:comment "Input is PU voltage derivative from remote terminal bus."@en ; cims:stereotype "enum" . cim:Resistance skos:exactMatch quantitykind:Resistance . @@ -33693,921 +33695,921 @@ cim:Resistance skos:exactMatch quantitykind:Resistance . cim:RotationSpeed skos:exactMatch quantitykind:AngularVelocity . cim:RotorKind.roundRotor a cim:RotorKind ; - rdfs:label "roundRotor"@en ; - rdfs:comment "Round rotor type of synchronous machine." ; + rdfs:label "roundRotor" ; + rdfs:comment "Round rotor type of synchronous machine."@en ; cims:stereotype "enum" . cim:RotorKind.salientPole a cim:RotorKind ; - rdfs:label "salientPole"@en ; - rdfs:comment "Salient pole type of synchronous machine." ; + rdfs:label "salientPole" ; + rdfs:comment "Salient pole type of synchronous machine."@en ; cims:stereotype "enum" . cim:Seconds a qudt:QuantityKind ; - rdfs:label "Seconds"@en ; - rdfs:comment "Time, in seconds." ; + rdfs:label "Seconds" ; + rdfs:comment "Time, in seconds."@en ; cims:belongsToCategory dy:Package_Domain ; qudt:applicableUnit cim:UnitSymbol.s ; skos:exactMatch quantitykind:Time . cim:StaticLoadModelKind.constantZ a cim:StaticLoadModelKind ; rdfs:label "constantZ" ; - rdfs:comment "The load is represented as a constant impedance. ConstantZ equations are used for active and reactive power and no attributes are required." ; + rdfs:comment "The load is represented as a constant impedance. ConstantZ equations are used for active and reactive power and no attributes are required."@en ; cims:stereotype "enum" . cim:StaticLoadModelKind.exponential a cim:StaticLoadModelKind ; rdfs:label "exponential" ; rdfs:comment """This model is an exponential representation of the load. Exponential equations for active and reactive power are used and the following attributes are required: kp1, kp2, kp3, kpf, ep1, ep2, ep3 -kq1, kq2, kq3, kqf, eq1, eq2, eq3.""" ; +kq1, kq2, kq3, kqf, eq1, eq2, eq3."""@en ; cims:stereotype "enum" . cim:StaticLoadModelKind.zIP1 a cim:StaticLoadModelKind ; rdfs:label "zIP1" ; rdfs:comment """This model integrates the frequency-dependent load (primarily motors). ZIP1 equations for active and reactive power are used and the following attributes are required: kp1, kp2, kp3, kpf -kq1, kq2, kq3, kqf.""" ; +kq1, kq2, kq3, kqf."""@en ; cims:stereotype "enum" . cim:StaticLoadModelKind.zIP2 a cim:StaticLoadModelKind ; rdfs:label "zIP2" ; rdfs:comment """This model separates the frequency-dependent load (primarily motors) from other load. ZIP2 equations for active and reactive power are used and the following attributes are required: kp1, kp2, kp3, kq4, kpf -kq1, kq2, kq3, kq4, kqf.""" ; +kq1, kq2, kq3, kq4, kqf."""@en ; cims:stereotype "enum" . cim:Susceptance skos:exactMatch quantitykind:Susceptance . cim:SynchronousMachineModelKind.subtransient a cim:SynchronousMachineModelKind ; - rdfs:label "subtransient"@en ; - rdfs:comment "Subtransient synchronous machine model." ; + rdfs:label "subtransient" ; + rdfs:comment "Subtransient synchronous machine model."@en ; cims:stereotype "enum" . cim:SynchronousMachineModelKind.subtransientSimplified a cim:SynchronousMachineModelKind ; - rdfs:label "subtransientSimplified"@en ; - rdfs:comment "Simplified version of subtransient synchronous machine model where magnetic coupling between the direct- and quadrature- axes is ignored." ; + rdfs:label "subtransientSimplified" ; + rdfs:comment "Simplified version of subtransient synchronous machine model where magnetic coupling between the direct- and quadrature- axes is ignored."@en ; cims:stereotype "enum" . cim:SynchronousMachineModelKind.subtransientSimplifiedDirectAxis a cim:SynchronousMachineModelKind ; - rdfs:label "subtransientSimplifiedDirectAxis"@en ; - rdfs:comment "Simplified version of a subtransient synchronous machine model with no damper circuit on the direct-axis." ; + rdfs:label "subtransientSimplifiedDirectAxis" ; + rdfs:comment "Simplified version of a subtransient synchronous machine model with no damper circuit on the direct-axis."@en ; cims:stereotype "enum" . cim:SynchronousMachineModelKind.subtransientTypeF a cim:SynchronousMachineModelKind ; - rdfs:label "subtransientTypeF"@en ; - rdfs:comment "WECC type F variant of subtransient synchronous machine model." ; + rdfs:label "subtransientTypeF" ; + rdfs:comment "WECC type F variant of subtransient synchronous machine model."@en ; cims:stereotype "enum" . cim:SynchronousMachineModelKind.subtransientTypeJ a cim:SynchronousMachineModelKind ; - rdfs:label "subtransientTypeJ"@en ; - rdfs:comment "WECC type J variant of subtransient synchronous machine model." ; + rdfs:label "subtransientTypeJ" ; + rdfs:comment "WECC type J variant of subtransient synchronous machine model."@en ; cims:stereotype "enum" . cim:Temperature a qudt:QuantityKind ; - rdfs:label "Temperature"@en ; - rdfs:comment "Value of temperature in degrees Celsius." ; + rdfs:label "Temperature" ; + rdfs:comment "Value of temperature in degrees Celsius."@en ; cims:belongsToCategory dy:Package_Domain ; qudt:applicableUnit cim:UnitSymbol.degC ; skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.E a cim:UnitMultiplier ; rdfs:label "E" ; - rdfs:comment "Exa 10**18." ; + rdfs:comment "Exa 10**18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.G a cim:UnitMultiplier ; rdfs:label "G" ; - rdfs:comment "Giga 10**9." ; + rdfs:comment "Giga 10**9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.P a cim:UnitMultiplier ; rdfs:label "P" ; - rdfs:comment "Peta 10**15." ; + rdfs:comment "Peta 10**15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.T a cim:UnitMultiplier ; rdfs:label "T" ; - rdfs:comment "Tera 10**12." ; + rdfs:comment "Tera 10**12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Y a cim:UnitMultiplier ; rdfs:label "Y" ; - rdfs:comment "Yotta 10**24." ; + rdfs:comment "Yotta 10**24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Z a cim:UnitMultiplier ; rdfs:label "Z" ; - rdfs:comment "Zetta 10**21." ; + rdfs:comment "Zetta 10**21."@en ; cims:stereotype "enum" . cim:UnitMultiplier.a a cim:UnitMultiplier ; rdfs:label "a" ; - rdfs:comment "Atto 10**-18." ; + rdfs:comment "Atto 10**-18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.c a cim:UnitMultiplier ; rdfs:label "c" ; - rdfs:comment "Centi 10**-2." ; + rdfs:comment "Centi 10**-2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.d a cim:UnitMultiplier ; rdfs:label "d" ; - rdfs:comment "Deci 10**-1." ; + rdfs:comment "Deci 10**-1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.da a cim:UnitMultiplier ; rdfs:label "da" ; - rdfs:comment "Deca 10**1." ; + rdfs:comment "Deca 10**1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.f a cim:UnitMultiplier ; rdfs:label "f" ; - rdfs:comment "Femto 10**-15." ; + rdfs:comment "Femto 10**-15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.h a cim:UnitMultiplier ; rdfs:label "h" ; - rdfs:comment "Hecto 10**2." ; + rdfs:comment "Hecto 10**2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.m a cim:UnitMultiplier ; rdfs:label "m" ; - rdfs:comment "Milli 10**-3." ; + rdfs:comment "Milli 10**-3."@en ; cims:stereotype "enum" . cim:UnitMultiplier.micro a cim:UnitMultiplier ; rdfs:label "micro" ; - rdfs:comment "Micro 10**-6." ; + rdfs:comment "Micro 10**-6."@en ; cims:stereotype "enum" . cim:UnitMultiplier.n a cim:UnitMultiplier ; rdfs:label "n" ; - rdfs:comment "Nano 10**-9." ; + rdfs:comment "Nano 10**-9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitMultiplier.p a cim:UnitMultiplier ; rdfs:label "p" ; - rdfs:comment "Pico 10**-12." ; + rdfs:comment "Pico 10**-12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.y a cim:UnitMultiplier ; rdfs:label "y" ; - rdfs:comment "Yocto 10**-24." ; + rdfs:comment "Yocto 10**-24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.z a cim:UnitMultiplier ; rdfs:label "z" ; - rdfs:comment "Zepto 10**-21." ; + rdfs:comment "Zepto 10**-21."@en ; cims:stereotype "enum" . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.A2 a cim:UnitSymbol ; rdfs:label "A2" ; - rdfs:comment "Amperes squared (A²)." ; + rdfs:comment "Amperes squared (A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2h a cim:UnitSymbol ; rdfs:label "A2h" ; - rdfs:comment "Ampere-squared hour, ampere-squared hour." ; + rdfs:comment "Ampere-squared hour, ampere-squared hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2s a cim:UnitSymbol ; rdfs:label "A2s" ; - rdfs:comment "Ampere squared time in square amperes (A²s)." ; + rdfs:comment "Ampere squared time in square amperes (A²s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerA a cim:UnitSymbol ; rdfs:label "APerA" ; - rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’." ; + rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerm a cim:UnitSymbol ; rdfs:label "APerm" ; - rdfs:comment "A/m, magnetic field strength, amperes per metre." ; + rdfs:comment "A/m, magnetic field strength, amperes per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Ah a cim:UnitSymbol ; rdfs:label "Ah" ; - rdfs:comment "Ampere-hours, ampere-hours." ; + rdfs:comment "Ampere-hours, ampere-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.As a cim:UnitSymbol ; rdfs:label "As" ; - rdfs:comment "Ampere seconds (A·s)." ; + rdfs:comment "Ampere seconds (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Bq a cim:UnitSymbol ; rdfs:label "Bq" ; - rdfs:comment "Radioactivity in becquerels (1/s)." ; + rdfs:comment "Radioactivity in becquerels (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Btu a cim:UnitSymbol ; rdfs:label "Btu" ; - rdfs:comment "Energy, British Thermal Units." ; + rdfs:comment "Energy, British Thermal Units."@en ; cims:stereotype "enum" . cim:UnitSymbol.C a cim:UnitSymbol ; rdfs:label "C" ; - rdfs:comment "Electric charge in coulombs (A·s)." ; + rdfs:comment "Electric charge in coulombs (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerkg a cim:UnitSymbol ; rdfs:label "CPerkg" ; - rdfs:comment "Exposure (x rays), coulombs per kilogram." ; + rdfs:comment "Exposure (x rays), coulombs per kilogram."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm2 a cim:UnitSymbol ; rdfs:label "CPerm2" ; - rdfs:comment "Surface charge density, coulombs per square metre." ; + rdfs:comment "Surface charge density, coulombs per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm3 a cim:UnitSymbol ; rdfs:label "CPerm3" ; - rdfs:comment "Electric charge density, coulombs per cubic metre." ; + rdfs:comment "Electric charge density, coulombs per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.F a cim:UnitSymbol ; rdfs:label "F" ; - rdfs:comment "Electric capacitance in farads (C/V)." ; + rdfs:comment "Electric capacitance in farads (C/V)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:FARAD . cim:UnitSymbol.FPerm a cim:UnitSymbol ; rdfs:label "FPerm" ; - rdfs:comment "Permittivity, farads per metre." ; + rdfs:comment "Permittivity, farads per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.G a cim:UnitSymbol ; rdfs:label "G" ; - rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)." ; + rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Gy a cim:UnitSymbol ; rdfs:label "Gy" ; - rdfs:comment "Absorbed dose in grays (J/kg)." ; + rdfs:comment "Absorbed dose in grays (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.GyPers a cim:UnitSymbol ; rdfs:label "GyPers" ; - rdfs:comment "Absorbed dose rate, grays per second." ; + rdfs:comment "Absorbed dose rate, grays per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.H a cim:UnitSymbol ; rdfs:label "H" ; - rdfs:comment "Electric inductance in henrys (Wb/A)." ; + rdfs:comment "Electric inductance in henrys (Wb/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.HPerm a cim:UnitSymbol ; rdfs:label "HPerm" ; - rdfs:comment "Permeability, henrys per metre." ; + rdfs:comment "Permeability, henrys per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Hz a cim:UnitSymbol ; rdfs:label "Hz" ; - rdfs:comment "Frequency in hertz (1/s)." ; + rdfs:comment "Frequency in hertz (1/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:HZ ; skos:narrower unit:REV-PER-SEC . cim:UnitSymbol.HzPerHz a cim:UnitSymbol ; rdfs:label "HzPerHz" ; - rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’." ; + rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’."@en ; cims:stereotype "enum" . cim:UnitSymbol.HzPers a cim:UnitSymbol ; rdfs:label "HzPers" ; - rdfs:comment "Rate of change of frequency in hertz per second." ; + rdfs:comment "Rate of change of frequency in hertz per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.J a cim:UnitSymbol ; rdfs:label "J" ; - rdfs:comment "Energy in joules (N·m = C·V = W·s)." ; + rdfs:comment "Energy in joules (N·m = C·V = W·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerK a cim:UnitSymbol ; rdfs:label "JPerK" ; - rdfs:comment "Heat capacity in joules/kelvin." ; + rdfs:comment "Heat capacity in joules/kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkg a cim:UnitSymbol ; rdfs:label "JPerkg" ; - rdfs:comment "Specific energy, Joules / kg." ; + rdfs:comment "Specific energy, Joules / kg."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkgK a cim:UnitSymbol ; rdfs:label "JPerkgK" ; - rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin." ; + rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm2 a cim:UnitSymbol ; rdfs:label "JPerm2" ; - rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre." ; + rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm3 a cim:UnitSymbol ; rdfs:label "JPerm3" ; - rdfs:comment "Energy density, joules per cubic metre." ; + rdfs:comment "Energy density, joules per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermol a cim:UnitSymbol ; rdfs:label "JPermol" ; - rdfs:comment "Molar energy, joules per mole." ; + rdfs:comment "Molar energy, joules per mole."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermolK a cim:UnitSymbol ; rdfs:label "JPermolK" ; - rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin." ; + rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPers a cim:UnitSymbol ; rdfs:label "JPers" ; - rdfs:comment "Energy rate in joules per second (J/s)." ; + rdfs:comment "Energy rate in joules per second (J/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.K a cim:UnitSymbol ; rdfs:label "K" ; - rdfs:comment "Temperature in kelvins." ; + rdfs:comment "Temperature in kelvins."@en ; cims:stereotype "enum" . cim:UnitSymbol.KPers a cim:UnitSymbol ; rdfs:label "KPers" ; - rdfs:comment "Temperature change rate in kelvins per second." ; + rdfs:comment "Temperature change rate in kelvins per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.M a cim:UnitSymbol ; rdfs:label "M" ; - rdfs:comment "Length, nautical miles (1 M = 1852 m)." ; + rdfs:comment "Length, nautical miles (1 M = 1852 m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Mx a cim:UnitSymbol ; rdfs:label "Mx" ; - rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)." ; + rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)."@en ; cims:stereotype "enum" . cim:UnitSymbol.N a cim:UnitSymbol ; rdfs:label "N" ; - rdfs:comment "Force in newtons (kg·m/s²)." ; + rdfs:comment "Force in newtons (kg·m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.NPerm a cim:UnitSymbol ; rdfs:label "NPerm" ; - rdfs:comment "Surface tension, newton per metre." ; + rdfs:comment "Surface tension, newton per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Nm a cim:UnitSymbol ; rdfs:label "Nm" ; - rdfs:comment "Moment of force, newton metres." ; + rdfs:comment "Moment of force, newton metres."@en ; cims:stereotype "enum" . cim:UnitSymbol.Oe a cim:UnitSymbol ; rdfs:label "Oe" ; - rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)." ; + rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pa a cim:UnitSymbol ; rdfs:label "Pa" ; - rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms." ; + rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms."@en ; cims:stereotype "enum" ; skos:exactMatch unit:PA . cim:UnitSymbol.PaPers a cim:UnitSymbol ; rdfs:label "PaPers" ; - rdfs:comment "Pressure change rate in pascals per second." ; + rdfs:comment "Pressure change rate in pascals per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pas a cim:UnitSymbol ; rdfs:label "Pas" ; - rdfs:comment "Dynamic viscosity, pascal seconds." ; + rdfs:comment "Dynamic viscosity, pascal seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.Q a cim:UnitSymbol ; rdfs:label "Q" ; - rdfs:comment "Quantity power, Q." ; + rdfs:comment "Quantity power, Q."@en ; cims:stereotype "enum" . cim:UnitSymbol.Qh a cim:UnitSymbol ; rdfs:label "Qh" ; - rdfs:comment "Quantity energy, Qh." ; + rdfs:comment "Quantity energy, Qh."@en ; cims:stereotype "enum" . cim:UnitSymbol.S a cim:UnitSymbol ; rdfs:label "S" ; - rdfs:comment "Conductance in siemens." ; + rdfs:comment "Conductance in siemens."@en ; cims:stereotype "enum" ; skos:exactMatch unit:S . cim:UnitSymbol.SPerm a cim:UnitSymbol ; rdfs:label "SPerm" ; - rdfs:comment "Conductance per length (F/m)." ; + rdfs:comment "Conductance per length (F/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Sv a cim:UnitSymbol ; rdfs:label "Sv" ; - rdfs:comment "Dose equivalent in sieverts (J/kg)." ; + rdfs:comment "Dose equivalent in sieverts (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.T a cim:UnitSymbol ; rdfs:label "T" ; - rdfs:comment "Magnetic flux density in teslas (Wb/m2)." ; + rdfs:comment "Magnetic flux density in teslas (Wb/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.V2 a cim:UnitSymbol ; rdfs:label "V2" ; - rdfs:comment "Volt squared (W²/A²)." ; + rdfs:comment "Volt squared (W²/A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V2h a cim:UnitSymbol ; rdfs:label "V2h" ; - rdfs:comment "Volt-squared hour, volt-squared-hours." ; + rdfs:comment "Volt-squared hour, volt-squared-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VA a cim:UnitSymbol ; rdfs:label "VA" ; - rdfs:comment "Apparent power in volt amperes. See also real power and reactive power." ; + rdfs:comment "Apparent power in volt amperes. See also real power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A . cim:UnitSymbol.VAh a cim:UnitSymbol ; rdfs:label "VAh" ; - rdfs:comment "Apparent energy in volt ampere hours." ; + rdfs:comment "Apparent energy in volt ampere hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.VArh a cim:UnitSymbol ; rdfs:label "VArh" ; - rdfs:comment "Reactive energy in volt ampere reactive hours." ; + rdfs:comment "Reactive energy in volt ampere reactive hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerHz a cim:UnitSymbol ; rdfs:label "VPerHz" ; - rdfs:comment "Magnetic flux in volt per hertz." ; + rdfs:comment "Magnetic flux in volt per hertz."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerV a cim:UnitSymbol ; rdfs:label "VPerV" ; - rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’." ; + rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVA a cim:UnitSymbol ; rdfs:label "VPerVA" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVAr a cim:UnitSymbol ; rdfs:label "VPerVAr" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-PER-V-A_Reactive . cim:UnitSymbol.VPerm a cim:UnitSymbol ; rdfs:label "VPerm" ; - rdfs:comment "Electric field strength, volts per metre." ; + rdfs:comment "Electric field strength, volts per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vh a cim:UnitSymbol ; rdfs:label "Vh" ; - rdfs:comment "Volt-hour, Volt hours." ; + rdfs:comment "Volt-hour, Volt hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vs a cim:UnitSymbol ; rdfs:label "Vs" ; - rdfs:comment "Volt seconds (Ws/A)." ; + rdfs:comment "Volt seconds (Ws/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.WPerA a cim:UnitSymbol ; rdfs:label "WPerA" ; - rdfs:comment "Active power per current flow, watts per Ampere." ; + rdfs:comment "Active power per current flow, watts per Ampere."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-A . cim:UnitSymbol.WPerW a cim:UnitSymbol ; rdfs:label "WPerW" ; - rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’." ; + rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2 a cim:UnitSymbol ; rdfs:label "WPerm2" ; - rdfs:comment "Heat flux density, irradiance, watts per square metre." ; + rdfs:comment "Heat flux density, irradiance, watts per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2sr a cim:UnitSymbol ; rdfs:label "WPerm2sr" ; - rdfs:comment "Radiance, watts per square metre steradian." ; + rdfs:comment "Radiance, watts per square metre steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPermK a cim:UnitSymbol ; rdfs:label "WPermK" ; - rdfs:comment "Thermal conductivity in watt/metres kelvin." ; + rdfs:comment "Thermal conductivity in watt/metres kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPers a cim:UnitSymbol ; rdfs:label "WPers" ; - rdfs:comment "Ramp rate in watts per second." ; + rdfs:comment "Ramp rate in watts per second."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-SEC . cim:UnitSymbol.WPersr a cim:UnitSymbol ; rdfs:label "WPersr" ; - rdfs:comment "Radiant intensity, watts per steradian." ; + rdfs:comment "Radiant intensity, watts per steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wb a cim:UnitSymbol ; rdfs:label "Wb" ; - rdfs:comment "Magnetic flux in webers (V·s)." ; + rdfs:comment "Magnetic flux in webers (V·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.anglemin a cim:UnitSymbol ; rdfs:label "anglemin" ; - rdfs:comment "Plane angle, minutes." ; + rdfs:comment "Plane angle, minutes."@en ; cims:stereotype "enum" . cim:UnitSymbol.anglesec a cim:UnitSymbol ; rdfs:label "anglesec" ; - rdfs:comment "Plane angle, seconds." ; + rdfs:comment "Plane angle, seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.bar a cim:UnitSymbol ; rdfs:label "bar" ; - rdfs:comment "Pressure in bars, (1 bar = 100 kPa)." ; + rdfs:comment "Pressure in bars, (1 bar = 100 kPa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.cd a cim:UnitSymbol ; rdfs:label "cd" ; - rdfs:comment "Luminous intensity in candelas." ; + rdfs:comment "Luminous intensity in candelas."@en ; cims:stereotype "enum" . cim:UnitSymbol.charPers a cim:UnitSymbol ; rdfs:label "charPers" ; - rdfs:comment "Data rate (baud) in characters per second." ; + rdfs:comment "Data rate (baud) in characters per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.character a cim:UnitSymbol ; rdfs:label "character" ; - rdfs:comment "Number of characters." ; + rdfs:comment "Number of characters."@en ; cims:stereotype "enum" . cim:UnitSymbol.cosPhi a cim:UnitSymbol ; rdfs:label "cosPhi" ; rdfs:comment """Power factor, dimensionless. Note 1: This definition of power factor only holds for balanced systems. See the alternative definition under code 153. -Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility.""" ; +Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility."""@en ; cims:stereotype "enum" . cim:UnitSymbol.count a cim:UnitSymbol ; rdfs:label "count" ; - rdfs:comment "Amount of substance, Counter value." ; + rdfs:comment "Amount of substance, Counter value."@en ; cims:stereotype "enum" . cim:UnitSymbol.d a cim:UnitSymbol ; rdfs:label "d" ; - rdfs:comment "Time in days, day = 24 h = 86400 s." ; + rdfs:comment "Time in days, day = 24 h = 86400 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.dB a cim:UnitSymbol ; rdfs:label "dB" ; - rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.dBm a cim:UnitSymbol ; rdfs:label "dBm" ; - rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.degC a cim:UnitSymbol ; rdfs:label "degC" ; rdfs:comment """Relative temperature in degrees Celsius. -In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software.""" ; +In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG_C . cim:UnitSymbol.ft3 a cim:UnitSymbol ; rdfs:label "ft3" ; - rdfs:comment "Volume, cubic feet." ; + rdfs:comment "Volume, cubic feet."@en ; cims:stereotype "enum" . cim:UnitSymbol.gPerg a cim:UnitSymbol ; rdfs:label "gPerg" ; - rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’." ; + rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’."@en ; cims:stereotype "enum" . cim:UnitSymbol.gal a cim:UnitSymbol ; rdfs:label "gal" ; - rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)." ; + rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)."@en ; cims:stereotype "enum" . cim:UnitSymbol.h a cim:UnitSymbol ; rdfs:label "h" ; - rdfs:comment "Time in hours, hour = 60 min = 3600 s." ; + rdfs:comment "Time in hours, hour = 60 min = 3600 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.ha a cim:UnitSymbol ; rdfs:label "ha" ; - rdfs:comment "Area, hectares." ; + rdfs:comment "Area, hectares."@en ; cims:stereotype "enum" . cim:UnitSymbol.kat a cim:UnitSymbol ; rdfs:label "kat" ; - rdfs:comment "Catalytic activity, katal = mol / s." ; + rdfs:comment "Catalytic activity, katal = mol / s."@en ; cims:stereotype "enum" . cim:UnitSymbol.katPerm3 a cim:UnitSymbol ; rdfs:label "katPerm3" ; - rdfs:comment "Catalytic activity concentration, katals per cubic metre." ; + rdfs:comment "Catalytic activity concentration, katals per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.kg a cim:UnitSymbol ; rdfs:label "kg" ; - rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerJ a cim:UnitSymbol ; rdfs:label "kgPerJ" ; - rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerm3 a cim:UnitSymbol ; rdfs:label "kgPerm3" ; - rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm a cim:UnitSymbol ; rdfs:label "kgm" ; - rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm2 a cim:UnitSymbol ; rdfs:label "kgm2" ; - rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kn a cim:UnitSymbol ; rdfs:label "kn" ; - rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s." ; + rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s."@en ; cims:stereotype "enum" . cim:UnitSymbol.l a cim:UnitSymbol ; rdfs:label "l" ; - rdfs:comment "Volume in litres, litre = dm3 = m3/1000." ; + rdfs:comment "Volume in litres, litre = dm3 = m3/1000."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerh a cim:UnitSymbol ; rdfs:label "lPerh" ; - rdfs:comment "Volumetric flow rate, litres per hour." ; + rdfs:comment "Volumetric flow rate, litres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerl a cim:UnitSymbol ; rdfs:label "lPerl" ; - rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’." ; + rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPers a cim:UnitSymbol ; rdfs:label "lPers" ; - rdfs:comment "Volumetric flow rate in litres per second." ; + rdfs:comment "Volumetric flow rate in litres per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.lm a cim:UnitSymbol ; rdfs:label "lm" ; - rdfs:comment "Luminous flux in lumens (cd·sr)." ; + rdfs:comment "Luminous flux in lumens (cd·sr)."@en ; cims:stereotype "enum" . cim:UnitSymbol.lx a cim:UnitSymbol ; rdfs:label "lx" ; - rdfs:comment "Illuminance in lux (lm/m²)." ; + rdfs:comment "Illuminance in lux (lm/m²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m a cim:UnitSymbol ; rdfs:label "m" ; - rdfs:comment "Length in metres." ; + rdfs:comment "Length in metres."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M . cim:UnitSymbol.m2 a cim:UnitSymbol ; rdfs:label "m2" ; - rdfs:comment "Area in square metres (m²)." ; + rdfs:comment "Area in square metres (m²)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M2 . cim:UnitSymbol.m2Pers a cim:UnitSymbol ; rdfs:label "m2Pers" ; - rdfs:comment "Viscosity in square metres / second (m²/s)." ; + rdfs:comment "Viscosity in square metres / second (m²/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3 a cim:UnitSymbol ; rdfs:label "m3" ; - rdfs:comment "Volume in cubic metres (m³)." ; + rdfs:comment "Volume in cubic metres (m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Compensated a cim:UnitSymbol ; rdfs:label "m3Compensated" ; - rdfs:comment "Volume, cubic metres, with the value compensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value compensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perh a cim:UnitSymbol ; rdfs:label "m3Perh" ; - rdfs:comment "Volumetric flow rate, cubic metres per hour." ; + rdfs:comment "Volumetric flow rate, cubic metres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perkg a cim:UnitSymbol ; rdfs:label "m3Perkg" ; - rdfs:comment "Specific volume, cubic metres per kilogram, v." ; + rdfs:comment "Specific volume, cubic metres per kilogram, v."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Pers a cim:UnitSymbol ; rdfs:label "m3Pers" ; - rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)." ; + rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M3-PER-SEC . cim:UnitSymbol.m3Uncompensated a cim:UnitSymbol ; rdfs:label "m3Uncompensated" ; - rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPerm3 a cim:UnitSymbol ; rdfs:label "mPerm3" ; - rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)." ; + rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers a cim:UnitSymbol ; rdfs:label "mPers" ; - rdfs:comment "Velocity in metres per second (m/s)." ; + rdfs:comment "Velocity in metres per second (m/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers2 a cim:UnitSymbol ; rdfs:label "mPers2" ; - rdfs:comment "Acceleration in metres per second squared (m/s²)." ; + rdfs:comment "Acceleration in metres per second squared (m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.min a cim:UnitSymbol ; rdfs:label "min" ; - rdfs:comment "Time in minutes, minute = 60 s." ; + rdfs:comment "Time in minutes, minute = 60 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.mmHg a cim:UnitSymbol ; rdfs:label "mmHg" ; - rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)." ; + rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mol a cim:UnitSymbol ; rdfs:label "mol" ; - rdfs:comment "Amount of substance in moles." ; + rdfs:comment "Amount of substance in moles."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerkg a cim:UnitSymbol ; rdfs:label "molPerkg" ; - rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms." ; + rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerm3 a cim:UnitSymbol ; rdfs:label "molPerm3" ; - rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³." ; + rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPermol a cim:UnitSymbol ; rdfs:label "molPermol" ; - rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution." ; + rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution."@en ; cims:stereotype "enum" . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohm a cim:UnitSymbol ; rdfs:label "ohm" ; - rdfs:comment "Electric resistance in ohms (V/A)." ; + rdfs:comment "Electric resistance in ohms (V/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:OHM . cim:UnitSymbol.ohmPerm a cim:UnitSymbol ; rdfs:label "ohmPerm" ; - rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)." ; + rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohmm a cim:UnitSymbol ; rdfs:label "ohmm" ; - rdfs:comment "Resistivity, ohm metres, (rho)." ; + rdfs:comment "Resistivity, ohm metres, (rho)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerHz a cim:UnitSymbol ; rdfs:label "onePerHz" ; - rdfs:comment "Reciprocal of frequency (1/Hz)." ; + rdfs:comment "Reciprocal of frequency (1/Hz)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerm a cim:UnitSymbol ; rdfs:label "onePerm" ; - rdfs:comment "Wavenumber, reciprocal metres, (1/m)." ; + rdfs:comment "Wavenumber, reciprocal metres, (1/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ppm a cim:UnitSymbol ; rdfs:label "ppm" ; - rdfs:comment "Concentration in parts per million." ; + rdfs:comment "Concentration in parts per million."@en ; cims:stereotype "enum" . cim:UnitSymbol.rad a cim:UnitSymbol ; rdfs:label "rad" ; - rdfs:comment "Plane angle in radians (m/m)." ; + rdfs:comment "Plane angle in radians (m/m)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:RAD . cim:UnitSymbol.radPers a cim:UnitSymbol ; rdfs:label "radPers" ; - rdfs:comment "Angular velocity in radians per second (rad/s)." ; + rdfs:comment "Angular velocity in radians per second (rad/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.radPers2 a cim:UnitSymbol ; rdfs:label "radPers2" ; - rdfs:comment "Angular acceleration, radians per second squared." ; + rdfs:comment "Angular acceleration, radians per second squared."@en ; cims:stereotype "enum" . cim:UnitSymbol.rev a cim:UnitSymbol ; rdfs:label "rev" ; - rdfs:comment "Amount of rotation, revolutions." ; + rdfs:comment "Amount of rotation, revolutions."@en ; cims:stereotype "enum" . cim:UnitSymbol.rotPers a cim:UnitSymbol ; rdfs:label "rotPers" ; - rdfs:comment "Rotations per second (1/s). See also Hz (1/s)." ; + rdfs:comment "Rotations per second (1/s). See also Hz (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . cim:UnitSymbol.sPers a cim:UnitSymbol ; rdfs:label "sPers" ; - rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’." ; + rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’."@en ; cims:stereotype "enum" . cim:UnitSymbol.sr a cim:UnitSymbol ; rdfs:label "sr" ; - rdfs:comment "Solid angle in steradians (m2/m2)." ; + rdfs:comment "Solid angle in steradians (m2/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.therm a cim:UnitSymbol ; rdfs:label "therm" ; - rdfs:comment "Energy, therms." ; + rdfs:comment "Energy, therms."@en ; cims:stereotype "enum" . cim:UnitSymbol.tonne a cim:UnitSymbol ; rdfs:label "tonne" ; - rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)." ; + rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)."@en ; cims:stereotype "enum" . cim:Voltage skos:exactMatch quantitykind:Voltage . @@ -34615,286 +34617,286 @@ cim:Voltage skos:exactMatch quantitykind:Voltage . cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower . cim:VolumeFlowRate a qudt:QuantityKind ; - rdfs:label "VolumeFlowRate"@en ; - rdfs:comment "Volume per time." ; + rdfs:label "VolumeFlowRate" ; + rdfs:comment "Volume per time."@en ; cims:belongsToCategory dy:Package_Domain ; qudt:applicableUnit cim:UnitSymbol.m3Pers ; skos:exactMatch quantitykind:VolumeFlowRate . cim:WindLookupTableFunctionKind.ipmax a cim:WindLookupTableFunctionKind ; - rdfs:label "ipmax"@en ; - rdfs:comment "Lookup table for voltage dependency of active current limits (ipmax(uWT)). It is used for the current limitation model, IEC 61400-27-1:2015, 5.6.5.8." ; + rdfs:label "ipmax" ; + rdfs:comment "Lookup table for voltage dependency of active current limits (ipmax(uWT)). It is used for the current limitation model, IEC 61400-27-1:2015, 5.6.5.8."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.iqmax a cim:WindLookupTableFunctionKind ; - rdfs:label "iqmax"@en ; - rdfs:comment "Lookup table for voltage dependency of reactive current limits (iqmax(uWT)). It is used for the current limitation model, IEC 61400-27-1:2015, 5.6.5.8." ; + rdfs:label "iqmax" ; + rdfs:comment "Lookup table for voltage dependency of reactive current limits (iqmax(uWT)). It is used for the current limitation model, IEC 61400-27-1:2015, 5.6.5.8."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.omegap a cim:WindLookupTableFunctionKind ; - rdfs:label "omegap"@en ; - rdfs:comment "Power vs. speed lookup table (omega(p)). It is used for the P control model type 3, IEC 61400-27-1:2015, 5.6.5.4." ; + rdfs:label "omegap" ; + rdfs:comment "Power vs. speed lookup table (omega(p)). It is used for the P control model type 3, IEC 61400-27-1:2015, 5.6.5.4."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.prr a cim:WindLookupTableFunctionKind ; - rdfs:label "prr"@en ; - rdfs:comment "Power versus speed change (negative slip) lookup table (prr(deltaomega)). It is used for the rotor resistance control model, IEC 61400-27-1:2015, 5.6.5.3." ; + rdfs:label "prr" ; + rdfs:comment "Power versus speed change (negative slip) lookup table (prr(deltaomega)). It is used for the rotor resistance control model, IEC 61400-27-1:2015, 5.6.5.3."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.pwp a cim:WindLookupTableFunctionKind ; - rdfs:label "pwp"@en ; - rdfs:comment "Power vs. frequency lookup table (pWPbias(f)). It is used for the wind power plant frequency and active power control model, IEC 61400-27-1:2015, Annex D." ; + rdfs:label "pwp" ; + rdfs:comment "Power vs. frequency lookup table (pWPbias(f)). It is used for the wind power plant frequency and active power control model, IEC 61400-27-1:2015, Annex D."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.qmaxp a cim:WindLookupTableFunctionKind ; - rdfs:label "qmaxp"@en ; - rdfs:comment "Lookup table for active power dependency of reactive power maximum limit (qmaxp(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10." ; + rdfs:label "qmaxp" ; + rdfs:comment "Lookup table for active power dependency of reactive power maximum limit (qmaxp(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.qmaxu a cim:WindLookupTableFunctionKind ; - rdfs:label "qmaxu"@en ; - rdfs:comment "Lookup table for voltage dependency of reactive power maximum limit (qmaxu(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10." ; + rdfs:label "qmaxu" ; + rdfs:comment "Lookup table for voltage dependency of reactive power maximum limit (qmaxu(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.qminp a cim:WindLookupTableFunctionKind ; - rdfs:label "qminp"@en ; - rdfs:comment "Lookup table for active power dependency of reactive power minimum limit (qminp(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10." ; + rdfs:label "qminp" ; + rdfs:comment "Lookup table for active power dependency of reactive power minimum limit (qminp(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.qminu a cim:WindLookupTableFunctionKind ; - rdfs:label "qminu"@en ; - rdfs:comment "Lookup table for voltage dependency of reactive power minimum limit (qminu(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10." ; + rdfs:label "qminu" ; + rdfs:comment "Lookup table for voltage dependency of reactive power minimum limit (qminu(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.qwp a cim:WindLookupTableFunctionKind ; - rdfs:label "qwp"@en ; - rdfs:comment "Look up table for the UQ static mode (qWP(uerr)). It is used for the voltage and reactive power control model, IEC 61400-27-1:2015, Annex D." ; + rdfs:label "qwp" ; + rdfs:comment "Look up table for the UQ static mode (qWP(uerr)). It is used for the voltage and reactive power control model, IEC 61400-27-1:2015, Annex D."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.tcwdu a cim:WindLookupTableFunctionKind ; - rdfs:label "tcwdu"@en ; - rdfs:comment "Crowbar duration versus voltage variation look-up table (TCW(du)). It is a case-dependent parameter. It is used for the type 3B generator set model, IEC 61400-27-1:2015, 5.6.3.3." ; + rdfs:label "tcwdu" ; + rdfs:comment "Crowbar duration versus voltage variation look-up table (TCW(du)). It is a case-dependent parameter. It is used for the type 3B generator set model, IEC 61400-27-1:2015, 5.6.3.3."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.tduwt a cim:WindLookupTableFunctionKind ; - rdfs:label "tduwt"@en ; - rdfs:comment "Lookup table to determine the duration of the power reduction after a voltage dip, depending on the size of the voltage dip (Td(uWT)). It is a type-dependent parameter. It is used for the pitch control power model, IEC 61400-27-1:2015, 5.6.5.1." ; + rdfs:label "tduwt" ; + rdfs:comment "Lookup table to determine the duration of the power reduction after a voltage dip, depending on the size of the voltage dip (Td(uWT)). It is a type-dependent parameter. It is used for the pitch control power model, IEC 61400-27-1:2015, 5.6.5.1."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.tfover a cim:WindLookupTableFunctionKind ; - rdfs:label "tfover"@en ; - rdfs:comment "Disconnection time versus over-frequency lookup table (Tfover(fWT)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6." ; + rdfs:label "tfover" ; + rdfs:comment "Disconnection time versus over-frequency lookup table (Tfover(fWT)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.tfunder a cim:WindLookupTableFunctionKind ; - rdfs:label "tfunder"@en ; - rdfs:comment "Disconnection time versus under-frequency lookup table (Tfunder(fWT)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6." ; + rdfs:label "tfunder" ; + rdfs:comment "Disconnection time versus under-frequency lookup table (Tfunder(fWT)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.tuover a cim:WindLookupTableFunctionKind ; - rdfs:label "tuover"@en ; - rdfs:comment "Disconnection time versus over-voltage lookup table (Tuover(uWT)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6." ; + rdfs:label "tuover" ; + rdfs:comment "Disconnection time versus over-voltage lookup table (Tuover(uWT)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6."@en ; cims:stereotype "enum" . cim:WindLookupTableFunctionKind.tuunder a cim:WindLookupTableFunctionKind ; - rdfs:label "tuunder"@en ; - rdfs:comment "Disconnection time versus under-voltage lookup table (Tuunder(uWT)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6." ; + rdfs:label "tuunder" ; + rdfs:comment "Disconnection time versus under-voltage lookup table (Tuunder(uWT)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6."@en ; cims:stereotype "enum" . cim:WindPlantQcontrolModeKind.powerFactor a cim:WindPlantQcontrolModeKind ; - rdfs:label "powerFactor"@en ; - rdfs:comment "Power factor reference." ; + rdfs:label "powerFactor" ; + rdfs:comment "Power factor reference."@en ; cims:stereotype "enum" . cim:WindPlantQcontrolModeKind.reactivePower a cim:WindPlantQcontrolModeKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Reactive power reference." ; + rdfs:label "reactivePower" ; + rdfs:comment "Reactive power reference."@en ; cims:stereotype "enum" . cim:WindPlantQcontrolModeKind.uqStatic a cim:WindPlantQcontrolModeKind ; - rdfs:label "uqStatic"@en ; - rdfs:comment "UQ static." ; + rdfs:label "uqStatic" ; + rdfs:comment "UQ static."@en ; cims:stereotype "enum" . cim:WindPlantQcontrolModeKind.voltageControl a cim:WindPlantQcontrolModeKind ; - rdfs:label "voltageControl"@en ; - rdfs:comment "Voltage control." ; + rdfs:label "voltageControl" ; + rdfs:comment "Voltage control."@en ; cims:stereotype "enum" . cim:WindQcontrolModeKind.openLoopReactivePower a cim:WindQcontrolModeKind ; - rdfs:label "openLoopReactivePower"@en ; - rdfs:comment "Open loop reactive power control (only used with closed loop at plant level) (MqG equals 2)." ; + rdfs:label "openLoopReactivePower" ; + rdfs:comment "Open loop reactive power control (only used with closed loop at plant level) (MqG equals 2)."@en ; cims:stereotype "enum" . cim:WindQcontrolModeKind.openLooppowerFactor a cim:WindQcontrolModeKind ; - rdfs:label "openLooppowerFactor"@en ; - rdfs:comment "Open loop power factor control (MqG equals 4)." ; + rdfs:label "openLooppowerFactor" ; + rdfs:comment "Open loop power factor control (MqG equals 4)."@en ; cims:stereotype "enum" . cim:WindQcontrolModeKind.powerFactor a cim:WindQcontrolModeKind ; - rdfs:label "powerFactor"@en ; - rdfs:comment "Power factor control (MqG equals 3)." ; + rdfs:label "powerFactor" ; + rdfs:comment "Power factor control (MqG equals 3)."@en ; cims:stereotype "enum" . cim:WindQcontrolModeKind.reactivePower a cim:WindQcontrolModeKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Reactive power control (MqG equals 1)." ; + rdfs:label "reactivePower" ; + rdfs:comment "Reactive power control (MqG equals 1)."@en ; cims:stereotype "enum" . cim:WindQcontrolModeKind.voltage a cim:WindQcontrolModeKind ; - rdfs:label "voltage"@en ; - rdfs:comment "Voltage control (MqG equals 0)." ; + rdfs:label "voltage" ; + rdfs:comment "Voltage control (MqG equals 0)."@en ; cims:stereotype "enum" . cim:WindUVRTQcontrolModeKind.mode0 a cim:WindUVRTQcontrolModeKind ; - rdfs:label "mode0"@en ; - rdfs:comment "Voltage-dependent reactive current injection (MqUVRT equals 0)." ; + rdfs:label "mode0" ; + rdfs:comment "Voltage-dependent reactive current injection (MqUVRT equals 0)."@en ; cims:stereotype "enum" . cim:WindUVRTQcontrolModeKind.mode1 a cim:WindUVRTQcontrolModeKind ; - rdfs:label "mode1"@en ; - rdfs:comment "Reactive current injection controlled as the pre-fault value plus an additional voltage dependent reactive current injection (MqUVRT equals 1)." ; + rdfs:label "mode1" ; + rdfs:comment "Reactive current injection controlled as the pre-fault value plus an additional voltage dependent reactive current injection (MqUVRT equals 1)."@en ; cims:stereotype "enum" . cim:WindUVRTQcontrolModeKind.mode2 a cim:WindUVRTQcontrolModeKind ; - rdfs:label "mode2"@en ; - rdfs:comment "Reactive current injection controlled as the pre-fault value plus an additional voltage-dependent reactive current injection during fault, and as the pre-fault value plus an additional constant reactive current injection post fault (MqUVRT equals 2)." ; + rdfs:label "mode2" ; + rdfs:comment "Reactive current injection controlled as the pre-fault value plus an additional voltage-dependent reactive current injection during fault, and as the pre-fault value plus an additional constant reactive current injection post fault (MqUVRT equals 2)."@en ; cims:stereotype "enum" . dy:Package_AsynchronousMachineDynamics a cims:ClassCategory ; - rdfs:label "AsynchronousMachineDynamics"@en ; + rdfs:label "AsynchronousMachineDynamics" ; rdfs:comment """An asynchronous machine model represents a (induction) generator or motor with no external connection to the rotor windings, e.g. a squirrel-cage induction machine. The interconnection with the electrical network equations can differ among simulation tools. The program only needs to know the terminal to which this asynchronous machine is connected in order to establish the correct interconnection. The interconnection with the motor’s equipment could also differ due to input and output signals required by standard models. -The asynchronous machine model is used to model wind generators type 1 and type 2. For these, normal practice is to include the rotor flux transients and neglect the stator flux transients.""" . +The asynchronous machine model is used to model wind generators type 1 and type 2. For these, normal practice is to include the rotor flux transients and neglect the stator flux transients."""@en . dy:Package_Base a cims:ClassCategory ; - rdfs:label "Base"@en ; - rdfs:comment "Content of the base CIM published as IEC 61970-301." . + rdfs:label "Base" ; + rdfs:comment "Content of the base CIM published as IEC 61970-301."@en . dy:Package_Core a cims:ClassCategory ; - rdfs:label "Core"@en ; - rdfs:comment "Contains the core PowerSystemResource and ConductingEquipment entities shared by all applications plus common collections of those entities. Not all applications require all the Core entities. This package does not depend on any other package except the Domain package, but most of the other packages have associations and generalizations that depend on it." . + rdfs:label "Core" ; + rdfs:comment "Contains the core PowerSystemResource and ConductingEquipment entities shared by all applications plus common collections of those entities. Not all applications require all the Core entities. This package does not depend on any other package except the Domain package, but most of the other packages have associations and generalizations that depend on it."@en . dy:Package_DC a cims:ClassCategory ; - rdfs:label "DC"@en ; - rdfs:comment "This package contains model for direct current equipment and controls." . + rdfs:label "DC" ; + rdfs:comment "This package contains model for direct current equipment and controls."@en . dy:Package_DiscontinuousExcitationControlDynamics a cims:ClassCategory ; - rdfs:label "DiscontinuousExcitationControlDynamics"@en ; + rdfs:label "DiscontinuousExcitationControlDynamics" ; rdfs:comment """In certain system configurations, continuous excitation control with terminal voltage and power system stabilizing regulator input signals does not ensure that the potential of the excitation system for improving system stability is fully exploited. For these situations, discontinuous excitation control signals can be employed to enhance stability following large transient disturbances. -For additional information please refer to IEEE 421.5-2005, 12.""" . +For additional information please refer to IEEE 421.5-2005, 12."""@en . dy:Package_Domain a cims:ClassCategory ; - rdfs:label "Domain"@en ; + rdfs:label "Domain" ; rdfs:comment """The domain package defines primitive datatypes that are used by classes in other packages. Stereotypes are used to describe the datatypes. The following stereotypes are defined: <<enumeration>> A list of permissible constant values. <<Primitive>> The most basic data types used to compose all other data types. <<CIMDatatype>> A datatype that contains a value attribute, an optional unit of measure and a unit multiplier. The unit and multiplier may be specified as a static variable initialized to the allowed value. <<Compound>> A composite of Primitive, enumeration, CIMDatatype or other Compound classes, as long as the Compound classes do not recurse. -For all datatypes both positive and negative values are allowed unless stated otherwise for a particular datatype.""" . +For all datatypes both positive and negative values are allowed unless stated otherwise for a particular datatype."""@en . dy:Package_Dynamics a cims:ClassCategory ; - rdfs:label "Dynamics"@en ; + rdfs:label "Dynamics" ; rdfs:comment """The CIM dynamic model definitions reflect the most common IEEE or, in the case of wind models, IEC, representations of models as well as models included in some of the transient stability software widely used by utilities. These dynamic models are intended to ensure interoperability between different vendors’ software products currently in use by electric utility energy companies, utilities, Transmission System Operators (TSOs), Regional Transmission Organizations (RTOs), and Independent System Operators (ISOs). It is important to note that each vendor is free to select its own internal implementation of these models. Differences in vendor results, as long as they are within accepted engineering practice, caused by different internal representations, are acceptable. Unless explicitly stated otherwise, the following modelling conventions are followed: - limited integrators are of the non-windup type; -- it shall be possible to enter a time constant of zero (where it makes sense).""" . +- it shall be possible to enter a time constant of zero (where it makes sense)."""@en . dy:Package_DynamicsProfile a cims:ClassCategory ; - rdfs:label "DynamicsProfile"@en ; - rdfs:comment "This is the IEC 61970-457 profile." . + rdfs:label "DynamicsProfile" ; + rdfs:comment "This is the IEC 61970-457 profile."@en . dy:Package_ExcitationSystemDynamics a cims:ClassCategory ; - rdfs:label "ExcitationSystemDynamics"@en ; + rdfs:label "ExcitationSystemDynamics" ; rdfs:comment """The excitation system model provides the field voltage (Efd) for a synchronous machine model. It is linked to a specific generator (synchronous machine). The representation of all limits used by the models (not including IEEE standard models) shall comply with the representation defined in the Annex E of the IEEE 421.5-2005, unless specified differently in the documentation of the model. -The parameters are different for each excitation system model; the same parameter name can have different meaning in different models.""" . +The parameters are different for each excitation system model; the same parameter name can have different meaning in different models."""@en . dy:Package_HVDCDynamics a cims:ClassCategory ; - rdfs:label "HVDCDynamics"@en ; - rdfs:comment "High voltage direct current (HVDC) models." . + rdfs:label "HVDCDynamics" ; + rdfs:comment "High voltage direct current (HVDC) models."@en . dy:Package_LoadDynamics a cims:ClassCategory ; - rdfs:label "LoadDynamics"@en ; + rdfs:label "LoadDynamics" ; rdfs:comment """Dynamic load models are used to represent the dynamic real and reactive load behaviour of a load from the static power flow model. Dynamic load models can be defined as applying either to a single load (energy consumer) or to a group of energy consumers. -Large industrial motors or groups of similar motors can be represented by a synchronous machine model (SynchronousMachineDynamics) or an asynchronous machine model (AsynchronousMachineDynamics), which are usually represented as generators with negative active power output in the static (power flow) data.""" . +Large industrial motors or groups of similar motors can be represented by a synchronous machine model (SynchronousMachineDynamics) or an asynchronous machine model (AsynchronousMachineDynamics), which are usually represented as generators with negative active power output in the static (power flow) data."""@en . dy:Package_MechanicalLoadDynamics a cims:ClassCategory ; - rdfs:label "MechanicalLoadDynamics"@en ; - rdfs:comment "A mechanical load represents the variation in a motor's shaft torque or power as a function of shaft speed." . + rdfs:label "MechanicalLoadDynamics" ; + rdfs:comment "A mechanical load represents the variation in a motor's shaft torque or power as a function of shaft speed."@en . dy:Package_OverexcitationLimiterDynamics a cims:ClassCategory ; - rdfs:label "OverexcitationLimiterDynamics"@en ; - rdfs:comment "Overexcitation limiters (OELs) are also referred to as maximum excitation limiters and field current limiters. The possibility of voltage collapse in stressed power systems increases the importance of modelling these limiters in studies of system conditions that cause machines to operate at high levels of excitation for a sustained period, such as voltage collapse or system-islanding. Such events typically occur over a long time frame compared with transient or small-signal stability simulations." . + rdfs:label "OverexcitationLimiterDynamics" ; + rdfs:comment "Overexcitation limiters (OELs) are also referred to as maximum excitation limiters and field current limiters. The possibility of voltage collapse in stressed power systems increases the importance of modelling these limiters in studies of system conditions that cause machines to operate at high levels of excitation for a sustained period, such as voltage collapse or system-islanding. Such events typically occur over a long time frame compared with transient or small-signal stability simulations."@en . dy:Package_PFVArControllerType1Dynamics a cims:ClassCategory ; - rdfs:label "PFVArControllerType1Dynamics"@en ; + rdfs:label "PFVArControllerType1Dynamics" ; rdfs:comment """Excitation systems for synchronous machines are sometimes supplied with an optional means of automatically adjusting generator output reactive power (VAr) or power factor (PF) to a user-specified value. This can be accomplished with either a reactive power or power factor controller or regulator. A reactive power or power factor controller is defined as a PF/VAr controller in IEEE 421.1 as “a control function that acts through the reference adjuster to modify the voltage regulator set point to maintain the synchronous machine steady-state power factor or reactive power at a predetermined value.” -For additional information please refer to IEEE 421.5-2005, 11.""" . +For additional information please refer to IEEE 421.5-2005, 11."""@en . dy:Package_PFVArControllerType2Dynamics a cims:ClassCategory ; - rdfs:label "PFVArControllerType2Dynamics"@en ; + rdfs:label "PFVArControllerType2Dynamics" ; rdfs:comment """A var/pf regulator is defined as “a synchronous machine regulator that functions to maintain the power factor or reactive component of power at a predetermined value.” For additional information please refer to IEEE 421.5-2005, 11. -""" . +"""@en . dy:Package_PowerSystemStabilizerDynamics a cims:ClassCategory ; - rdfs:label "PowerSystemStabilizerDynamics"@en ; - rdfs:comment "The power system stabilizer (PSS) model provides an input (Vs) to the excitation system model to improve damping of system oscillations. A variety of input signals can be used depending on the particular design." . + rdfs:label "PowerSystemStabilizerDynamics" ; + rdfs:comment "The power system stabilizer (PSS) model provides an input (Vs) to the excitation system model to improve damping of system oscillations. A variety of input signals can be used depending on the particular design."@en . dy:Package_StandardInterconnections a cims:ClassCategory ; - rdfs:label "StandardInterconnections"@en ; + rdfs:label "StandardInterconnections" ; rdfs:comment """This subclause describes the standard interconnections for various types of equipment. These interconnections are understood by the application programs and can be identified based on the presence of one of the key classes with a relationship to the static power flow model: SynchronousMachineDynamics, AsynchronousMachineDynamics, EnergyConsumerDynamics or WindTurbineType3or4Dynamics. The relationships between classes expressed in the interconnection diagrams are intended to support dynamic behaviour described by either standard models or user-defined models. -In the interconnection diagrams, boxes which are black in colour represent function blocks whose functionality can be provided by one of many standard models or by a user-defined model. Blue boxes represent specific standard models. A dashed box means that the function block or specific standard model is optional.""" . +In the interconnection diagrams, boxes which are black in colour represent function blocks whose functionality can be provided by one of many standard models or by a user-defined model. Blue boxes represent specific standard models. A dashed box means that the function block or specific standard model is optional."""@en . dy:Package_StandardModels a cims:ClassCategory ; - rdfs:label "StandardModels"@en ; + rdfs:label "StandardModels" ; rdfs:comment """This subclause contains standard dynamic model specifications grouped into packages by standard function block (type of equipment being modelled). -In the CIM, standard dynamic models are expressed by means of a class named with the standard model name and attributes reflecting each of the parameters necessary to describe the behaviour of an instance of the standard model.""" . +In the CIM, standard dynamic models are expressed by means of a class named with the standard model name and attributes reflecting each of the parameters necessary to describe the behaviour of an instance of the standard model."""@en . dy:Package_StaticVarCompensatorDynamics a cims:ClassCategory ; - rdfs:label "StaticVarCompensatorDynamics"@en ; - rdfs:comment "Static var compensator (SVC) models." . + rdfs:label "StaticVarCompensatorDynamics" ; + rdfs:comment "Static var compensator (SVC) models."@en . dy:Package_SynchronousMachineDynamics a cims:ClassCategory ; - rdfs:label "SynchronousMachineDynamics"@en ; + rdfs:label "SynchronousMachineDynamics" ; rdfs:comment """For conventional power generating units (e.g., thermal, hydro, combustion turbine), a synchronous machine model represents the electrical characteristics of the generator and the mechanical characteristics of the turbine-generator rotational inertia. Large industrial motors or groups of similar motors can be represented by individual motor models which are represented as generators with negative active power in the static (power flow) data. -The interconnection with the electrical network equations can differ among simulation tools. The tool only needs to know the synchronous machine to establish the correct interconnection. The interconnection with the motor’s equipment could also differ due to input and output signals required by standard models.""" . +The interconnection with the electrical network equations can differ among simulation tools. The tool only needs to know the synchronous machine to establish the correct interconnection. The interconnection with the motor’s equipment could also differ due to input and output signals required by standard models."""@en . dy:Package_TurbineGovernorDynamics a cims:ClassCategory ; - rdfs:label "TurbineGovernorDynamics"@en ; + rdfs:label "TurbineGovernorDynamics" ; rdfs:comment """The turbine-governor model is linked to one or two synchronous generators and determines the shaft mechanical power (Pm) or torque (Tm) for the generator model. Unlike IEEE standard models for other function blocks, the three IEEE turbine-governor standard models (GovHydroIEEE0, GovHydroIEEE2, and GovSteamIEEE1) are documented in IEEE Transactions, not in IEEE standards. For that reason, diagrams are supplied for those models. -A 2012 IEEE report, Dynamic Models for Turbine-Governors in Power System Studies, provides updated information on a variety of models including IEEE, vendor and reliability authority models. Fully incorporating the results of that report into the CIM dynamics model is a future effort.""" . +A 2012 IEEE report, Dynamic Models for Turbine-Governors in Power System Studies, provides updated information on a variety of models including IEEE, vendor and reliability authority models. Fully incorporating the results of that report into the CIM dynamics model is a future effort."""@en . dy:Package_TurbineLoadControllerDynamics a cims:ClassCategory ; - rdfs:label "TurbineLoadControllerDynamics"@en ; - rdfs:comment "A turbine load controller acts to maintain turbine power at a set value by continuous adjustment of the turbine governor speed-load reference." . + rdfs:label "TurbineLoadControllerDynamics" ; + rdfs:comment "A turbine load controller acts to maintain turbine power at a set value by continuous adjustment of the turbine governor speed-load reference."@en . dy:Package_UnderexcitationLimiterDynamics a cims:ClassCategory ; - rdfs:label "UnderexcitationLimiterDynamics"@en ; - rdfs:comment "Underexcitation limiters (UELs) act to boost excitation. The UEL typically senses either a combination of voltage and current of the synchronous machine or a combination of real and reactive power. Some UELs utilize a temperature or pressure recalibration feature, in which the UEL characteristic is shifted depending upon the generator cooling gas temperature or pressure." . + rdfs:label "UnderexcitationLimiterDynamics" ; + rdfs:comment "Underexcitation limiters (UELs) act to boost excitation. The UEL typically senses either a combination of voltage and current of the synchronous machine or a combination of real and reactive power. Some UELs utilize a temperature or pressure recalibration feature, in which the UEL characteristic is shifted depending upon the generator cooling gas temperature or pressure."@en . dy:Package_UserDefinedModels a cims:ClassCategory ; - rdfs:label "UserDefinedModels"@en ; + rdfs:label "UserDefinedModels" ; rdfs:comment """This subclause contains user-defined dynamic model classes to support the exchange of both proprietary and explicitly defined user-defined models. Proprietary models represent behaviour which, while not defined by a standard model class, is mutually understood by the sending and receiving applications based on the name passed in the .name attribute of the appropriate xxxUserDefined class. Proprietary model parameters are passed as general attributes using as many instances of the ProprietaryParameterDynamics class as there are parameters. Explicitly defined models describe dynamic behaviour in detail in terms of control blocks and their input and output signals. Note that the classes to support explicitly defined modelling are not currently defined - it is future work intended to also be supported by the family of xxxUserDefined classes. Both types of user-defined models use the family of xxxUserDefined classes, which allow a user-defined model to be used: - as the model for an individual standard function block (such as a turbine-governor or power system stabilizer) in a standard interconnection model whose other function blocks could be either standard or user-defined. For an illustration of this form of usage for a proprietary model, see the ExampleFunctionBlockProprietaryModel diagram in subclause 5.5. -- as the complete representation of a dynamic behaviour model (for an entire synchronous machine, for example) where standard function blocks and standard interconnections are not used at all. For an illustration of this form of usage for a proprietary model, see the ExampleCompleteProprietaryModel diagram in subclause 5.5.""" . +- as the complete representation of a dynamic behaviour model (for an entire synchronous machine, for example) where standard function blocks and standard interconnections are not used at all. For an illustration of this form of usage for a proprietary model, see the ExampleCompleteProprietaryModel diagram in subclause 5.5."""@en . dy:Package_VoltageAdjusterDynamics a cims:ClassCategory ; - rdfs:label "VoltageAdjusterDynamics"@en ; + rdfs:label "VoltageAdjusterDynamics" ; rdfs:comment """A voltage adjuster is a reference adjuster that uses inputs from a reactive power or power factor controller to modify the voltage regulator set point to maintain the synchronous machine steady-state power factor or reactive power at a predetermined value. -For additional information please refer to IEEE 421.5-2005, 11.""" . +For additional information please refer to IEEE 421.5-2005, 11."""@en . dy:Package_VoltageCompensatorDynamics a cims:ClassCategory ; - rdfs:label "VoltageCompensatorDynamics"@en ; + rdfs:label "VoltageCompensatorDynamics" ; rdfs:comment """Synchronous machine terminal voltage transducer and current compensator models adjust the terminal voltage feedback to the excitation system by adding a quantity that is proportional to the terminal current of the generator. It is linked to a specific generator (synchronous machine). Several types of compensation are available on most excitation systems. Synchronous machine active and reactive current compensation are the most common. Either reactive droop compensation and/or line-drop compensation can be used, simulating an impedance drop and effectively regulating at some point other than the terminals of the machine. The impedance or range of adjustment and type of compensation should be specified for different types. Care shall be taken to ensure that a consistent PU system is utilized for the compensator parameters and the synchronous machine current base. @@ -34902,19 +34904,19 @@ dy:Package_VoltageCompensatorDynamics a cims:ClassCategory ; -""" . +"""@en . dy:Package_WindDynamics a cims:ClassCategory ; - rdfs:label "WindDynamics"@en ; + rdfs:label "WindDynamics" ; rdfs:comment """Wind turbines are generally divided into four types, which are currently significant in power systems. The four types have the following characteristics: - type 1: wind turbine with directly grid connected asynchronous generator with fixed rotor resistance (typically squirrel cage); - type 2: wind turbine with directly grid connected asynchronous generator with variable rotor resistance; - type 3: wind turbines with doubly-fed asynchronous generators (directly connected stator and rotor connected through power converter); - type 4: wind turbines connected to the grid through a full size power converter. -Models included in this package are according to IEC 61400-27-1:2015.""" . +Models included in this package are according to IEC 61400-27-1:2015."""@en . dy:Package_Wires a cims:ClassCategory ; - rdfs:label "Wires"@en ; - rdfs:comment "An extension to the Core and Topology package that models information on the electrical characteristics of Transmission and Distribution networks. This package is used by network applications such as State Estimation, Load Flow and Optimal Power Flow." . + rdfs:label "Wires" ; + rdfs:comment "An extension to the Core and Topology package that models information on the electrical characteristics of Transmission and Distribution networks. This package is used by network applications such as State Estimation, Load Flow and Optimal Power Flow."@en . diff --git a/rdfs-improved/CGMES/ttl/61970-600-2_Equipment-AP-Voc-RDFS2020_v3-0-0.ttl b/rdfs-improved/CGMES/ttl/61970-600-2_Equipment-AP-Voc-RDFS2020_v3-0-0.ttl index 8f5e530..3f413f9 100644 --- a/rdfs-improved/CGMES/ttl/61970-600-2_Equipment-AP-Voc-RDFS2020_v3-0-0.ttl +++ b/rdfs-improved/CGMES/ttl/61970-600-2_Equipment-AP-Voc-RDFS2020_v3-0-0.ttl @@ -13,700 +13,702 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . eq:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the core equipment profile from IEC 61970-600-2."@en ; + dc:source "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "EQ" ; - dcat:landingPage "https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/" ; + dcat:landingPage ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , ; dct:creator "ENTSO-E CIM EG"@en ; dct:identifier "urn:uuid:9fd00587-84d4-4910-bbd4-e003ed7e0821" ; dct:issued "2021-01-27T12:09:21Z"^^xsd:dateTime ; dct:language "en-GB" ; dct:modified "2020-10-12"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; dct:rights "Copyright"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:rightsHolder "ENTSO-E" ; dct:title "Core Equipment Vocabulary"@en ; owl:incompatibleWith ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "3.0.0"@en . + owl:versionInfo "3.0.0" . cim:ACDCConverter a owl:Class ; - rdfs:label "ACDCConverter"@en ; - rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion." ; + rdfs:label "ACDCConverter" ; + rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:ACDCConverterDCTerminal a owl:Class ; - rdfs:label "ACDCConverterDCTerminal"@en ; - rdfs:comment "A DC electrical connection point at the AC/DC converter. The AC/DC converter is electrically connected also to the AC side. The AC connection is inherited from the AC conducting equipment in the same way as any other AC equipment. The AC/DC converter DC terminal is separate from generic DC terminal to restrict the connection with the AC side to AC/DC converter and so that no other DC conducting equipment can be connected to the AC side." ; + rdfs:label "ACDCConverterDCTerminal" ; + rdfs:comment "A DC electrical connection point at the AC/DC converter. The AC/DC converter is electrically connected also to the AC side. The AC connection is inherited from the AC conducting equipment in the same way as any other AC equipment. The AC/DC converter DC terminal is separate from generic DC terminal to restrict the connection with the AC side to AC/DC converter and so that no other DC conducting equipment can be connected to the AC side."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCBaseTerminal . cim:ACDCTerminal a owl:Class ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:ACLineSegment a owl:Class ; - rdfs:label "ACLineSegment"@en ; + rdfs:label "ACLineSegment" ; rdfs:comment """A wire or combination of wires, with consistent electrical characteristics, building a single electrical system, used to carry alternating current between points in the power system. For symmetrical, transposed three phase lines, it is sufficient to use attributes of the line segment, which describe impedances and admittances for the entire length of the segment. Additionally impedances can be computed by using length and associated per length impedances. -The BaseVoltage at the two ends of ACLineSegments in a Line shall have the same BaseVoltage.nominalVoltage. However, boundary lines may have slightly different BaseVoltage.nominalVoltages and variation is allowed. Larger voltage difference in general requires use of an equivalent branch.""" ; +The BaseVoltage at the two ends of ACLineSegments in a Line shall have the same BaseVoltage.nominalVoltage. However, boundary lines may have slightly different BaseVoltage.nominalVoltages and variation is allowed. Larger voltage difference in general requires use of an equivalent branch."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Conductor . cim:ActivePowerLimit a owl:Class ; - rdfs:label "ActivePowerLimit"@en ; - rdfs:comment "Limit on active power flow." ; + rdfs:label "ActivePowerLimit" ; + rdfs:comment "Limit on active power flow."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:OperationalLimit . cim:ApparentPowerLimit a owl:Class ; - rdfs:label "ApparentPowerLimit"@en ; - rdfs:comment "Apparent power limit." ; + rdfs:label "ApparentPowerLimit" ; + rdfs:comment "Apparent power limit."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:OperationalLimit . cim:AsynchronousMachine a owl:Class ; - rdfs:label "AsynchronousMachine"@en ; - rdfs:comment "A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine." ; + rdfs:label "AsynchronousMachine" ; + rdfs:comment "A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:RotatingMachine . cim:AuxiliaryEquipment a owl:Class ; - rdfs:label "AuxiliaryEquipment"@en ; + rdfs:label "AuxiliaryEquipment" ; rdfs:comment """AuxiliaryEquipment describe equipment that is not performing any primary functions but support for the equipment performing the primary function. -AuxiliaryEquipment is attached to primary equipment via an association with Terminal.""" ; +AuxiliaryEquipment is attached to primary equipment via an association with Terminal."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:Equipment . cim:BaseVoltage a owl:Class ; - rdfs:label "BaseVoltage"@en ; - rdfs:comment "Defines a system base voltage which is referenced." ; + rdfs:label "BaseVoltage" ; + rdfs:comment "Defines a system base voltage which is referenced."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:BasicIntervalSchedule a owl:Class ; - rdfs:label "BasicIntervalSchedule"@en ; - rdfs:comment "Schedule of values at points in time." ; + rdfs:label "BasicIntervalSchedule" ; + rdfs:comment "Schedule of values at points in time."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:BatteryUnit a owl:Class ; - rdfs:label "BatteryUnit"@en ; - rdfs:comment "An electrochemical energy storage device." ; + rdfs:label "BatteryUnit" ; + rdfs:comment "An electrochemical energy storage device."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerElectronicsUnit . cim:Bay a owl:Class ; - rdfs:label "Bay"@en ; - rdfs:comment "A collection of power system resources (within a given substation) including conducting equipment, protection relays, measurements, and telemetry. A bay typically represents a physical grouping related to modularization of equipment." ; + rdfs:label "Bay" ; + rdfs:comment "A collection of power system resources (within a given substation) including conducting equipment, protection relays, measurements, and telemetry. A bay typically represents a physical grouping related to modularization of equipment."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquipmentContainer . cim:Breaker a owl:Class ; - rdfs:label "Breaker"@en ; - rdfs:comment "A mechanical switching device capable of making, carrying, and breaking currents under normal circuit conditions and also making, carrying for a specified time, and breaking currents under specified abnormal circuit conditions e.g. those of short circuit." ; + rdfs:label "Breaker" ; + rdfs:comment "A mechanical switching device capable of making, carrying, and breaking currents under normal circuit conditions and also making, carrying for a specified time, and breaking currents under specified abnormal circuit conditions e.g. those of short circuit."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ProtectedSwitch . cim:BusNameMarker a owl:Class ; - rdfs:label "BusNameMarker"@en ; - rdfs:comment "Used to apply user standard names to TopologicalNodes. Associated with one or more terminals that are normally connected with the bus name. The associated terminals are normally connected by non-retained switches. For a ring bus station configuration, all BusbarSection terminals in the ring are typically associated. For a breaker and a half scheme, both BusbarSections would normally be associated. For a ring bus, all BusbarSections would normally be associated. For a \"straight\" busbar configuration, normally only the main terminal at the BusbarSection would be associated." ; + rdfs:label "BusNameMarker" ; + rdfs:comment "Used to apply user standard names to TopologicalNodes. Associated with one or more terminals that are normally connected with the bus name. The associated terminals are normally connected by non-retained switches. For a ring bus station configuration, all BusbarSection terminals in the ring are typically associated. For a breaker and a half scheme, both BusbarSections would normally be associated. For a ring bus, all BusbarSections would normally be associated. For a \"straight\" busbar configuration, normally only the main terminal at the BusbarSection would be associated."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:BusbarSection a owl:Class ; - rdfs:label "BusbarSection"@en ; + rdfs:label "BusbarSection" ; rdfs:comment """A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation. -Voltage measurements are typically obtained from voltage transformers that are connected to busbar sections. A bus bar section may have many physical terminals but for analysis is modelled with exactly one logical terminal.""" ; +Voltage measurements are typically obtained from voltage transformers that are connected to busbar sections. A bus bar section may have many physical terminals but for analysis is modelled with exactly one logical terminal."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Connector . cim:CAESPlant a owl:Class ; - rdfs:label "CAESPlant"@en ; - rdfs:comment "Compressed air energy storage plant." ; + rdfs:label "CAESPlant" ; + rdfs:comment "Compressed air energy storage plant."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:Clamp a owl:Class ; - rdfs:label "Clamp"@en ; + rdfs:label "Clamp" ; rdfs:comment """A Clamp is a galvanic connection at a line segment where other equipment is connected. A Clamp does not cut the line segment. -A Clamp is ConductingEquipment and has one Terminal with an associated ConnectivityNode. Any other ConductingEquipment can be connected to the Clamp ConnectivityNode.""" ; +A Clamp is ConductingEquipment and has one Terminal with an associated ConnectivityNode. Any other ConductingEquipment can be connected to the Clamp ConnectivityNode."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ConductingEquipment . cim:CogenerationPlant a owl:Class ; - rdfs:label "CogenerationPlant"@en ; - rdfs:comment "A set of thermal generating units for the production of electrical energy and process steam (usually from the output of the steam turbines). The steam sendout is typically used for industrial purposes or for municipal heating and cooling." ; + rdfs:label "CogenerationPlant" ; + rdfs:comment "A set of thermal generating units for the production of electrical energy and process steam (usually from the output of the steam turbines). The steam sendout is typically used for industrial purposes or for municipal heating and cooling."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:CombinedCyclePlant a owl:Class ; - rdfs:label "CombinedCyclePlant"@en ; - rdfs:comment "A set of combustion turbines and steam turbines where the exhaust heat from the combustion turbines is recovered to make steam for the steam turbines, resulting in greater overall plant efficiency." ; + rdfs:label "CombinedCyclePlant" ; + rdfs:comment "A set of combustion turbines and steam turbines where the exhaust heat from the combustion turbines is recovered to make steam for the steam turbines, resulting in greater overall plant efficiency."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:ConductingEquipment a owl:Class ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:Equipment . cim:Conductor a owl:Class ; - rdfs:label "Conductor"@en ; - rdfs:comment "Combination of conducting material with consistent electrical characteristics, building a single electrical system, used to carry current between points in the power system." ; + rdfs:label "Conductor" ; + rdfs:comment "Combination of conducting material with consistent electrical characteristics, building a single electrical system, used to carry current between points in the power system."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:ConformLoad a owl:Class ; - rdfs:label "ConformLoad"@en ; - rdfs:comment "ConformLoad represent loads that follow a daily load change pattern where the pattern can be used to scale the load with a system load." ; + rdfs:label "ConformLoad" ; + rdfs:comment "ConformLoad represent loads that follow a daily load change pattern where the pattern can be used to scale the load with a system load."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EnergyConsumer . cim:ConformLoadGroup a owl:Class ; - rdfs:label "ConformLoadGroup"@en ; - rdfs:comment "A group of loads conforming to an allocation pattern." ; + rdfs:label "ConformLoadGroup" ; + rdfs:comment "A group of loads conforming to an allocation pattern."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:LoadGroup . cim:ConformLoadSchedule a owl:Class ; - rdfs:label "ConformLoadSchedule"@en ; - rdfs:comment "A curve of load versus time (X-axis) showing the active power values (Y1-axis) and reactive power (Y2-axis) for each unit of the period covered. This curve represents a typical pattern of load over the time period for a given day type and season." ; + rdfs:label "ConformLoadSchedule" ; + rdfs:comment "A curve of load versus time (X-axis) showing the active power values (Y1-axis) and reactive power (Y2-axis) for each unit of the period covered. This curve represents a typical pattern of load over the time period for a given day type and season."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:SeasonDayTypeSchedule . cim:ConnectivityNode a owl:Class ; - rdfs:label "ConnectivityNode"@en ; - rdfs:comment "Connectivity nodes are points where terminals of AC conducting equipment are connected together with zero impedance." ; + rdfs:label "ConnectivityNode" ; + rdfs:comment "Connectivity nodes are points where terminals of AC conducting equipment are connected together with zero impedance."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:ConnectivityNodeContainer a owl:Class ; - rdfs:label "ConnectivityNodeContainer"@en ; - rdfs:comment "A base class for all objects that may contain connectivity nodes or topological nodes." ; + rdfs:label "ConnectivityNodeContainer" ; + rdfs:comment "A base class for all objects that may contain connectivity nodes or topological nodes."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:PowerSystemResource . cim:Connector a owl:Class ; - rdfs:label "Connector"@en ; - rdfs:comment "A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation and are modelled with a single logical terminal." ; + rdfs:label "Connector" ; + rdfs:comment "A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation and are modelled with a single logical terminal."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:ControlArea a owl:Class ; - rdfs:label "ControlArea"@en ; + rdfs:label "ControlArea" ; rdfs:comment """A control area is a grouping of generating units and/or loads and a cutset of tie lines (as terminals) which may be used for a variety of purposes including automatic generation control, power flow solution area interchange control specification, and input to load forecasting. All generation and load within the area defined by the terminals on the border are considered in the area interchange control. Note that any number of overlapping control area specifications can be superimposed on the physical model. The following general principles apply to ControlArea: 1. The control area orientation for net interchange is positive for an import, negative for an export. 2. The control area net interchange is determined by summing flows in Terminals. The Terminals are identified by creating a set of TieFlow objects associated with a ControlArea object. Each TieFlow object identifies one Terminal. 3. In a single network model, a tie between two control areas must be modelled in both control area specifications, such that the two representations of the tie flow sum to zero. -4. The normal orientation of Terminal flow is positive for flow into the conducting equipment that owns the Terminal. (i.e. flow from a bus into a device is positive.) However, the orientation of each flow in the control area specification must align with the control area convention, i.e. import is positive. If the orientation of the Terminal flow referenced by a TieFlow is positive into the control area, then this is confirmed by setting TieFlow.positiveFlowIn flag TRUE. If not, the orientation must be reversed by setting the TieFlow.positiveFlowIn flag FALSE.""" ; +4. The normal orientation of Terminal flow is positive for flow into the conducting equipment that owns the Terminal. (i.e. flow from a bus into a device is positive.) However, the orientation of each flow in the control area specification must align with the control area convention, i.e. import is positive. If the orientation of the Terminal flow referenced by a TieFlow is positive into the control area, then this is confirmed by setting TieFlow.positiveFlowIn flag TRUE. If not, the orientation must be reversed by setting the TieFlow.positiveFlowIn flag FALSE."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:ControlAreaGeneratingUnit a owl:Class ; - rdfs:label "ControlAreaGeneratingUnit"@en ; - rdfs:comment "A control area generating unit. This class is needed so that alternate control area definitions may include the same generating unit. It should be noted that only one instance within a control area should reference a specific generating unit." ; + rdfs:label "ControlAreaGeneratingUnit" ; + rdfs:comment "A control area generating unit. This class is needed so that alternate control area definitions may include the same generating unit. It should be noted that only one instance within a control area should reference a specific generating unit."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:ControlAreaTypeKind a owl:Class ; - rdfs:label "ControlAreaTypeKind"@en ; - rdfs:comment "The type of control area." ; + rdfs:label "ControlAreaTypeKind" ; + rdfs:comment "The type of control area."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:CsConverter a owl:Class ; - rdfs:label "CsConverter"@en ; + rdfs:label "CsConverter" ; rdfs:comment """DC side of the current source converter (CSC). The firing angle controls the dc voltage at the converter, both for rectifier and inverter. The difference between the dc voltages of the rectifier and inverter determines the dc current. The extinction angle is used to limit the dc voltage at the inverter, if needed, and is not used in active power control. The firing angle, transformer tap position and number of connected filters are the primary means to control a current source dc line. Higher level controls are built on top, e.g. dc voltage, dc current and active power. From a steady state perspective it is sufficient to specify the wanted active power transfer (ACDCConverter.targetPpcc) and the control functions will set the dc voltage, dc current, firing angle, transformer tap position and number of connected filters to meet this. Therefore attributes targetAlpha and targetGamma are not applicable in this case. The reactive power consumed by the converter is a function of the firing angle, transformer tap position and number of connected filter, which can be approximated with half of the active power. The losses is a function of the dc voltage and dc current. The attributes minAlpha and maxAlpha define the range of firing angles for rectifier operation between which no discrete tap changer action takes place. The range is typically 10-18 degrees. -The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees.""" ; +The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ACDCConverter . cim:Currency a owl:Class ; - rdfs:label "Currency"@en ; - rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code." ; + rdfs:label "Currency" ; + rdfs:comment "Monetary currencies. ISO 4217 standard including 3-character currency code."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:CurrentLimit a owl:Class ; - rdfs:label "CurrentLimit"@en ; - rdfs:comment "Operational limit on current." ; + rdfs:label "CurrentLimit" ; + rdfs:comment "Operational limit on current."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:OperationalLimit . cim:CurrentTransformer a owl:Class ; - rdfs:label "CurrentTransformer"@en ; - rdfs:comment "Instrument transformer used to measure electrical qualities of the circuit that is being protected and/or monitored. Typically used as current transducer for the purpose of metering or protection. A typical secondary current rating would be 5A." ; + rdfs:label "CurrentTransformer" ; + rdfs:comment "Instrument transformer used to measure electrical qualities of the circuit that is being protected and/or monitored. Typically used as current transducer for the purpose of metering or protection. A typical secondary current rating would be 5A."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Sensor . cim:Curve a owl:Class ; - rdfs:label "Curve"@en ; - rdfs:comment "A multi-purpose curve or functional relationship between an independent variable (X-axis) and dependent (Y-axis) variables." ; + rdfs:label "Curve" ; + rdfs:comment "A multi-purpose curve or functional relationship between an independent variable (X-axis) and dependent (Y-axis) variables."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:CurveData a owl:Class ; - rdfs:label "CurveData"@en ; - rdfs:comment "Multi-purpose data points for defining a curve. The use of this generic class is discouraged if a more specific class can be used to specify the X and Y axis values along with their specific data types." ; + rdfs:label "CurveData" ; + rdfs:comment "Multi-purpose data points for defining a curve. The use of this generic class is discouraged if a more specific class can be used to specify the X and Y axis values along with their specific data types."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete . cim:CurveStyle a owl:Class ; - rdfs:label "CurveStyle"@en ; - rdfs:comment "Style or shape of curve." ; + rdfs:label "CurveStyle" ; + rdfs:comment "Style or shape of curve."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:Cut a owl:Class ; - rdfs:label "Cut"@en ; + rdfs:label "Cut" ; rdfs:comment """A cut separates a line segment into two parts. The cut appears as a switch inserted between these two parts and connects them together. As the cut is normally open there is no galvanic connection between the two line segment parts. But it is possible to close the cut to get galvanic connection. The cut terminals are oriented towards the line segment terminals with the same sequence number. Hence the cut terminal with sequence number equal to 1 is oriented to the line segment's terminal with sequence number equal to 1. -The cut terminals also act as connection points for jumpers and other equipment, e.g. a mobile generator. To enable this, connectivity nodes are placed at the cut terminals. Once the connectivity nodes are in place any conducting equipment can be connected at them.""" ; +The cut terminals also act as connection points for jumpers and other equipment, e.g. a mobile generator. To enable this, connectivity nodes are placed at the cut terminals. Once the connectivity nodes are in place any conducting equipment can be connected at them."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Switch . cim:DCBaseTerminal a owl:Class ; - rdfs:label "DCBaseTerminal"@en ; - rdfs:comment "An electrical connection point at a piece of DC conducting equipment. DC terminals are connected at one physical DC node that may have multiple DC terminals connected. A DC node is similar to an AC connectivity node. The model requires that DC connections are distinct from AC connections." ; + rdfs:label "DCBaseTerminal" ; + rdfs:comment "An electrical connection point at a piece of DC conducting equipment. DC terminals are connected at one physical DC node that may have multiple DC terminals connected. A DC node is similar to an AC connectivity node. The model requires that DC connections are distinct from AC connections."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:ACDCTerminal . cim:DCBreaker a owl:Class ; - rdfs:label "DCBreaker"@en ; - rdfs:comment "A breaker within a DC system." ; + rdfs:label "DCBreaker" ; + rdfs:comment "A breaker within a DC system."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCSwitch . cim:DCBusbar a owl:Class ; - rdfs:label "DCBusbar"@en ; - rdfs:comment "A busbar within a DC system." ; + rdfs:label "DCBusbar" ; + rdfs:comment "A busbar within a DC system."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCChopper a owl:Class ; - rdfs:label "DCChopper"@en ; - rdfs:comment "Low resistance equipment used in the internal DC circuit to balance voltages. It has typically positive and negative pole terminals and a ground." ; + rdfs:label "DCChopper" ; + rdfs:comment "Low resistance equipment used in the internal DC circuit to balance voltages. It has typically positive and negative pole terminals and a ground."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCConductingEquipment a owl:Class ; - rdfs:label "DCConductingEquipment"@en ; - rdfs:comment "The parts of the DC power system that are designed to carry current or that are conductively connected through DC terminals." ; + rdfs:label "DCConductingEquipment" ; + rdfs:comment "The parts of the DC power system that are designed to carry current or that are conductively connected through DC terminals."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:Equipment . cim:DCConverterOperatingModeKind a owl:Class ; - rdfs:label "DCConverterOperatingModeKind"@en ; - rdfs:comment "The operating mode of an HVDC bipole." ; + rdfs:label "DCConverterOperatingModeKind" ; + rdfs:comment "The operating mode of an HVDC bipole."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:DCConverterUnit a owl:Class ; - rdfs:label "DCConverterUnit"@en ; - rdfs:comment "Indivisible operative unit comprising all equipment between the point of common coupling on the AC side and the point of common coupling – DC side, essentially one or more converters, together with one or more converter transformers, converter control equipment, essential protective and switching devices and auxiliaries, if any, used for conversion." ; + rdfs:label "DCConverterUnit" ; + rdfs:comment "Indivisible operative unit comprising all equipment between the point of common coupling on the AC side and the point of common coupling – DC side, essentially one or more converters, together with one or more converter transformers, converter control equipment, essential protective and switching devices and auxiliaries, if any, used for conversion."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCEquipmentContainer . cim:DCDisconnector a owl:Class ; - rdfs:label "DCDisconnector"@en ; - rdfs:comment "A disconnector within a DC system." ; + rdfs:label "DCDisconnector" ; + rdfs:comment "A disconnector within a DC system."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCSwitch . cim:DCEquipmentContainer a owl:Class ; - rdfs:label "DCEquipmentContainer"@en ; - rdfs:comment "A modelling construct to provide a root class for containment of DC as well as AC equipment. The class differ from the EquipmentContaner for AC in that it may also contain DCNode-s. Hence it can contain both AC and DC equipment." ; + rdfs:label "DCEquipmentContainer" ; + rdfs:comment "A modelling construct to provide a root class for containment of DC as well as AC equipment. The class differ from the EquipmentContaner for AC in that it may also contain DCNode-s. Hence it can contain both AC and DC equipment."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:EquipmentContainer . cim:DCGround a owl:Class ; - rdfs:label "DCGround"@en ; - rdfs:comment "A ground within a DC system." ; + rdfs:label "DCGround" ; + rdfs:comment "A ground within a DC system."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCLine a owl:Class ; - rdfs:label "DCLine"@en ; - rdfs:comment "Overhead lines and/or cables connecting two or more HVDC substations." ; + rdfs:label "DCLine" ; + rdfs:comment "Overhead lines and/or cables connecting two or more HVDC substations."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCEquipmentContainer . cim:DCLineSegment a owl:Class ; - rdfs:label "DCLineSegment"@en ; - rdfs:comment "A wire or combination of wires not insulated from one another, with consistent electrical characteristics, used to carry direct current between points in the DC region of the power system." ; + rdfs:label "DCLineSegment" ; + rdfs:comment "A wire or combination of wires not insulated from one another, with consistent electrical characteristics, used to carry direct current between points in the DC region of the power system."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCNode a owl:Class ; - rdfs:label "DCNode"@en ; - rdfs:comment "DC nodes are points where terminals of DC conducting equipment are connected together with zero impedance." ; + rdfs:label "DCNode" ; + rdfs:comment "DC nodes are points where terminals of DC conducting equipment are connected together with zero impedance."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:DCPolarityKind a owl:Class ; - rdfs:label "DCPolarityKind"@en ; - rdfs:comment "Polarity for DC circuits." ; + rdfs:label "DCPolarityKind" ; + rdfs:comment "Polarity for DC circuits."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:DCSeriesDevice a owl:Class ; - rdfs:label "DCSeriesDevice"@en ; - rdfs:comment "A series device within the DC system, typically a reactor used for filtering or smoothing. Needed for transient and short circuit studies." ; + rdfs:label "DCSeriesDevice" ; + rdfs:comment "A series device within the DC system, typically a reactor used for filtering or smoothing. Needed for transient and short circuit studies."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCShunt a owl:Class ; - rdfs:label "DCShunt"@en ; - rdfs:comment "A shunt device within the DC system, typically used for filtering. Needed for transient and short circuit studies." ; + rdfs:label "DCShunt" ; + rdfs:comment "A shunt device within the DC system, typically used for filtering. Needed for transient and short circuit studies."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCSwitch a owl:Class ; - rdfs:label "DCSwitch"@en ; - rdfs:comment "A switch within the DC system." ; + rdfs:label "DCSwitch" ; + rdfs:comment "A switch within the DC system."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCConductingEquipment . cim:DCTerminal a owl:Class ; - rdfs:label "DCTerminal"@en ; - rdfs:comment "An electrical connection point to generic DC conducting equipment." ; + rdfs:label "DCTerminal" ; + rdfs:comment "An electrical connection point to generic DC conducting equipment."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:DCBaseTerminal . cim:DayType a owl:Class ; - rdfs:label "DayType"@en ; - rdfs:comment "Group of similar days. For example it could be used to represent weekdays, weekend, or holidays." ; + rdfs:label "DayType" ; + rdfs:comment "Group of similar days. For example it could be used to represent weekdays, weekend, or holidays."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:DisconnectingCircuitBreaker a owl:Class ; - rdfs:label "DisconnectingCircuitBreaker"@en ; - rdfs:comment "A circuit breaking device including disconnecting function, eliminating the need for separate disconnectors." ; + rdfs:label "DisconnectingCircuitBreaker" ; + rdfs:comment "A circuit breaking device including disconnecting function, eliminating the need for separate disconnectors."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Breaker . cim:Disconnector a owl:Class ; - rdfs:label "Disconnector"@en ; - rdfs:comment "A manually operated or motor operated mechanical switching device used for changing the connections in a circuit, or for isolating a circuit or equipment from a source of power. It is required to open or close circuits when negligible current is broken or made." ; + rdfs:label "Disconnector" ; + rdfs:comment "A manually operated or motor operated mechanical switching device used for changing the connections in a circuit, or for isolating a circuit or equipment from a source of power. It is required to open or close circuits when negligible current is broken or made."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Switch . cim:EarthFaultCompensator a owl:Class ; - rdfs:label "EarthFaultCompensator"@en ; - rdfs:comment "A conducting equipment used to represent a connection to ground which is typically used to compensate earth faults. An earth fault compensator device modelled with a single terminal implies a second terminal solidly connected to ground. If two terminals are modelled, the ground is not assumed and normal connection rules apply." ; + rdfs:label "EarthFaultCompensator" ; + rdfs:comment "A conducting equipment used to represent a connection to ground which is typically used to compensate earth faults. An earth fault compensator device modelled with a single terminal implies a second terminal solidly connected to ground. If two terminals are modelled, the ground is not assumed and normal connection rules apply."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EnergyArea a owl:Class ; - rdfs:label "EnergyArea"@en ; - rdfs:comment "Describes an area having energy production or consumption. Specializations are intended to support the load allocation function as typically required in energy management systems or planning studies to allocate hypothesized load levels to individual load points for power flow analysis. Often the energy area can be linked to both measured and forecast load levels." ; + rdfs:label "EnergyArea" ; + rdfs:comment "Describes an area having energy production or consumption. Specializations are intended to support the load allocation function as typically required in energy management systems or planning studies to allocate hypothesized load levels to individual load points for power flow analysis. Often the energy area can be linked to both measured and forecast load levels."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:EnergyConnection a owl:Class ; - rdfs:label "EnergyConnection"@en ; - rdfs:comment "A connection of energy generation or consumption on the power system model." ; + rdfs:label "EnergyConnection" ; + rdfs:comment "A connection of energy generation or consumption on the power system model."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EnergyConsumer a owl:Class ; - rdfs:label "EnergyConsumer"@en ; + rdfs:label "EnergyConsumer" ; rdfs:comment """Generic user of energy - a point of consumption on the power system model. -EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False.""" ; +EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EnergyConnection . cim:EnergySchedulingType a owl:Class ; - rdfs:label "EnergySchedulingType"@en ; - rdfs:comment "Used to define the type of generation for scheduling purposes." ; + rdfs:label "EnergySchedulingType" ; + rdfs:comment "Used to define the type of generation for scheduling purposes."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:EnergySource a owl:Class ; - rdfs:label "EnergySource"@en ; - rdfs:comment "A generic equivalent for an energy supplier on a transmission or distribution voltage level." ; + rdfs:label "EnergySource" ; + rdfs:comment "A generic equivalent for an energy supplier on a transmission or distribution voltage level."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EnergyConnection . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:PowerSystemResource . cim:EquipmentContainer a owl:Class ; - rdfs:label "EquipmentContainer"@en ; - rdfs:comment "A modelling construct to provide a root class for containing equipment." ; + rdfs:label "EquipmentContainer" ; + rdfs:comment "A modelling construct to provide a root class for containing equipment."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:ConnectivityNodeContainer . cim:EquivalentBranch a owl:Class ; - rdfs:label "EquivalentBranch"@en ; - rdfs:comment "The class represents equivalent branches. In cases where a transformer phase shift is modelled and the EquivalentBranch is spanning the same nodes, the impedance quantities for the EquivalentBranch shall consider the needed phase shift." ; + rdfs:label "EquivalentBranch" ; + rdfs:comment "The class represents equivalent branches. In cases where a transformer phase shift is modelled and the EquivalentBranch is spanning the same nodes, the impedance quantities for the EquivalentBranch shall consider the needed phase shift."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquivalentEquipment . cim:EquivalentEquipment a owl:Class ; - rdfs:label "EquivalentEquipment"@en ; - rdfs:comment "The class represents equivalent objects that are the result of a network reduction. The class is the base for equivalent objects of different types." ; + rdfs:label "EquivalentEquipment" ; + rdfs:comment "The class represents equivalent objects that are the result of a network reduction. The class is the base for equivalent objects of different types."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EquivalentInjection a owl:Class ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquivalentEquipment . cim:EquivalentNetwork a owl:Class ; - rdfs:label "EquivalentNetwork"@en ; - rdfs:comment "A class that groups electrical equivalents, including internal nodes, of a network that has been reduced. The ConnectivityNodes contained in the equivalent are intended to reflect internal nodes of the equivalent. The boundary Connectivity nodes where the equivalent connects outside itself are not contained by the equivalent." ; + rdfs:label "EquivalentNetwork" ; + rdfs:comment "A class that groups electrical equivalents, including internal nodes, of a network that has been reduced. The ConnectivityNodes contained in the equivalent are intended to reflect internal nodes of the equivalent. The boundary Connectivity nodes where the equivalent connects outside itself are not contained by the equivalent."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ConnectivityNodeContainer . cim:EquivalentShunt a owl:Class ; - rdfs:label "EquivalentShunt"@en ; - rdfs:comment "The class represents equivalent shunts." ; + rdfs:label "EquivalentShunt" ; + rdfs:comment "The class represents equivalent shunts."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquivalentEquipment . cim:ExternalNetworkInjection a owl:Class ; - rdfs:label "ExternalNetworkInjection"@en ; - rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations." ; + rdfs:label "ExternalNetworkInjection" ; + rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:RegulatingCondEq . cim:FaultIndicator a owl:Class ; - rdfs:label "FaultIndicator"@en ; - rdfs:comment "A FaultIndicator is typically only an indicator (which may or may not be remotely monitored), and not a piece of equipment that actually initiates a protection event. It is used for FLISR (Fault Location, Isolation and Restoration) purposes, assisting with the dispatch of crews to \"most likely\" part of the network (i.e. assists with determining circuit section where the fault most likely happened)." ; + rdfs:label "FaultIndicator" ; + rdfs:comment "A FaultIndicator is typically only an indicator (which may or may not be remotely monitored), and not a piece of equipment that actually initiates a protection event. It is used for FLISR (Fault Location, Isolation and Restoration) purposes, assisting with the dispatch of crews to \"most likely\" part of the network (i.e. assists with determining circuit section where the fault most likely happened)."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:AuxiliaryEquipment . cim:FossilFuel a owl:Class ; - rdfs:label "FossilFuel"@en ; - rdfs:comment "The fossil fuel consumed by the non-nuclear thermal generating unit. For example, coal, oil, gas, etc. These are the specific fuels that the generating unit can consume." ; + rdfs:label "FossilFuel" ; + rdfs:comment "The fossil fuel consumed by the non-nuclear thermal generating unit. For example, coal, oil, gas, etc. These are the specific fuels that the generating unit can consume."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:FuelType a owl:Class ; - rdfs:label "FuelType"@en ; - rdfs:comment "Type of fuel." ; + rdfs:label "FuelType" ; + rdfs:comment "Type of fuel."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:Fuse a owl:Class ; - rdfs:label "Fuse"@en ; - rdfs:comment "An overcurrent protective device with a circuit opening fusible part that is heated and severed by the passage of overcurrent through it. A fuse is considered a switching device because it breaks current." ; + rdfs:label "Fuse" ; + rdfs:comment "An overcurrent protective device with a circuit opening fusible part that is heated and severed by the passage of overcurrent through it. A fuse is considered a switching device because it breaks current."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Switch . cim:GeneratingUnit a owl:Class ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Equipment . cim:GeneratorControlSource a owl:Class ; - rdfs:label "GeneratorControlSource"@en ; - rdfs:comment "The source of controls for a generating unit." ; + rdfs:label "GeneratorControlSource" ; + rdfs:comment "The source of controls for a generating unit."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:GeographicalRegion a owl:Class ; - rdfs:label "GeographicalRegion"@en ; - rdfs:comment "A geographical region of a power system network model." ; + rdfs:label "GeographicalRegion" ; + rdfs:comment "A geographical region of a power system network model."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:GrossToNetActivePowerCurve a owl:Class ; - rdfs:label "GrossToNetActivePowerCurve"@en ; - rdfs:comment "Relationship between the generating unit's gross active power output on the X-axis (measured at the terminals of the machine(s)) and the generating unit's net active power output on the Y-axis (based on utility-defined measurements at the power station). Station service loads, when modelled, should be treated as non-conforming bus loads. There may be more than one curve, depending on the auxiliary equipment that is in service." ; + rdfs:label "GrossToNetActivePowerCurve" ; + rdfs:comment "Relationship between the generating unit's gross active power output on the X-axis (measured at the terminals of the machine(s)) and the generating unit's net active power output on the Y-axis (based on utility-defined measurements at the power station). Station service loads, when modelled, should be treated as non-conforming bus loads. There may be more than one curve, depending on the auxiliary equipment that is in service."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Curve . cim:Ground a owl:Class ; - rdfs:label "Ground"@en ; - rdfs:comment "A point where the system is grounded used for connecting conducting equipment to ground. The power system model can have any number of grounds." ; + rdfs:label "Ground" ; + rdfs:comment "A point where the system is grounded used for connecting conducting equipment to ground. The power system model can have any number of grounds."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ConductingEquipment . cim:GroundDisconnector a owl:Class ; - rdfs:label "GroundDisconnector"@en ; - rdfs:comment "A manually operated or motor operated mechanical switching device used for isolating a circuit or equipment from ground." ; + rdfs:label "GroundDisconnector" ; + rdfs:comment "A manually operated or motor operated mechanical switching device used for isolating a circuit or equipment from ground."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Switch . cim:GroundingImpedance a owl:Class ; - rdfs:label "GroundingImpedance"@en ; - rdfs:comment "A fixed impedance device used for grounding." ; + rdfs:label "GroundingImpedance" ; + rdfs:comment "A fixed impedance device used for grounding."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EarthFaultCompensator . cim:HydroEnergyConversionKind a owl:Class ; - rdfs:label "HydroEnergyConversionKind"@en ; - rdfs:comment "Specifies the capability of the hydro generating unit to convert energy as a generator or pump." ; + rdfs:label "HydroEnergyConversionKind" ; + rdfs:comment "Specifies the capability of the hydro generating unit to convert energy as a generator or pump."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:HydroGeneratingUnit a owl:Class ; - rdfs:label "HydroGeneratingUnit"@en ; - rdfs:comment "A generating unit whose prime mover is a hydraulic turbine (e.g., Francis, Pelton, Kaplan)." ; + rdfs:label "HydroGeneratingUnit" ; + rdfs:comment "A generating unit whose prime mover is a hydraulic turbine (e.g., Francis, Pelton, Kaplan)."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . cim:HydroPlantStorageKind a owl:Class ; - rdfs:label "HydroPlantStorageKind"@en ; - rdfs:comment "The type of hydro power plant." ; + rdfs:label "HydroPlantStorageKind" ; + rdfs:comment "The type of hydro power plant."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:HydroPowerPlant a owl:Class ; - rdfs:label "HydroPowerPlant"@en ; - rdfs:comment "A hydro power station which can generate or pump. When generating, the generator turbines receive water from an upper reservoir. When pumping, the pumps receive their water from a lower reservoir." ; + rdfs:label "HydroPowerPlant" ; + rdfs:comment "A hydro power station which can generate or pump. When generating, the generator turbines receive water from an upper reservoir. When pumping, the pumps receive their water from a lower reservoir."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:HydroPump a owl:Class ; - rdfs:label "HydroPump"@en ; - rdfs:comment "A synchronous motor-driven pump, typically associated with a pumped storage plant." ; + rdfs:label "HydroPump" ; + rdfs:comment "A synchronous motor-driven pump, typically associated with a pumped storage plant."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Equipment . cim:HydroTurbineKind a owl:Class ; - rdfs:label "HydroTurbineKind"@en ; - rdfs:comment "Type of turbine." ; + rdfs:label "HydroTurbineKind" ; + rdfs:comment "Type of turbine."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile . cim:Jumper a owl:Class ; - rdfs:label "Jumper"@en ; - rdfs:comment "A short section of conductor with negligible impedance which can be manually removed and replaced if the circuit is de-energized. Note that zero-impedance branches can potentially be modelled by other equipment types." ; + rdfs:label "Jumper" ; + rdfs:comment "A short section of conductor with negligible impedance which can be manually removed and replaced if the circuit is de-energized. Note that zero-impedance branches can potentially be modelled by other equipment types."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Switch . cim:Junction a owl:Class ; - rdfs:label "Junction"@en ; - rdfs:comment "A point where one or more conducting equipments are connected with zero resistance." ; + rdfs:label "Junction" ; + rdfs:comment "A point where one or more conducting equipments are connected with zero resistance."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Connector . cim:Line a owl:Class ; - rdfs:label "Line"@en ; - rdfs:comment "Contains equipment beyond a substation belonging to a power transmission line." ; + rdfs:label "Line" ; + rdfs:comment "Contains equipment beyond a substation belonging to a power transmission line."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquipmentContainer . cim:LinearShuntCompensator a owl:Class ; - rdfs:label "LinearShuntCompensator"@en ; - rdfs:comment "A linear shunt compensator has banks or sections with equal admittance values." ; + rdfs:label "LinearShuntCompensator" ; + rdfs:comment "A linear shunt compensator has banks or sections with equal admittance values."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ShuntCompensator . cim:LoadArea a owl:Class ; - rdfs:label "LoadArea"@en ; - rdfs:comment "The class is the root or first level in a hierarchical structure for grouping of loads for the purpose of load flow load scaling." ; + rdfs:label "LoadArea" ; + rdfs:comment "The class is the root or first level in a hierarchical structure for grouping of loads for the purpose of load flow load scaling."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EnergyArea . cim:LoadBreakSwitch a owl:Class ; - rdfs:label "LoadBreakSwitch"@en ; - rdfs:comment "A mechanical switching device capable of making, carrying, and breaking currents under normal operating conditions." ; + rdfs:label "LoadBreakSwitch" ; + rdfs:comment "A mechanical switching device capable of making, carrying, and breaking currents under normal operating conditions."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ProtectedSwitch . cim:LoadGroup a owl:Class ; - rdfs:label "LoadGroup"@en ; - rdfs:comment "The class is the third level in a hierarchical structure for grouping of loads for the purpose of load flow load scaling." ; + rdfs:label "LoadGroup" ; + rdfs:comment "The class is the third level in a hierarchical structure for grouping of loads for the purpose of load flow load scaling."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:LoadResponseCharacteristic a owl:Class ; - rdfs:label "LoadResponseCharacteristic"@en ; + rdfs:label "LoadResponseCharacteristic" ; rdfs:comment """Models the characteristic response of the load demand due to changes in system conditions such as voltage and frequency. It is not related to demand response. If LoadResponseCharacteristic.exponentModel is True, the exponential voltage or frequency dependent models are specified and used as to calculate active and reactive power components of the load model. The equations to calculate active and reactive power components of the load model are internal to the power flow calculation, hence they use different quantities depending on the use case of the data exchange. @@ -718,277 +720,277 @@ Where: 2) Pnominal and Qnominal represent the active power and reactive power at nominal voltage as any load described by the voltage exponential model shall be given at nominal voltage. This means that EnergyConsumer.p and EnergyConsumer.q are at nominal voltage. 3) After power flow is solved: -pInjection and qInjection correspond to SvPowerflow.p and SvPowerflow.q respectively. -- Voltage corresponds to SvVoltage.v at the TopologicalNode where the load is connected.""" ; +- Voltage corresponds to SvVoltage.v at the TopologicalNode where the load is connected."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:NonConformLoad a owl:Class ; - rdfs:label "NonConformLoad"@en ; - rdfs:comment "NonConformLoad represents loads that do not follow a daily load change pattern and whose changes are not correlated with the daily load change pattern." ; + rdfs:label "NonConformLoad" ; + rdfs:comment "NonConformLoad represents loads that do not follow a daily load change pattern and whose changes are not correlated with the daily load change pattern."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EnergyConsumer . cim:NonConformLoadGroup a owl:Class ; - rdfs:label "NonConformLoadGroup"@en ; - rdfs:comment "Loads that do not follow a daily and seasonal load variation pattern." ; + rdfs:label "NonConformLoadGroup" ; + rdfs:comment "Loads that do not follow a daily and seasonal load variation pattern."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:LoadGroup . cim:NonConformLoadSchedule a owl:Class ; - rdfs:label "NonConformLoadSchedule"@en ; - rdfs:comment "An active power (Y1-axis) and reactive power (Y2-axis) schedule (curves) versus time (X-axis) for non-conforming loads, e.g., large industrial load or power station service (where modelled)." ; + rdfs:label "NonConformLoadSchedule" ; + rdfs:comment "An active power (Y1-axis) and reactive power (Y2-axis) schedule (curves) versus time (X-axis) for non-conforming loads, e.g., large industrial load or power station service (where modelled)."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:SeasonDayTypeSchedule . cim:NonlinearShuntCompensator a owl:Class ; - rdfs:label "NonlinearShuntCompensator"@en ; - rdfs:comment "A non linear shunt compensator has bank or section admittance values that differ. The attributes g, b, g0 and b0 of the associated NonlinearShuntCompensatorPoint describe the total conductance and admittance of a NonlinearShuntCompensatorPoint at a section number specified by NonlinearShuntCompensatorPoint.sectionNumber." ; + rdfs:label "NonlinearShuntCompensator" ; + rdfs:comment "A non linear shunt compensator has bank or section admittance values that differ. The attributes g, b, g0 and b0 of the associated NonlinearShuntCompensatorPoint describe the total conductance and admittance of a NonlinearShuntCompensatorPoint at a section number specified by NonlinearShuntCompensatorPoint.sectionNumber."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ShuntCompensator . cim:NonlinearShuntCompensatorPoint a owl:Class ; - rdfs:label "NonlinearShuntCompensatorPoint"@en ; - rdfs:comment "A non linear shunt compensator bank or section admittance value. The number of NonlinearShuntCompenstorPoint instances associated with a NonlinearShuntCompensator shall be equal to ShuntCompensator.maximumSections. ShuntCompensator.sections shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s." ; + rdfs:label "NonlinearShuntCompensatorPoint" ; + rdfs:comment "A non linear shunt compensator bank or section admittance value. The number of NonlinearShuntCompenstorPoint instances associated with a NonlinearShuntCompensator shall be equal to ShuntCompensator.maximumSections. ShuntCompensator.sections shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete . cim:NuclearGeneratingUnit a owl:Class ; - rdfs:label "NuclearGeneratingUnit"@en ; - rdfs:comment "A nuclear generating unit." ; + rdfs:label "NuclearGeneratingUnit" ; + rdfs:comment "A nuclear generating unit."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . cim:OperationalLimit a owl:Class ; - rdfs:label "OperationalLimit"@en ; + rdfs:label "OperationalLimit" ; rdfs:comment """A value and normal value associated with a specific kind of limit. The sub class value and normalValue attributes vary inversely to the associated OperationalLimitType.acceptableDuration (acceptableDuration for short). -If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration.""" ; +If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:OperationalLimitDirectionKind a owl:Class ; - rdfs:label "OperationalLimitDirectionKind"@en ; - rdfs:comment "The direction attribute describes the side of a limit that is a violation." ; + rdfs:label "OperationalLimitDirectionKind" ; + rdfs:comment "The direction attribute describes the side of a limit that is a violation."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:OperationalLimitSet a owl:Class ; - rdfs:label "OperationalLimitSet"@en ; - rdfs:comment "A set of limits associated with equipment. Sets of limits might apply to a specific temperature, or season for example. A set of limits may contain different severities of limit levels that would apply to the same equipment. The set may contain limits of different types such as apparent power and current limits or high and low voltage limits that are logically applied together as a set." ; + rdfs:label "OperationalLimitSet" ; + rdfs:comment "A set of limits associated with equipment. Sets of limits might apply to a specific temperature, or season for example. A set of limits may contain different severities of limit levels that would apply to the same equipment. The set may contain limits of different types such as apparent power and current limits or high and low voltage limits that are logically applied together as a set."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:OperationalLimitType a owl:Class ; - rdfs:label "OperationalLimitType"@en ; - rdfs:comment "The operational meaning of a category of limits." ; + rdfs:label "OperationalLimitType" ; + rdfs:comment "The operational meaning of a category of limits."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:PetersenCoil a owl:Class ; - rdfs:label "PetersenCoil"@en ; - rdfs:comment "A variable impedance device normally used to offset line charging during single line faults in an ungrounded section of network." ; + rdfs:label "PetersenCoil" ; + rdfs:comment "A variable impedance device normally used to offset line charging during single line faults in an ungrounded section of network."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EarthFaultCompensator . cim:PhaseCode a owl:Class ; - rdfs:label "PhaseCode"@en ; + rdfs:label "PhaseCode" ; rdfs:comment """An unordered enumeration of phase identifiers. Allows designation of phases for both transmission and distribution equipment, circuits and loads. The enumeration, by itself, does not describe how the phases are connected together or connected to ground. Ground is not explicitly denoted as a phase. Residential and small commercial loads are often served from single-phase, or split-phase, secondary circuits. For the example of s12N, phases 1 and 2 refer to hot wires that are 180 degrees out of phase, while N refers to the neutral wire. Through single-phase transformer connections, these secondary circuits may be served from one or two of the primary phases A, B, and C. For three-phase loads, use the A, B, C phase codes instead of s12N. -The integer values are from IEC 61968-9 to support revenue metering applications.""" ; +The integer values are from IEC 61968-9 to support revenue metering applications."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:PhaseTapChanger a owl:Class ; - rdfs:label "PhaseTapChanger"@en ; - rdfs:comment "A transformer phase shifting tap model that controls the phase angle difference across the power transformer and potentially the active power flow through the power transformer. This phase tap model may also impact the voltage magnitude." ; + rdfs:label "PhaseTapChanger" ; + rdfs:comment "A transformer phase shifting tap model that controls the phase angle difference across the power transformer and potentially the active power flow through the power transformer. This phase tap model may also impact the voltage magnitude."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:TapChanger . cim:PhaseTapChangerAsymmetrical a owl:Class ; - rdfs:label "PhaseTapChangerAsymmetrical"@en ; - rdfs:comment "Describes the tap model for an asymmetrical phase shifting transformer in which the difference voltage vector adds to the in-phase winding. The out-of-phase winding is the transformer end where the tap changer is located. The angle between the in-phase and out-of-phase windings is named the winding connection angle. The phase shift depends on both the difference voltage magnitude and the winding connection angle." ; + rdfs:label "PhaseTapChangerAsymmetrical" ; + rdfs:comment "Describes the tap model for an asymmetrical phase shifting transformer in which the difference voltage vector adds to the in-phase winding. The out-of-phase winding is the transformer end where the tap changer is located. The angle between the in-phase and out-of-phase windings is named the winding connection angle. The phase shift depends on both the difference voltage magnitude and the winding connection angle."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PhaseTapChangerNonLinear . cim:PhaseTapChangerLinear a owl:Class ; - rdfs:label "PhaseTapChangerLinear"@en ; + rdfs:label "PhaseTapChangerLinear" ; rdfs:comment """Describes a tap changer with a linear relation between the tap step and the phase angle difference across the transformer. This is a mathematical model that is an approximation of a real phase tap changer. The phase angle is computed as stepPhaseShiftIncrement times the tap position. -The voltage magnitude of both sides is the same.""" ; +The voltage magnitude of both sides is the same."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PhaseTapChanger . cim:PhaseTapChangerNonLinear a owl:Class ; - rdfs:label "PhaseTapChangerNonLinear"@en ; - rdfs:comment "The non-linear phase tap changer describes the non-linear behaviour of a phase tap changer. This is a base class for the symmetrical and asymmetrical phase tap changer models. The details of these models can be found in IEC 61970-301." ; + rdfs:label "PhaseTapChangerNonLinear" ; + rdfs:comment "The non-linear phase tap changer describes the non-linear behaviour of a phase tap changer. This is a base class for the symmetrical and asymmetrical phase tap changer models. The details of these models can be found in IEC 61970-301."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:PhaseTapChanger . cim:PhaseTapChangerSymmetrical a owl:Class ; - rdfs:label "PhaseTapChangerSymmetrical"@en ; - rdfs:comment "Describes a symmetrical phase shifting transformer tap model in which the voltage magnitude of both sides is the same. The difference voltage magnitude is the base in an equal-sided triangle where the sides corresponds to the primary and secondary voltages. The phase angle difference corresponds to the top angle and can be expressed as twice the arctangent of half the total difference voltage." ; + rdfs:label "PhaseTapChangerSymmetrical" ; + rdfs:comment "Describes a symmetrical phase shifting transformer tap model in which the voltage magnitude of both sides is the same. The difference voltage magnitude is the base in an equal-sided triangle where the sides corresponds to the primary and secondary voltages. The phase angle difference corresponds to the top angle and can be expressed as twice the arctangent of half the total difference voltage."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PhaseTapChangerNonLinear . cim:PhaseTapChangerTable a owl:Class ; - rdfs:label "PhaseTapChangerTable"@en ; - rdfs:comment "Describes a tabular curve for how the phase angle difference and impedance varies with the tap step." ; + rdfs:label "PhaseTapChangerTable" ; + rdfs:comment "Describes a tabular curve for how the phase angle difference and impedance varies with the tap step."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:PhaseTapChangerTablePoint a owl:Class ; - rdfs:label "PhaseTapChangerTablePoint"@en ; - rdfs:comment "Describes each tap step in the phase tap changer tabular curve." ; + rdfs:label "PhaseTapChangerTablePoint" ; + rdfs:comment "Describes each tap step in the phase tap changer tabular curve."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TapChangerTablePoint . cim:PhaseTapChangerTabular a owl:Class ; - rdfs:label "PhaseTapChangerTabular"@en ; - rdfs:comment "Describes a tap changer with a table defining the relation between the tap step and the phase angle difference across the transformer." ; + rdfs:label "PhaseTapChangerTabular" ; + rdfs:comment "Describes a tap changer with a table defining the relation between the tap step and the phase angle difference across the transformer."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PhaseTapChanger . cim:PhotoVoltaicUnit a owl:Class ; - rdfs:label "PhotoVoltaicUnit"@en ; - rdfs:comment "A photovoltaic device or an aggregation of such devices." ; + rdfs:label "PhotoVoltaicUnit" ; + rdfs:comment "A photovoltaic device or an aggregation of such devices."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerElectronicsUnit . cim:PostLineSensor a owl:Class ; - rdfs:label "PostLineSensor"@en ; - rdfs:comment "A sensor used mainly in overhead distribution networks as the source of both current and voltage measurements." ; + rdfs:label "PostLineSensor" ; + rdfs:comment "A sensor used mainly in overhead distribution networks as the source of both current and voltage measurements."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Sensor . cim:PotentialTransformer a owl:Class ; - rdfs:label "PotentialTransformer"@en ; - rdfs:comment "Instrument transformer (also known as Voltage Transformer) used to measure electrical qualities of the circuit that is being protected and/or monitored. Typically used as voltage transducer for the purpose of metering, protection, or sometimes auxiliary substation supply. A typical secondary voltage rating would be 120V." ; + rdfs:label "PotentialTransformer" ; + rdfs:comment "Instrument transformer (also known as Voltage Transformer) used to measure electrical qualities of the circuit that is being protected and/or monitored. Typically used as voltage transducer for the purpose of metering, protection, or sometimes auxiliary substation supply. A typical secondary voltage rating would be 120V."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Sensor . cim:PowerElectronicsConnection a owl:Class ; - rdfs:label "PowerElectronicsConnection"@en ; - rdfs:comment "A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines." ; + rdfs:label "PowerElectronicsConnection" ; + rdfs:comment "A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:RegulatingCondEq . cim:PowerElectronicsUnit a owl:Class ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:Equipment . cim:PowerElectronicsWindUnit a owl:Class ; - rdfs:label "PowerElectronicsWindUnit"@en ; - rdfs:comment "A wind generating unit that connects to the AC network with power electronics rather than rotating machines or an aggregation of such units." ; + rdfs:label "PowerElectronicsWindUnit" ; + rdfs:comment "A wind generating unit that connects to the AC network with power electronics rather than rotating machines or an aggregation of such units."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerElectronicsUnit . cim:PowerSystemResource a owl:Class ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:PowerTransformer a owl:Class ; - rdfs:label "PowerTransformer"@en ; + rdfs:label "PowerTransformer" ; rdfs:comment """An electrical device consisting of two or more coupled windings, with or without a magnetic core, for introducing mutual coupling between electric circuits. Transformers can be used to control voltage and phase shift (active power flow). A power transformer may be composed of separate transformer tanks that need not be identical. A power transformer can be modelled with or without tanks and is intended for use in both balanced and unbalanced representations. A power transformer typically has two terminals, but may have one (grounding), three or more terminals. -The inherited association ConductingEquipment.BaseVoltage should not be used. The association from TransformerEnd to BaseVoltage should be used instead.""" ; +The inherited association ConductingEquipment.BaseVoltage should not be used. The association from TransformerEnd to BaseVoltage should be used instead."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ConductingEquipment . cim:PowerTransformerEnd a owl:Class ; - rdfs:label "PowerTransformerEnd"@en ; + rdfs:label "PowerTransformerEnd" ; rdfs:comment """A PowerTransformerEnd is associated with each Terminal of a PowerTransformer. The impedance values r, r0, x, and x0 of a PowerTransformerEnd represents a star equivalent as follows. 1) for a two Terminal PowerTransformer the high voltage (TransformerEnd.endNumber=1) PowerTransformerEnd has non zero values on r, r0, x, and x0 while the low voltage (TransformerEnd.endNumber=2) PowerTransformerEnd has zero values for r, r0, x, and x0. Parameters are always provided, even if the PowerTransformerEnds have the same rated voltage. In this case, the parameters are provided at the PowerTransformerEnd which has TransformerEnd.endNumber equal to 1. 2) for a three Terminal PowerTransformer the three PowerTransformerEnds represent a star equivalent with each leg in the star represented by r, r0, x, and x0 values. 3) For a three Terminal transformer each PowerTransformerEnd shall have g, g0, b and b0 values corresponding to the no load losses distributed on the three PowerTransformerEnds. The total no load loss shunt impedances may also be placed at one of the PowerTransformerEnds, preferably the end numbered 1, having the shunt values on end 1. This is the preferred way. 4) for a PowerTransformer with more than three Terminals the PowerTransformerEnd impedance values cannot be used. Instead use the TransformerMeshImpedance or split the transformer into multiple PowerTransformers. -Each PowerTransformerEnd must be contained by a PowerTransformer. Because a PowerTransformerEnd (or any other object) can not be contained by more than one parent, a PowerTransformerEnd can not have an association to an EquipmentContainer (Substation, VoltageLevel, etc).""" ; +Each PowerTransformerEnd must be contained by a PowerTransformer. Because a PowerTransformerEnd (or any other object) can not be contained by more than one parent, a PowerTransformerEnd can not have an association to an EquipmentContainer (Substation, VoltageLevel, etc)."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TransformerEnd . cim:ProtectedSwitch a owl:Class ; - rdfs:label "ProtectedSwitch"@en ; - rdfs:comment "A ProtectedSwitch is a switching device that can be operated by ProtectionEquipment." ; + rdfs:label "ProtectedSwitch" ; + rdfs:comment "A ProtectedSwitch is a switching device that can be operated by ProtectionEquipment."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:Switch . cim:RatioTapChanger a owl:Class ; - rdfs:label "RatioTapChanger"@en ; + rdfs:label "RatioTapChanger" ; rdfs:comment """A tap changer that changes the voltage ratio impacting the voltage magnitude but not the phase angle across the transformer. -Angle sign convention (general): Positive value indicates a positive phase shift from the winding where the tap is located to the other winding (for a two-winding transformer).""" ; +Angle sign convention (general): Positive value indicates a positive phase shift from the winding where the tap is located to the other winding (for a two-winding transformer)."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TapChanger . cim:RatioTapChangerTable a owl:Class ; - rdfs:label "RatioTapChangerTable"@en ; - rdfs:comment "Describes a curve for how the voltage magnitude and impedance varies with the tap step." ; + rdfs:label "RatioTapChangerTable" ; + rdfs:comment "Describes a curve for how the voltage magnitude and impedance varies with the tap step."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:RatioTapChangerTablePoint a owl:Class ; - rdfs:label "RatioTapChangerTablePoint"@en ; - rdfs:comment "Describes each tap step in the ratio tap changer tabular curve." ; + rdfs:label "RatioTapChangerTablePoint" ; + rdfs:comment "Describes each tap step in the ratio tap changer tabular curve."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:TapChangerTablePoint . cim:ReactiveCapabilityCurve a owl:Class ; - rdfs:label "ReactiveCapabilityCurve"@en ; - rdfs:comment "Reactive power rating envelope versus the synchronous machine's active power, in both the generating and motoring modes. For each active power value there is a corresponding high and low reactive power limit value. Typically there will be a separate curve for each coolant condition, such as hydrogen pressure. The Y1 axis values represent reactive minimum and the Y2 axis values represent reactive maximum." ; + rdfs:label "ReactiveCapabilityCurve" ; + rdfs:comment "Reactive power rating envelope versus the synchronous machine's active power, in both the generating and motoring modes. For each active power value there is a corresponding high and low reactive power limit value. Typically there will be a separate curve for each coolant condition, such as hydrogen pressure. The Y1 axis values represent reactive minimum and the Y2 axis values represent reactive maximum."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Curve . cim:RegularIntervalSchedule a owl:Class ; - rdfs:label "RegularIntervalSchedule"@en ; - rdfs:comment "The schedule has time points where the time between them is constant." ; + rdfs:label "RegularIntervalSchedule" ; + rdfs:comment "The schedule has time points where the time between them is constant."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:BasicIntervalSchedule . cim:RegularTimePoint a owl:Class ; - rdfs:label "RegularTimePoint"@en ; - rdfs:comment "Time point for a schedule where the time between the consecutive points is constant." ; + rdfs:label "RegularTimePoint" ; + rdfs:comment "Time point for a schedule where the time between the consecutive points is constant."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete . cim:RegulatingCondEq a owl:Class ; - rdfs:label "RegulatingCondEq"@en ; - rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network." ; + rdfs:label "RegulatingCondEq" ; + rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:EnergyConnection . cim:RegulatingControl a owl:Class ; - rdfs:label "RegulatingControl"@en ; + rdfs:label "RegulatingControl" ; rdfs:comment """Specifies a set of equipment that works together to control a power system quantity such as voltage or flow. Remote bus voltage control is possible by specifying the controlled terminal located at some place remote from the controlling equipment. The specified terminal shall be associated with the connectivity node of the controlled point. The most specific subtype of RegulatingControl shall be used in case such equipment participate in the control, e.g. TapChangerControl for tap changers. @@ -996,311 +998,311 @@ For flow control, load sign convention is used, i.e. positive sign means flow ou The attribute minAllowedTargetValue and maxAllowedTargetValue are required in the following cases: - For a power generating module operated in power factor control mode to specify maximum and minimum power factor values; - Whenever it is necessary to have an off center target voltage for the tap changer regulator. For instance, due to long cables to off shore wind farms and the need to have a simpler setup at the off shore transformer platform, the voltage is controlled from the land at the connection point for the off shore wind farm. Since there usually is a voltage rise along the cable, there is typical and overvoltage of up 3-4 kV compared to the on shore station. Thus in normal operation the tap changer on the on shore station is operated with a target set point, which is in the lower parts of the dead band. -The attributes minAllowedTargetValue and maxAllowedTargetValue are not related to the attribute targetDeadband and thus they are not treated as an alternative of the targetDeadband. They are needed due to limitations in the local substation controller. The attribute targetDeadband is used to prevent the power flow from move the tap position in circles (hunting) that is to be used regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue.""" ; +The attributes minAllowedTargetValue and maxAllowedTargetValue are not related to the attribute targetDeadband and thus they are not treated as an alternative of the targetDeadband. They are needed due to limitations in the local substation controller. The attribute targetDeadband is used to prevent the power flow from move the tap position in circles (hunting) that is to be used regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:RegulatingControlModeKind a owl:Class ; - rdfs:label "RegulatingControlModeKind"@en ; - rdfs:comment "The kind of regulation model. For example regulating voltage, reactive power, active power, etc." ; + rdfs:label "RegulatingControlModeKind" ; + rdfs:comment "The kind of regulation model. For example regulating voltage, reactive power, active power, etc."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:RegulationSchedule a owl:Class ; - rdfs:label "RegulationSchedule"@en ; - rdfs:comment "A pre-established pattern over time for a controlled variable, e.g., busbar voltage." ; + rdfs:label "RegulationSchedule" ; + rdfs:comment "A pre-established pattern over time for a controlled variable, e.g., busbar voltage."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:SeasonDayTypeSchedule . cim:ReportingGroup a owl:Class ; - rdfs:label "ReportingGroup"@en ; - rdfs:comment "A reporting group is used for various ad-hoc groupings used for reporting." ; + rdfs:label "ReportingGroup" ; + rdfs:comment "A reporting group is used for various ad-hoc groupings used for reporting."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:RotatingMachine a owl:Class ; - rdfs:label "RotatingMachine"@en ; - rdfs:comment "A rotating machine which may be used as a generator or motor." ; + rdfs:label "RotatingMachine" ; + rdfs:comment "A rotating machine which may be used as a generator or motor."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:RegulatingCondEq . cim:SVCControlMode a owl:Class ; - rdfs:label "SVCControlMode"@en ; - rdfs:comment "Static VAr Compensator control mode." ; + rdfs:label "SVCControlMode" ; + rdfs:comment "Static VAr Compensator control mode."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration ; owl:deprecated true . cim:Season a owl:Class ; - rdfs:label "Season"@en ; - rdfs:comment "A specified time period of the year." ; + rdfs:label "Season" ; + rdfs:comment "A specified time period of the year."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:SeasonDayTypeSchedule a owl:Class ; - rdfs:label "SeasonDayTypeSchedule"@en ; - rdfs:comment "A time schedule covering a 24 hour period, with curve data for a specific type of season and day." ; + rdfs:label "SeasonDayTypeSchedule" ; + rdfs:comment "A time schedule covering a 24 hour period, with curve data for a specific type of season and day."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:RegularIntervalSchedule . cim:Sensor a owl:Class ; - rdfs:label "Sensor"@en ; - rdfs:comment "This class describe devices that transform a measured quantity into signals that can be presented at displays, used in control or be recorded." ; + rdfs:label "Sensor" ; + rdfs:comment "This class describe devices that transform a measured quantity into signals that can be presented at displays, used in control or be recorded."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:AuxiliaryEquipment . cim:SeriesCompensator a owl:Class ; - rdfs:label "SeriesCompensator"@en ; - rdfs:comment "A Series Compensator is a series capacitor or reactor or an AC transmission line without charging susceptance. It is a two terminal device." ; + rdfs:label "SeriesCompensator" ; + rdfs:comment "A Series Compensator is a series capacitor or reactor or an AC transmission line without charging susceptance. It is a two terminal device."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ConductingEquipment . cim:ShuntCompensator a owl:Class ; - rdfs:label "ShuntCompensator"@en ; - rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied." ; + rdfs:label "ShuntCompensator" ; + rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:RegulatingCondEq . cim:SolarGeneratingUnit a owl:Class ; - rdfs:label "SolarGeneratingUnit"@en ; - rdfs:comment "A solar thermal generating unit, connected to the grid by means of a rotating machine. This class does not represent photovoltaic (PV) generation." ; + rdfs:label "SolarGeneratingUnit" ; + rdfs:comment "A solar thermal generating unit, connected to the grid by means of a rotating machine. This class does not represent photovoltaic (PV) generation."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . cim:StaticVarCompensator a owl:Class ; - rdfs:label "StaticVarCompensator"@en ; + rdfs:label "StaticVarCompensator" ; rdfs:comment """A facility for providing variable and controllable shunt reactive power. The SVC typically consists of a stepdown transformer, filter, thyristor-controlled reactor, and thyristor-switched capacitor arms. -The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero.""" ; +The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:RegulatingCondEq . cim:StationSupply a owl:Class ; - rdfs:label "StationSupply"@en ; - rdfs:comment "Station supply with load derived from the station output." ; + rdfs:label "StationSupply" ; + rdfs:comment "Station supply with load derived from the station output."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EnergyConsumer . cim:SubGeographicalRegion a owl:Class ; - rdfs:label "SubGeographicalRegion"@en ; - rdfs:comment "A subset of a geographical region of a power system network model." ; + rdfs:label "SubGeographicalRegion" ; + rdfs:comment "A subset of a geographical region of a power system network model."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:SubLoadArea a owl:Class ; - rdfs:label "SubLoadArea"@en ; - rdfs:comment "The class is the second level in a hierarchical structure for grouping of loads for the purpose of load flow load scaling." ; + rdfs:label "SubLoadArea" ; + rdfs:comment "The class is the second level in a hierarchical structure for grouping of loads for the purpose of load flow load scaling."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EnergyArea . cim:Substation a owl:Class ; - rdfs:label "Substation"@en ; - rdfs:comment "A collection of equipment for purposes other than generation or utilization, through which electric energy in bulk is passed for the purposes of switching or modifying its characteristics." ; + rdfs:label "Substation" ; + rdfs:comment "A collection of equipment for purposes other than generation or utilization, through which electric energy in bulk is passed for the purposes of switching or modifying its characteristics."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquipmentContainer . cim:SurgeArrester a owl:Class ; - rdfs:label "SurgeArrester"@en ; - rdfs:comment "Shunt device, installed on the network, usually in the proximity of electrical equipment in order to protect the said equipment against transient voltage transients caused by lightning or switching activity." ; + rdfs:label "SurgeArrester" ; + rdfs:comment "Shunt device, installed on the network, usually in the proximity of electrical equipment in order to protect the said equipment against transient voltage transients caused by lightning or switching activity."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:AuxiliaryEquipment . cim:Switch a owl:Class ; - rdfs:label "Switch"@en ; - rdfs:comment "A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant." ; + rdfs:label "Switch" ; + rdfs:comment "A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ConductingEquipment . cim:SwitchSchedule a owl:Class ; - rdfs:label "SwitchSchedule"@en ; - rdfs:comment "A schedule of switch positions. If RegularTimePoint.value1 is 0, the switch is open. If 1, the switch is closed." ; + rdfs:label "SwitchSchedule" ; + rdfs:comment "A schedule of switch positions. If RegularTimePoint.value1 is 0, the switch is open. If 1, the switch is closed."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:SeasonDayTypeSchedule . cim:SynchronousMachine a owl:Class ; - rdfs:label "SynchronousMachine"@en ; - rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump." ; + rdfs:label "SynchronousMachine" ; + rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:RotatingMachine . cim:SynchronousMachineKind a owl:Class ; - rdfs:label "SynchronousMachineKind"@en ; - rdfs:comment "Synchronous machine type." ; + rdfs:label "SynchronousMachineKind" ; + rdfs:comment "Synchronous machine type."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:TapChanger a owl:Class ; - rdfs:label "TapChanger"@en ; - rdfs:comment "Mechanism for changing transformer winding tap positions." ; + rdfs:label "TapChanger" ; + rdfs:comment "Mechanism for changing transformer winding tap positions."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:PowerSystemResource . cim:TapChangerControl a owl:Class ; - rdfs:label "TapChangerControl"@en ; - rdfs:comment "Describes behaviour specific to tap changers, e.g. how the voltage at the end of a line varies with the load level and compensation of the voltage drop by tap adjustment." ; + rdfs:label "TapChangerControl" ; + rdfs:comment "Describes behaviour specific to tap changers, e.g. how the voltage at the end of a line varies with the load level and compensation of the voltage drop by tap adjustment."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:RegulatingControl . cim:TapChangerTablePoint a owl:Class ; - rdfs:label "TapChangerTablePoint"@en ; - rdfs:comment "Describes each tap step in the tabular curve." ; + rdfs:label "TapChangerTablePoint" ; + rdfs:comment "Describes each tap step in the tabular curve."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile . cim:TapSchedule a owl:Class ; - rdfs:label "TapSchedule"@en ; - rdfs:comment "A pre-established pattern over time for a tap step." ; + rdfs:label "TapSchedule" ; + rdfs:comment "A pre-established pattern over time for a tap step."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:SeasonDayTypeSchedule . cim:Terminal a owl:Class ; - rdfs:label "Terminal"@en ; - rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "Terminal" ; + rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ACDCTerminal . cim:ThermalGeneratingUnit a owl:Class ; - rdfs:label "ThermalGeneratingUnit"@en ; - rdfs:comment "A generating unit whose prime mover could be a steam turbine, combustion turbine, or diesel engine." ; + rdfs:label "ThermalGeneratingUnit" ; + rdfs:comment "A generating unit whose prime mover could be a steam turbine, combustion turbine, or diesel engine."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . cim:TieFlow a owl:Class ; - rdfs:label "TieFlow"@en ; - rdfs:comment "Defines the structure (in terms of location and direction) of the net interchange constraint for a control area. This constraint may be used by either AGC or power flow." ; + rdfs:label "TieFlow" ; + rdfs:comment "Defines the structure (in terms of location and direction) of the net interchange constraint for a control area. This constraint may be used by either AGC or power flow."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:TransformerEnd a owl:Class ; - rdfs:label "TransformerEnd"@en ; - rdfs:comment "A conducting connection point of a power transformer. It corresponds to a physical transformer winding terminal. In earlier CIM versions, the TransformerWinding class served a similar purpose, but this class is more flexible because it associates to terminal but is not a specialization of ConductingEquipment." ; + rdfs:label "TransformerEnd" ; + rdfs:comment "A conducting connection point of a power transformer. It corresponds to a physical transformer winding terminal. In earlier CIM versions, the TransformerWinding class served a similar purpose, but this class is more flexible because it associates to terminal but is not a specialization of ConductingEquipment."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:VoltageLevel a owl:Class ; - rdfs:label "VoltageLevel"@en ; - rdfs:comment "A collection of equipment at one common system voltage forming a switchgear. The equipment typically consists of breakers, busbars, instrumentation, control, regulation and protection devices as well as assemblies of all these." ; + rdfs:label "VoltageLevel" ; + rdfs:comment "A collection of equipment at one common system voltage forming a switchgear. The equipment typically consists of breakers, busbars, instrumentation, control, regulation and protection devices as well as assemblies of all these."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquipmentContainer . cim:VoltageLimit a owl:Class ; - rdfs:label "VoltageLimit"@en ; + rdfs:label "VoltageLimit" ; rdfs:comment """Operational limit applied to voltage. -The use of operational VoltageLimit is preferred instead of limits defined at VoltageLevel. The operational VoltageLimits are used, if present.""" ; +The use of operational VoltageLimit is preferred instead of limits defined at VoltageLevel. The operational VoltageLimits are used, if present."""@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:OperationalLimit . cim:VsCapabilityCurve a owl:Class ; - rdfs:label "VsCapabilityCurve"@en ; - rdfs:comment "The P-Q capability curve for a voltage source converter, with P on X-axis and Qmin and Qmax on Y1-axis and Y2-axis." ; + rdfs:label "VsCapabilityCurve" ; + rdfs:comment "The P-Q capability curve for a voltage source converter, with P on X-axis and Qmin and Qmax on Y1-axis and Y2-axis."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Curve . cim:VsConverter a owl:Class ; - rdfs:label "VsConverter"@en ; - rdfs:comment "DC side of the voltage source converter (VSC)." ; + rdfs:label "VsConverter" ; + rdfs:comment "DC side of the voltage source converter (VSC)."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ACDCConverter . cim:WaveTrap a owl:Class ; - rdfs:label "WaveTrap"@en ; - rdfs:comment "Line traps are devices that impede high frequency power line carrier signals yet present a negligible impedance at the main power frequency." ; + rdfs:label "WaveTrap" ; + rdfs:comment "Line traps are devices that impede high frequency power line carrier signals yet present a negligible impedance at the main power frequency."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:AuxiliaryEquipment . cim:WindGenUnitKind a owl:Class ; - rdfs:label "WindGenUnitKind"@en ; - rdfs:comment "Kind of wind generating unit." ; + rdfs:label "WindGenUnitKind" ; + rdfs:comment "Kind of wind generating unit."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . cim:WindGeneratingUnit a owl:Class ; - rdfs:label "WindGeneratingUnit"@en ; - rdfs:comment "A wind driven generating unit, connected to the grid by means of a rotating machine. May be used to represent a single turbine or an aggregation." ; + rdfs:label "WindGeneratingUnit" ; + rdfs:comment "A wind driven generating unit, connected to the grid by means of a rotating machine. May be used to represent a single turbine or an aggregation."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . cim:WindingConnection a owl:Class ; - rdfs:label "WindingConnection"@en ; - rdfs:comment "Winding connection type." ; + rdfs:label "WindingConnection" ; + rdfs:comment "Winding connection type."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype uml:enumeration . eu:BoundaryPoint a owl:Class ; - rdfs:label "BoundaryPoint"@en ; - rdfs:comment "Designates a connection point at which one or more model authority sets shall connect to. The location of the connection point as well as other properties are agreed between organisations responsible for the interconnection, hence all attributes of the class represent this agreement. It is primarily used in a boundary model authority set which can contain one or many BoundaryPoint-s among other Equipment-s and their connections." ; + rdfs:label "BoundaryPoint" ; + rdfs:comment "Designates a connection point at which one or more model authority sets shall connect to. The location of the connection point as well as other properties are agreed between organisations responsible for the interconnection, hence all attributes of the class represent this agreement. It is primarily used in a boundary model authority set which can contain one or many BoundaryPoint-s among other Equipment-s and their connections."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype "European", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . eu:LimitKind a owl:Class ; - rdfs:label "LimitKind"@en ; - rdfs:comment "Limit kinds." ; + rdfs:label "LimitKind" ; + rdfs:comment "Limit kinds."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype "European", uml:enumeration . eu:SolarPowerPlant a owl:Class ; - rdfs:label "SolarPowerPlant"@en ; - rdfs:comment "Solar power plant." ; + rdfs:label "SolarPowerPlant" ; + rdfs:comment "Solar power plant."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype "European", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . eu:WindPowerPlant a owl:Class ; - rdfs:label "WindPowerPlant"@en ; - rdfs:comment "Wind power plant." ; + rdfs:label "WindPowerPlant" ; + rdfs:comment "Wind power plant."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; cims:stereotype "European", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:ACDCConverter.DCTerminals a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCTerminals"@en ; - rdfs:comment "A DC converter have DC converter terminals. A converter has two DC converter terminals." ; + rdfs:label "DCTerminals" ; + rdfs:comment "A DC converter have DC converter terminals. A converter has two DC converter terminals."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ACDCConverterDCTerminal.DCConductingEquipment ; @@ -1308,8 +1310,8 @@ cim:ACDCConverter.DCTerminals a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range cim:ACDCConverterDCTerminal . cim:ACDCConverter.PccTerminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PccTerminal"@en ; - rdfs:comment "Point of common coupling terminal for this converter DC side. It is typically the terminal on the power transformer (or switch) closest to the AC network." ; + rdfs:label "PccTerminal" ; + rdfs:comment "Point of common coupling terminal for this converter DC side. It is typically the terminal on the power transformer (or switch) closest to the AC network."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Terminal.ConverterDCSides ; @@ -1317,8 +1319,8 @@ cim:ACDCConverter.PccTerminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Terminal . cim:ACDCConverterDCTerminal.DCConductingEquipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCConductingEquipment"@en ; - rdfs:comment "A DC converter terminal belong to an DC converter." ; + rdfs:label "DCConductingEquipment" ; + rdfs:comment "A DC converter terminal belong to an DC converter."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ACDCConverter.DCTerminals ; @@ -1326,18 +1328,18 @@ cim:ACDCConverterDCTerminal.DCConductingEquipment a owl:ObjectProperty, owl:Func rdfs:range cim:ACDCConverter . cim:ACDCConverterDCTerminal.polarity a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "polarity"@en ; + rdfs:label "polarity" ; rdfs:comment """Represents the normal network polarity condition. Depending on the converter configuration the value shall be set as follows: - For a monopole with two converter terminals use DCPolarityKind “positive” and “negative”. -- For a bi-pole or symmetric monopole with three converter terminals use DCPolarityKind “positive”, “middle” and “negative”.""" ; +- For a bi-pole or symmetric monopole with three converter terminals use DCPolarityKind “positive”, “middle” and “negative”."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ACDCConverterDCTerminal ; rdfs:range cim:DCPolarityKind . cim:ACDCTerminal.BusNameMarker a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BusNameMarker"@en ; - rdfs:comment "The bus name marker used to name the bus (topological node)." ; + rdfs:label "BusNameMarker" ; + rdfs:comment "The bus name marker used to name the bus (topological node)."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:BusNameMarker.Terminal ; @@ -1345,8 +1347,8 @@ cim:ACDCTerminal.BusNameMarker a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:BusNameMarker . cim:ACDCTerminal.OperationalLimitSet a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimitSet"@en ; - rdfs:comment "The operational limit sets at the terminal." ; + rdfs:label "OperationalLimitSet" ; + rdfs:comment "The operational limit sets at the terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:OperationalLimitSet.Terminal ; @@ -1354,8 +1356,8 @@ cim:ACDCTerminal.OperationalLimitSet a owl:ObjectProperty, owl:InverseFunctional rdfs:range cim:OperationalLimitSet . cim:ACLineSegment.Clamp a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Clamp"@en ; - rdfs:comment "The clamps connected to the line segment." ; + rdfs:label "Clamp" ; + rdfs:comment "The clamps connected to the line segment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Clamp.ACLineSegment ; @@ -1363,8 +1365,8 @@ cim:ACLineSegment.Clamp a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Clamp . cim:ACLineSegment.Cut a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Cut"@en ; - rdfs:comment "Cuts applied to the line segment." ; + rdfs:label "Cut" ; + rdfs:comment "Cuts applied to the line segment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Cut.ACLineSegment ; @@ -1372,8 +1374,8 @@ cim:ACLineSegment.Cut a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Cut . cim:AuxiliaryEquipment.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The Terminal at the equipment where the AuxiliaryEquipment is attached." ; + rdfs:label "Terminal" ; + rdfs:comment "The Terminal at the equipment where the AuxiliaryEquipment is attached."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Terminal.AuxiliaryEquipment ; @@ -1381,8 +1383,8 @@ cim:AuxiliaryEquipment.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Terminal . cim:BaseVoltage.ConductingEquipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ConductingEquipment.BaseVoltage ; @@ -1390,8 +1392,8 @@ cim:BaseVoltage.ConductingEquipment a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range cim:ConductingEquipment . cim:BaseVoltage.TransformerEnds a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TransformerEnds"@en ; - rdfs:comment "Transformer ends at the base voltage. This is essential for PU calculation." ; + rdfs:label "TransformerEnds" ; + rdfs:comment "Transformer ends at the base voltage. This is essential for PU calculation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:TransformerEnd.BaseVoltage ; @@ -1399,8 +1401,8 @@ cim:BaseVoltage.TransformerEnds a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range cim:TransformerEnd . cim:BaseVoltage.VoltageLevel a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageLevel"@en ; - rdfs:comment "The voltage levels having this base voltage." ; + rdfs:label "VoltageLevel" ; + rdfs:comment "The voltage levels having this base voltage."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:VoltageLevel.BaseVoltage ; @@ -1408,24 +1410,24 @@ cim:BaseVoltage.VoltageLevel a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:VoltageLevel . cim:BasicIntervalSchedule.value1Unit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "value1Unit"@en ; - rdfs:comment "Value1 units of measure." ; + rdfs:label "value1Unit" ; + rdfs:comment "Value1 units of measure."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:BasicIntervalSchedule ; rdfs:range cim:UnitSymbol . cim:BasicIntervalSchedule.value2Unit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "value2Unit"@en ; - rdfs:comment "Value2 units of measure." ; + rdfs:label "value2Unit" ; + rdfs:comment "Value2 units of measure."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:BasicIntervalSchedule ; rdfs:range cim:UnitSymbol . cim:Bay.VoltageLevel a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VoltageLevel"@en ; - rdfs:comment "The voltage level containing this bay." ; + rdfs:label "VoltageLevel" ; + rdfs:comment "The voltage level containing this bay."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:VoltageLevel.Bays ; @@ -1433,8 +1435,8 @@ cim:Bay.VoltageLevel a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:VoltageLevel . cim:BusNameMarker.ReportingGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ReportingGroup"@en ; - rdfs:comment "The reporting group to which this bus name marker belongs." ; + rdfs:label "ReportingGroup" ; + rdfs:comment "The reporting group to which this bus name marker belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ReportingGroup.BusNameMarker ; @@ -1442,8 +1444,8 @@ cim:BusNameMarker.ReportingGroup a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ReportingGroup . cim:BusNameMarker.Terminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The terminals associated with this bus name marker." ; + rdfs:label "Terminal" ; + rdfs:comment "The terminals associated with this bus name marker."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:ACDCTerminal.BusNameMarker ; @@ -1451,8 +1453,8 @@ cim:BusNameMarker.Terminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:ACDCTerminal . cim:CAESPlant.ThermalGeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ThermalGeneratingUnit"@en ; - rdfs:comment "A thermal generating unit may be a member of a compressed air energy storage plant." ; + rdfs:label "ThermalGeneratingUnit" ; + rdfs:comment "A thermal generating unit may be a member of a compressed air energy storage plant."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ThermalGeneratingUnit.CAESPlant ; @@ -1460,8 +1462,8 @@ cim:CAESPlant.ThermalGeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:ThermalGeneratingUnit . cim:Clamp.ACLineSegment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ACLineSegment"@en ; - rdfs:comment "The line segment to which the clamp is connected." ; + rdfs:label "ACLineSegment" ; + rdfs:comment "The line segment to which the clamp is connected."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ACLineSegment.Clamp ; @@ -1469,8 +1471,8 @@ cim:Clamp.ACLineSegment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ACLineSegment . cim:CogenerationPlant.ThermalGeneratingUnits a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ThermalGeneratingUnits"@en ; - rdfs:comment "A thermal generating unit may be a member of a cogeneration plant." ; + rdfs:label "ThermalGeneratingUnits" ; + rdfs:comment "A thermal generating unit may be a member of a cogeneration plant."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ThermalGeneratingUnit.CogenerationPlant ; @@ -1478,8 +1480,8 @@ cim:CogenerationPlant.ThermalGeneratingUnits a owl:ObjectProperty, owl:InverseFu rdfs:range cim:ThermalGeneratingUnit . cim:CombinedCyclePlant.ThermalGeneratingUnits a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ThermalGeneratingUnits"@en ; - rdfs:comment "A thermal generating unit may be a member of a combined cycle plant." ; + rdfs:label "ThermalGeneratingUnits" ; + rdfs:comment "A thermal generating unit may be a member of a combined cycle plant."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ThermalGeneratingUnit.CombinedCyclePlant ; @@ -1487,8 +1489,8 @@ cim:CombinedCyclePlant.ThermalGeneratingUnits a owl:ObjectProperty, owl:InverseF rdfs:range cim:ThermalGeneratingUnit . cim:ConductingEquipment.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BaseVoltage"@en ; - rdfs:comment "Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers." ; + rdfs:label "BaseVoltage" ; + rdfs:comment "Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:BaseVoltage.ConductingEquipment ; @@ -1496,8 +1498,8 @@ cim:ConductingEquipment.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:BaseVoltage . cim:ConductingEquipment.Terminals a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Terminals"@en ; - rdfs:comment "Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes." ; + rdfs:label "Terminals" ; + rdfs:comment "Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Terminal.ConductingEquipment ; @@ -1505,8 +1507,8 @@ cim:ConductingEquipment.Terminals a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range cim:Terminal . cim:ConformLoad.LoadGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "LoadGroup"@en ; - rdfs:comment "Group of this ConformLoad." ; + rdfs:label "LoadGroup" ; + rdfs:comment "Group of this ConformLoad."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ConformLoadGroup.EnergyConsumers ; @@ -1514,8 +1516,8 @@ cim:ConformLoad.LoadGroup a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ConformLoadGroup . cim:ConformLoadGroup.ConformLoadSchedules a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ConformLoadSchedules"@en ; - rdfs:comment "The ConformLoadSchedules in the ConformLoadGroup." ; + rdfs:label "ConformLoadSchedules" ; + rdfs:comment "The ConformLoadSchedules in the ConformLoadGroup."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ConformLoadSchedule.ConformLoadGroup ; @@ -1523,8 +1525,8 @@ cim:ConformLoadGroup.ConformLoadSchedules a owl:ObjectProperty, owl:InverseFunct rdfs:range cim:ConformLoadSchedule . cim:ConformLoadGroup.EnergyConsumers a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyConsumers"@en ; - rdfs:comment "Conform loads assigned to this ConformLoadGroup." ; + rdfs:label "EnergyConsumers" ; + rdfs:comment "Conform loads assigned to this ConformLoadGroup."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:ConformLoad.LoadGroup ; @@ -1532,8 +1534,8 @@ cim:ConformLoadGroup.EnergyConsumers a owl:ObjectProperty, owl:InverseFunctional rdfs:range cim:ConformLoad . cim:ConformLoadSchedule.ConformLoadGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ConformLoadGroup"@en ; - rdfs:comment "The ConformLoadGroup where the ConformLoadSchedule belongs." ; + rdfs:label "ConformLoadGroup" ; + rdfs:comment "The ConformLoadGroup where the ConformLoadSchedule belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ConformLoadGroup.ConformLoadSchedules ; @@ -1541,8 +1543,8 @@ cim:ConformLoadSchedule.ConformLoadGroup a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:ConformLoadGroup . cim:ConnectivityNode.ConnectivityNodeContainer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ConnectivityNodeContainer"@en ; - rdfs:comment "Container of this connectivity node." ; + rdfs:label "ConnectivityNodeContainer" ; + rdfs:comment "Container of this connectivity node."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ConnectivityNodeContainer.ConnectivityNodes ; @@ -1550,8 +1552,8 @@ cim:ConnectivityNode.ConnectivityNodeContainer a owl:ObjectProperty, owl:Functio rdfs:range cim:ConnectivityNodeContainer . cim:ConnectivityNode.Terminals a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Terminals"@en ; - rdfs:comment "Terminals interconnected with zero impedance at a this connectivity node." ; + rdfs:label "Terminals" ; + rdfs:comment "Terminals interconnected with zero impedance at a this connectivity node."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Terminal.ConnectivityNode ; @@ -1559,8 +1561,8 @@ cim:ConnectivityNode.Terminals a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:Terminal . cim:ConnectivityNodeContainer.ConnectivityNodes a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ConnectivityNodes"@en ; - rdfs:comment "Connectivity nodes which belong to this connectivity node container." ; + rdfs:label "ConnectivityNodes" ; + rdfs:comment "Connectivity nodes which belong to this connectivity node container."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ConnectivityNode.ConnectivityNodeContainer ; @@ -1568,8 +1570,8 @@ cim:ConnectivityNodeContainer.ConnectivityNodes a owl:ObjectProperty, owl:Invers rdfs:range cim:ConnectivityNode . cim:ControlArea.ControlAreaGeneratingUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControlAreaGeneratingUnit"@en ; - rdfs:comment "The generating unit specifications for the control area." ; + rdfs:label "ControlAreaGeneratingUnit" ; + rdfs:comment "The generating unit specifications for the control area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ControlAreaGeneratingUnit.ControlArea ; @@ -1577,8 +1579,8 @@ cim:ControlArea.ControlAreaGeneratingUnit a owl:ObjectProperty, owl:InverseFunct rdfs:range cim:ControlAreaGeneratingUnit . cim:ControlArea.EnergyArea a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyArea"@en ; - rdfs:comment "The energy area that is forecast from this control area specification." ; + rdfs:label "EnergyArea" ; + rdfs:comment "The energy area that is forecast from this control area specification."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:EnergyArea.ControlArea ; @@ -1586,8 +1588,8 @@ cim:ControlArea.EnergyArea a owl:ObjectProperty, owl:FunctionalProperty, owl:Inv rdfs:range cim:EnergyArea . cim:ControlArea.TieFlow a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TieFlow"@en ; - rdfs:comment "The tie flows associated with the control area." ; + rdfs:label "TieFlow" ; + rdfs:comment "The tie flows associated with the control area."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:TieFlow.ControlArea ; @@ -1595,16 +1597,16 @@ cim:ControlArea.TieFlow a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:TieFlow . cim:ControlArea.type a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "type"@en ; - rdfs:comment "The primary type of control area definition used to determine if this is used for automatic generation control, for planning interchange control, or other purposes. A control area specified with primary type of automatic generation control could still be forecast and used as an interchange area in power flow analysis." ; + rdfs:label "type" ; + rdfs:comment "The primary type of control area definition used to determine if this is used for automatic generation control, for planning interchange control, or other purposes. A control area specified with primary type of automatic generation control could still be forecast and used as an interchange area in power flow analysis."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ControlArea ; rdfs:range cim:ControlAreaTypeKind . cim:ControlAreaGeneratingUnit.ControlArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ControlArea"@en ; - rdfs:comment "The parent control area for the generating unit specifications." ; + rdfs:label "ControlArea" ; + rdfs:comment "The parent control area for the generating unit specifications."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ControlArea.ControlAreaGeneratingUnit ; @@ -1612,8 +1614,8 @@ cim:ControlAreaGeneratingUnit.ControlArea a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:ControlArea . cim:ControlAreaGeneratingUnit.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "The generating unit specified for this control area. Note that a control area should include a GeneratingUnit only once." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "The generating unit specified for this control area. Note that a control area should include a GeneratingUnit only once."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:GeneratingUnit.ControlAreaGeneratingUnit ; @@ -1621,8 +1623,8 @@ cim:ControlAreaGeneratingUnit.GeneratingUnit a owl:ObjectProperty, owl:Functiona rdfs:range cim:GeneratingUnit . cim:Curve.CurveDatas a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "CurveDatas"@en ; - rdfs:comment "The point data values that define this curve." ; + rdfs:label "CurveDatas" ; + rdfs:comment "The point data values that define this curve."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:CurveData.Curve ; @@ -1630,40 +1632,40 @@ cim:Curve.CurveDatas a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:CurveData . cim:Curve.curveStyle a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "curveStyle"@en ; - rdfs:comment "The style or shape of the curve." ; + rdfs:label "curveStyle" ; + rdfs:comment "The style or shape of the curve."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Curve ; rdfs:range cim:CurveStyle . cim:Curve.xUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "xUnit"@en ; - rdfs:comment "The X-axis units of measure." ; + rdfs:label "xUnit" ; + rdfs:comment "The X-axis units of measure."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Curve ; rdfs:range cim:UnitSymbol . cim:Curve.y1Unit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "y1Unit"@en ; - rdfs:comment "The Y1-axis units of measure." ; + rdfs:label "y1Unit" ; + rdfs:comment "The Y1-axis units of measure."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Curve ; rdfs:range cim:UnitSymbol . cim:Curve.y2Unit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "y2Unit"@en ; - rdfs:comment "The Y2-axis units of measure." ; + rdfs:label "y2Unit" ; + rdfs:comment "The Y2-axis units of measure."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Curve ; rdfs:range cim:UnitSymbol . cim:CurveData.Curve a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Curve"@en ; - rdfs:comment "The curve of this curve data point." ; + rdfs:label "Curve" ; + rdfs:comment "The curve of this curve data point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Curve.CurveDatas ; @@ -1671,8 +1673,8 @@ cim:CurveData.Curve a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Curve . cim:Cut.ACLineSegment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ACLineSegment"@en ; - rdfs:comment "The line segment to which the cut is applied." ; + rdfs:label "ACLineSegment" ; + rdfs:comment "The line segment to which the cut is applied."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ACLineSegment.Cut ; @@ -1680,8 +1682,8 @@ cim:Cut.ACLineSegment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ACLineSegment . cim:DCBaseTerminal.DCNode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCNode"@en ; - rdfs:comment "The DC connectivity node to which this DC base terminal connects with zero impedance." ; + rdfs:label "DCNode" ; + rdfs:comment "The DC connectivity node to which this DC base terminal connects with zero impedance."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:DCNode.DCTerminals ; @@ -1689,8 +1691,8 @@ cim:DCBaseTerminal.DCNode a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:DCNode . cim:DCConductingEquipment.DCTerminals a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCTerminals"@en ; - rdfs:comment "A DC conducting equipment has DC terminals." ; + rdfs:label "DCTerminals" ; + rdfs:comment "A DC conducting equipment has DC terminals."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DCTerminal.DCConductingEquipment ; @@ -1698,8 +1700,8 @@ cim:DCConductingEquipment.DCTerminals a owl:ObjectProperty, owl:InverseFunctiona rdfs:range cim:DCTerminal . cim:DCConverterUnit.Substation a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Substation"@en ; - rdfs:comment "The containing substation of the DC converter unit." ; + rdfs:label "Substation" ; + rdfs:comment "The containing substation of the DC converter unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Substation.DCConverterUnit ; @@ -1707,16 +1709,16 @@ cim:DCConverterUnit.Substation a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Substation . cim:DCConverterUnit.operationMode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "operationMode"@en ; - rdfs:comment "The operating mode of an HVDC bipole (bipolar, monopolar metallic return, etc)." ; + rdfs:label "operationMode" ; + rdfs:comment "The operating mode of an HVDC bipole (bipolar, monopolar metallic return, etc)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:DCConverterUnit ; rdfs:range cim:DCConverterOperatingModeKind . cim:DCEquipmentContainer.DCNodes a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCNodes"@en ; - rdfs:comment "The DC nodes contained in the DC equipment container." ; + rdfs:label "DCNodes" ; + rdfs:comment "The DC nodes contained in the DC equipment container."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DCNode.DCEquipmentContainer ; @@ -1724,8 +1726,8 @@ cim:DCEquipmentContainer.DCNodes a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range cim:DCNode . cim:DCLine.Region a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Region"@en ; - rdfs:comment "The SubGeographicalRegion containing the DC line." ; + rdfs:label "Region" ; + rdfs:comment "The SubGeographicalRegion containing the DC line."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SubGeographicalRegion.DCLines ; @@ -1733,8 +1735,8 @@ cim:DCLine.Region a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:SubGeographicalRegion . cim:DCNode.DCEquipmentContainer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCEquipmentContainer"@en ; - rdfs:comment "The DC container for the DC nodes." ; + rdfs:label "DCEquipmentContainer" ; + rdfs:comment "The DC container for the DC nodes."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:DCEquipmentContainer.DCNodes ; @@ -1742,8 +1744,8 @@ cim:DCNode.DCEquipmentContainer a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:DCEquipmentContainer . cim:DCNode.DCTerminals a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCTerminals"@en ; - rdfs:comment "DC base terminals interconnected with zero impedance at a this DC connectivity node." ; + rdfs:label "DCTerminals" ; + rdfs:comment "DC base terminals interconnected with zero impedance at a this DC connectivity node."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DCBaseTerminal.DCNode ; @@ -1751,8 +1753,8 @@ cim:DCNode.DCTerminals a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:DCBaseTerminal . cim:DCTerminal.DCConductingEquipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCConductingEquipment"@en ; - rdfs:comment "An DC terminal belong to a DC conducting equipment." ; + rdfs:label "DCConductingEquipment" ; + rdfs:comment "An DC terminal belong to a DC conducting equipment."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:DCConductingEquipment.DCTerminals ; @@ -1760,8 +1762,8 @@ cim:DCTerminal.DCConductingEquipment a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:DCConductingEquipment . cim:DayType.SeasonDayTypeSchedules a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SeasonDayTypeSchedules"@en ; - rdfs:comment "Schedules that use this DayType." ; + rdfs:label "SeasonDayTypeSchedules" ; + rdfs:comment "Schedules that use this DayType."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:SeasonDayTypeSchedule.DayType ; @@ -1769,8 +1771,8 @@ cim:DayType.SeasonDayTypeSchedules a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range cim:SeasonDayTypeSchedule . cim:EnergyArea.ControlArea a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControlArea"@en ; - rdfs:comment "The control area specification that is used for the load forecast." ; + rdfs:label "ControlArea" ; + rdfs:comment "The control area specification that is used for the load forecast."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ControlArea.EnergyArea ; @@ -1778,8 +1780,8 @@ cim:EnergyArea.ControlArea a owl:ObjectProperty, owl:FunctionalProperty, owl:Inv rdfs:range cim:ControlArea . cim:EnergyConsumer.LoadResponse a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "LoadResponse"@en ; - rdfs:comment "The load response characteristic of this load. If missing, this load is assumed to be constant power." ; + rdfs:label "LoadResponse" ; + rdfs:comment "The load response characteristic of this load. If missing, this load is assumed to be constant power."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:LoadResponseCharacteristic.EnergyConsumer ; @@ -1787,8 +1789,8 @@ cim:EnergyConsumer.LoadResponse a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:LoadResponseCharacteristic . cim:EnergySchedulingType.EnergySource a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergySource"@en ; - rdfs:comment "Energy Source of a particular Energy Scheduling Type." ; + rdfs:label "EnergySource" ; + rdfs:comment "Energy Source of a particular Energy Scheduling Type."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:EnergySource.EnergySchedulingType ; @@ -1796,8 +1798,8 @@ cim:EnergySchedulingType.EnergySource a owl:ObjectProperty, owl:InverseFunctiona rdfs:range cim:EnergySource . cim:EnergySource.EnergySchedulingType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EnergySchedulingType"@en ; - rdfs:comment "Energy Scheduling Type of an Energy Source." ; + rdfs:label "EnergySchedulingType" ; + rdfs:comment "Energy Scheduling Type of an Energy Source."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:EnergySchedulingType.EnergySource ; @@ -1805,8 +1807,8 @@ cim:EnergySource.EnergySchedulingType a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:EnergySchedulingType . cim:Equipment.EquipmentContainer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquipmentContainer"@en ; - rdfs:comment "Container of this equipment." ; + rdfs:label "EquipmentContainer" ; + rdfs:comment "Container of this equipment."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:EquipmentContainer.Equipments ; @@ -1814,8 +1816,8 @@ cim:Equipment.EquipmentContainer a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:EquipmentContainer . cim:Equipment.OperationalLimitSet a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimitSet"@en ; - rdfs:comment "The operational limit sets associated with this equipment." ; + rdfs:label "OperationalLimitSet" ; + rdfs:comment "The operational limit sets associated with this equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:OperationalLimitSet.Equipment ; @@ -1823,8 +1825,8 @@ cim:Equipment.OperationalLimitSet a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range cim:OperationalLimitSet . cim:EquipmentContainer.Equipments a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Equipments"@en ; - rdfs:comment "Contained equipment." ; + rdfs:label "Equipments" ; + rdfs:comment "Contained equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Equipment.EquipmentContainer ; @@ -1832,8 +1834,8 @@ cim:EquipmentContainer.Equipments a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range cim:Equipment . cim:EquivalentEquipment.EquivalentNetwork a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquivalentNetwork"@en ; - rdfs:comment "The equivalent where the reduced model belongs." ; + rdfs:label "EquivalentNetwork" ; + rdfs:comment "The equivalent where the reduced model belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:EquivalentNetwork.EquivalentEquipments ; @@ -1841,8 +1843,8 @@ cim:EquivalentEquipment.EquivalentNetwork a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:EquivalentNetwork . cim:EquivalentInjection.ReactiveCapabilityCurve a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ReactiveCapabilityCurve"@en ; - rdfs:comment "The reactive capability curve used by this equivalent injection." ; + rdfs:label "ReactiveCapabilityCurve" ; + rdfs:comment "The reactive capability curve used by this equivalent injection."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ReactiveCapabilityCurve.EquivalentInjection ; @@ -1850,8 +1852,8 @@ cim:EquivalentInjection.ReactiveCapabilityCurve a owl:ObjectProperty, owl:Functi rdfs:range cim:ReactiveCapabilityCurve . cim:EquivalentNetwork.EquivalentEquipments a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EquivalentEquipments"@en ; - rdfs:comment "The associated reduced equivalents." ; + rdfs:label "EquivalentEquipments" ; + rdfs:comment "The associated reduced equivalents."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:EquivalentEquipment.EquivalentNetwork ; @@ -1859,8 +1861,8 @@ cim:EquivalentNetwork.EquivalentEquipments a owl:ObjectProperty, owl:InverseFunc rdfs:range cim:EquivalentEquipment . cim:FossilFuel.ThermalGeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ThermalGeneratingUnit"@en ; - rdfs:comment "A thermal generating unit may have one or more fossil fuels." ; + rdfs:label "ThermalGeneratingUnit" ; + rdfs:comment "A thermal generating unit may have one or more fossil fuels."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ThermalGeneratingUnit.FossilFuels ; @@ -1868,16 +1870,16 @@ cim:FossilFuel.ThermalGeneratingUnit a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:ThermalGeneratingUnit . cim:FossilFuel.fossilFuelType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "fossilFuelType"@en ; - rdfs:comment "The type of fossil fuel, such as coal, oil, or gas." ; + rdfs:label "fossilFuelType" ; + rdfs:comment "The type of fossil fuel, such as coal, oil, or gas."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:FossilFuel ; rdfs:range cim:FuelType . cim:GeneratingUnit.ControlAreaGeneratingUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ControlAreaGeneratingUnit"@en ; - rdfs:comment "ControlArea specifications for this generating unit." ; + rdfs:label "ControlAreaGeneratingUnit" ; + rdfs:comment "ControlArea specifications for this generating unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ControlAreaGeneratingUnit.GeneratingUnit ; @@ -1885,8 +1887,8 @@ cim:GeneratingUnit.ControlAreaGeneratingUnit a owl:ObjectProperty, owl:InverseFu rdfs:range cim:ControlAreaGeneratingUnit . cim:GeneratingUnit.GrossToNetActivePowerCurves a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "GrossToNetActivePowerCurves"@en ; - rdfs:comment "A generating unit may have a gross active power to net active power curve, describing the losses and auxiliary power requirements of the unit." ; + rdfs:label "GrossToNetActivePowerCurves" ; + rdfs:comment "A generating unit may have a gross active power to net active power curve, describing the losses and auxiliary power requirements of the unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype uml:ofAggregate ; @@ -1895,8 +1897,8 @@ cim:GeneratingUnit.GrossToNetActivePowerCurves a owl:ObjectProperty, owl:Inverse rdfs:range cim:GrossToNetActivePowerCurve . cim:GeneratingUnit.RotatingMachine a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RotatingMachine"@en ; - rdfs:comment "A synchronous machine may operate as a generator and as such becomes a member of a generating unit." ; + rdfs:label "RotatingMachine" ; + rdfs:comment "A synchronous machine may operate as a generator and as such becomes a member of a generating unit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:RotatingMachine.GeneratingUnit ; @@ -1904,16 +1906,16 @@ cim:GeneratingUnit.RotatingMachine a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range cim:RotatingMachine . cim:GeneratingUnit.genControlSource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "genControlSource"@en ; - rdfs:comment "The source of controls for a generating unit. Defines the control status of the generating unit." ; + rdfs:label "genControlSource" ; + rdfs:comment "The source of controls for a generating unit. Defines the control status of the generating unit."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GeneratingUnit ; rdfs:range cim:GeneratorControlSource . cim:GeographicalRegion.Regions a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Regions"@en ; - rdfs:comment "All sub-geographical regions within this geographical region." ; + rdfs:label "Regions" ; + rdfs:comment "All sub-geographical regions within this geographical region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:SubGeographicalRegion.Region ; @@ -1921,8 +1923,8 @@ cim:GeographicalRegion.Regions a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:SubGeographicalRegion . cim:GrossToNetActivePowerCurve.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "A generating unit may have a gross active power to net active power curve, describing the losses and auxiliary power requirements of the unit." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "A generating unit may have a gross active power to net active power curve, describing the losses and auxiliary power requirements of the unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:GeneratingUnit.GrossToNetActivePowerCurves ; @@ -1930,8 +1932,8 @@ cim:GrossToNetActivePowerCurve.GeneratingUnit a owl:ObjectProperty, owl:Function rdfs:range cim:GeneratingUnit . cim:HydroGeneratingUnit.HydroPowerPlant a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "HydroPowerPlant"@en ; - rdfs:comment "The hydro generating unit belongs to a hydro power plant." ; + rdfs:label "HydroPowerPlant" ; + rdfs:comment "The hydro generating unit belongs to a hydro power plant."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:HydroPowerPlant.HydroGeneratingUnits ; @@ -1939,24 +1941,24 @@ cim:HydroGeneratingUnit.HydroPowerPlant a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:HydroPowerPlant . cim:HydroGeneratingUnit.energyConversionCapability a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "energyConversionCapability"@en ; - rdfs:comment "Energy conversion capability for generating." ; + rdfs:label "energyConversionCapability" ; + rdfs:comment "Energy conversion capability for generating."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:HydroGeneratingUnit ; rdfs:range cim:HydroEnergyConversionKind . cim:HydroGeneratingUnit.turbineType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "turbineType"@en ; - rdfs:comment "Type of turbine." ; + rdfs:label "turbineType" ; + rdfs:comment "Type of turbine."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:HydroGeneratingUnit ; rdfs:range cim:HydroTurbineKind . cim:HydroPowerPlant.HydroGeneratingUnits a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "HydroGeneratingUnits"@en ; - rdfs:comment "The hydro generating unit belongs to a hydro power plant." ; + rdfs:label "HydroGeneratingUnits" ; + rdfs:comment "The hydro generating unit belongs to a hydro power plant."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:HydroGeneratingUnit.HydroPowerPlant ; @@ -1964,8 +1966,8 @@ cim:HydroPowerPlant.HydroGeneratingUnits a owl:ObjectProperty, owl:InverseFuncti rdfs:range cim:HydroGeneratingUnit . cim:HydroPowerPlant.HydroPumps a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "HydroPumps"@en ; - rdfs:comment "The hydro pump may be a member of a pumped storage plant or a pump for distributing water." ; + rdfs:label "HydroPumps" ; + rdfs:comment "The hydro pump may be a member of a pumped storage plant or a pump for distributing water."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:HydroPump.HydroPowerPlant ; @@ -1973,16 +1975,16 @@ cim:HydroPowerPlant.HydroPumps a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:HydroPump . cim:HydroPowerPlant.hydroPlantStorageType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "hydroPlantStorageType"@en ; - rdfs:comment "The type of hydro power plant water storage." ; + rdfs:label "hydroPlantStorageType" ; + rdfs:comment "The type of hydro power plant water storage."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:HydroPowerPlant ; rdfs:range cim:HydroPlantStorageKind . cim:HydroPump.HydroPowerPlant a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "HydroPowerPlant"@en ; - rdfs:comment "The hydro pump may be a member of a pumped storage plant or a pump for distributing water." ; + rdfs:label "HydroPowerPlant" ; + rdfs:comment "The hydro pump may be a member of a pumped storage plant or a pump for distributing water."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:HydroPowerPlant.HydroPumps ; @@ -1990,8 +1992,8 @@ cim:HydroPump.HydroPowerPlant a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:HydroPowerPlant . cim:HydroPump.RotatingMachine a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RotatingMachine"@en ; - rdfs:comment "The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating." ; + rdfs:label "RotatingMachine" ; + rdfs:comment "The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:RotatingMachine.HydroPump ; @@ -1999,8 +2001,8 @@ cim:HydroPump.RotatingMachine a owl:ObjectProperty, owl:FunctionalProperty, owl: rdfs:range cim:RotatingMachine . cim:Line.Region a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Region"@en ; - rdfs:comment "The sub-geographical region of the line." ; + rdfs:label "Region" ; + rdfs:comment "The sub-geographical region of the line."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SubGeographicalRegion.Lines ; @@ -2008,8 +2010,8 @@ cim:Line.Region a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:SubGeographicalRegion . cim:LoadArea.SubLoadAreas a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SubLoadAreas"@en ; - rdfs:comment "The SubLoadAreas in the LoadArea." ; + rdfs:label "SubLoadAreas" ; + rdfs:comment "The SubLoadAreas in the LoadArea."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:SubLoadArea.LoadArea ; @@ -2017,8 +2019,8 @@ cim:LoadArea.SubLoadAreas a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:SubLoadArea . cim:LoadGroup.SubLoadArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SubLoadArea"@en ; - rdfs:comment "The SubLoadArea where the Loadgroup belongs." ; + rdfs:label "SubLoadArea" ; + rdfs:comment "The SubLoadArea where the Loadgroup belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:SubLoadArea.LoadGroups ; @@ -2026,8 +2028,8 @@ cim:LoadGroup.SubLoadArea a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:SubLoadArea . cim:LoadResponseCharacteristic.EnergyConsumer a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyConsumer"@en ; - rdfs:comment "The set of loads that have the response characteristics." ; + rdfs:label "EnergyConsumer" ; + rdfs:comment "The set of loads that have the response characteristics."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:EnergyConsumer.LoadResponse ; @@ -2035,8 +2037,8 @@ cim:LoadResponseCharacteristic.EnergyConsumer a owl:ObjectProperty, owl:InverseF rdfs:range cim:EnergyConsumer . cim:NonConformLoad.LoadGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "LoadGroup"@en ; - rdfs:comment "Group of this ConformLoad." ; + rdfs:label "LoadGroup" ; + rdfs:comment "Group of this ConformLoad."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:NonConformLoadGroup.EnergyConsumers ; @@ -2044,8 +2046,8 @@ cim:NonConformLoad.LoadGroup a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:NonConformLoadGroup . cim:NonConformLoadGroup.EnergyConsumers a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EnergyConsumers"@en ; - rdfs:comment "Conform loads assigned to this ConformLoadGroup." ; + rdfs:label "EnergyConsumers" ; + rdfs:comment "Conform loads assigned to this ConformLoadGroup."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:NonConformLoad.LoadGroup ; @@ -2053,8 +2055,8 @@ cim:NonConformLoadGroup.EnergyConsumers a owl:ObjectProperty, owl:InverseFunctio rdfs:range cim:NonConformLoad . cim:NonConformLoadGroup.NonConformLoadSchedules a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "NonConformLoadSchedules"@en ; - rdfs:comment "The NonConformLoadSchedules in the NonConformLoadGroup." ; + rdfs:label "NonConformLoadSchedules" ; + rdfs:comment "The NonConformLoadSchedules in the NonConformLoadGroup."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:NonConformLoadSchedule.NonConformLoadGroup ; @@ -2062,8 +2064,8 @@ cim:NonConformLoadGroup.NonConformLoadSchedules a owl:ObjectProperty, owl:Invers rdfs:range cim:NonConformLoadSchedule . cim:NonConformLoadSchedule.NonConformLoadGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "NonConformLoadGroup"@en ; - rdfs:comment "The NonConformLoadGroup where the NonConformLoadSchedule belongs." ; + rdfs:label "NonConformLoadGroup" ; + rdfs:comment "The NonConformLoadGroup where the NonConformLoadSchedule belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:NonConformLoadGroup.NonConformLoadSchedules ; @@ -2071,8 +2073,8 @@ cim:NonConformLoadSchedule.NonConformLoadGroup a owl:ObjectProperty, owl:Functio rdfs:range cim:NonConformLoadGroup . cim:NonlinearShuntCompensator.NonlinearShuntCompensatorPoints a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "NonlinearShuntCompensatorPoints"@en ; - rdfs:comment "All points of the non-linear shunt compensator." ; + rdfs:label "NonlinearShuntCompensatorPoints" ; + rdfs:comment "All points of the non-linear shunt compensator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:NonlinearShuntCompensatorPoint.NonlinearShuntCompensator ; @@ -2080,8 +2082,8 @@ cim:NonlinearShuntCompensator.NonlinearShuntCompensatorPoints a owl:ObjectProper rdfs:range cim:NonlinearShuntCompensatorPoint . cim:NonlinearShuntCompensatorPoint.NonlinearShuntCompensator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "NonlinearShuntCompensator"@en ; - rdfs:comment "Non-linear shunt compensator owning this point." ; + rdfs:label "NonlinearShuntCompensator" ; + rdfs:comment "Non-linear shunt compensator owning this point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:NonlinearShuntCompensator.NonlinearShuntCompensatorPoints ; @@ -2089,8 +2091,8 @@ cim:NonlinearShuntCompensatorPoint.NonlinearShuntCompensator a owl:ObjectPropert rdfs:range cim:NonlinearShuntCompensator . cim:OperationalLimit.OperationalLimitSet a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OperationalLimitSet"@en ; - rdfs:comment "The limit set to which the limit values belong." ; + rdfs:label "OperationalLimitSet" ; + rdfs:comment "The limit set to which the limit values belong."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:OperationalLimitSet.OperationalLimitValue ; @@ -2098,8 +2100,8 @@ cim:OperationalLimit.OperationalLimitSet a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:OperationalLimitSet . cim:OperationalLimit.OperationalLimitType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "OperationalLimitType"@en ; - rdfs:comment "The limit type associated with this limit." ; + rdfs:label "OperationalLimitType" ; + rdfs:comment "The limit type associated with this limit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:OperationalLimitType.OperationalLimit ; @@ -2107,8 +2109,8 @@ cim:OperationalLimit.OperationalLimitType a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:OperationalLimitType . cim:OperationalLimitSet.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Equipment"@en ; - rdfs:comment "The equipment to which the limit set applies." ; + rdfs:label "Equipment" ; + rdfs:comment "The equipment to which the limit set applies."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Equipment.OperationalLimitSet ; @@ -2116,8 +2118,8 @@ cim:OperationalLimitSet.Equipment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Equipment . cim:OperationalLimitSet.OperationalLimitValue a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimitValue"@en ; - rdfs:comment "Values of equipment limits." ; + rdfs:label "OperationalLimitValue" ; + rdfs:comment "Values of equipment limits."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:OperationalLimit.OperationalLimitSet ; @@ -2125,8 +2127,8 @@ cim:OperationalLimitSet.OperationalLimitValue a owl:ObjectProperty, owl:InverseF rdfs:range cim:OperationalLimit . cim:OperationalLimitSet.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The terminal where the operational limit set apply." ; + rdfs:label "Terminal" ; + rdfs:comment "The terminal where the operational limit set apply."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ACDCTerminal.OperationalLimitSet ; @@ -2134,8 +2136,8 @@ cim:OperationalLimitSet.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ACDCTerminal . cim:OperationalLimitType.OperationalLimit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "OperationalLimit"@en ; - rdfs:comment "The operational limits associated with this type of limit." ; + rdfs:label "OperationalLimit" ; + rdfs:comment "The operational limits associated with this type of limit."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:OperationalLimit.OperationalLimitType ; @@ -2143,16 +2145,16 @@ cim:OperationalLimitType.OperationalLimit a owl:ObjectProperty, owl:InverseFunct rdfs:range cim:OperationalLimit . cim:OperationalLimitType.direction a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "direction"@en ; - rdfs:comment "The direction of the limit." ; + rdfs:label "direction" ; + rdfs:comment "The direction of the limit."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:OperationalLimitType ; rdfs:range cim:OperationalLimitDirectionKind . cim:PhaseTapChanger.TransformerEnd a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "TransformerEnd"@en ; - rdfs:comment "Transformer end to which this phase tap changer belongs." ; + rdfs:label "TransformerEnd" ; + rdfs:comment "Transformer end to which this phase tap changer belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:TransformerEnd.PhaseTapChanger ; @@ -2160,8 +2162,8 @@ cim:PhaseTapChanger.TransformerEnd a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range cim:TransformerEnd . cim:PhaseTapChangerTable.PhaseTapChangerTablePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PhaseTapChangerTablePoint"@en ; - rdfs:comment "The points of this table." ; + rdfs:label "PhaseTapChangerTablePoint" ; + rdfs:comment "The points of this table."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:PhaseTapChangerTablePoint.PhaseTapChangerTable ; @@ -2169,8 +2171,8 @@ cim:PhaseTapChangerTable.PhaseTapChangerTablePoint a owl:ObjectProperty, owl:Inv rdfs:range cim:PhaseTapChangerTablePoint . cim:PhaseTapChangerTable.PhaseTapChangerTabular a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PhaseTapChangerTabular"@en ; - rdfs:comment "The phase tap changers to which this phase tap table applies." ; + rdfs:label "PhaseTapChangerTabular" ; + rdfs:comment "The phase tap changers to which this phase tap table applies."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:PhaseTapChangerTabular.PhaseTapChangerTable ; @@ -2178,8 +2180,8 @@ cim:PhaseTapChangerTable.PhaseTapChangerTabular a owl:ObjectProperty, owl:Invers rdfs:range cim:PhaseTapChangerTabular . cim:PhaseTapChangerTablePoint.PhaseTapChangerTable a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PhaseTapChangerTable"@en ; - rdfs:comment "The table of this point." ; + rdfs:label "PhaseTapChangerTable" ; + rdfs:comment "The table of this point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:PhaseTapChangerTable.PhaseTapChangerTablePoint ; @@ -2187,8 +2189,8 @@ cim:PhaseTapChangerTablePoint.PhaseTapChangerTable a owl:ObjectProperty, owl:Fun rdfs:range cim:PhaseTapChangerTable . cim:PhaseTapChangerTabular.PhaseTapChangerTable a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PhaseTapChangerTable"@en ; - rdfs:comment "The phase tap changer table for this phase tap changer." ; + rdfs:label "PhaseTapChangerTable" ; + rdfs:comment "The phase tap changer table for this phase tap changer."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:PhaseTapChangerTable.PhaseTapChangerTabular ; @@ -2196,8 +2198,8 @@ cim:PhaseTapChangerTabular.PhaseTapChangerTable a owl:ObjectProperty, owl:Functi rdfs:range cim:PhaseTapChangerTable . cim:PowerElectronicsConnection.PowerElectronicsUnit a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "An AC network connection may have several power electronics units connecting through it." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "An AC network connection may have several power electronics units connecting through it."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:PowerElectronicsUnit.PowerElectronicsConnection ; @@ -2205,8 +2207,8 @@ cim:PowerElectronicsConnection.PowerElectronicsUnit a owl:ObjectProperty, owl:Fu rdfs:range cim:PowerElectronicsUnit . cim:PowerElectronicsUnit.PowerElectronicsConnection a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerElectronicsConnection"@en ; - rdfs:comment "A power electronics unit has a connection to the AC network." ; + rdfs:label "PowerElectronicsConnection" ; + rdfs:comment "A power electronics unit has a connection to the AC network."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:PowerElectronicsConnection.PowerElectronicsUnit ; @@ -2214,8 +2216,8 @@ cim:PowerElectronicsUnit.PowerElectronicsConnection a owl:ObjectProperty, owl:Fu rdfs:range cim:PowerElectronicsConnection . cim:PowerTransformer.PowerTransformerEnd a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerTransformerEnd"@en ; - rdfs:comment "The ends of this power transformer." ; + rdfs:label "PowerTransformerEnd" ; + rdfs:comment "The ends of this power transformer."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:PowerTransformerEnd.PowerTransformer ; @@ -2223,8 +2225,8 @@ cim:PowerTransformer.PowerTransformerEnd a owl:ObjectProperty, owl:InverseFuncti rdfs:range cim:PowerTransformerEnd . cim:PowerTransformerEnd.PowerTransformer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerTransformer"@en ; - rdfs:comment "The power transformer of this power transformer end." ; + rdfs:label "PowerTransformer" ; + rdfs:comment "The power transformer of this power transformer end."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:PowerTransformer.PowerTransformerEnd ; @@ -2232,16 +2234,16 @@ cim:PowerTransformerEnd.PowerTransformer a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:PowerTransformer . cim:PowerTransformerEnd.connectionKind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "connectionKind"@en ; - rdfs:comment "Kind of connection." ; + rdfs:label "connectionKind" ; + rdfs:comment "Kind of connection."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PowerTransformerEnd ; rdfs:range cim:WindingConnection . cim:RatioTapChanger.RatioTapChangerTable a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RatioTapChangerTable"@en ; - rdfs:comment "The tap ratio table for this ratio tap changer." ; + rdfs:label "RatioTapChangerTable" ; + rdfs:comment "The tap ratio table for this ratio tap changer."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:RatioTapChangerTable.RatioTapChanger ; @@ -2249,8 +2251,8 @@ cim:RatioTapChanger.RatioTapChangerTable a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:RatioTapChangerTable . cim:RatioTapChanger.TransformerEnd a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "TransformerEnd"@en ; - rdfs:comment "Transformer end to which this ratio tap changer belongs." ; + rdfs:label "TransformerEnd" ; + rdfs:comment "Transformer end to which this ratio tap changer belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:TransformerEnd.RatioTapChanger ; @@ -2258,8 +2260,8 @@ cim:RatioTapChanger.TransformerEnd a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range cim:TransformerEnd . cim:RatioTapChangerTable.RatioTapChanger a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RatioTapChanger"@en ; - rdfs:comment "The ratio tap changer of this tap ratio table." ; + rdfs:label "RatioTapChanger" ; + rdfs:comment "The ratio tap changer of this tap ratio table."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:RatioTapChanger.RatioTapChangerTable ; @@ -2267,8 +2269,8 @@ cim:RatioTapChangerTable.RatioTapChanger a owl:ObjectProperty, owl:InverseFuncti rdfs:range cim:RatioTapChanger . cim:RatioTapChangerTable.RatioTapChangerTablePoint a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RatioTapChangerTablePoint"@en ; - rdfs:comment "Points of this table." ; + rdfs:label "RatioTapChangerTablePoint" ; + rdfs:comment "Points of this table."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:RatioTapChangerTablePoint.RatioTapChangerTable ; @@ -2276,8 +2278,8 @@ cim:RatioTapChangerTable.RatioTapChangerTablePoint a owl:ObjectProperty, owl:Inv rdfs:range cim:RatioTapChangerTablePoint . cim:RatioTapChangerTablePoint.RatioTapChangerTable a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RatioTapChangerTable"@en ; - rdfs:comment "Table of this point." ; + rdfs:label "RatioTapChangerTable" ; + rdfs:comment "Table of this point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:RatioTapChangerTable.RatioTapChangerTablePoint ; @@ -2285,8 +2287,8 @@ cim:RatioTapChangerTablePoint.RatioTapChangerTable a owl:ObjectProperty, owl:Fun rdfs:range cim:RatioTapChangerTable . cim:ReactiveCapabilityCurve.EquivalentInjection a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "The equivalent injection using this reactive capability curve." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "The equivalent injection using this reactive capability curve."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:EquivalentInjection.ReactiveCapabilityCurve ; @@ -2294,8 +2296,8 @@ cim:ReactiveCapabilityCurve.EquivalentInjection a owl:ObjectProperty, owl:Invers rdfs:range cim:EquivalentInjection . cim:ReactiveCapabilityCurve.InitiallyUsedBySynchronousMachines a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "InitiallyUsedBySynchronousMachines"@en ; - rdfs:comment "Synchronous machines using this curve as default." ; + rdfs:label "InitiallyUsedBySynchronousMachines" ; + rdfs:comment "Synchronous machines using this curve as default."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:SynchronousMachine.InitialReactiveCapabilityCurve ; @@ -2303,8 +2305,8 @@ cim:ReactiveCapabilityCurve.InitiallyUsedBySynchronousMachines a owl:ObjectPrope rdfs:range cim:SynchronousMachine . cim:RegularIntervalSchedule.TimePoints a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TimePoints"@en ; - rdfs:comment "The regular interval time point data values that define this schedule." ; + rdfs:label "TimePoints" ; + rdfs:comment "The regular interval time point data values that define this schedule."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:RegularTimePoint.IntervalSchedule ; @@ -2312,8 +2314,8 @@ cim:RegularIntervalSchedule.TimePoints a owl:ObjectProperty, owl:InverseFunction rdfs:range cim:RegularTimePoint . cim:RegularTimePoint.IntervalSchedule a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "IntervalSchedule"@en ; - rdfs:comment "Regular interval schedule containing this time point." ; + rdfs:label "IntervalSchedule" ; + rdfs:comment "Regular interval schedule containing this time point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:RegularIntervalSchedule.TimePoints ; @@ -2321,8 +2323,8 @@ cim:RegularTimePoint.IntervalSchedule a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:RegularIntervalSchedule . cim:RegulatingCondEq.RegulatingControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RegulatingControl"@en ; - rdfs:comment "The regulating control scheme in which this equipment participates." ; + rdfs:label "RegulatingControl" ; + rdfs:comment "The regulating control scheme in which this equipment participates."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:RegulatingControl.RegulatingCondEq ; @@ -2330,8 +2332,8 @@ cim:RegulatingCondEq.RegulatingControl a owl:ObjectProperty, owl:FunctionalPrope rdfs:range cim:RegulatingControl . cim:RegulatingControl.RegulatingCondEq a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RegulatingCondEq"@en ; - rdfs:comment "The equipment that participates in this regulating control scheme." ; + rdfs:label "RegulatingCondEq" ; + rdfs:comment "The equipment that participates in this regulating control scheme."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:RegulatingCondEq.RegulatingControl ; @@ -2339,8 +2341,8 @@ cim:RegulatingControl.RegulatingCondEq a owl:ObjectProperty, owl:InverseFunction rdfs:range cim:RegulatingCondEq . cim:RegulatingControl.RegulationSchedule a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RegulationSchedule"@en ; - rdfs:comment "Schedule for this regulating control." ; + rdfs:label "RegulationSchedule" ; + rdfs:comment "Schedule for this regulating control."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:RegulationSchedule.RegulatingControl ; @@ -2348,8 +2350,8 @@ cim:RegulatingControl.RegulationSchedule a owl:ObjectProperty, owl:InverseFuncti rdfs:range cim:RegulationSchedule . cim:RegulatingControl.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The terminal associated with this regulating control. The terminal is associated instead of a node, since the terminal could connect into either a topological node or a connectivity node. Sometimes it is useful to model regulation at a terminal of a bus bar object." ; + rdfs:label "Terminal" ; + rdfs:comment "The terminal associated with this regulating control. The terminal is associated instead of a node, since the terminal could connect into either a topological node or a connectivity node. Sometimes it is useful to model regulation at a terminal of a bus bar object."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Terminal.RegulatingControl ; @@ -2357,16 +2359,16 @@ cim:RegulatingControl.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Terminal . cim:RegulatingControl.mode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "mode"@en ; - rdfs:comment "The regulating control mode presently available. This specification allows for determining the kind of regulation without need for obtaining the units from a schedule." ; + rdfs:label "mode" ; + rdfs:comment "The regulating control mode presently available. This specification allows for determining the kind of regulation without need for obtaining the units from a schedule."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegulatingControl ; rdfs:range cim:RegulatingControlModeKind . cim:RegulationSchedule.RegulatingControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "RegulatingControl"@en ; - rdfs:comment "Regulating controls that have this schedule." ; + rdfs:label "RegulatingControl" ; + rdfs:comment "Regulating controls that have this schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:RegulatingControl.RegulationSchedule ; @@ -2374,8 +2376,8 @@ cim:RegulationSchedule.RegulatingControl a owl:ObjectProperty, owl:FunctionalPro rdfs:range cim:RegulatingControl . cim:ReportingGroup.BusNameMarker a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "BusNameMarker"@en ; - rdfs:comment "The bus name markers that belong to this reporting group." ; + rdfs:label "BusNameMarker" ; + rdfs:comment "The bus name markers that belong to this reporting group."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:BusNameMarker.ReportingGroup ; @@ -2383,8 +2385,8 @@ cim:ReportingGroup.BusNameMarker a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range cim:BusNameMarker . cim:RotatingMachine.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "A synchronous machine may operate as a generator and as such becomes a member of a generating unit." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "A synchronous machine may operate as a generator and as such becomes a member of a generating unit."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:GeneratingUnit.RotatingMachine ; @@ -2392,8 +2394,8 @@ cim:RotatingMachine.GeneratingUnit a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:GeneratingUnit . cim:RotatingMachine.HydroPump a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "HydroPump"@en ; - rdfs:comment "The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating." ; + rdfs:label "HydroPump" ; + rdfs:comment "The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:HydroPump.RotatingMachine ; @@ -2401,8 +2403,8 @@ cim:RotatingMachine.HydroPump a owl:ObjectProperty, owl:FunctionalProperty, owl: rdfs:range cim:HydroPump . cim:Season.SeasonDayTypeSchedules a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SeasonDayTypeSchedules"@en ; - rdfs:comment "Schedules that use this Season." ; + rdfs:label "SeasonDayTypeSchedules" ; + rdfs:comment "Schedules that use this Season."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:SeasonDayTypeSchedule.Season ; @@ -2410,8 +2412,8 @@ cim:Season.SeasonDayTypeSchedules a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range cim:SeasonDayTypeSchedule . cim:SeasonDayTypeSchedule.DayType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DayType"@en ; - rdfs:comment "DayType for the Schedule." ; + rdfs:label "DayType" ; + rdfs:comment "DayType for the Schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:DayType.SeasonDayTypeSchedules ; @@ -2419,8 +2421,8 @@ cim:SeasonDayTypeSchedule.DayType a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:DayType . cim:SeasonDayTypeSchedule.Season a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Season"@en ; - rdfs:comment "Season for the Schedule." ; + rdfs:label "Season" ; + rdfs:comment "Season for the Schedule."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Season.SeasonDayTypeSchedules ; @@ -2428,8 +2430,8 @@ cim:SeasonDayTypeSchedule.Season a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Season . cim:StaticVarCompensator.sVCControlMode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "sVCControlMode"@en ; - rdfs:comment "SVC control mode." ; + rdfs:label "sVCControlMode" ; + rdfs:comment "SVC control mode."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; owl:deprecated true ; @@ -2437,8 +2439,8 @@ cim:StaticVarCompensator.sVCControlMode a owl:ObjectProperty, owl:FunctionalProp rdfs:range cim:SVCControlMode . cim:SubGeographicalRegion.DCLines a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCLines"@en ; - rdfs:comment "The DC lines in this sub-geographical region." ; + rdfs:label "DCLines" ; + rdfs:comment "The DC lines in this sub-geographical region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DCLine.Region ; @@ -2446,8 +2448,8 @@ cim:SubGeographicalRegion.DCLines a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range cim:DCLine . cim:SubGeographicalRegion.Lines a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Lines"@en ; - rdfs:comment "The lines within the sub-geographical region." ; + rdfs:label "Lines" ; + rdfs:comment "The lines within the sub-geographical region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Line.Region ; @@ -2455,8 +2457,8 @@ cim:SubGeographicalRegion.Lines a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range cim:Line . cim:SubGeographicalRegion.Region a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Region"@en ; - rdfs:comment "The geographical region which this sub-geographical region is within." ; + rdfs:label "Region" ; + rdfs:comment "The geographical region which this sub-geographical region is within."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:GeographicalRegion.Regions ; @@ -2464,8 +2466,8 @@ cim:SubGeographicalRegion.Region a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:GeographicalRegion . cim:SubGeographicalRegion.Substations a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Substations"@en ; - rdfs:comment "The substations in this sub-geographical region." ; + rdfs:label "Substations" ; + rdfs:comment "The substations in this sub-geographical region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Substation.Region ; @@ -2473,8 +2475,8 @@ cim:SubGeographicalRegion.Substations a owl:ObjectProperty, owl:InverseFunctiona rdfs:range cim:Substation . cim:SubLoadArea.LoadArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "LoadArea"@en ; - rdfs:comment "The LoadArea where the SubLoadArea belongs." ; + rdfs:label "LoadArea" ; + rdfs:comment "The LoadArea where the SubLoadArea belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:LoadArea.SubLoadAreas ; @@ -2482,8 +2484,8 @@ cim:SubLoadArea.LoadArea a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:LoadArea . cim:SubLoadArea.LoadGroups a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "LoadGroups"@en ; - rdfs:comment "The Loadgroups in the SubLoadArea." ; + rdfs:label "LoadGroups" ; + rdfs:comment "The Loadgroups in the SubLoadArea."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:LoadGroup.SubLoadArea ; @@ -2491,8 +2493,8 @@ cim:SubLoadArea.LoadGroups a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:LoadGroup . cim:Substation.DCConverterUnit a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCConverterUnit"@en ; - rdfs:comment "The DC converter unit belonging of the substation." ; + rdfs:label "DCConverterUnit" ; + rdfs:comment "The DC converter unit belonging of the substation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DCConverterUnit.Substation ; @@ -2500,8 +2502,8 @@ cim:Substation.DCConverterUnit a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:DCConverterUnit . cim:Substation.Region a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Region"@en ; - rdfs:comment "The SubGeographicalRegion containing the substation." ; + rdfs:label "Region" ; + rdfs:comment "The SubGeographicalRegion containing the substation."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:SubGeographicalRegion.Substations ; @@ -2509,8 +2511,8 @@ cim:Substation.Region a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:SubGeographicalRegion . cim:Substation.VoltageLevels a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageLevels"@en ; - rdfs:comment "The voltage levels within this substation." ; + rdfs:label "VoltageLevels" ; + rdfs:comment "The voltage levels within this substation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:VoltageLevel.Substation ; @@ -2518,8 +2520,8 @@ cim:Substation.VoltageLevels a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:VoltageLevel . cim:Switch.SwitchSchedules a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SwitchSchedules"@en ; - rdfs:comment "A Switch can be associated with SwitchSchedules." ; + rdfs:label "SwitchSchedules" ; + rdfs:comment "A Switch can be associated with SwitchSchedules."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:SwitchSchedule.Switch ; @@ -2527,8 +2529,8 @@ cim:Switch.SwitchSchedules a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:SwitchSchedule . cim:SwitchSchedule.Switch a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Switch"@en ; - rdfs:comment "A SwitchSchedule is associated with a Switch." ; + rdfs:label "Switch" ; + rdfs:comment "A SwitchSchedule is associated with a Switch."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Switch.SwitchSchedules ; @@ -2536,8 +2538,8 @@ cim:SwitchSchedule.Switch a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Switch . cim:SynchronousMachine.InitialReactiveCapabilityCurve a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "InitialReactiveCapabilityCurve"@en ; - rdfs:comment "The default reactive capability curve for use by a synchronous machine." ; + rdfs:label "InitialReactiveCapabilityCurve" ; + rdfs:comment "The default reactive capability curve for use by a synchronous machine."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ReactiveCapabilityCurve.InitiallyUsedBySynchronousMachines ; @@ -2545,16 +2547,16 @@ cim:SynchronousMachine.InitialReactiveCapabilityCurve a owl:ObjectProperty, owl: rdfs:range cim:ReactiveCapabilityCurve . cim:SynchronousMachine.type a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "type"@en ; - rdfs:comment "Modes that this synchronous machine can operate in." ; + rdfs:label "type" ; + rdfs:comment "Modes that this synchronous machine can operate in."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachine ; rdfs:range cim:SynchronousMachineKind . cim:TapChanger.TapChangerControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TapChangerControl"@en ; - rdfs:comment "The regulating control scheme in which this tap changer participates." ; + rdfs:label "TapChangerControl" ; + rdfs:comment "The regulating control scheme in which this tap changer participates."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:TapChangerControl.TapChanger ; @@ -2562,8 +2564,8 @@ cim:TapChanger.TapChangerControl a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:TapChangerControl . cim:TapChanger.TapSchedules a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TapSchedules"@en ; - rdfs:comment "A TapChanger can have TapSchedules." ; + rdfs:label "TapSchedules" ; + rdfs:comment "A TapChanger can have TapSchedules."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:TapSchedule.TapChanger ; @@ -2571,8 +2573,8 @@ cim:TapChanger.TapSchedules a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:TapSchedule . cim:TapChangerControl.TapChanger a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TapChanger"@en ; - rdfs:comment "The tap changers that participates in this regulating tap control scheme." ; + rdfs:label "TapChanger" ; + rdfs:comment "The tap changers that participates in this regulating tap control scheme."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:TapChanger.TapChangerControl ; @@ -2580,8 +2582,8 @@ cim:TapChangerControl.TapChanger a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range cim:TapChanger . cim:TapSchedule.TapChanger a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TapChanger"@en ; - rdfs:comment "A TapSchedule is associated with a TapChanger." ; + rdfs:label "TapChanger" ; + rdfs:comment "A TapSchedule is associated with a TapChanger."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:TapChanger.TapSchedules ; @@ -2589,8 +2591,8 @@ cim:TapSchedule.TapChanger a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:TapChanger . cim:Terminal.AuxiliaryEquipment a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AuxiliaryEquipment"@en ; - rdfs:comment "The auxiliary equipment connected to the terminal." ; + rdfs:label "AuxiliaryEquipment" ; + rdfs:comment "The auxiliary equipment connected to the terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:AuxiliaryEquipment.Terminal ; @@ -2598,8 +2600,8 @@ cim:Terminal.AuxiliaryEquipment a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range cim:AuxiliaryEquipment . cim:Terminal.ConductingEquipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The conducting equipment of the terminal. Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The conducting equipment of the terminal. Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ConductingEquipment.Terminals ; @@ -2607,8 +2609,8 @@ cim:Terminal.ConductingEquipment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ConductingEquipment . cim:Terminal.ConnectivityNode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ConnectivityNode"@en ; - rdfs:comment "The connectivity node to which this terminal connects with zero impedance." ; + rdfs:label "ConnectivityNode" ; + rdfs:comment "The connectivity node to which this terminal connects with zero impedance."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ConnectivityNode.Terminals ; @@ -2616,8 +2618,8 @@ cim:Terminal.ConnectivityNode a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ConnectivityNode . cim:Terminal.ConverterDCSides a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ConverterDCSides"@en ; - rdfs:comment "All converters' DC sides linked to this point of common coupling terminal." ; + rdfs:label "ConverterDCSides" ; + rdfs:comment "All converters' DC sides linked to this point of common coupling terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ACDCConverter.PccTerminal ; @@ -2625,8 +2627,8 @@ cim:Terminal.ConverterDCSides a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range cim:ACDCConverter . cim:Terminal.RegulatingControl a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RegulatingControl"@en ; - rdfs:comment "The controls regulating this terminal." ; + rdfs:label "RegulatingControl" ; + rdfs:comment "The controls regulating this terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:RegulatingControl.Terminal ; @@ -2634,8 +2636,8 @@ cim:Terminal.RegulatingControl a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:RegulatingControl . cim:Terminal.TieFlow a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TieFlow"@en ; - rdfs:comment "The control area tie flows to which this terminal associates." ; + rdfs:label "TieFlow" ; + rdfs:comment "The control area tie flows to which this terminal associates."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..2 ; owl:inverseOf cim:TieFlow.Terminal ; @@ -2643,8 +2645,8 @@ cim:Terminal.TieFlow a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:TieFlow . cim:Terminal.TransformerEnd a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TransformerEnd"@en ; - rdfs:comment "All transformer ends connected at this terminal." ; + rdfs:label "TransformerEnd" ; + rdfs:comment "All transformer ends connected at this terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:TransformerEnd.Terminal ; @@ -2652,17 +2654,17 @@ cim:Terminal.TransformerEnd a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:TransformerEnd . cim:Terminal.phases a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "phases"@en ; + rdfs:label "phases" ; rdfs:comment """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. -The phase code on terminals connecting same ConnectivityNode or same TopologicalNode as well as for equipment between two terminals shall be consistent.""" ; +The phase code on terminals connecting same ConnectivityNode or same TopologicalNode as well as for equipment between two terminals shall be consistent."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Terminal ; rdfs:range cim:PhaseCode . cim:ThermalGeneratingUnit.CAESPlant a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "CAESPlant"@en ; - rdfs:comment "A thermal generating unit may be a member of a compressed air energy storage plant." ; + rdfs:label "CAESPlant" ; + rdfs:comment "A thermal generating unit may be a member of a compressed air energy storage plant."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:CAESPlant.ThermalGeneratingUnit ; @@ -2670,8 +2672,8 @@ cim:ThermalGeneratingUnit.CAESPlant a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:CAESPlant . cim:ThermalGeneratingUnit.CogenerationPlant a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CogenerationPlant"@en ; - rdfs:comment "A thermal generating unit may be a member of a cogeneration plant." ; + rdfs:label "CogenerationPlant" ; + rdfs:comment "A thermal generating unit may be a member of a cogeneration plant."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:CogenerationPlant.ThermalGeneratingUnits ; @@ -2679,8 +2681,8 @@ cim:ThermalGeneratingUnit.CogenerationPlant a owl:ObjectProperty, owl:Functional rdfs:range cim:CogenerationPlant . cim:ThermalGeneratingUnit.CombinedCyclePlant a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CombinedCyclePlant"@en ; - rdfs:comment "A thermal generating unit may be a member of a combined cycle plant." ; + rdfs:label "CombinedCyclePlant" ; + rdfs:comment "A thermal generating unit may be a member of a combined cycle plant."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:CombinedCyclePlant.ThermalGeneratingUnits ; @@ -2688,8 +2690,8 @@ cim:ThermalGeneratingUnit.CombinedCyclePlant a owl:ObjectProperty, owl:Functiona rdfs:range cim:CombinedCyclePlant . cim:ThermalGeneratingUnit.FossilFuels a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "FossilFuels"@en ; - rdfs:comment "A thermal generating unit may have one or more fossil fuels." ; + rdfs:label "FossilFuels" ; + rdfs:comment "A thermal generating unit may have one or more fossil fuels."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:FossilFuel.ThermalGeneratingUnit ; @@ -2697,8 +2699,8 @@ cim:ThermalGeneratingUnit.FossilFuels a owl:ObjectProperty, owl:InverseFunctiona rdfs:range cim:FossilFuel . cim:TieFlow.ControlArea a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ControlArea"@en ; - rdfs:comment "The control area of the tie flows." ; + rdfs:label "ControlArea" ; + rdfs:comment "The control area of the tie flows."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ControlArea.TieFlow ; @@ -2706,8 +2708,8 @@ cim:TieFlow.ControlArea a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ControlArea . cim:TieFlow.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The terminal to which this tie flow belongs." ; + rdfs:label "Terminal" ; + rdfs:comment "The terminal to which this tie flow belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Terminal.TieFlow ; @@ -2715,8 +2717,8 @@ cim:TieFlow.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Terminal . cim:TransformerEnd.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BaseVoltage"@en ; - rdfs:comment "Base voltage of the transformer end. This is essential for PU calculation." ; + rdfs:label "BaseVoltage" ; + rdfs:comment "Base voltage of the transformer end. This is essential for PU calculation."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:BaseVoltage.TransformerEnds ; @@ -2724,8 +2726,8 @@ cim:TransformerEnd.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:BaseVoltage . cim:TransformerEnd.PhaseTapChanger a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PhaseTapChanger"@en ; - rdfs:comment "Phase tap changer associated with this transformer end." ; + rdfs:label "PhaseTapChanger" ; + rdfs:comment "Phase tap changer associated with this transformer end."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:PhaseTapChanger.TransformerEnd ; @@ -2733,8 +2735,8 @@ cim:TransformerEnd.PhaseTapChanger a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range cim:PhaseTapChanger . cim:TransformerEnd.RatioTapChanger a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "RatioTapChanger"@en ; - rdfs:comment "Ratio tap changer associated with this transformer end." ; + rdfs:label "RatioTapChanger" ; + rdfs:comment "Ratio tap changer associated with this transformer end."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:RatioTapChanger.TransformerEnd ; @@ -2742,8 +2744,8 @@ cim:TransformerEnd.RatioTapChanger a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range cim:RatioTapChanger . cim:TransformerEnd.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "Terminal of the power transformer to which this transformer end belongs." ; + rdfs:label "Terminal" ; + rdfs:comment "Terminal of the power transformer to which this transformer end belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Terminal.TransformerEnd ; @@ -2751,8 +2753,8 @@ cim:TransformerEnd.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Terminal . cim:VoltageLevel.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BaseVoltage"@en ; - rdfs:comment "The base voltage used for all equipment within the voltage level." ; + rdfs:label "BaseVoltage" ; + rdfs:comment "The base voltage used for all equipment within the voltage level."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:BaseVoltage.VoltageLevel ; @@ -2760,8 +2762,8 @@ cim:VoltageLevel.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:BaseVoltage . cim:VoltageLevel.Bays a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Bays"@en ; - rdfs:comment "The bays within this voltage level." ; + rdfs:label "Bays" ; + rdfs:comment "The bays within this voltage level."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Bay.VoltageLevel ; @@ -2769,8 +2771,8 @@ cim:VoltageLevel.Bays a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Bay . cim:VoltageLevel.Substation a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Substation"@en ; - rdfs:comment "The substation of the voltage level." ; + rdfs:label "Substation" ; + rdfs:comment "The substation of the voltage level."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Substation.VoltageLevels ; @@ -2778,8 +2780,8 @@ cim:VoltageLevel.Substation a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Substation . cim:VsCapabilityCurve.VsConverterDCSides a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VsConverterDCSides"@en ; - rdfs:comment "All converters with this capability curve." ; + rdfs:label "VsConverterDCSides" ; + rdfs:comment "All converters with this capability curve."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:VsConverter.CapabilityCurve ; @@ -2787,8 +2789,8 @@ cim:VsCapabilityCurve.VsConverterDCSides a owl:ObjectProperty, owl:InverseFuncti rdfs:range cim:VsConverter . cim:VsConverter.CapabilityCurve a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CapabilityCurve"@en ; - rdfs:comment "Capability curve of this converter." ; + rdfs:label "CapabilityCurve" ; + rdfs:comment "Capability curve of this converter."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:VsCapabilityCurve.VsConverterDCSides ; @@ -2796,16 +2798,16 @@ cim:VsConverter.CapabilityCurve a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:VsCapabilityCurve . cim:WindGeneratingUnit.windGenUnitType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "windGenUnitType"@en ; - rdfs:comment "The kind of wind generating unit." ; + rdfs:label "windGenUnitType" ; + rdfs:comment "The kind of wind generating unit."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:WindGeneratingUnit ; rdfs:range cim:WindGenUnitKind . eu:BoundaryPoint.ConnectivityNode a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ConnectivityNode"@en ; - rdfs:comment "The connectivity node that is designated as a boundary point." ; + rdfs:label "ConnectivityNode" ; + rdfs:comment "The connectivity node that is designated as a boundary point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European" ; @@ -2814,8 +2816,8 @@ eu:BoundaryPoint.ConnectivityNode a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range cim:ConnectivityNode . eu:ConnectivityNode.BoundaryPoint a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "BoundaryPoint"@en ; - rdfs:comment "The boundary point associated with the connectivity node." ; + rdfs:label "BoundaryPoint" ; + rdfs:comment "The boundary point associated with the connectivity node."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European" ; @@ -2824,16 +2826,16 @@ eu:ConnectivityNode.BoundaryPoint a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range eu:BoundaryPoint . eu:OperationalLimitType.kind a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "kind"@en ; - rdfs:comment "Types of limits defined in the ENTSO-E Operational Handbook Policy 3." ; + rdfs:label "kind" ; + rdfs:comment "Types of limits defined in the ENTSO-E Operational Handbook Policy 3."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain cim:OperationalLimitType ; rdfs:range eu:LimitKind . eu:SolarGeneratingUnit.SolarPowerPlant a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "SolarPowerPlant"@en ; - rdfs:comment "A solar power plant may have solar generating units." ; + rdfs:label "SolarPowerPlant" ; + rdfs:comment "A solar power plant may have solar generating units."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European" ; @@ -2842,8 +2844,8 @@ eu:SolarGeneratingUnit.SolarPowerPlant a owl:ObjectProperty, owl:FunctionalPrope rdfs:range eu:SolarPowerPlant . eu:SolarPowerPlant.SolarGeneratingUnits a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SolarGeneratingUnits"@en ; - rdfs:comment "A solar generating unit or units may be a member of a solar power plant." ; + rdfs:label "SolarGeneratingUnits" ; + rdfs:comment "A solar generating unit or units may be a member of a solar power plant."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "European" ; @@ -2852,8 +2854,8 @@ eu:SolarPowerPlant.SolarGeneratingUnits a owl:ObjectProperty, owl:InverseFunctio rdfs:range cim:SolarGeneratingUnit . eu:WindGeneratingUnit.WindPowerPlant a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "WindPowerPlant"@en ; - rdfs:comment "A wind power plant may have wind generating units." ; + rdfs:label "WindPowerPlant" ; + rdfs:comment "A wind power plant may have wind generating units."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European" ; @@ -2862,8 +2864,8 @@ eu:WindGeneratingUnit.WindPowerPlant a owl:ObjectProperty, owl:FunctionalPropert rdfs:range eu:WindPowerPlant . eu:WindPowerPlant.WindGeneratingUnits a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "WindGeneratingUnits"@en ; - rdfs:comment "A wind generating unit or units may be a member of a wind power plant." ; + rdfs:label "WindGeneratingUnits" ; + rdfs:comment "A wind generating unit or units may be a member of a wind power plant."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype "European" ; @@ -2872,8 +2874,8 @@ eu:WindPowerPlant.WindGeneratingUnits a owl:ObjectProperty, owl:InverseFunctiona rdfs:range cim:WindGeneratingUnit . cim:ACDCConverter.baseS a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "baseS"@en ; - rdfs:comment "Base apparent power of the converter pole. The attribute shall be a positive value." ; + rdfs:label "baseS" ; + rdfs:comment "Base apparent power of the converter pole. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VA ; cims:multiplicity cims:M:0..1 ; @@ -2884,8 +2886,8 @@ cim:ACDCConverter.baseS a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.idleLoss a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "idleLoss"@en ; - rdfs:comment "Active power loss in pole at no power transfer. It is converter’s configuration data used in power flow. The attribute shall be a positive value." ; + rdfs:label "idleLoss" ; + rdfs:comment "Active power loss in pole at no power transfer. It is converter’s configuration data used in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2896,8 +2898,8 @@ cim:ACDCConverter.idleLoss a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.maxP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxP"@en ; - rdfs:comment "Maximum active power limit. The value is overwritten by values of VsCapabilityCurve, if present." ; + rdfs:label "maxP" ; + rdfs:comment "Maximum active power limit. The value is overwritten by values of VsCapabilityCurve, if present."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2908,8 +2910,8 @@ cim:ACDCConverter.maxP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.maxUdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxUdc"@en ; - rdfs:comment "The maximum voltage on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value." ; + rdfs:label "maxUdc" ; + rdfs:comment "The maximum voltage on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -2920,8 +2922,8 @@ cim:ACDCConverter.maxUdc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.minP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minP"@en ; - rdfs:comment "Minimum active power limit. The value is overwritten by values of VsCapabilityCurve, if present." ; + rdfs:label "minP" ; + rdfs:comment "Minimum active power limit. The value is overwritten by values of VsCapabilityCurve, if present."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -2932,8 +2934,8 @@ cim:ACDCConverter.minP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.minUdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minUdc"@en ; - rdfs:comment "The minimum voltage on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value." ; + rdfs:label "minUdc" ; + rdfs:comment "The minimum voltage on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -2944,16 +2946,16 @@ cim:ACDCConverter.minUdc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.numberOfValves a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "numberOfValves"@en ; - rdfs:comment "Number of valves in the converter. Used in loss calculations." ; + rdfs:label "numberOfValves" ; + rdfs:comment "Number of valves in the converter. Used in loss calculations."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ACDCConverter ; rdfs:range xsd:integer . cim:ACDCConverter.ratedUdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedUdc"@en ; - rdfs:comment "Rated converter DC voltage, also called UdN. The attribute shall be a positive value. It is converter’s configuration data used in power flow. For instance a bipolar HVDC link with value 200 kV has a 400kV difference between the dc lines." ; + rdfs:label "ratedUdc" ; + rdfs:comment "Rated converter DC voltage, also called UdN. The attribute shall be a positive value. It is converter’s configuration data used in power flow. For instance a bipolar HVDC link with value 200 kV has a 400kV difference between the dc lines."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -2964,8 +2966,8 @@ cim:ACDCConverter.ratedUdc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.resistiveLoss a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "resistiveLoss"@en ; - rdfs:comment "It is converter’s configuration data used in power flow. Refer to poleLossP. The attribute shall be a positive value." ; + rdfs:label "resistiveLoss" ; + rdfs:comment "It is converter’s configuration data used in power flow. Refer to poleLossP. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -2976,8 +2978,8 @@ cim:ACDCConverter.resistiveLoss a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.switchingLoss a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "switchingLoss"@en ; - rdfs:comment "Switching losses, relative to the base apparent power 'baseS'. Refer to poleLossP. The attribute shall be a positive value." ; + rdfs:label "switchingLoss" ; + rdfs:comment "Switching losses, relative to the base apparent power 'baseS'. Refer to poleLossP. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.WPerA ; cims:multiplicity cims:M:0..1 ; @@ -2988,8 +2990,8 @@ cim:ACDCConverter.switchingLoss a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.valveU0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "valveU0"@en ; - rdfs:comment "Valve threshold voltage, also called Uvalve. Forward voltage drop when the valve is conducting. Used in loss calculations, i.e. the switchLoss depend on numberOfValves * valveU0." ; + rdfs:label "valveU0" ; + rdfs:comment "Valve threshold voltage, also called Uvalve. Forward voltage drop when the valve is conducting. Used in loss calculations, i.e. the switchLoss depend on numberOfValves * valveU0."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -3000,16 +3002,16 @@ cim:ACDCConverter.valveU0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCTerminal.sequenceNumber a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sequenceNumber"@en ; - rdfs:comment "The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the \"starting point\" for a two terminal branch." ; + rdfs:label "sequenceNumber" ; + rdfs:comment "The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the \"starting point\" for a two terminal branch."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ACDCTerminal ; rdfs:range xsd:integer . cim:ACLineSegment.bch a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bch"@en ; - rdfs:comment "Positive sequence shunt (charging) susceptance, uniformly distributed, of the entire line section. This value represents the full charging over the full length of the line." ; + rdfs:label "bch" ; + rdfs:comment "Positive sequence shunt (charging) susceptance, uniformly distributed, of the entire line section. This value represents the full charging over the full length of the line."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -3020,8 +3022,8 @@ cim:ACLineSegment.bch a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACLineSegment.gch a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gch"@en ; - rdfs:comment "Positive sequence shunt (charging) conductance, uniformly distributed, of the entire line section." ; + rdfs:label "gch" ; + rdfs:comment "Positive sequence shunt (charging) conductance, uniformly distributed, of the entire line section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:0..1 ; @@ -3032,8 +3034,8 @@ cim:ACLineSegment.gch a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACLineSegment.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Positive sequence series resistance of the entire line section." ; + rdfs:label "r" ; + rdfs:comment "Positive sequence series resistance of the entire line section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -3044,8 +3046,8 @@ cim:ACLineSegment.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACLineSegment.x a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x"@en ; - rdfs:comment "Positive sequence series reactance of the entire line section." ; + rdfs:label "x" ; + rdfs:comment "Positive sequence series reactance of the entire line section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -3056,8 +3058,8 @@ cim:ACLineSegment.x a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ActivePowerLimit.normalValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalValue"@en ; - rdfs:comment "The normal value of active power limit. The attribute shall be a positive value or zero." ; + rdfs:label "normalValue" ; + rdfs:comment "The normal value of active power limit. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -3068,8 +3070,8 @@ cim:ActivePowerLimit.normalValue a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:ApparentPowerLimit.normalValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalValue"@en ; - rdfs:comment "The normal apparent power limit. The attribute shall be a positive value or zero." ; + rdfs:label "normalValue" ; + rdfs:comment "The normal apparent power limit. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VA ; cims:multiplicity cims:M:1..1 ; @@ -3080,8 +3082,8 @@ cim:ApparentPowerLimit.normalValue a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:AsynchronousMachine.nominalFrequency a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nominalFrequency"@en ; - rdfs:comment "Nameplate data indicates if the machine is 50 Hz or 60 Hz." ; + rdfs:label "nominalFrequency" ; + rdfs:comment "Nameplate data indicates if the machine is 50 Hz or 60 Hz."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:0..1 ; @@ -3092,8 +3094,8 @@ cim:AsynchronousMachine.nominalFrequency a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . cim:AsynchronousMachine.nominalSpeed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nominalSpeed"@en ; - rdfs:comment "Nameplate data. Depends on the slip and number of pole pairs." ; + rdfs:label "nominalSpeed" ; + rdfs:comment "Nameplate data. Depends on the slip and number of pole pairs."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.Hz ; cims:multiplicity cims:M:0..1 ; @@ -3104,8 +3106,8 @@ cim:AsynchronousMachine.nominalSpeed a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:BaseVoltage.nominalVoltage a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nominalVoltage"@en ; - rdfs:comment "The power system resource's base voltage. Shall be a positive value and not zero." ; + rdfs:label "nominalVoltage" ; + rdfs:comment "The power system resource's base voltage. Shall be a positive value and not zero."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -3116,16 +3118,16 @@ cim:BaseVoltage.nominalVoltage a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:BasicIntervalSchedule.startTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startTime"@en ; - rdfs:comment "The time for the first time point. The value can be a time of day, not a specific date." ; + rdfs:label "startTime" ; + rdfs:comment "The time for the first time point. The value can be a time of day, not a specific date."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:BasicIntervalSchedule ; rdfs:range xsd:dateTime . cim:BatteryUnit.ratedE a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedE"@en ; - rdfs:comment "Full energy storage capacity of the battery. The attribute shall be a positive value." ; + rdfs:label "ratedE" ; + rdfs:comment "Full energy storage capacity of the battery. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.Wh ; cims:multiplicity cims:M:1..1 ; @@ -3136,16 +3138,16 @@ cim:BatteryUnit.ratedE a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:BusNameMarker.priority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "priority"@en ; - rdfs:comment "Priority of bus name marker for use as topology bus name. Use 0 for do not care. Use 1 for highest priority. Use 2 as priority is less than 1 and so on." ; + rdfs:label "priority" ; + rdfs:comment "Priority of bus name marker for use as topology bus name. Use 0 for do not care. Use 1 for highest priority. Use 2 as priority is less than 1 and so on."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:BusNameMarker ; rdfs:range xsd:integer . cim:Clamp.lengthFromTerminal1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lengthFromTerminal1"@en ; - rdfs:comment "The length to the place where the clamp is located starting from side one of the line segment, i.e. the line segment terminal with sequence number equal to 1." ; + rdfs:label "lengthFromTerminal1" ; + rdfs:comment "The length to the place where the clamp is located starting from side one of the line segment, i.e. the line segment terminal with sequence number equal to 1."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:0..1 ; @@ -3156,8 +3158,8 @@ cim:Clamp.lengthFromTerminal1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Conductor.length a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "length"@en ; - rdfs:comment "Segment length for calculating line section capabilities." ; + rdfs:label "length" ; + rdfs:comment "Segment length for calculating line section capabilities."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:0..1 ; @@ -3168,8 +3170,8 @@ cim:Conductor.length a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.maxAlpha a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxAlpha"@en ; - rdfs:comment "Maximum firing angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value." ; + rdfs:label "maxAlpha" ; + rdfs:comment "Maximum firing angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -3180,8 +3182,8 @@ cim:CsConverter.maxAlpha a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.maxGamma a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxGamma"@en ; - rdfs:comment "Maximum extinction angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value." ; + rdfs:label "maxGamma" ; + rdfs:comment "Maximum extinction angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -3192,8 +3194,8 @@ cim:CsConverter.maxGamma a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.maxIdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxIdc"@en ; - rdfs:comment "The maximum direct current (Id) on the DC side at which the converter should operate. It is converter’s configuration data use in power flow. The attribute shall be a positive value." ; + rdfs:label "maxIdc" ; + rdfs:comment "The maximum direct current (Id) on the DC side at which the converter should operate. It is converter’s configuration data use in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -3204,8 +3206,8 @@ cim:CsConverter.maxIdc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.minAlpha a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minAlpha"@en ; - rdfs:comment "Minimum firing angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value." ; + rdfs:label "minAlpha" ; + rdfs:comment "Minimum firing angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -3216,8 +3218,8 @@ cim:CsConverter.minAlpha a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.minGamma a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minGamma"@en ; - rdfs:comment "Minimum extinction angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value." ; + rdfs:label "minGamma" ; + rdfs:comment "Minimum extinction angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -3228,8 +3230,8 @@ cim:CsConverter.minGamma a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.minIdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minIdc"@en ; - rdfs:comment "The minimum direct current (Id) on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value." ; + rdfs:label "minIdc" ; + rdfs:comment "The minimum direct current (Id) on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -3240,8 +3242,8 @@ cim:CsConverter.minIdc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.ratedIdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedIdc"@en ; - rdfs:comment "Rated converter DC current, also called IdN. The attribute shall be a positive value. It is converter’s configuration data used in power flow." ; + rdfs:label "ratedIdc" ; + rdfs:comment "Rated converter DC current, also called IdN. The attribute shall be a positive value. It is converter’s configuration data used in power flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -3252,8 +3254,8 @@ cim:CsConverter.ratedIdc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CurrentLimit.normalValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalValue"@en ; - rdfs:comment "The normal value for limit on current flow. The attribute shall be a positive value or zero." ; + rdfs:label "normalValue" ; + rdfs:comment "The normal value for limit on current flow. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -3264,32 +3266,32 @@ cim:CurrentLimit.normalValue a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CurveData.xvalue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xvalue"@en ; - rdfs:comment "The data value of the X-axis variable, depending on the X-axis units." ; + rdfs:label "xvalue" ; + rdfs:comment "The data value of the X-axis variable, depending on the X-axis units."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:CurveData ; rdfs:range xsd:float . cim:CurveData.y1value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "y1value"@en ; - rdfs:comment "The data value of the first Y-axis variable, depending on the Y-axis units." ; + rdfs:label "y1value" ; + rdfs:comment "The data value of the first Y-axis variable, depending on the Y-axis units."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:CurveData ; rdfs:range xsd:float . cim:CurveData.y2value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "y2value"@en ; - rdfs:comment "The data value of the second Y-axis variable (if present), depending on the Y-axis units." ; + rdfs:label "y2value" ; + rdfs:comment "The data value of the second Y-axis variable (if present), depending on the Y-axis units."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:CurveData ; rdfs:range xsd:float . cim:Cut.lengthFromTerminal1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lengthFromTerminal1"@en ; - rdfs:comment "The length to the place where the cut is located starting from side one of the cut line segment, i.e. the line segment Terminal with sequenceNumber equal to 1." ; + rdfs:label "lengthFromTerminal1" ; + rdfs:comment "The length to the place where the cut is located starting from side one of the cut line segment, i.e. the line segment Terminal with sequenceNumber equal to 1."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:0..1 ; @@ -3300,8 +3302,8 @@ cim:Cut.lengthFromTerminal1 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DCConductingEquipment.ratedUdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedUdc"@en ; - rdfs:comment "Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow." ; + rdfs:label "ratedUdc" ; + rdfs:comment "Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -3312,8 +3314,8 @@ cim:DCConductingEquipment.ratedUdc a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:DCGround.inductance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inductance"@en ; - rdfs:comment "Inductance to ground." ; + rdfs:label "inductance" ; + rdfs:comment "Inductance to ground."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.H ; cims:multiplicity cims:M:0..1 ; @@ -3323,8 +3325,8 @@ cim:DCGround.inductance a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DCGround.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Resistance to ground." ; + rdfs:label "r" ; + rdfs:comment "Resistance to ground."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -3335,8 +3337,8 @@ cim:DCGround.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DCLineSegment.capacitance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "capacitance"@en ; - rdfs:comment "Capacitance of the DC line segment. Significant for cables only." ; + rdfs:label "capacitance" ; + rdfs:comment "Capacitance of the DC line segment. Significant for cables only."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.F ; cims:multiplicity cims:M:1..1 ; @@ -3347,8 +3349,8 @@ cim:DCLineSegment.capacitance a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DCLineSegment.inductance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inductance"@en ; - rdfs:comment "Inductance of the DC line segment. Negligible compared with DCSeriesDevice used for smoothing." ; + rdfs:label "inductance" ; + rdfs:comment "Inductance of the DC line segment. Negligible compared with DCSeriesDevice used for smoothing."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.H ; cims:multiplicity cims:M:1..1 ; @@ -3358,8 +3360,8 @@ cim:DCLineSegment.inductance a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DCLineSegment.length a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "length"@en ; - rdfs:comment "Segment length for calculating line section capabilities." ; + rdfs:label "length" ; + rdfs:comment "Segment length for calculating line section capabilities."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:0..1 ; @@ -3370,8 +3372,8 @@ cim:DCLineSegment.length a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DCLineSegment.resistance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "resistance"@en ; - rdfs:comment "Resistance of the DC line segment." ; + rdfs:label "resistance" ; + rdfs:comment "Resistance of the DC line segment."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -3382,8 +3384,8 @@ cim:DCLineSegment.resistance a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DCSeriesDevice.inductance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inductance"@en ; - rdfs:comment "Inductance of the device." ; + rdfs:label "inductance" ; + rdfs:comment "Inductance of the device."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.H ; cims:multiplicity cims:M:1..1 ; @@ -3393,8 +3395,8 @@ cim:DCSeriesDevice.inductance a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DCSeriesDevice.resistance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "resistance"@en ; - rdfs:comment "Resistance of the DC device." ; + rdfs:label "resistance" ; + rdfs:comment "Resistance of the DC device."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -3405,8 +3407,8 @@ cim:DCSeriesDevice.resistance a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DCShunt.capacitance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "capacitance"@en ; - rdfs:comment "Capacitance of the DC shunt." ; + rdfs:label "capacitance" ; + rdfs:comment "Capacitance of the DC shunt."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.F ; cims:multiplicity cims:M:1..1 ; @@ -3417,8 +3419,8 @@ cim:DCShunt.capacitance a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:DCShunt.resistance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "resistance"@en ; - rdfs:comment "Resistance of the DC device." ; + rdfs:label "resistance" ; + rdfs:comment "Resistance of the DC device."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -3429,8 +3431,8 @@ cim:DCShunt.resistance a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergyConsumer.pfixed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pfixed"@en ; - rdfs:comment "Active power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "pfixed" ; + rdfs:comment "Active power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -3441,8 +3443,8 @@ cim:EnergyConsumer.pfixed a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergyConsumer.pfixedPct a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pfixedPct"@en ; - rdfs:comment "Fixed active power as a percentage of load group fixed active power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "pfixedPct" ; + rdfs:comment "Fixed active power as a percentage of load group fixed active power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -3453,8 +3455,8 @@ cim:EnergyConsumer.pfixedPct a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergyConsumer.qfixed a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qfixed"@en ; - rdfs:comment "Reactive power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "qfixed" ; + rdfs:comment "Reactive power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -3465,8 +3467,8 @@ cim:EnergyConsumer.qfixed a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergyConsumer.qfixedPct a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qfixedPct"@en ; - rdfs:comment "Fixed reactive power as a percentage of load group fixed reactive power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "qfixedPct" ; + rdfs:comment "Fixed reactive power as a percentage of load group fixed reactive power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -3477,8 +3479,8 @@ cim:EnergyConsumer.qfixedPct a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergySource.nominalVoltage a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nominalVoltage"@en ; - rdfs:comment "Phase-to-phase nominal voltage." ; + rdfs:label "nominalVoltage" ; + rdfs:comment "Phase-to-phase nominal voltage."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -3489,8 +3491,8 @@ cim:EnergySource.nominalVoltage a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergySource.pMax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pMax"@en ; - rdfs:comment "This is the maximum active power that can be produced by the source. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment." ; + rdfs:label "pMax" ; + rdfs:comment "This is the maximum active power that can be produced by the source. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -3501,8 +3503,8 @@ cim:EnergySource.pMax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergySource.pMin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pMin"@en ; - rdfs:comment "This is the minimum active power that can be produced by the source. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment." ; + rdfs:label "pMin" ; + rdfs:comment "This is the minimum active power that can be produced by the source. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -3513,25 +3515,25 @@ cim:EnergySource.pMin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:Equipment.aggregate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "aggregate"@en ; + rdfs:label "aggregate" ; rdfs:comment """The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. -The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.""" ; +The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Equipment ; rdfs:range xsd:boolean . cim:Equipment.normallyInService a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normallyInService"@en ; - rdfs:comment "Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model." ; + rdfs:label "normallyInService" ; + rdfs:comment "Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Equipment ; rdfs:range xsd:boolean . cim:EquivalentBranch.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Positive sequence series resistance of the reduced branch." ; + rdfs:label "r" ; + rdfs:comment "Positive sequence series resistance of the reduced branch."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -3542,9 +3544,9 @@ cim:EquivalentBranch.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EquivalentBranch.r21 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r21"@en ; + rdfs:label "r21" ; rdfs:comment """Resistance from terminal sequence 2 to terminal sequence 1 .Used for steady state power flow. This attribute is optional and represent unbalanced network such as off-nominal phase shifter. If only EquivalentBranch.r is given, then EquivalentBranch.r21 is assumed equal to EquivalentBranch.r. -Usage rule : EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +Usage rule : EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -3555,8 +3557,8 @@ Usage rule : EquivalentBranch is a result of network reduction prior to the data rdfs:range xsd:float . cim:EquivalentBranch.x a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x"@en ; - rdfs:comment "Positive sequence series reactance of the reduced branch." ; + rdfs:label "x" ; + rdfs:comment "Positive sequence series reactance of the reduced branch."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -3567,9 +3569,9 @@ cim:EquivalentBranch.x a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EquivalentBranch.x21 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x21"@en ; + rdfs:label "x21" ; rdfs:comment """Reactance from terminal sequence 2 to terminal sequence 1. Used for steady state power flow. This attribute is optional and represents an unbalanced network such as off-nominal phase shifter. If only EquivalentBranch.x is given, then EquivalentBranch.x21 is assumed equal to EquivalentBranch.x. -Usage rule: EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +Usage rule: EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -3580,8 +3582,8 @@ Usage rule: EquivalentBranch is a result of network reduction prior to the data rdfs:range xsd:float . cim:EquivalentInjection.maxP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxP"@en ; - rdfs:comment "Maximum active power of the injection." ; + rdfs:label "maxP" ; + rdfs:comment "Maximum active power of the injection."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -3592,8 +3594,8 @@ cim:EquivalentInjection.maxP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EquivalentInjection.maxQ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxQ"@en ; - rdfs:comment "Maximum reactive power of the injection. Used for modelling of infeed for load flow exchange. Not used for short circuit modelling. If maxQ and minQ are not used ReactiveCapabilityCurve can be used." ; + rdfs:label "maxQ" ; + rdfs:comment "Maximum reactive power of the injection. Used for modelling of infeed for load flow exchange. Not used for short circuit modelling. If maxQ and minQ are not used ReactiveCapabilityCurve can be used."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -3604,8 +3606,8 @@ cim:EquivalentInjection.maxQ a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EquivalentInjection.minP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minP"@en ; - rdfs:comment "Minimum active power of the injection." ; + rdfs:label "minP" ; + rdfs:comment "Minimum active power of the injection."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -3616,8 +3618,8 @@ cim:EquivalentInjection.minP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EquivalentInjection.minQ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minQ"@en ; - rdfs:comment "Minimum reactive power of the injection. Used for modelling of infeed for load flow exchange. Not used for short circuit modelling. If maxQ and minQ are not used ReactiveCapabilityCurve can be used." ; + rdfs:label "minQ" ; + rdfs:comment "Minimum reactive power of the injection. Used for modelling of infeed for load flow exchange. Not used for short circuit modelling. If maxQ and minQ are not used ReactiveCapabilityCurve can be used."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -3628,16 +3630,16 @@ cim:EquivalentInjection.minQ a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EquivalentInjection.regulationCapability a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "regulationCapability"@en ; - rdfs:comment "Specifies whether or not the EquivalentInjection has the capability to regulate the local voltage. If true the EquivalentInjection can regulate. If false the EquivalentInjection cannot regulate. ReactiveCapabilityCurve can only be associated with EquivalentInjection if the flag is true." ; + rdfs:label "regulationCapability" ; + rdfs:comment "Specifies whether or not the EquivalentInjection has the capability to regulate the local voltage. If true the EquivalentInjection can regulate. If false the EquivalentInjection cannot regulate. ReactiveCapabilityCurve can only be associated with EquivalentInjection if the flag is true."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:EquivalentInjection ; rdfs:range xsd:boolean . cim:EquivalentShunt.b a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b"@en ; - rdfs:comment "Positive sequence shunt susceptance." ; + rdfs:label "b" ; + rdfs:comment "Positive sequence shunt susceptance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -3648,8 +3650,8 @@ cim:EquivalentShunt.b a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EquivalentShunt.g a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g"@en ; - rdfs:comment "Positive sequence shunt conductance." ; + rdfs:label "g" ; + rdfs:comment "Positive sequence shunt conductance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -3660,8 +3662,8 @@ cim:EquivalentShunt.g a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ExternalNetworkInjection.governorSCD a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "governorSCD"@en ; - rdfs:comment "Power Frequency Bias. This is the change in power injection divided by the change in frequency and negated. A positive value of the power frequency bias provides additional power injection upon a drop in frequency." ; + rdfs:label "governorSCD" ; + rdfs:comment "Power Frequency Bias. This is the change in power injection divided by the change in frequency and negated. A positive value of the power frequency bias provides additional power injection upon a drop in frequency."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.WPerHz ; cims:multiplicity cims:M:1..1 ; @@ -3672,8 +3674,8 @@ cim:ExternalNetworkInjection.governorSCD a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . cim:ExternalNetworkInjection.maxP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxP"@en ; - rdfs:comment "Maximum active power of the injection." ; + rdfs:label "maxP" ; + rdfs:comment "Maximum active power of the injection."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -3684,8 +3686,8 @@ cim:ExternalNetworkInjection.maxP a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:ExternalNetworkInjection.maxQ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxQ"@en ; - rdfs:comment "Maximum reactive power limit. It is used for modelling of infeed for load flow exchange and not for short circuit modelling." ; + rdfs:label "maxQ" ; + rdfs:comment "Maximum reactive power limit. It is used for modelling of infeed for load flow exchange and not for short circuit modelling."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -3696,8 +3698,8 @@ cim:ExternalNetworkInjection.maxQ a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:ExternalNetworkInjection.minP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minP"@en ; - rdfs:comment "Minimum active power of the injection." ; + rdfs:label "minP" ; + rdfs:comment "Minimum active power of the injection."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -3708,8 +3710,8 @@ cim:ExternalNetworkInjection.minP a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:ExternalNetworkInjection.minQ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minQ"@en ; - rdfs:comment "Minimum reactive power limit. It is used for modelling of infeed for load flow exchange and not for short circuit modelling." ; + rdfs:label "minQ" ; + rdfs:comment "Minimum reactive power limit. It is used for modelling of infeed for load flow exchange and not for short circuit modelling."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -3720,8 +3722,8 @@ cim:ExternalNetworkInjection.minQ a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:GeneratingUnit.governorSCD a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "governorSCD"@en ; - rdfs:comment "Governor Speed Changer Droop. This is the change in generator power output divided by the change in frequency normalized by the nominal power of the generator and the nominal frequency and expressed in percent and negated. A positive value of speed change droop provides additional generator output upon a drop in frequency." ; + rdfs:label "governorSCD" ; + rdfs:comment "Governor Speed Changer Droop. This is the change in generator power output divided by the change in frequency normalized by the nominal power of the generator and the nominal frequency and expressed in percent and negated. A positive value of speed change droop provides additional generator output upon a drop in frequency."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -3732,16 +3734,16 @@ cim:GeneratingUnit.governorSCD a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GeneratingUnit.longPF a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "longPF"@en ; - rdfs:comment "Generating unit long term economic participation factor." ; + rdfs:label "longPF" ; + rdfs:comment "Generating unit long term economic participation factor."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GeneratingUnit ; rdfs:range xsd:float . cim:GeneratingUnit.maxOperatingP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxOperatingP"@en ; - rdfs:comment "This is the maximum operating active power limit the dispatcher can enter for this unit." ; + rdfs:label "maxOperatingP" ; + rdfs:comment "This is the maximum operating active power limit the dispatcher can enter for this unit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -3752,8 +3754,8 @@ cim:GeneratingUnit.maxOperatingP a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:GeneratingUnit.maximumAllowableSpinningReserve a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maximumAllowableSpinningReserve"@en ; - rdfs:comment "Maximum allowable spinning reserve. Spinning reserve will never be considered greater than this value regardless of the current operating point." ; + rdfs:label "maximumAllowableSpinningReserve" ; + rdfs:comment "Maximum allowable spinning reserve. Spinning reserve will never be considered greater than this value regardless of the current operating point."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -3764,8 +3766,8 @@ cim:GeneratingUnit.maximumAllowableSpinningReserve a owl:DatatypeProperty, owl:F rdfs:range xsd:float . cim:GeneratingUnit.minOperatingP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minOperatingP"@en ; - rdfs:comment "This is the minimum operating active power limit the dispatcher can enter for this unit." ; + rdfs:label "minOperatingP" ; + rdfs:comment "This is the minimum operating active power limit the dispatcher can enter for this unit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -3776,9 +3778,9 @@ cim:GeneratingUnit.minOperatingP a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:GeneratingUnit.nominalP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nominalP"@en ; + rdfs:label "nominalP" ; rdfs:comment """The nominal power of the generating unit. Used to give precise meaning to percentage based attributes such as the governor speed change droop (governorSCD attribute). -The attribute shall be a positive value equal to or less than RotatingMachine.ratedS.""" ; +The attribute shall be a positive value equal to or less than RotatingMachine.ratedS."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -3789,9 +3791,9 @@ The attribute shall be a positive value equal to or less than RotatingMachine.ra rdfs:range xsd:float . cim:GeneratingUnit.ratedGrossMaxP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedGrossMaxP"@en ; + rdfs:label "ratedGrossMaxP" ; rdfs:comment """The unit's gross rated maximum capacity (book value). -The attribute shall be a positive value.""" ; +The attribute shall be a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -3802,9 +3804,9 @@ The attribute shall be a positive value.""" ; rdfs:range xsd:float . cim:GeneratingUnit.ratedGrossMinP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedGrossMinP"@en ; + rdfs:label "ratedGrossMinP" ; rdfs:comment """The gross rated minimum generation level which the unit can safely operate at while delivering power to the transmission grid. -The attribute shall be a positive value.""" ; +The attribute shall be a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -3815,9 +3817,9 @@ The attribute shall be a positive value.""" ; rdfs:range xsd:float . cim:GeneratingUnit.ratedNetMaxP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedNetMaxP"@en ; + rdfs:label "ratedNetMaxP" ; rdfs:comment """The net rated maximum capacity determined by subtracting the auxiliary power used to operate the internal plant machinery from the rated gross maximum capacity. -The attribute shall be a positive value.""" ; +The attribute shall be a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -3828,16 +3830,16 @@ The attribute shall be a positive value.""" ; rdfs:range xsd:float . cim:GeneratingUnit.shortPF a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "shortPF"@en ; - rdfs:comment "Generating unit short term economic participation factor." ; + rdfs:label "shortPF" ; + rdfs:comment "Generating unit short term economic participation factor."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GeneratingUnit ; rdfs:range xsd:float . cim:GeneratingUnit.startupCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startupCost"@en ; - rdfs:comment "The initial startup cost incurred for each start of the GeneratingUnit." ; + rdfs:label "startupCost" ; + rdfs:comment "The initial startup cost incurred for each start of the GeneratingUnit."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; @@ -3846,8 +3848,8 @@ cim:GeneratingUnit.startupCost a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:decimal . cim:GeneratingUnit.startupTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startupTime"@en ; - rdfs:comment "Time it takes to get the unit on-line, from the time that the prime mover mechanical power is applied." ; + rdfs:label "startupTime" ; + rdfs:comment "Time it takes to get the unit on-line, from the time that the prime mover mechanical power is applied."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:0..1 ; @@ -3858,8 +3860,8 @@ cim:GeneratingUnit.startupTime a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:GeneratingUnit.totalEfficiency a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "totalEfficiency"@en ; - rdfs:comment "The efficiency of the unit in converting the fuel into electrical energy." ; + rdfs:label "totalEfficiency" ; + rdfs:comment "The efficiency of the unit in converting the fuel into electrical energy."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -3870,8 +3872,8 @@ cim:GeneratingUnit.totalEfficiency a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:GeneratingUnit.variableCost a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "variableCost"@en ; - rdfs:comment "The variable cost component of production per unit of ActivePower." ; + rdfs:label "variableCost" ; + rdfs:comment "The variable cost component of production per unit of ActivePower."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; @@ -3880,8 +3882,8 @@ cim:GeneratingUnit.variableCost a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:decimal . cim:HydroGeneratingUnit.dropHeight a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dropHeight"@en ; - rdfs:comment "The height water drops from the reservoir mid-point to the turbine." ; + rdfs:label "dropHeight" ; + rdfs:comment "The height water drops from the reservoir mid-point to the turbine."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:0..1 ; @@ -3892,33 +3894,33 @@ cim:HydroGeneratingUnit.dropHeight a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:LinearShuntCompensator.bPerSection a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "bPerSection"@en ; - rdfs:comment "Positive sequence shunt (charging) susceptance per section." ; + rdfs:label "bPerSection" ; + rdfs:comment "Positive sequence shunt (charging) susceptance per section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -3929,8 +3931,8 @@ cim:LinearShuntCompensator.bPerSection a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . cim:LinearShuntCompensator.gPerSection a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gPerSection"@en ; - rdfs:comment "Positive sequence shunt (charging) conductance per section." ; + rdfs:label "gPerSection" ; + rdfs:comment "Positive sequence shunt (charging) conductance per section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -3941,7 +3943,7 @@ cim:LinearShuntCompensator.gPerSection a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . cim:LoadResponseCharacteristic.exponentModel a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "exponentModel"@en ; + rdfs:label "exponentModel" ; rdfs:comment """Indicates the exponential voltage dependency model is to be used. If false, the coefficient model is to be used. The exponential voltage dependency model consist of the attributes: - pVoltageExponent @@ -3956,95 +3958,95 @@ The coefficient model consist of the attributes: - qConstantCurrent - qConstantPower. The sum of pConstantImpedance, pConstantCurrent and pConstantPower shall equal 1. -The sum of qConstantImpedance, qConstantCurrent and qConstantPower shall equal 1.""" ; +The sum of qConstantImpedance, qConstantCurrent and qConstantPower shall equal 1."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadResponseCharacteristic ; rdfs:range xsd:boolean . cim:LoadResponseCharacteristic.pConstantCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pConstantCurrent"@en ; - rdfs:comment "Portion of active power load modelled as constant current." ; + rdfs:label "pConstantCurrent" ; + rdfs:comment "Portion of active power load modelled as constant current."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadResponseCharacteristic ; rdfs:range xsd:float . cim:LoadResponseCharacteristic.pConstantImpedance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pConstantImpedance"@en ; - rdfs:comment "Portion of active power load modelled as constant impedance." ; + rdfs:label "pConstantImpedance" ; + rdfs:comment "Portion of active power load modelled as constant impedance."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadResponseCharacteristic ; rdfs:range xsd:float . cim:LoadResponseCharacteristic.pConstantPower a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pConstantPower"@en ; - rdfs:comment "Portion of active power load modelled as constant power." ; + rdfs:label "pConstantPower" ; + rdfs:comment "Portion of active power load modelled as constant power."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadResponseCharacteristic ; rdfs:range xsd:float . cim:LoadResponseCharacteristic.pFrequencyExponent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pFrequencyExponent"@en ; - rdfs:comment "Exponent of per unit frequency effecting active power." ; + rdfs:label "pFrequencyExponent" ; + rdfs:comment "Exponent of per unit frequency effecting active power."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadResponseCharacteristic ; rdfs:range xsd:float . cim:LoadResponseCharacteristic.pVoltageExponent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pVoltageExponent"@en ; - rdfs:comment "Exponent of per unit voltage effecting real power." ; + rdfs:label "pVoltageExponent" ; + rdfs:comment "Exponent of per unit voltage effecting real power."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadResponseCharacteristic ; rdfs:range xsd:float . cim:LoadResponseCharacteristic.qConstantCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qConstantCurrent"@en ; - rdfs:comment "Portion of reactive power load modelled as constant current." ; + rdfs:label "qConstantCurrent" ; + rdfs:comment "Portion of reactive power load modelled as constant current."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadResponseCharacteristic ; rdfs:range xsd:float . cim:LoadResponseCharacteristic.qConstantImpedance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qConstantImpedance"@en ; - rdfs:comment "Portion of reactive power load modelled as constant impedance." ; + rdfs:label "qConstantImpedance" ; + rdfs:comment "Portion of reactive power load modelled as constant impedance."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadResponseCharacteristic ; rdfs:range xsd:float . cim:LoadResponseCharacteristic.qConstantPower a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qConstantPower"@en ; - rdfs:comment "Portion of reactive power load modelled as constant power." ; + rdfs:label "qConstantPower" ; + rdfs:comment "Portion of reactive power load modelled as constant power."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadResponseCharacteristic ; rdfs:range xsd:float . cim:LoadResponseCharacteristic.qFrequencyExponent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qFrequencyExponent"@en ; - rdfs:comment "Exponent of per unit frequency effecting reactive power." ; + rdfs:label "qFrequencyExponent" ; + rdfs:comment "Exponent of per unit frequency effecting reactive power."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadResponseCharacteristic ; rdfs:range xsd:float . cim:LoadResponseCharacteristic.qVoltageExponent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qVoltageExponent"@en ; - rdfs:comment "Exponent of per unit voltage effecting reactive power." ; + rdfs:label "qVoltageExponent" ; + rdfs:comment "Exponent of per unit voltage effecting reactive power."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LoadResponseCharacteristic ; rdfs:range xsd:float . cim:NonlinearShuntCompensatorPoint.b a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b"@en ; - rdfs:comment "Positive sequence shunt (charging) susceptance per section." ; + rdfs:label "b" ; + rdfs:comment "Positive sequence shunt (charging) susceptance per section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -4055,8 +4057,8 @@ cim:NonlinearShuntCompensatorPoint.b a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:NonlinearShuntCompensatorPoint.g a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g"@en ; - rdfs:comment "Positive sequence shunt (charging) conductance per section." ; + rdfs:label "g" ; + rdfs:comment "Positive sequence shunt (charging) conductance per section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -4067,16 +4069,16 @@ cim:NonlinearShuntCompensatorPoint.g a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:NonlinearShuntCompensatorPoint.sectionNumber a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sectionNumber"@en ; - rdfs:comment "The number of the section." ; + rdfs:label "sectionNumber" ; + rdfs:comment "The number of the section."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:NonlinearShuntCompensatorPoint ; rdfs:range xsd:integer . cim:OperationalLimitType.acceptableDuration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "acceptableDuration"@en ; - rdfs:comment "The nominal acceptable duration of the limit. Limits are commonly expressed in terms of the time limit for which the limit is normally acceptable. The actual acceptable duration of a specific limit may depend on other local factors such as temperature or wind speed. The attribute has meaning only if the flag isInfiniteDuration is set to false, hence it shall not be exchanged when isInfiniteDuration is set to true." ; + rdfs:label "acceptableDuration" ; + rdfs:comment "The nominal acceptable duration of the limit. Limits are commonly expressed in terms of the time limit for which the limit is normally acceptable. The actual acceptable duration of a specific limit may depend on other local factors such as temperature or wind speed. The attribute has meaning only if the flag isInfiniteDuration is set to false, hence it shall not be exchanged when isInfiniteDuration is set to true."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:0..1 ; @@ -4087,16 +4089,16 @@ cim:OperationalLimitType.acceptableDuration a owl:DatatypeProperty, owl:Function rdfs:range xsd:float . cim:OperationalLimitType.isInfiniteDuration a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isInfiniteDuration"@en ; - rdfs:comment "Defines if the operational limit type has infinite duration. If true, the limit has infinite duration. If false, the limit has definite duration which is defined by the attribute acceptableDuration." ; + rdfs:label "isInfiniteDuration" ; + rdfs:comment "Defines if the operational limit type has infinite duration. If true, the limit has infinite duration. If false, the limit has definite duration which is defined by the attribute acceptableDuration."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:OperationalLimitType ; rdfs:range xsd:boolean . cim:PhaseTapChangerAsymmetrical.windingConnectionAngle a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "windingConnectionAngle"@en ; - rdfs:comment "The phase angle between the in-phase winding and the out-of -phase winding used for creating phase shift. The out-of-phase winding produces what is known as the difference voltage. Setting this angle to 90 degrees is not the same as a symmetrical transformer. The attribute can only be multiples of 30 degrees. The allowed range is -150 degrees to 150 degrees excluding 0." ; + rdfs:label "windingConnectionAngle" ; + rdfs:comment "The phase angle between the in-phase winding and the out-of -phase winding used for creating phase shift. The out-of-phase winding produces what is known as the difference voltage. Setting this angle to 90 degrees is not the same as a symmetrical transformer. The attribute can only be multiples of 30 degrees. The allowed range is -150 degrees to 150 degrees excluding 0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -4107,9 +4109,9 @@ cim:PhaseTapChangerAsymmetrical.windingConnectionAngle a owl:DatatypeProperty, o rdfs:range xsd:float . cim:PhaseTapChangerLinear.stepPhaseShiftIncrement a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "stepPhaseShiftIncrement"@en ; + rdfs:label "stepPhaseShiftIncrement" ; rdfs:comment """Phase shift per step position. A positive value indicates a positive angle variation from the Terminal at the PowerTransformerEnd, where the TapChanger is located, into the transformer. -The actual phase shift increment might be more accurately computed from the symmetrical or asymmetrical models or a tap step table lookup if those are available.""" ; +The actual phase shift increment might be more accurately computed from the symmetrical or asymmetrical models or a tap step table lookup if those are available."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -4120,8 +4122,8 @@ The actual phase shift increment might be more accurately computed from the symm rdfs:range xsd:float . cim:PhaseTapChangerLinear.xMax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xMax"@en ; - rdfs:comment "The reactance depends on the tap position according to a \"u\" shaped curve. The maximum reactance (xMax) appears at the low and high tap positions. Depending on the “u” curve the attribute can be either higher or lower than PowerTransformerEnd.x." ; + rdfs:label "xMax" ; + rdfs:comment "The reactance depends on the tap position according to a \"u\" shaped curve. The maximum reactance (xMax) appears at the low and high tap positions. Depending on the “u” curve the attribute can be either higher or lower than PowerTransformerEnd.x."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -4132,8 +4134,8 @@ cim:PhaseTapChangerLinear.xMax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PhaseTapChangerLinear.xMin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xMin"@en ; - rdfs:comment "The reactance depends on the tap position according to a \"u\" shaped curve. The minimum reactance (xMin) appears at the mid tap position. PowerTransformerEnd.x shall be consistent with PhaseTapChangerLinear.xMin and PhaseTapChangerNonLinear.xMin. In case of inconsistency, PowerTransformerEnd.x shall be used." ; + rdfs:label "xMin" ; + rdfs:comment "The reactance depends on the tap position according to a \"u\" shaped curve. The minimum reactance (xMin) appears at the mid tap position. PowerTransformerEnd.x shall be consistent with PhaseTapChangerLinear.xMin and PhaseTapChangerNonLinear.xMin. In case of inconsistency, PowerTransformerEnd.x shall be used."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -4145,9 +4147,9 @@ cim:PhaseTapChangerLinear.xMin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PhaseTapChangerNonLinear.voltageStepIncrement a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "voltageStepIncrement"@en ; + rdfs:label "voltageStepIncrement" ; rdfs:comment """The voltage step increment on the out of phase winding (the PowerTransformerEnd where the TapChanger is located) specified in percent of rated voltage of the PowerTransformerEnd. A positive value means a positive voltage variation from the Terminal at the PowerTransformerEnd, where the TapChanger is located, into the transformer. -When the increment is negative, the voltage decreases when the tap step increases.""" ; +When the increment is negative, the voltage decreases when the tap step increases."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4158,8 +4160,8 @@ When the increment is negative, the voltage decreases when the tap step increase rdfs:range xsd:float . cim:PhaseTapChangerNonLinear.xMax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xMax"@en ; - rdfs:comment "The reactance depends on the tap position according to a \"u\" shaped curve. The maximum reactance (xMax) appears at the low and high tap positions. Depending on the “u” curve the attribute can be either higher or lower than PowerTransformerEnd.x." ; + rdfs:label "xMax" ; + rdfs:comment "The reactance depends on the tap position according to a \"u\" shaped curve. The maximum reactance (xMax) appears at the low and high tap positions. Depending on the “u” curve the attribute can be either higher or lower than PowerTransformerEnd.x."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -4170,8 +4172,8 @@ cim:PhaseTapChangerNonLinear.xMax a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:PhaseTapChangerNonLinear.xMin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xMin"@en ; - rdfs:comment "The reactance depend on the tap position according to a \"u\" shaped curve. The minimum reactance (xMin) appear at the mid tap position. PowerTransformerEnd.x shall be consistent with PhaseTapChangerLinear.xMin and PhaseTapChangerNonLinear.xMin. In case of inconsistency, PowerTransformerEnd.x shall be used." ; + rdfs:label "xMin" ; + rdfs:comment "The reactance depend on the tap position according to a \"u\" shaped curve. The minimum reactance (xMin) appear at the mid tap position. PowerTransformerEnd.x shall be consistent with PhaseTapChangerLinear.xMin and PhaseTapChangerNonLinear.xMin. In case of inconsistency, PowerTransformerEnd.x shall be used."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -4183,8 +4185,8 @@ cim:PhaseTapChangerNonLinear.xMin a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:PhaseTapChangerTablePoint.angle a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "angle"@en ; - rdfs:comment "The angle difference in degrees. A positive value indicates a positive angle variation from the Terminal at the PowerTransformerEnd, where the TapChanger is located, into the transformer." ; + rdfs:label "angle" ; + rdfs:comment "The angle difference in degrees. A positive value indicates a positive angle variation from the Terminal at the PowerTransformerEnd, where the TapChanger is located, into the transformer."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -4195,8 +4197,8 @@ cim:PhaseTapChangerTablePoint.angle a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . cim:PowerElectronicsConnection.maxQ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxQ"@en ; - rdfs:comment "Maximum reactive power limit. This is the maximum (nameplate) limit for the unit." ; + rdfs:label "maxQ" ; + rdfs:comment "Maximum reactive power limit. This is the maximum (nameplate) limit for the unit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -4207,8 +4209,8 @@ cim:PowerElectronicsConnection.maxQ a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . cim:PowerElectronicsConnection.minQ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minQ"@en ; - rdfs:comment "Minimum reactive power limit for the unit. This is the minimum (nameplate) limit for the unit." ; + rdfs:label "minQ" ; + rdfs:comment "Minimum reactive power limit for the unit. This is the minimum (nameplate) limit for the unit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -4219,9 +4221,9 @@ cim:PowerElectronicsConnection.minQ a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . cim:PowerElectronicsConnection.ratedS a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedS"@en ; + rdfs:label "ratedS" ; rdfs:comment """Nameplate apparent power rating for the unit. -The attribute shall have a positive value.""" ; +The attribute shall have a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VA ; cims:multiplicity cims:M:0..1 ; @@ -4232,9 +4234,9 @@ The attribute shall have a positive value.""" ; rdfs:range xsd:float . cim:PowerElectronicsConnection.ratedU a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedU"@en ; + rdfs:label "ratedU" ; rdfs:comment """Rated voltage (nameplate data, Ur in IEC 60909-0). It is primarily used for short circuit data exchange according to IEC 60909. -The attribute shall be a positive value.""" ; +The attribute shall be a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -4245,8 +4247,8 @@ The attribute shall be a positive value.""" ; rdfs:range xsd:float . cim:PowerElectronicsUnit.maxP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxP"@en ; - rdfs:comment "Maximum active power limit. This is the maximum (nameplate) limit for the unit." ; + rdfs:label "maxP" ; + rdfs:comment "Maximum active power limit. This is the maximum (nameplate) limit for the unit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -4257,8 +4259,8 @@ cim:PowerElectronicsUnit.maxP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PowerElectronicsUnit.minP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minP"@en ; - rdfs:comment "Minimum active power limit. This is the minimum (nameplate) limit for the unit." ; + rdfs:label "minP" ; + rdfs:comment "Minimum active power limit. This is the minimum (nameplate) limit for the unit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -4269,8 +4271,8 @@ cim:PowerElectronicsUnit.minP a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PowerTransformerEnd.b a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b"@en ; - rdfs:comment "Magnetizing branch susceptance (B mag). The value can be positive or negative." ; + rdfs:label "b" ; + rdfs:comment "Magnetizing branch susceptance (B mag). The value can be positive or negative."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -4281,8 +4283,8 @@ cim:PowerTransformerEnd.b a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PowerTransformerEnd.g a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g"@en ; - rdfs:comment "Magnetizing branch conductance." ; + rdfs:label "g" ; + rdfs:comment "Magnetizing branch conductance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:0..1 ; @@ -4293,9 +4295,9 @@ cim:PowerTransformerEnd.g a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PowerTransformerEnd.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; + rdfs:label "r" ; rdfs:comment """Resistance (star-model) of the transformer end. -The attribute shall be equal to or greater than zero for non-equivalent transformers.""" ; +The attribute shall be equal to or greater than zero for non-equivalent transformers."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -4306,9 +4308,9 @@ The attribute shall be equal to or greater than zero for non-equivalent transfor rdfs:range xsd:float . cim:PowerTransformerEnd.ratedS a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedS"@en ; + rdfs:label "ratedS" ; rdfs:comment """Normal apparent power rating. -The attribute shall be a positive value. For a two-winding transformer the values for the high and low voltage sides shall be identical.""" ; +The attribute shall be a positive value. For a two-winding transformer the values for the high and low voltage sides shall be identical."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VA ; cims:multiplicity cims:M:0..1 ; @@ -4319,10 +4321,10 @@ The attribute shall be a positive value. For a two-winding transformer the value rdfs:range xsd:float . cim:PowerTransformerEnd.ratedU a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedU"@en ; + rdfs:label "ratedU" ; rdfs:comment """Rated voltage: phase-phase for three-phase windings, and either phase-phase or phase-neutral for single-phase windings. A high voltage side, as given by TransformerEnd.endNumber, shall have a ratedU that is greater than or equal to ratedU for the lower voltage sides. -The attribute shall be a positive value.""" ; +The attribute shall be a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -4333,8 +4335,8 @@ The attribute shall be a positive value.""" ; rdfs:range xsd:float . cim:PowerTransformerEnd.x a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x"@en ; - rdfs:comment "Positive sequence series reactance (star-model) of the transformer end." ; + rdfs:label "x" ; + rdfs:comment "Positive sequence series reactance (star-model) of the transformer end."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -4345,9 +4347,9 @@ cim:PowerTransformerEnd.x a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:RatioTapChanger.stepVoltageIncrement a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "stepVoltageIncrement"@en ; + rdfs:label "stepVoltageIncrement" ; rdfs:comment """Tap step increment, in per cent of rated voltage of the power transformer end, per step position. -When the increment is negative, the voltage decreases when the tap step increases.""" ; +When the increment is negative, the voltage decreases when the tap step increases."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -4358,16 +4360,16 @@ When the increment is negative, the voltage decreases when the tap step increase rdfs:range xsd:float . cim:RegularIntervalSchedule.endTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "endTime"@en ; - rdfs:comment "The time for the last time point. The value can be a time of day, not a specific date." ; + rdfs:label "endTime" ; + rdfs:comment "The time for the last time point. The value can be a time of day, not a specific date."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegularIntervalSchedule ; rdfs:range xsd:dateTime . cim:RegularIntervalSchedule.timeStep a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "timeStep"@en ; - rdfs:comment "The time between each pair of subsequent regular time points in sequence order." ; + rdfs:label "timeStep" ; + rdfs:comment "The time between each pair of subsequent regular time points in sequence order."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:1..1 ; @@ -4378,41 +4380,41 @@ cim:RegularIntervalSchedule.timeStep a owl:DatatypeProperty, owl:FunctionalPrope rdfs:range xsd:float . cim:RegularTimePoint.sequenceNumber a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sequenceNumber"@en ; - rdfs:comment "The position of the regular time point in the sequence. Note that time points don't have to be sequential, i.e. time points may be omitted. The actual time for a RegularTimePoint is computed by multiplying the associated regular interval schedule's time step with the regular time point sequence number and adding the associated schedules start time. To specify values for the start time, use sequence number 0. The sequence number cannot be negative." ; + rdfs:label "sequenceNumber" ; + rdfs:comment "The position of the regular time point in the sequence. Note that time points don't have to be sequential, i.e. time points may be omitted. The actual time for a RegularTimePoint is computed by multiplying the associated regular interval schedule's time step with the regular time point sequence number and adding the associated schedules start time. To specify values for the start time, use sequence number 0. The sequence number cannot be negative."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegularTimePoint ; rdfs:range xsd:integer . cim:RegularTimePoint.value1 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value1"@en ; - rdfs:comment "The first value at the time. The meaning of the value is defined by the derived type of the associated schedule." ; + rdfs:label "value1" ; + rdfs:comment "The first value at the time. The meaning of the value is defined by the derived type of the associated schedule."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegularTimePoint ; rdfs:range xsd:float . cim:RegularTimePoint.value2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value2"@en ; - rdfs:comment "The second value at the time. The meaning of the value is defined by the derived type of the associated schedule." ; + rdfs:label "value2" ; + rdfs:comment "The second value at the time. The meaning of the value is defined by the derived type of the associated schedule."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegularTimePoint ; rdfs:range xsd:float . cim:RotatingMachine.ratedPowerFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedPowerFactor"@en ; - rdfs:comment "Power factor (nameplate data). It is primarily used for short circuit data exchange according to IEC 60909. The attribute cannot be a negative value." ; + rdfs:label "ratedPowerFactor" ; + rdfs:comment "Power factor (nameplate data). It is primarily used for short circuit data exchange according to IEC 60909. The attribute cannot be a negative value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RotatingMachine ; rdfs:range xsd:float . cim:RotatingMachine.ratedS a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedS"@en ; + rdfs:label "ratedS" ; rdfs:comment """Nameplate apparent power rating for the unit. -The attribute shall have a positive value.""" ; +The attribute shall have a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VA ; cims:multiplicity cims:M:0..1 ; @@ -4423,9 +4425,9 @@ The attribute shall have a positive value.""" ; rdfs:range xsd:float . cim:RotatingMachine.ratedU a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedU"@en ; + rdfs:label "ratedU" ; rdfs:comment """Rated voltage (nameplate data, Ur in IEC 60909-0). It is primarily used for short circuit data exchange according to IEC 60909. -The attribute shall be a positive value.""" ; +The attribute shall be a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -4436,24 +4438,24 @@ The attribute shall be a positive value.""" ; rdfs:range xsd:float . cim:Season.endDate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "endDate"@en ; - rdfs:comment "Date season ends." ; + rdfs:label "endDate" ; + rdfs:comment "Date season ends."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Season ; rdfs:range xsd:gMonthDay . cim:Season.startDate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "startDate"@en ; - rdfs:comment "Date season starts." ; + rdfs:label "startDate" ; + rdfs:comment "Date season starts."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Season ; rdfs:range xsd:gMonthDay . cim:SeriesCompensator.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Positive sequence resistance." ; + rdfs:label "r" ; + rdfs:comment "Positive sequence resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -4464,8 +4466,8 @@ cim:SeriesCompensator.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SeriesCompensator.x a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x"@en ; - rdfs:comment "Positive sequence reactance." ; + rdfs:label "x" ; + rdfs:comment "Positive sequence reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -4476,8 +4478,8 @@ cim:SeriesCompensator.x a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ShuntCompensator.aVRDelay a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "aVRDelay"@en ; - rdfs:comment "An automatic voltage regulation delay (AVRDelay) which is the time delay from a change in voltage to when the capacitor is allowed to change state. This filters out temporary changes in voltage." ; + rdfs:label "aVRDelay" ; + rdfs:comment "An automatic voltage regulation delay (AVRDelay) which is the time delay from a change in voltage to when the capacitor is allowed to change state. This filters out temporary changes in voltage."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.s ; cims:multiplicity cims:M:0..1 ; @@ -4488,24 +4490,24 @@ cim:ShuntCompensator.aVRDelay a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ShuntCompensator.grounded a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "grounded"@en ; - rdfs:comment "Used for Yn and Zn connections. True if the neutral is solidly grounded." ; + rdfs:label "grounded" ; + rdfs:comment "Used for Yn and Zn connections. True if the neutral is solidly grounded."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ShuntCompensator ; rdfs:range xsd:boolean . cim:ShuntCompensator.maximumSections a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maximumSections"@en ; - rdfs:comment "The maximum number of sections that may be switched in." ; + rdfs:label "maximumSections" ; + rdfs:comment "The maximum number of sections that may be switched in."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ShuntCompensator ; rdfs:range xsd:integer . cim:ShuntCompensator.nomU a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nomU"@en ; - rdfs:comment "The voltage at which the nominal reactive power may be calculated. This should normally be within 10% of the voltage at which the capacitor is connected to the network." ; + rdfs:label "nomU" ; + rdfs:comment "The voltage at which the nominal reactive power may be calculated. This should normally be within 10% of the voltage at which the capacitor is connected to the network."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -4516,16 +4518,16 @@ cim:ShuntCompensator.nomU a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ShuntCompensator.normalSections a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalSections"@en ; - rdfs:comment "The normal number of sections switched in. The value shall be between zero and ShuntCompensator.maximumSections." ; + rdfs:label "normalSections" ; + rdfs:comment "The normal number of sections switched in. The value shall be between zero and ShuntCompensator.maximumSections."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ShuntCompensator ; rdfs:range xsd:integer . cim:ShuntCompensator.voltageSensitivity a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "voltageSensitivity"@en ; - rdfs:comment "Voltage sensitivity required for the device to regulate the bus voltage, in voltage/reactive power." ; + rdfs:label "voltageSensitivity" ; + rdfs:comment "Voltage sensitivity required for the device to regulate the bus voltage, in voltage/reactive power."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.VPerVAr ; cims:multiplicity cims:M:0..1 ; @@ -4536,8 +4538,8 @@ cim:ShuntCompensator.voltageSensitivity a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . cim:StaticVarCompensator.capacitiveRating a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "capacitiveRating"@en ; - rdfs:comment "Capacitive reactance at maximum capacitive reactive power. Shall always be positive." ; + rdfs:label "capacitiveRating" ; + rdfs:comment "Capacitive reactance at maximum capacitive reactive power. Shall always be positive."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -4548,8 +4550,8 @@ cim:StaticVarCompensator.capacitiveRating a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . cim:StaticVarCompensator.inductiveRating a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inductiveRating"@en ; - rdfs:comment "Inductive reactance at maximum inductive reactive power. Shall always be negative." ; + rdfs:label "inductiveRating" ; + rdfs:comment "Inductive reactance at maximum inductive reactive power. Shall always be negative."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -4560,9 +4562,9 @@ cim:StaticVarCompensator.inductiveRating a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . cim:StaticVarCompensator.slope a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "slope"@en ; + rdfs:label "slope" ; rdfs:comment """The characteristics slope of an SVC defines how the reactive power output changes in proportion to the difference between the regulated bus voltage and the voltage setpoint. -The attribute shall be a positive value or zero.""" ; +The attribute shall be a positive value or zero."""@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.VPerVAr ; cims:multiplicity cims:M:1..1 ; @@ -4573,8 +4575,8 @@ The attribute shall be a positive value or zero.""" ; rdfs:range xsd:float . cim:StaticVarCompensator.voltageSetPoint a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "voltageSetPoint"@en ; - rdfs:comment "The reactive power output of the SVC is proportional to the difference between the voltage at the regulated bus and the voltage setpoint. When the regulated bus voltage is equal to the voltage setpoint, the reactive power output is zero." ; + rdfs:label "voltageSetPoint" ; + rdfs:comment "The reactive power output of the SVC is proportional to the difference between the voltage at the regulated bus and the voltage setpoint. When the regulated bus voltage is equal to the voltage setpoint, the reactive power output is zero."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -4586,17 +4588,17 @@ cim:StaticVarCompensator.voltageSetPoint a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . cim:Switch.normalOpen a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalOpen"@en ; - rdfs:comment "The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen." ; + rdfs:label "normalOpen" ; + rdfs:comment "The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Switch ; rdfs:range xsd:boolean . cim:Switch.ratedCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedCurrent"@en ; + rdfs:label "ratedCurrent" ; rdfs:comment """The maximum continuous current carrying capacity in amps governed by the device material and construction. -The attribute shall be a positive value.""" ; +The attribute shall be a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -4607,16 +4609,16 @@ The attribute shall be a positive value.""" ; rdfs:range xsd:float . cim:Switch.retained a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "retained"@en ; - rdfs:comment "Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow." ; + rdfs:label "retained" ; + rdfs:comment "Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Switch ; rdfs:range xsd:boolean . cim:SynchronousMachine.maxQ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxQ"@en ; - rdfs:comment "Maximum reactive power limit. This is the maximum (nameplate) limit for the unit." ; + rdfs:label "maxQ" ; + rdfs:comment "Maximum reactive power limit. This is the maximum (nameplate) limit for the unit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -4627,8 +4629,8 @@ cim:SynchronousMachine.maxQ a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SynchronousMachine.minQ a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minQ"@en ; - rdfs:comment "Minimum reactive power limit for the unit." ; + rdfs:label "minQ" ; + rdfs:comment "Minimum reactive power limit for the unit."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -4639,8 +4641,8 @@ cim:SynchronousMachine.minQ a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SynchronousMachine.qPercent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qPercent"@en ; - rdfs:comment "Part of the coordinated reactive control that comes from this machine. The attribute is used as a participation factor not necessarily summing up to 100% for the participating devices in the control." ; + rdfs:label "qPercent" ; + rdfs:comment "Part of the coordinated reactive control that comes from this machine. The attribute is used as a participation factor not necessarily summing up to 100% for the participating devices in the control."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -4651,44 +4653,44 @@ cim:SynchronousMachine.qPercent a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TapChanger.highStep a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "highStep"@en ; + rdfs:label "highStep" ; rdfs:comment """Highest possible tap step position, advance from neutral. -The attribute shall be greater than lowStep.""" ; +The attribute shall be greater than lowStep."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TapChanger ; rdfs:range xsd:integer . cim:TapChanger.lowStep a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lowStep"@en ; - rdfs:comment "Lowest possible tap step position, retard from neutral." ; + rdfs:label "lowStep" ; + rdfs:comment "Lowest possible tap step position, retard from neutral."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TapChanger ; rdfs:range xsd:integer . cim:TapChanger.ltcFlag a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ltcFlag"@en ; - rdfs:comment "Specifies whether or not a TapChanger has load tap changing capabilities." ; + rdfs:label "ltcFlag" ; + rdfs:comment "Specifies whether or not a TapChanger has load tap changing capabilities."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TapChanger ; rdfs:range xsd:boolean . cim:TapChanger.neutralStep a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "neutralStep"@en ; + rdfs:label "neutralStep" ; rdfs:comment """The neutral tap step position for this winding. The attribute shall be equal to or greater than lowStep and equal or less than highStep. -It is the step position where the voltage is neutralU when the other terminals of the transformer are at the ratedU. If there are other tap changers on the transformer those taps are kept constant at their neutralStep.""" ; +It is the step position where the voltage is neutralU when the other terminals of the transformer are at the ratedU. If there are other tap changers on the transformer those taps are kept constant at their neutralStep."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TapChanger ; rdfs:range xsd:integer . cim:TapChanger.neutralU a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "neutralU"@en ; + rdfs:label "neutralU" ; rdfs:comment """Voltage at which the winding operates at the neutral tap setting. It is the voltage at the terminal of the PowerTransformerEnd associated with the tap changer when all tap changers on the transformer are at their neutralStep position. Normally neutralU of the tap changer is the same as ratedU of the PowerTransformerEnd, but it can differ in special cases such as when the tapping mechanism is separate from the winding more common on lower voltage transformers. -This attribute is not relevant for PhaseTapChangerAsymmetrical, PhaseTapChangerSymmetrical and PhaseTapChangerLinear.""" ; +This attribute is not relevant for PhaseTapChangerAsymmetrical, PhaseTapChangerSymmetrical and PhaseTapChangerLinear."""@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -4699,18 +4701,18 @@ This attribute is not relevant for PhaseTapChangerAsymmetrical, PhaseTapChangerS rdfs:range xsd:float . cim:TapChanger.normalStep a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalStep"@en ; + rdfs:label "normalStep" ; rdfs:comment """The tap step position used in "normal" network operation for this winding. For a "Fixed" tap changer indicates the current physical tap setting. -The attribute shall be equal to or greater than lowStep and equal to or less than highStep.""" ; +The attribute shall be equal to or greater than lowStep and equal to or less than highStep."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TapChanger ; rdfs:range xsd:integer . cim:TapChangerTablePoint.b a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b"@en ; + rdfs:label "b" ; rdfs:comment """The magnetizing branch susceptance deviation as a percentage of nominal value. The actual susceptance is calculated as follows: -calculated magnetizing susceptance = b(nominal) * (1 + b(from this class)/100). The b(nominal) is defined as the static magnetizing susceptance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.""" ; +calculated magnetizing susceptance = b(nominal) * (1 + b(from this class)/100). The b(nominal) is defined as the static magnetizing susceptance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -4721,9 +4723,9 @@ calculated magnetizing susceptance = b(nominal) * (1 + b(from this class)/100). rdfs:range xsd:float . cim:TapChangerTablePoint.g a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g"@en ; + rdfs:label "g" ; rdfs:comment """The magnetizing branch conductance deviation as a percentage of nominal value. The actual conductance is calculated as follows: -calculated magnetizing conductance = g(nominal) * (1 + g(from this class)/100). The g(nominal) is defined as the static magnetizing conductance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.""" ; +calculated magnetizing conductance = g(nominal) * (1 + g(from this class)/100). The g(nominal) is defined as the static magnetizing conductance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -4734,9 +4736,9 @@ calculated magnetizing conductance = g(nominal) * (1 + g(from this class)/100). rdfs:range xsd:float . cim:TapChangerTablePoint.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; + rdfs:label "r" ; rdfs:comment """The resistance deviation as a percentage of nominal value. The actual reactance is calculated as follows: -calculated resistance = r(nominal) * (1 + r(from this class)/100). The r(nominal) is defined as the static resistance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.""" ; +calculated resistance = r(nominal) * (1 + r(from this class)/100). The r(nominal) is defined as the static resistance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -4747,26 +4749,26 @@ calculated resistance = r(nominal) * (1 + r(from this class)/100). The r(nomin rdfs:range xsd:float . cim:TapChangerTablePoint.ratio a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratio"@en ; + rdfs:label "ratio" ; rdfs:comment """The voltage at the tap step divided by rated voltage of the transformer end having the tap changer. Hence this is a value close to one. -For example, if the ratio at step 1 is 1.01, and the rated voltage of the transformer end is 110kV, then the voltage obtained by setting the tap changer to step 1 to is 111.1kV.""" ; +For example, if the ratio at step 1 is 1.01, and the rated voltage of the transformer end is 110kV, then the voltage obtained by setting the tap changer to step 1 to is 111.1kV."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TapChangerTablePoint ; rdfs:range xsd:float . cim:TapChangerTablePoint.step a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "step"@en ; - rdfs:comment "The tap step." ; + rdfs:label "step" ; + rdfs:comment "The tap step."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TapChangerTablePoint ; rdfs:range xsd:integer . cim:TapChangerTablePoint.x a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x"@en ; + rdfs:label "x" ; rdfs:comment """The series reactance deviation as a percentage of nominal value. The actual reactance is calculated as follows: -calculated reactance = x(nominal) * (1 + x(from this class)/100). The x(nominal) is defined as the static series reactance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.""" ; +calculated reactance = x(nominal) * (1 + x(from this class)/100). The x(nominal) is defined as the static series reactance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -4777,25 +4779,25 @@ calculated reactance = x(nominal) * (1 + x(from this class)/100). The x(nomina rdfs:range xsd:float . cim:TieFlow.positiveFlowIn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "positiveFlowIn"@en ; - rdfs:comment "Specifies the sign of the tie flow associated with a control area. True if positive flow into the terminal (load convention) is also positive flow into the control area. See the description of ControlArea for further explanation of how TieFlow.positiveFlowIn is used." ; + rdfs:label "positiveFlowIn" ; + rdfs:comment "Specifies the sign of the tie flow associated with a control area. True if positive flow into the terminal (load convention) is also positive flow into the control area. See the description of ControlArea for further explanation of how TieFlow.positiveFlowIn is used."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TieFlow ; rdfs:range xsd:boolean . cim:TransformerEnd.endNumber a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "endNumber"@en ; - rdfs:comment "Number for this transformer end, corresponding to the end's order in the power transformer vector group or phase angle clock number. Highest voltage winding should be 1. Each end within a power transformer should have a unique subsequent end number. Note the transformer end number need not match the terminal sequence number." ; + rdfs:label "endNumber" ; + rdfs:comment "Number for this transformer end, corresponding to the end's order in the power transformer vector group or phase angle clock number. Highest voltage winding should be 1. Each end within a power transformer should have a unique subsequent end number. Note the transformer end number need not match the terminal sequence number."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TransformerEnd ; rdfs:range xsd:integer . cim:VoltageLevel.highVoltageLimit a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "highVoltageLimit"@en ; + rdfs:label "highVoltageLimit" ; rdfs:comment """The bus bar's high voltage limit. -The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with lowVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present.""" ; +The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with lowVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present."""@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -4806,9 +4808,9 @@ The limit applies to all equipment and nodes contained in a given VoltageLevel. rdfs:range xsd:float . cim:VoltageLevel.lowVoltageLimit a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lowVoltageLimit"@en ; + rdfs:label "lowVoltageLimit" ; rdfs:comment """The bus bar's low voltage limit. -The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with highVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present.""" ; +The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with highVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present."""@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -4819,8 +4821,8 @@ The limit applies to all equipment and nodes contained in a given VoltageLevel. rdfs:range xsd:float . cim:VoltageLimit.normalValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalValue"@en ; - rdfs:comment "The normal limit on voltage. High or low limit nature of the limit depends upon the properties of the operational limit type. The attribute shall be a positive value or zero." ; + rdfs:label "normalValue" ; + rdfs:comment "The normal limit on voltage. High or low limit nature of the limit depends upon the properties of the operational limit type. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -4831,86 +4833,86 @@ cim:VoltageLimit.normalValue a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VsConverter.maxModulationIndex a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxModulationIndex"@en ; - rdfs:comment "The maximum quotient between the AC converter voltage (Uc) and DC voltage (Ud). A factor typically less than 1. It is converter’s configuration data used in power flow." ; + rdfs:label "maxModulationIndex" ; + rdfs:comment "The maximum quotient between the AC converter voltage (Uc) and DC voltage (Ud). A factor typically less than 1. It is converter’s configuration data used in power flow."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:VsConverter ; rdfs:range xsd:float . eu:BoundaryPoint.fromEndIsoCode a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fromEndIsoCode"@en ; + rdfs:label "fromEndIsoCode" ; rdfs:comment """The ISO code of the region which the "From" side of the Boundary point belongs to or it is connected to. -The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum.""" ; +The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:BoundaryPoint.fromEndName a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fromEndName"@en ; + rdfs:label "fromEndName" ; rdfs:comment """A human readable name with length of the string 64 characters maximum. It covers the following two cases: -if the Boundary point is placed on a tie-line, it is the name (IdentifiedObject.name) of the substation at which the "From" side of the tie-line is connected to. --if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the "From" side of the Boundary point is connected to.""" ; +-if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the "From" side of the Boundary point is connected to."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:BoundaryPoint.fromEndNameTso a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fromEndNameTso"@en ; - rdfs:comment "Identifies the name of the transmission system operator, distribution system operator or other entity at which the \"From\" side of the interconnection is connected to. The length of the string is 64 characters maximum." ; + rdfs:label "fromEndNameTso" ; + rdfs:comment "Identifies the name of the transmission system operator, distribution system operator or other entity at which the \"From\" side of the interconnection is connected to. The length of the string is 64 characters maximum."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:BoundaryPoint.isDirectCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isDirectCurrent"@en ; - rdfs:comment "If true, this boundary point is a point of common coupling (PCC) of a direct current (DC) interconnection, otherwise the interconnection is AC (default)." ; + rdfs:label "isDirectCurrent" ; + rdfs:comment "If true, this boundary point is a point of common coupling (PCC) of a direct current (DC) interconnection, otherwise the interconnection is AC (default)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:boolean . eu:BoundaryPoint.isExcludedFromAreaInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isExcludedFromAreaInterchange"@en ; - rdfs:comment "If true, this boundary point is on the interconnection that is excluded from control area interchange calculation and consequently has no related tie flows. Otherwise, the interconnection is included in control area interchange and a TieFlow is required at all sides of the boundary point (default)." ; + rdfs:label "isExcludedFromAreaInterchange" ; + rdfs:comment "If true, this boundary point is on the interconnection that is excluded from control area interchange calculation and consequently has no related tie flows. Otherwise, the interconnection is included in control area interchange and a TieFlow is required at all sides of the boundary point (default)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:boolean . eu:BoundaryPoint.toEndIsoCode a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "toEndIsoCode"@en ; + rdfs:label "toEndIsoCode" ; rdfs:comment """The ISO code of the region which the "To" side of the Boundary point belongs to or is connected to. -The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum.""" ; +The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:BoundaryPoint.toEndName a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "toEndName"@en ; + rdfs:label "toEndName" ; rdfs:comment """A human readable name with length of the string 64 characters maximum. It covers the following two cases: -if the Boundary point is placed on a tie-line, it is the name (IdentifiedObject.name) of the substation at which the "To" side of the tie-line is connected to. --if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the "To" side of the Boundary point is connected to.""" ; +-if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the "To" side of the Boundary point is connected to."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:BoundaryPoint.toEndNameTso a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "toEndNameTso"@en ; - rdfs:comment "Identifies the name of the transmission system operator, distribution system operator or other entity at which the \"To\" side of the interconnection is connected to. The length of the string is 64 characters maximum." ; + rdfs:label "toEndNameTso" ; + rdfs:comment "Identifies the name of the transmission system operator, distribution system operator or other entity at which the \"To\" side of the interconnection is connected to. The length of the string is 64 characters maximum."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:IdentifiedObject.energyIdentCodeEic a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "energyIdentCodeEic"@en ; - rdfs:comment "The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site." ; + rdfs:label "energyIdentCodeEic" ; + rdfs:comment "The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; owl:deprecated true ; @@ -4918,8 +4920,8 @@ eu:IdentifiedObject.energyIdentCodeEic a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:string . eu:IdentifiedObject.shortName a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "shortName"@en ; - rdfs:comment "The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum." ; + rdfs:label "shortName" ; + rdfs:comment "The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; owl:deprecated true ; @@ -4927,8 +4929,8 @@ eu:IdentifiedObject.shortName a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:string . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -4936,22 +4938,22 @@ cim:ActivePower a qudt:QuantityKind ; cim:ActivePowerChangeRate skos:exactMatch quantitykind:ActivePowerChangeRate . cim:ActivePowerPerCurrentFlow a qudt:QuantityKind ; - rdfs:label "ActivePowerPerCurrentFlow"@en ; - rdfs:comment "Active power variation with current flow." ; + rdfs:label "ActivePowerPerCurrentFlow" ; + rdfs:comment "Active power variation with current flow."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.WPerA ; skos:exactMatch quantitykind:ActivePowerPerCurrentFlow . cim:ActivePowerPerFrequency a qudt:QuantityKind ; - rdfs:label "ActivePowerPerFrequency"@en ; - rdfs:comment "Active power variation with frequency." ; + rdfs:label "ActivePowerPerFrequency" ; + rdfs:comment "Active power variation with frequency."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.WPerHz ; skos:exactMatch quantitykind:ActivePowerPerFrequency . cim:AngleDegrees a qudt:QuantityKind ; - rdfs:label "AngleDegrees"@en ; - rdfs:comment "Measurement of angle in degrees." ; + rdfs:label "AngleDegrees" ; + rdfs:comment "Measurement of angle in degrees."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.deg ; skos:exactMatch quantitykind:Angle . @@ -4959,8 +4961,8 @@ cim:AngleDegrees a qudt:QuantityKind ; cim:AngleRadians skos:exactMatch quantitykind:Angle . cim:ApparentPower a qudt:QuantityKind ; - rdfs:label "ApparentPower"@en ; - rdfs:comment "Product of the RMS value of the voltage and the RMS value of the current." ; + rdfs:label "ApparentPower" ; + rdfs:comment "Product of the RMS value of the voltage and the RMS value of the current."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.VA ; skos:exactMatch quantitykind:ApparentPower . @@ -4968,2174 +4970,2174 @@ cim:ApparentPower a qudt:QuantityKind ; cim:Area skos:exactMatch quantitykind:Area . cim:Capacitance a qudt:QuantityKind ; - rdfs:label "Capacitance"@en ; - rdfs:comment "Capacitive part of reactance (imaginary part of impedance), at rated frequency." ; + rdfs:label "Capacitance" ; + rdfs:comment "Capacitive part of reactance (imaginary part of impedance), at rated frequency."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.F ; skos:exactMatch quantitykind:Capacitance . cim:Conductance a qudt:QuantityKind ; - rdfs:label "Conductance"@en ; - rdfs:comment "Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance." ; + rdfs:label "Conductance" ; + rdfs:comment "Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.S ; skos:exactMatch quantitykind:Conductance . cim:ControlAreaTypeKind.AGC a cim:ControlAreaTypeKind ; - rdfs:label "AGC"@en ; - rdfs:comment "Used for automatic generation control." ; + rdfs:label "AGC" ; + rdfs:comment "Used for automatic generation control."@en ; cims:stereotype "enum" . cim:ControlAreaTypeKind.Forecast a cim:ControlAreaTypeKind ; - rdfs:label "Forecast"@en ; - rdfs:comment "Used for load forecast." ; + rdfs:label "Forecast" ; + rdfs:comment "Used for load forecast."@en ; cims:stereotype "enum" . cim:ControlAreaTypeKind.Interchange a cim:ControlAreaTypeKind ; - rdfs:label "Interchange"@en ; - rdfs:comment "Used for interchange specification or control." ; + rdfs:label "Interchange" ; + rdfs:comment "Used for interchange specification or control."@en ; cims:stereotype "enum" . cim:Currency.AED a cim:Currency ; rdfs:label "AED" ; - rdfs:comment "United Arab Emirates dirham." ; + rdfs:comment "United Arab Emirates dirham."@en ; cims:stereotype "enum" . cim:Currency.AFN a cim:Currency ; rdfs:label "AFN" ; - rdfs:comment "Afghan afghani." ; + rdfs:comment "Afghan afghani."@en ; cims:stereotype "enum" . cim:Currency.ALL a cim:Currency ; rdfs:label "ALL" ; - rdfs:comment "Albanian lek." ; + rdfs:comment "Albanian lek."@en ; cims:stereotype "enum" . cim:Currency.AMD a cim:Currency ; rdfs:label "AMD" ; - rdfs:comment "Armenian dram." ; + rdfs:comment "Armenian dram."@en ; cims:stereotype "enum" . cim:Currency.ANG a cim:Currency ; rdfs:label "ANG" ; - rdfs:comment "Netherlands Antillean guilder." ; + rdfs:comment "Netherlands Antillean guilder."@en ; cims:stereotype "enum" . cim:Currency.AOA a cim:Currency ; rdfs:label "AOA" ; - rdfs:comment "Angolan kwanza." ; + rdfs:comment "Angolan kwanza."@en ; cims:stereotype "enum" . cim:Currency.ARS a cim:Currency ; rdfs:label "ARS" ; - rdfs:comment "Argentine peso." ; + rdfs:comment "Argentine peso."@en ; cims:stereotype "enum" . cim:Currency.AUD a cim:Currency ; rdfs:label "AUD" ; - rdfs:comment "Australian dollar." ; + rdfs:comment "Australian dollar."@en ; cims:stereotype "enum" . cim:Currency.AWG a cim:Currency ; rdfs:label "AWG" ; - rdfs:comment "Aruban florin." ; + rdfs:comment "Aruban florin."@en ; cims:stereotype "enum" . cim:Currency.AZN a cim:Currency ; rdfs:label "AZN" ; - rdfs:comment "Azerbaijani manat." ; + rdfs:comment "Azerbaijani manat."@en ; cims:stereotype "enum" . cim:Currency.BAM a cim:Currency ; rdfs:label "BAM" ; - rdfs:comment "Bosnia and Herzegovina convertible mark." ; + rdfs:comment "Bosnia and Herzegovina convertible mark."@en ; cims:stereotype "enum" . cim:Currency.BBD a cim:Currency ; rdfs:label "BBD" ; - rdfs:comment "Barbados dollar." ; + rdfs:comment "Barbados dollar."@en ; cims:stereotype "enum" . cim:Currency.BDT a cim:Currency ; rdfs:label "BDT" ; - rdfs:comment "Bangladeshi taka." ; + rdfs:comment "Bangladeshi taka."@en ; cims:stereotype "enum" . cim:Currency.BGN a cim:Currency ; rdfs:label "BGN" ; - rdfs:comment "Bulgarian lev." ; + rdfs:comment "Bulgarian lev."@en ; cims:stereotype "enum" . cim:Currency.BHD a cim:Currency ; rdfs:label "BHD" ; - rdfs:comment "Bahraini dinar." ; + rdfs:comment "Bahraini dinar."@en ; cims:stereotype "enum" . cim:Currency.BIF a cim:Currency ; rdfs:label "BIF" ; - rdfs:comment "Burundian franc." ; + rdfs:comment "Burundian franc."@en ; cims:stereotype "enum" . cim:Currency.BMD a cim:Currency ; rdfs:label "BMD" ; - rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)." ; + rdfs:comment "Bermudian dollar (customarily known as Bermuda dollar)."@en ; cims:stereotype "enum" . cim:Currency.BND a cim:Currency ; rdfs:label "BND" ; - rdfs:comment "Brunei dollar." ; + rdfs:comment "Brunei dollar."@en ; cims:stereotype "enum" . cim:Currency.BOB a cim:Currency ; rdfs:label "BOB" ; - rdfs:comment "Boliviano." ; + rdfs:comment "Boliviano."@en ; cims:stereotype "enum" . cim:Currency.BOV a cim:Currency ; rdfs:label "BOV" ; - rdfs:comment "Bolivian Mvdol (funds code)." ; + rdfs:comment "Bolivian Mvdol (funds code)."@en ; cims:stereotype "enum" . cim:Currency.BRL a cim:Currency ; rdfs:label "BRL" ; - rdfs:comment "Brazilian real." ; + rdfs:comment "Brazilian real."@en ; cims:stereotype "enum" . cim:Currency.BSD a cim:Currency ; rdfs:label "BSD" ; - rdfs:comment "Bahamian dollar." ; + rdfs:comment "Bahamian dollar."@en ; cims:stereotype "enum" . cim:Currency.BTN a cim:Currency ; rdfs:label "BTN" ; - rdfs:comment "Bhutanese ngultrum." ; + rdfs:comment "Bhutanese ngultrum."@en ; cims:stereotype "enum" . cim:Currency.BWP a cim:Currency ; rdfs:label "BWP" ; - rdfs:comment "Botswana pula." ; + rdfs:comment "Botswana pula."@en ; cims:stereotype "enum" . cim:Currency.BYR a cim:Currency ; rdfs:label "BYR" ; - rdfs:comment "Belarusian ruble." ; + rdfs:comment "Belarusian ruble."@en ; cims:stereotype "enum" . cim:Currency.BZD a cim:Currency ; rdfs:label "BZD" ; - rdfs:comment "Belize dollar." ; + rdfs:comment "Belize dollar."@en ; cims:stereotype "enum" . cim:Currency.CAD a cim:Currency ; rdfs:label "CAD" ; - rdfs:comment "Canadian dollar." ; + rdfs:comment "Canadian dollar."@en ; cims:stereotype "enum" . cim:Currency.CDF a cim:Currency ; rdfs:label "CDF" ; - rdfs:comment "Congolese franc." ; + rdfs:comment "Congolese franc."@en ; cims:stereotype "enum" . cim:Currency.CHF a cim:Currency ; rdfs:label "CHF" ; - rdfs:comment "Swiss franc." ; + rdfs:comment "Swiss franc."@en ; cims:stereotype "enum" . cim:Currency.CLF a cim:Currency ; rdfs:label "CLF" ; - rdfs:comment "Unidad de Fomento (funds code), Chile." ; + rdfs:comment "Unidad de Fomento (funds code), Chile."@en ; cims:stereotype "enum" . cim:Currency.CLP a cim:Currency ; rdfs:label "CLP" ; - rdfs:comment "Chilean peso." ; + rdfs:comment "Chilean peso."@en ; cims:stereotype "enum" . cim:Currency.CNY a cim:Currency ; rdfs:label "CNY" ; - rdfs:comment "Chinese yuan." ; + rdfs:comment "Chinese yuan."@en ; cims:stereotype "enum" . cim:Currency.COP a cim:Currency ; rdfs:label "COP" ; - rdfs:comment "Colombian peso." ; + rdfs:comment "Colombian peso."@en ; cims:stereotype "enum" . cim:Currency.COU a cim:Currency ; rdfs:label "COU" ; - rdfs:comment "Unidad de Valor Real." ; + rdfs:comment "Unidad de Valor Real."@en ; cims:stereotype "enum" . cim:Currency.CRC a cim:Currency ; rdfs:label "CRC" ; - rdfs:comment "Costa Rican colon." ; + rdfs:comment "Costa Rican colon."@en ; cims:stereotype "enum" . cim:Currency.CUC a cim:Currency ; rdfs:label "CUC" ; - rdfs:comment "Cuban convertible peso." ; + rdfs:comment "Cuban convertible peso."@en ; cims:stereotype "enum" . cim:Currency.CUP a cim:Currency ; rdfs:label "CUP" ; - rdfs:comment "Cuban peso." ; + rdfs:comment "Cuban peso."@en ; cims:stereotype "enum" . cim:Currency.CVE a cim:Currency ; rdfs:label "CVE" ; - rdfs:comment "Cape Verde escudo." ; + rdfs:comment "Cape Verde escudo."@en ; cims:stereotype "enum" . cim:Currency.CZK a cim:Currency ; rdfs:label "CZK" ; - rdfs:comment "Czech koruna." ; + rdfs:comment "Czech koruna."@en ; cims:stereotype "enum" . cim:Currency.DJF a cim:Currency ; rdfs:label "DJF" ; - rdfs:comment "Djiboutian franc." ; + rdfs:comment "Djiboutian franc."@en ; cims:stereotype "enum" . cim:Currency.DKK a cim:Currency ; rdfs:label "DKK" ; - rdfs:comment "Danish krone." ; + rdfs:comment "Danish krone."@en ; cims:stereotype "enum" . cim:Currency.DOP a cim:Currency ; rdfs:label "DOP" ; - rdfs:comment "Dominican peso." ; + rdfs:comment "Dominican peso."@en ; cims:stereotype "enum" . cim:Currency.DZD a cim:Currency ; rdfs:label "DZD" ; - rdfs:comment "Algerian dinar." ; + rdfs:comment "Algerian dinar."@en ; cims:stereotype "enum" . cim:Currency.EEK a cim:Currency ; rdfs:label "EEK" ; - rdfs:comment "Estonian kroon." ; + rdfs:comment "Estonian kroon."@en ; cims:stereotype "enum" . cim:Currency.EGP a cim:Currency ; rdfs:label "EGP" ; - rdfs:comment "Egyptian pound." ; + rdfs:comment "Egyptian pound."@en ; cims:stereotype "enum" . cim:Currency.ERN a cim:Currency ; rdfs:label "ERN" ; - rdfs:comment "Eritrean nakfa." ; + rdfs:comment "Eritrean nakfa."@en ; cims:stereotype "enum" . cim:Currency.ETB a cim:Currency ; rdfs:label "ETB" ; - rdfs:comment "Ethiopian birr." ; + rdfs:comment "Ethiopian birr."@en ; cims:stereotype "enum" . cim:Currency.EUR a cim:Currency ; rdfs:label "EUR" ; - rdfs:comment "Euro." ; + rdfs:comment "Euro."@en ; cims:stereotype "enum" . cim:Currency.FJD a cim:Currency ; rdfs:label "FJD" ; - rdfs:comment "Fiji dollar." ; + rdfs:comment "Fiji dollar."@en ; cims:stereotype "enum" . cim:Currency.FKP a cim:Currency ; rdfs:label "FKP" ; - rdfs:comment "Falkland Islands pound." ; + rdfs:comment "Falkland Islands pound."@en ; cims:stereotype "enum" . cim:Currency.GBP a cim:Currency ; rdfs:label "GBP" ; - rdfs:comment "Pound sterling." ; + rdfs:comment "Pound sterling."@en ; cims:stereotype "enum" . cim:Currency.GEL a cim:Currency ; rdfs:label "GEL" ; - rdfs:comment "Georgian lari." ; + rdfs:comment "Georgian lari."@en ; cims:stereotype "enum" . cim:Currency.GHS a cim:Currency ; rdfs:label "GHS" ; - rdfs:comment "Ghanaian cedi." ; + rdfs:comment "Ghanaian cedi."@en ; cims:stereotype "enum" . cim:Currency.GIP a cim:Currency ; rdfs:label "GIP" ; - rdfs:comment "Gibraltar pound." ; + rdfs:comment "Gibraltar pound."@en ; cims:stereotype "enum" . cim:Currency.GMD a cim:Currency ; rdfs:label "GMD" ; - rdfs:comment "Gambian dalasi." ; + rdfs:comment "Gambian dalasi."@en ; cims:stereotype "enum" . cim:Currency.GNF a cim:Currency ; rdfs:label "GNF" ; - rdfs:comment "Guinean franc." ; + rdfs:comment "Guinean franc."@en ; cims:stereotype "enum" . cim:Currency.GTQ a cim:Currency ; rdfs:label "GTQ" ; - rdfs:comment "Guatemalan quetzal." ; + rdfs:comment "Guatemalan quetzal."@en ; cims:stereotype "enum" . cim:Currency.GYD a cim:Currency ; rdfs:label "GYD" ; - rdfs:comment "Guyanese dollar." ; + rdfs:comment "Guyanese dollar."@en ; cims:stereotype "enum" . cim:Currency.HKD a cim:Currency ; rdfs:label "HKD" ; - rdfs:comment "Hong Kong dollar." ; + rdfs:comment "Hong Kong dollar."@en ; cims:stereotype "enum" . cim:Currency.HNL a cim:Currency ; rdfs:label "HNL" ; - rdfs:comment "Honduran lempira." ; + rdfs:comment "Honduran lempira."@en ; cims:stereotype "enum" . cim:Currency.HRK a cim:Currency ; rdfs:label "HRK" ; - rdfs:comment "Croatian kuna." ; + rdfs:comment "Croatian kuna."@en ; cims:stereotype "enum" . cim:Currency.HTG a cim:Currency ; rdfs:label "HTG" ; - rdfs:comment "Haitian gourde." ; + rdfs:comment "Haitian gourde."@en ; cims:stereotype "enum" . cim:Currency.HUF a cim:Currency ; rdfs:label "HUF" ; - rdfs:comment "Hungarian forint." ; + rdfs:comment "Hungarian forint."@en ; cims:stereotype "enum" . cim:Currency.IDR a cim:Currency ; rdfs:label "IDR" ; - rdfs:comment "Indonesian rupiah." ; + rdfs:comment "Indonesian rupiah."@en ; cims:stereotype "enum" . cim:Currency.ILS a cim:Currency ; rdfs:label "ILS" ; - rdfs:comment "Israeli new sheqel." ; + rdfs:comment "Israeli new sheqel."@en ; cims:stereotype "enum" . cim:Currency.INR a cim:Currency ; rdfs:label "INR" ; - rdfs:comment "Indian rupee." ; + rdfs:comment "Indian rupee."@en ; cims:stereotype "enum" . cim:Currency.IQD a cim:Currency ; rdfs:label "IQD" ; - rdfs:comment "Iraqi dinar." ; + rdfs:comment "Iraqi dinar."@en ; cims:stereotype "enum" . cim:Currency.IRR a cim:Currency ; rdfs:label "IRR" ; - rdfs:comment "Iranian rial." ; + rdfs:comment "Iranian rial."@en ; cims:stereotype "enum" . cim:Currency.ISK a cim:Currency ; rdfs:label "ISK" ; - rdfs:comment "Icelandic króna." ; + rdfs:comment "Icelandic króna."@en ; cims:stereotype "enum" . cim:Currency.JMD a cim:Currency ; rdfs:label "JMD" ; - rdfs:comment "Jamaican dollar." ; + rdfs:comment "Jamaican dollar."@en ; cims:stereotype "enum" . cim:Currency.JOD a cim:Currency ; rdfs:label "JOD" ; - rdfs:comment "Jordanian dinar." ; + rdfs:comment "Jordanian dinar."@en ; cims:stereotype "enum" . cim:Currency.JPY a cim:Currency ; rdfs:label "JPY" ; - rdfs:comment "Japanese yen." ; + rdfs:comment "Japanese yen."@en ; cims:stereotype "enum" . cim:Currency.KES a cim:Currency ; rdfs:label "KES" ; - rdfs:comment "Kenyan shilling." ; + rdfs:comment "Kenyan shilling."@en ; cims:stereotype "enum" . cim:Currency.KGS a cim:Currency ; rdfs:label "KGS" ; - rdfs:comment "Kyrgyzstani som." ; + rdfs:comment "Kyrgyzstani som."@en ; cims:stereotype "enum" . cim:Currency.KHR a cim:Currency ; rdfs:label "KHR" ; - rdfs:comment "Cambodian riel." ; + rdfs:comment "Cambodian riel."@en ; cims:stereotype "enum" . cim:Currency.KMF a cim:Currency ; rdfs:label "KMF" ; - rdfs:comment "Comoro franc." ; + rdfs:comment "Comoro franc."@en ; cims:stereotype "enum" . cim:Currency.KPW a cim:Currency ; rdfs:label "KPW" ; - rdfs:comment "North Korean won." ; + rdfs:comment "North Korean won."@en ; cims:stereotype "enum" . cim:Currency.KRW a cim:Currency ; rdfs:label "KRW" ; - rdfs:comment "South Korean won." ; + rdfs:comment "South Korean won."@en ; cims:stereotype "enum" . cim:Currency.KWD a cim:Currency ; rdfs:label "KWD" ; - rdfs:comment "Kuwaiti dinar." ; + rdfs:comment "Kuwaiti dinar."@en ; cims:stereotype "enum" . cim:Currency.KYD a cim:Currency ; rdfs:label "KYD" ; - rdfs:comment "Cayman Islands dollar." ; + rdfs:comment "Cayman Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.KZT a cim:Currency ; rdfs:label "KZT" ; - rdfs:comment "Kazakhstani tenge." ; + rdfs:comment "Kazakhstani tenge."@en ; cims:stereotype "enum" . cim:Currency.LAK a cim:Currency ; rdfs:label "LAK" ; - rdfs:comment "Lao kip." ; + rdfs:comment "Lao kip."@en ; cims:stereotype "enum" . cim:Currency.LBP a cim:Currency ; rdfs:label "LBP" ; - rdfs:comment "Lebanese pound." ; + rdfs:comment "Lebanese pound."@en ; cims:stereotype "enum" . cim:Currency.LKR a cim:Currency ; rdfs:label "LKR" ; - rdfs:comment "Sri Lanka rupee." ; + rdfs:comment "Sri Lanka rupee."@en ; cims:stereotype "enum" . cim:Currency.LRD a cim:Currency ; rdfs:label "LRD" ; - rdfs:comment "Liberian dollar." ; + rdfs:comment "Liberian dollar."@en ; cims:stereotype "enum" . cim:Currency.LSL a cim:Currency ; rdfs:label "LSL" ; - rdfs:comment "Lesotho loti." ; + rdfs:comment "Lesotho loti."@en ; cims:stereotype "enum" . cim:Currency.LTL a cim:Currency ; rdfs:label "LTL" ; - rdfs:comment "Lithuanian litas." ; + rdfs:comment "Lithuanian litas."@en ; cims:stereotype "enum" . cim:Currency.LVL a cim:Currency ; rdfs:label "LVL" ; - rdfs:comment "Latvian lats." ; + rdfs:comment "Latvian lats."@en ; cims:stereotype "enum" . cim:Currency.LYD a cim:Currency ; rdfs:label "LYD" ; - rdfs:comment "Libyan dinar." ; + rdfs:comment "Libyan dinar."@en ; cims:stereotype "enum" . cim:Currency.MAD a cim:Currency ; rdfs:label "MAD" ; - rdfs:comment "Moroccan dirham." ; + rdfs:comment "Moroccan dirham."@en ; cims:stereotype "enum" . cim:Currency.MDL a cim:Currency ; rdfs:label "MDL" ; - rdfs:comment "Moldovan leu." ; + rdfs:comment "Moldovan leu."@en ; cims:stereotype "enum" . cim:Currency.MGA a cim:Currency ; rdfs:label "MGA" ; - rdfs:comment "Malagasy ariary." ; + rdfs:comment "Malagasy ariary."@en ; cims:stereotype "enum" . cim:Currency.MKD a cim:Currency ; rdfs:label "MKD" ; - rdfs:comment "Macedonian denar." ; + rdfs:comment "Macedonian denar."@en ; cims:stereotype "enum" . cim:Currency.MMK a cim:Currency ; rdfs:label "MMK" ; - rdfs:comment "Myanma kyat." ; + rdfs:comment "Myanma kyat."@en ; cims:stereotype "enum" . cim:Currency.MNT a cim:Currency ; rdfs:label "MNT" ; - rdfs:comment "Mongolian tugrik." ; + rdfs:comment "Mongolian tugrik."@en ; cims:stereotype "enum" . cim:Currency.MOP a cim:Currency ; rdfs:label "MOP" ; - rdfs:comment "Macanese pataca." ; + rdfs:comment "Macanese pataca."@en ; cims:stereotype "enum" . cim:Currency.MRO a cim:Currency ; rdfs:label "MRO" ; - rdfs:comment "Mauritanian ouguiya." ; + rdfs:comment "Mauritanian ouguiya."@en ; cims:stereotype "enum" . cim:Currency.MUR a cim:Currency ; rdfs:label "MUR" ; - rdfs:comment "Mauritian rupee." ; + rdfs:comment "Mauritian rupee."@en ; cims:stereotype "enum" . cim:Currency.MVR a cim:Currency ; rdfs:label "MVR" ; - rdfs:comment "Maldivian rufiyaa." ; + rdfs:comment "Maldivian rufiyaa."@en ; cims:stereotype "enum" . cim:Currency.MWK a cim:Currency ; rdfs:label "MWK" ; - rdfs:comment "Malawian kwacha." ; + rdfs:comment "Malawian kwacha."@en ; cims:stereotype "enum" . cim:Currency.MXN a cim:Currency ; rdfs:label "MXN" ; - rdfs:comment "Mexican peso." ; + rdfs:comment "Mexican peso."@en ; cims:stereotype "enum" . cim:Currency.MYR a cim:Currency ; rdfs:label "MYR" ; - rdfs:comment "Malaysian ringgit." ; + rdfs:comment "Malaysian ringgit."@en ; cims:stereotype "enum" . cim:Currency.MZN a cim:Currency ; rdfs:label "MZN" ; - rdfs:comment "Mozambican metical." ; + rdfs:comment "Mozambican metical."@en ; cims:stereotype "enum" . cim:Currency.NAD a cim:Currency ; rdfs:label "NAD" ; - rdfs:comment "Namibian dollar." ; + rdfs:comment "Namibian dollar."@en ; cims:stereotype "enum" . cim:Currency.NGN a cim:Currency ; rdfs:label "NGN" ; - rdfs:comment "Nigerian naira." ; + rdfs:comment "Nigerian naira."@en ; cims:stereotype "enum" . cim:Currency.NIO a cim:Currency ; rdfs:label "NIO" ; - rdfs:comment "Cordoba oro." ; + rdfs:comment "Cordoba oro."@en ; cims:stereotype "enum" . cim:Currency.NOK a cim:Currency ; rdfs:label "NOK" ; - rdfs:comment "Norwegian krone." ; + rdfs:comment "Norwegian krone."@en ; cims:stereotype "enum" . cim:Currency.NPR a cim:Currency ; rdfs:label "NPR" ; - rdfs:comment "Nepalese rupee." ; + rdfs:comment "Nepalese rupee."@en ; cims:stereotype "enum" . cim:Currency.NZD a cim:Currency ; rdfs:label "NZD" ; - rdfs:comment "New Zealand dollar." ; + rdfs:comment "New Zealand dollar."@en ; cims:stereotype "enum" . cim:Currency.OMR a cim:Currency ; rdfs:label "OMR" ; - rdfs:comment "Omani rial." ; + rdfs:comment "Omani rial."@en ; cims:stereotype "enum" . cim:Currency.PAB a cim:Currency ; rdfs:label "PAB" ; - rdfs:comment "Panamanian balboa." ; + rdfs:comment "Panamanian balboa."@en ; cims:stereotype "enum" . cim:Currency.PEN a cim:Currency ; rdfs:label "PEN" ; - rdfs:comment "Peruvian nuevo sol." ; + rdfs:comment "Peruvian nuevo sol."@en ; cims:stereotype "enum" . cim:Currency.PGK a cim:Currency ; rdfs:label "PGK" ; - rdfs:comment "Papua New Guinean kina." ; + rdfs:comment "Papua New Guinean kina."@en ; cims:stereotype "enum" . cim:Currency.PHP a cim:Currency ; rdfs:label "PHP" ; - rdfs:comment "Philippine peso." ; + rdfs:comment "Philippine peso."@en ; cims:stereotype "enum" . cim:Currency.PKR a cim:Currency ; rdfs:label "PKR" ; - rdfs:comment "Pakistani rupee." ; + rdfs:comment "Pakistani rupee."@en ; cims:stereotype "enum" . cim:Currency.PLN a cim:Currency ; rdfs:label "PLN" ; - rdfs:comment "Polish zloty." ; + rdfs:comment "Polish zloty."@en ; cims:stereotype "enum" . cim:Currency.PYG a cim:Currency ; rdfs:label "PYG" ; - rdfs:comment "Paraguayan guaraní." ; + rdfs:comment "Paraguayan guaraní."@en ; cims:stereotype "enum" . cim:Currency.QAR a cim:Currency ; rdfs:label "QAR" ; - rdfs:comment "Qatari rial." ; + rdfs:comment "Qatari rial."@en ; cims:stereotype "enum" . cim:Currency.RON a cim:Currency ; rdfs:label "RON" ; - rdfs:comment "Romanian new leu." ; + rdfs:comment "Romanian new leu."@en ; cims:stereotype "enum" . cim:Currency.RSD a cim:Currency ; rdfs:label "RSD" ; - rdfs:comment "Serbian dinar." ; + rdfs:comment "Serbian dinar."@en ; cims:stereotype "enum" . cim:Currency.RUB a cim:Currency ; rdfs:label "RUB" ; - rdfs:comment "Russian rouble." ; + rdfs:comment "Russian rouble."@en ; cims:stereotype "enum" . cim:Currency.RWF a cim:Currency ; rdfs:label "RWF" ; - rdfs:comment "Rwandan franc." ; + rdfs:comment "Rwandan franc."@en ; cims:stereotype "enum" . cim:Currency.SAR a cim:Currency ; rdfs:label "SAR" ; - rdfs:comment "Saudi riyal." ; + rdfs:comment "Saudi riyal."@en ; cims:stereotype "enum" . cim:Currency.SBD a cim:Currency ; rdfs:label "SBD" ; - rdfs:comment "Solomon Islands dollar." ; + rdfs:comment "Solomon Islands dollar."@en ; cims:stereotype "enum" . cim:Currency.SCR a cim:Currency ; rdfs:label "SCR" ; - rdfs:comment "Seychelles rupee." ; + rdfs:comment "Seychelles rupee."@en ; cims:stereotype "enum" . cim:Currency.SDG a cim:Currency ; rdfs:label "SDG" ; - rdfs:comment "Sudanese pound." ; + rdfs:comment "Sudanese pound."@en ; cims:stereotype "enum" . cim:Currency.SEK a cim:Currency ; rdfs:label "SEK" ; - rdfs:comment "Swedish krona/kronor." ; + rdfs:comment "Swedish krona/kronor."@en ; cims:stereotype "enum" . cim:Currency.SGD a cim:Currency ; rdfs:label "SGD" ; - rdfs:comment "Singapore dollar." ; + rdfs:comment "Singapore dollar."@en ; cims:stereotype "enum" . cim:Currency.SHP a cim:Currency ; rdfs:label "SHP" ; - rdfs:comment "Saint Helena pound." ; + rdfs:comment "Saint Helena pound."@en ; cims:stereotype "enum" . cim:Currency.SLL a cim:Currency ; rdfs:label "SLL" ; - rdfs:comment "Sierra Leonean leone." ; + rdfs:comment "Sierra Leonean leone."@en ; cims:stereotype "enum" . cim:Currency.SOS a cim:Currency ; rdfs:label "SOS" ; - rdfs:comment "Somali shilling." ; + rdfs:comment "Somali shilling."@en ; cims:stereotype "enum" . cim:Currency.SRD a cim:Currency ; rdfs:label "SRD" ; - rdfs:comment "Surinamese dollar." ; + rdfs:comment "Surinamese dollar."@en ; cims:stereotype "enum" . cim:Currency.STD a cim:Currency ; rdfs:label "STD" ; - rdfs:comment "São Tomé and Príncipe dobra." ; + rdfs:comment "São Tomé and Príncipe dobra."@en ; cims:stereotype "enum" . cim:Currency.SYP a cim:Currency ; rdfs:label "SYP" ; - rdfs:comment "Syrian pound." ; + rdfs:comment "Syrian pound."@en ; cims:stereotype "enum" . cim:Currency.SZL a cim:Currency ; rdfs:label "SZL" ; - rdfs:comment "Lilangeni." ; + rdfs:comment "Lilangeni."@en ; cims:stereotype "enum" . cim:Currency.THB a cim:Currency ; rdfs:label "THB" ; - rdfs:comment "Thai baht." ; + rdfs:comment "Thai baht."@en ; cims:stereotype "enum" . cim:Currency.TJS a cim:Currency ; rdfs:label "TJS" ; - rdfs:comment "Tajikistani somoni." ; + rdfs:comment "Tajikistani somoni."@en ; cims:stereotype "enum" . cim:Currency.TMT a cim:Currency ; rdfs:label "TMT" ; - rdfs:comment "Turkmenistani manat." ; + rdfs:comment "Turkmenistani manat."@en ; cims:stereotype "enum" . cim:Currency.TND a cim:Currency ; rdfs:label "TND" ; - rdfs:comment "Tunisian dinar." ; + rdfs:comment "Tunisian dinar."@en ; cims:stereotype "enum" . cim:Currency.TOP a cim:Currency ; rdfs:label "TOP" ; - rdfs:comment "Tongan pa'anga." ; + rdfs:comment "Tongan pa'anga."@en ; cims:stereotype "enum" . cim:Currency.TRY a cim:Currency ; rdfs:label "TRY" ; - rdfs:comment "Turkish lira." ; + rdfs:comment "Turkish lira."@en ; cims:stereotype "enum" . cim:Currency.TTD a cim:Currency ; rdfs:label "TTD" ; - rdfs:comment "Trinidad and Tobago dollar." ; + rdfs:comment "Trinidad and Tobago dollar."@en ; cims:stereotype "enum" . cim:Currency.TWD a cim:Currency ; rdfs:label "TWD" ; - rdfs:comment "New Taiwan dollar." ; + rdfs:comment "New Taiwan dollar."@en ; cims:stereotype "enum" . cim:Currency.TZS a cim:Currency ; rdfs:label "TZS" ; - rdfs:comment "Tanzanian shilling." ; + rdfs:comment "Tanzanian shilling."@en ; cims:stereotype "enum" . cim:Currency.UAH a cim:Currency ; rdfs:label "UAH" ; - rdfs:comment "Ukrainian hryvnia." ; + rdfs:comment "Ukrainian hryvnia."@en ; cims:stereotype "enum" . cim:Currency.UGX a cim:Currency ; rdfs:label "UGX" ; - rdfs:comment "Ugandan shilling." ; + rdfs:comment "Ugandan shilling."@en ; cims:stereotype "enum" . cim:Currency.USD a cim:Currency ; rdfs:label "USD" ; - rdfs:comment "United States dollar." ; + rdfs:comment "United States dollar."@en ; cims:stereotype "enum" . cim:Currency.UYU a cim:Currency ; rdfs:label "UYU" ; - rdfs:comment "Uruguayan peso." ; + rdfs:comment "Uruguayan peso."@en ; cims:stereotype "enum" . cim:Currency.UZS a cim:Currency ; rdfs:label "UZS" ; - rdfs:comment "Uzbekistan som." ; + rdfs:comment "Uzbekistan som."@en ; cims:stereotype "enum" . cim:Currency.VEF a cim:Currency ; rdfs:label "VEF" ; - rdfs:comment "Venezuelan bolívar fuerte." ; + rdfs:comment "Venezuelan bolívar fuerte."@en ; cims:stereotype "enum" . cim:Currency.VND a cim:Currency ; rdfs:label "VND" ; - rdfs:comment "Vietnamese Dong." ; + rdfs:comment "Vietnamese Dong."@en ; cims:stereotype "enum" . cim:Currency.VUV a cim:Currency ; rdfs:label "VUV" ; - rdfs:comment "Vanuatu vatu." ; + rdfs:comment "Vanuatu vatu."@en ; cims:stereotype "enum" . cim:Currency.WST a cim:Currency ; rdfs:label "WST" ; - rdfs:comment "Samoan tala." ; + rdfs:comment "Samoan tala."@en ; cims:stereotype "enum" . cim:Currency.XAF a cim:Currency ; rdfs:label "XAF" ; - rdfs:comment "CFA franc BEAC." ; + rdfs:comment "CFA franc BEAC."@en ; cims:stereotype "enum" . cim:Currency.XCD a cim:Currency ; rdfs:label "XCD" ; - rdfs:comment "East Caribbean dollar." ; + rdfs:comment "East Caribbean dollar."@en ; cims:stereotype "enum" . cim:Currency.XOF a cim:Currency ; rdfs:label "XOF" ; - rdfs:comment "CFA Franc BCEAO." ; + rdfs:comment "CFA Franc BCEAO."@en ; cims:stereotype "enum" . cim:Currency.XPF a cim:Currency ; rdfs:label "XPF" ; - rdfs:comment "CFP franc." ; + rdfs:comment "CFP franc."@en ; cims:stereotype "enum" . cim:Currency.YER a cim:Currency ; rdfs:label "YER" ; - rdfs:comment "Yemeni rial." ; + rdfs:comment "Yemeni rial."@en ; cims:stereotype "enum" . cim:Currency.ZAR a cim:Currency ; rdfs:label "ZAR" ; - rdfs:comment "South African rand." ; + rdfs:comment "South African rand."@en ; cims:stereotype "enum" . cim:Currency.ZMK a cim:Currency ; rdfs:label "ZMK" ; - rdfs:comment "Zambian kwacha." ; + rdfs:comment "Zambian kwacha."@en ; cims:stereotype "enum" . cim:Currency.ZWL a cim:Currency ; rdfs:label "ZWL" ; - rdfs:comment "Zimbabwe dollar." ; + rdfs:comment "Zimbabwe dollar."@en ; cims:stereotype "enum" . cim:CurrentFlow a qudt:QuantityKind ; - rdfs:label "CurrentFlow"@en ; - rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC." ; + rdfs:label "CurrentFlow" ; + rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.A ; skos:exactMatch quantitykind:ElectricCurrent . cim:CurveStyle.constantYValue a cim:CurveStyle ; - rdfs:label "constantYValue"@en ; - rdfs:comment "The Y-axis values are assumed constant until the next curve point and prior to the first curve point." ; + rdfs:label "constantYValue" ; + rdfs:comment "The Y-axis values are assumed constant until the next curve point and prior to the first curve point."@en ; cims:stereotype "enum" . cim:CurveStyle.straightLineYValues a cim:CurveStyle ; - rdfs:label "straightLineYValues"@en ; - rdfs:comment "The Y-axis values are assumed to be a straight line between values. Also known as linear interpolation." ; + rdfs:label "straightLineYValues" ; + rdfs:comment "The Y-axis values are assumed to be a straight line between values. Also known as linear interpolation."@en ; cims:stereotype "enum" . cim:DCConverterOperatingModeKind.bipolar a cim:DCConverterOperatingModeKind ; - rdfs:label "bipolar"@en ; - rdfs:comment "Bipolar operation." ; + rdfs:label "bipolar" ; + rdfs:comment "Bipolar operation."@en ; cims:stereotype "enum" . cim:DCConverterOperatingModeKind.monopolarGroundReturn a cim:DCConverterOperatingModeKind ; - rdfs:label "monopolarGroundReturn"@en ; - rdfs:comment "Monopolar operation with ground return." ; + rdfs:label "monopolarGroundReturn" ; + rdfs:comment "Monopolar operation with ground return."@en ; cims:stereotype "enum" . cim:DCConverterOperatingModeKind.monopolarMetallicReturn a cim:DCConverterOperatingModeKind ; - rdfs:label "monopolarMetallicReturn"@en ; - rdfs:comment "Monopolar operation with metallic return." ; + rdfs:label "monopolarMetallicReturn" ; + rdfs:comment "Monopolar operation with metallic return."@en ; cims:stereotype "enum" . cim:DCPolarityKind.middle a cim:DCPolarityKind ; - rdfs:label "middle"@en ; - rdfs:comment "Middle pole. The converter terminal is the midpoint in a bipolar or symmetric monopole configuration. The midpoint can be grounded and/or have a metallic return." ; + rdfs:label "middle" ; + rdfs:comment "Middle pole. The converter terminal is the midpoint in a bipolar or symmetric monopole configuration. The midpoint can be grounded and/or have a metallic return."@en ; cims:stereotype "enum" . cim:DCPolarityKind.negative a cim:DCPolarityKind ; - rdfs:label "negative"@en ; - rdfs:comment "Negative pole. The converter terminal is intended to operate at a negative voltage relative the midpoint or positive terminal." ; + rdfs:label "negative" ; + rdfs:comment "Negative pole. The converter terminal is intended to operate at a negative voltage relative the midpoint or positive terminal."@en ; cims:stereotype "enum" . cim:DCPolarityKind.positive a cim:DCPolarityKind ; - rdfs:label "positive"@en ; - rdfs:comment "Positive pole. The converter terminal is intended to operate at a positive voltage relative the midpoint or negative terminal." ; + rdfs:label "positive" ; + rdfs:comment "Positive pole. The converter terminal is intended to operate at a positive voltage relative the midpoint or negative terminal."@en ; cims:stereotype "enum" . cim:Frequency a qudt:QuantityKind ; - rdfs:label "Frequency"@en ; - rdfs:comment "Cycles per second." ; + rdfs:label "Frequency" ; + rdfs:comment "Cycles per second."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.Hz ; skos:exactMatch quantitykind:Frequency . cim:FuelType.brownCoalLignite a cim:FuelType ; - rdfs:label "brownCoalLignite"@en ; - rdfs:comment "Brown coal lignite." ; + rdfs:label "brownCoalLignite" ; + rdfs:comment "Brown coal lignite."@en ; cims:stereotype "enum" . cim:FuelType.coal a cim:FuelType ; - rdfs:label "coal"@en ; - rdfs:comment "Generic coal, not including lignite type." ; + rdfs:label "coal" ; + rdfs:comment "Generic coal, not including lignite type."@en ; cims:stereotype "enum" . cim:FuelType.coalDerivedGas a cim:FuelType ; - rdfs:label "coalDerivedGas"@en ; - rdfs:comment "Coal derived gas." ; + rdfs:label "coalDerivedGas" ; + rdfs:comment "Coal derived gas."@en ; cims:stereotype "enum" . cim:FuelType.gas a cim:FuelType ; - rdfs:label "gas"@en ; - rdfs:comment "Natural gas." ; + rdfs:label "gas" ; + rdfs:comment "Natural gas."@en ; cims:stereotype "enum" . cim:FuelType.hardCoal a cim:FuelType ; - rdfs:label "hardCoal"@en ; - rdfs:comment "Hard coal." ; + rdfs:label "hardCoal" ; + rdfs:comment "Hard coal."@en ; cims:stereotype "enum" . cim:FuelType.lignite a cim:FuelType ; - rdfs:label "lignite"@en ; - rdfs:comment "The fuel is lignite coal. Note that this is a special type of coal, so the other enum of coal is reserved for hard coal types or if the exact type of coal is not known." ; + rdfs:label "lignite" ; + rdfs:comment "The fuel is lignite coal. Note that this is a special type of coal, so the other enum of coal is reserved for hard coal types or if the exact type of coal is not known."@en ; cims:stereotype "enum" . cim:FuelType.oil a cim:FuelType ; - rdfs:label "oil"@en ; - rdfs:comment "Oil." ; + rdfs:label "oil" ; + rdfs:comment "Oil."@en ; cims:stereotype "enum" . cim:FuelType.oilShale a cim:FuelType ; - rdfs:label "oilShale"@en ; - rdfs:comment "Oil Shale." ; + rdfs:label "oilShale" ; + rdfs:comment "Oil Shale."@en ; cims:stereotype "enum" . cim:FuelType.other a cim:FuelType ; - rdfs:label "other"@en ; - rdfs:comment "Any fuel type not included in the rest of the enumerated value." ; + rdfs:label "other" ; + rdfs:comment "Any fuel type not included in the rest of the enumerated value."@en ; cims:stereotype "enum" . cim:FuelType.peat a cim:FuelType ; - rdfs:label "peat"@en ; - rdfs:comment "Peat." ; + rdfs:label "peat" ; + rdfs:comment "Peat."@en ; cims:stereotype "enum" . cim:GeneratorControlSource.offAGC a cim:GeneratorControlSource ; - rdfs:label "offAGC"@en ; - rdfs:comment "Off of automatic generation control (AGC)." ; + rdfs:label "offAGC" ; + rdfs:comment "Off of automatic generation control (AGC)."@en ; cims:stereotype "enum" . cim:GeneratorControlSource.onAGC a cim:GeneratorControlSource ; - rdfs:label "onAGC"@en ; - rdfs:comment "On automatic generation control (AGC)." ; + rdfs:label "onAGC" ; + rdfs:comment "On automatic generation control (AGC)."@en ; cims:stereotype "enum" . cim:GeneratorControlSource.plantControl a cim:GeneratorControlSource ; - rdfs:label "plantControl"@en ; - rdfs:comment "Plant is controlling." ; + rdfs:label "plantControl" ; + rdfs:comment "Plant is controlling."@en ; cims:stereotype "enum" . cim:GeneratorControlSource.unavailable a cim:GeneratorControlSource ; - rdfs:label "unavailable"@en ; - rdfs:comment "Not available." ; + rdfs:label "unavailable" ; + rdfs:comment "Not available."@en ; cims:stereotype "enum" . cim:HydroEnergyConversionKind.generator a cim:HydroEnergyConversionKind ; - rdfs:label "generator"@en ; - rdfs:comment "Able to generate power, but not able to pump water for energy storage." ; + rdfs:label "generator" ; + rdfs:comment "Able to generate power, but not able to pump water for energy storage."@en ; cims:stereotype "enum" . cim:HydroEnergyConversionKind.pumpAndGenerator a cim:HydroEnergyConversionKind ; - rdfs:label "pumpAndGenerator"@en ; - rdfs:comment "Able to both generate power and pump water for energy storage." ; + rdfs:label "pumpAndGenerator" ; + rdfs:comment "Able to both generate power and pump water for energy storage."@en ; cims:stereotype "enum" . cim:HydroPlantStorageKind.pumpedStorage a cim:HydroPlantStorageKind ; - rdfs:label "pumpedStorage"@en ; - rdfs:comment "Pumped storage." ; + rdfs:label "pumpedStorage" ; + rdfs:comment "Pumped storage."@en ; cims:stereotype "enum" . cim:HydroPlantStorageKind.runOfRiver a cim:HydroPlantStorageKind ; - rdfs:label "runOfRiver"@en ; - rdfs:comment "Run of river." ; + rdfs:label "runOfRiver" ; + rdfs:comment "Run of river."@en ; cims:stereotype "enum" . cim:HydroPlantStorageKind.storage a cim:HydroPlantStorageKind ; - rdfs:label "storage"@en ; - rdfs:comment "Storage." ; + rdfs:label "storage" ; + rdfs:comment "Storage."@en ; cims:stereotype "enum" . cim:HydroTurbineKind.francis a cim:HydroTurbineKind ; - rdfs:label "francis"@en ; - rdfs:comment "Francis." ; + rdfs:label "francis" ; + rdfs:comment "Francis."@en ; cims:stereotype "enum" . cim:HydroTurbineKind.kaplan a cim:HydroTurbineKind ; - rdfs:label "kaplan"@en ; - rdfs:comment "Kaplan." ; + rdfs:label "kaplan" ; + rdfs:comment "Kaplan."@en ; cims:stereotype "enum" . cim:HydroTurbineKind.pelton a cim:HydroTurbineKind ; - rdfs:label "pelton"@en ; - rdfs:comment "Pelton." ; + rdfs:label "pelton" ; + rdfs:comment "Pelton."@en ; cims:stereotype "enum" . cim:Impedance skos:exactMatch quantitykind:Inductance . cim:Inductance a qudt:QuantityKind ; - rdfs:label "Inductance"@en ; - rdfs:comment "Inductive part of reactance (imaginary part of impedance), at rated frequency." ; + rdfs:label "Inductance" ; + rdfs:comment "Inductive part of reactance (imaginary part of impedance), at rated frequency."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.H . cim:Length a qudt:QuantityKind ; - rdfs:label "Length"@en ; - rdfs:comment "Unit of length. It shall be a positive value or zero." ; + rdfs:label "Length" ; + rdfs:comment "Unit of length. It shall be a positive value or zero."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.m ; skos:exactMatch quantitykind:Length . cim:Money a qudt:QuantityKind ; - rdfs:label "Money"@en ; - rdfs:comment "Amount of money." ; + rdfs:label "Money" ; + rdfs:comment "Amount of money."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:Currency.AED, cim:Currency.AFN, cim:Currency.ALL, cim:Currency.AMD, cim:Currency.ANG, cim:Currency.AOA, cim:Currency.ARS, cim:Currency.AUD, cim:Currency.AWG, cim:Currency.AZN, cim:Currency.BAM, cim:Currency.BBD, cim:Currency.BDT, cim:Currency.BGN, cim:Currency.BHD, cim:Currency.BIF, cim:Currency.BMD, cim:Currency.BND, cim:Currency.BOB, cim:Currency.BOV, cim:Currency.BRL, cim:Currency.BSD, cim:Currency.BTN, cim:Currency.BWP, cim:Currency.BYR, cim:Currency.BZD, cim:Currency.CAD, cim:Currency.CDF, cim:Currency.CHF, cim:Currency.CLF, cim:Currency.CLP, cim:Currency.CNY, cim:Currency.COP, cim:Currency.COU, cim:Currency.CRC, cim:Currency.CUC, cim:Currency.CUP, cim:Currency.CVE, cim:Currency.CZK, cim:Currency.DJF, cim:Currency.DKK, cim:Currency.DOP, cim:Currency.DZD, cim:Currency.EEK, cim:Currency.EGP, cim:Currency.ERN, cim:Currency.ETB, cim:Currency.EUR, cim:Currency.FJD, cim:Currency.FKP, cim:Currency.GBP, cim:Currency.GEL, cim:Currency.GHS, cim:Currency.GIP, cim:Currency.GMD, cim:Currency.GNF, cim:Currency.GTQ, cim:Currency.GYD, cim:Currency.HKD, cim:Currency.HNL, cim:Currency.HRK, cim:Currency.HTG, cim:Currency.HUF, cim:Currency.IDR, cim:Currency.ILS, cim:Currency.INR, cim:Currency.IQD, cim:Currency.IRR, cim:Currency.ISK, cim:Currency.JMD, cim:Currency.JOD, cim:Currency.JPY, cim:Currency.KES, cim:Currency.KGS, cim:Currency.KHR, cim:Currency.KMF, cim:Currency.KPW, cim:Currency.KRW, cim:Currency.KWD, cim:Currency.KYD, cim:Currency.KZT, cim:Currency.LAK, cim:Currency.LBP, cim:Currency.LKR, cim:Currency.LRD, cim:Currency.LSL, cim:Currency.LTL, cim:Currency.LVL, cim:Currency.LYD, cim:Currency.MAD, cim:Currency.MDL, cim:Currency.MGA, cim:Currency.MKD, cim:Currency.MMK, cim:Currency.MNT, cim:Currency.MOP, cim:Currency.MRO, cim:Currency.MUR, cim:Currency.MVR, cim:Currency.MWK, cim:Currency.MXN, cim:Currency.MYR, cim:Currency.MZN, cim:Currency.NAD, cim:Currency.NGN, cim:Currency.NIO, cim:Currency.NOK, cim:Currency.NPR, cim:Currency.NZD, cim:Currency.OMR, cim:Currency.PAB, cim:Currency.PEN, cim:Currency.PGK, cim:Currency.PHP, cim:Currency.PKR, cim:Currency.PLN, cim:Currency.PYG, cim:Currency.QAR, cim:Currency.RON, cim:Currency.RSD, cim:Currency.RUB, cim:Currency.RWF, cim:Currency.SAR, cim:Currency.SBD, cim:Currency.SCR, cim:Currency.SDG, cim:Currency.SEK, cim:Currency.SGD, cim:Currency.SHP, cim:Currency.SLL, cim:Currency.SOS, cim:Currency.SRD, cim:Currency.STD, cim:Currency.SYP, cim:Currency.SZL, cim:Currency.THB, cim:Currency.TJS, cim:Currency.TMT, cim:Currency.TND, cim:Currency.TOP, cim:Currency.TRY, cim:Currency.TTD, cim:Currency.TWD, cim:Currency.TZS, cim:Currency.UAH, cim:Currency.UGX, cim:Currency.USD, cim:Currency.UYU, cim:Currency.UZS, cim:Currency.VEF, cim:Currency.VND, cim:Currency.VUV, cim:Currency.WST, cim:Currency.XAF, cim:Currency.XCD, cim:Currency.XOF, cim:Currency.XPF, cim:Currency.YER, cim:Currency.ZAR, cim:Currency.ZMK, cim:Currency.ZWL ; skos:exactMatch quantitykind:Currency . cim:OperationalLimitDirectionKind.absoluteValue a cim:OperationalLimitDirectionKind ; - rdfs:label "absoluteValue"@en ; - rdfs:comment "An absoluteValue limit means that a monitored absolute value above the limit value is a violation." ; + rdfs:label "absoluteValue" ; + rdfs:comment "An absoluteValue limit means that a monitored absolute value above the limit value is a violation."@en ; cims:stereotype "enum" . cim:OperationalLimitDirectionKind.high a cim:OperationalLimitDirectionKind ; - rdfs:label "high"@en ; - rdfs:comment "High means that a monitored value above the limit value is a violation. If applied to a terminal flow, the positive direction is into the terminal." ; + rdfs:label "high" ; + rdfs:comment "High means that a monitored value above the limit value is a violation. If applied to a terminal flow, the positive direction is into the terminal."@en ; cims:stereotype "enum" . cim:OperationalLimitDirectionKind.low a cim:OperationalLimitDirectionKind ; - rdfs:label "low"@en ; - rdfs:comment "Low means a monitored value below the limit is a violation. If applied to a terminal flow, the positive direction is into the terminal." ; + rdfs:label "low" ; + rdfs:comment "Low means a monitored value below the limit is a violation. If applied to a terminal flow, the positive direction is into the terminal."@en ; cims:stereotype "enum" . cim:PU skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . cim:PhaseCode.A a cim:PhaseCode ; rdfs:label "A" ; - rdfs:comment "Phase A." ; + rdfs:comment "Phase A."@en ; cims:stereotype "enum" . cim:PhaseCode.AB a cim:PhaseCode ; rdfs:label "AB" ; - rdfs:comment "Phases A and B." ; + rdfs:comment "Phases A and B."@en ; cims:stereotype "enum" . cim:PhaseCode.ABC a cim:PhaseCode ; rdfs:label "ABC" ; - rdfs:comment "Phases A, B, and C." ; + rdfs:comment "Phases A, B, and C."@en ; cims:stereotype "enum" . cim:PhaseCode.ABCN a cim:PhaseCode ; rdfs:label "ABCN" ; - rdfs:comment "Phases A, B, C, and N." ; + rdfs:comment "Phases A, B, C, and N."@en ; cims:stereotype "enum" . cim:PhaseCode.ABN a cim:PhaseCode ; rdfs:label "ABN" ; - rdfs:comment "Phases A, B, and neutral." ; + rdfs:comment "Phases A, B, and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.AC a cim:PhaseCode ; rdfs:label "AC" ; - rdfs:comment "Phases A and C." ; + rdfs:comment "Phases A and C."@en ; cims:stereotype "enum" . cim:PhaseCode.ACN a cim:PhaseCode ; rdfs:label "ACN" ; - rdfs:comment "Phases A, C and neutral." ; + rdfs:comment "Phases A, C and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.AN a cim:PhaseCode ; rdfs:label "AN" ; - rdfs:comment "Phases A and neutral." ; + rdfs:comment "Phases A and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.B a cim:PhaseCode ; rdfs:label "B" ; - rdfs:comment "Phase B." ; + rdfs:comment "Phase B."@en ; cims:stereotype "enum" . cim:PhaseCode.BC a cim:PhaseCode ; rdfs:label "BC" ; - rdfs:comment "Phases B and C." ; + rdfs:comment "Phases B and C."@en ; cims:stereotype "enum" . cim:PhaseCode.BCN a cim:PhaseCode ; rdfs:label "BCN" ; - rdfs:comment "Phases B, C, and neutral." ; + rdfs:comment "Phases B, C, and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.BN a cim:PhaseCode ; rdfs:label "BN" ; - rdfs:comment "Phases B and neutral." ; + rdfs:comment "Phases B and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.C a cim:PhaseCode ; rdfs:label "C" ; - rdfs:comment "Phase C." ; + rdfs:comment "Phase C."@en ; cims:stereotype "enum" . cim:PhaseCode.CN a cim:PhaseCode ; rdfs:label "CN" ; - rdfs:comment "Phases C and neutral." ; + rdfs:comment "Phases C and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.N a cim:PhaseCode ; rdfs:label "N" ; - rdfs:comment "Neutral phase." ; + rdfs:comment "Neutral phase."@en ; cims:stereotype "enum" . cim:PhaseCode.X a cim:PhaseCode ; rdfs:label "X" ; - rdfs:comment "Unknown non-neutral phase." ; + rdfs:comment "Unknown non-neutral phase."@en ; cims:stereotype "enum" . cim:PhaseCode.XN a cim:PhaseCode ; rdfs:label "XN" ; - rdfs:comment "Unknown non-neutral phase plus neutral." ; + rdfs:comment "Unknown non-neutral phase plus neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.XY a cim:PhaseCode ; rdfs:label "XY" ; - rdfs:comment "Two unknown non-neutral phases." ; + rdfs:comment "Two unknown non-neutral phases."@en ; cims:stereotype "enum" . cim:PhaseCode.XYN a cim:PhaseCode ; rdfs:label "XYN" ; - rdfs:comment "Two unknown non-neutral phases plus neutral." ; + rdfs:comment "Two unknown non-neutral phases plus neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.none a cim:PhaseCode ; rdfs:label "none" ; - rdfs:comment "No phases specified." ; + rdfs:comment "No phases specified."@en ; cims:stereotype "enum" . cim:PhaseCode.s1 a cim:PhaseCode ; rdfs:label "s1" ; - rdfs:comment "Secondary phase 1." ; + rdfs:comment "Secondary phase 1."@en ; cims:stereotype "enum" . cim:PhaseCode.s12 a cim:PhaseCode ; rdfs:label "s12" ; - rdfs:comment "Secondary phase 1 and 2." ; + rdfs:comment "Secondary phase 1 and 2."@en ; cims:stereotype "enum" . cim:PhaseCode.s12N a cim:PhaseCode ; rdfs:label "s12N" ; - rdfs:comment "Secondary phases 1, 2, and neutral." ; + rdfs:comment "Secondary phases 1, 2, and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.s1N a cim:PhaseCode ; rdfs:label "s1N" ; - rdfs:comment "Secondary phase 1 and neutral." ; + rdfs:comment "Secondary phase 1 and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.s2 a cim:PhaseCode ; rdfs:label "s2" ; - rdfs:comment "Secondary phase 2." ; + rdfs:comment "Secondary phase 2."@en ; cims:stereotype "enum" . cim:PhaseCode.s2N a cim:PhaseCode ; rdfs:label "s2N" ; - rdfs:comment "Secondary phase 2 and neutral." ; + rdfs:comment "Secondary phase 2 and neutral."@en ; cims:stereotype "enum" . cim:Pressure skos:exactMatch quantitykind:Pressure . cim:Reactance a qudt:QuantityKind ; - rdfs:label "Reactance"@en ; - rdfs:comment "Reactance (imaginary part of impedance), at rated frequency." ; + rdfs:label "Reactance" ; + rdfs:comment "Reactance (imaginary part of impedance), at rated frequency."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.ohm ; skos:exactMatch quantitykind:Reactance . cim:ReactivePower a qudt:QuantityKind ; - rdfs:label "ReactivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current." ; + rdfs:label "ReactivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.VAr ; skos:exactMatch quantitykind:ReactivePower . cim:RealEnergy a qudt:QuantityKind ; - rdfs:label "RealEnergy"@en ; - rdfs:comment "Real electrical energy." ; + rdfs:label "RealEnergy" ; + rdfs:comment "Real electrical energy."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.Wh ; skos:exactMatch quantitykind:Energy . cim:RegulatingControlModeKind.activePower a cim:RegulatingControlModeKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Active power is specified." ; + rdfs:label "activePower" ; + rdfs:comment "Active power is specified."@en ; cims:stereotype "enum" . cim:RegulatingControlModeKind.admittance a cim:RegulatingControlModeKind ; - rdfs:label "admittance"@en ; - rdfs:comment "Admittance is specified." ; + rdfs:label "admittance" ; + rdfs:comment "Admittance is specified."@en ; cims:stereotype "enum" . cim:RegulatingControlModeKind.currentFlow a cim:RegulatingControlModeKind ; - rdfs:label "currentFlow"@en ; - rdfs:comment "Current flow is specified." ; + rdfs:label "currentFlow" ; + rdfs:comment "Current flow is specified."@en ; cims:stereotype "enum" . cim:RegulatingControlModeKind.powerFactor a cim:RegulatingControlModeKind ; - rdfs:label "powerFactor"@en ; - rdfs:comment "Power factor is specified." ; + rdfs:label "powerFactor" ; + rdfs:comment "Power factor is specified."@en ; cims:stereotype "enum" . cim:RegulatingControlModeKind.reactivePower a cim:RegulatingControlModeKind ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Reactive power is specified." ; + rdfs:label "reactivePower" ; + rdfs:comment "Reactive power is specified."@en ; cims:stereotype "enum" . cim:RegulatingControlModeKind.temperature a cim:RegulatingControlModeKind ; - rdfs:label "temperature"@en ; - rdfs:comment "Control switches on/off based on the local temperature (i.e., a thermostat)." ; + rdfs:label "temperature" ; + rdfs:comment "Control switches on/off based on the local temperature (i.e., a thermostat)."@en ; cims:stereotype "enum" . cim:RegulatingControlModeKind.timeScheduled a cim:RegulatingControlModeKind ; - rdfs:label "timeScheduled"@en ; - rdfs:comment "Control switches on/off by time of day. The times may change on the weekend, or in different seasons." ; + rdfs:label "timeScheduled" ; + rdfs:comment "Control switches on/off by time of day. The times may change on the weekend, or in different seasons."@en ; cims:stereotype "enum" . cim:RegulatingControlModeKind.voltage a cim:RegulatingControlModeKind ; - rdfs:label "voltage"@en ; - rdfs:comment "Voltage is specified." ; + rdfs:label "voltage" ; + rdfs:comment "Voltage is specified."@en ; cims:stereotype "enum" . cim:Resistance a qudt:QuantityKind ; - rdfs:label "Resistance"@en ; - rdfs:comment "Resistance (real part of impedance)." ; + rdfs:label "Resistance" ; + rdfs:comment "Resistance (real part of impedance)."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.ohm ; skos:exactMatch quantitykind:Resistance . cim:RotationSpeed a qudt:QuantityKind ; - rdfs:label "RotationSpeed"@en ; - rdfs:comment "Number of revolutions per second." ; + rdfs:label "RotationSpeed" ; + rdfs:comment "Number of revolutions per second."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.Hz ; skos:exactMatch quantitykind:AngularVelocity . cim:SVCControlMode.reactivePower a cim:SVCControlMode ; - rdfs:label "reactivePower"@en ; - rdfs:comment "Reactive power control." ; + rdfs:label "reactivePower" ; + rdfs:comment "Reactive power control."@en ; cims:stereotype "enum" . cim:SVCControlMode.voltage a cim:SVCControlMode ; - rdfs:label "voltage"@en ; - rdfs:comment "Voltage control." ; + rdfs:label "voltage" ; + rdfs:comment "Voltage control."@en ; cims:stereotype "enum" . cim:Seconds a qudt:QuantityKind ; - rdfs:label "Seconds"@en ; - rdfs:comment "Time, in seconds." ; + rdfs:label "Seconds" ; + rdfs:comment "Time, in seconds."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.s ; skos:exactMatch quantitykind:Time . cim:Susceptance a qudt:QuantityKind ; - rdfs:label "Susceptance"@en ; - rdfs:comment "Imaginary part of admittance." ; + rdfs:label "Susceptance" ; + rdfs:comment "Imaginary part of admittance."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.S ; skos:exactMatch quantitykind:Susceptance . cim:SynchronousMachineKind.condenser a cim:SynchronousMachineKind ; - rdfs:label "condenser"@en ; - rdfs:comment "Indicates the synchronous machine can operate as a condenser." ; + rdfs:label "condenser" ; + rdfs:comment "Indicates the synchronous machine can operate as a condenser."@en ; cims:stereotype "enum" . cim:SynchronousMachineKind.generator a cim:SynchronousMachineKind ; - rdfs:label "generator"@en ; - rdfs:comment "Indicates the synchronous machine can operate as a generator." ; + rdfs:label "generator" ; + rdfs:comment "Indicates the synchronous machine can operate as a generator."@en ; cims:stereotype "enum" . cim:SynchronousMachineKind.generatorOrCondenser a cim:SynchronousMachineKind ; - rdfs:label "generatorOrCondenser"@en ; - rdfs:comment "Indicates the synchronous machine can operate as a generator or as a condenser." ; + rdfs:label "generatorOrCondenser" ; + rdfs:comment "Indicates the synchronous machine can operate as a generator or as a condenser."@en ; cims:stereotype "enum" . cim:SynchronousMachineKind.generatorOrCondenserOrMotor a cim:SynchronousMachineKind ; - rdfs:label "generatorOrCondenserOrMotor"@en ; - rdfs:comment "Indicates the synchronous machine can operate as a generator or as a condenser or as a motor." ; + rdfs:label "generatorOrCondenserOrMotor" ; + rdfs:comment "Indicates the synchronous machine can operate as a generator or as a condenser or as a motor."@en ; cims:stereotype "enum" . cim:SynchronousMachineKind.generatorOrMotor a cim:SynchronousMachineKind ; - rdfs:label "generatorOrMotor"@en ; - rdfs:comment "Indicates the synchronous machine can operate as a generator or as a motor." ; + rdfs:label "generatorOrMotor" ; + rdfs:comment "Indicates the synchronous machine can operate as a generator or as a motor."@en ; cims:stereotype "enum" . cim:SynchronousMachineKind.motor a cim:SynchronousMachineKind ; - rdfs:label "motor"@en ; - rdfs:comment "Indicates the synchronous machine can operate as a motor." ; + rdfs:label "motor" ; + rdfs:comment "Indicates the synchronous machine can operate as a motor."@en ; cims:stereotype "enum" . cim:SynchronousMachineKind.motorOrCondenser a cim:SynchronousMachineKind ; - rdfs:label "motorOrCondenser"@en ; - rdfs:comment "Indicates the synchronous machine can operate as a motor or as a condenser." ; + rdfs:label "motorOrCondenser" ; + rdfs:comment "Indicates the synchronous machine can operate as a motor or as a condenser."@en ; cims:stereotype "enum" . cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.E a cim:UnitMultiplier ; rdfs:label "E" ; - rdfs:comment "Exa 10**18." ; + rdfs:comment "Exa 10**18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.G a cim:UnitMultiplier ; rdfs:label "G" ; - rdfs:comment "Giga 10**9." ; + rdfs:comment "Giga 10**9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.P a cim:UnitMultiplier ; rdfs:label "P" ; - rdfs:comment "Peta 10**15." ; + rdfs:comment "Peta 10**15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.T a cim:UnitMultiplier ; rdfs:label "T" ; - rdfs:comment "Tera 10**12." ; + rdfs:comment "Tera 10**12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Y a cim:UnitMultiplier ; rdfs:label "Y" ; - rdfs:comment "Yotta 10**24." ; + rdfs:comment "Yotta 10**24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Z a cim:UnitMultiplier ; rdfs:label "Z" ; - rdfs:comment "Zetta 10**21." ; + rdfs:comment "Zetta 10**21."@en ; cims:stereotype "enum" . cim:UnitMultiplier.a a cim:UnitMultiplier ; rdfs:label "a" ; - rdfs:comment "Atto 10**-18." ; + rdfs:comment "Atto 10**-18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.c a cim:UnitMultiplier ; rdfs:label "c" ; - rdfs:comment "Centi 10**-2." ; + rdfs:comment "Centi 10**-2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.d a cim:UnitMultiplier ; rdfs:label "d" ; - rdfs:comment "Deci 10**-1." ; + rdfs:comment "Deci 10**-1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.da a cim:UnitMultiplier ; rdfs:label "da" ; - rdfs:comment "Deca 10**1." ; + rdfs:comment "Deca 10**1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.f a cim:UnitMultiplier ; rdfs:label "f" ; - rdfs:comment "Femto 10**-15." ; + rdfs:comment "Femto 10**-15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.h a cim:UnitMultiplier ; rdfs:label "h" ; - rdfs:comment "Hecto 10**2." ; + rdfs:comment "Hecto 10**2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.m a cim:UnitMultiplier ; rdfs:label "m" ; - rdfs:comment "Milli 10**-3." ; + rdfs:comment "Milli 10**-3."@en ; cims:stereotype "enum" . cim:UnitMultiplier.micro a cim:UnitMultiplier ; rdfs:label "micro" ; - rdfs:comment "Micro 10**-6." ; + rdfs:comment "Micro 10**-6."@en ; cims:stereotype "enum" . cim:UnitMultiplier.n a cim:UnitMultiplier ; rdfs:label "n" ; - rdfs:comment "Nano 10**-9." ; + rdfs:comment "Nano 10**-9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitMultiplier.p a cim:UnitMultiplier ; rdfs:label "p" ; - rdfs:comment "Pico 10**-12." ; + rdfs:comment "Pico 10**-12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.y a cim:UnitMultiplier ; rdfs:label "y" ; - rdfs:comment "Yocto 10**-24." ; + rdfs:comment "Yocto 10**-24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.z a cim:UnitMultiplier ; rdfs:label "z" ; - rdfs:comment "Zepto 10**-21." ; + rdfs:comment "Zepto 10**-21."@en ; cims:stereotype "enum" . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.A2 a cim:UnitSymbol ; rdfs:label "A2" ; - rdfs:comment "Amperes squared (A²)." ; + rdfs:comment "Amperes squared (A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2h a cim:UnitSymbol ; rdfs:label "A2h" ; - rdfs:comment "Ampere-squared hour, ampere-squared hour." ; + rdfs:comment "Ampere-squared hour, ampere-squared hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2s a cim:UnitSymbol ; rdfs:label "A2s" ; - rdfs:comment "Ampere squared time in square amperes (A²s)." ; + rdfs:comment "Ampere squared time in square amperes (A²s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerA a cim:UnitSymbol ; rdfs:label "APerA" ; - rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’." ; + rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerm a cim:UnitSymbol ; rdfs:label "APerm" ; - rdfs:comment "A/m, magnetic field strength, amperes per metre." ; + rdfs:comment "A/m, magnetic field strength, amperes per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Ah a cim:UnitSymbol ; rdfs:label "Ah" ; - rdfs:comment "Ampere-hours, ampere-hours." ; + rdfs:comment "Ampere-hours, ampere-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.As a cim:UnitSymbol ; rdfs:label "As" ; - rdfs:comment "Ampere seconds (A·s)." ; + rdfs:comment "Ampere seconds (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Bq a cim:UnitSymbol ; rdfs:label "Bq" ; - rdfs:comment "Radioactivity in becquerels (1/s)." ; + rdfs:comment "Radioactivity in becquerels (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Btu a cim:UnitSymbol ; rdfs:label "Btu" ; - rdfs:comment "Energy, British Thermal Units." ; + rdfs:comment "Energy, British Thermal Units."@en ; cims:stereotype "enum" . cim:UnitSymbol.C a cim:UnitSymbol ; rdfs:label "C" ; - rdfs:comment "Electric charge in coulombs (A·s)." ; + rdfs:comment "Electric charge in coulombs (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerkg a cim:UnitSymbol ; rdfs:label "CPerkg" ; - rdfs:comment "Exposure (x rays), coulombs per kilogram." ; + rdfs:comment "Exposure (x rays), coulombs per kilogram."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm2 a cim:UnitSymbol ; rdfs:label "CPerm2" ; - rdfs:comment "Surface charge density, coulombs per square metre." ; + rdfs:comment "Surface charge density, coulombs per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm3 a cim:UnitSymbol ; rdfs:label "CPerm3" ; - rdfs:comment "Electric charge density, coulombs per cubic metre." ; + rdfs:comment "Electric charge density, coulombs per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.F a cim:UnitSymbol ; rdfs:label "F" ; - rdfs:comment "Electric capacitance in farads (C/V)." ; + rdfs:comment "Electric capacitance in farads (C/V)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:FARAD . cim:UnitSymbol.FPerm a cim:UnitSymbol ; rdfs:label "FPerm" ; - rdfs:comment "Permittivity, farads per metre." ; + rdfs:comment "Permittivity, farads per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.G a cim:UnitSymbol ; rdfs:label "G" ; - rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)." ; + rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Gy a cim:UnitSymbol ; rdfs:label "Gy" ; - rdfs:comment "Absorbed dose in grays (J/kg)." ; + rdfs:comment "Absorbed dose in grays (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.GyPers a cim:UnitSymbol ; rdfs:label "GyPers" ; - rdfs:comment "Absorbed dose rate, grays per second." ; + rdfs:comment "Absorbed dose rate, grays per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.H a cim:UnitSymbol ; rdfs:label "H" ; - rdfs:comment "Electric inductance in henrys (Wb/A)." ; + rdfs:comment "Electric inductance in henrys (Wb/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.HPerm a cim:UnitSymbol ; rdfs:label "HPerm" ; - rdfs:comment "Permeability, henrys per metre." ; + rdfs:comment "Permeability, henrys per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Hz a cim:UnitSymbol ; rdfs:label "Hz" ; - rdfs:comment "Frequency in hertz (1/s)." ; + rdfs:comment "Frequency in hertz (1/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:HZ ; skos:narrower unit:REV-PER-SEC . cim:UnitSymbol.HzPerHz a cim:UnitSymbol ; rdfs:label "HzPerHz" ; - rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’." ; + rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’."@en ; cims:stereotype "enum" . cim:UnitSymbol.HzPers a cim:UnitSymbol ; rdfs:label "HzPers" ; - rdfs:comment "Rate of change of frequency in hertz per second." ; + rdfs:comment "Rate of change of frequency in hertz per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.J a cim:UnitSymbol ; rdfs:label "J" ; - rdfs:comment "Energy in joules (N·m = C·V = W·s)." ; + rdfs:comment "Energy in joules (N·m = C·V = W·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerK a cim:UnitSymbol ; rdfs:label "JPerK" ; - rdfs:comment "Heat capacity in joules/kelvin." ; + rdfs:comment "Heat capacity in joules/kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkg a cim:UnitSymbol ; rdfs:label "JPerkg" ; - rdfs:comment "Specific energy, Joules / kg." ; + rdfs:comment "Specific energy, Joules / kg."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkgK a cim:UnitSymbol ; rdfs:label "JPerkgK" ; - rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin." ; + rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm2 a cim:UnitSymbol ; rdfs:label "JPerm2" ; - rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre." ; + rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm3 a cim:UnitSymbol ; rdfs:label "JPerm3" ; - rdfs:comment "Energy density, joules per cubic metre." ; + rdfs:comment "Energy density, joules per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermol a cim:UnitSymbol ; rdfs:label "JPermol" ; - rdfs:comment "Molar energy, joules per mole." ; + rdfs:comment "Molar energy, joules per mole."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermolK a cim:UnitSymbol ; rdfs:label "JPermolK" ; - rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin." ; + rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPers a cim:UnitSymbol ; rdfs:label "JPers" ; - rdfs:comment "Energy rate in joules per second (J/s)." ; + rdfs:comment "Energy rate in joules per second (J/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.K a cim:UnitSymbol ; rdfs:label "K" ; - rdfs:comment "Temperature in kelvins." ; + rdfs:comment "Temperature in kelvins."@en ; cims:stereotype "enum" . cim:UnitSymbol.KPers a cim:UnitSymbol ; rdfs:label "KPers" ; - rdfs:comment "Temperature change rate in kelvins per second." ; + rdfs:comment "Temperature change rate in kelvins per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.M a cim:UnitSymbol ; rdfs:label "M" ; - rdfs:comment "Length, nautical miles (1 M = 1852 m)." ; + rdfs:comment "Length, nautical miles (1 M = 1852 m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Mx a cim:UnitSymbol ; rdfs:label "Mx" ; - rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)." ; + rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)."@en ; cims:stereotype "enum" . cim:UnitSymbol.N a cim:UnitSymbol ; rdfs:label "N" ; - rdfs:comment "Force in newtons (kg·m/s²)." ; + rdfs:comment "Force in newtons (kg·m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.NPerm a cim:UnitSymbol ; rdfs:label "NPerm" ; - rdfs:comment "Surface tension, newton per metre." ; + rdfs:comment "Surface tension, newton per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Nm a cim:UnitSymbol ; rdfs:label "Nm" ; - rdfs:comment "Moment of force, newton metres." ; + rdfs:comment "Moment of force, newton metres."@en ; cims:stereotype "enum" . cim:UnitSymbol.Oe a cim:UnitSymbol ; rdfs:label "Oe" ; - rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)." ; + rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pa a cim:UnitSymbol ; rdfs:label "Pa" ; - rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms." ; + rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms."@en ; cims:stereotype "enum" ; skos:exactMatch unit:PA . cim:UnitSymbol.PaPers a cim:UnitSymbol ; rdfs:label "PaPers" ; - rdfs:comment "Pressure change rate in pascals per second." ; + rdfs:comment "Pressure change rate in pascals per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pas a cim:UnitSymbol ; rdfs:label "Pas" ; - rdfs:comment "Dynamic viscosity, pascal seconds." ; + rdfs:comment "Dynamic viscosity, pascal seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.Q a cim:UnitSymbol ; rdfs:label "Q" ; - rdfs:comment "Quantity power, Q." ; + rdfs:comment "Quantity power, Q."@en ; cims:stereotype "enum" . cim:UnitSymbol.Qh a cim:UnitSymbol ; rdfs:label "Qh" ; - rdfs:comment "Quantity energy, Qh." ; + rdfs:comment "Quantity energy, Qh."@en ; cims:stereotype "enum" . cim:UnitSymbol.S a cim:UnitSymbol ; rdfs:label "S" ; - rdfs:comment "Conductance in siemens." ; + rdfs:comment "Conductance in siemens."@en ; cims:stereotype "enum" ; skos:exactMatch unit:S . cim:UnitSymbol.SPerm a cim:UnitSymbol ; rdfs:label "SPerm" ; - rdfs:comment "Conductance per length (F/m)." ; + rdfs:comment "Conductance per length (F/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Sv a cim:UnitSymbol ; rdfs:label "Sv" ; - rdfs:comment "Dose equivalent in sieverts (J/kg)." ; + rdfs:comment "Dose equivalent in sieverts (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.T a cim:UnitSymbol ; rdfs:label "T" ; - rdfs:comment "Magnetic flux density in teslas (Wb/m2)." ; + rdfs:comment "Magnetic flux density in teslas (Wb/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.V2 a cim:UnitSymbol ; rdfs:label "V2" ; - rdfs:comment "Volt squared (W²/A²)." ; + rdfs:comment "Volt squared (W²/A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V2h a cim:UnitSymbol ; rdfs:label "V2h" ; - rdfs:comment "Volt-squared hour, volt-squared-hours." ; + rdfs:comment "Volt-squared hour, volt-squared-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VA a cim:UnitSymbol ; rdfs:label "VA" ; - rdfs:comment "Apparent power in volt amperes. See also real power and reactive power." ; + rdfs:comment "Apparent power in volt amperes. See also real power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A . cim:UnitSymbol.VAh a cim:UnitSymbol ; rdfs:label "VAh" ; - rdfs:comment "Apparent energy in volt ampere hours." ; + rdfs:comment "Apparent energy in volt ampere hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.VArh a cim:UnitSymbol ; rdfs:label "VArh" ; - rdfs:comment "Reactive energy in volt ampere reactive hours." ; + rdfs:comment "Reactive energy in volt ampere reactive hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerHz a cim:UnitSymbol ; rdfs:label "VPerHz" ; - rdfs:comment "Magnetic flux in volt per hertz." ; + rdfs:comment "Magnetic flux in volt per hertz."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerV a cim:UnitSymbol ; rdfs:label "VPerV" ; - rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’." ; + rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVA a cim:UnitSymbol ; rdfs:label "VPerVA" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVAr a cim:UnitSymbol ; rdfs:label "VPerVAr" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-PER-V-A_Reactive . cim:UnitSymbol.VPerm a cim:UnitSymbol ; rdfs:label "VPerm" ; - rdfs:comment "Electric field strength, volts per metre." ; + rdfs:comment "Electric field strength, volts per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vh a cim:UnitSymbol ; rdfs:label "Vh" ; - rdfs:comment "Volt-hour, Volt hours." ; + rdfs:comment "Volt-hour, Volt hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vs a cim:UnitSymbol ; rdfs:label "Vs" ; - rdfs:comment "Volt seconds (Ws/A)." ; + rdfs:comment "Volt seconds (Ws/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.WPerA a cim:UnitSymbol ; rdfs:label "WPerA" ; - rdfs:comment "Active power per current flow, watts per Ampere." ; + rdfs:comment "Active power per current flow, watts per Ampere."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-A . cim:UnitSymbol.WPerHz a cim:UnitSymbol ; rdfs:label "WPerHz" ; - rdfs:comment "Active power variation with frequency in watts per hertz." ; + rdfs:comment "Active power variation with frequency in watts per hertz."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-HZ . cim:UnitSymbol.WPerW a cim:UnitSymbol ; rdfs:label "WPerW" ; - rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’." ; + rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2 a cim:UnitSymbol ; rdfs:label "WPerm2" ; - rdfs:comment "Heat flux density, irradiance, watts per square metre." ; + rdfs:comment "Heat flux density, irradiance, watts per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2sr a cim:UnitSymbol ; rdfs:label "WPerm2sr" ; - rdfs:comment "Radiance, watts per square metre steradian." ; + rdfs:comment "Radiance, watts per square metre steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPermK a cim:UnitSymbol ; rdfs:label "WPermK" ; - rdfs:comment "Thermal conductivity in watt/metres kelvin." ; + rdfs:comment "Thermal conductivity in watt/metres kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPers a cim:UnitSymbol ; rdfs:label "WPers" ; - rdfs:comment "Ramp rate in watts per second." ; + rdfs:comment "Ramp rate in watts per second."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-SEC . cim:UnitSymbol.WPersr a cim:UnitSymbol ; rdfs:label "WPersr" ; - rdfs:comment "Radiant intensity, watts per steradian." ; + rdfs:comment "Radiant intensity, watts per steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wb a cim:UnitSymbol ; rdfs:label "Wb" ; - rdfs:comment "Magnetic flux in webers (V·s)." ; + rdfs:comment "Magnetic flux in webers (V·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.anglemin a cim:UnitSymbol ; rdfs:label "anglemin" ; - rdfs:comment "Plane angle, minutes." ; + rdfs:comment "Plane angle, minutes."@en ; cims:stereotype "enum" . cim:UnitSymbol.anglesec a cim:UnitSymbol ; rdfs:label "anglesec" ; - rdfs:comment "Plane angle, seconds." ; + rdfs:comment "Plane angle, seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.bar a cim:UnitSymbol ; rdfs:label "bar" ; - rdfs:comment "Pressure in bars, (1 bar = 100 kPa)." ; + rdfs:comment "Pressure in bars, (1 bar = 100 kPa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.cd a cim:UnitSymbol ; rdfs:label "cd" ; - rdfs:comment "Luminous intensity in candelas." ; + rdfs:comment "Luminous intensity in candelas."@en ; cims:stereotype "enum" . cim:UnitSymbol.charPers a cim:UnitSymbol ; rdfs:label "charPers" ; - rdfs:comment "Data rate (baud) in characters per second." ; + rdfs:comment "Data rate (baud) in characters per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.character a cim:UnitSymbol ; rdfs:label "character" ; - rdfs:comment "Number of characters." ; + rdfs:comment "Number of characters."@en ; cims:stereotype "enum" . cim:UnitSymbol.cosPhi a cim:UnitSymbol ; rdfs:label "cosPhi" ; rdfs:comment """Power factor, dimensionless. Note 1: This definition of power factor only holds for balanced systems. See the alternative definition under code 153. -Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility.""" ; +Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility."""@en ; cims:stereotype "enum" . cim:UnitSymbol.count a cim:UnitSymbol ; rdfs:label "count" ; - rdfs:comment "Amount of substance, Counter value." ; + rdfs:comment "Amount of substance, Counter value."@en ; cims:stereotype "enum" . cim:UnitSymbol.d a cim:UnitSymbol ; rdfs:label "d" ; - rdfs:comment "Time in days, day = 24 h = 86400 s." ; + rdfs:comment "Time in days, day = 24 h = 86400 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.dB a cim:UnitSymbol ; rdfs:label "dB" ; - rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.dBm a cim:UnitSymbol ; rdfs:label "dBm" ; - rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.degC a cim:UnitSymbol ; rdfs:label "degC" ; rdfs:comment """Relative temperature in degrees Celsius. -In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software.""" ; +In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG_C . cim:UnitSymbol.ft3 a cim:UnitSymbol ; rdfs:label "ft3" ; - rdfs:comment "Volume, cubic feet." ; + rdfs:comment "Volume, cubic feet."@en ; cims:stereotype "enum" . cim:UnitSymbol.gPerg a cim:UnitSymbol ; rdfs:label "gPerg" ; - rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’." ; + rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’."@en ; cims:stereotype "enum" . cim:UnitSymbol.gal a cim:UnitSymbol ; rdfs:label "gal" ; - rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)." ; + rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)."@en ; cims:stereotype "enum" . cim:UnitSymbol.h a cim:UnitSymbol ; rdfs:label "h" ; - rdfs:comment "Time in hours, hour = 60 min = 3600 s." ; + rdfs:comment "Time in hours, hour = 60 min = 3600 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.ha a cim:UnitSymbol ; rdfs:label "ha" ; - rdfs:comment "Area, hectares." ; + rdfs:comment "Area, hectares."@en ; cims:stereotype "enum" . cim:UnitSymbol.kat a cim:UnitSymbol ; rdfs:label "kat" ; - rdfs:comment "Catalytic activity, katal = mol / s." ; + rdfs:comment "Catalytic activity, katal = mol / s."@en ; cims:stereotype "enum" . cim:UnitSymbol.katPerm3 a cim:UnitSymbol ; rdfs:label "katPerm3" ; - rdfs:comment "Catalytic activity concentration, katals per cubic metre." ; + rdfs:comment "Catalytic activity concentration, katals per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.kg a cim:UnitSymbol ; rdfs:label "kg" ; - rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerJ a cim:UnitSymbol ; rdfs:label "kgPerJ" ; - rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerm3 a cim:UnitSymbol ; rdfs:label "kgPerm3" ; - rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm a cim:UnitSymbol ; rdfs:label "kgm" ; - rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm2 a cim:UnitSymbol ; rdfs:label "kgm2" ; - rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kn a cim:UnitSymbol ; rdfs:label "kn" ; - rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s." ; + rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s."@en ; cims:stereotype "enum" . cim:UnitSymbol.l a cim:UnitSymbol ; rdfs:label "l" ; - rdfs:comment "Volume in litres, litre = dm3 = m3/1000." ; + rdfs:comment "Volume in litres, litre = dm3 = m3/1000."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerh a cim:UnitSymbol ; rdfs:label "lPerh" ; - rdfs:comment "Volumetric flow rate, litres per hour." ; + rdfs:comment "Volumetric flow rate, litres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerl a cim:UnitSymbol ; rdfs:label "lPerl" ; - rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’." ; + rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPers a cim:UnitSymbol ; rdfs:label "lPers" ; - rdfs:comment "Volumetric flow rate in litres per second." ; + rdfs:comment "Volumetric flow rate in litres per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.lm a cim:UnitSymbol ; rdfs:label "lm" ; - rdfs:comment "Luminous flux in lumens (cd·sr)." ; + rdfs:comment "Luminous flux in lumens (cd·sr)."@en ; cims:stereotype "enum" . cim:UnitSymbol.lx a cim:UnitSymbol ; rdfs:label "lx" ; - rdfs:comment "Illuminance in lux (lm/m²)." ; + rdfs:comment "Illuminance in lux (lm/m²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m a cim:UnitSymbol ; rdfs:label "m" ; - rdfs:comment "Length in metres." ; + rdfs:comment "Length in metres."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M . cim:UnitSymbol.m2 a cim:UnitSymbol ; rdfs:label "m2" ; - rdfs:comment "Area in square metres (m²)." ; + rdfs:comment "Area in square metres (m²)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M2 . cim:UnitSymbol.m2Pers a cim:UnitSymbol ; rdfs:label "m2Pers" ; - rdfs:comment "Viscosity in square metres / second (m²/s)." ; + rdfs:comment "Viscosity in square metres / second (m²/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3 a cim:UnitSymbol ; rdfs:label "m3" ; - rdfs:comment "Volume in cubic metres (m³)." ; + rdfs:comment "Volume in cubic metres (m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Compensated a cim:UnitSymbol ; rdfs:label "m3Compensated" ; - rdfs:comment "Volume, cubic metres, with the value compensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value compensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perh a cim:UnitSymbol ; rdfs:label "m3Perh" ; - rdfs:comment "Volumetric flow rate, cubic metres per hour." ; + rdfs:comment "Volumetric flow rate, cubic metres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perkg a cim:UnitSymbol ; rdfs:label "m3Perkg" ; - rdfs:comment "Specific volume, cubic metres per kilogram, v." ; + rdfs:comment "Specific volume, cubic metres per kilogram, v."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Pers a cim:UnitSymbol ; rdfs:label "m3Pers" ; - rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)." ; + rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M3-PER-SEC . cim:UnitSymbol.m3Uncompensated a cim:UnitSymbol ; rdfs:label "m3Uncompensated" ; - rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPerm3 a cim:UnitSymbol ; rdfs:label "mPerm3" ; - rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)." ; + rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers a cim:UnitSymbol ; rdfs:label "mPers" ; - rdfs:comment "Velocity in metres per second (m/s)." ; + rdfs:comment "Velocity in metres per second (m/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers2 a cim:UnitSymbol ; rdfs:label "mPers2" ; - rdfs:comment "Acceleration in metres per second squared (m/s²)." ; + rdfs:comment "Acceleration in metres per second squared (m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.min a cim:UnitSymbol ; rdfs:label "min" ; - rdfs:comment "Time in minutes, minute = 60 s." ; + rdfs:comment "Time in minutes, minute = 60 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.mmHg a cim:UnitSymbol ; rdfs:label "mmHg" ; - rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)." ; + rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mol a cim:UnitSymbol ; rdfs:label "mol" ; - rdfs:comment "Amount of substance in moles." ; + rdfs:comment "Amount of substance in moles."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerkg a cim:UnitSymbol ; rdfs:label "molPerkg" ; - rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms." ; + rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerm3 a cim:UnitSymbol ; rdfs:label "molPerm3" ; - rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³." ; + rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPermol a cim:UnitSymbol ; rdfs:label "molPermol" ; - rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution." ; + rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution."@en ; cims:stereotype "enum" . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohm a cim:UnitSymbol ; rdfs:label "ohm" ; - rdfs:comment "Electric resistance in ohms (V/A)." ; + rdfs:comment "Electric resistance in ohms (V/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:OHM . cim:UnitSymbol.ohmPerm a cim:UnitSymbol ; rdfs:label "ohmPerm" ; - rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)." ; + rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohmm a cim:UnitSymbol ; rdfs:label "ohmm" ; - rdfs:comment "Resistivity, ohm metres, (rho)." ; + rdfs:comment "Resistivity, ohm metres, (rho)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerHz a cim:UnitSymbol ; rdfs:label "onePerHz" ; - rdfs:comment "Reciprocal of frequency (1/Hz)." ; + rdfs:comment "Reciprocal of frequency (1/Hz)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerm a cim:UnitSymbol ; rdfs:label "onePerm" ; - rdfs:comment "Wavenumber, reciprocal metres, (1/m)." ; + rdfs:comment "Wavenumber, reciprocal metres, (1/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ppm a cim:UnitSymbol ; rdfs:label "ppm" ; - rdfs:comment "Concentration in parts per million." ; + rdfs:comment "Concentration in parts per million."@en ; cims:stereotype "enum" . cim:UnitSymbol.rad a cim:UnitSymbol ; rdfs:label "rad" ; - rdfs:comment "Plane angle in radians (m/m)." ; + rdfs:comment "Plane angle in radians (m/m)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:RAD . cim:UnitSymbol.radPers a cim:UnitSymbol ; rdfs:label "radPers" ; - rdfs:comment "Angular velocity in radians per second (rad/s)." ; + rdfs:comment "Angular velocity in radians per second (rad/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.radPers2 a cim:UnitSymbol ; rdfs:label "radPers2" ; - rdfs:comment "Angular acceleration, radians per second squared." ; + rdfs:comment "Angular acceleration, radians per second squared."@en ; cims:stereotype "enum" . cim:UnitSymbol.rev a cim:UnitSymbol ; rdfs:label "rev" ; - rdfs:comment "Amount of rotation, revolutions." ; + rdfs:comment "Amount of rotation, revolutions."@en ; cims:stereotype "enum" . cim:UnitSymbol.rotPers a cim:UnitSymbol ; rdfs:label "rotPers" ; - rdfs:comment "Rotations per second (1/s). See also Hz (1/s)." ; + rdfs:comment "Rotations per second (1/s). See also Hz (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . cim:UnitSymbol.sPers a cim:UnitSymbol ; rdfs:label "sPers" ; - rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’." ; + rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’."@en ; cims:stereotype "enum" . cim:UnitSymbol.sr a cim:UnitSymbol ; rdfs:label "sr" ; - rdfs:comment "Solid angle in steradians (m2/m2)." ; + rdfs:comment "Solid angle in steradians (m2/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.therm a cim:UnitSymbol ; rdfs:label "therm" ; - rdfs:comment "Energy, therms." ; + rdfs:comment "Energy, therms."@en ; cims:stereotype "enum" . cim:UnitSymbol.tonne a cim:UnitSymbol ; rdfs:label "tonne" ; - rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)." ; + rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)."@en ; cims:stereotype "enum" . cim:Voltage a qudt:QuantityKind ; - rdfs:label "Voltage"@en ; - rdfs:comment "Electrical voltage, can be both AC and DC." ; + rdfs:label "Voltage" ; + rdfs:comment "Electrical voltage, can be both AC and DC."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.V ; skos:exactMatch quantitykind:Voltage . cim:VoltagePerReactivePower a qudt:QuantityKind ; - rdfs:label "VoltagePerReactivePower"@en ; - rdfs:comment "Voltage variation with reactive power." ; + rdfs:label "VoltagePerReactivePower" ; + rdfs:comment "Voltage variation with reactive power."@en ; cims:belongsToCategory eq:Package_CoreEquipmentProfile ; qudt:applicableUnit cim:UnitSymbol.VPerVAr ; skos:exactMatch quantitykind:VoltagePerReactivePower . @@ -7143,94 +7145,94 @@ cim:VoltagePerReactivePower a qudt:QuantityKind ; cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . cim:WindGenUnitKind.offshore a cim:WindGenUnitKind ; - rdfs:label "offshore"@en ; - rdfs:comment "The wind generating unit is located offshore." ; + rdfs:label "offshore" ; + rdfs:comment "The wind generating unit is located offshore."@en ; cims:stereotype "enum" . cim:WindGenUnitKind.onshore a cim:WindGenUnitKind ; - rdfs:label "onshore"@en ; - rdfs:comment "The wind generating unit is located onshore." ; + rdfs:label "onshore" ; + rdfs:comment "The wind generating unit is located onshore."@en ; cims:stereotype "enum" . cim:WindingConnection.A a cim:WindingConnection ; rdfs:label "A" ; - rdfs:comment "Autotransformer common winding." ; + rdfs:comment "Autotransformer common winding."@en ; cims:stereotype "enum" . cim:WindingConnection.D a cim:WindingConnection ; rdfs:label "D" ; - rdfs:comment "Delta." ; + rdfs:comment "Delta."@en ; cims:stereotype "enum" . cim:WindingConnection.I a cim:WindingConnection ; rdfs:label "I" ; - rdfs:comment "Independent winding, for single-phase connections." ; + rdfs:comment "Independent winding, for single-phase connections."@en ; cims:stereotype "enum" . cim:WindingConnection.Y a cim:WindingConnection ; rdfs:label "Y" ; - rdfs:comment "Wye." ; + rdfs:comment "Wye."@en ; cims:stereotype "enum" . cim:WindingConnection.Yn a cim:WindingConnection ; rdfs:label "Yn" ; - rdfs:comment "Wye, with neutral brought out for grounding." ; + rdfs:comment "Wye, with neutral brought out for grounding."@en ; cims:stereotype "enum" . cim:WindingConnection.Z a cim:WindingConnection ; rdfs:label "Z" ; - rdfs:comment "ZigZag." ; + rdfs:comment "ZigZag."@en ; cims:stereotype "enum" . cim:WindingConnection.Zn a cim:WindingConnection ; rdfs:label "Zn" ; - rdfs:comment "ZigZag, with neutral brought out for grounding." ; + rdfs:comment "ZigZag, with neutral brought out for grounding."@en ; cims:stereotype "enum" . eq:Package_CoreEquipmentProfile a cims:ClassCategory ; - rdfs:label "CoreEquipmentProfile"@en ; - rdfs:comment "This is the IEC 61970-452 core equipment profile." . + rdfs:label "CoreEquipmentProfile" ; + rdfs:comment "This is the IEC 61970-452 core equipment profile."@en . eu:LimitKind.alarmVoltage a eu:LimitKind ; - rdfs:label "alarmVoltage"@en ; - rdfs:comment "Voltage alarm." ; + rdfs:label "alarmVoltage" ; + rdfs:comment "Voltage alarm."@en ; cims:stereotype "European", "enum" . eu:LimitKind.highVoltage a eu:LimitKind ; - rdfs:label "highVoltage"@en ; + rdfs:label "highVoltage" ; rdfs:comment """Referring to the rating of the equipments, a voltage too high can lead to accelerated ageing or the destruction of the equipment. -This limit type may or may not have duration.""" ; +This limit type may or may not have duration."""@en ; cims:stereotype "European", "enum" . eu:LimitKind.lowVoltage a eu:LimitKind ; - rdfs:label "lowVoltage"@en ; + rdfs:label "lowVoltage" ; rdfs:comment """A too low voltage can disturb the normal operation of some protections and transformer equipped with on-load tap changers, electronic power devices or can affect the behaviour of the auxiliaries of generation units. -This limit type may or may not have duration.""" ; +This limit type may or may not have duration."""@en ; cims:stereotype "European", "enum" . eu:LimitKind.operationalVoltageLimit a eu:LimitKind ; - rdfs:label "operationalVoltageLimit"@en ; - rdfs:comment "Operational voltage limit." ; + rdfs:label "operationalVoltageLimit" ; + rdfs:comment "Operational voltage limit."@en ; cims:stereotype "European", "enum" . eu:LimitKind.patl a eu:LimitKind ; - rdfs:label "patl"@en ; + rdfs:label "patl" ; rdfs:comment """The Permanent Admissible Transmission Loading (PATL) is the loading in amperes, MVA or MW that can be accepted by a network branch for an unlimited duration without any risk for the material. -The OperationnalLimitType.isInfiniteDuration is set to true. There shall be only one OperationalLimitType of kind PATL per OperationalLimitSet if the PATL is ApparentPowerLimit, ActivePowerLimit, or CurrentLimit for a given Terminal or Equipment.""" ; +The OperationnalLimitType.isInfiniteDuration is set to true. There shall be only one OperationalLimitType of kind PATL per OperationalLimitSet if the PATL is ApparentPowerLimit, ActivePowerLimit, or CurrentLimit for a given Terminal or Equipment."""@en ; cims:stereotype "European", "enum" . eu:LimitKind.patlt a eu:LimitKind ; - rdfs:label "patlt"@en ; - rdfs:comment "Permanent Admissible Transmission Loading Threshold (PATLT) is a value in engineering units defined for PATL and calculated using a percentage less than 100 % of the PATL type intended to alert operators of an arising condition. The percentage should be given in the name of the OperationalLimitSet. The aceptableDuration is another way to express the severity of the limit." ; + rdfs:label "patlt" ; + rdfs:comment "Permanent Admissible Transmission Loading Threshold (PATLT) is a value in engineering units defined for PATL and calculated using a percentage less than 100 % of the PATL type intended to alert operators of an arising condition. The percentage should be given in the name of the OperationalLimitSet. The aceptableDuration is another way to express the severity of the limit."@en ; cims:stereotype "European", "enum" . eu:LimitKind.stability a eu:LimitKind ; - rdfs:label "stability"@en ; - rdfs:comment "Stability." ; + rdfs:label "stability" ; + rdfs:comment "Stability."@en ; cims:stereotype "European", "enum" . eu:LimitKind.tatl a eu:LimitKind ; - rdfs:label "tatl"@en ; + rdfs:label "tatl" ; rdfs:comment """Temporarily Admissible Transmission Loading (TATL) which is the loading in amperes, MVA or MW that can be accepted by a branch for a certain limited duration. The TATL can be defined in different ways:
        @@ -7240,24 +7242,24 @@ The TATL can be defined in different ways: \t
      • pairs of TATL type and Duration calculated for each line taking into account its particular configuration and conditions of functioning (for example, it can define a TATL acceptable during 20 minutes and another one acceptable during 10 minutes).
      Such a definition of TATL can depend on the initial operating conditions of the network element (sag situation of a line). -The duration attribute can be used to define several TATL limit types. Hence multiple TATL limit values may exist having different durations.""" ; +The duration attribute can be used to define several TATL limit types. Hence multiple TATL limit values may exist having different durations."""@en ; cims:stereotype "European", "enum" . eu:LimitKind.tc a eu:LimitKind ; - rdfs:label "tc"@en ; + rdfs:label "tc" ; rdfs:comment """Tripping Current (TC) is the ultimate intensity without any delay. It is defined as the threshold the line will trip without any possible remedial actions. The tripping of the network element is ordered by protections against short circuits or by overload protections, but in any case, the activation delay of these protections is not compatible with the reaction delay of an operator (less than one minute). -The duration is always zero if the OperationalLimitType.acceptableDuration is exchanged. Only one limit value exists for the TC type.""" ; +The duration is always zero if the OperationalLimitType.acceptableDuration is exchanged. Only one limit value exists for the TC type."""@en ; cims:stereotype "European", "enum" . eu:LimitKind.tct a eu:LimitKind ; - rdfs:label "tct"@en ; - rdfs:comment "Tripping Current Threshold (TCT) is a value in engineering units defined for TC and calculated using a percentage less than 100 % of the TC type intended to alert operators of an arising condition. The percentage should be given in the name of the OperationalLimitSet. The aceptableDuration is another way to express the severity of the limit." ; + rdfs:label "tct" ; + rdfs:comment "Tripping Current Threshold (TCT) is a value in engineering units defined for TC and calculated using a percentage less than 100 % of the TC type intended to alert operators of an arising condition. The percentage should be given in the name of the OperationalLimitSet. The aceptableDuration is another way to express the severity of the limit."@en ; cims:stereotype "European", "enum" . eu:LimitKind.warningVoltage a eu:LimitKind ; - rdfs:label "warningVoltage"@en ; - rdfs:comment "Voltage warning." ; + rdfs:label "warningVoltage" ; + rdfs:comment "Voltage warning."@en ; cims:stereotype "European", "enum" . diff --git a/rdfs-improved/CGMES/ttl/61970-600-2_EquipmentBoundary-AP-Voc-RDFS2020_v3-0-0.ttl b/rdfs-improved/CGMES/ttl/61970-600-2_EquipmentBoundary-AP-Voc-RDFS2020_v3-0-0.ttl index b372314..83c42d9 100644 --- a/rdfs-improved/CGMES/ttl/61970-600-2_EquipmentBoundary-AP-Voc-RDFS2020_v3-0-0.ttl +++ b/rdfs-improved/CGMES/ttl/61970-600-2_EquipmentBoundary-AP-Voc-RDFS2020_v3-0-0.ttl @@ -13,182 +13,184 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . eqbd:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the equipment boundary profile from IEC 61970-600-2."@en ; + dc:source "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "EQBD" ; - dcat:landingPage "https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/" ; + dcat:landingPage ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , ; dct:creator "ENTSO-E CIM EG"@en ; dct:identifier "urn:uuid:1e79354a-ccc2-434b-bab3-3dc4a08df5ea" ; dct:issued "2021-01-27T12:30:44Z"^^xsd:dateTime ; dct:language "en-GB" ; dct:modified "2020-10-12"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; dct:rights "Copyright"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:rightsHolder "ENTSO-E" ; dct:title "Equipment Boundary Vocabulary"@en ; owl:incompatibleWith ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "3.0.0"@en . + owl:versionInfo "3.0.0" . cim:ACDCTerminal a owl:Class ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:BaseVoltage a owl:Class ; - rdfs:label "BaseVoltage"@en ; - rdfs:comment "Defines a system base voltage which is referenced." ; + rdfs:label "BaseVoltage" ; + rdfs:comment "Defines a system base voltage which is referenced."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:Bay a owl:Class ; - rdfs:label "Bay"@en ; - rdfs:comment "A collection of power system resources (within a given substation) including conducting equipment, protection relays, measurements, and telemetry. A bay typically represents a physical grouping related to modularization of equipment." ; + rdfs:label "Bay" ; + rdfs:comment "A collection of power system resources (within a given substation) including conducting equipment, protection relays, measurements, and telemetry. A bay typically represents a physical grouping related to modularization of equipment."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquipmentContainer . cim:ConductingEquipment a owl:Class ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; rdfs:subClassOf cim:Equipment . cim:ConnectivityNode a owl:Class ; - rdfs:label "ConnectivityNode"@en ; - rdfs:comment "Connectivity nodes are points where terminals of AC conducting equipment are connected together with zero impedance." ; + rdfs:label "ConnectivityNode" ; + rdfs:comment "Connectivity nodes are points where terminals of AC conducting equipment are connected together with zero impedance."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:ConnectivityNodeContainer a owl:Class ; - rdfs:label "ConnectivityNodeContainer"@en ; - rdfs:comment "A base class for all objects that may contain connectivity nodes or topological nodes." ; + rdfs:label "ConnectivityNodeContainer" ; + rdfs:comment "A base class for all objects that may contain connectivity nodes or topological nodes."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; rdfs:subClassOf cim:PowerSystemResource . cim:Connector a owl:Class ; - rdfs:label "Connector"@en ; - rdfs:comment "A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation and are modelled with a single logical terminal." ; + rdfs:label "Connector" ; + rdfs:comment "A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation and are modelled with a single logical terminal."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EnergySchedulingType a owl:Class ; - rdfs:label "EnergySchedulingType"@en ; - rdfs:comment "Used to define the type of generation for scheduling purposes." ; + rdfs:label "EnergySchedulingType" ; + rdfs:comment "Used to define the type of generation for scheduling purposes."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; rdfs:subClassOf cim:PowerSystemResource . cim:EquipmentContainer a owl:Class ; - rdfs:label "EquipmentContainer"@en ; - rdfs:comment "A modelling construct to provide a root class for containing equipment." ; + rdfs:label "EquipmentContainer" ; + rdfs:comment "A modelling construct to provide a root class for containing equipment."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; rdfs:subClassOf cim:ConnectivityNodeContainer . cim:GeographicalRegion a owl:Class ; - rdfs:label "GeographicalRegion"@en ; - rdfs:comment "A geographical region of a power system network model." ; + rdfs:label "GeographicalRegion" ; + rdfs:comment "A geographical region of a power system network model."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile . cim:Junction a owl:Class ; - rdfs:label "Junction"@en ; - rdfs:comment "A point where one or more conducting equipments are connected with zero resistance." ; + rdfs:label "Junction" ; + rdfs:comment "A point where one or more conducting equipments are connected with zero resistance."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Connector . cim:Line a owl:Class ; - rdfs:label "Line"@en ; - rdfs:comment "Contains equipment beyond a substation belonging to a power transmission line." ; + rdfs:label "Line" ; + rdfs:comment "Contains equipment beyond a substation belonging to a power transmission line."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquipmentContainer . cim:PowerSystemResource a owl:Class ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:SubGeographicalRegion a owl:Class ; - rdfs:label "SubGeographicalRegion"@en ; - rdfs:comment "A subset of a geographical region of a power system network model." ; + rdfs:label "SubGeographicalRegion" ; + rdfs:comment "A subset of a geographical region of a power system network model."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:Substation a owl:Class ; - rdfs:label "Substation"@en ; - rdfs:comment "A collection of equipment for purposes other than generation or utilization, through which electric energy in bulk is passed for the purposes of switching or modifying its characteristics." ; + rdfs:label "Substation" ; + rdfs:comment "A collection of equipment for purposes other than generation or utilization, through which electric energy in bulk is passed for the purposes of switching or modifying its characteristics."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquipmentContainer . cim:Terminal a owl:Class ; - rdfs:label "Terminal"@en ; - rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "Terminal" ; + rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:ACDCTerminal . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:enumeration . cim:VoltageLevel a owl:Class ; - rdfs:label "VoltageLevel"@en ; - rdfs:comment "A collection of equipment at one common system voltage forming a switchgear. The equipment typically consists of breakers, busbars, instrumentation, control, regulation and protection devices as well as assemblies of all these." ; + rdfs:label "VoltageLevel" ; + rdfs:comment "A collection of equipment at one common system voltage forming a switchgear. The equipment typically consists of breakers, busbars, instrumentation, control, regulation and protection devices as well as assemblies of all these."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:EquipmentContainer . eu:BoundaryPoint a owl:Class ; - rdfs:label "BoundaryPoint"@en ; - rdfs:comment "Designates a connection point at which one or more model authority sets shall connect to. The location of the connection point as well as other properties are agreed between organisations responsible for the interconnection, hence all attributes of the class represent this agreement. It is primarily used in a boundary model authority set which can contain one or many BoundaryPoint-s among other Equipment-s and their connections." ; + rdfs:label "BoundaryPoint" ; + rdfs:comment "Designates a connection point at which one or more model authority sets shall connect to. The location of the connection point as well as other properties are agreed between organisations responsible for the interconnection, hence all attributes of the class represent this agreement. It is primarily used in a boundary model authority set which can contain one or many BoundaryPoint-s among other Equipment-s and their connections."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; cims:stereotype "European", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:BaseVoltage.VoltageLevel a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageLevel"@en ; - rdfs:comment "The voltage levels having this base voltage." ; + rdfs:label "VoltageLevel" ; + rdfs:comment "The voltage levels having this base voltage."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:VoltageLevel.BaseVoltage ; @@ -196,8 +198,8 @@ cim:BaseVoltage.VoltageLevel a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:VoltageLevel . cim:Bay.VoltageLevel a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "VoltageLevel"@en ; - rdfs:comment "The voltage level containing this bay." ; + rdfs:label "VoltageLevel" ; + rdfs:comment "The voltage level containing this bay."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:VoltageLevel.Bays ; @@ -205,8 +207,8 @@ cim:Bay.VoltageLevel a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:VoltageLevel . cim:ConductingEquipment.Terminals a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Terminals"@en ; - rdfs:comment "Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes." ; + rdfs:label "Terminals" ; + rdfs:comment "Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Terminal.ConductingEquipment ; @@ -214,8 +216,8 @@ cim:ConductingEquipment.Terminals a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range cim:Terminal . cim:ConnectivityNode.ConnectivityNodeContainer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ConnectivityNodeContainer"@en ; - rdfs:comment "Container of this connectivity node." ; + rdfs:label "ConnectivityNodeContainer" ; + rdfs:comment "Container of this connectivity node."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ConnectivityNodeContainer.ConnectivityNodes ; @@ -223,8 +225,8 @@ cim:ConnectivityNode.ConnectivityNodeContainer a owl:ObjectProperty, owl:Functio rdfs:range cim:ConnectivityNodeContainer . cim:ConnectivityNode.Terminals a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Terminals"@en ; - rdfs:comment "Terminals interconnected with zero impedance at a this connectivity node." ; + rdfs:label "Terminals" ; + rdfs:comment "Terminals interconnected with zero impedance at a this connectivity node."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Terminal.ConnectivityNode ; @@ -232,8 +234,8 @@ cim:ConnectivityNode.Terminals a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:Terminal . cim:ConnectivityNodeContainer.ConnectivityNodes a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ConnectivityNodes"@en ; - rdfs:comment "Connectivity nodes which belong to this connectivity node container." ; + rdfs:label "ConnectivityNodes" ; + rdfs:comment "Connectivity nodes which belong to this connectivity node container."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ConnectivityNode.ConnectivityNodeContainer ; @@ -241,8 +243,8 @@ cim:ConnectivityNodeContainer.ConnectivityNodes a owl:ObjectProperty, owl:Invers rdfs:range cim:ConnectivityNode . cim:Equipment.EquipmentContainer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "EquipmentContainer"@en ; - rdfs:comment "Container of this equipment." ; + rdfs:label "EquipmentContainer" ; + rdfs:comment "Container of this equipment."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:EquipmentContainer.Equipments ; @@ -250,8 +252,8 @@ cim:Equipment.EquipmentContainer a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:EquipmentContainer . cim:EquipmentContainer.Equipments a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Equipments"@en ; - rdfs:comment "Contained equipment." ; + rdfs:label "Equipments" ; + rdfs:comment "Contained equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Equipment.EquipmentContainer ; @@ -259,8 +261,8 @@ cim:EquipmentContainer.Equipments a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range cim:Equipment . cim:GeographicalRegion.Regions a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Regions"@en ; - rdfs:comment "All sub-geographical regions within this geographical region." ; + rdfs:label "Regions" ; + rdfs:comment "All sub-geographical regions within this geographical region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:SubGeographicalRegion.Region ; @@ -268,8 +270,8 @@ cim:GeographicalRegion.Regions a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:SubGeographicalRegion . cim:Line.Region a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Region"@en ; - rdfs:comment "The sub-geographical region of the line." ; + rdfs:label "Region" ; + rdfs:comment "The sub-geographical region of the line."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SubGeographicalRegion.Lines ; @@ -277,8 +279,8 @@ cim:Line.Region a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:SubGeographicalRegion . cim:SubGeographicalRegion.Lines a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Lines"@en ; - rdfs:comment "The lines within the sub-geographical region." ; + rdfs:label "Lines" ; + rdfs:comment "The lines within the sub-geographical region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; cims:stereotype uml:ofAggregate ; @@ -287,8 +289,8 @@ cim:SubGeographicalRegion.Lines a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range cim:Line . cim:SubGeographicalRegion.Region a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Region"@en ; - rdfs:comment "The geographical region which this sub-geographical region is within." ; + rdfs:label "Region" ; + rdfs:comment "The geographical region which this sub-geographical region is within."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:GeographicalRegion.Regions ; @@ -296,8 +298,8 @@ cim:SubGeographicalRegion.Region a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:GeographicalRegion . cim:SubGeographicalRegion.Substations a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Substations"@en ; - rdfs:comment "The substations in this sub-geographical region." ; + rdfs:label "Substations" ; + rdfs:comment "The substations in this sub-geographical region."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Substation.Region ; @@ -305,8 +307,8 @@ cim:SubGeographicalRegion.Substations a owl:ObjectProperty, owl:InverseFunctiona rdfs:range cim:Substation . cim:Substation.Region a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Region"@en ; - rdfs:comment "The SubGeographicalRegion containing the substation." ; + rdfs:label "Region" ; + rdfs:comment "The SubGeographicalRegion containing the substation."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:SubGeographicalRegion.Substations ; @@ -314,8 +316,8 @@ cim:Substation.Region a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:SubGeographicalRegion . cim:Substation.VoltageLevels a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "VoltageLevels"@en ; - rdfs:comment "The voltage levels within this substation." ; + rdfs:label "VoltageLevels" ; + rdfs:comment "The voltage levels within this substation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:VoltageLevel.Substation ; @@ -323,8 +325,8 @@ cim:Substation.VoltageLevels a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:VoltageLevel . cim:Terminal.ConductingEquipment a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The conducting equipment of the terminal. Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The conducting equipment of the terminal. Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ConductingEquipment.Terminals ; @@ -332,8 +334,8 @@ cim:Terminal.ConductingEquipment a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ConductingEquipment . cim:Terminal.ConnectivityNode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ConnectivityNode"@en ; - rdfs:comment "The connectivity node to which this terminal connects with zero impedance." ; + rdfs:label "ConnectivityNode" ; + rdfs:comment "The connectivity node to which this terminal connects with zero impedance."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ConnectivityNode.Terminals ; @@ -341,8 +343,8 @@ cim:Terminal.ConnectivityNode a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ConnectivityNode . cim:VoltageLevel.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BaseVoltage"@en ; - rdfs:comment "The base voltage used for all equipment within the voltage level." ; + rdfs:label "BaseVoltage" ; + rdfs:comment "The base voltage used for all equipment within the voltage level."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:BaseVoltage.VoltageLevel ; @@ -350,8 +352,8 @@ cim:VoltageLevel.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:BaseVoltage . cim:VoltageLevel.Bays a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Bays"@en ; - rdfs:comment "The bays within this voltage level." ; + rdfs:label "Bays" ; + rdfs:comment "The bays within this voltage level."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Bay.VoltageLevel ; @@ -359,8 +361,8 @@ cim:VoltageLevel.Bays a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Bay . cim:VoltageLevel.Substation a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Substation"@en ; - rdfs:comment "The substation of the voltage level." ; + rdfs:label "Substation" ; + rdfs:comment "The substation of the voltage level."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Substation.VoltageLevels ; @@ -368,8 +370,8 @@ cim:VoltageLevel.Substation a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Substation . eu:BoundaryPoint.ConnectivityNode a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ConnectivityNode"@en ; - rdfs:comment "The connectivity node that is designated as a boundary point." ; + rdfs:label "ConnectivityNode" ; + rdfs:comment "The connectivity node that is designated as a boundary point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European" ; @@ -378,8 +380,8 @@ eu:BoundaryPoint.ConnectivityNode a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range cim:ConnectivityNode . eu:ConnectivityNode.BoundaryPoint a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "BoundaryPoint"@en ; - rdfs:comment "The boundary point associated with the connectivity node." ; + rdfs:label "BoundaryPoint" ; + rdfs:comment "The boundary point associated with the connectivity node."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European" ; @@ -388,8 +390,8 @@ eu:ConnectivityNode.BoundaryPoint a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range eu:BoundaryPoint . cim:BaseVoltage.nominalVoltage a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nominalVoltage"@en ; - rdfs:comment "The power system resource's base voltage. Shall be a positive value and not zero." ; + rdfs:label "nominalVoltage" ; + rdfs:comment "The power system resource's base voltage. Shall be a positive value and not zero."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -400,34 +402,34 @@ cim:BaseVoltage.nominalVoltage a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:VoltageLevel.highVoltageLimit a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "highVoltageLimit"@en ; + rdfs:label "highVoltageLimit" ; rdfs:comment """The bus bar's high voltage limit. -The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with lowVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present.""" ; +The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with lowVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present."""@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -438,9 +440,9 @@ The limit applies to all equipment and nodes contained in a given VoltageLevel. rdfs:range xsd:float . cim:VoltageLevel.lowVoltageLimit a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "lowVoltageLimit"@en ; + rdfs:label "lowVoltageLimit" ; rdfs:comment """The bus bar's low voltage limit. -The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with highVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present.""" ; +The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with highVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present."""@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -451,78 +453,78 @@ The limit applies to all equipment and nodes contained in a given VoltageLevel. rdfs:range xsd:float . eu:BoundaryPoint.fromEndIsoCode a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fromEndIsoCode"@en ; + rdfs:label "fromEndIsoCode" ; rdfs:comment """The ISO code of the region which the "From" side of the Boundary point belongs to or it is connected to. -The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum.""" ; +The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:BoundaryPoint.fromEndName a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fromEndName"@en ; + rdfs:label "fromEndName" ; rdfs:comment """A human readable name with length of the string 64 characters maximum. It covers the following two cases: -if the Boundary point is placed on a tie-line, it is the name (IdentifiedObject.name) of the substation at which the "From" side of the tie-line is connected to. --if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the "From" side of the Boundary point is connected to.""" ; +-if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the "From" side of the Boundary point is connected to."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:BoundaryPoint.fromEndNameTso a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "fromEndNameTso"@en ; - rdfs:comment "Identifies the name of the transmission system operator, distribution system operator or other entity at which the \"From\" side of the interconnection is connected to. The length of the string is 64 characters maximum." ; + rdfs:label "fromEndNameTso" ; + rdfs:comment "Identifies the name of the transmission system operator, distribution system operator or other entity at which the \"From\" side of the interconnection is connected to. The length of the string is 64 characters maximum."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:BoundaryPoint.isDirectCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isDirectCurrent"@en ; - rdfs:comment "If true, this boundary point is a point of common coupling (PCC) of a direct current (DC) interconnection, otherwise the interconnection is AC (default)." ; + rdfs:label "isDirectCurrent" ; + rdfs:comment "If true, this boundary point is a point of common coupling (PCC) of a direct current (DC) interconnection, otherwise the interconnection is AC (default)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:boolean . eu:BoundaryPoint.isExcludedFromAreaInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isExcludedFromAreaInterchange"@en ; - rdfs:comment "If true, this boundary point is on the interconnection that is excluded from control area interchange calculation and consequently has no related tie flows. Otherwise, the interconnection is included in control area interchange and a TieFlow is required at all sides of the boundary point (default)." ; + rdfs:label "isExcludedFromAreaInterchange" ; + rdfs:comment "If true, this boundary point is on the interconnection that is excluded from control area interchange calculation and consequently has no related tie flows. Otherwise, the interconnection is included in control area interchange and a TieFlow is required at all sides of the boundary point (default)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:boolean . eu:BoundaryPoint.toEndIsoCode a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "toEndIsoCode"@en ; + rdfs:label "toEndIsoCode" ; rdfs:comment """The ISO code of the region which the "To" side of the Boundary point belongs to or is connected to. -The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum.""" ; +The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:BoundaryPoint.toEndName a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "toEndName"@en ; + rdfs:label "toEndName" ; rdfs:comment """A human readable name with length of the string 64 characters maximum. It covers the following two cases: -if the Boundary point is placed on a tie-line, it is the name (IdentifiedObject.name) of the substation at which the "To" side of the tie-line is connected to. --if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the "To" side of the Boundary point is connected to.""" ; +-if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the "To" side of the Boundary point is connected to."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:BoundaryPoint.toEndNameTso a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "toEndNameTso"@en ; - rdfs:comment "Identifies the name of the transmission system operator, distribution system operator or other entity at which the \"To\" side of the interconnection is connected to. The length of the string is 64 characters maximum." ; + rdfs:label "toEndNameTso" ; + rdfs:comment "Identifies the name of the transmission system operator, distribution system operator or other entity at which the \"To\" side of the interconnection is connected to. The length of the string is 64 characters maximum."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype "European", uml:attribute ; rdfs:domain eu:BoundaryPoint ; rdfs:range xsd:string . eu:IdentifiedObject.energyIdentCodeEic a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "energyIdentCodeEic"@en ; - rdfs:comment "The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site." ; + rdfs:label "energyIdentCodeEic" ; + rdfs:comment "The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; owl:deprecated true ; @@ -530,8 +532,8 @@ eu:IdentifiedObject.energyIdentCodeEic a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:string . eu:IdentifiedObject.shortName a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "shortName"@en ; - rdfs:comment "The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum." ; + rdfs:label "shortName" ; + rdfs:comment "The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; owl:deprecated true ; @@ -592,848 +594,848 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.E a cim:UnitMultiplier ; rdfs:label "E" ; - rdfs:comment "Exa 10**18." ; + rdfs:comment "Exa 10**18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.G a cim:UnitMultiplier ; rdfs:label "G" ; - rdfs:comment "Giga 10**9." ; + rdfs:comment "Giga 10**9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.P a cim:UnitMultiplier ; rdfs:label "P" ; - rdfs:comment "Peta 10**15." ; + rdfs:comment "Peta 10**15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.T a cim:UnitMultiplier ; rdfs:label "T" ; - rdfs:comment "Tera 10**12." ; + rdfs:comment "Tera 10**12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Y a cim:UnitMultiplier ; rdfs:label "Y" ; - rdfs:comment "Yotta 10**24." ; + rdfs:comment "Yotta 10**24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Z a cim:UnitMultiplier ; rdfs:label "Z" ; - rdfs:comment "Zetta 10**21." ; + rdfs:comment "Zetta 10**21."@en ; cims:stereotype "enum" . cim:UnitMultiplier.a a cim:UnitMultiplier ; rdfs:label "a" ; - rdfs:comment "Atto 10**-18." ; + rdfs:comment "Atto 10**-18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.c a cim:UnitMultiplier ; rdfs:label "c" ; - rdfs:comment "Centi 10**-2." ; + rdfs:comment "Centi 10**-2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.d a cim:UnitMultiplier ; rdfs:label "d" ; - rdfs:comment "Deci 10**-1." ; + rdfs:comment "Deci 10**-1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.da a cim:UnitMultiplier ; rdfs:label "da" ; - rdfs:comment "Deca 10**1." ; + rdfs:comment "Deca 10**1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.f a cim:UnitMultiplier ; rdfs:label "f" ; - rdfs:comment "Femto 10**-15." ; + rdfs:comment "Femto 10**-15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.h a cim:UnitMultiplier ; rdfs:label "h" ; - rdfs:comment "Hecto 10**2." ; + rdfs:comment "Hecto 10**2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.m a cim:UnitMultiplier ; rdfs:label "m" ; - rdfs:comment "Milli 10**-3." ; + rdfs:comment "Milli 10**-3."@en ; cims:stereotype "enum" . cim:UnitMultiplier.micro a cim:UnitMultiplier ; rdfs:label "micro" ; - rdfs:comment "Micro 10**-6." ; + rdfs:comment "Micro 10**-6."@en ; cims:stereotype "enum" . cim:UnitMultiplier.n a cim:UnitMultiplier ; rdfs:label "n" ; - rdfs:comment "Nano 10**-9." ; + rdfs:comment "Nano 10**-9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitMultiplier.p a cim:UnitMultiplier ; rdfs:label "p" ; - rdfs:comment "Pico 10**-12." ; + rdfs:comment "Pico 10**-12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.y a cim:UnitMultiplier ; rdfs:label "y" ; - rdfs:comment "Yocto 10**-24." ; + rdfs:comment "Yocto 10**-24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.z a cim:UnitMultiplier ; rdfs:label "z" ; - rdfs:comment "Zepto 10**-21." ; + rdfs:comment "Zepto 10**-21."@en ; cims:stereotype "enum" . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.A2 a cim:UnitSymbol ; rdfs:label "A2" ; - rdfs:comment "Amperes squared (A²)." ; + rdfs:comment "Amperes squared (A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2h a cim:UnitSymbol ; rdfs:label "A2h" ; - rdfs:comment "Ampere-squared hour, ampere-squared hour." ; + rdfs:comment "Ampere-squared hour, ampere-squared hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2s a cim:UnitSymbol ; rdfs:label "A2s" ; - rdfs:comment "Ampere squared time in square amperes (A²s)." ; + rdfs:comment "Ampere squared time in square amperes (A²s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerA a cim:UnitSymbol ; rdfs:label "APerA" ; - rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’." ; + rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerm a cim:UnitSymbol ; rdfs:label "APerm" ; - rdfs:comment "A/m, magnetic field strength, amperes per metre." ; + rdfs:comment "A/m, magnetic field strength, amperes per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Ah a cim:UnitSymbol ; rdfs:label "Ah" ; - rdfs:comment "Ampere-hours, ampere-hours." ; + rdfs:comment "Ampere-hours, ampere-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.As a cim:UnitSymbol ; rdfs:label "As" ; - rdfs:comment "Ampere seconds (A·s)." ; + rdfs:comment "Ampere seconds (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Bq a cim:UnitSymbol ; rdfs:label "Bq" ; - rdfs:comment "Radioactivity in becquerels (1/s)." ; + rdfs:comment "Radioactivity in becquerels (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Btu a cim:UnitSymbol ; rdfs:label "Btu" ; - rdfs:comment "Energy, British Thermal Units." ; + rdfs:comment "Energy, British Thermal Units."@en ; cims:stereotype "enum" . cim:UnitSymbol.C a cim:UnitSymbol ; rdfs:label "C" ; - rdfs:comment "Electric charge in coulombs (A·s)." ; + rdfs:comment "Electric charge in coulombs (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerkg a cim:UnitSymbol ; rdfs:label "CPerkg" ; - rdfs:comment "Exposure (x rays), coulombs per kilogram." ; + rdfs:comment "Exposure (x rays), coulombs per kilogram."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm2 a cim:UnitSymbol ; rdfs:label "CPerm2" ; - rdfs:comment "Surface charge density, coulombs per square metre." ; + rdfs:comment "Surface charge density, coulombs per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm3 a cim:UnitSymbol ; rdfs:label "CPerm3" ; - rdfs:comment "Electric charge density, coulombs per cubic metre." ; + rdfs:comment "Electric charge density, coulombs per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.F a cim:UnitSymbol ; rdfs:label "F" ; - rdfs:comment "Electric capacitance in farads (C/V)." ; + rdfs:comment "Electric capacitance in farads (C/V)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:FARAD . cim:UnitSymbol.FPerm a cim:UnitSymbol ; rdfs:label "FPerm" ; - rdfs:comment "Permittivity, farads per metre." ; + rdfs:comment "Permittivity, farads per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.G a cim:UnitSymbol ; rdfs:label "G" ; - rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)." ; + rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Gy a cim:UnitSymbol ; rdfs:label "Gy" ; - rdfs:comment "Absorbed dose in grays (J/kg)." ; + rdfs:comment "Absorbed dose in grays (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.GyPers a cim:UnitSymbol ; rdfs:label "GyPers" ; - rdfs:comment "Absorbed dose rate, grays per second." ; + rdfs:comment "Absorbed dose rate, grays per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.H a cim:UnitSymbol ; rdfs:label "H" ; - rdfs:comment "Electric inductance in henrys (Wb/A)." ; + rdfs:comment "Electric inductance in henrys (Wb/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.HPerm a cim:UnitSymbol ; rdfs:label "HPerm" ; - rdfs:comment "Permeability, henrys per metre." ; + rdfs:comment "Permeability, henrys per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Hz a cim:UnitSymbol ; rdfs:label "Hz" ; - rdfs:comment "Frequency in hertz (1/s)." ; + rdfs:comment "Frequency in hertz (1/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:HZ ; skos:narrower unit:REV-PER-SEC . cim:UnitSymbol.HzPerHz a cim:UnitSymbol ; rdfs:label "HzPerHz" ; - rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’." ; + rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’."@en ; cims:stereotype "enum" . cim:UnitSymbol.HzPers a cim:UnitSymbol ; rdfs:label "HzPers" ; - rdfs:comment "Rate of change of frequency in hertz per second." ; + rdfs:comment "Rate of change of frequency in hertz per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.J a cim:UnitSymbol ; rdfs:label "J" ; - rdfs:comment "Energy in joules (N·m = C·V = W·s)." ; + rdfs:comment "Energy in joules (N·m = C·V = W·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerK a cim:UnitSymbol ; rdfs:label "JPerK" ; - rdfs:comment "Heat capacity in joules/kelvin." ; + rdfs:comment "Heat capacity in joules/kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkg a cim:UnitSymbol ; rdfs:label "JPerkg" ; - rdfs:comment "Specific energy, Joules / kg." ; + rdfs:comment "Specific energy, Joules / kg."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkgK a cim:UnitSymbol ; rdfs:label "JPerkgK" ; - rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin." ; + rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm2 a cim:UnitSymbol ; rdfs:label "JPerm2" ; - rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre." ; + rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm3 a cim:UnitSymbol ; rdfs:label "JPerm3" ; - rdfs:comment "Energy density, joules per cubic metre." ; + rdfs:comment "Energy density, joules per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermol a cim:UnitSymbol ; rdfs:label "JPermol" ; - rdfs:comment "Molar energy, joules per mole." ; + rdfs:comment "Molar energy, joules per mole."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermolK a cim:UnitSymbol ; rdfs:label "JPermolK" ; - rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin." ; + rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPers a cim:UnitSymbol ; rdfs:label "JPers" ; - rdfs:comment "Energy rate in joules per second (J/s)." ; + rdfs:comment "Energy rate in joules per second (J/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.K a cim:UnitSymbol ; rdfs:label "K" ; - rdfs:comment "Temperature in kelvins." ; + rdfs:comment "Temperature in kelvins."@en ; cims:stereotype "enum" . cim:UnitSymbol.KPers a cim:UnitSymbol ; rdfs:label "KPers" ; - rdfs:comment "Temperature change rate in kelvins per second." ; + rdfs:comment "Temperature change rate in kelvins per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.M a cim:UnitSymbol ; rdfs:label "M" ; - rdfs:comment "Length, nautical miles (1 M = 1852 m)." ; + rdfs:comment "Length, nautical miles (1 M = 1852 m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Mx a cim:UnitSymbol ; rdfs:label "Mx" ; - rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)." ; + rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)."@en ; cims:stereotype "enum" . cim:UnitSymbol.N a cim:UnitSymbol ; rdfs:label "N" ; - rdfs:comment "Force in newtons (kg·m/s²)." ; + rdfs:comment "Force in newtons (kg·m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.NPerm a cim:UnitSymbol ; rdfs:label "NPerm" ; - rdfs:comment "Surface tension, newton per metre." ; + rdfs:comment "Surface tension, newton per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Nm a cim:UnitSymbol ; rdfs:label "Nm" ; - rdfs:comment "Moment of force, newton metres." ; + rdfs:comment "Moment of force, newton metres."@en ; cims:stereotype "enum" . cim:UnitSymbol.Oe a cim:UnitSymbol ; rdfs:label "Oe" ; - rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)." ; + rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pa a cim:UnitSymbol ; rdfs:label "Pa" ; - rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms." ; + rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms."@en ; cims:stereotype "enum" ; skos:exactMatch unit:PA . cim:UnitSymbol.PaPers a cim:UnitSymbol ; rdfs:label "PaPers" ; - rdfs:comment "Pressure change rate in pascals per second." ; + rdfs:comment "Pressure change rate in pascals per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pas a cim:UnitSymbol ; rdfs:label "Pas" ; - rdfs:comment "Dynamic viscosity, pascal seconds." ; + rdfs:comment "Dynamic viscosity, pascal seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.Q a cim:UnitSymbol ; rdfs:label "Q" ; - rdfs:comment "Quantity power, Q." ; + rdfs:comment "Quantity power, Q."@en ; cims:stereotype "enum" . cim:UnitSymbol.Qh a cim:UnitSymbol ; rdfs:label "Qh" ; - rdfs:comment "Quantity energy, Qh." ; + rdfs:comment "Quantity energy, Qh."@en ; cims:stereotype "enum" . cim:UnitSymbol.S a cim:UnitSymbol ; rdfs:label "S" ; - rdfs:comment "Conductance in siemens." ; + rdfs:comment "Conductance in siemens."@en ; cims:stereotype "enum" ; skos:exactMatch unit:S . cim:UnitSymbol.SPerm a cim:UnitSymbol ; rdfs:label "SPerm" ; - rdfs:comment "Conductance per length (F/m)." ; + rdfs:comment "Conductance per length (F/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Sv a cim:UnitSymbol ; rdfs:label "Sv" ; - rdfs:comment "Dose equivalent in sieverts (J/kg)." ; + rdfs:comment "Dose equivalent in sieverts (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.T a cim:UnitSymbol ; rdfs:label "T" ; - rdfs:comment "Magnetic flux density in teslas (Wb/m2)." ; + rdfs:comment "Magnetic flux density in teslas (Wb/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.V2 a cim:UnitSymbol ; rdfs:label "V2" ; - rdfs:comment "Volt squared (W²/A²)." ; + rdfs:comment "Volt squared (W²/A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V2h a cim:UnitSymbol ; rdfs:label "V2h" ; - rdfs:comment "Volt-squared hour, volt-squared-hours." ; + rdfs:comment "Volt-squared hour, volt-squared-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VA a cim:UnitSymbol ; rdfs:label "VA" ; - rdfs:comment "Apparent power in volt amperes. See also real power and reactive power." ; + rdfs:comment "Apparent power in volt amperes. See also real power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A . cim:UnitSymbol.VAh a cim:UnitSymbol ; rdfs:label "VAh" ; - rdfs:comment "Apparent energy in volt ampere hours." ; + rdfs:comment "Apparent energy in volt ampere hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.VArh a cim:UnitSymbol ; rdfs:label "VArh" ; - rdfs:comment "Reactive energy in volt ampere reactive hours." ; + rdfs:comment "Reactive energy in volt ampere reactive hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerHz a cim:UnitSymbol ; rdfs:label "VPerHz" ; - rdfs:comment "Magnetic flux in volt per hertz." ; + rdfs:comment "Magnetic flux in volt per hertz."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerV a cim:UnitSymbol ; rdfs:label "VPerV" ; - rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’." ; + rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVA a cim:UnitSymbol ; rdfs:label "VPerVA" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVAr a cim:UnitSymbol ; rdfs:label "VPerVAr" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-PER-V-A_Reactive . cim:UnitSymbol.VPerm a cim:UnitSymbol ; rdfs:label "VPerm" ; - rdfs:comment "Electric field strength, volts per metre." ; + rdfs:comment "Electric field strength, volts per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vh a cim:UnitSymbol ; rdfs:label "Vh" ; - rdfs:comment "Volt-hour, Volt hours." ; + rdfs:comment "Volt-hour, Volt hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vs a cim:UnitSymbol ; rdfs:label "Vs" ; - rdfs:comment "Volt seconds (Ws/A)." ; + rdfs:comment "Volt seconds (Ws/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.WPerA a cim:UnitSymbol ; rdfs:label "WPerA" ; - rdfs:comment "Active power per current flow, watts per Ampere." ; + rdfs:comment "Active power per current flow, watts per Ampere."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-A . cim:UnitSymbol.WPerW a cim:UnitSymbol ; rdfs:label "WPerW" ; - rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’." ; + rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2 a cim:UnitSymbol ; rdfs:label "WPerm2" ; - rdfs:comment "Heat flux density, irradiance, watts per square metre." ; + rdfs:comment "Heat flux density, irradiance, watts per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2sr a cim:UnitSymbol ; rdfs:label "WPerm2sr" ; - rdfs:comment "Radiance, watts per square metre steradian." ; + rdfs:comment "Radiance, watts per square metre steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPermK a cim:UnitSymbol ; rdfs:label "WPermK" ; - rdfs:comment "Thermal conductivity in watt/metres kelvin." ; + rdfs:comment "Thermal conductivity in watt/metres kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPers a cim:UnitSymbol ; rdfs:label "WPers" ; - rdfs:comment "Ramp rate in watts per second." ; + rdfs:comment "Ramp rate in watts per second."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-SEC . cim:UnitSymbol.WPersr a cim:UnitSymbol ; rdfs:label "WPersr" ; - rdfs:comment "Radiant intensity, watts per steradian." ; + rdfs:comment "Radiant intensity, watts per steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wb a cim:UnitSymbol ; rdfs:label "Wb" ; - rdfs:comment "Magnetic flux in webers (V·s)." ; + rdfs:comment "Magnetic flux in webers (V·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.anglemin a cim:UnitSymbol ; rdfs:label "anglemin" ; - rdfs:comment "Plane angle, minutes." ; + rdfs:comment "Plane angle, minutes."@en ; cims:stereotype "enum" . cim:UnitSymbol.anglesec a cim:UnitSymbol ; rdfs:label "anglesec" ; - rdfs:comment "Plane angle, seconds." ; + rdfs:comment "Plane angle, seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.bar a cim:UnitSymbol ; rdfs:label "bar" ; - rdfs:comment "Pressure in bars, (1 bar = 100 kPa)." ; + rdfs:comment "Pressure in bars, (1 bar = 100 kPa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.cd a cim:UnitSymbol ; rdfs:label "cd" ; - rdfs:comment "Luminous intensity in candelas." ; + rdfs:comment "Luminous intensity in candelas."@en ; cims:stereotype "enum" . cim:UnitSymbol.charPers a cim:UnitSymbol ; rdfs:label "charPers" ; - rdfs:comment "Data rate (baud) in characters per second." ; + rdfs:comment "Data rate (baud) in characters per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.character a cim:UnitSymbol ; rdfs:label "character" ; - rdfs:comment "Number of characters." ; + rdfs:comment "Number of characters."@en ; cims:stereotype "enum" . cim:UnitSymbol.cosPhi a cim:UnitSymbol ; rdfs:label "cosPhi" ; rdfs:comment """Power factor, dimensionless. Note 1: This definition of power factor only holds for balanced systems. See the alternative definition under code 153. -Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility.""" ; +Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility."""@en ; cims:stereotype "enum" . cim:UnitSymbol.count a cim:UnitSymbol ; rdfs:label "count" ; - rdfs:comment "Amount of substance, Counter value." ; + rdfs:comment "Amount of substance, Counter value."@en ; cims:stereotype "enum" . cim:UnitSymbol.d a cim:UnitSymbol ; rdfs:label "d" ; - rdfs:comment "Time in days, day = 24 h = 86400 s." ; + rdfs:comment "Time in days, day = 24 h = 86400 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.dB a cim:UnitSymbol ; rdfs:label "dB" ; - rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.dBm a cim:UnitSymbol ; rdfs:label "dBm" ; - rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.degC a cim:UnitSymbol ; rdfs:label "degC" ; rdfs:comment """Relative temperature in degrees Celsius. -In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software.""" ; +In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG_C . cim:UnitSymbol.ft3 a cim:UnitSymbol ; rdfs:label "ft3" ; - rdfs:comment "Volume, cubic feet." ; + rdfs:comment "Volume, cubic feet."@en ; cims:stereotype "enum" . cim:UnitSymbol.gPerg a cim:UnitSymbol ; rdfs:label "gPerg" ; - rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’." ; + rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’."@en ; cims:stereotype "enum" . cim:UnitSymbol.gal a cim:UnitSymbol ; rdfs:label "gal" ; - rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)." ; + rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)."@en ; cims:stereotype "enum" . cim:UnitSymbol.h a cim:UnitSymbol ; rdfs:label "h" ; - rdfs:comment "Time in hours, hour = 60 min = 3600 s." ; + rdfs:comment "Time in hours, hour = 60 min = 3600 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.ha a cim:UnitSymbol ; rdfs:label "ha" ; - rdfs:comment "Area, hectares." ; + rdfs:comment "Area, hectares."@en ; cims:stereotype "enum" . cim:UnitSymbol.kat a cim:UnitSymbol ; rdfs:label "kat" ; - rdfs:comment "Catalytic activity, katal = mol / s." ; + rdfs:comment "Catalytic activity, katal = mol / s."@en ; cims:stereotype "enum" . cim:UnitSymbol.katPerm3 a cim:UnitSymbol ; rdfs:label "katPerm3" ; - rdfs:comment "Catalytic activity concentration, katals per cubic metre." ; + rdfs:comment "Catalytic activity concentration, katals per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.kg a cim:UnitSymbol ; rdfs:label "kg" ; - rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerJ a cim:UnitSymbol ; rdfs:label "kgPerJ" ; - rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerm3 a cim:UnitSymbol ; rdfs:label "kgPerm3" ; - rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm a cim:UnitSymbol ; rdfs:label "kgm" ; - rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm2 a cim:UnitSymbol ; rdfs:label "kgm2" ; - rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kn a cim:UnitSymbol ; rdfs:label "kn" ; - rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s." ; + rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s."@en ; cims:stereotype "enum" . cim:UnitSymbol.l a cim:UnitSymbol ; rdfs:label "l" ; - rdfs:comment "Volume in litres, litre = dm3 = m3/1000." ; + rdfs:comment "Volume in litres, litre = dm3 = m3/1000."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerh a cim:UnitSymbol ; rdfs:label "lPerh" ; - rdfs:comment "Volumetric flow rate, litres per hour." ; + rdfs:comment "Volumetric flow rate, litres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerl a cim:UnitSymbol ; rdfs:label "lPerl" ; - rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’." ; + rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPers a cim:UnitSymbol ; rdfs:label "lPers" ; - rdfs:comment "Volumetric flow rate in litres per second." ; + rdfs:comment "Volumetric flow rate in litres per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.lm a cim:UnitSymbol ; rdfs:label "lm" ; - rdfs:comment "Luminous flux in lumens (cd·sr)." ; + rdfs:comment "Luminous flux in lumens (cd·sr)."@en ; cims:stereotype "enum" . cim:UnitSymbol.lx a cim:UnitSymbol ; rdfs:label "lx" ; - rdfs:comment "Illuminance in lux (lm/m²)." ; + rdfs:comment "Illuminance in lux (lm/m²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m a cim:UnitSymbol ; rdfs:label "m" ; - rdfs:comment "Length in metres." ; + rdfs:comment "Length in metres."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M . cim:UnitSymbol.m2 a cim:UnitSymbol ; rdfs:label "m2" ; - rdfs:comment "Area in square metres (m²)." ; + rdfs:comment "Area in square metres (m²)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M2 . cim:UnitSymbol.m2Pers a cim:UnitSymbol ; rdfs:label "m2Pers" ; - rdfs:comment "Viscosity in square metres / second (m²/s)." ; + rdfs:comment "Viscosity in square metres / second (m²/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3 a cim:UnitSymbol ; rdfs:label "m3" ; - rdfs:comment "Volume in cubic metres (m³)." ; + rdfs:comment "Volume in cubic metres (m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Compensated a cim:UnitSymbol ; rdfs:label "m3Compensated" ; - rdfs:comment "Volume, cubic metres, with the value compensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value compensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perh a cim:UnitSymbol ; rdfs:label "m3Perh" ; - rdfs:comment "Volumetric flow rate, cubic metres per hour." ; + rdfs:comment "Volumetric flow rate, cubic metres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perkg a cim:UnitSymbol ; rdfs:label "m3Perkg" ; - rdfs:comment "Specific volume, cubic metres per kilogram, v." ; + rdfs:comment "Specific volume, cubic metres per kilogram, v."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Pers a cim:UnitSymbol ; rdfs:label "m3Pers" ; - rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)." ; + rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M3-PER-SEC . cim:UnitSymbol.m3Uncompensated a cim:UnitSymbol ; rdfs:label "m3Uncompensated" ; - rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPerm3 a cim:UnitSymbol ; rdfs:label "mPerm3" ; - rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)." ; + rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers a cim:UnitSymbol ; rdfs:label "mPers" ; - rdfs:comment "Velocity in metres per second (m/s)." ; + rdfs:comment "Velocity in metres per second (m/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers2 a cim:UnitSymbol ; rdfs:label "mPers2" ; - rdfs:comment "Acceleration in metres per second squared (m/s²)." ; + rdfs:comment "Acceleration in metres per second squared (m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.min a cim:UnitSymbol ; rdfs:label "min" ; - rdfs:comment "Time in minutes, minute = 60 s." ; + rdfs:comment "Time in minutes, minute = 60 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.mmHg a cim:UnitSymbol ; rdfs:label "mmHg" ; - rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)." ; + rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mol a cim:UnitSymbol ; rdfs:label "mol" ; - rdfs:comment "Amount of substance in moles." ; + rdfs:comment "Amount of substance in moles."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerkg a cim:UnitSymbol ; rdfs:label "molPerkg" ; - rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms." ; + rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerm3 a cim:UnitSymbol ; rdfs:label "molPerm3" ; - rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³." ; + rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPermol a cim:UnitSymbol ; rdfs:label "molPermol" ; - rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution." ; + rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution."@en ; cims:stereotype "enum" . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohm a cim:UnitSymbol ; rdfs:label "ohm" ; - rdfs:comment "Electric resistance in ohms (V/A)." ; + rdfs:comment "Electric resistance in ohms (V/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:OHM . cim:UnitSymbol.ohmPerm a cim:UnitSymbol ; rdfs:label "ohmPerm" ; - rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)." ; + rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohmm a cim:UnitSymbol ; rdfs:label "ohmm" ; - rdfs:comment "Resistivity, ohm metres, (rho)." ; + rdfs:comment "Resistivity, ohm metres, (rho)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerHz a cim:UnitSymbol ; rdfs:label "onePerHz" ; - rdfs:comment "Reciprocal of frequency (1/Hz)." ; + rdfs:comment "Reciprocal of frequency (1/Hz)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerm a cim:UnitSymbol ; rdfs:label "onePerm" ; - rdfs:comment "Wavenumber, reciprocal metres, (1/m)." ; + rdfs:comment "Wavenumber, reciprocal metres, (1/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ppm a cim:UnitSymbol ; rdfs:label "ppm" ; - rdfs:comment "Concentration in parts per million." ; + rdfs:comment "Concentration in parts per million."@en ; cims:stereotype "enum" . cim:UnitSymbol.rad a cim:UnitSymbol ; rdfs:label "rad" ; - rdfs:comment "Plane angle in radians (m/m)." ; + rdfs:comment "Plane angle in radians (m/m)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:RAD . cim:UnitSymbol.radPers a cim:UnitSymbol ; rdfs:label "radPers" ; - rdfs:comment "Angular velocity in radians per second (rad/s)." ; + rdfs:comment "Angular velocity in radians per second (rad/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.radPers2 a cim:UnitSymbol ; rdfs:label "radPers2" ; - rdfs:comment "Angular acceleration, radians per second squared." ; + rdfs:comment "Angular acceleration, radians per second squared."@en ; cims:stereotype "enum" . cim:UnitSymbol.rev a cim:UnitSymbol ; rdfs:label "rev" ; - rdfs:comment "Amount of rotation, revolutions." ; + rdfs:comment "Amount of rotation, revolutions."@en ; cims:stereotype "enum" . cim:UnitSymbol.rotPers a cim:UnitSymbol ; rdfs:label "rotPers" ; - rdfs:comment "Rotations per second (1/s). See also Hz (1/s)." ; + rdfs:comment "Rotations per second (1/s). See also Hz (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . cim:UnitSymbol.sPers a cim:UnitSymbol ; rdfs:label "sPers" ; - rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’." ; + rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’."@en ; cims:stereotype "enum" . cim:UnitSymbol.sr a cim:UnitSymbol ; rdfs:label "sr" ; - rdfs:comment "Solid angle in steradians (m2/m2)." ; + rdfs:comment "Solid angle in steradians (m2/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.therm a cim:UnitSymbol ; rdfs:label "therm" ; - rdfs:comment "Energy, therms." ; + rdfs:comment "Energy, therms."@en ; cims:stereotype "enum" . cim:UnitSymbol.tonne a cim:UnitSymbol ; rdfs:label "tonne" ; - rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)." ; + rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)."@en ; cims:stereotype "enum" . cim:Voltage a qudt:QuantityKind ; - rdfs:label "Voltage"@en ; - rdfs:comment "Electrical voltage, can be both AC and DC." ; + rdfs:label "Voltage" ; + rdfs:comment "Electrical voltage, can be both AC and DC."@en ; cims:belongsToCategory eqbd:Package_EquipmentBoundaryProfile ; qudt:applicableUnit cim:UnitSymbol.V ; skos:exactMatch quantitykind:Voltage . @@ -1443,7 +1445,7 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . eqbd:Package_EquipmentBoundaryProfile a cims:ClassCategory ; - rdfs:label "EquipmentBoundaryProfile"@en ; - rdfs:comment "This profile is deprecated. Use core equipment profile part of the IEC 61970-452 document." . + rdfs:label "EquipmentBoundaryProfile" ; + rdfs:comment "This profile is deprecated. Use core equipment profile part of the IEC 61970-452 document."@en . diff --git a/rdfs-improved/CGMES/ttl/61970-600-2_GeographicalLocation-AP-Voc-RDFS2020_v3-0-0.ttl b/rdfs-improved/CGMES/ttl/61970-600-2_GeographicalLocation-AP-Voc-RDFS2020_v3-0-0.ttl index ed6c00f..0e0c9fd 100644 --- a/rdfs-improved/CGMES/ttl/61970-600-2_GeographicalLocation-AP-Voc-RDFS2020_v3-0-0.ttl +++ b/rdfs-improved/CGMES/ttl/61970-600-2_GeographicalLocation-AP-Voc-RDFS2020_v3-0-0.ttl @@ -7,99 +7,101 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . +@prefix dc: . @prefix uml: . gl:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the geographical location profile from IEC 61970-600-2."@en ; + dc:source "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "GL" ; - dcat:landingPage "https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/" ; + dcat:landingPage ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , ; dct:creator "ENTSO-E CIM EG"@en ; dct:identifier "urn:uuid:862c1230-be19-4a01-bd6f-1a6c03d213ff" ; dct:issued "2021-01-27T12:31:41Z"^^xsd:dateTime ; dct:language "en-GB" ; dct:modified "2020-10-12"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; dct:rights "Copyright"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:rightsHolder "ENTSO-E" ; dct:title "Geographical Location Vocabulary"@en ; owl:incompatibleWith ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "3.0.0"@en . + owl:versionInfo "3.0.0" . cim:CoordinateSystem a owl:Class ; - rdfs:label "CoordinateSystem"@en ; - rdfs:comment "Coordinate reference system." ; + rdfs:label "CoordinateSystem" ; + rdfs:comment "Coordinate reference system."@en ; cims:belongsToCategory gl:Package_GeographicalLocationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory gl:Package_GeographicalLocationProfile . cim:Location a owl:Class ; - rdfs:label "Location"@en ; - rdfs:comment "The place, scene, or point of something where someone or something has been, is, and/or will be at a given moment in time. It can be defined with one or more position points (coordinates) in a given coordinate system." ; + rdfs:label "Location" ; + rdfs:comment "The place, scene, or point of something where someone or something has been, is, and/or will be at a given moment in time. It can be defined with one or more position points (coordinates) in a given coordinate system."@en ; cims:belongsToCategory gl:Package_GeographicalLocationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:PositionPoint a owl:Class ; - rdfs:label "PositionPoint"@en ; - rdfs:comment "Set of spatial coordinates that determine a point, defined in the coordinate system specified in 'Location.CoordinateSystem'. Use a single position point instance to describe a point-oriented location. Use a sequence of position points to describe a line-oriented object (physical location of non-point oriented objects like cables or lines), or area of an object (like a substation or a geographical zone - in this case, have first and last position point with the same values)." ; + rdfs:label "PositionPoint" ; + rdfs:comment "Set of spatial coordinates that determine a point, defined in the coordinate system specified in 'Location.CoordinateSystem'. Use a single position point instance to describe a point-oriented location. Use a sequence of position points to describe a line-oriented object (physical location of non-point oriented objects like cables or lines), or area of an object (like a substation or a geographical zone - in this case, have first and last position point with the same values)."@en ; cims:belongsToCategory gl:Package_GeographicalLocationProfile ; cims:stereotype uml:concrete . cim:PowerSystemResource a owl:Class ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated."@en ; cims:belongsToCategory gl:Package_GeographicalLocationProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:ServiceLocation a owl:Class ; - rdfs:label "ServiceLocation"@en ; - rdfs:comment "A real estate location, commonly referred to as premises." ; + rdfs:label "ServiceLocation" ; + rdfs:comment "A real estate location, commonly referred to as premises."@en ; cims:belongsToCategory gl:Package_GeographicalLocationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:WorkLocation . cim:Status a owl:Class ; - rdfs:label "Status"@en ; - rdfs:comment "Current status information relevant to an entity." ; + rdfs:label "Status" ; + rdfs:comment "Current status information relevant to an entity."@en ; cims:belongsToCategory gl:Package_GeographicalLocationProfile ; cims:stereotype "Compound" . cim:StreetAddress a owl:Class ; - rdfs:label "StreetAddress"@en ; - rdfs:comment "General purpose street and postal address information." ; + rdfs:label "StreetAddress" ; + rdfs:comment "General purpose street and postal address information."@en ; cims:belongsToCategory gl:Package_GeographicalLocationProfile ; cims:stereotype "Compound" . cim:StreetDetail a owl:Class ; - rdfs:label "StreetDetail"@en ; - rdfs:comment "Street details, in the context of address." ; + rdfs:label "StreetDetail" ; + rdfs:comment "Street details, in the context of address."@en ; cims:belongsToCategory gl:Package_GeographicalLocationProfile ; cims:stereotype "Compound" . cim:TownDetail a owl:Class ; - rdfs:label "TownDetail"@en ; - rdfs:comment "Town details, in the context of address." ; + rdfs:label "TownDetail" ; + rdfs:comment "Town details, in the context of address."@en ; cims:belongsToCategory gl:Package_GeographicalLocationProfile ; cims:stereotype "Compound" . cim:WorkLocation a owl:Class ; - rdfs:label "WorkLocation"@en ; - rdfs:comment "Information about a particular location for various forms of work." ; + rdfs:label "WorkLocation" ; + rdfs:comment "Information about a particular location for various forms of work."@en ; cims:belongsToCategory gl:Package_GeographicalLocationProfile ; rdfs:subClassOf cim:Location . cim:CoordinateSystem.Locations a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Locations"@en ; - rdfs:comment "All locations described with position points in this coordinate system." ; + rdfs:label "Locations" ; + rdfs:comment "All locations described with position points in this coordinate system."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Location.CoordinateSystem ; @@ -107,8 +109,8 @@ cim:CoordinateSystem.Locations a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:Location . cim:Location.CoordinateSystem a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "CoordinateSystem"@en ; - rdfs:comment "Coordinate system used to describe position points of this location." ; + rdfs:label "CoordinateSystem" ; + rdfs:comment "Coordinate system used to describe position points of this location."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:CoordinateSystem.Locations ; @@ -116,8 +118,8 @@ cim:Location.CoordinateSystem a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:CoordinateSystem . cim:Location.PositionPoints a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "PositionPoints"@en ; - rdfs:comment "Sequence of position points describing this location, expressed in coordinate system 'Location.CoordinateSystem'." ; + rdfs:label "PositionPoints" ; + rdfs:comment "Sequence of position points describing this location, expressed in coordinate system 'Location.CoordinateSystem'."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:PositionPoint.Location ; @@ -125,8 +127,8 @@ cim:Location.PositionPoints a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:PositionPoint . cim:Location.PowerSystemResources a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "PowerSystemResources"@en ; - rdfs:comment "All power system resources at this location." ; + rdfs:label "PowerSystemResources" ; + rdfs:comment "All power system resources at this location."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:PowerSystemResource.Location ; @@ -134,16 +136,16 @@ cim:Location.PowerSystemResources a owl:ObjectProperty, owl:FunctionalProperty, rdfs:range cim:PowerSystemResource . cim:Location.mainAddress a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "mainAddress"@en ; - rdfs:comment "Main address of the location." ; + rdfs:label "mainAddress" ; + rdfs:comment "Main address of the location."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Location ; rdfs:range cim:StreetAddress . cim:PositionPoint.Location a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Location"@en ; - rdfs:comment "Location described by this position point." ; + rdfs:label "Location" ; + rdfs:comment "Location described by this position point."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Location.PositionPoints ; @@ -151,8 +153,8 @@ cim:PositionPoint.Location a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Location . cim:PowerSystemResource.Location a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Location"@en ; - rdfs:comment "Location of this power system resource." ; + rdfs:label "Location" ; + rdfs:comment "Location of this power system resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Location.PowerSystemResources ; @@ -160,290 +162,290 @@ cim:PowerSystemResource.Location a owl:ObjectProperty, owl:FunctionalProperty, o rdfs:range cim:Location . cim:StreetAddress.status a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "status"@en ; - rdfs:comment "Status of this address." ; + rdfs:label "status" ; + rdfs:comment "Status of this address."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetAddress ; rdfs:range cim:Status . cim:StreetAddress.streetDetail a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "streetDetail"@en ; - rdfs:comment "Street detail." ; + rdfs:label "streetDetail" ; + rdfs:comment "Street detail."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetAddress ; rdfs:range cim:StreetDetail . cim:StreetAddress.townDetail a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "townDetail"@en ; - rdfs:comment "Town detail." ; + rdfs:label "townDetail" ; + rdfs:comment "Town detail."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetAddress ; rdfs:range cim:TownDetail . cim:CoordinateSystem.crsUrn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "crsUrn"@en ; + rdfs:label "crsUrn" ; rdfs:comment """A Uniform Resource Name (URN) for the coordinate reference system (crs) used to define 'Location.PositionPoints'. An example would be the European Petroleum Survey Group (EPSG) code for a coordinate reference system, defined in URN under the Open Geospatial Consortium (OGC) namespace as: urn:ogc:def:crs:EPSG::XXXX, where XXXX is an EPSG code (a full list of codes can be found at the EPSG Registry web site http://www.epsg-registry.org/). To define the coordinate system as being WGS84 (latitude, longitude) using an EPSG OGC, this attribute would be urn:ogc:def:crs:EPSG::4236. -A profile should limit this code to a set of allowed URNs agreed to by all sending and receiving parties.""" ; +A profile should limit this code to a set of allowed URNs agreed to by all sending and receiving parties."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:CoordinateSystem ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:PositionPoint.sequenceNumber a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sequenceNumber"@en ; - rdfs:comment "Zero-relative sequence number of this point within a series of points." ; + rdfs:label "sequenceNumber" ; + rdfs:comment "Zero-relative sequence number of this point within a series of points."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PositionPoint ; rdfs:range xsd:integer . cim:PositionPoint.xPosition a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xPosition"@en ; - rdfs:comment "X axis position." ; + rdfs:label "xPosition" ; + rdfs:comment "X axis position."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PositionPoint ; rdfs:range xsd:string . cim:PositionPoint.yPosition a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "yPosition"@en ; - rdfs:comment "Y axis position." ; + rdfs:label "yPosition" ; + rdfs:comment "Y axis position."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PositionPoint ; rdfs:range xsd:string . cim:PositionPoint.zPosition a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "zPosition"@en ; - rdfs:comment "(if applicable) Z axis position." ; + rdfs:label "zPosition" ; + rdfs:comment "(if applicable) Z axis position."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PositionPoint ; rdfs:range xsd:string . cim:Status.dateTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "dateTime"@en ; - rdfs:comment "Date and time for which status 'value' applies." ; + rdfs:label "dateTime" ; + rdfs:comment "Date and time for which status 'value' applies."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Status ; rdfs:range xsd:dateTime . cim:Status.reason a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "reason"@en ; - rdfs:comment "Reason code or explanation for why an object went to the current status 'value'." ; + rdfs:label "reason" ; + rdfs:comment "Reason code or explanation for why an object went to the current status 'value'."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Status ; rdfs:range xsd:string . cim:Status.remark a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "remark"@en ; - rdfs:comment "Pertinent information regarding the current 'value', as free form text." ; + rdfs:label "remark" ; + rdfs:comment "Pertinent information regarding the current 'value', as free form text."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Status ; rdfs:range xsd:string . cim:Status.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "Status value at 'dateTime'; prior status changes may have been kept in instances of activity records associated with the object to which this status applies." ; + rdfs:label "value" ; + rdfs:comment "Status value at 'dateTime'; prior status changes may have been kept in instances of activity records associated with the object to which this status applies."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Status ; rdfs:range xsd:string . cim:StreetAddress.language a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "language"@en ; - rdfs:comment "The language in which the address is specified, using ISO 639-1 two digit language code." ; + rdfs:label "language" ; + rdfs:comment "The language in which the address is specified, using ISO 639-1 two digit language code."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetAddress ; rdfs:range xsd:string . cim:StreetAddress.poBox a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "poBox"@en ; - rdfs:comment "Post office box." ; + rdfs:label "poBox" ; + rdfs:comment "Post office box."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetAddress ; rdfs:range xsd:string . cim:StreetAddress.postalCode a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "postalCode"@en ; - rdfs:comment "Postal code for the address." ; + rdfs:label "postalCode" ; + rdfs:comment "Postal code for the address."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetAddress ; rdfs:range xsd:string . cim:StreetDetail.addressGeneral a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "addressGeneral"@en ; - rdfs:comment "First line of a free form address or some additional address information (for example a mail stop)." ; + rdfs:label "addressGeneral" ; + rdfs:comment "First line of a free form address or some additional address information (for example a mail stop)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.addressGeneral2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "addressGeneral2"@en ; - rdfs:comment "(if applicable) Second line of a free form address." ; + rdfs:label "addressGeneral2" ; + rdfs:comment "(if applicable) Second line of a free form address."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.addressGeneral3 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "addressGeneral3"@en ; - rdfs:comment "(if applicable) Third line of a free form address." ; + rdfs:label "addressGeneral3" ; + rdfs:comment "(if applicable) Third line of a free form address."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.buildingName a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "buildingName"@en ; - rdfs:comment "(if applicable) In certain cases the physical location of the place of interest does not have a direct point of entry from the street, but may be located inside a larger structure such as a building, complex, office block, apartment, etc." ; + rdfs:label "buildingName" ; + rdfs:comment "(if applicable) In certain cases the physical location of the place of interest does not have a direct point of entry from the street, but may be located inside a larger structure such as a building, complex, office block, apartment, etc."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.code a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "code"@en ; - rdfs:comment "(if applicable) Utilities often make use of external reference systems, such as those of the town-planner's department or surveyor general's mapping system, that allocate global reference codes to streets." ; + rdfs:label "code" ; + rdfs:comment "(if applicable) Utilities often make use of external reference systems, such as those of the town-planner's department or surveyor general's mapping system, that allocate global reference codes to streets."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.floorIdentification a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "floorIdentification"@en ; - rdfs:comment "The identification by name or number, expressed as text, of the floor in the building as part of this address." ; + rdfs:label "floorIdentification" ; + rdfs:comment "The identification by name or number, expressed as text, of the floor in the building as part of this address."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "Name of the street." ; + rdfs:label "name" ; + rdfs:comment "Name of the street."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.number a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "number"@en ; - rdfs:comment "Designator of the specific location on the street." ; + rdfs:label "number" ; + rdfs:comment "Designator of the specific location on the street."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.prefix a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "prefix"@en ; - rdfs:comment "Prefix to the street name. For example: North, South, East, West." ; + rdfs:label "prefix" ; + rdfs:comment "Prefix to the street name. For example: North, South, East, West."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.suffix a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "suffix"@en ; - rdfs:comment "Suffix to the street name. For example: North, South, East, West." ; + rdfs:label "suffix" ; + rdfs:comment "Suffix to the street name. For example: North, South, East, West."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.suiteNumber a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "suiteNumber"@en ; - rdfs:comment "Number of the apartment or suite." ; + rdfs:label "suiteNumber" ; + rdfs:comment "Number of the apartment or suite."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.type a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "type"@en ; - rdfs:comment "Type of street. Examples include: street, circle, boulevard, avenue, road, drive, etc." ; + rdfs:label "type" ; + rdfs:comment "Type of street. Examples include: street, circle, boulevard, avenue, road, drive, etc."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:string . cim:StreetDetail.withinTownLimits a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "withinTownLimits"@en ; - rdfs:comment "True if this street is within the legal geographical boundaries of the specified town (default)." ; + rdfs:label "withinTownLimits" ; + rdfs:comment "True if this street is within the legal geographical boundaries of the specified town (default)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:StreetDetail ; rdfs:range xsd:boolean . cim:TownDetail.code a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "code"@en ; - rdfs:comment "Town code." ; + rdfs:label "code" ; + rdfs:comment "Town code."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TownDetail ; rdfs:range xsd:string . cim:TownDetail.country a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "country"@en ; - rdfs:comment "Name of the country." ; + rdfs:label "country" ; + rdfs:comment "Name of the country."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TownDetail ; rdfs:range xsd:string . cim:TownDetail.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "Town name." ; + rdfs:label "name" ; + rdfs:comment "Town name."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TownDetail ; rdfs:range xsd:string . cim:TownDetail.section a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "section"@en ; - rdfs:comment "Town section. For example, it is common for there to be 36 sections per township." ; + rdfs:label "section" ; + rdfs:comment "Town section. For example, it is common for there to be 36 sections per township."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TownDetail ; rdfs:range xsd:string . cim:TownDetail.stateOrProvince a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "stateOrProvince"@en ; - rdfs:comment "Name of the state or province." ; + rdfs:label "stateOrProvince" ; + rdfs:comment "Name of the state or province."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TownDetail ; rdfs:range xsd:string . gl:Package_GeographicalLocationProfile a cims:ClassCategory ; - rdfs:label "GeographicalLocationProfile"@en ; - rdfs:comment "This is the geographical location profile as in 61968-13." . + rdfs:label "GeographicalLocationProfile" ; + rdfs:comment "This is the geographical location profile as in 61968-13."@en . diff --git a/rdfs-improved/CGMES/ttl/61970-600-2_Header-AP-Voc-RDFS2019_v3-0-0.ttl b/rdfs-improved/CGMES/ttl/61970-600-2_Header-AP-Voc-RDFS2019_v3-0-0.ttl index 6757ff7..927ffb5 100644 --- a/rdfs-improved/CGMES/ttl/61970-600-2_Header-AP-Voc-RDFS2019_v3-0-0.ttl +++ b/rdfs-improved/CGMES/ttl/61970-600-2_Header-AP-Voc-RDFS2019_v3-0-0.ttl @@ -9,64 +9,64 @@ @prefix uml: . dm:DifferenceModel a owl:Class ; - rdfs:label "DifferenceModel"@en ; - rdfs:comment "It represents the difference model header. The content is described by the Model class, the association role forwardDifferences and association role reverseDifferences. Both association roles may have one set of Statements." ; + rdfs:label "DifferenceModel" ; + rdfs:comment "It represents the difference model header. The content is described by the Model class, the association role forwardDifferences and association role reverseDifferences. Both association roles may have one set of Statements."@en ; cims:belongsToCategory cim:Package_FileHeaderProfile ; cims:stereotype "dm", uml:concrete ; rdfs:subClassOf md:Model . md:FullModel a owl:Class ; - rdfs:label "FullModel"@en ; - rdfs:comment "It represents the full model header and its contents is described by the Model class." ; + rdfs:label "FullModel" ; + rdfs:comment "It represents the full model header and its contents is described by the Model class."@en ; cims:belongsToCategory cim:Package_FileHeaderProfile ; cims:stereotype uml:concrete, "md" ; rdfs:subClassOf md:Model . md:Model a owl:Class ; - rdfs:label "Model"@en ; + rdfs:label "Model" ; rdfs:comment """A Model is a collection of data describing instances, objects or entities, real or computed. In the context of CIM the semantics of the data is defined by profiles. Hence a model can contain equipment data, power flow initial values, power flow results etc. -The Model class describes the header content that is the same for the FullModel and the DifferenceModel. A Model is identified by an rdf:about attribute. The rdf:about attribute uniquely describe the model data and not the CIMXML document. A new rdf:about identification is generated for created documents only when the model data has changed. A repeated creation of documents from unchanged model data shall have the same rdf:about identification as previous document generated from the same model data.""" ; +The Model class describes the header content that is the same for the FullModel and the DifferenceModel. A Model is identified by an rdf:about attribute. The rdf:about attribute uniquely describe the model data and not the CIMXML document. A new rdf:about identification is generated for created documents only when the model data has changed. A repeated creation of documents from unchanged model data shall have the same rdf:about identification as previous document generated from the same model data."""@en ; cims:belongsToCategory cim:Package_FileHeaderProfile ; cims:stereotype "md" . rdf:Statements a owl:Class ; - rdfs:label "Statements"@en ; - rdfs:comment "It represent a set of Definition and/or Description elements." ; + rdfs:label "Statements" ; + rdfs:comment "It represent a set of Definition and/or Description elements."@en ; cims:belongsToCategory cim:Package_DomainProfile ; cims:stereotype "Compound", "rdf" . dm:DifferenceModel.forwardDifferences a owl:ObjectProperty ; - rdfs:label "forwardDifferences"@en ; - rdfs:comment "A property of the difference model whose value is a collection of statements (i.e., resources of type rdf:Statement) representing the forward difference statements." ; + rdfs:label "forwardDifferences" ; + rdfs:comment "A property of the difference model whose value is a collection of statements (i.e., resources of type rdf:Statement) representing the forward difference statements."@en ; cims:multiplicity cims:M:1..n ; cims:stereotype uml:attribute ; rdfs:domain dm:DifferenceModel ; rdfs:range rdf:Statements . dm:DifferenceModel.preconditions a owl:ObjectProperty ; - rdfs:label "preconditions"@en ; - rdfs:comment "A property of the difference model whose value is the collection of precondition statements." ; + rdfs:label "preconditions" ; + rdfs:comment "A property of the difference model whose value is the collection of precondition statements."@en ; cims:multiplicity cims:M:1..n ; cims:stereotype uml:attribute ; rdfs:domain dm:DifferenceModel ; rdfs:range rdf:Statements . dm:DifferenceModel.reverseDifferences a owl:ObjectProperty ; - rdfs:label "reverseDifferences"@en ; - rdfs:comment "A property of the difference model whose value is the collection of reverse difference statements." ; + rdfs:label "reverseDifferences" ; + rdfs:comment "A property of the difference model whose value is the collection of reverse difference statements."@en ; cims:multiplicity cims:M:1..n ; cims:stereotype uml:attribute ; rdfs:domain dm:DifferenceModel ; rdfs:range rdf:Statements . md:Model.DependentOn a owl:ObjectProperty ; - rdfs:label "DependentOn"@en ; + rdfs:label "DependentOn" ; rdfs:comment """A reference to the model documents that the model described by this document depends on. In general there can be 0 or many Model.DependentOn depending on the profile and the content of the instance file. For instance: – A load flow solution depends on the topology model it was computed from – A topology model computed by a topology processor depends on the network model it was computed from. The referenced models are identified by the FullModel rdf:about attribute for full model documents and by DifferenceModel rdf:about attribute for difference model documents. -The references are maintained by the producer of the CIMXML document and the references are valid for the model with version and identifier for which the document was created.""" ; +The references are maintained by the producer of the CIMXML document and the references are valid for the model with version and identifier for which the document was created."""@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; owl:inverseOf md:Model.Depending ; @@ -74,8 +74,8 @@ The references are maintained by the producer of the CIMXML document and the ref rdfs:range md:Model . md:Model.Depending a owl:ObjectProperty ; - rdfs:label "Depending"@en ; - rdfs:comment "All documents depending on the model described by this document. This role is not intended to be included in any document exchanging instance data." ; + rdfs:label "Depending" ; + rdfs:comment "All documents depending on the model described by this document. This role is not intended to be included in any document exchanging instance data."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf md:Model.DependentOn ; @@ -83,8 +83,8 @@ md:Model.Depending a owl:ObjectProperty ; rdfs:range md:Model . md:Model.SupersededBy a owl:ObjectProperty ; - rdfs:label "SupersededBy"@en ; - rdfs:comment "All models superseding this model. This role is not intended to be included in any document exchanging instance data." ; + rdfs:label "SupersededBy" ; + rdfs:comment "All models superseding this model. This role is not intended to be included in any document exchanging instance data."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf md:Model.Supersedes ; @@ -92,8 +92,8 @@ md:Model.SupersededBy a owl:ObjectProperty ; rdfs:range md:Model . md:Model.Supersedes a owl:ObjectProperty ; - rdfs:label "Supersedes"@en ; - rdfs:comment "When a model is updated the resulting model supersedes the models that were used as basis for the update. Hence this is a reference to the CIMXML documents which are superseded by this model. A model (or instance file) can supersede 1 or more models, e.g. a difference model or a full model supersede multiple models (difference or full). In this case more than one Model.Supersedes are included in the header. The referenced document(s) is (are) identified by the URN/MRID/UUID in the FullModel rdf:about attribute when full model(s) is (are) referenced and by the URN/MRID/UUID in the DifferenceModel rdf:about attribute when difference model(s) is (are) referenced." ; + rdfs:label "Supersedes" ; + rdfs:comment "When a model is updated the resulting model supersedes the models that were used as basis for the update. Hence this is a reference to the CIMXML documents which are superseded by this model. A model (or instance file) can supersede 1 or more models, e.g. a difference model or a full model supersede multiple models (difference or full). In this case more than one Model.Supersedes are included in the header. The referenced document(s) is (are) identified by the URN/MRID/UUID in the FullModel rdf:about attribute when full model(s) is (are) referenced and by the URN/MRID/UUID in the DifferenceModel rdf:about attribute when difference model(s) is (are) referenced."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..n ; owl:inverseOf md:Model.SupersededBy ; @@ -101,79 +101,79 @@ md:Model.Supersedes a owl:ObjectProperty ; rdfs:range md:Model . md:Model.created a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "created"@en ; - rdfs:comment "The date and time when the model was created. It is the time of the serialization. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.created>2014-05-15T17:48:31.474Z</md:Model.created>." ; + rdfs:label "created" ; + rdfs:comment "The date and time when the model was created. It is the time of the serialization. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.created>2014-05-15T17:48:31.474Z</md:Model.created>."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:dateTime . md:Model.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "A description of the model, e.g. the name of person that created the model and for what purpose. The number of UTF-8 characters is limited to 2000." ; + rdfs:label "description" ; + rdfs:comment "A description of the model, e.g. the name of person that created the model and for what purpose. The number of UTF-8 characters is limited to 2000."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:string . md:Model.modelingAuthoritySet a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "modelingAuthoritySet"@en ; - rdfs:comment "A URN/URI referring to the organisation role / model authority set reference. The organization role is the source of the model. It is the same for all profiles part of a model exchange." ; + rdfs:label "modelingAuthoritySet" ; + rdfs:comment "A URN/URI referring to the organisation role / model authority set reference. The organization role is the source of the model. It is the same for all profiles part of a model exchange."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:anyURI . md:Model.profile a owl:DatatypeProperty ; - rdfs:label "profile"@en ; - rdfs:comment "URN/URI describing the profiles that governs this model. It uniquely identifies the profiles and its version, e.g. http://iec.ch/TC57/61970-456/SteadyStateHypothesis/2/0." ; + rdfs:label "profile" ; + rdfs:comment "URN/URI describing the profiles that governs this model. It uniquely identifies the profiles and its version, e.g. http://iec.ch/TC57/61970-456/SteadyStateHypothesis/2/0."@en ; cims:multiplicity cims:M:1..n ; cims:stereotype uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:anyURI . md:Model.scenarioTime a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "scenarioTime"@en ; - rdfs:comment "The date and time that this model represents, i.e. for which the model is valid. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.scenarioTime>2030-01-15T17:00:00.000Z</md:Model.scenarioTime>." ; + rdfs:label "scenarioTime" ; + rdfs:comment "The date and time that this model represents, i.e. for which the model is valid. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.scenarioTime>2030-01-15T17:00:00.000Z</md:Model.scenarioTime>."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:dateTime . md:Model.version a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "version"@en ; - rdfs:comment "The version of the model. If the instance file is imported and exported with no change the version number is the kept same. The version changes only if the content of the file changes. It is the same logic as for the header id. The version is the human readable id." ; + rdfs:label "version" ; + rdfs:comment "The version of the model. If the instance file is imported and exported with no change the version number is the kept same. The version changes only if the content of the file changes. It is the same logic as for the header id. The version is the human readable id."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain md:Model ; rdfs:range xsd:integer . rdf:Statements.object a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "object"@en ; - rdfs:comment "Statement object." ; + rdfs:label "object" ; + rdfs:comment "Statement object."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain rdf:Statements ; rdfs:range xsd:string . rdf:Statements.predicate a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "predicate"@en ; - rdfs:comment "Statement predicate." ; + rdfs:label "predicate" ; + rdfs:comment "Statement predicate."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain rdf:Statements ; rdfs:range xsd:string . rdf:Statements.subject a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "subject"@en ; - rdfs:comment "Statement subject." ; + rdfs:label "subject" ; + rdfs:comment "Statement subject."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain rdf:Statements ; rdfs:range xsd:string . cim:Package_FileHeaderProfile a cims:ClassCategory ; - rdfs:label "FileHeaderProfile"@en ; - rdfs:comment "The package describes the profile for the exchange of power system model data according to IEC 61970-552. It contains extensions used for data exchanges based on IEC 61970-600." . + rdfs:label "FileHeaderProfile" ; + rdfs:comment "The package describes the profile for the exchange of power system model data according to IEC 61970-552. It contains extensions used for data exchanges based on IEC 61970-600."@en . diff --git a/rdfs-improved/CGMES/ttl/61970-600-2_Operation-AP-Voc-RDFS2020_v3-0-0.ttl b/rdfs-improved/CGMES/ttl/61970-600-2_Operation-AP-Voc-RDFS2020_v3-0-0.ttl index 24c9b81..fa29b9c 100644 --- a/rdfs-improved/CGMES/ttl/61970-600-2_Operation-AP-Voc-RDFS2020_v3-0-0.ttl +++ b/rdfs-improved/CGMES/ttl/61970-600-2_Operation-AP-Voc-RDFS2020_v3-0-0.ttl @@ -12,285 +12,287 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . op:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the operation profile from IEC 61970-600-2."@en ; + dc:source "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "OP" ; - dcat:landingPage "https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/" ; + dcat:landingPage ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , ; dct:creator "ENTSO-E CIM EG"@en ; dct:identifier "urn:uuid:b603c770-6469-45da-a569-551394116c97" ; dct:issued "2021-01-27T12:16:55Z"^^xsd:dateTime ; dct:language "en-GB" ; dct:modified "2020-10-12"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; dct:rights "Copyright"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:rightsHolder "ENTSO-E" ; dct:title "Operation Vocabulary"@en ; owl:incompatibleWith ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "3.0.0"@en . + owl:versionInfo "3.0.0" . cim:ACDCTerminal a owl:Class ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory op:Package_OperationProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:Accumulator a owl:Class ; - rdfs:label "Accumulator"@en ; - rdfs:comment "Accumulator represents an accumulated (counted) Measurement, e.g. an energy value." ; + rdfs:label "Accumulator" ; + rdfs:comment "Accumulator represents an accumulated (counted) Measurement, e.g. an energy value."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Measurement . cim:AccumulatorLimit a owl:Class ; - rdfs:label "AccumulatorLimit"@en ; - rdfs:comment "Limit values for Accumulator measurements." ; + rdfs:label "AccumulatorLimit" ; + rdfs:comment "Limit values for Accumulator measurements."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Limit . cim:AccumulatorLimitSet a owl:Class ; - rdfs:label "AccumulatorLimitSet"@en ; - rdfs:comment "An AccumulatorLimitSet specifies a set of Limits that are associated with an Accumulator measurement." ; + rdfs:label "AccumulatorLimitSet" ; + rdfs:comment "An AccumulatorLimitSet specifies a set of Limits that are associated with an Accumulator measurement."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:LimitSet . cim:AccumulatorReset a owl:Class ; - rdfs:label "AccumulatorReset"@en ; - rdfs:comment "This command resets the counter value to zero." ; + rdfs:label "AccumulatorReset" ; + rdfs:comment "This command resets the counter value to zero."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Control . cim:AccumulatorValue a owl:Class ; - rdfs:label "AccumulatorValue"@en ; - rdfs:comment "AccumulatorValue represents an accumulated (counted) MeasurementValue." ; + rdfs:label "AccumulatorValue" ; + rdfs:comment "AccumulatorValue represents an accumulated (counted) MeasurementValue."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:MeasurementValue . cim:Analog a owl:Class ; - rdfs:label "Analog"@en ; - rdfs:comment "Analog represents an analog Measurement." ; + rdfs:label "Analog" ; + rdfs:comment "Analog represents an analog Measurement."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Measurement . cim:AnalogControl a owl:Class ; - rdfs:label "AnalogControl"@en ; - rdfs:comment "An analog control used for supervisory control." ; + rdfs:label "AnalogControl" ; + rdfs:comment "An analog control used for supervisory control."@en ; cims:belongsToCategory op:Package_OperationProfile ; rdfs:subClassOf cim:Control . cim:AnalogLimit a owl:Class ; - rdfs:label "AnalogLimit"@en ; - rdfs:comment "Limit values for Analog measurements." ; + rdfs:label "AnalogLimit" ; + rdfs:comment "Limit values for Analog measurements."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Limit . cim:AnalogLimitSet a owl:Class ; - rdfs:label "AnalogLimitSet"@en ; - rdfs:comment "An AnalogLimitSet specifies a set of Limits that are associated with an Analog measurement." ; + rdfs:label "AnalogLimitSet" ; + rdfs:comment "An AnalogLimitSet specifies a set of Limits that are associated with an Analog measurement."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:LimitSet . cim:AnalogValue a owl:Class ; - rdfs:label "AnalogValue"@en ; - rdfs:comment "AnalogValue represents an analog MeasurementValue." ; + rdfs:label "AnalogValue" ; + rdfs:comment "AnalogValue represents an analog MeasurementValue."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:MeasurementValue . cim:Command a owl:Class ; - rdfs:label "Command"@en ; - rdfs:comment "A Command is a discrete control used for supervisory control." ; + rdfs:label "Command" ; + rdfs:comment "A Command is a discrete control used for supervisory control."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Control . cim:Control a owl:Class ; - rdfs:label "Control"@en ; - rdfs:comment "Control is used for supervisory/device control. It represents control outputs that are used to change the state in a process, e.g. close or open breaker, a set point value or a raise lower command." ; + rdfs:label "Control" ; + rdfs:comment "Control is used for supervisory/device control. It represents control outputs that are used to change the state in a process, e.g. close or open breaker, a set point value or a raise lower command."@en ; cims:belongsToCategory op:Package_OperationProfile ; rdfs:subClassOf cim:IOPoint . cim:Discrete a owl:Class ; - rdfs:label "Discrete"@en ; - rdfs:comment "Discrete represents a discrete Measurement, i.e. a Measurement representing discrete values, e.g. a Breaker position." ; + rdfs:label "Discrete" ; + rdfs:comment "Discrete represents a discrete Measurement, i.e. a Measurement representing discrete values, e.g. a Breaker position."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Measurement . cim:DiscreteValue a owl:Class ; - rdfs:label "DiscreteValue"@en ; - rdfs:comment "DiscreteValue represents a discrete MeasurementValue." ; + rdfs:label "DiscreteValue" ; + rdfs:comment "DiscreteValue represents a discrete MeasurementValue."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:MeasurementValue . cim:IOPoint a owl:Class ; - rdfs:label "IOPoint"@en ; - rdfs:comment "The class describe a measurement or control value. The purpose is to enable having attributes and associations common for measurement and control." ; + rdfs:label "IOPoint" ; + rdfs:comment "The class describe a measurement or control value. The purpose is to enable having attributes and associations common for measurement and control."@en ; cims:belongsToCategory op:Package_OperationProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory op:Package_OperationProfile . cim:Limit a owl:Class ; - rdfs:label "Limit"@en ; - rdfs:comment "Specifies one limit value for a Measurement. A Measurement typically has several limits that are kept together by the LimitSet class. The actual meaning and use of a Limit instance (i.e., if it is an alarm or warning limit or if it is a high or low limit) is not captured in the Limit class. However the name of a Limit instance may indicate both meaning and use." ; + rdfs:label "Limit" ; + rdfs:comment "Specifies one limit value for a Measurement. A Measurement typically has several limits that are kept together by the LimitSet class. The actual meaning and use of a Limit instance (i.e., if it is an alarm or warning limit or if it is a high or low limit) is not captured in the Limit class. However the name of a Limit instance may indicate both meaning and use."@en ; cims:belongsToCategory op:Package_OperationProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:LimitSet a owl:Class ; - rdfs:label "LimitSet"@en ; - rdfs:comment "Specifies a set of Limits that are associated with a Measurement. A Measurement may have several LimitSets corresponding to seasonal or other changing conditions. The condition is captured in the name and description attributes. The same LimitSet may be used for several Measurements. In particular percentage limits are used this way." ; + rdfs:label "LimitSet" ; + rdfs:comment "Specifies a set of Limits that are associated with a Measurement. A Measurement may have several LimitSets corresponding to seasonal or other changing conditions. The condition is captured in the name and description attributes. The same LimitSet may be used for several Measurements. In particular percentage limits are used this way."@en ; cims:belongsToCategory op:Package_OperationProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:Measurement a owl:Class ; - rdfs:label "Measurement"@en ; + rdfs:label "Measurement" ; rdfs:comment """A Measurement represents any measured, calculated or non-measured non-calculated quantity. Any piece of equipment may contain Measurements, e.g. a substation may have temperature measurements and door open indications, a transformer may have oil temperature and tank pressure measurements, a bay may contain a number of power flow measurements and a Breaker may contain a switch status measurement. The PSR - Measurement association is intended to capture this use of Measurement and is included in the naming hierarchy based on EquipmentContainer. The naming hierarchy typically has Measurements as leaves, e.g. Substation-VoltageLevel-Bay-Switch-Measurement. Some Measurements represent quantities related to a particular sensor location in the network, e.g. a voltage transformer (VT) or potential transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator. The sensing position is not captured in the PSR - Measurement association. Instead it is captured by the Measurement - Terminal association that is used to define the sensing location in the network topology. The location is defined by the connection of the Terminal to ConductingEquipment. If both a Terminal and PSR are associated, and the PSR is of type ConductingEquipment, the associated Terminal should belong to that ConductingEquipment instance. -When the sensor location is needed both Measurement-PSR and Measurement-Terminal are used. The Measurement-Terminal association is never used alone.""" ; +When the sensor location is needed both Measurement-PSR and Measurement-Terminal are used. The Measurement-Terminal association is never used alone."""@en ; cims:belongsToCategory op:Package_OperationProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:MeasurementValue a owl:Class ; - rdfs:label "MeasurementValue"@en ; - rdfs:comment "The current state for a measurement. A state value is an instance of a measurement from a specific source. Measurements can be associated with many state values, each representing a different source for the measurement." ; + rdfs:label "MeasurementValue" ; + rdfs:comment "The current state for a measurement. A state value is an instance of a measurement from a specific source. Measurements can be associated with many state values, each representing a different source for the measurement."@en ; cims:belongsToCategory op:Package_OperationProfile ; rdfs:subClassOf cim:IOPoint . cim:MeasurementValueQuality a owl:Class ; - rdfs:label "MeasurementValueQuality"@en ; - rdfs:comment "Measurement quality flags. Bits 0-10 are defined for substation automation in IEC 61850-7-3. Bits 11-15 are reserved for future expansion by that document. Bits 16-31 are reserved for EMS applications." ; + rdfs:label "MeasurementValueQuality" ; + rdfs:comment "Measurement quality flags. Bits 0-10 are defined for substation automation in IEC 61850-7-3. Bits 11-15 are reserved for future expansion by that document. Bits 16-31 are reserved for EMS applications."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Quality61850 . cim:MeasurementValueSource a owl:Class ; - rdfs:label "MeasurementValueSource"@en ; - rdfs:comment "MeasurementValueSource describes the alternative sources updating a MeasurementValue. User conventions for how to use the MeasurementValueSource attributes are defined in IEC 61970-301." ; + rdfs:label "MeasurementValueSource" ; + rdfs:comment "MeasurementValueSource describes the alternative sources updating a MeasurementValue. User conventions for how to use the MeasurementValueSource attributes are defined in IEC 61970-301."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:PhaseCode a owl:Class ; - rdfs:label "PhaseCode"@en ; + rdfs:label "PhaseCode" ; rdfs:comment """An unordered enumeration of phase identifiers. Allows designation of phases for both transmission and distribution equipment, circuits and loads. The enumeration, by itself, does not describe how the phases are connected together or connected to ground. Ground is not explicitly denoted as a phase. Residential and small commercial loads are often served from single-phase, or split-phase, secondary circuits. For the example of s12N, phases 1 and 2 refer to hot wires that are 180 degrees out of phase, while N refers to the neutral wire. Through single-phase transformer connections, these secondary circuits may be served from one or two of the primary phases A, B, and C. For three-phase loads, use the A, B, C phase codes instead of s12N. -The integer values are from IEC 61968-9 to support revenue metering applications.""" ; +The integer values are from IEC 61968-9 to support revenue metering applications."""@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:enumeration . cim:PowerSystemResource a owl:Class ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated."@en ; cims:belongsToCategory op:Package_OperationProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:Quality61850 a owl:Class ; - rdfs:label "Quality61850"@en ; - rdfs:comment "Quality flags in this class are as defined in IEC 61850, except for estimatorReplaced, which has been included in this class for convenience." ; + rdfs:label "Quality61850" ; + rdfs:comment "Quality flags in this class are as defined in IEC 61850, except for estimatorReplaced, which has been included in this class for convenience."@en ; cims:belongsToCategory op:Package_OperationProfile . cim:RaiseLowerCommand a owl:Class ; - rdfs:label "RaiseLowerCommand"@en ; - rdfs:comment "An analog control that increases or decreases a set point value with pulses. Unless otherwise specified, one pulse moves the set point by one." ; + rdfs:label "RaiseLowerCommand" ; + rdfs:comment "An analog control that increases or decreases a set point value with pulses. Unless otherwise specified, one pulse moves the set point by one."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:AnalogControl . cim:SetPoint a owl:Class ; - rdfs:label "SetPoint"@en ; - rdfs:comment "An analog control that issues a set point value." ; + rdfs:label "SetPoint" ; + rdfs:comment "An analog control that issues a set point value."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:AnalogControl . cim:Source a owl:Class ; - rdfs:label "Source"@en ; - rdfs:comment "Source gives information related to the origin of a value." ; + rdfs:label "Source" ; + rdfs:comment "Source gives information related to the origin of a value."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:enumeration . cim:StringMeasurement a owl:Class ; - rdfs:label "StringMeasurement"@en ; - rdfs:comment "StringMeasurement represents a measurement with values of type string." ; + rdfs:label "StringMeasurement" ; + rdfs:comment "StringMeasurement represents a measurement with values of type string."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:Measurement . cim:StringMeasurementValue a owl:Class ; - rdfs:label "StringMeasurementValue"@en ; - rdfs:comment "StringMeasurementValue represents a measurement value of type string." ; + rdfs:label "StringMeasurementValue" ; + rdfs:comment "StringMeasurementValue represents a measurement value of type string."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:MeasurementValue . cim:Terminal a owl:Class ; - rdfs:label "Terminal"@en ; - rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "Terminal" ; + rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory op:Package_OperationProfile ; rdfs:subClassOf cim:ACDCTerminal . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:enumeration . cim:Validity a owl:Class ; - rdfs:label "Validity"@en ; - rdfs:comment "Validity for MeasurementValue." ; + rdfs:label "Validity" ; + rdfs:comment "Validity for MeasurementValue."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:enumeration . cim:ValueAliasSet a owl:Class ; - rdfs:label "ValueAliasSet"@en ; - rdfs:comment "Describes the translation of a set of values into a name and is intendend to facilitate custom translations. Each ValueAliasSet has a name, description etc. A specific Measurement may represent a discrete state like Open, Closed, Intermediate etc. This requires a translation from the MeasurementValue.value number to a string, e.g. 0->\"Invalid\", 1->\"Open\", 2->\"Closed\", 3->\"Intermediate\". Each ValueToAlias member in ValueAliasSet.Value describe a mapping for one particular value to a name." ; + rdfs:label "ValueAliasSet" ; + rdfs:comment "Describes the translation of a set of values into a name and is intendend to facilitate custom translations. Each ValueAliasSet has a name, description etc. A specific Measurement may represent a discrete state like Open, Closed, Intermediate etc. This requires a translation from the MeasurementValue.value number to a string, e.g. 0->\"Invalid\", 1->\"Open\", 2->\"Closed\", 3->\"Intermediate\". Each ValueToAlias member in ValueAliasSet.Value describe a mapping for one particular value to a name."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:ValueToAlias a owl:Class ; - rdfs:label "ValueToAlias"@en ; - rdfs:comment "Describes the translation of one particular value into a name, e.g. 1 as \"Open\"." ; + rdfs:label "ValueToAlias" ; + rdfs:comment "Describes the translation of one particular value into a name, e.g. 1 as \"Open\"."@en ; cims:belongsToCategory op:Package_OperationProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:ACDCTerminal.Measurements a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Measurements"@en ; - rdfs:comment "Measurements associated with this terminal defining where the measurement is placed in the network topology. It may be used, for instance, to capture the sensor position, such as a voltage transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator." ; + rdfs:label "Measurements" ; + rdfs:comment "Measurements associated with this terminal defining where the measurement is placed in the network topology. It may be used, for instance, to capture the sensor position, such as a voltage transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Measurement.Terminal ; @@ -298,8 +300,8 @@ cim:ACDCTerminal.Measurements a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range cim:Measurement . cim:Accumulator.AccumulatorValues a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AccumulatorValues"@en ; - rdfs:comment "The values connected to this measurement." ; + rdfs:label "AccumulatorValues" ; + rdfs:comment "The values connected to this measurement."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:AccumulatorValue.Accumulator ; @@ -307,8 +309,8 @@ cim:Accumulator.AccumulatorValues a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range cim:AccumulatorValue . cim:Accumulator.LimitSets a owl:ObjectProperty ; - rdfs:label "LimitSets"@en ; - rdfs:comment "A measurement may have zero or more limit ranges defined for it." ; + rdfs:label "LimitSets" ; + rdfs:comment "A measurement may have zero or more limit ranges defined for it."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:AccumulatorLimitSet.Measurements ; @@ -316,8 +318,8 @@ cim:Accumulator.LimitSets a owl:ObjectProperty ; rdfs:range cim:AccumulatorLimitSet . cim:AccumulatorLimit.LimitSet a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "LimitSet"@en ; - rdfs:comment "The set of limits." ; + rdfs:label "LimitSet" ; + rdfs:comment "The set of limits."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:AccumulatorLimitSet.Limits ; @@ -325,8 +327,8 @@ cim:AccumulatorLimit.LimitSet a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:AccumulatorLimitSet . cim:AccumulatorLimitSet.Limits a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Limits"@en ; - rdfs:comment "The limit values used for supervision of Measurements." ; + rdfs:label "Limits" ; + rdfs:comment "The limit values used for supervision of Measurements."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:AccumulatorLimit.LimitSet ; @@ -334,8 +336,8 @@ cim:AccumulatorLimitSet.Limits a owl:ObjectProperty, owl:InverseFunctionalProper rdfs:range cim:AccumulatorLimit . cim:AccumulatorLimitSet.Measurements a owl:ObjectProperty ; - rdfs:label "Measurements"@en ; - rdfs:comment "The Measurements using the LimitSet." ; + rdfs:label "Measurements" ; + rdfs:comment "The Measurements using the LimitSet."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:Accumulator.LimitSets ; @@ -343,8 +345,8 @@ cim:AccumulatorLimitSet.Measurements a owl:ObjectProperty ; rdfs:range cim:Accumulator . cim:AccumulatorReset.AccumulatorValue a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AccumulatorValue"@en ; - rdfs:comment "The accumulator value that is reset by the command." ; + rdfs:label "AccumulatorValue" ; + rdfs:comment "The accumulator value that is reset by the command."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:AccumulatorValue.AccumulatorReset ; @@ -352,8 +354,8 @@ cim:AccumulatorReset.AccumulatorValue a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:AccumulatorValue . cim:AccumulatorValue.Accumulator a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Accumulator"@en ; - rdfs:comment "Measurement to which this value is connected." ; + rdfs:label "Accumulator" ; + rdfs:comment "Measurement to which this value is connected."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Accumulator.AccumulatorValues ; @@ -361,8 +363,8 @@ cim:AccumulatorValue.Accumulator a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Accumulator . cim:AccumulatorValue.AccumulatorReset a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AccumulatorReset"@en ; - rdfs:comment "The command that resets the accumulator value." ; + rdfs:label "AccumulatorReset" ; + rdfs:comment "The command that resets the accumulator value."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:AccumulatorReset.AccumulatorValue ; @@ -370,8 +372,8 @@ cim:AccumulatorValue.AccumulatorReset a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:AccumulatorReset . cim:Analog.AnalogValues a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "AnalogValues"@en ; - rdfs:comment "The values connected to this measurement." ; + rdfs:label "AnalogValues" ; + rdfs:comment "The values connected to this measurement."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:AnalogValue.Analog ; @@ -379,8 +381,8 @@ cim:Analog.AnalogValues a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:AnalogValue . cim:Analog.LimitSets a owl:ObjectProperty ; - rdfs:label "LimitSets"@en ; - rdfs:comment "A measurement may have zero or more limit ranges defined for it." ; + rdfs:label "LimitSets" ; + rdfs:comment "A measurement may have zero or more limit ranges defined for it."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:AnalogLimitSet.Measurements ; @@ -388,8 +390,8 @@ cim:Analog.LimitSets a owl:ObjectProperty ; rdfs:range cim:AnalogLimitSet . cim:AnalogControl.AnalogValue a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AnalogValue"@en ; - rdfs:comment "The MeasurementValue that is controlled." ; + rdfs:label "AnalogValue" ; + rdfs:comment "The MeasurementValue that is controlled."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:AnalogValue.AnalogControl ; @@ -397,8 +399,8 @@ cim:AnalogControl.AnalogValue a owl:ObjectProperty, owl:FunctionalProperty, owl: rdfs:range cim:AnalogValue . cim:AnalogLimit.LimitSet a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "LimitSet"@en ; - rdfs:comment "The set of limits." ; + rdfs:label "LimitSet" ; + rdfs:comment "The set of limits."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:AnalogLimitSet.Limits ; @@ -406,8 +408,8 @@ cim:AnalogLimit.LimitSet a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:AnalogLimitSet . cim:AnalogLimitSet.Limits a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Limits"@en ; - rdfs:comment "The limit values used for supervision of Measurements." ; + rdfs:label "Limits" ; + rdfs:comment "The limit values used for supervision of Measurements."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:AnalogLimit.LimitSet ; @@ -415,8 +417,8 @@ cim:AnalogLimitSet.Limits a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:AnalogLimit . cim:AnalogLimitSet.Measurements a owl:ObjectProperty ; - rdfs:label "Measurements"@en ; - rdfs:comment "The Measurements using the LimitSet." ; + rdfs:label "Measurements" ; + rdfs:comment "The Measurements using the LimitSet."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:Analog.LimitSets ; @@ -424,8 +426,8 @@ cim:AnalogLimitSet.Measurements a owl:ObjectProperty ; rdfs:range cim:Analog . cim:AnalogValue.Analog a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Analog"@en ; - rdfs:comment "Measurement to which this value is connected." ; + rdfs:label "Analog" ; + rdfs:comment "Measurement to which this value is connected."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Analog.AnalogValues ; @@ -433,8 +435,8 @@ cim:AnalogValue.Analog a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Analog . cim:AnalogValue.AnalogControl a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AnalogControl"@en ; - rdfs:comment "The Control variable associated with the MeasurementValue." ; + rdfs:label "AnalogControl" ; + rdfs:comment "The Control variable associated with the MeasurementValue."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:AnalogControl.AnalogValue ; @@ -442,8 +444,8 @@ cim:AnalogValue.AnalogControl a owl:ObjectProperty, owl:FunctionalProperty, owl: rdfs:range cim:AnalogControl . cim:Command.DiscreteValue a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "DiscreteValue"@en ; - rdfs:comment "The MeasurementValue that is controlled." ; + rdfs:label "DiscreteValue" ; + rdfs:comment "The MeasurementValue that is controlled."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:DiscreteValue.Command ; @@ -451,8 +453,8 @@ cim:Command.DiscreteValue a owl:ObjectProperty, owl:FunctionalProperty, owl:Inve rdfs:range cim:DiscreteValue . cim:Command.ValueAliasSet a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ValueAliasSet"@en ; - rdfs:comment "The ValueAliasSet used for translation of a Control value to a name." ; + rdfs:label "ValueAliasSet" ; + rdfs:comment "The ValueAliasSet used for translation of a Control value to a name."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ValueAliasSet.Commands ; @@ -460,8 +462,8 @@ cim:Command.ValueAliasSet a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ValueAliasSet . cim:Control.PowerSystemResource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "Regulating device governed by this control output." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "Regulating device governed by this control output."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:PowerSystemResource.Controls ; @@ -469,24 +471,24 @@ cim:Control.PowerSystemResource a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:PowerSystemResource . cim:Control.unitMultiplier a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "unitMultiplier"@en ; - rdfs:comment "The unit multiplier of the controlled quantity." ; + rdfs:label "unitMultiplier" ; + rdfs:comment "The unit multiplier of the controlled quantity."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Control ; rdfs:range cim:UnitMultiplier . cim:Control.unitSymbol a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "unitSymbol"@en ; - rdfs:comment "The unit of measure of the controlled quantity." ; + rdfs:label "unitSymbol" ; + rdfs:comment "The unit of measure of the controlled quantity."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Control ; rdfs:range cim:UnitSymbol . cim:Discrete.DiscreteValues a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DiscreteValues"@en ; - rdfs:comment "The values connected to this measurement." ; + rdfs:label "DiscreteValues" ; + rdfs:comment "The values connected to this measurement."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DiscreteValue.Discrete ; @@ -494,8 +496,8 @@ cim:Discrete.DiscreteValues a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:DiscreteValue . cim:Discrete.ValueAliasSet a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ValueAliasSet"@en ; - rdfs:comment "The ValueAliasSet used for translation of a MeasurementValue.value to a name." ; + rdfs:label "ValueAliasSet" ; + rdfs:comment "The ValueAliasSet used for translation of a MeasurementValue.value to a name."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ValueAliasSet.Discretes ; @@ -503,8 +505,8 @@ cim:Discrete.ValueAliasSet a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ValueAliasSet . cim:DiscreteValue.Command a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Command"@en ; - rdfs:comment "The Control variable associated with the MeasurementValue." ; + rdfs:label "Command" ; + rdfs:comment "The Control variable associated with the MeasurementValue."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:Command.DiscreteValue ; @@ -512,8 +514,8 @@ cim:DiscreteValue.Command a owl:ObjectProperty, owl:FunctionalProperty, owl:Inve rdfs:range cim:Command . cim:DiscreteValue.Discrete a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Discrete"@en ; - rdfs:comment "Measurement to which this value is connected." ; + rdfs:label "Discrete" ; + rdfs:comment "Measurement to which this value is connected."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Discrete.DiscreteValues ; @@ -521,8 +523,8 @@ cim:DiscreteValue.Discrete a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Discrete . cim:Measurement.PowerSystemResource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "The power system resource that contains the measurement." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "The power system resource that contains the measurement."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:PowerSystemResource.Measurements ; @@ -530,8 +532,8 @@ cim:Measurement.PowerSystemResource a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:PowerSystemResource . cim:Measurement.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "One or more measurements may be associated with a terminal in the network." ; + rdfs:label "Terminal" ; + rdfs:comment "One or more measurements may be associated with a terminal in the network."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ACDCTerminal.Measurements ; @@ -539,33 +541,33 @@ cim:Measurement.Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ACDCTerminal . cim:Measurement.phases a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "phases"@en ; + rdfs:label "phases" ; rdfs:comment """Indicates to which phases the measurement applies and avoids the need to use 'measurementType' to also encode phase information (which would explode the types). The phase information in Measurement, along with 'measurementType' and 'phases' uniquely defines a Measurement for a device, based on normal network phase. Their meaning will not change when the computed energizing phasing is changed due to jumpers or other reasons. -If the attribute is missing three phases (ABC) shall be assumed.""" ; +If the attribute is missing three phases (ABC) shall be assumed."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Measurement ; rdfs:range cim:PhaseCode . cim:Measurement.unitMultiplier a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "unitMultiplier"@en ; - rdfs:comment "The unit multiplier of the measured quantity." ; + rdfs:label "unitMultiplier" ; + rdfs:comment "The unit multiplier of the measured quantity."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Measurement ; rdfs:range cim:UnitMultiplier . cim:Measurement.unitSymbol a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "unitSymbol"@en ; - rdfs:comment "The unit of measure of the measured quantity." ; + rdfs:label "unitSymbol" ; + rdfs:comment "The unit of measure of the measured quantity."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Measurement ; rdfs:range cim:UnitSymbol . cim:MeasurementValue.MeasurementValueQuality a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "MeasurementValueQuality"@en ; - rdfs:comment "A MeasurementValue has a MeasurementValueQuality associated with it." ; + rdfs:label "MeasurementValueQuality" ; + rdfs:comment "A MeasurementValue has a MeasurementValueQuality associated with it."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:MeasurementValueQuality.MeasurementValue ; @@ -573,8 +575,8 @@ cim:MeasurementValue.MeasurementValueQuality a owl:ObjectProperty, owl:Functiona rdfs:range cim:MeasurementValueQuality . cim:MeasurementValue.MeasurementValueSource a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "MeasurementValueSource"@en ; - rdfs:comment "A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301." ; + rdfs:label "MeasurementValueSource" ; + rdfs:comment "A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:MeasurementValueSource.MeasurementValues ; @@ -582,8 +584,8 @@ cim:MeasurementValue.MeasurementValueSource a owl:ObjectProperty, owl:Functional rdfs:range cim:MeasurementValueSource . cim:MeasurementValueQuality.MeasurementValue a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "MeasurementValue"@en ; - rdfs:comment "A MeasurementValue has a MeasurementValueQuality associated with it." ; + rdfs:label "MeasurementValue" ; + rdfs:comment "A MeasurementValue has a MeasurementValueQuality associated with it."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:MeasurementValue.MeasurementValueQuality ; @@ -591,8 +593,8 @@ cim:MeasurementValueQuality.MeasurementValue a owl:ObjectProperty, owl:Functiona rdfs:range cim:MeasurementValue . cim:MeasurementValueSource.MeasurementValues a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "MeasurementValues"@en ; - rdfs:comment "The MeasurementValues updated by the source." ; + rdfs:label "MeasurementValues" ; + rdfs:comment "The MeasurementValues updated by the source."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:MeasurementValue.MeasurementValueSource ; @@ -600,8 +602,8 @@ cim:MeasurementValueSource.MeasurementValues a owl:ObjectProperty, owl:InverseFu rdfs:range cim:MeasurementValue . cim:PowerSystemResource.Controls a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Controls"@en ; - rdfs:comment "The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator." ; + rdfs:label "Controls" ; + rdfs:comment "The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Control.PowerSystemResource ; @@ -609,8 +611,8 @@ cim:PowerSystemResource.Controls a owl:ObjectProperty, owl:InverseFunctionalProp rdfs:range cim:Control . cim:PowerSystemResource.Measurements a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Measurements"@en ; - rdfs:comment "The measurements associated with this power system resource." ; + rdfs:label "Measurements" ; + rdfs:comment "The measurements associated with this power system resource."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Measurement.PowerSystemResource ; @@ -618,24 +620,24 @@ cim:PowerSystemResource.Measurements a owl:ObjectProperty, owl:InverseFunctional rdfs:range cim:Measurement . cim:Quality61850.source a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "source"@en ; - rdfs:comment "Source gives information related to the origin of a value. The value may be acquired from the process, defaulted or substituted." ; + rdfs:label "source" ; + rdfs:comment "Source gives information related to the origin of a value. The value may be acquired from the process, defaulted or substituted."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range cim:Source . cim:Quality61850.validity a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "validity"@en ; - rdfs:comment "Validity of the measurement value." ; + rdfs:label "validity" ; + rdfs:comment "Validity of the measurement value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range cim:Validity . cim:RaiseLowerCommand.ValueAliasSet a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ValueAliasSet"@en ; - rdfs:comment "The ValueAliasSet used for translation of a Control value to a name." ; + rdfs:label "ValueAliasSet" ; + rdfs:comment "The ValueAliasSet used for translation of a Control value to a name."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ValueAliasSet.RaiseLowerCommands ; @@ -643,8 +645,8 @@ cim:RaiseLowerCommand.ValueAliasSet a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:ValueAliasSet . cim:StringMeasurement.StringMeasurementValues a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "StringMeasurementValues"@en ; - rdfs:comment "The values connected to this measurement." ; + rdfs:label "StringMeasurementValues" ; + rdfs:comment "The values connected to this measurement."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:StringMeasurementValue.StringMeasurement ; @@ -652,8 +654,8 @@ cim:StringMeasurement.StringMeasurementValues a owl:ObjectProperty, owl:InverseF rdfs:range cim:StringMeasurementValue . cim:StringMeasurementValue.StringMeasurement a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "StringMeasurement"@en ; - rdfs:comment "Measurement to which this value is connected." ; + rdfs:label "StringMeasurement" ; + rdfs:comment "Measurement to which this value is connected."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:StringMeasurement.StringMeasurementValues ; @@ -661,8 +663,8 @@ cim:StringMeasurementValue.StringMeasurement a owl:ObjectProperty, owl:Functiona rdfs:range cim:StringMeasurement . cim:ValueAliasSet.Commands a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Commands"@en ; - rdfs:comment "The Commands using the set for translation." ; + rdfs:label "Commands" ; + rdfs:comment "The Commands using the set for translation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Command.ValueAliasSet ; @@ -670,8 +672,8 @@ cim:ValueAliasSet.Commands a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:Command . cim:ValueAliasSet.Discretes a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Discretes"@en ; - rdfs:comment "The Measurements using the set for translation." ; + rdfs:label "Discretes" ; + rdfs:comment "The Measurements using the set for translation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:Discrete.ValueAliasSet ; @@ -679,8 +681,8 @@ cim:ValueAliasSet.Discretes a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:Discrete . cim:ValueAliasSet.RaiseLowerCommands a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "RaiseLowerCommands"@en ; - rdfs:comment "The Commands using the set for translation." ; + rdfs:label "RaiseLowerCommands" ; + rdfs:comment "The Commands using the set for translation."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:RaiseLowerCommand.ValueAliasSet ; @@ -688,8 +690,8 @@ cim:ValueAliasSet.RaiseLowerCommands a owl:ObjectProperty, owl:InverseFunctional rdfs:range cim:RaiseLowerCommand . cim:ValueAliasSet.Values a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Values"@en ; - rdfs:comment "The ValueToAlias mappings included in the set." ; + rdfs:label "Values" ; + rdfs:comment "The ValueToAlias mappings included in the set."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:ValueToAlias.ValueAliasSet ; @@ -697,8 +699,8 @@ cim:ValueAliasSet.Values a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:ValueToAlias . cim:ValueToAlias.ValueAliasSet a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ValueAliasSet"@en ; - rdfs:comment "The ValueAliasSet having the ValueToAlias mappings." ; + rdfs:label "ValueAliasSet" ; + rdfs:comment "The ValueAliasSet having the ValueToAlias mappings."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ValueAliasSet.Values ; @@ -706,130 +708,130 @@ cim:ValueToAlias.ValueAliasSet a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:ValueAliasSet . cim:AccumulatorLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The value to supervise against. The value is positive." ; + rdfs:label "value" ; + rdfs:comment "The value to supervise against. The value is positive."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:AccumulatorLimit ; rdfs:range xsd:integer . cim:Analog.positiveFlowIn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "positiveFlowIn"@en ; - rdfs:comment "If true then this measurement is an active power, reactive power or current with the convention that a positive value measured at the Terminal means power is flowing into the related PowerSystemResource." ; + rdfs:label "positiveFlowIn" ; + rdfs:comment "If true then this measurement is an active power, reactive power or current with the convention that a positive value measured at the Terminal means power is flowing into the related PowerSystemResource."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Analog ; rdfs:range xsd:boolean . cim:AnalogControl.maxValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxValue"@en ; - rdfs:comment "Normal value range maximum for any of the Control.value. Used for scaling, e.g. in bar graphs." ; + rdfs:label "maxValue" ; + rdfs:comment "Normal value range maximum for any of the Control.value. Used for scaling, e.g. in bar graphs."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:AnalogControl ; rdfs:range xsd:float . cim:AnalogControl.minValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minValue"@en ; - rdfs:comment "Normal value range minimum for any of the Control.value. Used for scaling, e.g. in bar graphs." ; + rdfs:label "minValue" ; + rdfs:comment "Normal value range minimum for any of the Control.value. Used for scaling, e.g. in bar graphs."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:AnalogControl ; rdfs:range xsd:float . cim:AnalogLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The value to supervise against." ; + rdfs:label "value" ; + rdfs:comment "The value to supervise against."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:AnalogLimit ; rdfs:range xsd:float . cim:Command.normalValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalValue"@en ; - rdfs:comment "Normal value for Control.value e.g. used for percentage scaling." ; + rdfs:label "normalValue" ; + rdfs:comment "Normal value for Control.value e.g. used for percentage scaling."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Command ; rdfs:range xsd:integer . cim:Command.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The value representing the actuator output." ; + rdfs:label "value" ; + rdfs:comment "The value representing the actuator output."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Command ; rdfs:range xsd:integer . cim:Control.controlType a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "controlType"@en ; - rdfs:comment "Specifies the type of Control. For example, this specifies if the Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise, GeneratorLower, etc." ; + rdfs:label "controlType" ; + rdfs:comment "Specifies the type of Control. For example, this specifies if the Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise, GeneratorLower, etc."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Control ; rdfs:range xsd:string . cim:Control.operationInProgress a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "operationInProgress"@en ; - rdfs:comment "Indicates that a client is currently sending control commands that has not completed." ; + rdfs:label "operationInProgress" ; + rdfs:comment "Indicates that a client is currently sending control commands that has not completed."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Control ; rdfs:range xsd:boolean . cim:Control.timeStamp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "timeStamp"@en ; - rdfs:comment "The last time a control output was sent." ; + rdfs:label "timeStamp" ; + rdfs:comment "The last time a control output was sent."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Control ; rdfs:range xsd:dateTime . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:LimitSet.isPercentageLimits a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isPercentageLimits"@en ; - rdfs:comment "Tells if the limit values are in percentage of normalValue or the specified Unit for Measurements and Controls." ; + rdfs:label "isPercentageLimits" ; + rdfs:comment "Tells if the limit values are in percentage of normalValue or the specified Unit for Measurements and Controls."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:LimitSet ; rdfs:range xsd:boolean . cim:Measurement.measurementType a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "measurementType"@en ; + rdfs:label "measurementType" ; rdfs:comment """Specifies the type of measurement. For example, this specifies if the measurement represents an indoor temperature, outdoor temperature, bus voltage, line flow, etc. -When the measurementType is set to "Specialization", the type of Measurement is defined in more detail by the specialized class which inherits from Measurement.""" ; +When the measurementType is set to "Specialization", the type of Measurement is defined in more detail by the specialized class which inherits from Measurement."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Measurement ; rdfs:range xsd:string . cim:MeasurementValue.sensorAccuracy a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sensorAccuracy"@en ; - rdfs:comment "The limit, expressed as a percentage of the sensor maximum, that errors will not exceed when the sensor is used under reference conditions." ; + rdfs:label "sensorAccuracy" ; + rdfs:comment "The limit, expressed as a percentage of the sensor maximum, that errors will not exceed when the sensor is used under reference conditions."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -840,112 +842,112 @@ cim:MeasurementValue.sensorAccuracy a owl:DatatypeProperty, owl:FunctionalProper rdfs:range xsd:float . cim:MeasurementValue.timeStamp a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "timeStamp"@en ; - rdfs:comment "The time when the value was last updated." ; + rdfs:label "timeStamp" ; + rdfs:comment "The time when the value was last updated."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:MeasurementValue ; rdfs:range xsd:dateTime . cim:Quality61850.badReference a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "badReference"@en ; - rdfs:comment "Measurement value may be incorrect due to a reference being out of calibration." ; + rdfs:label "badReference" ; + rdfs:comment "Measurement value may be incorrect due to a reference being out of calibration."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range xsd:boolean . cim:Quality61850.estimatorReplaced a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "estimatorReplaced"@en ; - rdfs:comment "Value has been replaced by State Estimator. estimatorReplaced is not an IEC61850 quality bit but has been put in this class for convenience." ; + rdfs:label "estimatorReplaced" ; + rdfs:comment "Value has been replaced by State Estimator. estimatorReplaced is not an IEC61850 quality bit but has been put in this class for convenience."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range xsd:boolean . cim:Quality61850.failure a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "failure"@en ; - rdfs:comment "This identifier indicates that a supervision function has detected an internal or external failure, e.g. communication failure." ; + rdfs:label "failure" ; + rdfs:comment "This identifier indicates that a supervision function has detected an internal or external failure, e.g. communication failure."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range xsd:boolean . cim:Quality61850.oldData a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "oldData"@en ; - rdfs:comment "Measurement value is old and possibly invalid, as it has not been successfully updated during a specified time interval." ; + rdfs:label "oldData" ; + rdfs:comment "Measurement value is old and possibly invalid, as it has not been successfully updated during a specified time interval."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range xsd:boolean . cim:Quality61850.operatorBlocked a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "operatorBlocked"@en ; - rdfs:comment "Measurement value is blocked and hence unavailable for transmission." ; + rdfs:label "operatorBlocked" ; + rdfs:comment "Measurement value is blocked and hence unavailable for transmission."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range xsd:boolean . cim:Quality61850.oscillatory a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "oscillatory"@en ; - rdfs:comment "To prevent some overload of the communication it is sensible to detect and suppress oscillating (fast changing) binary inputs. If a signal changes in a defined time twice in the same direction (from 0 to 1 or from 1 to 0) then oscillation is detected and the detail quality identifier \"oscillatory\" is set. If it is detected a configured numbers of transient changes could be passed by. In this time the validity status \"questionable\" is set. If after this defined numbers of changes the signal is still in the oscillating state the value shall be set either to the opposite state of the previous stable value or to a defined default value. In this case the validity status \"questionable\" is reset and \"invalid\" is set as long as the signal is oscillating. If it is configured such that no transient changes should be passed by then the validity status \"invalid\" is set immediately in addition to the detail quality identifier \"oscillatory\" (used for status information only)." ; + rdfs:label "oscillatory" ; + rdfs:comment "To prevent some overload of the communication it is sensible to detect and suppress oscillating (fast changing) binary inputs. If a signal changes in a defined time twice in the same direction (from 0 to 1 or from 1 to 0) then oscillation is detected and the detail quality identifier \"oscillatory\" is set. If it is detected a configured numbers of transient changes could be passed by. In this time the validity status \"questionable\" is set. If after this defined numbers of changes the signal is still in the oscillating state the value shall be set either to the opposite state of the previous stable value or to a defined default value. In this case the validity status \"questionable\" is reset and \"invalid\" is set as long as the signal is oscillating. If it is configured such that no transient changes should be passed by then the validity status \"invalid\" is set immediately in addition to the detail quality identifier \"oscillatory\" (used for status information only)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range xsd:boolean . cim:Quality61850.outOfRange a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "outOfRange"@en ; - rdfs:comment "Measurement value is beyond a predefined range of value." ; + rdfs:label "outOfRange" ; + rdfs:comment "Measurement value is beyond a predefined range of value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range xsd:boolean . cim:Quality61850.overFlow a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "overFlow"@en ; - rdfs:comment "Measurement value is beyond the capability of being represented properly. For example, a counter value overflows from maximum count back to a value of zero." ; + rdfs:label "overFlow" ; + rdfs:comment "Measurement value is beyond the capability of being represented properly. For example, a counter value overflows from maximum count back to a value of zero."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range xsd:boolean . cim:Quality61850.suspect a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "suspect"@en ; - rdfs:comment "A correlation function has detected that the value is not consistent with other values. Typically set by a network State Estimator." ; + rdfs:label "suspect" ; + rdfs:comment "A correlation function has detected that the value is not consistent with other values. Typically set by a network State Estimator."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range xsd:boolean . cim:Quality61850.test a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "test"@en ; - rdfs:comment "Measurement value is transmitted for test purposes." ; + rdfs:label "test" ; + rdfs:comment "Measurement value is transmitted for test purposes."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Quality61850 ; rdfs:range xsd:boolean . cim:SetPoint.normalValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalValue"@en ; - rdfs:comment "Normal value for Control.value e.g. used for percentage scaling." ; + rdfs:label "normalValue" ; + rdfs:comment "Normal value for Control.value e.g. used for percentage scaling."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SetPoint ; rdfs:range xsd:float . cim:SetPoint.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The value representing the actuator output." ; + rdfs:label "value" ; + rdfs:comment "The value representing the actuator output."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SetPoint ; rdfs:range xsd:float . cim:ValueToAlias.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The value that is mapped." ; + rdfs:label "value" ; + rdfs:comment "The value that is mapped."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ValueToAlias ; @@ -984,140 +986,140 @@ cim:Money skos:exactMatch quantitykind:Currency . cim:PU skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory op:Package_OperationProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . cim:PhaseCode.A a cim:PhaseCode ; rdfs:label "A" ; - rdfs:comment "Phase A." ; + rdfs:comment "Phase A."@en ; cims:stereotype "enum" . cim:PhaseCode.AB a cim:PhaseCode ; rdfs:label "AB" ; - rdfs:comment "Phases A and B." ; + rdfs:comment "Phases A and B."@en ; cims:stereotype "enum" . cim:PhaseCode.ABC a cim:PhaseCode ; rdfs:label "ABC" ; - rdfs:comment "Phases A, B, and C." ; + rdfs:comment "Phases A, B, and C."@en ; cims:stereotype "enum" . cim:PhaseCode.ABCN a cim:PhaseCode ; rdfs:label "ABCN" ; - rdfs:comment "Phases A, B, C, and N." ; + rdfs:comment "Phases A, B, C, and N."@en ; cims:stereotype "enum" . cim:PhaseCode.ABN a cim:PhaseCode ; rdfs:label "ABN" ; - rdfs:comment "Phases A, B, and neutral." ; + rdfs:comment "Phases A, B, and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.AC a cim:PhaseCode ; rdfs:label "AC" ; - rdfs:comment "Phases A and C." ; + rdfs:comment "Phases A and C."@en ; cims:stereotype "enum" . cim:PhaseCode.ACN a cim:PhaseCode ; rdfs:label "ACN" ; - rdfs:comment "Phases A, C and neutral." ; + rdfs:comment "Phases A, C and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.AN a cim:PhaseCode ; rdfs:label "AN" ; - rdfs:comment "Phases A and neutral." ; + rdfs:comment "Phases A and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.B a cim:PhaseCode ; rdfs:label "B" ; - rdfs:comment "Phase B." ; + rdfs:comment "Phase B."@en ; cims:stereotype "enum" . cim:PhaseCode.BC a cim:PhaseCode ; rdfs:label "BC" ; - rdfs:comment "Phases B and C." ; + rdfs:comment "Phases B and C."@en ; cims:stereotype "enum" . cim:PhaseCode.BCN a cim:PhaseCode ; rdfs:label "BCN" ; - rdfs:comment "Phases B, C, and neutral." ; + rdfs:comment "Phases B, C, and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.BN a cim:PhaseCode ; rdfs:label "BN" ; - rdfs:comment "Phases B and neutral." ; + rdfs:comment "Phases B and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.C a cim:PhaseCode ; rdfs:label "C" ; - rdfs:comment "Phase C." ; + rdfs:comment "Phase C."@en ; cims:stereotype "enum" . cim:PhaseCode.CN a cim:PhaseCode ; rdfs:label "CN" ; - rdfs:comment "Phases C and neutral." ; + rdfs:comment "Phases C and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.N a cim:PhaseCode ; rdfs:label "N" ; - rdfs:comment "Neutral phase." ; + rdfs:comment "Neutral phase."@en ; cims:stereotype "enum" . cim:PhaseCode.X a cim:PhaseCode ; rdfs:label "X" ; - rdfs:comment "Unknown non-neutral phase." ; + rdfs:comment "Unknown non-neutral phase."@en ; cims:stereotype "enum" . cim:PhaseCode.XN a cim:PhaseCode ; rdfs:label "XN" ; - rdfs:comment "Unknown non-neutral phase plus neutral." ; + rdfs:comment "Unknown non-neutral phase plus neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.XY a cim:PhaseCode ; rdfs:label "XY" ; - rdfs:comment "Two unknown non-neutral phases." ; + rdfs:comment "Two unknown non-neutral phases."@en ; cims:stereotype "enum" . cim:PhaseCode.XYN a cim:PhaseCode ; rdfs:label "XYN" ; - rdfs:comment "Two unknown non-neutral phases plus neutral." ; + rdfs:comment "Two unknown non-neutral phases plus neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.none a cim:PhaseCode ; rdfs:label "none" ; - rdfs:comment "No phases specified." ; + rdfs:comment "No phases specified."@en ; cims:stereotype "enum" . cim:PhaseCode.s1 a cim:PhaseCode ; rdfs:label "s1" ; - rdfs:comment "Secondary phase 1." ; + rdfs:comment "Secondary phase 1."@en ; cims:stereotype "enum" . cim:PhaseCode.s12 a cim:PhaseCode ; rdfs:label "s12" ; - rdfs:comment "Secondary phase 1 and 2." ; + rdfs:comment "Secondary phase 1 and 2."@en ; cims:stereotype "enum" . cim:PhaseCode.s12N a cim:PhaseCode ; rdfs:label "s12N" ; - rdfs:comment "Secondary phases 1, 2, and neutral." ; + rdfs:comment "Secondary phases 1, 2, and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.s1N a cim:PhaseCode ; rdfs:label "s1N" ; - rdfs:comment "Secondary phase 1 and neutral." ; + rdfs:comment "Secondary phase 1 and neutral."@en ; cims:stereotype "enum" . cim:PhaseCode.s2 a cim:PhaseCode ; rdfs:label "s2" ; - rdfs:comment "Secondary phase 2." ; + rdfs:comment "Secondary phase 2."@en ; cims:stereotype "enum" . cim:PhaseCode.s2N a cim:PhaseCode ; rdfs:label "s2N" ; - rdfs:comment "Secondary phase 2 and neutral." ; + rdfs:comment "Secondary phase 2 and neutral."@en ; cims:stereotype "enum" . cim:Pressure skos:exactMatch quantitykind:Pressure . @@ -1135,18 +1137,18 @@ cim:RotationSpeed skos:exactMatch quantitykind:AngularVelocity . cim:Seconds skos:exactMatch quantitykind:Time . cim:Source.DEFAULTED a cim:Source ; - rdfs:label "DEFAULTED"@en ; - rdfs:comment "The value contains a default value." ; + rdfs:label "DEFAULTED" ; + rdfs:comment "The value contains a default value."@en ; cims:stereotype "enum" . cim:Source.PROCESS a cim:Source ; - rdfs:label "PROCESS"@en ; - rdfs:comment "The value is provided by input from the process I/O or being calculated from some function." ; + rdfs:label "PROCESS" ; + rdfs:comment "The value is provided by input from the process I/O or being calculated from some function."@en ; cims:stereotype "enum" . cim:Source.SUBSTITUTED a cim:Source ; - rdfs:label "SUBSTITUTED"@en ; - rdfs:comment "The value is provided by input of an operator or by an automatic source." ; + rdfs:label "SUBSTITUTED" ; + rdfs:comment "The value is provided by input of an operator or by an automatic source."@en ; cims:stereotype "enum" . cim:Susceptance skos:exactMatch quantitykind:Susceptance . @@ -1155,858 +1157,858 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.E a cim:UnitMultiplier ; rdfs:label "E" ; - rdfs:comment "Exa 10**18." ; + rdfs:comment "Exa 10**18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.G a cim:UnitMultiplier ; rdfs:label "G" ; - rdfs:comment "Giga 10**9." ; + rdfs:comment "Giga 10**9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.P a cim:UnitMultiplier ; rdfs:label "P" ; - rdfs:comment "Peta 10**15." ; + rdfs:comment "Peta 10**15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.T a cim:UnitMultiplier ; rdfs:label "T" ; - rdfs:comment "Tera 10**12." ; + rdfs:comment "Tera 10**12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Y a cim:UnitMultiplier ; rdfs:label "Y" ; - rdfs:comment "Yotta 10**24." ; + rdfs:comment "Yotta 10**24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Z a cim:UnitMultiplier ; rdfs:label "Z" ; - rdfs:comment "Zetta 10**21." ; + rdfs:comment "Zetta 10**21."@en ; cims:stereotype "enum" . cim:UnitMultiplier.a a cim:UnitMultiplier ; rdfs:label "a" ; - rdfs:comment "Atto 10**-18." ; + rdfs:comment "Atto 10**-18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.c a cim:UnitMultiplier ; rdfs:label "c" ; - rdfs:comment "Centi 10**-2." ; + rdfs:comment "Centi 10**-2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.d a cim:UnitMultiplier ; rdfs:label "d" ; - rdfs:comment "Deci 10**-1." ; + rdfs:comment "Deci 10**-1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.da a cim:UnitMultiplier ; rdfs:label "da" ; - rdfs:comment "Deca 10**1." ; + rdfs:comment "Deca 10**1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.f a cim:UnitMultiplier ; rdfs:label "f" ; - rdfs:comment "Femto 10**-15." ; + rdfs:comment "Femto 10**-15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.h a cim:UnitMultiplier ; rdfs:label "h" ; - rdfs:comment "Hecto 10**2." ; + rdfs:comment "Hecto 10**2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.m a cim:UnitMultiplier ; rdfs:label "m" ; - rdfs:comment "Milli 10**-3." ; + rdfs:comment "Milli 10**-3."@en ; cims:stereotype "enum" . cim:UnitMultiplier.micro a cim:UnitMultiplier ; rdfs:label "micro" ; - rdfs:comment "Micro 10**-6." ; + rdfs:comment "Micro 10**-6."@en ; cims:stereotype "enum" . cim:UnitMultiplier.n a cim:UnitMultiplier ; rdfs:label "n" ; - rdfs:comment "Nano 10**-9." ; + rdfs:comment "Nano 10**-9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitMultiplier.p a cim:UnitMultiplier ; rdfs:label "p" ; - rdfs:comment "Pico 10**-12." ; + rdfs:comment "Pico 10**-12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.y a cim:UnitMultiplier ; rdfs:label "y" ; - rdfs:comment "Yocto 10**-24." ; + rdfs:comment "Yocto 10**-24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.z a cim:UnitMultiplier ; rdfs:label "z" ; - rdfs:comment "Zepto 10**-21." ; + rdfs:comment "Zepto 10**-21."@en ; cims:stereotype "enum" . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.A2 a cim:UnitSymbol ; rdfs:label "A2" ; - rdfs:comment "Amperes squared (A²)." ; + rdfs:comment "Amperes squared (A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2h a cim:UnitSymbol ; rdfs:label "A2h" ; - rdfs:comment "Ampere-squared hour, ampere-squared hour." ; + rdfs:comment "Ampere-squared hour, ampere-squared hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2s a cim:UnitSymbol ; rdfs:label "A2s" ; - rdfs:comment "Ampere squared time in square amperes (A²s)." ; + rdfs:comment "Ampere squared time in square amperes (A²s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerA a cim:UnitSymbol ; rdfs:label "APerA" ; - rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’." ; + rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerm a cim:UnitSymbol ; rdfs:label "APerm" ; - rdfs:comment "A/m, magnetic field strength, amperes per metre." ; + rdfs:comment "A/m, magnetic field strength, amperes per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Ah a cim:UnitSymbol ; rdfs:label "Ah" ; - rdfs:comment "Ampere-hours, ampere-hours." ; + rdfs:comment "Ampere-hours, ampere-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.As a cim:UnitSymbol ; rdfs:label "As" ; - rdfs:comment "Ampere seconds (A·s)." ; + rdfs:comment "Ampere seconds (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Bq a cim:UnitSymbol ; rdfs:label "Bq" ; - rdfs:comment "Radioactivity in becquerels (1/s)." ; + rdfs:comment "Radioactivity in becquerels (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Btu a cim:UnitSymbol ; rdfs:label "Btu" ; - rdfs:comment "Energy, British Thermal Units." ; + rdfs:comment "Energy, British Thermal Units."@en ; cims:stereotype "enum" . cim:UnitSymbol.C a cim:UnitSymbol ; rdfs:label "C" ; - rdfs:comment "Electric charge in coulombs (A·s)." ; + rdfs:comment "Electric charge in coulombs (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerkg a cim:UnitSymbol ; rdfs:label "CPerkg" ; - rdfs:comment "Exposure (x rays), coulombs per kilogram." ; + rdfs:comment "Exposure (x rays), coulombs per kilogram."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm2 a cim:UnitSymbol ; rdfs:label "CPerm2" ; - rdfs:comment "Surface charge density, coulombs per square metre." ; + rdfs:comment "Surface charge density, coulombs per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm3 a cim:UnitSymbol ; rdfs:label "CPerm3" ; - rdfs:comment "Electric charge density, coulombs per cubic metre." ; + rdfs:comment "Electric charge density, coulombs per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.F a cim:UnitSymbol ; rdfs:label "F" ; - rdfs:comment "Electric capacitance in farads (C/V)." ; + rdfs:comment "Electric capacitance in farads (C/V)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:FARAD . cim:UnitSymbol.FPerm a cim:UnitSymbol ; rdfs:label "FPerm" ; - rdfs:comment "Permittivity, farads per metre." ; + rdfs:comment "Permittivity, farads per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.G a cim:UnitSymbol ; rdfs:label "G" ; - rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)." ; + rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Gy a cim:UnitSymbol ; rdfs:label "Gy" ; - rdfs:comment "Absorbed dose in grays (J/kg)." ; + rdfs:comment "Absorbed dose in grays (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.GyPers a cim:UnitSymbol ; rdfs:label "GyPers" ; - rdfs:comment "Absorbed dose rate, grays per second." ; + rdfs:comment "Absorbed dose rate, grays per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.H a cim:UnitSymbol ; rdfs:label "H" ; - rdfs:comment "Electric inductance in henrys (Wb/A)." ; + rdfs:comment "Electric inductance in henrys (Wb/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.HPerm a cim:UnitSymbol ; rdfs:label "HPerm" ; - rdfs:comment "Permeability, henrys per metre." ; + rdfs:comment "Permeability, henrys per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Hz a cim:UnitSymbol ; rdfs:label "Hz" ; - rdfs:comment "Frequency in hertz (1/s)." ; + rdfs:comment "Frequency in hertz (1/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:HZ ; skos:narrower unit:REV-PER-SEC . cim:UnitSymbol.HzPerHz a cim:UnitSymbol ; rdfs:label "HzPerHz" ; - rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’." ; + rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’."@en ; cims:stereotype "enum" . cim:UnitSymbol.HzPers a cim:UnitSymbol ; rdfs:label "HzPers" ; - rdfs:comment "Rate of change of frequency in hertz per second." ; + rdfs:comment "Rate of change of frequency in hertz per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.J a cim:UnitSymbol ; rdfs:label "J" ; - rdfs:comment "Energy in joules (N·m = C·V = W·s)." ; + rdfs:comment "Energy in joules (N·m = C·V = W·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerK a cim:UnitSymbol ; rdfs:label "JPerK" ; - rdfs:comment "Heat capacity in joules/kelvin." ; + rdfs:comment "Heat capacity in joules/kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkg a cim:UnitSymbol ; rdfs:label "JPerkg" ; - rdfs:comment "Specific energy, Joules / kg." ; + rdfs:comment "Specific energy, Joules / kg."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkgK a cim:UnitSymbol ; rdfs:label "JPerkgK" ; - rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin." ; + rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm2 a cim:UnitSymbol ; rdfs:label "JPerm2" ; - rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre." ; + rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm3 a cim:UnitSymbol ; rdfs:label "JPerm3" ; - rdfs:comment "Energy density, joules per cubic metre." ; + rdfs:comment "Energy density, joules per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermol a cim:UnitSymbol ; rdfs:label "JPermol" ; - rdfs:comment "Molar energy, joules per mole." ; + rdfs:comment "Molar energy, joules per mole."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermolK a cim:UnitSymbol ; rdfs:label "JPermolK" ; - rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin." ; + rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPers a cim:UnitSymbol ; rdfs:label "JPers" ; - rdfs:comment "Energy rate in joules per second (J/s)." ; + rdfs:comment "Energy rate in joules per second (J/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.K a cim:UnitSymbol ; rdfs:label "K" ; - rdfs:comment "Temperature in kelvins." ; + rdfs:comment "Temperature in kelvins."@en ; cims:stereotype "enum" . cim:UnitSymbol.KPers a cim:UnitSymbol ; rdfs:label "KPers" ; - rdfs:comment "Temperature change rate in kelvins per second." ; + rdfs:comment "Temperature change rate in kelvins per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.M a cim:UnitSymbol ; rdfs:label "M" ; - rdfs:comment "Length, nautical miles (1 M = 1852 m)." ; + rdfs:comment "Length, nautical miles (1 M = 1852 m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Mx a cim:UnitSymbol ; rdfs:label "Mx" ; - rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)." ; + rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)."@en ; cims:stereotype "enum" . cim:UnitSymbol.N a cim:UnitSymbol ; rdfs:label "N" ; - rdfs:comment "Force in newtons (kg·m/s²)." ; + rdfs:comment "Force in newtons (kg·m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.NPerm a cim:UnitSymbol ; rdfs:label "NPerm" ; - rdfs:comment "Surface tension, newton per metre." ; + rdfs:comment "Surface tension, newton per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Nm a cim:UnitSymbol ; rdfs:label "Nm" ; - rdfs:comment "Moment of force, newton metres." ; + rdfs:comment "Moment of force, newton metres."@en ; cims:stereotype "enum" . cim:UnitSymbol.Oe a cim:UnitSymbol ; rdfs:label "Oe" ; - rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)." ; + rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pa a cim:UnitSymbol ; rdfs:label "Pa" ; - rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms." ; + rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms."@en ; cims:stereotype "enum" ; skos:exactMatch unit:PA . cim:UnitSymbol.PaPers a cim:UnitSymbol ; rdfs:label "PaPers" ; - rdfs:comment "Pressure change rate in pascals per second." ; + rdfs:comment "Pressure change rate in pascals per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pas a cim:UnitSymbol ; rdfs:label "Pas" ; - rdfs:comment "Dynamic viscosity, pascal seconds." ; + rdfs:comment "Dynamic viscosity, pascal seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.Q a cim:UnitSymbol ; rdfs:label "Q" ; - rdfs:comment "Quantity power, Q." ; + rdfs:comment "Quantity power, Q."@en ; cims:stereotype "enum" . cim:UnitSymbol.Qh a cim:UnitSymbol ; rdfs:label "Qh" ; - rdfs:comment "Quantity energy, Qh." ; + rdfs:comment "Quantity energy, Qh."@en ; cims:stereotype "enum" . cim:UnitSymbol.S a cim:UnitSymbol ; rdfs:label "S" ; - rdfs:comment "Conductance in siemens." ; + rdfs:comment "Conductance in siemens."@en ; cims:stereotype "enum" ; skos:exactMatch unit:S . cim:UnitSymbol.SPerm a cim:UnitSymbol ; rdfs:label "SPerm" ; - rdfs:comment "Conductance per length (F/m)." ; + rdfs:comment "Conductance per length (F/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Sv a cim:UnitSymbol ; rdfs:label "Sv" ; - rdfs:comment "Dose equivalent in sieverts (J/kg)." ; + rdfs:comment "Dose equivalent in sieverts (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.T a cim:UnitSymbol ; rdfs:label "T" ; - rdfs:comment "Magnetic flux density in teslas (Wb/m2)." ; + rdfs:comment "Magnetic flux density in teslas (Wb/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.V2 a cim:UnitSymbol ; rdfs:label "V2" ; - rdfs:comment "Volt squared (W²/A²)." ; + rdfs:comment "Volt squared (W²/A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V2h a cim:UnitSymbol ; rdfs:label "V2h" ; - rdfs:comment "Volt-squared hour, volt-squared-hours." ; + rdfs:comment "Volt-squared hour, volt-squared-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VA a cim:UnitSymbol ; rdfs:label "VA" ; - rdfs:comment "Apparent power in volt amperes. See also real power and reactive power." ; + rdfs:comment "Apparent power in volt amperes. See also real power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A . cim:UnitSymbol.VAh a cim:UnitSymbol ; rdfs:label "VAh" ; - rdfs:comment "Apparent energy in volt ampere hours." ; + rdfs:comment "Apparent energy in volt ampere hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.VArh a cim:UnitSymbol ; rdfs:label "VArh" ; - rdfs:comment "Reactive energy in volt ampere reactive hours." ; + rdfs:comment "Reactive energy in volt ampere reactive hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerHz a cim:UnitSymbol ; rdfs:label "VPerHz" ; - rdfs:comment "Magnetic flux in volt per hertz." ; + rdfs:comment "Magnetic flux in volt per hertz."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerV a cim:UnitSymbol ; rdfs:label "VPerV" ; - rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’." ; + rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVA a cim:UnitSymbol ; rdfs:label "VPerVA" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVAr a cim:UnitSymbol ; rdfs:label "VPerVAr" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-PER-V-A_Reactive . cim:UnitSymbol.VPerm a cim:UnitSymbol ; rdfs:label "VPerm" ; - rdfs:comment "Electric field strength, volts per metre." ; + rdfs:comment "Electric field strength, volts per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vh a cim:UnitSymbol ; rdfs:label "Vh" ; - rdfs:comment "Volt-hour, Volt hours." ; + rdfs:comment "Volt-hour, Volt hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vs a cim:UnitSymbol ; rdfs:label "Vs" ; - rdfs:comment "Volt seconds (Ws/A)." ; + rdfs:comment "Volt seconds (Ws/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.WPerA a cim:UnitSymbol ; rdfs:label "WPerA" ; - rdfs:comment "Active power per current flow, watts per Ampere." ; + rdfs:comment "Active power per current flow, watts per Ampere."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-A . cim:UnitSymbol.WPerW a cim:UnitSymbol ; rdfs:label "WPerW" ; - rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’." ; + rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2 a cim:UnitSymbol ; rdfs:label "WPerm2" ; - rdfs:comment "Heat flux density, irradiance, watts per square metre." ; + rdfs:comment "Heat flux density, irradiance, watts per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2sr a cim:UnitSymbol ; rdfs:label "WPerm2sr" ; - rdfs:comment "Radiance, watts per square metre steradian." ; + rdfs:comment "Radiance, watts per square metre steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPermK a cim:UnitSymbol ; rdfs:label "WPermK" ; - rdfs:comment "Thermal conductivity in watt/metres kelvin." ; + rdfs:comment "Thermal conductivity in watt/metres kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPers a cim:UnitSymbol ; rdfs:label "WPers" ; - rdfs:comment "Ramp rate in watts per second." ; + rdfs:comment "Ramp rate in watts per second."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-SEC . cim:UnitSymbol.WPersr a cim:UnitSymbol ; rdfs:label "WPersr" ; - rdfs:comment "Radiant intensity, watts per steradian." ; + rdfs:comment "Radiant intensity, watts per steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wb a cim:UnitSymbol ; rdfs:label "Wb" ; - rdfs:comment "Magnetic flux in webers (V·s)." ; + rdfs:comment "Magnetic flux in webers (V·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.anglemin a cim:UnitSymbol ; rdfs:label "anglemin" ; - rdfs:comment "Plane angle, minutes." ; + rdfs:comment "Plane angle, minutes."@en ; cims:stereotype "enum" . cim:UnitSymbol.anglesec a cim:UnitSymbol ; rdfs:label "anglesec" ; - rdfs:comment "Plane angle, seconds." ; + rdfs:comment "Plane angle, seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.bar a cim:UnitSymbol ; rdfs:label "bar" ; - rdfs:comment "Pressure in bars, (1 bar = 100 kPa)." ; + rdfs:comment "Pressure in bars, (1 bar = 100 kPa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.cd a cim:UnitSymbol ; rdfs:label "cd" ; - rdfs:comment "Luminous intensity in candelas." ; + rdfs:comment "Luminous intensity in candelas."@en ; cims:stereotype "enum" . cim:UnitSymbol.charPers a cim:UnitSymbol ; rdfs:label "charPers" ; - rdfs:comment "Data rate (baud) in characters per second." ; + rdfs:comment "Data rate (baud) in characters per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.character a cim:UnitSymbol ; rdfs:label "character" ; - rdfs:comment "Number of characters." ; + rdfs:comment "Number of characters."@en ; cims:stereotype "enum" . cim:UnitSymbol.cosPhi a cim:UnitSymbol ; rdfs:label "cosPhi" ; rdfs:comment """Power factor, dimensionless. Note 1: This definition of power factor only holds for balanced systems. See the alternative definition under code 153. -Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility.""" ; +Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility."""@en ; cims:stereotype "enum" . cim:UnitSymbol.count a cim:UnitSymbol ; rdfs:label "count" ; - rdfs:comment "Amount of substance, Counter value." ; + rdfs:comment "Amount of substance, Counter value."@en ; cims:stereotype "enum" . cim:UnitSymbol.d a cim:UnitSymbol ; rdfs:label "d" ; - rdfs:comment "Time in days, day = 24 h = 86400 s." ; + rdfs:comment "Time in days, day = 24 h = 86400 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.dB a cim:UnitSymbol ; rdfs:label "dB" ; - rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.dBm a cim:UnitSymbol ; rdfs:label "dBm" ; - rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.degC a cim:UnitSymbol ; rdfs:label "degC" ; rdfs:comment """Relative temperature in degrees Celsius. -In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software.""" ; +In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG_C . cim:UnitSymbol.ft3 a cim:UnitSymbol ; rdfs:label "ft3" ; - rdfs:comment "Volume, cubic feet." ; + rdfs:comment "Volume, cubic feet."@en ; cims:stereotype "enum" . cim:UnitSymbol.gPerg a cim:UnitSymbol ; rdfs:label "gPerg" ; - rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’." ; + rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’."@en ; cims:stereotype "enum" . cim:UnitSymbol.gal a cim:UnitSymbol ; rdfs:label "gal" ; - rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)." ; + rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)."@en ; cims:stereotype "enum" . cim:UnitSymbol.h a cim:UnitSymbol ; rdfs:label "h" ; - rdfs:comment "Time in hours, hour = 60 min = 3600 s." ; + rdfs:comment "Time in hours, hour = 60 min = 3600 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.ha a cim:UnitSymbol ; rdfs:label "ha" ; - rdfs:comment "Area, hectares." ; + rdfs:comment "Area, hectares."@en ; cims:stereotype "enum" . cim:UnitSymbol.kat a cim:UnitSymbol ; rdfs:label "kat" ; - rdfs:comment "Catalytic activity, katal = mol / s." ; + rdfs:comment "Catalytic activity, katal = mol / s."@en ; cims:stereotype "enum" . cim:UnitSymbol.katPerm3 a cim:UnitSymbol ; rdfs:label "katPerm3" ; - rdfs:comment "Catalytic activity concentration, katals per cubic metre." ; + rdfs:comment "Catalytic activity concentration, katals per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.kg a cim:UnitSymbol ; rdfs:label "kg" ; - rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerJ a cim:UnitSymbol ; rdfs:label "kgPerJ" ; - rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerm3 a cim:UnitSymbol ; rdfs:label "kgPerm3" ; - rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm a cim:UnitSymbol ; rdfs:label "kgm" ; - rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm2 a cim:UnitSymbol ; rdfs:label "kgm2" ; - rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kn a cim:UnitSymbol ; rdfs:label "kn" ; - rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s." ; + rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s."@en ; cims:stereotype "enum" . cim:UnitSymbol.l a cim:UnitSymbol ; rdfs:label "l" ; - rdfs:comment "Volume in litres, litre = dm3 = m3/1000." ; + rdfs:comment "Volume in litres, litre = dm3 = m3/1000."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerh a cim:UnitSymbol ; rdfs:label "lPerh" ; - rdfs:comment "Volumetric flow rate, litres per hour." ; + rdfs:comment "Volumetric flow rate, litres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerl a cim:UnitSymbol ; rdfs:label "lPerl" ; - rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’." ; + rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPers a cim:UnitSymbol ; rdfs:label "lPers" ; - rdfs:comment "Volumetric flow rate in litres per second." ; + rdfs:comment "Volumetric flow rate in litres per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.lm a cim:UnitSymbol ; rdfs:label "lm" ; - rdfs:comment "Luminous flux in lumens (cd·sr)." ; + rdfs:comment "Luminous flux in lumens (cd·sr)."@en ; cims:stereotype "enum" . cim:UnitSymbol.lx a cim:UnitSymbol ; rdfs:label "lx" ; - rdfs:comment "Illuminance in lux (lm/m²)." ; + rdfs:comment "Illuminance in lux (lm/m²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m a cim:UnitSymbol ; rdfs:label "m" ; - rdfs:comment "Length in metres." ; + rdfs:comment "Length in metres."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M . cim:UnitSymbol.m2 a cim:UnitSymbol ; rdfs:label "m2" ; - rdfs:comment "Area in square metres (m²)." ; + rdfs:comment "Area in square metres (m²)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M2 . cim:UnitSymbol.m2Pers a cim:UnitSymbol ; rdfs:label "m2Pers" ; - rdfs:comment "Viscosity in square metres / second (m²/s)." ; + rdfs:comment "Viscosity in square metres / second (m²/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3 a cim:UnitSymbol ; rdfs:label "m3" ; - rdfs:comment "Volume in cubic metres (m³)." ; + rdfs:comment "Volume in cubic metres (m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Compensated a cim:UnitSymbol ; rdfs:label "m3Compensated" ; - rdfs:comment "Volume, cubic metres, with the value compensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value compensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perh a cim:UnitSymbol ; rdfs:label "m3Perh" ; - rdfs:comment "Volumetric flow rate, cubic metres per hour." ; + rdfs:comment "Volumetric flow rate, cubic metres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perkg a cim:UnitSymbol ; rdfs:label "m3Perkg" ; - rdfs:comment "Specific volume, cubic metres per kilogram, v." ; + rdfs:comment "Specific volume, cubic metres per kilogram, v."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Pers a cim:UnitSymbol ; rdfs:label "m3Pers" ; - rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)." ; + rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M3-PER-SEC . cim:UnitSymbol.m3Uncompensated a cim:UnitSymbol ; rdfs:label "m3Uncompensated" ; - rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPerm3 a cim:UnitSymbol ; rdfs:label "mPerm3" ; - rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)." ; + rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers a cim:UnitSymbol ; rdfs:label "mPers" ; - rdfs:comment "Velocity in metres per second (m/s)." ; + rdfs:comment "Velocity in metres per second (m/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers2 a cim:UnitSymbol ; rdfs:label "mPers2" ; - rdfs:comment "Acceleration in metres per second squared (m/s²)." ; + rdfs:comment "Acceleration in metres per second squared (m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.min a cim:UnitSymbol ; rdfs:label "min" ; - rdfs:comment "Time in minutes, minute = 60 s." ; + rdfs:comment "Time in minutes, minute = 60 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.mmHg a cim:UnitSymbol ; rdfs:label "mmHg" ; - rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)." ; + rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mol a cim:UnitSymbol ; rdfs:label "mol" ; - rdfs:comment "Amount of substance in moles." ; + rdfs:comment "Amount of substance in moles."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerkg a cim:UnitSymbol ; rdfs:label "molPerkg" ; - rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms." ; + rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerm3 a cim:UnitSymbol ; rdfs:label "molPerm3" ; - rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³." ; + rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPermol a cim:UnitSymbol ; rdfs:label "molPermol" ; - rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution." ; + rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution."@en ; cims:stereotype "enum" . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohm a cim:UnitSymbol ; rdfs:label "ohm" ; - rdfs:comment "Electric resistance in ohms (V/A)." ; + rdfs:comment "Electric resistance in ohms (V/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:OHM . cim:UnitSymbol.ohmPerm a cim:UnitSymbol ; rdfs:label "ohmPerm" ; - rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)." ; + rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohmm a cim:UnitSymbol ; rdfs:label "ohmm" ; - rdfs:comment "Resistivity, ohm metres, (rho)." ; + rdfs:comment "Resistivity, ohm metres, (rho)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerHz a cim:UnitSymbol ; rdfs:label "onePerHz" ; - rdfs:comment "Reciprocal of frequency (1/Hz)." ; + rdfs:comment "Reciprocal of frequency (1/Hz)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerm a cim:UnitSymbol ; rdfs:label "onePerm" ; - rdfs:comment "Wavenumber, reciprocal metres, (1/m)." ; + rdfs:comment "Wavenumber, reciprocal metres, (1/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ppm a cim:UnitSymbol ; rdfs:label "ppm" ; - rdfs:comment "Concentration in parts per million." ; + rdfs:comment "Concentration in parts per million."@en ; cims:stereotype "enum" . cim:UnitSymbol.rad a cim:UnitSymbol ; rdfs:label "rad" ; - rdfs:comment "Plane angle in radians (m/m)." ; + rdfs:comment "Plane angle in radians (m/m)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:RAD . cim:UnitSymbol.radPers a cim:UnitSymbol ; rdfs:label "radPers" ; - rdfs:comment "Angular velocity in radians per second (rad/s)." ; + rdfs:comment "Angular velocity in radians per second (rad/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.radPers2 a cim:UnitSymbol ; rdfs:label "radPers2" ; - rdfs:comment "Angular acceleration, radians per second squared." ; + rdfs:comment "Angular acceleration, radians per second squared."@en ; cims:stereotype "enum" . cim:UnitSymbol.rev a cim:UnitSymbol ; rdfs:label "rev" ; - rdfs:comment "Amount of rotation, revolutions." ; + rdfs:comment "Amount of rotation, revolutions."@en ; cims:stereotype "enum" . cim:UnitSymbol.rotPers a cim:UnitSymbol ; rdfs:label "rotPers" ; - rdfs:comment "Rotations per second (1/s). See also Hz (1/s)." ; + rdfs:comment "Rotations per second (1/s). See also Hz (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . cim:UnitSymbol.sPers a cim:UnitSymbol ; rdfs:label "sPers" ; - rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’." ; + rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’."@en ; cims:stereotype "enum" . cim:UnitSymbol.sr a cim:UnitSymbol ; rdfs:label "sr" ; - rdfs:comment "Solid angle in steradians (m2/m2)." ; + rdfs:comment "Solid angle in steradians (m2/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.therm a cim:UnitSymbol ; rdfs:label "therm" ; - rdfs:comment "Energy, therms." ; + rdfs:comment "Energy, therms."@en ; cims:stereotype "enum" . cim:UnitSymbol.tonne a cim:UnitSymbol ; rdfs:label "tonne" ; - rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)." ; + rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)."@en ; cims:stereotype "enum" . cim:Validity.GOOD a cim:Validity ; - rdfs:label "GOOD"@en ; - rdfs:comment "The value is marked good if no abnormal condition of the acquisition function or the information source is detected." ; + rdfs:label "GOOD" ; + rdfs:comment "The value is marked good if no abnormal condition of the acquisition function or the information source is detected."@en ; cims:stereotype "enum" . cim:Validity.INVALID a cim:Validity ; - rdfs:label "INVALID"@en ; - rdfs:comment "The value is marked invalid when a supervision function recognises abnormal conditions of the acquisition function or the information source (missing or non-operating updating devices). The value is not defined under this condition. The mark invalid is used to indicate to the client that the value may be incorrect and shall not be used." ; + rdfs:label "INVALID" ; + rdfs:comment "The value is marked invalid when a supervision function recognises abnormal conditions of the acquisition function or the information source (missing or non-operating updating devices). The value is not defined under this condition. The mark invalid is used to indicate to the client that the value may be incorrect and shall not be used."@en ; cims:stereotype "enum" . cim:Validity.QUESTIONABLE a cim:Validity ; - rdfs:label "QUESTIONABLE"@en ; - rdfs:comment "The value is marked questionable if a supervision function detects an abnormal behaviour, however the value could still be valid. The client is responsible for determining whether or not values marked \"questionable\" should be used." ; + rdfs:label "QUESTIONABLE" ; + rdfs:comment "The value is marked questionable if a supervision function detects an abnormal behaviour, however the value could still be valid. The client is responsible for determining whether or not values marked \"questionable\" should be used."@en ; cims:stereotype "enum" . cim:Voltage skos:exactMatch quantitykind:Voltage . @@ -2016,7 +2018,7 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . op:Package_OperationProfile a cims:ClassCategory ; - rdfs:label "OperationProfile"@en ; - rdfs:comment "This is the IEC 61970-452 operation profile." . + rdfs:label "OperationProfile" ; + rdfs:comment "This is the IEC 61970-452 operation profile."@en . diff --git a/rdfs-improved/CGMES/ttl/61970-600-2_ShortCircuit-AP-Voc-RDFS2020_v3-0-0.ttl b/rdfs-improved/CGMES/ttl/61970-600-2_ShortCircuit-AP-Voc-RDFS2020_v3-0-0.ttl index ec10a1c..d507b29 100644 --- a/rdfs-improved/CGMES/ttl/61970-600-2_ShortCircuit-AP-Voc-RDFS2020_v3-0-0.ttl +++ b/rdfs-improved/CGMES/ttl/61970-600-2_ShortCircuit-AP-Voc-RDFS2020_v3-0-0.ttl @@ -12,275 +12,277 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . sc:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the short circuit profile from IEC 61970-600-2."@en ; + dc:source "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "SC" ; - dcat:landingPage "https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/" ; + dcat:landingPage ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , ; dct:creator "ENTSO-E CIM EG"@en ; dct:identifier "urn:uuid:97938d45-bb5f-4424-b64d-219c1f76ab31" ; dct:issued "2021-01-27T12:17:39Z"^^xsd:dateTime ; dct:language "en-GB" ; dct:modified "2020-10-12"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; dct:rights "Copyright"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:rightsHolder "ENTSO-E" ; dct:title "Short Circuit Vocabulary"@en ; owl:incompatibleWith ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "3.0.0"@en . + owl:versionInfo "3.0.0" . cim:ACDCTerminal a owl:Class ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:ACLineSegment a owl:Class ; - rdfs:label "ACLineSegment"@en ; + rdfs:label "ACLineSegment" ; rdfs:comment """A wire or combination of wires, with consistent electrical characteristics, building a single electrical system, used to carry alternating current between points in the power system. For symmetrical, transposed three phase lines, it is sufficient to use attributes of the line segment, which describe impedances and admittances for the entire length of the segment. Additionally impedances can be computed by using length and associated per length impedances. -The BaseVoltage at the two ends of ACLineSegments in a Line shall have the same BaseVoltage.nominalVoltage. However, boundary lines may have slightly different BaseVoltage.nominalVoltages and variation is allowed. Larger voltage difference in general requires use of an equivalent branch.""" ; +The BaseVoltage at the two ends of ACLineSegments in a Line shall have the same BaseVoltage.nominalVoltage. However, boundary lines may have slightly different BaseVoltage.nominalVoltages and variation is allowed. Larger voltage difference in general requires use of an equivalent branch."""@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:Conductor . cim:AsynchronousMachine a owl:Class ; - rdfs:label "AsynchronousMachine"@en ; - rdfs:comment "A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine." ; + rdfs:label "AsynchronousMachine" ; + rdfs:comment "A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:RotatingMachine . cim:BusbarSection a owl:Class ; - rdfs:label "BusbarSection"@en ; + rdfs:label "BusbarSection" ; rdfs:comment """A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation. -Voltage measurements are typically obtained from voltage transformers that are connected to busbar sections. A bus bar section may have many physical terminals but for analysis is modelled with exactly one logical terminal.""" ; +Voltage measurements are typically obtained from voltage transformers that are connected to busbar sections. A bus bar section may have many physical terminals but for analysis is modelled with exactly one logical terminal."""@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:Connector . cim:ConductingEquipment a owl:Class ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:Equipment . cim:Conductor a owl:Class ; - rdfs:label "Conductor"@en ; - rdfs:comment "Combination of conducting material with consistent electrical characteristics, building a single electrical system, used to carry current between points in the power system." ; + rdfs:label "Conductor" ; + rdfs:comment "Combination of conducting material with consistent electrical characteristics, building a single electrical system, used to carry current between points in the power system."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:Connector a owl:Class ; - rdfs:label "Connector"@en ; - rdfs:comment "A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation and are modelled with a single logical terminal." ; + rdfs:label "Connector" ; + rdfs:comment "A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation and are modelled with a single logical terminal."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EarthFaultCompensator a owl:Class ; - rdfs:label "EarthFaultCompensator"@en ; - rdfs:comment "A conducting equipment used to represent a connection to ground which is typically used to compensate earth faults. An earth fault compensator device modelled with a single terminal implies a second terminal solidly connected to ground. If two terminals are modelled, the ground is not assumed and normal connection rules apply." ; + rdfs:label "EarthFaultCompensator" ; + rdfs:comment "A conducting equipment used to represent a connection to ground which is typically used to compensate earth faults. An earth fault compensator device modelled with a single terminal implies a second terminal solidly connected to ground. If two terminals are modelled, the ground is not assumed and normal connection rules apply."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EnergyConnection a owl:Class ; - rdfs:label "EnergyConnection"@en ; - rdfs:comment "A connection of energy generation or consumption on the power system model." ; + rdfs:label "EnergyConnection" ; + rdfs:comment "A connection of energy generation or consumption on the power system model."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EnergySource a owl:Class ; - rdfs:label "EnergySource"@en ; - rdfs:comment "A generic equivalent for an energy supplier on a transmission or distribution voltage level." ; + rdfs:label "EnergySource" ; + rdfs:comment "A generic equivalent for an energy supplier on a transmission or distribution voltage level."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EnergyConnection . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:PowerSystemResource . cim:EquivalentBranch a owl:Class ; - rdfs:label "EquivalentBranch"@en ; - rdfs:comment "The class represents equivalent branches. In cases where a transformer phase shift is modelled and the EquivalentBranch is spanning the same nodes, the impedance quantities for the EquivalentBranch shall consider the needed phase shift." ; + rdfs:label "EquivalentBranch" ; + rdfs:comment "The class represents equivalent branches. In cases where a transformer phase shift is modelled and the EquivalentBranch is spanning the same nodes, the impedance quantities for the EquivalentBranch shall consider the needed phase shift."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EquivalentEquipment . cim:EquivalentEquipment a owl:Class ; - rdfs:label "EquivalentEquipment"@en ; - rdfs:comment "The class represents equivalent objects that are the result of a network reduction. The class is the base for equivalent objects of different types." ; + rdfs:label "EquivalentEquipment" ; + rdfs:comment "The class represents equivalent objects that are the result of a network reduction. The class is the base for equivalent objects of different types."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EquivalentInjection a owl:Class ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EquivalentEquipment . cim:ExternalNetworkInjection a owl:Class ; - rdfs:label "ExternalNetworkInjection"@en ; - rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations." ; + rdfs:label "ExternalNetworkInjection" ; + rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:RegulatingCondEq . cim:GroundingImpedance a owl:Class ; - rdfs:label "GroundingImpedance"@en ; - rdfs:comment "A fixed impedance device used for grounding." ; + rdfs:label "GroundingImpedance" ; + rdfs:comment "A fixed impedance device used for grounding."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EarthFaultCompensator . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile . cim:LinearShuntCompensator a owl:Class ; - rdfs:label "LinearShuntCompensator"@en ; - rdfs:comment "A linear shunt compensator has banks or sections with equal admittance values." ; + rdfs:label "LinearShuntCompensator" ; + rdfs:comment "A linear shunt compensator has banks or sections with equal admittance values."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ShuntCompensator . cim:MutualCoupling a owl:Class ; - rdfs:label "MutualCoupling"@en ; - rdfs:comment "This class represents the zero sequence line mutual coupling." ; + rdfs:label "MutualCoupling" ; + rdfs:comment "This class represents the zero sequence line mutual coupling."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:NonlinearShuntCompensatorPoint a owl:Class ; - rdfs:label "NonlinearShuntCompensatorPoint"@en ; - rdfs:comment "A non linear shunt compensator bank or section admittance value. The number of NonlinearShuntCompenstorPoint instances associated with a NonlinearShuntCompensator shall be equal to ShuntCompensator.maximumSections. ShuntCompensator.sections shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s." ; + rdfs:label "NonlinearShuntCompensatorPoint" ; + rdfs:comment "A non linear shunt compensator bank or section admittance value. The number of NonlinearShuntCompenstorPoint instances associated with a NonlinearShuntCompensator shall be equal to ShuntCompensator.maximumSections. ShuntCompensator.sections shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete . cim:PetersenCoil a owl:Class ; - rdfs:label "PetersenCoil"@en ; - rdfs:comment "A variable impedance device normally used to offset line charging during single line faults in an ungrounded section of network." ; + rdfs:label "PetersenCoil" ; + rdfs:comment "A variable impedance device normally used to offset line charging during single line faults in an ungrounded section of network."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EarthFaultCompensator . cim:PetersenCoilModeKind a owl:Class ; - rdfs:label "PetersenCoilModeKind"@en ; - rdfs:comment "The mode of operation for a Petersen coil." ; + rdfs:label "PetersenCoilModeKind" ; + rdfs:comment "The mode of operation for a Petersen coil."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype uml:enumeration . cim:PowerSystemResource a owl:Class ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:PowerTransformer a owl:Class ; - rdfs:label "PowerTransformer"@en ; + rdfs:label "PowerTransformer" ; rdfs:comment """An electrical device consisting of two or more coupled windings, with or without a magnetic core, for introducing mutual coupling between electric circuits. Transformers can be used to control voltage and phase shift (active power flow). A power transformer may be composed of separate transformer tanks that need not be identical. A power transformer can be modelled with or without tanks and is intended for use in both balanced and unbalanced representations. A power transformer typically has two terminals, but may have one (grounding), three or more terminals. -The inherited association ConductingEquipment.BaseVoltage should not be used. The association from TransformerEnd to BaseVoltage should be used instead.""" ; +The inherited association ConductingEquipment.BaseVoltage should not be used. The association from TransformerEnd to BaseVoltage should be used instead."""@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ConductingEquipment . cim:PowerTransformerEnd a owl:Class ; - rdfs:label "PowerTransformerEnd"@en ; + rdfs:label "PowerTransformerEnd" ; rdfs:comment """A PowerTransformerEnd is associated with each Terminal of a PowerTransformer. The impedance values r, r0, x, and x0 of a PowerTransformerEnd represents a star equivalent as follows. 1) for a two Terminal PowerTransformer the high voltage (TransformerEnd.endNumber=1) PowerTransformerEnd has non zero values on r, r0, x, and x0 while the low voltage (TransformerEnd.endNumber=2) PowerTransformerEnd has zero values for r, r0, x, and x0. Parameters are always provided, even if the PowerTransformerEnds have the same rated voltage. In this case, the parameters are provided at the PowerTransformerEnd which has TransformerEnd.endNumber equal to 1. 2) for a three Terminal PowerTransformer the three PowerTransformerEnds represent a star equivalent with each leg in the star represented by r, r0, x, and x0 values. 3) For a three Terminal transformer each PowerTransformerEnd shall have g, g0, b and b0 values corresponding to the no load losses distributed on the three PowerTransformerEnds. The total no load loss shunt impedances may also be placed at one of the PowerTransformerEnds, preferably the end numbered 1, having the shunt values on end 1. This is the preferred way. 4) for a PowerTransformer with more than three Terminals the PowerTransformerEnd impedance values cannot be used. Instead use the TransformerMeshImpedance or split the transformer into multiple PowerTransformers. -Each PowerTransformerEnd must be contained by a PowerTransformer. Because a PowerTransformerEnd (or any other object) can not be contained by more than one parent, a PowerTransformerEnd can not have an association to an EquipmentContainer (Substation, VoltageLevel, etc).""" ; +Each PowerTransformerEnd must be contained by a PowerTransformer. Because a PowerTransformerEnd (or any other object) can not be contained by more than one parent, a PowerTransformerEnd can not have an association to an EquipmentContainer (Substation, VoltageLevel, etc)."""@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:TransformerEnd . cim:RegulatingCondEq a owl:Class ; - rdfs:label "RegulatingCondEq"@en ; - rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network." ; + rdfs:label "RegulatingCondEq" ; + rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:EnergyConnection . cim:RotatingMachine a owl:Class ; - rdfs:label "RotatingMachine"@en ; - rdfs:comment "A rotating machine which may be used as a generator or motor." ; + rdfs:label "RotatingMachine" ; + rdfs:comment "A rotating machine which may be used as a generator or motor."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:RegulatingCondEq . cim:SeriesCompensator a owl:Class ; - rdfs:label "SeriesCompensator"@en ; - rdfs:comment "A Series Compensator is a series capacitor or reactor or an AC transmission line without charging susceptance. It is a two terminal device." ; + rdfs:label "SeriesCompensator" ; + rdfs:comment "A Series Compensator is a series capacitor or reactor or an AC transmission line without charging susceptance. It is a two terminal device."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ConductingEquipment . cim:ShortCircuitRotorKind a owl:Class ; - rdfs:label "ShortCircuitRotorKind"@en ; - rdfs:comment "Type of rotor, used by short circuit applications." ; + rdfs:label "ShortCircuitRotorKind" ; + rdfs:comment "Type of rotor, used by short circuit applications."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype uml:enumeration . cim:ShuntCompensator a owl:Class ; - rdfs:label "ShuntCompensator"@en ; - rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied." ; + rdfs:label "ShuntCompensator" ; + rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:RegulatingCondEq . cim:SynchronousMachine a owl:Class ; - rdfs:label "SynchronousMachine"@en ; - rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump." ; + rdfs:label "SynchronousMachine" ; + rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:RotatingMachine . cim:Terminal a owl:Class ; - rdfs:label "Terminal"@en ; - rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "Terminal" ; + rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:ACDCTerminal . cim:TransformerEnd a owl:Class ; - rdfs:label "TransformerEnd"@en ; - rdfs:comment "A conducting connection point of a power transformer. It corresponds to a physical transformer winding terminal. In earlier CIM versions, the TransformerWinding class served a similar purpose, but this class is more flexible because it associates to terminal but is not a specialization of ConductingEquipment." ; + rdfs:label "TransformerEnd" ; + rdfs:comment "A conducting connection point of a power transformer. It corresponds to a physical transformer winding terminal. In earlier CIM versions, the TransformerWinding class served a similar purpose, but this class is more flexible because it associates to terminal but is not a specialization of ConductingEquipment."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; cims:stereotype uml:enumeration . cim:MutualCoupling.First_Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "First_Terminal"@en ; - rdfs:comment "The starting terminal for the calculation of distances along the first branch of the mutual coupling. Normally MutualCoupling would only be used for terminals of AC line segments. The first and second terminals of a mutual coupling should point to different AC line segments." ; + rdfs:label "First_Terminal" ; + rdfs:comment "The starting terminal for the calculation of distances along the first branch of the mutual coupling. Normally MutualCoupling would only be used for terminals of AC line segments. The first and second terminals of a mutual coupling should point to different AC line segments."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Terminal.HasFirstMutualCoupling ; @@ -288,8 +290,8 @@ cim:MutualCoupling.First_Terminal a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Terminal . cim:MutualCoupling.Second_Terminal a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Second_Terminal"@en ; - rdfs:comment "The starting terminal for the calculation of distances along the second branch of the mutual coupling." ; + rdfs:label "Second_Terminal" ; + rdfs:comment "The starting terminal for the calculation of distances along the second branch of the mutual coupling."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Terminal.HasSecondMutualCoupling ; @@ -297,24 +299,24 @@ cim:MutualCoupling.Second_Terminal a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:Terminal . cim:PetersenCoil.mode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "mode"@en ; - rdfs:comment "The mode of operation of the Petersen coil." ; + rdfs:label "mode" ; + rdfs:comment "The mode of operation of the Petersen coil."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PetersenCoil ; rdfs:range cim:PetersenCoilModeKind . cim:SynchronousMachine.shortCircuitRotorType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "shortCircuitRotorType"@en ; - rdfs:comment "Type of rotor, used by short circuit applications, only for single fed short circuit according to IEC 60909." ; + rdfs:label "shortCircuitRotorType" ; + rdfs:comment "Type of rotor, used by short circuit applications, only for single fed short circuit according to IEC 60909."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachine ; rdfs:range cim:ShortCircuitRotorKind . cim:Terminal.HasFirstMutualCoupling a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "HasFirstMutualCoupling"@en ; - rdfs:comment "Mutual couplings associated with the branch as the first branch." ; + rdfs:label "HasFirstMutualCoupling" ; + rdfs:comment "Mutual couplings associated with the branch as the first branch."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:MutualCoupling.First_Terminal ; @@ -322,8 +324,8 @@ cim:Terminal.HasFirstMutualCoupling a owl:ObjectProperty, owl:InverseFunctionalP rdfs:range cim:MutualCoupling . cim:Terminal.HasSecondMutualCoupling a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "HasSecondMutualCoupling"@en ; - rdfs:comment "Mutual couplings with the branch associated as the first branch." ; + rdfs:label "HasSecondMutualCoupling" ; + rdfs:comment "Mutual couplings with the branch associated as the first branch."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:MutualCoupling.Second_Terminal ; @@ -331,8 +333,8 @@ cim:Terminal.HasSecondMutualCoupling a owl:ObjectProperty, owl:InverseFunctional rdfs:range cim:MutualCoupling . cim:ACLineSegment.b0ch a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b0ch"@en ; - rdfs:comment "Zero sequence shunt (charging) susceptance, uniformly distributed, of the entire line section." ; + rdfs:label "b0ch" ; + rdfs:comment "Zero sequence shunt (charging) susceptance, uniformly distributed, of the entire line section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -343,8 +345,8 @@ cim:ACLineSegment.b0ch a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACLineSegment.g0ch a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g0ch"@en ; - rdfs:comment "Zero sequence shunt (charging) conductance, uniformly distributed, of the entire line section." ; + rdfs:label "g0ch" ; + rdfs:comment "Zero sequence shunt (charging) conductance, uniformly distributed, of the entire line section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -355,8 +357,8 @@ cim:ACLineSegment.g0ch a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACLineSegment.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r0"@en ; - rdfs:comment "Zero sequence series resistance of the entire line section." ; + rdfs:label "r0" ; + rdfs:comment "Zero sequence series resistance of the entire line section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -367,8 +369,8 @@ cim:ACLineSegment.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACLineSegment.shortCircuitEndTemperature a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "shortCircuitEndTemperature"@en ; - rdfs:comment "Maximum permitted temperature at the end of SC for the calculation of minimum short-circuit currents. Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "shortCircuitEndTemperature" ; + rdfs:comment "Maximum permitted temperature at the end of SC for the calculation of minimum short-circuit currents. Used for short circuit data exchange according to IEC 60909."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.degC ; cims:multiplicity cims:M:1..1 ; @@ -379,8 +381,8 @@ cim:ACLineSegment.shortCircuitEndTemperature a owl:DatatypeProperty, owl:Functio rdfs:range xsd:float . cim:ACLineSegment.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x0"@en ; - rdfs:comment "Zero sequence series reactance of the entire line section." ; + rdfs:label "x0" ; + rdfs:comment "Zero sequence series reactance of the entire line section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -391,16 +393,16 @@ cim:ACLineSegment.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:AsynchronousMachine.converterFedDrive a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "converterFedDrive"@en ; - rdfs:comment "Indicates whether the machine is a converter fed drive. Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "converterFedDrive" ; + rdfs:comment "Indicates whether the machine is a converter fed drive. Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:AsynchronousMachine ; rdfs:range xsd:boolean . cim:AsynchronousMachine.efficiency a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "efficiency"@en ; - rdfs:comment "Efficiency of the asynchronous machine at nominal operation as a percentage. Indicator for converter drive motors. Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "efficiency" ; + rdfs:comment "Efficiency of the asynchronous machine at nominal operation as a percentage. Indicator for converter drive motors. Used for short circuit data exchange according to IEC 60909."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -411,24 +413,24 @@ cim:AsynchronousMachine.efficiency a owl:DatatypeProperty, owl:FunctionalPropert rdfs:range xsd:float . cim:AsynchronousMachine.iaIrRatio a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "iaIrRatio"@en ; - rdfs:comment "Ratio of locked-rotor current to the rated current of the motor (Ia/Ir). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "iaIrRatio" ; + rdfs:comment "Ratio of locked-rotor current to the rated current of the motor (Ia/Ir). Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:AsynchronousMachine ; rdfs:range xsd:float . cim:AsynchronousMachine.polePairNumber a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "polePairNumber"@en ; - rdfs:comment "Number of pole pairs of stator. Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "polePairNumber" ; + rdfs:comment "Number of pole pairs of stator. Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:AsynchronousMachine ; rdfs:range xsd:integer . cim:AsynchronousMachine.ratedMechanicalPower a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ratedMechanicalPower"@en ; - rdfs:comment "Rated mechanical power (Pr in IEC 60909-0). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "ratedMechanicalPower" ; + rdfs:comment "Rated mechanical power (Pr in IEC 60909-0). Used for short circuit data exchange according to IEC 60909."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -439,25 +441,25 @@ cim:AsynchronousMachine.ratedMechanicalPower a owl:DatatypeProperty, owl:Functio rdfs:range xsd:float . cim:AsynchronousMachine.reversible a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "reversible"@en ; - rdfs:comment "Indicates for converter drive motors if the power can be reversible. Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "reversible" ; + rdfs:comment "Indicates for converter drive motors if the power can be reversible. Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:AsynchronousMachine ; rdfs:range xsd:boolean . cim:AsynchronousMachine.rxLockedRotorRatio a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rxLockedRotorRatio"@en ; - rdfs:comment "Locked rotor ratio (R/X). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "rxLockedRotorRatio" ; + rdfs:comment "Locked rotor ratio (R/X). Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:AsynchronousMachine ; rdfs:range xsd:float . cim:BusbarSection.ipMax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ipMax"@en ; + rdfs:label "ipMax" ; rdfs:comment """Maximum allowable peak short-circuit current of busbar (Ipmax in IEC 60909-0). -Mechanical limit of the busbar in the substation itself. Used for short circuit data exchange according to IEC 60909.""" ; +Mechanical limit of the busbar in the substation itself. Used for short circuit data exchange according to IEC 60909."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -468,8 +470,8 @@ Mechanical limit of the busbar in the substation itself. Used for short circuit rdfs:range xsd:float . cim:EarthFaultCompensator.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Nominal resistance of device." ; + rdfs:label "r" ; + rdfs:comment "Nominal resistance of device."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -480,8 +482,8 @@ cim:EarthFaultCompensator.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergySource.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Positive sequence Thevenin resistance." ; + rdfs:label "r" ; + rdfs:comment "Positive sequence Thevenin resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -492,8 +494,8 @@ cim:EnergySource.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergySource.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r0"@en ; - rdfs:comment "Zero sequence Thevenin resistance." ; + rdfs:label "r0" ; + rdfs:comment "Zero sequence Thevenin resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -504,8 +506,8 @@ cim:EnergySource.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergySource.rn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rn"@en ; - rdfs:comment "Negative sequence Thevenin resistance." ; + rdfs:label "rn" ; + rdfs:comment "Negative sequence Thevenin resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -516,8 +518,8 @@ cim:EnergySource.rn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergySource.x a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x"@en ; - rdfs:comment "Positive sequence Thevenin reactance." ; + rdfs:label "x" ; + rdfs:comment "Positive sequence Thevenin reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -528,8 +530,8 @@ cim:EnergySource.x a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergySource.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x0"@en ; - rdfs:comment "Zero sequence Thevenin reactance." ; + rdfs:label "x0" ; + rdfs:comment "Zero sequence Thevenin reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -540,8 +542,8 @@ cim:EnergySource.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergySource.xn a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xn"@en ; - rdfs:comment "Negative sequence Thevenin reactance." ; + rdfs:label "xn" ; + rdfs:comment "Negative sequence Thevenin reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -552,9 +554,9 @@ cim:EnergySource.xn a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EquivalentBranch.negativeR12 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "negativeR12"@en ; + rdfs:label "negativeR12" ; rdfs:comment """Negative sequence series resistance from terminal sequence 1 to terminal sequence 2. Used for short circuit data exchange according to IEC 60909. -EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -565,9 +567,9 @@ EquivalentBranch is a result of network reduction prior to the data exchange.""" rdfs:range xsd:float . cim:EquivalentBranch.negativeR21 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "negativeR21"@en ; + rdfs:label "negativeR21" ; rdfs:comment """Negative sequence series resistance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. -EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -578,9 +580,9 @@ EquivalentBranch is a result of network reduction prior to the data exchange.""" rdfs:range xsd:float . cim:EquivalentBranch.negativeX12 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "negativeX12"@en ; + rdfs:label "negativeX12" ; rdfs:comment """Negative sequence series reactance from terminal sequence 1 to terminal sequence 2. Used for short circuit data exchange according to IEC 60909. -Usage : EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +Usage : EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -591,9 +593,9 @@ Usage : EquivalentBranch is a result of network reduction prior to the data exch rdfs:range xsd:float . cim:EquivalentBranch.negativeX21 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "negativeX21"@en ; + rdfs:label "negativeX21" ; rdfs:comment """Negative sequence series reactance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. -Usage: EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +Usage: EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -604,9 +606,9 @@ Usage: EquivalentBranch is a result of network reduction prior to the data excha rdfs:range xsd:float . cim:EquivalentBranch.positiveR12 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "positiveR12"@en ; + rdfs:label "positiveR12" ; rdfs:comment """Positive sequence series resistance from terminal sequence 1 to terminal sequence 2 . Used for short circuit data exchange according to IEC 60909. -EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -617,9 +619,9 @@ EquivalentBranch is a result of network reduction prior to the data exchange.""" rdfs:range xsd:float . cim:EquivalentBranch.positiveR21 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "positiveR21"@en ; + rdfs:label "positiveR21" ; rdfs:comment """Positive sequence series resistance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. -EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -630,9 +632,9 @@ EquivalentBranch is a result of network reduction prior to the data exchange.""" rdfs:range xsd:float . cim:EquivalentBranch.positiveX12 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "positiveX12"@en ; + rdfs:label "positiveX12" ; rdfs:comment """Positive sequence series reactance from terminal sequence 1 to terminal sequence 2. Used for short circuit data exchange according to IEC 60909. -Usage : EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +Usage : EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -643,9 +645,9 @@ Usage : EquivalentBranch is a result of network reduction prior to the data exch rdfs:range xsd:float . cim:EquivalentBranch.positiveX21 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "positiveX21"@en ; + rdfs:label "positiveX21" ; rdfs:comment """Positive sequence series reactance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. -Usage : EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +Usage : EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -656,9 +658,9 @@ Usage : EquivalentBranch is a result of network reduction prior to the data exch rdfs:range xsd:float . cim:EquivalentBranch.zeroR12 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "zeroR12"@en ; + rdfs:label "zeroR12" ; rdfs:comment """Zero sequence series resistance from terminal sequence 1 to terminal sequence 2. Used for short circuit data exchange according to IEC 60909. -EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -669,9 +671,9 @@ EquivalentBranch is a result of network reduction prior to the data exchange.""" rdfs:range xsd:float . cim:EquivalentBranch.zeroR21 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "zeroR21"@en ; + rdfs:label "zeroR21" ; rdfs:comment """Zero sequence series resistance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. -Usage : EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +Usage : EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -682,9 +684,9 @@ Usage : EquivalentBranch is a result of network reduction prior to the data exch rdfs:range xsd:float . cim:EquivalentBranch.zeroX12 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "zeroX12"@en ; + rdfs:label "zeroX12" ; rdfs:comment """Zero sequence series reactance from terminal sequence 1 to terminal sequence 2. Used for short circuit data exchange according to IEC 60909. -Usage : EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +Usage : EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -695,9 +697,9 @@ Usage : EquivalentBranch is a result of network reduction prior to the data exch rdfs:range xsd:float . cim:EquivalentBranch.zeroX21 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "zeroX21"@en ; + rdfs:label "zeroX21" ; rdfs:comment """Zero sequence series reactance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. -Usage : EquivalentBranch is a result of network reduction prior to the data exchange.""" ; +Usage : EquivalentBranch is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -708,9 +710,9 @@ Usage : EquivalentBranch is a result of network reduction prior to the data exch rdfs:range xsd:float . cim:EquivalentInjection.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; + rdfs:label "r" ; rdfs:comment """Positive sequence resistance. Used to represent Extended-Ward (IEC 60909). -Usage : Extended-Ward is a result of network reduction prior to the data exchange.""" ; +Usage : Extended-Ward is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -721,9 +723,9 @@ Usage : Extended-Ward is a result of network reduction prior to the data exchang rdfs:range xsd:float . cim:EquivalentInjection.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r0"@en ; + rdfs:label "r0" ; rdfs:comment """Zero sequence resistance. Used to represent Extended-Ward (IEC 60909). -Usage : Extended-Ward is a result of network reduction prior to the data exchange.""" ; +Usage : Extended-Ward is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -734,9 +736,9 @@ Usage : Extended-Ward is a result of network reduction prior to the data exchang rdfs:range xsd:float . cim:EquivalentInjection.r2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r2"@en ; + rdfs:label "r2" ; rdfs:comment """Negative sequence resistance. Used to represent Extended-Ward (IEC 60909). -Usage : Extended-Ward is a result of network reduction prior to the data exchange.""" ; +Usage : Extended-Ward is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -747,9 +749,9 @@ Usage : Extended-Ward is a result of network reduction prior to the data exchang rdfs:range xsd:float . cim:EquivalentInjection.x a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x"@en ; + rdfs:label "x" ; rdfs:comment """Positive sequence reactance. Used to represent Extended-Ward (IEC 60909). -Usage : Extended-Ward is a result of network reduction prior to the data exchange.""" ; +Usage : Extended-Ward is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -760,9 +762,9 @@ Usage : Extended-Ward is a result of network reduction prior to the data exchang rdfs:range xsd:float . cim:EquivalentInjection.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x0"@en ; + rdfs:label "x0" ; rdfs:comment """Zero sequence reactance. Used to represent Extended-Ward (IEC 60909). -Usage : Extended-Ward is a result of network reduction prior to the data exchange.""" ; +Usage : Extended-Ward is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -773,9 +775,9 @@ Usage : Extended-Ward is a result of network reduction prior to the data exchang rdfs:range xsd:float . cim:EquivalentInjection.x2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x2"@en ; + rdfs:label "x2" ; rdfs:comment """Negative sequence reactance. Used to represent Extended-Ward (IEC 60909). -Usage : Extended-Ward is a result of network reduction prior to the data exchange.""" ; +Usage : Extended-Ward is a result of network reduction prior to the data exchange."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -786,16 +788,16 @@ Usage : Extended-Ward is a result of network reduction prior to the data exchang rdfs:range xsd:float . cim:ExternalNetworkInjection.ikSecond a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ikSecond"@en ; - rdfs:comment "Indicates whether initial symmetrical short-circuit current and power have been calculated according to IEC (Ik\"). Used only if short circuit calculations are done according to superposition method." ; + rdfs:label "ikSecond" ; + rdfs:comment "Indicates whether initial symmetrical short-circuit current and power have been calculated according to IEC (Ik\"). Used only if short circuit calculations are done according to superposition method."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExternalNetworkInjection ; rdfs:range xsd:boolean . cim:ExternalNetworkInjection.maxInitialSymShCCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxInitialSymShCCurrent"@en ; - rdfs:comment "Maximum initial symmetrical short-circuit currents (Ik\" max) in A (Ik\" = Sk\"/(SQRT(3) Un)). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "maxInitialSymShCCurrent" ; + rdfs:comment "Maximum initial symmetrical short-circuit currents (Ik\" max) in A (Ik\" = Sk\"/(SQRT(3) Un)). Used for short circuit data exchange according to IEC 60909."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -806,32 +808,32 @@ cim:ExternalNetworkInjection.maxInitialSymShCCurrent a owl:DatatypeProperty, owl rdfs:range xsd:float . cim:ExternalNetworkInjection.maxR0ToX0Ratio a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxR0ToX0Ratio"@en ; - rdfs:comment "Maximum ratio of zero sequence resistance of Network Feeder to its zero sequence reactance (R(0)/X(0) max). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "maxR0ToX0Ratio" ; + rdfs:comment "Maximum ratio of zero sequence resistance of Network Feeder to its zero sequence reactance (R(0)/X(0) max). Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExternalNetworkInjection ; rdfs:range xsd:float . cim:ExternalNetworkInjection.maxR1ToX1Ratio a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxR1ToX1Ratio"@en ; - rdfs:comment "Maximum ratio of positive sequence resistance of Network Feeder to its positive sequence reactance (R(1)/X(1) max). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "maxR1ToX1Ratio" ; + rdfs:comment "Maximum ratio of positive sequence resistance of Network Feeder to its positive sequence reactance (R(1)/X(1) max). Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExternalNetworkInjection ; rdfs:range xsd:float . cim:ExternalNetworkInjection.maxZ0ToZ1Ratio a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxZ0ToZ1Ratio"@en ; - rdfs:comment "Maximum ratio of zero sequence impedance to its positive sequence impedance (Z(0)/Z(1) max). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "maxZ0ToZ1Ratio" ; + rdfs:comment "Maximum ratio of zero sequence impedance to its positive sequence impedance (Z(0)/Z(1) max). Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExternalNetworkInjection ; rdfs:range xsd:float . cim:ExternalNetworkInjection.minInitialSymShCCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minInitialSymShCCurrent"@en ; - rdfs:comment "Minimum initial symmetrical short-circuit currents (Ik\" min) in A (Ik\" = Sk\"/(SQRT(3) Un)). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "minInitialSymShCCurrent" ; + rdfs:comment "Minimum initial symmetrical short-circuit currents (Ik\" min) in A (Ik\" = Sk\"/(SQRT(3) Un)). Used for short circuit data exchange according to IEC 60909."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -842,32 +844,32 @@ cim:ExternalNetworkInjection.minInitialSymShCCurrent a owl:DatatypeProperty, owl rdfs:range xsd:float . cim:ExternalNetworkInjection.minR0ToX0Ratio a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minR0ToX0Ratio"@en ; - rdfs:comment "Indicates whether initial symmetrical short-circuit current and power have been calculated according to IEC (Ik\"). Used for short circuit data exchange according to IEC 6090." ; + rdfs:label "minR0ToX0Ratio" ; + rdfs:comment "Indicates whether initial symmetrical short-circuit current and power have been calculated according to IEC (Ik\"). Used for short circuit data exchange according to IEC 6090."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExternalNetworkInjection ; rdfs:range xsd:float . cim:ExternalNetworkInjection.minR1ToX1Ratio a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minR1ToX1Ratio"@en ; - rdfs:comment "Minimum ratio of positive sequence resistance of Network Feeder to its positive sequence reactance (R(1)/X(1) min). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "minR1ToX1Ratio" ; + rdfs:comment "Minimum ratio of positive sequence resistance of Network Feeder to its positive sequence reactance (R(1)/X(1) min). Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExternalNetworkInjection ; rdfs:range xsd:float . cim:ExternalNetworkInjection.minZ0ToZ1Ratio a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minZ0ToZ1Ratio"@en ; - rdfs:comment "Minimum ratio of zero sequence impedance to its positive sequence impedance (Z(0)/Z(1) min). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "minZ0ToZ1Ratio" ; + rdfs:comment "Minimum ratio of zero sequence impedance to its positive sequence impedance (Z(0)/Z(1) min). Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExternalNetworkInjection ; rdfs:range xsd:float . cim:ExternalNetworkInjection.voltageFactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "voltageFactor"@en ; - rdfs:comment "Voltage factor in pu, which was used to calculate short-circuit current Ik\" and power Sk\". Used only if short circuit calculations are done according to superposition method." ; + rdfs:label "voltageFactor" ; + rdfs:comment "Voltage factor in pu, which was used to calculate short-circuit current Ik\" and power Sk\". Used only if short circuit calculations are done according to superposition method."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -877,8 +879,8 @@ cim:ExternalNetworkInjection.voltageFactor a owl:DatatypeProperty, owl:Functiona rdfs:range xsd:float . cim:GroundingImpedance.x a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x"@en ; - rdfs:comment "Reactance of device." ; + rdfs:label "x" ; + rdfs:comment "Reactance of device."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -889,17 +891,17 @@ cim:GroundingImpedance.x a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:LinearShuntCompensator.b0PerSection a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b0PerSection"@en ; - rdfs:comment "Zero sequence shunt (charging) susceptance per section." ; + rdfs:label "b0PerSection" ; + rdfs:comment "Zero sequence shunt (charging) susceptance per section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -910,8 +912,8 @@ cim:LinearShuntCompensator.b0PerSection a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . cim:LinearShuntCompensator.g0PerSection a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g0PerSection"@en ; - rdfs:comment "Zero sequence shunt (charging) conductance per section." ; + rdfs:label "g0PerSection" ; + rdfs:comment "Zero sequence shunt (charging) conductance per section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -922,8 +924,8 @@ cim:LinearShuntCompensator.g0PerSection a owl:DatatypeProperty, owl:FunctionalPr rdfs:range xsd:float . cim:MutualCoupling.b0ch a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b0ch"@en ; - rdfs:comment "Zero sequence mutual coupling shunt (charging) susceptance, uniformly distributed, of the entire line section." ; + rdfs:label "b0ch" ; + rdfs:comment "Zero sequence mutual coupling shunt (charging) susceptance, uniformly distributed, of the entire line section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -934,8 +936,8 @@ cim:MutualCoupling.b0ch a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:MutualCoupling.distance11 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "distance11"@en ; - rdfs:comment "Distance to the start of the coupled region from the first line's terminal having sequence number equal to 1." ; + rdfs:label "distance11" ; + rdfs:comment "Distance to the start of the coupled region from the first line's terminal having sequence number equal to 1."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -946,8 +948,8 @@ cim:MutualCoupling.distance11 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:MutualCoupling.distance12 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "distance12"@en ; - rdfs:comment "Distance to the end of the coupled region from the first line's terminal with sequence number equal to 1." ; + rdfs:label "distance12" ; + rdfs:comment "Distance to the end of the coupled region from the first line's terminal with sequence number equal to 1."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -958,8 +960,8 @@ cim:MutualCoupling.distance12 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:MutualCoupling.distance21 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "distance21"@en ; - rdfs:comment "Distance to the start of coupled region from the second line's terminal with sequence number equal to 1." ; + rdfs:label "distance21" ; + rdfs:comment "Distance to the start of coupled region from the second line's terminal with sequence number equal to 1."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -970,8 +972,8 @@ cim:MutualCoupling.distance21 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:MutualCoupling.distance22 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "distance22"@en ; - rdfs:comment "Distance to the end of coupled region from the second line's terminal with sequence number equal to 1." ; + rdfs:label "distance22" ; + rdfs:comment "Distance to the end of coupled region from the second line's terminal with sequence number equal to 1."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.m ; cims:multiplicity cims:M:1..1 ; @@ -982,8 +984,8 @@ cim:MutualCoupling.distance22 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:MutualCoupling.g0ch a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g0ch"@en ; - rdfs:comment "Zero sequence mutual coupling shunt (charging) conductance, uniformly distributed, of the entire line section." ; + rdfs:label "g0ch" ; + rdfs:comment "Zero sequence mutual coupling shunt (charging) conductance, uniformly distributed, of the entire line section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -994,8 +996,8 @@ cim:MutualCoupling.g0ch a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:MutualCoupling.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r0"@en ; - rdfs:comment "Zero sequence branch-to-branch mutual impedance coupling, resistance." ; + rdfs:label "r0" ; + rdfs:comment "Zero sequence branch-to-branch mutual impedance coupling, resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1006,8 +1008,8 @@ cim:MutualCoupling.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:MutualCoupling.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x0"@en ; - rdfs:comment "Zero sequence branch-to-branch mutual impedance coupling, reactance." ; + rdfs:label "x0" ; + rdfs:comment "Zero sequence branch-to-branch mutual impedance coupling, reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1018,8 +1020,8 @@ cim:MutualCoupling.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:NonlinearShuntCompensatorPoint.b0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b0"@en ; - rdfs:comment "Zero sequence shunt (charging) susceptance per section." ; + rdfs:label "b0" ; + rdfs:comment "Zero sequence shunt (charging) susceptance per section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -1030,8 +1032,8 @@ cim:NonlinearShuntCompensatorPoint.b0 a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:NonlinearShuntCompensatorPoint.g0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g0"@en ; - rdfs:comment "Zero sequence shunt (charging) conductance per section." ; + rdfs:label "g0" ; + rdfs:comment "Zero sequence shunt (charging) conductance per section."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -1042,8 +1044,8 @@ cim:NonlinearShuntCompensatorPoint.g0 a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:PetersenCoil.nominalU a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "nominalU"@en ; - rdfs:comment "The nominal voltage for which the coil is designed." ; + rdfs:label "nominalU" ; + rdfs:comment "The nominal voltage for which the coil is designed."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -1054,8 +1056,8 @@ cim:PetersenCoil.nominalU a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PetersenCoil.offsetCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "offsetCurrent"@en ; - rdfs:comment "The offset current that the Petersen coil controller is operating from the resonant point. This is normally a fixed amount for which the controller is configured and could be positive or negative. Typically 0 to 60 A depending on voltage and resonance conditions." ; + rdfs:label "offsetCurrent" ; + rdfs:comment "The offset current that the Petersen coil controller is operating from the resonant point. This is normally a fixed amount for which the controller is configured and could be positive or negative. Typically 0 to 60 A depending on voltage and resonance conditions."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -1066,8 +1068,8 @@ cim:PetersenCoil.offsetCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PetersenCoil.positionCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "positionCurrent"@en ; - rdfs:comment "The control current used to control the Petersen coil also known as the position current. Typically in the range of 20 mA to 200 mA." ; + rdfs:label "positionCurrent" ; + rdfs:comment "The control current used to control the Petersen coil also known as the position current. Typically in the range of 20 mA to 200 mA."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -1078,8 +1080,8 @@ cim:PetersenCoil.positionCurrent a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:PetersenCoil.xGroundMax a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xGroundMax"@en ; - rdfs:comment "The maximum reactance." ; + rdfs:label "xGroundMax" ; + rdfs:comment "The maximum reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1090,8 +1092,8 @@ cim:PetersenCoil.xGroundMax a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PetersenCoil.xGroundMin a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xGroundMin"@en ; - rdfs:comment "The minimum reactance." ; + rdfs:label "xGroundMin" ; + rdfs:comment "The minimum reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1102,8 +1104,8 @@ cim:PetersenCoil.xGroundMin a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PetersenCoil.xGroundNominal a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xGroundNominal"@en ; - rdfs:comment "The nominal reactance. This is the operating point (normally over compensation) that is defined based on the resonance point in the healthy network condition. The impedance is calculated based on nominal voltage divided by position current." ; + rdfs:label "xGroundNominal" ; + rdfs:comment "The nominal reactance. This is the operating point (normally over compensation) that is defined based on the resonance point in the healthy network condition. The impedance is calculated based on nominal voltage divided by position current."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1114,8 +1116,8 @@ cim:PetersenCoil.xGroundNominal a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PowerTransformer.beforeShCircuitHighestOperatingCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "beforeShCircuitHighestOperatingCurrent"@en ; - rdfs:comment "The highest operating current (Ib in IEC 60909-0) before short circuit (depends on network configuration and relevant reliability philosophy). It is used for calculation of the impedance correction factor KT defined in IEC 60909-0." ; + rdfs:label "beforeShCircuitHighestOperatingCurrent" ; + rdfs:comment "The highest operating current (Ib in IEC 60909-0) before short circuit (depends on network configuration and relevant reliability philosophy). It is used for calculation of the impedance correction factor KT defined in IEC 60909-0."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -1126,8 +1128,8 @@ cim:PowerTransformer.beforeShCircuitHighestOperatingCurrent a owl:DatatypeProper rdfs:range xsd:float . cim:PowerTransformer.beforeShCircuitHighestOperatingVoltage a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "beforeShCircuitHighestOperatingVoltage"@en ; - rdfs:comment "The highest operating voltage (Ub in IEC 60909-0) before short circuit. It is used for calculation of the impedance correction factor KT defined in IEC 60909-0. This is worst case voltage on the low side winding (3.7.1 of IEC 60909:2001). Used to define operating conditions." ; + rdfs:label "beforeShCircuitHighestOperatingVoltage" ; + rdfs:comment "The highest operating voltage (Ub in IEC 60909-0) before short circuit. It is used for calculation of the impedance correction factor KT defined in IEC 60909-0. This is worst case voltage on the low side winding (3.7.1 of IEC 60909:2001). Used to define operating conditions."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -1138,8 +1140,8 @@ cim:PowerTransformer.beforeShCircuitHighestOperatingVoltage a owl:DatatypeProper rdfs:range xsd:float . cim:PowerTransformer.beforeShortCircuitAnglePf a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "beforeShortCircuitAnglePf"@en ; - rdfs:comment "The angle of power factor before short circuit (phib in IEC 60909-0). It is used for calculation of the impedance correction factor KT defined in IEC 60909-0. This is the worst case power factor. Used to define operating conditions." ; + rdfs:label "beforeShortCircuitAnglePf" ; + rdfs:comment "The angle of power factor before short circuit (phib in IEC 60909-0). It is used for calculation of the impedance correction factor KT defined in IEC 60909-0. This is the worst case power factor. Used to define operating conditions."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -1150,8 +1152,8 @@ cim:PowerTransformer.beforeShortCircuitAnglePf a owl:DatatypeProperty, owl:Funct rdfs:range xsd:float . cim:PowerTransformer.highSideMinOperatingU a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "highSideMinOperatingU"@en ; - rdfs:comment "The minimum operating voltage (uQmin in IEC 60909-0) at the high voltage side (Q side) of the unit transformer of the power station unit. A value well established from long-term operating experience of the system. It is used for calculation of the impedance correction factor KG defined in IEC 60909-0." ; + rdfs:label "highSideMinOperatingU" ; + rdfs:comment "The minimum operating voltage (uQmin in IEC 60909-0) at the high voltage side (Q side) of the unit transformer of the power station unit. A value well established from long-term operating experience of the system. It is used for calculation of the impedance correction factor KG defined in IEC 60909-0."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -1162,24 +1164,24 @@ cim:PowerTransformer.highSideMinOperatingU a owl:DatatypeProperty, owl:Functiona rdfs:range xsd:float . cim:PowerTransformer.isPartOfGeneratorUnit a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "isPartOfGeneratorUnit"@en ; - rdfs:comment "Indicates whether the machine is part of a power station unit. Used for short circuit data exchange according to IEC 60909. It has an impact on how the correction factors are calculated for transformers, since the transformer is not necessarily part of a synchronous machine and generating unit. It is not always possible to derive this information from the model. This is why the attribute is necessary." ; + rdfs:label "isPartOfGeneratorUnit" ; + rdfs:comment "Indicates whether the machine is part of a power station unit. Used for short circuit data exchange according to IEC 60909. It has an impact on how the correction factors are calculated for transformers, since the transformer is not necessarily part of a synchronous machine and generating unit. It is not always possible to derive this information from the model. This is why the attribute is necessary."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PowerTransformer ; rdfs:range xsd:boolean . cim:PowerTransformer.operationalValuesConsidered a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "operationalValuesConsidered"@en ; - rdfs:comment "It is used to define if the data (other attributes related to short circuit data exchange) defines long term operational conditions or not. Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "operationalValuesConsidered" ; + rdfs:comment "It is used to define if the data (other attributes related to short circuit data exchange) defines long term operational conditions or not. Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PowerTransformer ; rdfs:range xsd:boolean . cim:PowerTransformerEnd.b0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "b0"@en ; - rdfs:comment "Zero sequence magnetizing branch susceptance." ; + rdfs:label "b0" ; + rdfs:comment "Zero sequence magnetizing branch susceptance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -1190,8 +1192,8 @@ cim:PowerTransformerEnd.b0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PowerTransformerEnd.g0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "g0"@en ; - rdfs:comment "Zero sequence magnetizing branch conductance (star-model)." ; + rdfs:label "g0" ; + rdfs:comment "Zero sequence magnetizing branch conductance (star-model)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.S ; cims:multiplicity cims:M:1..1 ; @@ -1202,16 +1204,16 @@ cim:PowerTransformerEnd.g0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PowerTransformerEnd.phaseAngleClock a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "phaseAngleClock"@en ; - rdfs:comment "Terminal voltage phase angle displacement where 360 degrees are represented with clock hours. The valid values are 0 to 11. For example, for the secondary side end of a transformer with vector group code of 'Dyn11', specify the connection kind as wye with neutral and specify the phase angle of the clock as 11. The clock value of the transformer end number specified as 1, is assumed to be zero. Note the transformer end number is not assumed to be the same as the terminal sequence number." ; + rdfs:label "phaseAngleClock" ; + rdfs:comment "Terminal voltage phase angle displacement where 360 degrees are represented with clock hours. The valid values are 0 to 11. For example, for the secondary side end of a transformer with vector group code of 'Dyn11', specify the connection kind as wye with neutral and specify the phase angle of the clock as 11. The clock value of the transformer end number specified as 1, is assumed to be zero. Note the transformer end number is not assumed to be the same as the terminal sequence number."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:PowerTransformerEnd ; rdfs:range xsd:integer . cim:PowerTransformerEnd.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r0"@en ; - rdfs:comment "Zero sequence series resistance (star-model) of the transformer end." ; + rdfs:label "r0" ; + rdfs:comment "Zero sequence series resistance (star-model) of the transformer end."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1222,8 +1224,8 @@ cim:PowerTransformerEnd.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:PowerTransformerEnd.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x0"@en ; - rdfs:comment "Zero sequence series reactance of the transformer end." ; + rdfs:label "x0" ; + rdfs:comment "Zero sequence series reactance of the transformer end."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1234,8 +1236,8 @@ cim:PowerTransformerEnd.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SeriesCompensator.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r0"@en ; - rdfs:comment "Zero sequence resistance." ; + rdfs:label "r0" ; + rdfs:comment "Zero sequence resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1246,17 +1248,17 @@ cim:SeriesCompensator.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SeriesCompensator.varistorPresent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "varistorPresent"@en ; - rdfs:comment "Describe if a metal oxide varistor (mov) for over voltage protection is configured in parallel with the series compensator. It is used for short circuit calculations." ; + rdfs:label "varistorPresent" ; + rdfs:comment "Describe if a metal oxide varistor (mov) for over voltage protection is configured in parallel with the series compensator. It is used for short circuit calculations."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SeriesCompensator ; rdfs:range xsd:boolean . cim:SeriesCompensator.varistorRatedCurrent a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "varistorRatedCurrent"@en ; + rdfs:label "varistorRatedCurrent" ; rdfs:comment """The maximum current the varistor is designed to handle at specified duration. It is used for short circuit calculations and exchanged only if SeriesCompensator.varistorPresent is true. -The attribute shall be a positive value.""" ; +The attribute shall be a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -1267,8 +1269,8 @@ The attribute shall be a positive value.""" ; rdfs:range xsd:float . cim:SeriesCompensator.varistorVoltageThreshold a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "varistorVoltageThreshold"@en ; - rdfs:comment "The dc voltage at which the varistor starts conducting. It is used for short circuit calculations and exchanged only if SeriesCompensator.varistorPresent is true." ; + rdfs:label "varistorVoltageThreshold" ; + rdfs:comment "The dc voltage at which the varistor starts conducting. It is used for short circuit calculations and exchanged only if SeriesCompensator.varistorPresent is true."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -1279,8 +1281,8 @@ cim:SeriesCompensator.varistorVoltageThreshold a owl:DatatypeProperty, owl:Funct rdfs:range xsd:float . cim:SeriesCompensator.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x0"@en ; - rdfs:comment "Zero sequence reactance." ; + rdfs:label "x0" ; + rdfs:comment "Zero sequence reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1291,16 +1293,16 @@ cim:SeriesCompensator.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SynchronousMachine.earthing a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "earthing"@en ; - rdfs:comment "Indicates whether or not the generator is earthed. Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "earthing" ; + rdfs:comment "Indicates whether or not the generator is earthed. Used for short circuit data exchange according to IEC 60909."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachine ; rdfs:range xsd:boolean . cim:SynchronousMachine.earthingStarPointR a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "earthingStarPointR"@en ; - rdfs:comment "Generator star point earthing resistance (Re). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "earthingStarPointR" ; + rdfs:comment "Generator star point earthing resistance (Re). Used for short circuit data exchange according to IEC 60909."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -1311,8 +1313,8 @@ cim:SynchronousMachine.earthingStarPointR a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . cim:SynchronousMachine.earthingStarPointX a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "earthingStarPointX"@en ; - rdfs:comment "Generator star point earthing reactance (Xe). Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "earthingStarPointX" ; + rdfs:comment "Generator star point earthing reactance (Xe). Used for short circuit data exchange according to IEC 60909."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -1323,13 +1325,13 @@ cim:SynchronousMachine.earthingStarPointX a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . cim:SynchronousMachine.ikk a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "ikk"@en ; + rdfs:label "ikk" ; rdfs:comment """Steady-state short-circuit current (in A for the profile) of generator with compound excitation during 3-phase short circuit. - Ikk=0: Generator with no compound excitation. - Ikk<>0: Generator with compound excitation. Ikk is used to calculate the minimum steady-state short-circuit current for generators with compound excitation. (4.6.1.2 in IEC 60909-0:2001). -Used only for single fed short circuit on a generator. (4.3.4.2. in IEC 60909-0:2001).""" ; +Used only for single fed short circuit on a generator. (4.3.4.2. in IEC 60909-0:2001)."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -1340,17 +1342,17 @@ Used only for single fed short circuit on a generator. (4.3.4.2. in IEC 60909-0: rdfs:range xsd:float . cim:SynchronousMachine.mu a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mu"@en ; + rdfs:label "mu" ; rdfs:comment """Factor to calculate the breaking current (Section 4.5.2.1 in IEC 60909-0). -Used only for single fed short circuit on a generator (Section 4.3.4.2. in IEC 60909-0).""" ; +Used only for single fed short circuit on a generator (Section 4.3.4.2. in IEC 60909-0)."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachine ; rdfs:range xsd:float . cim:SynchronousMachine.r a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r"@en ; - rdfs:comment "Equivalent resistance (RG) of generator. RG is considered for the calculation of all currents, except for the calculation of the peak current ip. Used for short circuit data exchange according to IEC 60909." ; + rdfs:label "r" ; + rdfs:comment "Equivalent resistance (RG) of generator. RG is considered for the calculation of all currents, except for the calculation of the peak current ip. Used for short circuit data exchange according to IEC 60909."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1361,8 +1363,8 @@ cim:SynchronousMachine.r a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SynchronousMachine.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r0"@en ; - rdfs:comment "Zero sequence resistance of the synchronous machine." ; + rdfs:label "r0" ; + rdfs:comment "Zero sequence resistance of the synchronous machine."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1373,8 +1375,8 @@ cim:SynchronousMachine.r0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SynchronousMachine.r2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "r2"@en ; - rdfs:comment "Negative sequence resistance." ; + rdfs:label "r2" ; + rdfs:comment "Negative sequence resistance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1385,8 +1387,8 @@ cim:SynchronousMachine.r2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SynchronousMachine.satDirectSubtransX a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "satDirectSubtransX"@en ; - rdfs:comment "Direct-axis subtransient reactance saturated, also known as Xd\"sat." ; + rdfs:label "satDirectSubtransX" ; + rdfs:comment "Direct-axis subtransient reactance saturated, also known as Xd\"sat."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:1..1 ; @@ -1396,8 +1398,8 @@ cim:SynchronousMachine.satDirectSubtransX a owl:DatatypeProperty, owl:Functional rdfs:range xsd:float . cim:SynchronousMachine.satDirectSyncX a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "satDirectSyncX"@en ; - rdfs:comment "Direct-axes saturated synchronous reactance (xdsat); reciprocal of short-circuit ration. Used for short circuit data exchange, only for single fed short circuit on a generator. (4.3.4.2. in IEC 60909-0:2001)." ; + rdfs:label "satDirectSyncX" ; + rdfs:comment "Direct-axes saturated synchronous reactance (xdsat); reciprocal of short-circuit ration. Used for short circuit data exchange, only for single fed short circuit on a generator. (4.3.4.2. in IEC 60909-0:2001)."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -1407,8 +1409,8 @@ cim:SynchronousMachine.satDirectSyncX a owl:DatatypeProperty, owl:FunctionalProp rdfs:range xsd:float . cim:SynchronousMachine.satDirectTransX a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "satDirectTransX"@en ; - rdfs:comment "Saturated Direct-axis transient reactance. The attribute is primarily used for short circuit calculations according to ANSI." ; + rdfs:label "satDirectTransX" ; + rdfs:comment "Saturated Direct-axis transient reactance. The attribute is primarily used for short circuit calculations according to ANSI."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -1418,9 +1420,9 @@ cim:SynchronousMachine.satDirectTransX a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:float . cim:SynchronousMachine.voltageRegulationRange a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "voltageRegulationRange"@en ; + rdfs:label "voltageRegulationRange" ; rdfs:comment """Range of generator voltage regulation (PG in IEC 60909-0) used for calculation of the impedance correction factor KG defined in IEC 60909-0. -This attribute is used to describe the operating voltage of the generating unit.""" ; +This attribute is used to describe the operating voltage of the generating unit."""@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -1431,8 +1433,8 @@ This attribute is used to describe the operating voltage of the generating unit. rdfs:range xsd:float . cim:SynchronousMachine.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x0"@en ; - rdfs:comment "Zero sequence reactance of the synchronous machine." ; + rdfs:label "x0" ; + rdfs:comment "Zero sequence reactance of the synchronous machine."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1443,8 +1445,8 @@ cim:SynchronousMachine.x0 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SynchronousMachine.x2 a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "x2"@en ; - rdfs:comment "Negative sequence reactance." ; + rdfs:label "x2" ; + rdfs:comment "Negative sequence reactance."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:1..1 ; @@ -1455,16 +1457,16 @@ cim:SynchronousMachine.x2 a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TransformerEnd.grounded a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "grounded"@en ; - rdfs:comment "(for Yn and Zn connections) True if the neutral is solidly grounded." ; + rdfs:label "grounded" ; + rdfs:comment "(for Yn and Zn connections) True if the neutral is solidly grounded."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TransformerEnd ; rdfs:range xsd:boolean . cim:TransformerEnd.rground a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "rground"@en ; - rdfs:comment "(for Yn and Zn connections) Resistance part of neutral impedance where 'grounded' is true." ; + rdfs:label "rground" ; + rdfs:comment "(for Yn and Zn connections) Resistance part of neutral impedance where 'grounded' is true."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -1475,8 +1477,8 @@ cim:TransformerEnd.rground a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:TransformerEnd.xground a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "xground"@en ; - rdfs:comment "(for Yn and Zn connections) Reactive part of neutral impedance where 'grounded' is true." ; + rdfs:label "xground" ; + rdfs:comment "(for Yn and Zn connections) Reactive part of neutral impedance where 'grounded' is true."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -1487,8 +1489,8 @@ cim:TransformerEnd.xground a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -1500,8 +1502,8 @@ cim:ActivePowerPerCurrentFlow skos:exactMatch quantitykind:ActivePowerPerCurrent cim:ActivePowerPerFrequency skos:exactMatch quantitykind:ActivePowerPerFrequency . cim:AngleDegrees a qudt:QuantityKind ; - rdfs:label "AngleDegrees"@en ; - rdfs:comment "Measurement of angle in degrees." ; + rdfs:label "AngleDegrees" ; + rdfs:comment "Measurement of angle in degrees."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.deg ; skos:exactMatch quantitykind:Angle . @@ -1515,15 +1517,15 @@ cim:Area skos:exactMatch quantitykind:Area . cim:Capacitance skos:exactMatch quantitykind:Capacitance . cim:Conductance a qudt:QuantityKind ; - rdfs:label "Conductance"@en ; - rdfs:comment "Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance." ; + rdfs:label "Conductance" ; + rdfs:comment "Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.S ; skos:exactMatch quantitykind:Conductance . cim:CurrentFlow a qudt:QuantityKind ; - rdfs:label "CurrentFlow"@en ; - rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC." ; + rdfs:label "CurrentFlow" ; + rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.A ; skos:exactMatch quantitykind:ElectricCurrent . @@ -1533,8 +1535,8 @@ cim:Frequency skos:exactMatch quantitykind:Frequency . cim:Impedance skos:exactMatch quantitykind:Inductance . cim:Length a qudt:QuantityKind ; - rdfs:label "Length"@en ; - rdfs:comment "Unit of length. It shall be a positive value or zero." ; + rdfs:label "Length" ; + rdfs:comment "Unit of length. It shall be a positive value or zero."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.m ; skos:exactMatch quantitykind:Length . @@ -1542,39 +1544,39 @@ cim:Length a qudt:QuantityKind ; cim:Money skos:exactMatch quantitykind:Currency . cim:PU a qudt:QuantityKind ; - rdfs:label "PU"@en ; - rdfs:comment "Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10." ; + rdfs:label "PU" ; + rdfs:comment "Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . cim:PetersenCoilModeKind.automaticPositioning a cim:PetersenCoilModeKind ; - rdfs:label "automaticPositioning"@en ; - rdfs:comment "Automatic positioning." ; + rdfs:label "automaticPositioning" ; + rdfs:comment "Automatic positioning."@en ; cims:stereotype "enum" . cim:PetersenCoilModeKind.fixed a cim:PetersenCoilModeKind ; - rdfs:label "fixed"@en ; - rdfs:comment "Fixed position." ; + rdfs:label "fixed" ; + rdfs:comment "Fixed position."@en ; cims:stereotype "enum" . cim:PetersenCoilModeKind.manual a cim:PetersenCoilModeKind ; - rdfs:label "manual"@en ; - rdfs:comment "Manual positioning." ; + rdfs:label "manual" ; + rdfs:comment "Manual positioning."@en ; cims:stereotype "enum" . cim:Pressure skos:exactMatch quantitykind:Pressure . cim:Reactance a qudt:QuantityKind ; - rdfs:label "Reactance"@en ; - rdfs:comment "Reactance (imaginary part of impedance), at rated frequency." ; + rdfs:label "Reactance" ; + rdfs:comment "Reactance (imaginary part of impedance), at rated frequency."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.ohm ; skos:exactMatch quantitykind:Reactance . @@ -1584,8 +1586,8 @@ cim:ReactivePower skos:exactMatch quantitykind:ReactivePower . cim:RealEnergy skos:exactMatch quantitykind:Energy . cim:Resistance a qudt:QuantityKind ; - rdfs:label "Resistance"@en ; - rdfs:comment "Resistance (real part of impedance)." ; + rdfs:label "Resistance" ; + rdfs:comment "Resistance (real part of impedance)."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.ohm ; skos:exactMatch quantitykind:Resistance . @@ -1595,883 +1597,883 @@ cim:RotationSpeed skos:exactMatch quantitykind:AngularVelocity . cim:Seconds skos:exactMatch quantitykind:Time . cim:ShortCircuitRotorKind.salientPole1 a cim:ShortCircuitRotorKind ; - rdfs:label "salientPole1"@en ; - rdfs:comment "Salient pole 1 in IEC 60909." ; + rdfs:label "salientPole1" ; + rdfs:comment "Salient pole 1 in IEC 60909."@en ; cims:stereotype "enum" . cim:ShortCircuitRotorKind.salientPole2 a cim:ShortCircuitRotorKind ; - rdfs:label "salientPole2"@en ; - rdfs:comment "Salient pole 2 in IEC 60909." ; + rdfs:label "salientPole2" ; + rdfs:comment "Salient pole 2 in IEC 60909."@en ; cims:stereotype "enum" . cim:ShortCircuitRotorKind.turboSeries1 a cim:ShortCircuitRotorKind ; - rdfs:label "turboSeries1"@en ; - rdfs:comment "Turbo Series 1 in IEC 60909." ; + rdfs:label "turboSeries1" ; + rdfs:comment "Turbo Series 1 in IEC 60909."@en ; cims:stereotype "enum" . cim:ShortCircuitRotorKind.turboSeries2 a cim:ShortCircuitRotorKind ; - rdfs:label "turboSeries2"@en ; - rdfs:comment "Turbo series 2 in IEC 60909." ; + rdfs:label "turboSeries2" ; + rdfs:comment "Turbo series 2 in IEC 60909."@en ; cims:stereotype "enum" . cim:Susceptance a qudt:QuantityKind ; - rdfs:label "Susceptance"@en ; - rdfs:comment "Imaginary part of admittance." ; + rdfs:label "Susceptance" ; + rdfs:comment "Imaginary part of admittance."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.S ; skos:exactMatch quantitykind:Susceptance . cim:Temperature a qudt:QuantityKind ; - rdfs:label "Temperature"@en ; - rdfs:comment "Value of temperature in degrees Celsius." ; + rdfs:label "Temperature" ; + rdfs:comment "Value of temperature in degrees Celsius."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.degC ; skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.E a cim:UnitMultiplier ; rdfs:label "E" ; - rdfs:comment "Exa 10**18." ; + rdfs:comment "Exa 10**18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.G a cim:UnitMultiplier ; rdfs:label "G" ; - rdfs:comment "Giga 10**9." ; + rdfs:comment "Giga 10**9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.P a cim:UnitMultiplier ; rdfs:label "P" ; - rdfs:comment "Peta 10**15." ; + rdfs:comment "Peta 10**15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.T a cim:UnitMultiplier ; rdfs:label "T" ; - rdfs:comment "Tera 10**12." ; + rdfs:comment "Tera 10**12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Y a cim:UnitMultiplier ; rdfs:label "Y" ; - rdfs:comment "Yotta 10**24." ; + rdfs:comment "Yotta 10**24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Z a cim:UnitMultiplier ; rdfs:label "Z" ; - rdfs:comment "Zetta 10**21." ; + rdfs:comment "Zetta 10**21."@en ; cims:stereotype "enum" . cim:UnitMultiplier.a a cim:UnitMultiplier ; rdfs:label "a" ; - rdfs:comment "Atto 10**-18." ; + rdfs:comment "Atto 10**-18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.c a cim:UnitMultiplier ; rdfs:label "c" ; - rdfs:comment "Centi 10**-2." ; + rdfs:comment "Centi 10**-2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.d a cim:UnitMultiplier ; rdfs:label "d" ; - rdfs:comment "Deci 10**-1." ; + rdfs:comment "Deci 10**-1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.da a cim:UnitMultiplier ; rdfs:label "da" ; - rdfs:comment "Deca 10**1." ; + rdfs:comment "Deca 10**1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.f a cim:UnitMultiplier ; rdfs:label "f" ; - rdfs:comment "Femto 10**-15." ; + rdfs:comment "Femto 10**-15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.h a cim:UnitMultiplier ; rdfs:label "h" ; - rdfs:comment "Hecto 10**2." ; + rdfs:comment "Hecto 10**2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.m a cim:UnitMultiplier ; rdfs:label "m" ; - rdfs:comment "Milli 10**-3." ; + rdfs:comment "Milli 10**-3."@en ; cims:stereotype "enum" . cim:UnitMultiplier.micro a cim:UnitMultiplier ; rdfs:label "micro" ; - rdfs:comment "Micro 10**-6." ; + rdfs:comment "Micro 10**-6."@en ; cims:stereotype "enum" . cim:UnitMultiplier.n a cim:UnitMultiplier ; rdfs:label "n" ; - rdfs:comment "Nano 10**-9." ; + rdfs:comment "Nano 10**-9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitMultiplier.p a cim:UnitMultiplier ; rdfs:label "p" ; - rdfs:comment "Pico 10**-12." ; + rdfs:comment "Pico 10**-12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.y a cim:UnitMultiplier ; rdfs:label "y" ; - rdfs:comment "Yocto 10**-24." ; + rdfs:comment "Yocto 10**-24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.z a cim:UnitMultiplier ; rdfs:label "z" ; - rdfs:comment "Zepto 10**-21." ; + rdfs:comment "Zepto 10**-21."@en ; cims:stereotype "enum" . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.A2 a cim:UnitSymbol ; rdfs:label "A2" ; - rdfs:comment "Amperes squared (A²)." ; + rdfs:comment "Amperes squared (A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2h a cim:UnitSymbol ; rdfs:label "A2h" ; - rdfs:comment "Ampere-squared hour, ampere-squared hour." ; + rdfs:comment "Ampere-squared hour, ampere-squared hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2s a cim:UnitSymbol ; rdfs:label "A2s" ; - rdfs:comment "Ampere squared time in square amperes (A²s)." ; + rdfs:comment "Ampere squared time in square amperes (A²s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerA a cim:UnitSymbol ; rdfs:label "APerA" ; - rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’." ; + rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerm a cim:UnitSymbol ; rdfs:label "APerm" ; - rdfs:comment "A/m, magnetic field strength, amperes per metre." ; + rdfs:comment "A/m, magnetic field strength, amperes per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Ah a cim:UnitSymbol ; rdfs:label "Ah" ; - rdfs:comment "Ampere-hours, ampere-hours." ; + rdfs:comment "Ampere-hours, ampere-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.As a cim:UnitSymbol ; rdfs:label "As" ; - rdfs:comment "Ampere seconds (A·s)." ; + rdfs:comment "Ampere seconds (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Bq a cim:UnitSymbol ; rdfs:label "Bq" ; - rdfs:comment "Radioactivity in becquerels (1/s)." ; + rdfs:comment "Radioactivity in becquerels (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Btu a cim:UnitSymbol ; rdfs:label "Btu" ; - rdfs:comment "Energy, British Thermal Units." ; + rdfs:comment "Energy, British Thermal Units."@en ; cims:stereotype "enum" . cim:UnitSymbol.C a cim:UnitSymbol ; rdfs:label "C" ; - rdfs:comment "Electric charge in coulombs (A·s)." ; + rdfs:comment "Electric charge in coulombs (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerkg a cim:UnitSymbol ; rdfs:label "CPerkg" ; - rdfs:comment "Exposure (x rays), coulombs per kilogram." ; + rdfs:comment "Exposure (x rays), coulombs per kilogram."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm2 a cim:UnitSymbol ; rdfs:label "CPerm2" ; - rdfs:comment "Surface charge density, coulombs per square metre." ; + rdfs:comment "Surface charge density, coulombs per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm3 a cim:UnitSymbol ; rdfs:label "CPerm3" ; - rdfs:comment "Electric charge density, coulombs per cubic metre." ; + rdfs:comment "Electric charge density, coulombs per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.F a cim:UnitSymbol ; rdfs:label "F" ; - rdfs:comment "Electric capacitance in farads (C/V)." ; + rdfs:comment "Electric capacitance in farads (C/V)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:FARAD . cim:UnitSymbol.FPerm a cim:UnitSymbol ; rdfs:label "FPerm" ; - rdfs:comment "Permittivity, farads per metre." ; + rdfs:comment "Permittivity, farads per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.G a cim:UnitSymbol ; rdfs:label "G" ; - rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)." ; + rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Gy a cim:UnitSymbol ; rdfs:label "Gy" ; - rdfs:comment "Absorbed dose in grays (J/kg)." ; + rdfs:comment "Absorbed dose in grays (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.GyPers a cim:UnitSymbol ; rdfs:label "GyPers" ; - rdfs:comment "Absorbed dose rate, grays per second." ; + rdfs:comment "Absorbed dose rate, grays per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.H a cim:UnitSymbol ; rdfs:label "H" ; - rdfs:comment "Electric inductance in henrys (Wb/A)." ; + rdfs:comment "Electric inductance in henrys (Wb/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.HPerm a cim:UnitSymbol ; rdfs:label "HPerm" ; - rdfs:comment "Permeability, henrys per metre." ; + rdfs:comment "Permeability, henrys per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Hz a cim:UnitSymbol ; rdfs:label "Hz" ; - rdfs:comment "Frequency in hertz (1/s)." ; + rdfs:comment "Frequency in hertz (1/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:HZ ; skos:narrower unit:REV-PER-SEC . cim:UnitSymbol.HzPerHz a cim:UnitSymbol ; rdfs:label "HzPerHz" ; - rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’." ; + rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’."@en ; cims:stereotype "enum" . cim:UnitSymbol.HzPers a cim:UnitSymbol ; rdfs:label "HzPers" ; - rdfs:comment "Rate of change of frequency in hertz per second." ; + rdfs:comment "Rate of change of frequency in hertz per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.J a cim:UnitSymbol ; rdfs:label "J" ; - rdfs:comment "Energy in joules (N·m = C·V = W·s)." ; + rdfs:comment "Energy in joules (N·m = C·V = W·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerK a cim:UnitSymbol ; rdfs:label "JPerK" ; - rdfs:comment "Heat capacity in joules/kelvin." ; + rdfs:comment "Heat capacity in joules/kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkg a cim:UnitSymbol ; rdfs:label "JPerkg" ; - rdfs:comment "Specific energy, Joules / kg." ; + rdfs:comment "Specific energy, Joules / kg."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkgK a cim:UnitSymbol ; rdfs:label "JPerkgK" ; - rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin." ; + rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm2 a cim:UnitSymbol ; rdfs:label "JPerm2" ; - rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre." ; + rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm3 a cim:UnitSymbol ; rdfs:label "JPerm3" ; - rdfs:comment "Energy density, joules per cubic metre." ; + rdfs:comment "Energy density, joules per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermol a cim:UnitSymbol ; rdfs:label "JPermol" ; - rdfs:comment "Molar energy, joules per mole." ; + rdfs:comment "Molar energy, joules per mole."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermolK a cim:UnitSymbol ; rdfs:label "JPermolK" ; - rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin." ; + rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPers a cim:UnitSymbol ; rdfs:label "JPers" ; - rdfs:comment "Energy rate in joules per second (J/s)." ; + rdfs:comment "Energy rate in joules per second (J/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.K a cim:UnitSymbol ; rdfs:label "K" ; - rdfs:comment "Temperature in kelvins." ; + rdfs:comment "Temperature in kelvins."@en ; cims:stereotype "enum" . cim:UnitSymbol.KPers a cim:UnitSymbol ; rdfs:label "KPers" ; - rdfs:comment "Temperature change rate in kelvins per second." ; + rdfs:comment "Temperature change rate in kelvins per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.M a cim:UnitSymbol ; rdfs:label "M" ; - rdfs:comment "Length, nautical miles (1 M = 1852 m)." ; + rdfs:comment "Length, nautical miles (1 M = 1852 m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Mx a cim:UnitSymbol ; rdfs:label "Mx" ; - rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)." ; + rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)."@en ; cims:stereotype "enum" . cim:UnitSymbol.N a cim:UnitSymbol ; rdfs:label "N" ; - rdfs:comment "Force in newtons (kg·m/s²)." ; + rdfs:comment "Force in newtons (kg·m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.NPerm a cim:UnitSymbol ; rdfs:label "NPerm" ; - rdfs:comment "Surface tension, newton per metre." ; + rdfs:comment "Surface tension, newton per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Nm a cim:UnitSymbol ; rdfs:label "Nm" ; - rdfs:comment "Moment of force, newton metres." ; + rdfs:comment "Moment of force, newton metres."@en ; cims:stereotype "enum" . cim:UnitSymbol.Oe a cim:UnitSymbol ; rdfs:label "Oe" ; - rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)." ; + rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pa a cim:UnitSymbol ; rdfs:label "Pa" ; - rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms." ; + rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms."@en ; cims:stereotype "enum" ; skos:exactMatch unit:PA . cim:UnitSymbol.PaPers a cim:UnitSymbol ; rdfs:label "PaPers" ; - rdfs:comment "Pressure change rate in pascals per second." ; + rdfs:comment "Pressure change rate in pascals per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pas a cim:UnitSymbol ; rdfs:label "Pas" ; - rdfs:comment "Dynamic viscosity, pascal seconds." ; + rdfs:comment "Dynamic viscosity, pascal seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.Q a cim:UnitSymbol ; rdfs:label "Q" ; - rdfs:comment "Quantity power, Q." ; + rdfs:comment "Quantity power, Q."@en ; cims:stereotype "enum" . cim:UnitSymbol.Qh a cim:UnitSymbol ; rdfs:label "Qh" ; - rdfs:comment "Quantity energy, Qh." ; + rdfs:comment "Quantity energy, Qh."@en ; cims:stereotype "enum" . cim:UnitSymbol.S a cim:UnitSymbol ; rdfs:label "S" ; - rdfs:comment "Conductance in siemens." ; + rdfs:comment "Conductance in siemens."@en ; cims:stereotype "enum" ; skos:exactMatch unit:S . cim:UnitSymbol.SPerm a cim:UnitSymbol ; rdfs:label "SPerm" ; - rdfs:comment "Conductance per length (F/m)." ; + rdfs:comment "Conductance per length (F/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Sv a cim:UnitSymbol ; rdfs:label "Sv" ; - rdfs:comment "Dose equivalent in sieverts (J/kg)." ; + rdfs:comment "Dose equivalent in sieverts (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.T a cim:UnitSymbol ; rdfs:label "T" ; - rdfs:comment "Magnetic flux density in teslas (Wb/m2)." ; + rdfs:comment "Magnetic flux density in teslas (Wb/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.V2 a cim:UnitSymbol ; rdfs:label "V2" ; - rdfs:comment "Volt squared (W²/A²)." ; + rdfs:comment "Volt squared (W²/A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V2h a cim:UnitSymbol ; rdfs:label "V2h" ; - rdfs:comment "Volt-squared hour, volt-squared-hours." ; + rdfs:comment "Volt-squared hour, volt-squared-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VA a cim:UnitSymbol ; rdfs:label "VA" ; - rdfs:comment "Apparent power in volt amperes. See also real power and reactive power." ; + rdfs:comment "Apparent power in volt amperes. See also real power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A . cim:UnitSymbol.VAh a cim:UnitSymbol ; rdfs:label "VAh" ; - rdfs:comment "Apparent energy in volt ampere hours." ; + rdfs:comment "Apparent energy in volt ampere hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.VArh a cim:UnitSymbol ; rdfs:label "VArh" ; - rdfs:comment "Reactive energy in volt ampere reactive hours." ; + rdfs:comment "Reactive energy in volt ampere reactive hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerHz a cim:UnitSymbol ; rdfs:label "VPerHz" ; - rdfs:comment "Magnetic flux in volt per hertz." ; + rdfs:comment "Magnetic flux in volt per hertz."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerV a cim:UnitSymbol ; rdfs:label "VPerV" ; - rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’." ; + rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVA a cim:UnitSymbol ; rdfs:label "VPerVA" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVAr a cim:UnitSymbol ; rdfs:label "VPerVAr" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-PER-V-A_Reactive . cim:UnitSymbol.VPerm a cim:UnitSymbol ; rdfs:label "VPerm" ; - rdfs:comment "Electric field strength, volts per metre." ; + rdfs:comment "Electric field strength, volts per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vh a cim:UnitSymbol ; rdfs:label "Vh" ; - rdfs:comment "Volt-hour, Volt hours." ; + rdfs:comment "Volt-hour, Volt hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vs a cim:UnitSymbol ; rdfs:label "Vs" ; - rdfs:comment "Volt seconds (Ws/A)." ; + rdfs:comment "Volt seconds (Ws/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.WPerA a cim:UnitSymbol ; rdfs:label "WPerA" ; - rdfs:comment "Active power per current flow, watts per Ampere." ; + rdfs:comment "Active power per current flow, watts per Ampere."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-A . cim:UnitSymbol.WPerW a cim:UnitSymbol ; rdfs:label "WPerW" ; - rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’." ; + rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2 a cim:UnitSymbol ; rdfs:label "WPerm2" ; - rdfs:comment "Heat flux density, irradiance, watts per square metre." ; + rdfs:comment "Heat flux density, irradiance, watts per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2sr a cim:UnitSymbol ; rdfs:label "WPerm2sr" ; - rdfs:comment "Radiance, watts per square metre steradian." ; + rdfs:comment "Radiance, watts per square metre steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPermK a cim:UnitSymbol ; rdfs:label "WPermK" ; - rdfs:comment "Thermal conductivity in watt/metres kelvin." ; + rdfs:comment "Thermal conductivity in watt/metres kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPers a cim:UnitSymbol ; rdfs:label "WPers" ; - rdfs:comment "Ramp rate in watts per second." ; + rdfs:comment "Ramp rate in watts per second."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-SEC . cim:UnitSymbol.WPersr a cim:UnitSymbol ; rdfs:label "WPersr" ; - rdfs:comment "Radiant intensity, watts per steradian." ; + rdfs:comment "Radiant intensity, watts per steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wb a cim:UnitSymbol ; rdfs:label "Wb" ; - rdfs:comment "Magnetic flux in webers (V·s)." ; + rdfs:comment "Magnetic flux in webers (V·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.anglemin a cim:UnitSymbol ; rdfs:label "anglemin" ; - rdfs:comment "Plane angle, minutes." ; + rdfs:comment "Plane angle, minutes."@en ; cims:stereotype "enum" . cim:UnitSymbol.anglesec a cim:UnitSymbol ; rdfs:label "anglesec" ; - rdfs:comment "Plane angle, seconds." ; + rdfs:comment "Plane angle, seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.bar a cim:UnitSymbol ; rdfs:label "bar" ; - rdfs:comment "Pressure in bars, (1 bar = 100 kPa)." ; + rdfs:comment "Pressure in bars, (1 bar = 100 kPa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.cd a cim:UnitSymbol ; rdfs:label "cd" ; - rdfs:comment "Luminous intensity in candelas." ; + rdfs:comment "Luminous intensity in candelas."@en ; cims:stereotype "enum" . cim:UnitSymbol.charPers a cim:UnitSymbol ; rdfs:label "charPers" ; - rdfs:comment "Data rate (baud) in characters per second." ; + rdfs:comment "Data rate (baud) in characters per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.character a cim:UnitSymbol ; rdfs:label "character" ; - rdfs:comment "Number of characters." ; + rdfs:comment "Number of characters."@en ; cims:stereotype "enum" . cim:UnitSymbol.cosPhi a cim:UnitSymbol ; rdfs:label "cosPhi" ; rdfs:comment """Power factor, dimensionless. Note 1: This definition of power factor only holds for balanced systems. See the alternative definition under code 153. -Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility.""" ; +Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility."""@en ; cims:stereotype "enum" . cim:UnitSymbol.count a cim:UnitSymbol ; rdfs:label "count" ; - rdfs:comment "Amount of substance, Counter value." ; + rdfs:comment "Amount of substance, Counter value."@en ; cims:stereotype "enum" . cim:UnitSymbol.d a cim:UnitSymbol ; rdfs:label "d" ; - rdfs:comment "Time in days, day = 24 h = 86400 s." ; + rdfs:comment "Time in days, day = 24 h = 86400 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.dB a cim:UnitSymbol ; rdfs:label "dB" ; - rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.dBm a cim:UnitSymbol ; rdfs:label "dBm" ; - rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.degC a cim:UnitSymbol ; rdfs:label "degC" ; rdfs:comment """Relative temperature in degrees Celsius. -In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software.""" ; +In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG_C . cim:UnitSymbol.ft3 a cim:UnitSymbol ; rdfs:label "ft3" ; - rdfs:comment "Volume, cubic feet." ; + rdfs:comment "Volume, cubic feet."@en ; cims:stereotype "enum" . cim:UnitSymbol.gPerg a cim:UnitSymbol ; rdfs:label "gPerg" ; - rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’." ; + rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’."@en ; cims:stereotype "enum" . cim:UnitSymbol.gal a cim:UnitSymbol ; rdfs:label "gal" ; - rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)." ; + rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)."@en ; cims:stereotype "enum" . cim:UnitSymbol.h a cim:UnitSymbol ; rdfs:label "h" ; - rdfs:comment "Time in hours, hour = 60 min = 3600 s." ; + rdfs:comment "Time in hours, hour = 60 min = 3600 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.ha a cim:UnitSymbol ; rdfs:label "ha" ; - rdfs:comment "Area, hectares." ; + rdfs:comment "Area, hectares."@en ; cims:stereotype "enum" . cim:UnitSymbol.kat a cim:UnitSymbol ; rdfs:label "kat" ; - rdfs:comment "Catalytic activity, katal = mol / s." ; + rdfs:comment "Catalytic activity, katal = mol / s."@en ; cims:stereotype "enum" . cim:UnitSymbol.katPerm3 a cim:UnitSymbol ; rdfs:label "katPerm3" ; - rdfs:comment "Catalytic activity concentration, katals per cubic metre." ; + rdfs:comment "Catalytic activity concentration, katals per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.kg a cim:UnitSymbol ; rdfs:label "kg" ; - rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerJ a cim:UnitSymbol ; rdfs:label "kgPerJ" ; - rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerm3 a cim:UnitSymbol ; rdfs:label "kgPerm3" ; - rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm a cim:UnitSymbol ; rdfs:label "kgm" ; - rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm2 a cim:UnitSymbol ; rdfs:label "kgm2" ; - rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kn a cim:UnitSymbol ; rdfs:label "kn" ; - rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s." ; + rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s."@en ; cims:stereotype "enum" . cim:UnitSymbol.l a cim:UnitSymbol ; rdfs:label "l" ; - rdfs:comment "Volume in litres, litre = dm3 = m3/1000." ; + rdfs:comment "Volume in litres, litre = dm3 = m3/1000."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerh a cim:UnitSymbol ; rdfs:label "lPerh" ; - rdfs:comment "Volumetric flow rate, litres per hour." ; + rdfs:comment "Volumetric flow rate, litres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerl a cim:UnitSymbol ; rdfs:label "lPerl" ; - rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’." ; + rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPers a cim:UnitSymbol ; rdfs:label "lPers" ; - rdfs:comment "Volumetric flow rate in litres per second." ; + rdfs:comment "Volumetric flow rate in litres per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.lm a cim:UnitSymbol ; rdfs:label "lm" ; - rdfs:comment "Luminous flux in lumens (cd·sr)." ; + rdfs:comment "Luminous flux in lumens (cd·sr)."@en ; cims:stereotype "enum" . cim:UnitSymbol.lx a cim:UnitSymbol ; rdfs:label "lx" ; - rdfs:comment "Illuminance in lux (lm/m²)." ; + rdfs:comment "Illuminance in lux (lm/m²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m a cim:UnitSymbol ; rdfs:label "m" ; - rdfs:comment "Length in metres." ; + rdfs:comment "Length in metres."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M . cim:UnitSymbol.m2 a cim:UnitSymbol ; rdfs:label "m2" ; - rdfs:comment "Area in square metres (m²)." ; + rdfs:comment "Area in square metres (m²)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M2 . cim:UnitSymbol.m2Pers a cim:UnitSymbol ; rdfs:label "m2Pers" ; - rdfs:comment "Viscosity in square metres / second (m²/s)." ; + rdfs:comment "Viscosity in square metres / second (m²/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3 a cim:UnitSymbol ; rdfs:label "m3" ; - rdfs:comment "Volume in cubic metres (m³)." ; + rdfs:comment "Volume in cubic metres (m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Compensated a cim:UnitSymbol ; rdfs:label "m3Compensated" ; - rdfs:comment "Volume, cubic metres, with the value compensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value compensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perh a cim:UnitSymbol ; rdfs:label "m3Perh" ; - rdfs:comment "Volumetric flow rate, cubic metres per hour." ; + rdfs:comment "Volumetric flow rate, cubic metres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perkg a cim:UnitSymbol ; rdfs:label "m3Perkg" ; - rdfs:comment "Specific volume, cubic metres per kilogram, v." ; + rdfs:comment "Specific volume, cubic metres per kilogram, v."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Pers a cim:UnitSymbol ; rdfs:label "m3Pers" ; - rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)." ; + rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M3-PER-SEC . cim:UnitSymbol.m3Uncompensated a cim:UnitSymbol ; rdfs:label "m3Uncompensated" ; - rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPerm3 a cim:UnitSymbol ; rdfs:label "mPerm3" ; - rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)." ; + rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers a cim:UnitSymbol ; rdfs:label "mPers" ; - rdfs:comment "Velocity in metres per second (m/s)." ; + rdfs:comment "Velocity in metres per second (m/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers2 a cim:UnitSymbol ; rdfs:label "mPers2" ; - rdfs:comment "Acceleration in metres per second squared (m/s²)." ; + rdfs:comment "Acceleration in metres per second squared (m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.min a cim:UnitSymbol ; rdfs:label "min" ; - rdfs:comment "Time in minutes, minute = 60 s." ; + rdfs:comment "Time in minutes, minute = 60 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.mmHg a cim:UnitSymbol ; rdfs:label "mmHg" ; - rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)." ; + rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mol a cim:UnitSymbol ; rdfs:label "mol" ; - rdfs:comment "Amount of substance in moles." ; + rdfs:comment "Amount of substance in moles."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerkg a cim:UnitSymbol ; rdfs:label "molPerkg" ; - rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms." ; + rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerm3 a cim:UnitSymbol ; rdfs:label "molPerm3" ; - rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³." ; + rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPermol a cim:UnitSymbol ; rdfs:label "molPermol" ; - rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution." ; + rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution."@en ; cims:stereotype "enum" . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohm a cim:UnitSymbol ; rdfs:label "ohm" ; - rdfs:comment "Electric resistance in ohms (V/A)." ; + rdfs:comment "Electric resistance in ohms (V/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:OHM . cim:UnitSymbol.ohmPerm a cim:UnitSymbol ; rdfs:label "ohmPerm" ; - rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)." ; + rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohmm a cim:UnitSymbol ; rdfs:label "ohmm" ; - rdfs:comment "Resistivity, ohm metres, (rho)." ; + rdfs:comment "Resistivity, ohm metres, (rho)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerHz a cim:UnitSymbol ; rdfs:label "onePerHz" ; - rdfs:comment "Reciprocal of frequency (1/Hz)." ; + rdfs:comment "Reciprocal of frequency (1/Hz)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerm a cim:UnitSymbol ; rdfs:label "onePerm" ; - rdfs:comment "Wavenumber, reciprocal metres, (1/m)." ; + rdfs:comment "Wavenumber, reciprocal metres, (1/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ppm a cim:UnitSymbol ; rdfs:label "ppm" ; - rdfs:comment "Concentration in parts per million." ; + rdfs:comment "Concentration in parts per million."@en ; cims:stereotype "enum" . cim:UnitSymbol.rad a cim:UnitSymbol ; rdfs:label "rad" ; - rdfs:comment "Plane angle in radians (m/m)." ; + rdfs:comment "Plane angle in radians (m/m)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:RAD . cim:UnitSymbol.radPers a cim:UnitSymbol ; rdfs:label "radPers" ; - rdfs:comment "Angular velocity in radians per second (rad/s)." ; + rdfs:comment "Angular velocity in radians per second (rad/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.radPers2 a cim:UnitSymbol ; rdfs:label "radPers2" ; - rdfs:comment "Angular acceleration, radians per second squared." ; + rdfs:comment "Angular acceleration, radians per second squared."@en ; cims:stereotype "enum" . cim:UnitSymbol.rev a cim:UnitSymbol ; rdfs:label "rev" ; - rdfs:comment "Amount of rotation, revolutions." ; + rdfs:comment "Amount of rotation, revolutions."@en ; cims:stereotype "enum" . cim:UnitSymbol.rotPers a cim:UnitSymbol ; rdfs:label "rotPers" ; - rdfs:comment "Rotations per second (1/s). See also Hz (1/s)." ; + rdfs:comment "Rotations per second (1/s). See also Hz (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . cim:UnitSymbol.sPers a cim:UnitSymbol ; rdfs:label "sPers" ; - rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’." ; + rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’."@en ; cims:stereotype "enum" . cim:UnitSymbol.sr a cim:UnitSymbol ; rdfs:label "sr" ; - rdfs:comment "Solid angle in steradians (m2/m2)." ; + rdfs:comment "Solid angle in steradians (m2/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.therm a cim:UnitSymbol ; rdfs:label "therm" ; - rdfs:comment "Energy, therms." ; + rdfs:comment "Energy, therms."@en ; cims:stereotype "enum" . cim:UnitSymbol.tonne a cim:UnitSymbol ; rdfs:label "tonne" ; - rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)." ; + rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)."@en ; cims:stereotype "enum" . cim:Voltage a qudt:QuantityKind ; - rdfs:label "Voltage"@en ; - rdfs:comment "Electrical voltage, can be both AC and DC." ; + rdfs:label "Voltage" ; + rdfs:comment "Electrical voltage, can be both AC and DC."@en ; cims:belongsToCategory sc:Package_ShortCircuitProfile ; qudt:applicableUnit cim:UnitSymbol.V ; skos:exactMatch quantitykind:Voltage . @@ -2481,7 +2483,7 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . sc:Package_ShortCircuitProfile a cims:ClassCategory ; - rdfs:label "ShortCircuitProfile"@en ; - rdfs:comment "This is the IEC 61970-452 short circuit profile." . + rdfs:label "ShortCircuitProfile" ; + rdfs:comment "This is the IEC 61970-452 short circuit profile."@en . diff --git a/rdfs-improved/CGMES/ttl/61970-600-2_StateVariables-AP-Voc-RDFS2020_v3-0-0.ttl b/rdfs-improved/CGMES/ttl/61970-600-2_StateVariables-AP-Voc-RDFS2020_v3-0-0.ttl index f9af053..d891337 100644 --- a/rdfs-improved/CGMES/ttl/61970-600-2_StateVariables-AP-Voc-RDFS2020_v3-0-0.ttl +++ b/rdfs-improved/CGMES/ttl/61970-600-2_StateVariables-AP-Voc-RDFS2020_v3-0-0.ttl @@ -12,187 +12,189 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . sv:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the state variables profile from IEC 61970-600-2."@en ; + dc:source "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "SV" ; - dcat:landingPage "https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/" ; + dcat:landingPage ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , ; dct:creator "ENTSO-E CIM EG"@en ; dct:identifier "urn:uuid:767279cf-b7f6-4693-a5a1-7c7c0ead64c4" ; dct:issued "2021-01-27T12:26:26Z"^^xsd:dateTime ; dct:language "en-GB" ; dct:modified "2020-10-12"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; dct:rights "Copyright"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:rightsHolder "ENTSO-E" ; dct:title "State Variables Vocabulary"@en ; owl:incompatibleWith ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "3.0.0"@en . + owl:versionInfo "3.0.0" . cim:ACDCConverter a owl:Class ; - rdfs:label "ACDCConverter"@en ; - rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion." ; + rdfs:label "ACDCConverter" ; + rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:ACDCTerminal a owl:Class ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:ConductingEquipment a owl:Class ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile . cim:CsConverter a owl:Class ; - rdfs:label "CsConverter"@en ; + rdfs:label "CsConverter" ; rdfs:comment """DC side of the current source converter (CSC). The firing angle controls the dc voltage at the converter, both for rectifier and inverter. The difference between the dc voltages of the rectifier and inverter determines the dc current. The extinction angle is used to limit the dc voltage at the inverter, if needed, and is not used in active power control. The firing angle, transformer tap position and number of connected filters are the primary means to control a current source dc line. Higher level controls are built on top, e.g. dc voltage, dc current and active power. From a steady state perspective it is sufficient to specify the wanted active power transfer (ACDCConverter.targetPpcc) and the control functions will set the dc voltage, dc current, firing angle, transformer tap position and number of connected filters to meet this. Therefore attributes targetAlpha and targetGamma are not applicable in this case. The reactive power consumed by the converter is a function of the firing angle, transformer tap position and number of connected filter, which can be approximated with half of the active power. The losses is a function of the dc voltage and dc current. The attributes minAlpha and maxAlpha define the range of firing angles for rectifier operation between which no discrete tap changer action takes place. The range is typically 10-18 degrees. -The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees.""" ; +The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees."""@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ACDCConverter . cim:DCTopologicalIsland a owl:Class ; - rdfs:label "DCTopologicalIsland"@en ; + rdfs:label "DCTopologicalIsland" ; rdfs:comment """An electrically connected subset of the network. DC topological islands can change as the current network state changes, e.g. due to: - disconnect switches or breakers changing state in a SCADA/EMS. - manual creation, change or deletion of topological nodes in a planning tool. -Only energised TopologicalNode-s shall be part of the topological island.""" ; +Only energised TopologicalNode-s shall be part of the topological island."""@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:DCTopologicalNode a owl:Class ; - rdfs:label "DCTopologicalNode"@en ; - rdfs:comment "DC bus." ; + rdfs:label "DCTopologicalNode" ; + rdfs:comment "DC bus."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile . cim:ShuntCompensator a owl:Class ; - rdfs:label "ShuntCompensator"@en ; - rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied." ; + rdfs:label "ShuntCompensator" ; + rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile . cim:SvInjection a owl:Class ; - rdfs:label "SvInjection"@en ; - rdfs:comment "The SvInjection reports the calculated bus injection minus the sum of the terminal flows. The terminal flow is positive out from the bus (load sign convention) and bus injection has positive flow into the bus. SvInjection may have the remainder after state estimation or slack after power flow calculation." ; + rdfs:label "SvInjection" ; + rdfs:comment "The SvInjection reports the calculated bus injection minus the sum of the terminal flows. The terminal flow is positive out from the bus (load sign convention) and bus injection has positive flow into the bus. SvInjection may have the remainder after state estimation or slack after power flow calculation."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype uml:concrete . cim:SvPowerFlow a owl:Class ; - rdfs:label "SvPowerFlow"@en ; - rdfs:comment "State variable for power flow. Load convention is used for flow direction. This means flow out from the TopologicalNode into the equipment is positive." ; + rdfs:label "SvPowerFlow" ; + rdfs:comment "State variable for power flow. Load convention is used for flow direction. This means flow out from the TopologicalNode into the equipment is positive."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype uml:concrete . cim:SvShuntCompensatorSections a owl:Class ; - rdfs:label "SvShuntCompensatorSections"@en ; - rdfs:comment "State variable for the number of sections in service for a shunt compensator." ; + rdfs:label "SvShuntCompensatorSections" ; + rdfs:comment "State variable for the number of sections in service for a shunt compensator."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype uml:concrete . cim:SvStatus a owl:Class ; - rdfs:label "SvStatus"@en ; - rdfs:comment "State variable for status." ; + rdfs:label "SvStatus" ; + rdfs:comment "State variable for status."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype uml:concrete . cim:SvSwitch a owl:Class ; - rdfs:label "SvSwitch"@en ; - rdfs:comment "State variable for switch." ; + rdfs:label "SvSwitch" ; + rdfs:comment "State variable for switch."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype uml:concrete . cim:SvTapStep a owl:Class ; - rdfs:label "SvTapStep"@en ; - rdfs:comment "State variable for transformer tap step." ; + rdfs:label "SvTapStep" ; + rdfs:comment "State variable for transformer tap step."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype uml:concrete . cim:SvVoltage a owl:Class ; - rdfs:label "SvVoltage"@en ; - rdfs:comment "State variable for voltage." ; + rdfs:label "SvVoltage" ; + rdfs:comment "State variable for voltage."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype uml:concrete . cim:Switch a owl:Class ; - rdfs:label "Switch"@en ; - rdfs:comment "A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant." ; + rdfs:label "Switch" ; + rdfs:comment "A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:TapChanger a owl:Class ; - rdfs:label "TapChanger"@en ; - rdfs:comment "Mechanism for changing transformer winding tap positions." ; + rdfs:label "TapChanger" ; + rdfs:comment "Mechanism for changing transformer winding tap positions."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile . cim:Terminal a owl:Class ; - rdfs:label "Terminal"@en ; - rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "Terminal" ; + rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; rdfs:subClassOf cim:ACDCTerminal . cim:TopologicalIsland a owl:Class ; - rdfs:label "TopologicalIsland"@en ; + rdfs:label "TopologicalIsland" ; rdfs:comment """An electrically connected subset of the network. Topological islands can change as the current network state changes, e.g. due to: - disconnect switches or breakers changing state in a SCADA/EMS. - manual creation, change or deletion of topological nodes in a planning tool. -Only energised TopologicalNode-s shall be part of the topological island.""" ; +Only energised TopologicalNode-s shall be part of the topological island."""@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:TopologicalNode a owl:Class ; - rdfs:label "TopologicalNode"@en ; + rdfs:label "TopologicalNode" ; rdfs:comment """For a detailed substation model a topological node is a set of connectivity nodes that, in the current network state, are connected together through any type of closed switches, including jumpers. Topological nodes change as the current network state changes (i.e., switches, breakers, etc. change state). -For a planning model, switch statuses are not used to form topological nodes. Instead they are manually created or deleted in a model builder tool. Topological nodes maintained this way are also called "busses".""" ; +For a planning model, switch statuses are not used to form topological nodes. Instead they are manually created or deleted in a model builder tool. Topological nodes maintained this way are also called "busses"."""@en ; cims:belongsToCategory sv:Package_StateVariablesProfile . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype uml:enumeration . cim:VsConverter a owl:Class ; - rdfs:label "VsConverter"@en ; - rdfs:comment "DC side of the voltage source converter (VSC)." ; + rdfs:label "VsConverter" ; + rdfs:comment "DC side of the voltage source converter (VSC)."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ACDCConverter . cim:ConductingEquipment.SvStatus a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SvStatus"@en ; - rdfs:comment "The status state variable associated with this conducting equipment." ; + rdfs:label "SvStatus" ; + rdfs:comment "The status state variable associated with this conducting equipment."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SvStatus.ConductingEquipment ; @@ -200,8 +202,8 @@ cim:ConductingEquipment.SvStatus a owl:ObjectProperty, owl:FunctionalProperty, o rdfs:range cim:SvStatus . cim:DCTopologicalIsland.DCTopologicalNodes a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCTopologicalNodes"@en ; - rdfs:comment "The DC topological nodes in a DC topological island." ; + rdfs:label "DCTopologicalNodes" ; + rdfs:comment "The DC topological nodes in a DC topological island."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:DCTopologicalNode.DCTopologicalIsland ; @@ -209,8 +211,8 @@ cim:DCTopologicalIsland.DCTopologicalNodes a owl:ObjectProperty, owl:InverseFunc rdfs:range cim:DCTopologicalNode . cim:DCTopologicalNode.DCTopologicalIsland a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCTopologicalIsland"@en ; - rdfs:comment "A DC topological node belongs to a DC topological island." ; + rdfs:label "DCTopologicalIsland" ; + rdfs:comment "A DC topological node belongs to a DC topological island."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:DCTopologicalIsland.DCTopologicalNodes ; @@ -218,8 +220,8 @@ cim:DCTopologicalNode.DCTopologicalIsland a owl:ObjectProperty, owl:FunctionalPr rdfs:range cim:DCTopologicalIsland . cim:ShuntCompensator.SvShuntCompensatorSections a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SvShuntCompensatorSections"@en ; - rdfs:comment "The state for the number of shunt compensator sections in service." ; + rdfs:label "SvShuntCompensatorSections" ; + rdfs:comment "The state for the number of shunt compensator sections in service."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SvShuntCompensatorSections.ShuntCompensator ; @@ -227,8 +229,8 @@ cim:ShuntCompensator.SvShuntCompensatorSections a owl:ObjectProperty, owl:Functi rdfs:range cim:SvShuntCompensatorSections . cim:SvInjection.TopologicalNode a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "TopologicalNode"@en ; - rdfs:comment "The topological node associated with the flow injection state variable." ; + rdfs:label "TopologicalNode" ; + rdfs:comment "The topological node associated with the flow injection state variable."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:TopologicalNode.SvInjection ; @@ -236,8 +238,8 @@ cim:SvInjection.TopologicalNode a owl:ObjectProperty, owl:FunctionalProperty, ow rdfs:range cim:TopologicalNode . cim:SvPowerFlow.Terminal a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The terminal associated with the power flow state variable." ; + rdfs:label "Terminal" ; + rdfs:comment "The terminal associated with the power flow state variable."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Terminal.SvPowerFlow ; @@ -245,8 +247,8 @@ cim:SvPowerFlow.Terminal a owl:ObjectProperty, owl:FunctionalProperty, owl:Inver rdfs:range cim:Terminal . cim:SvShuntCompensatorSections.ShuntCompensator a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ShuntCompensator"@en ; - rdfs:comment "The shunt compensator for which the state applies." ; + rdfs:label "ShuntCompensator" ; + rdfs:comment "The shunt compensator for which the state applies."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ShuntCompensator.SvShuntCompensatorSections ; @@ -254,8 +256,8 @@ cim:SvShuntCompensatorSections.ShuntCompensator a owl:ObjectProperty, owl:Functi rdfs:range cim:ShuntCompensator . cim:SvStatus.ConductingEquipment a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The conducting equipment associated with the status state variable." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The conducting equipment associated with the status state variable."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ConductingEquipment.SvStatus ; @@ -263,8 +265,8 @@ cim:SvStatus.ConductingEquipment a owl:ObjectProperty, owl:FunctionalProperty, o rdfs:range cim:ConductingEquipment . cim:SvSwitch.Switch a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "Switch"@en ; - rdfs:comment "The switch associated with the switch state." ; + rdfs:label "Switch" ; + rdfs:comment "The switch associated with the switch state."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:Switch.SvSwitch ; @@ -272,8 +274,8 @@ cim:SvSwitch.Switch a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:Switch . cim:SvTapStep.TapChanger a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "TapChanger"@en ; - rdfs:comment "The tap changer associated with the tap step state." ; + rdfs:label "TapChanger" ; + rdfs:comment "The tap changer associated with the tap step state."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:TapChanger.SvTapStep ; @@ -281,8 +283,8 @@ cim:SvTapStep.TapChanger a owl:ObjectProperty, owl:FunctionalProperty, owl:Inver rdfs:range cim:TapChanger . cim:SvVoltage.TopologicalNode a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "TopologicalNode"@en ; - rdfs:comment "The topological node associated with the voltage state." ; + rdfs:label "TopologicalNode" ; + rdfs:comment "The topological node associated with the voltage state."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:TopologicalNode.SvVoltage ; @@ -290,8 +292,8 @@ cim:SvVoltage.TopologicalNode a owl:ObjectProperty, owl:FunctionalProperty, owl: rdfs:range cim:TopologicalNode . cim:Switch.SvSwitch a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "SvSwitch"@en ; - rdfs:comment "The switch state associated with the switch." ; + rdfs:label "SvSwitch" ; + rdfs:comment "The switch state associated with the switch."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:SvSwitch.Switch ; @@ -299,8 +301,8 @@ cim:Switch.SvSwitch a owl:ObjectProperty, owl:InverseFunctionalProperty ; rdfs:range cim:SvSwitch . cim:TapChanger.SvTapStep a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SvTapStep"@en ; - rdfs:comment "The tap step state associated with the tap changer." ; + rdfs:label "SvTapStep" ; + rdfs:comment "The tap step state associated with the tap changer."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SvTapStep.TapChanger ; @@ -308,8 +310,8 @@ cim:TapChanger.SvTapStep a owl:ObjectProperty, owl:FunctionalProperty, owl:Inver rdfs:range cim:SvTapStep . cim:Terminal.SvPowerFlow a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SvPowerFlow"@en ; - rdfs:comment "The power flow state variable associated with the terminal." ; + rdfs:label "SvPowerFlow" ; + rdfs:comment "The power flow state variable associated with the terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SvPowerFlow.Terminal ; @@ -317,8 +319,8 @@ cim:Terminal.SvPowerFlow a owl:ObjectProperty, owl:FunctionalProperty, owl:Inver rdfs:range cim:SvPowerFlow . cim:TopologicalIsland.AngleRefTopologicalNode a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AngleRefTopologicalNode"@en ; - rdfs:comment "The angle reference for the island. Normally there is one TopologicalNode that is selected as the angle reference for each island. Other reference schemes exist, so the association is typically optional." ; + rdfs:label "AngleRefTopologicalNode" ; + rdfs:comment "The angle reference for the island. Normally there is one TopologicalNode that is selected as the angle reference for each island. Other reference schemes exist, so the association is typically optional."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:TopologicalNode.AngleRefTopologicalIsland ; @@ -326,8 +328,8 @@ cim:TopologicalIsland.AngleRefTopologicalNode a owl:ObjectProperty, owl:Function rdfs:range cim:TopologicalNode . cim:TopologicalIsland.TopologicalNodes a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TopologicalNodes"@en ; - rdfs:comment "A topological node belongs to a topological island." ; + rdfs:label "TopologicalNodes" ; + rdfs:comment "A topological node belongs to a topological island."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:TopologicalNode.TopologicalIsland ; @@ -335,8 +337,8 @@ cim:TopologicalIsland.TopologicalNodes a owl:ObjectProperty, owl:InverseFunction rdfs:range cim:TopologicalNode . cim:TopologicalNode.AngleRefTopologicalIsland a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "AngleRefTopologicalIsland"@en ; - rdfs:comment "The island for which the node is an angle reference. Normally there is one angle reference node for each island." ; + rdfs:label "AngleRefTopologicalIsland" ; + rdfs:comment "The island for which the node is an angle reference. Normally there is one angle reference node for each island."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:TopologicalIsland.AngleRefTopologicalNode ; @@ -344,8 +346,8 @@ cim:TopologicalNode.AngleRefTopologicalIsland a owl:ObjectProperty, owl:Function rdfs:range cim:TopologicalIsland . cim:TopologicalNode.SvInjection a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SvInjection"@en ; - rdfs:comment "The injection flows state variables associated with the topological node." ; + rdfs:label "SvInjection" ; + rdfs:comment "The injection flows state variables associated with the topological node."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SvInjection.TopologicalNode ; @@ -353,8 +355,8 @@ cim:TopologicalNode.SvInjection a owl:ObjectProperty, owl:FunctionalProperty, ow rdfs:range cim:SvInjection . cim:TopologicalNode.SvVoltage a owl:ObjectProperty, owl:FunctionalProperty, owl:InverseFunctionalProperty ; - rdfs:label "SvVoltage"@en ; - rdfs:comment "The state voltage associated with the topological node." ; + rdfs:label "SvVoltage" ; + rdfs:comment "The state voltage associated with the topological node."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:SvVoltage.TopologicalNode ; @@ -362,8 +364,8 @@ cim:TopologicalNode.SvVoltage a owl:ObjectProperty, owl:FunctionalProperty, owl: rdfs:range cim:SvVoltage . cim:TopologicalNode.TopologicalIsland a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TopologicalIsland"@en ; - rdfs:comment "A topological node belongs to a topological island." ; + rdfs:label "TopologicalIsland" ; + rdfs:comment "A topological node belongs to a topological island."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:TopologicalIsland.TopologicalNodes ; @@ -371,8 +373,8 @@ cim:TopologicalNode.TopologicalIsland a owl:ObjectProperty, owl:FunctionalProper rdfs:range cim:TopologicalIsland . cim:ACDCConverter.idc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "idc"@en ; - rdfs:comment "Converter DC current, also called Id. It is converter’s state variable, result from power flow." ; + rdfs:label "idc" ; + rdfs:comment "Converter DC current, also called Id. It is converter’s state variable, result from power flow."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -383,13 +385,13 @@ cim:ACDCConverter.idc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.poleLossP a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "poleLossP"@en ; + rdfs:label "poleLossP" ; rdfs:comment """The active power loss at a DC Pole = idleLoss + switchingLoss*|Idc| + resitiveLoss*Idc^2. For lossless operation Pdc=Pac. For rectifier operation with losses Pdc=Pac-lossP. For inverter operation with losses Pdc=Pac+lossP. -It is converter’s state variable used in power flow. The attribute shall be a positive value.""" ; +It is converter’s state variable used in power flow. The attribute shall be a positive value."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -400,8 +402,8 @@ It is converter’s state variable used in power flow. The attribute shall be a rdfs:range xsd:float . cim:ACDCConverter.uc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uc"@en ; - rdfs:comment "Line-to-line converter voltage, the voltage at the AC side of the valve. It is converter’s state variable, result from power flow. The attribute shall be a positive value." ; + rdfs:label "uc" ; + rdfs:comment "Line-to-line converter voltage, the voltage at the AC side of the valve. It is converter’s state variable, result from power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -412,8 +414,8 @@ cim:ACDCConverter.uc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.udc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "udc"@en ; - rdfs:comment "Converter voltage at the DC side, also called Ud. It is converter’s state variable, result from power flow. The attribute shall be a positive value." ; + rdfs:label "udc" ; + rdfs:comment "Converter voltage at the DC side, also called Ud. It is converter’s state variable, result from power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -424,8 +426,8 @@ cim:ACDCConverter.udc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.alpha a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "alpha"@en ; - rdfs:comment "Firing angle that determines the dc voltage at the converter dc terminal. Typical value between 10 degrees and 18 degrees for a rectifier. It is converter’s state variable, result from power flow. The attribute shall be a positive value." ; + rdfs:label "alpha" ; + rdfs:comment "Firing angle that determines the dc voltage at the converter dc terminal. Typical value between 10 degrees and 18 degrees for a rectifier. It is converter’s state variable, result from power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -436,8 +438,8 @@ cim:CsConverter.alpha a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.gamma a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "gamma"@en ; - rdfs:comment "Extinction angle. It is used to limit the dc voltage at the inverter if needed. Typical value between 17 degrees and 20 degrees for an inverter. It is converter’s state variable, result from power flow. The attribute shall be a positive value." ; + rdfs:label "gamma" ; + rdfs:comment "Extinction angle. It is used to limit the dc voltage at the inverter if needed. Typical value between 17 degrees and 20 degrees for an inverter. It is converter’s state variable, result from power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -448,25 +450,25 @@ cim:CsConverter.gamma a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:SvInjection.pInjection a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pInjection"@en ; - rdfs:comment "The active power mismatch between calculated injection and initial injection. Positive sign means injection into the TopologicalNode (bus)." ; + rdfs:label "pInjection" ; + rdfs:comment "The active power mismatch between calculated injection and initial injection. Positive sign means injection into the TopologicalNode (bus)."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -477,8 +479,8 @@ cim:SvInjection.pInjection a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SvInjection.qInjection a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qInjection"@en ; - rdfs:comment "The reactive power mismatch between calculated injection and initial injection. Positive sign means injection into the TopologicalNode (bus)." ; + rdfs:label "qInjection" ; + rdfs:comment "The reactive power mismatch between calculated injection and initial injection. Positive sign means injection into the TopologicalNode (bus)."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -489,8 +491,8 @@ cim:SvInjection.qInjection a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SvPowerFlow.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; - rdfs:comment "The active power flow. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment." ; + rdfs:label "p" ; + rdfs:comment "The active power flow. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -501,8 +503,8 @@ cim:SvPowerFlow.p a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SvPowerFlow.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; - rdfs:comment "The reactive power flow. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment." ; + rdfs:label "q" ; + rdfs:comment "The reactive power flow. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -513,40 +515,40 @@ cim:SvPowerFlow.q a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SvShuntCompensatorSections.sections a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sections"@en ; - rdfs:comment "The number of sections in service as a continuous variable. The attribute shall be a positive value or zero. To get integer value scale with ShuntCompensator.bPerSection." ; + rdfs:label "sections" ; + rdfs:comment "The number of sections in service as a continuous variable. The attribute shall be a positive value or zero. To get integer value scale with ShuntCompensator.bPerSection."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SvShuntCompensatorSections ; rdfs:range xsd:float . cim:SvStatus.inService a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inService"@en ; - rdfs:comment "The in service status as a result of topology processing. It indicates if the equipment is considered as energized by the power flow. It reflects if the equipment is connected within a solvable island. It does not necessarily reflect whether or not the island was solved by the power flow." ; + rdfs:label "inService" ; + rdfs:comment "The in service status as a result of topology processing. It indicates if the equipment is considered as energized by the power flow. It reflects if the equipment is connected within a solvable island. It does not necessarily reflect whether or not the island was solved by the power flow."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SvStatus ; rdfs:range xsd:boolean . cim:SvSwitch.open a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "open"@en ; - rdfs:comment "The attribute tells if the computed state of the switch is considered open." ; + rdfs:label "open" ; + rdfs:comment "The attribute tells if the computed state of the switch is considered open."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SvSwitch ; rdfs:range xsd:boolean . cim:SvTapStep.position a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "position"@en ; - rdfs:comment "The floating point tap position. This is not the tap ratio, but rather the tap step position as defined by the related tap changer model and normally is constrained to be within the range of minimum and maximum tap positions." ; + rdfs:label "position" ; + rdfs:comment "The floating point tap position. This is not the tap ratio, but rather the tap step position as defined by the related tap changer model and normally is constrained to be within the range of minimum and maximum tap positions."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SvTapStep ; rdfs:range xsd:float . cim:SvVoltage.angle a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "angle"@en ; - rdfs:comment "The voltage angle of the topological node complex voltage with respect to system reference." ; + rdfs:label "angle" ; + rdfs:comment "The voltage angle of the topological node complex voltage with respect to system reference."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -557,8 +559,8 @@ cim:SvVoltage.angle a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:SvVoltage.v a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "v"@en ; - rdfs:comment "The voltage magnitude at the topological node. The attribute shall be a positive value." ; + rdfs:label "v" ; + rdfs:comment "The voltage magnitude at the topological node. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -569,8 +571,8 @@ cim:SvVoltage.v a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VsConverter.delta a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "delta"@en ; - rdfs:comment "Angle between VsConverter.uv and ACDCConverter.uc. It is converter’s state variable used in power flow. The attribute shall be a positive value or zero." ; + rdfs:label "delta" ; + rdfs:comment "Angle between VsConverter.uv and ACDCConverter.uc. It is converter’s state variable used in power flow. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:1..1 ; @@ -581,8 +583,8 @@ cim:VsConverter.delta a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VsConverter.uv a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "uv"@en ; - rdfs:comment "Line-to-line voltage on the valve side of the converter transformer. It is converter’s state variable, result from power flow. The attribute shall be a positive value." ; + rdfs:label "uv" ; + rdfs:comment "Line-to-line voltage on the valve side of the converter transformer. It is converter’s state variable, result from power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -593,8 +595,8 @@ cim:VsConverter.uv a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -606,8 +608,8 @@ cim:ActivePowerPerCurrentFlow skos:exactMatch quantitykind:ActivePowerPerCurrent cim:ActivePowerPerFrequency skos:exactMatch quantitykind:ActivePowerPerFrequency . cim:AngleDegrees a qudt:QuantityKind ; - rdfs:label "AngleDegrees"@en ; - rdfs:comment "Measurement of angle in degrees." ; + rdfs:label "AngleDegrees" ; + rdfs:comment "Measurement of angle in degrees."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; qudt:applicableUnit cim:UnitSymbol.deg ; skos:exactMatch quantitykind:Angle . @@ -623,8 +625,8 @@ cim:Capacitance skos:exactMatch quantitykind:Capacitance . cim:Conductance skos:exactMatch quantitykind:Conductance . cim:CurrentFlow a qudt:QuantityKind ; - rdfs:label "CurrentFlow"@en ; - rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC." ; + rdfs:label "CurrentFlow" ; + rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; qudt:applicableUnit cim:UnitSymbol.A ; skos:exactMatch quantitykind:ElectricCurrent . @@ -646,8 +648,8 @@ cim:Pressure skos:exactMatch quantitykind:Pressure . cim:Reactance skos:exactMatch quantitykind:Reactance . cim:ReactivePower a qudt:QuantityKind ; - rdfs:label "ReactivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current." ; + rdfs:label "ReactivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; qudt:applicableUnit cim:UnitSymbol.VAr ; skos:exactMatch quantitykind:ReactivePower . @@ -666,848 +668,848 @@ cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.E a cim:UnitMultiplier ; rdfs:label "E" ; - rdfs:comment "Exa 10**18." ; + rdfs:comment "Exa 10**18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.G a cim:UnitMultiplier ; rdfs:label "G" ; - rdfs:comment "Giga 10**9." ; + rdfs:comment "Giga 10**9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.P a cim:UnitMultiplier ; rdfs:label "P" ; - rdfs:comment "Peta 10**15." ; + rdfs:comment "Peta 10**15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.T a cim:UnitMultiplier ; rdfs:label "T" ; - rdfs:comment "Tera 10**12." ; + rdfs:comment "Tera 10**12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Y a cim:UnitMultiplier ; rdfs:label "Y" ; - rdfs:comment "Yotta 10**24." ; + rdfs:comment "Yotta 10**24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Z a cim:UnitMultiplier ; rdfs:label "Z" ; - rdfs:comment "Zetta 10**21." ; + rdfs:comment "Zetta 10**21."@en ; cims:stereotype "enum" . cim:UnitMultiplier.a a cim:UnitMultiplier ; rdfs:label "a" ; - rdfs:comment "Atto 10**-18." ; + rdfs:comment "Atto 10**-18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.c a cim:UnitMultiplier ; rdfs:label "c" ; - rdfs:comment "Centi 10**-2." ; + rdfs:comment "Centi 10**-2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.d a cim:UnitMultiplier ; rdfs:label "d" ; - rdfs:comment "Deci 10**-1." ; + rdfs:comment "Deci 10**-1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.da a cim:UnitMultiplier ; rdfs:label "da" ; - rdfs:comment "Deca 10**1." ; + rdfs:comment "Deca 10**1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.f a cim:UnitMultiplier ; rdfs:label "f" ; - rdfs:comment "Femto 10**-15." ; + rdfs:comment "Femto 10**-15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.h a cim:UnitMultiplier ; rdfs:label "h" ; - rdfs:comment "Hecto 10**2." ; + rdfs:comment "Hecto 10**2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.m a cim:UnitMultiplier ; rdfs:label "m" ; - rdfs:comment "Milli 10**-3." ; + rdfs:comment "Milli 10**-3."@en ; cims:stereotype "enum" . cim:UnitMultiplier.micro a cim:UnitMultiplier ; rdfs:label "micro" ; - rdfs:comment "Micro 10**-6." ; + rdfs:comment "Micro 10**-6."@en ; cims:stereotype "enum" . cim:UnitMultiplier.n a cim:UnitMultiplier ; rdfs:label "n" ; - rdfs:comment "Nano 10**-9." ; + rdfs:comment "Nano 10**-9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitMultiplier.p a cim:UnitMultiplier ; rdfs:label "p" ; - rdfs:comment "Pico 10**-12." ; + rdfs:comment "Pico 10**-12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.y a cim:UnitMultiplier ; rdfs:label "y" ; - rdfs:comment "Yocto 10**-24." ; + rdfs:comment "Yocto 10**-24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.z a cim:UnitMultiplier ; rdfs:label "z" ; - rdfs:comment "Zepto 10**-21." ; + rdfs:comment "Zepto 10**-21."@en ; cims:stereotype "enum" . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.A2 a cim:UnitSymbol ; rdfs:label "A2" ; - rdfs:comment "Amperes squared (A²)." ; + rdfs:comment "Amperes squared (A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2h a cim:UnitSymbol ; rdfs:label "A2h" ; - rdfs:comment "Ampere-squared hour, ampere-squared hour." ; + rdfs:comment "Ampere-squared hour, ampere-squared hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2s a cim:UnitSymbol ; rdfs:label "A2s" ; - rdfs:comment "Ampere squared time in square amperes (A²s)." ; + rdfs:comment "Ampere squared time in square amperes (A²s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerA a cim:UnitSymbol ; rdfs:label "APerA" ; - rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’." ; + rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerm a cim:UnitSymbol ; rdfs:label "APerm" ; - rdfs:comment "A/m, magnetic field strength, amperes per metre." ; + rdfs:comment "A/m, magnetic field strength, amperes per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Ah a cim:UnitSymbol ; rdfs:label "Ah" ; - rdfs:comment "Ampere-hours, ampere-hours." ; + rdfs:comment "Ampere-hours, ampere-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.As a cim:UnitSymbol ; rdfs:label "As" ; - rdfs:comment "Ampere seconds (A·s)." ; + rdfs:comment "Ampere seconds (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Bq a cim:UnitSymbol ; rdfs:label "Bq" ; - rdfs:comment "Radioactivity in becquerels (1/s)." ; + rdfs:comment "Radioactivity in becquerels (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Btu a cim:UnitSymbol ; rdfs:label "Btu" ; - rdfs:comment "Energy, British Thermal Units." ; + rdfs:comment "Energy, British Thermal Units."@en ; cims:stereotype "enum" . cim:UnitSymbol.C a cim:UnitSymbol ; rdfs:label "C" ; - rdfs:comment "Electric charge in coulombs (A·s)." ; + rdfs:comment "Electric charge in coulombs (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerkg a cim:UnitSymbol ; rdfs:label "CPerkg" ; - rdfs:comment "Exposure (x rays), coulombs per kilogram." ; + rdfs:comment "Exposure (x rays), coulombs per kilogram."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm2 a cim:UnitSymbol ; rdfs:label "CPerm2" ; - rdfs:comment "Surface charge density, coulombs per square metre." ; + rdfs:comment "Surface charge density, coulombs per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm3 a cim:UnitSymbol ; rdfs:label "CPerm3" ; - rdfs:comment "Electric charge density, coulombs per cubic metre." ; + rdfs:comment "Electric charge density, coulombs per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.F a cim:UnitSymbol ; rdfs:label "F" ; - rdfs:comment "Electric capacitance in farads (C/V)." ; + rdfs:comment "Electric capacitance in farads (C/V)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:FARAD . cim:UnitSymbol.FPerm a cim:UnitSymbol ; rdfs:label "FPerm" ; - rdfs:comment "Permittivity, farads per metre." ; + rdfs:comment "Permittivity, farads per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.G a cim:UnitSymbol ; rdfs:label "G" ; - rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)." ; + rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Gy a cim:UnitSymbol ; rdfs:label "Gy" ; - rdfs:comment "Absorbed dose in grays (J/kg)." ; + rdfs:comment "Absorbed dose in grays (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.GyPers a cim:UnitSymbol ; rdfs:label "GyPers" ; - rdfs:comment "Absorbed dose rate, grays per second." ; + rdfs:comment "Absorbed dose rate, grays per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.H a cim:UnitSymbol ; rdfs:label "H" ; - rdfs:comment "Electric inductance in henrys (Wb/A)." ; + rdfs:comment "Electric inductance in henrys (Wb/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.HPerm a cim:UnitSymbol ; rdfs:label "HPerm" ; - rdfs:comment "Permeability, henrys per metre." ; + rdfs:comment "Permeability, henrys per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Hz a cim:UnitSymbol ; rdfs:label "Hz" ; - rdfs:comment "Frequency in hertz (1/s)." ; + rdfs:comment "Frequency in hertz (1/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:HZ ; skos:narrower unit:REV-PER-SEC . cim:UnitSymbol.HzPerHz a cim:UnitSymbol ; rdfs:label "HzPerHz" ; - rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’." ; + rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’."@en ; cims:stereotype "enum" . cim:UnitSymbol.HzPers a cim:UnitSymbol ; rdfs:label "HzPers" ; - rdfs:comment "Rate of change of frequency in hertz per second." ; + rdfs:comment "Rate of change of frequency in hertz per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.J a cim:UnitSymbol ; rdfs:label "J" ; - rdfs:comment "Energy in joules (N·m = C·V = W·s)." ; + rdfs:comment "Energy in joules (N·m = C·V = W·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerK a cim:UnitSymbol ; rdfs:label "JPerK" ; - rdfs:comment "Heat capacity in joules/kelvin." ; + rdfs:comment "Heat capacity in joules/kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkg a cim:UnitSymbol ; rdfs:label "JPerkg" ; - rdfs:comment "Specific energy, Joules / kg." ; + rdfs:comment "Specific energy, Joules / kg."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkgK a cim:UnitSymbol ; rdfs:label "JPerkgK" ; - rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin." ; + rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm2 a cim:UnitSymbol ; rdfs:label "JPerm2" ; - rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre." ; + rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm3 a cim:UnitSymbol ; rdfs:label "JPerm3" ; - rdfs:comment "Energy density, joules per cubic metre." ; + rdfs:comment "Energy density, joules per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermol a cim:UnitSymbol ; rdfs:label "JPermol" ; - rdfs:comment "Molar energy, joules per mole." ; + rdfs:comment "Molar energy, joules per mole."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermolK a cim:UnitSymbol ; rdfs:label "JPermolK" ; - rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin." ; + rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPers a cim:UnitSymbol ; rdfs:label "JPers" ; - rdfs:comment "Energy rate in joules per second (J/s)." ; + rdfs:comment "Energy rate in joules per second (J/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.K a cim:UnitSymbol ; rdfs:label "K" ; - rdfs:comment "Temperature in kelvins." ; + rdfs:comment "Temperature in kelvins."@en ; cims:stereotype "enum" . cim:UnitSymbol.KPers a cim:UnitSymbol ; rdfs:label "KPers" ; - rdfs:comment "Temperature change rate in kelvins per second." ; + rdfs:comment "Temperature change rate in kelvins per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.M a cim:UnitSymbol ; rdfs:label "M" ; - rdfs:comment "Length, nautical miles (1 M = 1852 m)." ; + rdfs:comment "Length, nautical miles (1 M = 1852 m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Mx a cim:UnitSymbol ; rdfs:label "Mx" ; - rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)." ; + rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)."@en ; cims:stereotype "enum" . cim:UnitSymbol.N a cim:UnitSymbol ; rdfs:label "N" ; - rdfs:comment "Force in newtons (kg·m/s²)." ; + rdfs:comment "Force in newtons (kg·m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.NPerm a cim:UnitSymbol ; rdfs:label "NPerm" ; - rdfs:comment "Surface tension, newton per metre." ; + rdfs:comment "Surface tension, newton per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Nm a cim:UnitSymbol ; rdfs:label "Nm" ; - rdfs:comment "Moment of force, newton metres." ; + rdfs:comment "Moment of force, newton metres."@en ; cims:stereotype "enum" . cim:UnitSymbol.Oe a cim:UnitSymbol ; rdfs:label "Oe" ; - rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)." ; + rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pa a cim:UnitSymbol ; rdfs:label "Pa" ; - rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms." ; + rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms."@en ; cims:stereotype "enum" ; skos:exactMatch unit:PA . cim:UnitSymbol.PaPers a cim:UnitSymbol ; rdfs:label "PaPers" ; - rdfs:comment "Pressure change rate in pascals per second." ; + rdfs:comment "Pressure change rate in pascals per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pas a cim:UnitSymbol ; rdfs:label "Pas" ; - rdfs:comment "Dynamic viscosity, pascal seconds." ; + rdfs:comment "Dynamic viscosity, pascal seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.Q a cim:UnitSymbol ; rdfs:label "Q" ; - rdfs:comment "Quantity power, Q." ; + rdfs:comment "Quantity power, Q."@en ; cims:stereotype "enum" . cim:UnitSymbol.Qh a cim:UnitSymbol ; rdfs:label "Qh" ; - rdfs:comment "Quantity energy, Qh." ; + rdfs:comment "Quantity energy, Qh."@en ; cims:stereotype "enum" . cim:UnitSymbol.S a cim:UnitSymbol ; rdfs:label "S" ; - rdfs:comment "Conductance in siemens." ; + rdfs:comment "Conductance in siemens."@en ; cims:stereotype "enum" ; skos:exactMatch unit:S . cim:UnitSymbol.SPerm a cim:UnitSymbol ; rdfs:label "SPerm" ; - rdfs:comment "Conductance per length (F/m)." ; + rdfs:comment "Conductance per length (F/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Sv a cim:UnitSymbol ; rdfs:label "Sv" ; - rdfs:comment "Dose equivalent in sieverts (J/kg)." ; + rdfs:comment "Dose equivalent in sieverts (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.T a cim:UnitSymbol ; rdfs:label "T" ; - rdfs:comment "Magnetic flux density in teslas (Wb/m2)." ; + rdfs:comment "Magnetic flux density in teslas (Wb/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.V2 a cim:UnitSymbol ; rdfs:label "V2" ; - rdfs:comment "Volt squared (W²/A²)." ; + rdfs:comment "Volt squared (W²/A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V2h a cim:UnitSymbol ; rdfs:label "V2h" ; - rdfs:comment "Volt-squared hour, volt-squared-hours." ; + rdfs:comment "Volt-squared hour, volt-squared-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VA a cim:UnitSymbol ; rdfs:label "VA" ; - rdfs:comment "Apparent power in volt amperes. See also real power and reactive power." ; + rdfs:comment "Apparent power in volt amperes. See also real power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A . cim:UnitSymbol.VAh a cim:UnitSymbol ; rdfs:label "VAh" ; - rdfs:comment "Apparent energy in volt ampere hours." ; + rdfs:comment "Apparent energy in volt ampere hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.VArh a cim:UnitSymbol ; rdfs:label "VArh" ; - rdfs:comment "Reactive energy in volt ampere reactive hours." ; + rdfs:comment "Reactive energy in volt ampere reactive hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerHz a cim:UnitSymbol ; rdfs:label "VPerHz" ; - rdfs:comment "Magnetic flux in volt per hertz." ; + rdfs:comment "Magnetic flux in volt per hertz."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerV a cim:UnitSymbol ; rdfs:label "VPerV" ; - rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’." ; + rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVA a cim:UnitSymbol ; rdfs:label "VPerVA" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVAr a cim:UnitSymbol ; rdfs:label "VPerVAr" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-PER-V-A_Reactive . cim:UnitSymbol.VPerm a cim:UnitSymbol ; rdfs:label "VPerm" ; - rdfs:comment "Electric field strength, volts per metre." ; + rdfs:comment "Electric field strength, volts per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vh a cim:UnitSymbol ; rdfs:label "Vh" ; - rdfs:comment "Volt-hour, Volt hours." ; + rdfs:comment "Volt-hour, Volt hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vs a cim:UnitSymbol ; rdfs:label "Vs" ; - rdfs:comment "Volt seconds (Ws/A)." ; + rdfs:comment "Volt seconds (Ws/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.WPerA a cim:UnitSymbol ; rdfs:label "WPerA" ; - rdfs:comment "Active power per current flow, watts per Ampere." ; + rdfs:comment "Active power per current flow, watts per Ampere."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-A . cim:UnitSymbol.WPerW a cim:UnitSymbol ; rdfs:label "WPerW" ; - rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’." ; + rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2 a cim:UnitSymbol ; rdfs:label "WPerm2" ; - rdfs:comment "Heat flux density, irradiance, watts per square metre." ; + rdfs:comment "Heat flux density, irradiance, watts per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2sr a cim:UnitSymbol ; rdfs:label "WPerm2sr" ; - rdfs:comment "Radiance, watts per square metre steradian." ; + rdfs:comment "Radiance, watts per square metre steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPermK a cim:UnitSymbol ; rdfs:label "WPermK" ; - rdfs:comment "Thermal conductivity in watt/metres kelvin." ; + rdfs:comment "Thermal conductivity in watt/metres kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPers a cim:UnitSymbol ; rdfs:label "WPers" ; - rdfs:comment "Ramp rate in watts per second." ; + rdfs:comment "Ramp rate in watts per second."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-SEC . cim:UnitSymbol.WPersr a cim:UnitSymbol ; rdfs:label "WPersr" ; - rdfs:comment "Radiant intensity, watts per steradian." ; + rdfs:comment "Radiant intensity, watts per steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wb a cim:UnitSymbol ; rdfs:label "Wb" ; - rdfs:comment "Magnetic flux in webers (V·s)." ; + rdfs:comment "Magnetic flux in webers (V·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.anglemin a cim:UnitSymbol ; rdfs:label "anglemin" ; - rdfs:comment "Plane angle, minutes." ; + rdfs:comment "Plane angle, minutes."@en ; cims:stereotype "enum" . cim:UnitSymbol.anglesec a cim:UnitSymbol ; rdfs:label "anglesec" ; - rdfs:comment "Plane angle, seconds." ; + rdfs:comment "Plane angle, seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.bar a cim:UnitSymbol ; rdfs:label "bar" ; - rdfs:comment "Pressure in bars, (1 bar = 100 kPa)." ; + rdfs:comment "Pressure in bars, (1 bar = 100 kPa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.cd a cim:UnitSymbol ; rdfs:label "cd" ; - rdfs:comment "Luminous intensity in candelas." ; + rdfs:comment "Luminous intensity in candelas."@en ; cims:stereotype "enum" . cim:UnitSymbol.charPers a cim:UnitSymbol ; rdfs:label "charPers" ; - rdfs:comment "Data rate (baud) in characters per second." ; + rdfs:comment "Data rate (baud) in characters per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.character a cim:UnitSymbol ; rdfs:label "character" ; - rdfs:comment "Number of characters." ; + rdfs:comment "Number of characters."@en ; cims:stereotype "enum" . cim:UnitSymbol.cosPhi a cim:UnitSymbol ; rdfs:label "cosPhi" ; rdfs:comment """Power factor, dimensionless. Note 1: This definition of power factor only holds for balanced systems. See the alternative definition under code 153. -Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility.""" ; +Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility."""@en ; cims:stereotype "enum" . cim:UnitSymbol.count a cim:UnitSymbol ; rdfs:label "count" ; - rdfs:comment "Amount of substance, Counter value." ; + rdfs:comment "Amount of substance, Counter value."@en ; cims:stereotype "enum" . cim:UnitSymbol.d a cim:UnitSymbol ; rdfs:label "d" ; - rdfs:comment "Time in days, day = 24 h = 86400 s." ; + rdfs:comment "Time in days, day = 24 h = 86400 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.dB a cim:UnitSymbol ; rdfs:label "dB" ; - rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.dBm a cim:UnitSymbol ; rdfs:label "dBm" ; - rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.degC a cim:UnitSymbol ; rdfs:label "degC" ; rdfs:comment """Relative temperature in degrees Celsius. -In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software.""" ; +In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG_C . cim:UnitSymbol.ft3 a cim:UnitSymbol ; rdfs:label "ft3" ; - rdfs:comment "Volume, cubic feet." ; + rdfs:comment "Volume, cubic feet."@en ; cims:stereotype "enum" . cim:UnitSymbol.gPerg a cim:UnitSymbol ; rdfs:label "gPerg" ; - rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’." ; + rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’."@en ; cims:stereotype "enum" . cim:UnitSymbol.gal a cim:UnitSymbol ; rdfs:label "gal" ; - rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)." ; + rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)."@en ; cims:stereotype "enum" . cim:UnitSymbol.h a cim:UnitSymbol ; rdfs:label "h" ; - rdfs:comment "Time in hours, hour = 60 min = 3600 s." ; + rdfs:comment "Time in hours, hour = 60 min = 3600 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.ha a cim:UnitSymbol ; rdfs:label "ha" ; - rdfs:comment "Area, hectares." ; + rdfs:comment "Area, hectares."@en ; cims:stereotype "enum" . cim:UnitSymbol.kat a cim:UnitSymbol ; rdfs:label "kat" ; - rdfs:comment "Catalytic activity, katal = mol / s." ; + rdfs:comment "Catalytic activity, katal = mol / s."@en ; cims:stereotype "enum" . cim:UnitSymbol.katPerm3 a cim:UnitSymbol ; rdfs:label "katPerm3" ; - rdfs:comment "Catalytic activity concentration, katals per cubic metre." ; + rdfs:comment "Catalytic activity concentration, katals per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.kg a cim:UnitSymbol ; rdfs:label "kg" ; - rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerJ a cim:UnitSymbol ; rdfs:label "kgPerJ" ; - rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerm3 a cim:UnitSymbol ; rdfs:label "kgPerm3" ; - rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm a cim:UnitSymbol ; rdfs:label "kgm" ; - rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm2 a cim:UnitSymbol ; rdfs:label "kgm2" ; - rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kn a cim:UnitSymbol ; rdfs:label "kn" ; - rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s." ; + rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s."@en ; cims:stereotype "enum" . cim:UnitSymbol.l a cim:UnitSymbol ; rdfs:label "l" ; - rdfs:comment "Volume in litres, litre = dm3 = m3/1000." ; + rdfs:comment "Volume in litres, litre = dm3 = m3/1000."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerh a cim:UnitSymbol ; rdfs:label "lPerh" ; - rdfs:comment "Volumetric flow rate, litres per hour." ; + rdfs:comment "Volumetric flow rate, litres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerl a cim:UnitSymbol ; rdfs:label "lPerl" ; - rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’." ; + rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPers a cim:UnitSymbol ; rdfs:label "lPers" ; - rdfs:comment "Volumetric flow rate in litres per second." ; + rdfs:comment "Volumetric flow rate in litres per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.lm a cim:UnitSymbol ; rdfs:label "lm" ; - rdfs:comment "Luminous flux in lumens (cd·sr)." ; + rdfs:comment "Luminous flux in lumens (cd·sr)."@en ; cims:stereotype "enum" . cim:UnitSymbol.lx a cim:UnitSymbol ; rdfs:label "lx" ; - rdfs:comment "Illuminance in lux (lm/m²)." ; + rdfs:comment "Illuminance in lux (lm/m²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m a cim:UnitSymbol ; rdfs:label "m" ; - rdfs:comment "Length in metres." ; + rdfs:comment "Length in metres."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M . cim:UnitSymbol.m2 a cim:UnitSymbol ; rdfs:label "m2" ; - rdfs:comment "Area in square metres (m²)." ; + rdfs:comment "Area in square metres (m²)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M2 . cim:UnitSymbol.m2Pers a cim:UnitSymbol ; rdfs:label "m2Pers" ; - rdfs:comment "Viscosity in square metres / second (m²/s)." ; + rdfs:comment "Viscosity in square metres / second (m²/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3 a cim:UnitSymbol ; rdfs:label "m3" ; - rdfs:comment "Volume in cubic metres (m³)." ; + rdfs:comment "Volume in cubic metres (m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Compensated a cim:UnitSymbol ; rdfs:label "m3Compensated" ; - rdfs:comment "Volume, cubic metres, with the value compensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value compensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perh a cim:UnitSymbol ; rdfs:label "m3Perh" ; - rdfs:comment "Volumetric flow rate, cubic metres per hour." ; + rdfs:comment "Volumetric flow rate, cubic metres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perkg a cim:UnitSymbol ; rdfs:label "m3Perkg" ; - rdfs:comment "Specific volume, cubic metres per kilogram, v." ; + rdfs:comment "Specific volume, cubic metres per kilogram, v."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Pers a cim:UnitSymbol ; rdfs:label "m3Pers" ; - rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)." ; + rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M3-PER-SEC . cim:UnitSymbol.m3Uncompensated a cim:UnitSymbol ; rdfs:label "m3Uncompensated" ; - rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPerm3 a cim:UnitSymbol ; rdfs:label "mPerm3" ; - rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)." ; + rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers a cim:UnitSymbol ; rdfs:label "mPers" ; - rdfs:comment "Velocity in metres per second (m/s)." ; + rdfs:comment "Velocity in metres per second (m/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers2 a cim:UnitSymbol ; rdfs:label "mPers2" ; - rdfs:comment "Acceleration in metres per second squared (m/s²)." ; + rdfs:comment "Acceleration in metres per second squared (m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.min a cim:UnitSymbol ; rdfs:label "min" ; - rdfs:comment "Time in minutes, minute = 60 s." ; + rdfs:comment "Time in minutes, minute = 60 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.mmHg a cim:UnitSymbol ; rdfs:label "mmHg" ; - rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)." ; + rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mol a cim:UnitSymbol ; rdfs:label "mol" ; - rdfs:comment "Amount of substance in moles." ; + rdfs:comment "Amount of substance in moles."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerkg a cim:UnitSymbol ; rdfs:label "molPerkg" ; - rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms." ; + rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerm3 a cim:UnitSymbol ; rdfs:label "molPerm3" ; - rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³." ; + rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPermol a cim:UnitSymbol ; rdfs:label "molPermol" ; - rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution." ; + rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution."@en ; cims:stereotype "enum" . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohm a cim:UnitSymbol ; rdfs:label "ohm" ; - rdfs:comment "Electric resistance in ohms (V/A)." ; + rdfs:comment "Electric resistance in ohms (V/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:OHM . cim:UnitSymbol.ohmPerm a cim:UnitSymbol ; rdfs:label "ohmPerm" ; - rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)." ; + rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohmm a cim:UnitSymbol ; rdfs:label "ohmm" ; - rdfs:comment "Resistivity, ohm metres, (rho)." ; + rdfs:comment "Resistivity, ohm metres, (rho)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerHz a cim:UnitSymbol ; rdfs:label "onePerHz" ; - rdfs:comment "Reciprocal of frequency (1/Hz)." ; + rdfs:comment "Reciprocal of frequency (1/Hz)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerm a cim:UnitSymbol ; rdfs:label "onePerm" ; - rdfs:comment "Wavenumber, reciprocal metres, (1/m)." ; + rdfs:comment "Wavenumber, reciprocal metres, (1/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ppm a cim:UnitSymbol ; rdfs:label "ppm" ; - rdfs:comment "Concentration in parts per million." ; + rdfs:comment "Concentration in parts per million."@en ; cims:stereotype "enum" . cim:UnitSymbol.rad a cim:UnitSymbol ; rdfs:label "rad" ; - rdfs:comment "Plane angle in radians (m/m)." ; + rdfs:comment "Plane angle in radians (m/m)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:RAD . cim:UnitSymbol.radPers a cim:UnitSymbol ; rdfs:label "radPers" ; - rdfs:comment "Angular velocity in radians per second (rad/s)." ; + rdfs:comment "Angular velocity in radians per second (rad/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.radPers2 a cim:UnitSymbol ; rdfs:label "radPers2" ; - rdfs:comment "Angular acceleration, radians per second squared." ; + rdfs:comment "Angular acceleration, radians per second squared."@en ; cims:stereotype "enum" . cim:UnitSymbol.rev a cim:UnitSymbol ; rdfs:label "rev" ; - rdfs:comment "Amount of rotation, revolutions." ; + rdfs:comment "Amount of rotation, revolutions."@en ; cims:stereotype "enum" . cim:UnitSymbol.rotPers a cim:UnitSymbol ; rdfs:label "rotPers" ; - rdfs:comment "Rotations per second (1/s). See also Hz (1/s)." ; + rdfs:comment "Rotations per second (1/s). See also Hz (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . cim:UnitSymbol.sPers a cim:UnitSymbol ; rdfs:label "sPers" ; - rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’." ; + rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’."@en ; cims:stereotype "enum" . cim:UnitSymbol.sr a cim:UnitSymbol ; rdfs:label "sr" ; - rdfs:comment "Solid angle in steradians (m2/m2)." ; + rdfs:comment "Solid angle in steradians (m2/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.therm a cim:UnitSymbol ; rdfs:label "therm" ; - rdfs:comment "Energy, therms." ; + rdfs:comment "Energy, therms."@en ; cims:stereotype "enum" . cim:UnitSymbol.tonne a cim:UnitSymbol ; rdfs:label "tonne" ; - rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)." ; + rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)."@en ; cims:stereotype "enum" . cim:Voltage a qudt:QuantityKind ; - rdfs:label "Voltage"@en ; - rdfs:comment "Electrical voltage, can be both AC and DC." ; + rdfs:label "Voltage" ; + rdfs:comment "Electrical voltage, can be both AC and DC."@en ; cims:belongsToCategory sv:Package_StateVariablesProfile ; qudt:applicableUnit cim:UnitSymbol.V ; skos:exactMatch quantitykind:Voltage . @@ -1517,9 +1519,9 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . sv:Package_StateVariablesProfile a cims:ClassCategory ; - rdfs:label "StateVariablesProfile"@en ; + rdfs:label "StateVariablesProfile" ; rdfs:comment """A state variables dataset which conforms to the IEC 61970-456 state variables profile contains all objects required to complete the specification of a steady-state solution. A state variables dataset is always exchanged in full. -A state variables dataset of an assembled model contains state variables related objects for all model authority sets being part of the assembled model.""" . +A state variables dataset of an assembled model contains state variables related objects for all model authority sets being part of the assembled model."""@en . diff --git a/rdfs-improved/CGMES/ttl/61970-600-2_SteadyStateHypothesis-AP-Voc-RDFS2020_v3-0-0.ttl b/rdfs-improved/CGMES/ttl/61970-600-2_SteadyStateHypothesis-AP-Voc-RDFS2020_v3-0-0.ttl index 2804ca3..c275a1e 100644 --- a/rdfs-improved/CGMES/ttl/61970-600-2_SteadyStateHypothesis-AP-Voc-RDFS2020_v3-0-0.ttl +++ b/rdfs-improved/CGMES/ttl/61970-600-2_SteadyStateHypothesis-AP-Voc-RDFS2020_v3-0-0.ttl @@ -12,391 +12,393 @@ @prefix skos: . @prefix unit: . @prefix xsd: . +@prefix dc: . @prefix uml: . ssh:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the steady state hypothesis profile from IEC 61970-600-2."@en ; + dc:source "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "SSH" ; - dcat:landingPage "https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/" ; + dcat:landingPage ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , ; dct:creator "ENTSO-E CIM EG"@en ; dct:identifier "urn:uuid:5aabb9bd-8fe3-4f3c-a0fa-f6902e767ce5" ; dct:issued "2021-01-27T12:19:09Z"^^xsd:dateTime ; dct:language "en-GB" ; dct:modified "2020-10-12"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; dct:rights "Copyright"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:rightsHolder "ENTSO-E" ; dct:title "Steady State Hypothesis Vocabulary"@en ; owl:incompatibleWith ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "3.0.0"@en . + owl:versionInfo "3.0.0" . cim:ACDCConverter a owl:Class ; - rdfs:label "ACDCConverter"@en ; - rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion." ; + rdfs:label "ACDCConverter" ; + rdfs:comment "A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:ACDCConverterDCTerminal a owl:Class ; - rdfs:label "ACDCConverterDCTerminal"@en ; - rdfs:comment "A DC electrical connection point at the AC/DC converter. The AC/DC converter is electrically connected also to the AC side. The AC connection is inherited from the AC conducting equipment in the same way as any other AC equipment. The AC/DC converter DC terminal is separate from generic DC terminal to restrict the connection with the AC side to AC/DC converter and so that no other DC conducting equipment can be connected to the AC side." ; + rdfs:label "ACDCConverterDCTerminal" ; + rdfs:comment "A DC electrical connection point at the AC/DC converter. The AC/DC converter is electrically connected also to the AC side. The AC connection is inherited from the AC conducting equipment in the same way as any other AC equipment. The AC/DC converter DC terminal is separate from generic DC terminal to restrict the connection with the AC side to AC/DC converter and so that no other DC conducting equipment can be connected to the AC side."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCBaseTerminal . cim:ACDCTerminal a owl:Class ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:ActivePowerLimit a owl:Class ; - rdfs:label "ActivePowerLimit"@en ; - rdfs:comment "Limit on active power flow." ; + rdfs:label "ActivePowerLimit" ; + rdfs:comment "Limit on active power flow."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:OperationalLimit . cim:ApparentPowerLimit a owl:Class ; - rdfs:label "ApparentPowerLimit"@en ; - rdfs:comment "Apparent power limit." ; + rdfs:label "ApparentPowerLimit" ; + rdfs:comment "Apparent power limit."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:OperationalLimit . cim:AsynchronousMachine a owl:Class ; - rdfs:label "AsynchronousMachine"@en ; - rdfs:comment "A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine." ; + rdfs:label "AsynchronousMachine" ; + rdfs:comment "A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:RotatingMachine . cim:AsynchronousMachineKind a owl:Class ; - rdfs:label "AsynchronousMachineKind"@en ; - rdfs:comment "Kind of Asynchronous Machine." ; + rdfs:label "AsynchronousMachineKind" ; + rdfs:comment "Kind of Asynchronous Machine."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype uml:enumeration . cim:BatteryStateKind a owl:Class ; - rdfs:label "BatteryStateKind"@en ; - rdfs:comment "The state of the battery unit." ; + rdfs:label "BatteryStateKind" ; + rdfs:comment "The state of the battery unit."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype uml:enumeration . cim:BatteryUnit a owl:Class ; - rdfs:label "BatteryUnit"@en ; - rdfs:comment "An electrochemical energy storage device." ; + rdfs:label "BatteryUnit" ; + rdfs:comment "An electrochemical energy storage device."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:PowerElectronicsUnit . cim:Breaker a owl:Class ; - rdfs:label "Breaker"@en ; - rdfs:comment "A mechanical switching device capable of making, carrying, and breaking currents under normal circuit conditions and also making, carrying for a specified time, and breaking currents under specified abnormal circuit conditions e.g. those of short circuit." ; + rdfs:label "Breaker" ; + rdfs:comment "A mechanical switching device capable of making, carrying, and breaking currents under normal circuit conditions and also making, carrying for a specified time, and breaking currents under specified abnormal circuit conditions e.g. those of short circuit."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ProtectedSwitch . cim:ConductingEquipment a owl:Class ; - rdfs:label "ConductingEquipment"@en ; - rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals." ; + rdfs:label "ConductingEquipment" ; + rdfs:comment "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:Equipment . cim:ConformLoad a owl:Class ; - rdfs:label "ConformLoad"@en ; - rdfs:comment "ConformLoad represent loads that follow a daily load change pattern where the pattern can be used to scale the load with a system load." ; + rdfs:label "ConformLoad" ; + rdfs:comment "ConformLoad represent loads that follow a daily load change pattern where the pattern can be used to scale the load with a system load."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EnergyConsumer . cim:ControlArea a owl:Class ; - rdfs:label "ControlArea"@en ; + rdfs:label "ControlArea" ; rdfs:comment """A control area is a grouping of generating units and/or loads and a cutset of tie lines (as terminals) which may be used for a variety of purposes including automatic generation control, power flow solution area interchange control specification, and input to load forecasting. All generation and load within the area defined by the terminals on the border are considered in the area interchange control. Note that any number of overlapping control area specifications can be superimposed on the physical model. The following general principles apply to ControlArea: 1. The control area orientation for net interchange is positive for an import, negative for an export. 2. The control area net interchange is determined by summing flows in Terminals. The Terminals are identified by creating a set of TieFlow objects associated with a ControlArea object. Each TieFlow object identifies one Terminal. 3. In a single network model, a tie between two control areas must be modelled in both control area specifications, such that the two representations of the tie flow sum to zero. -4. The normal orientation of Terminal flow is positive for flow into the conducting equipment that owns the Terminal. (i.e. flow from a bus into a device is positive.) However, the orientation of each flow in the control area specification must align with the control area convention, i.e. import is positive. If the orientation of the Terminal flow referenced by a TieFlow is positive into the control area, then this is confirmed by setting TieFlow.positiveFlowIn flag TRUE. If not, the orientation must be reversed by setting the TieFlow.positiveFlowIn flag FALSE.""" ; +4. The normal orientation of Terminal flow is positive for flow into the conducting equipment that owns the Terminal. (i.e. flow from a bus into a device is positive.) However, the orientation of each flow in the control area specification must align with the control area convention, i.e. import is positive. If the orientation of the Terminal flow referenced by a TieFlow is positive into the control area, then this is confirmed by setting TieFlow.positiveFlowIn flag TRUE. If not, the orientation must be reversed by setting the TieFlow.positiveFlowIn flag FALSE."""@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:CsConverter a owl:Class ; - rdfs:label "CsConverter"@en ; + rdfs:label "CsConverter" ; rdfs:comment """DC side of the current source converter (CSC). The firing angle controls the dc voltage at the converter, both for rectifier and inverter. The difference between the dc voltages of the rectifier and inverter determines the dc current. The extinction angle is used to limit the dc voltage at the inverter, if needed, and is not used in active power control. The firing angle, transformer tap position and number of connected filters are the primary means to control a current source dc line. Higher level controls are built on top, e.g. dc voltage, dc current and active power. From a steady state perspective it is sufficient to specify the wanted active power transfer (ACDCConverter.targetPpcc) and the control functions will set the dc voltage, dc current, firing angle, transformer tap position and number of connected filters to meet this. Therefore attributes targetAlpha and targetGamma are not applicable in this case. The reactive power consumed by the converter is a function of the firing angle, transformer tap position and number of connected filter, which can be approximated with half of the active power. The losses is a function of the dc voltage and dc current. The attributes minAlpha and maxAlpha define the range of firing angles for rectifier operation between which no discrete tap changer action takes place. The range is typically 10-18 degrees. -The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees.""" ; +The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees."""@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ACDCConverter . cim:CsOperatingModeKind a owl:Class ; - rdfs:label "CsOperatingModeKind"@en ; - rdfs:comment "Operating mode for HVDC line operating as Current Source Converter." ; + rdfs:label "CsOperatingModeKind" ; + rdfs:comment "Operating mode for HVDC line operating as Current Source Converter."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype uml:enumeration . cim:CsPpccControlKind a owl:Class ; - rdfs:label "CsPpccControlKind"@en ; - rdfs:comment "Active power control modes for HVDC line operating as Current Source Converter." ; + rdfs:label "CsPpccControlKind" ; + rdfs:comment "Active power control modes for HVDC line operating as Current Source Converter."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype uml:enumeration . cim:CurrentLimit a owl:Class ; - rdfs:label "CurrentLimit"@en ; - rdfs:comment "Operational limit on current." ; + rdfs:label "CurrentLimit" ; + rdfs:comment "Operational limit on current."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:OperationalLimit . cim:DCBaseTerminal a owl:Class ; - rdfs:label "DCBaseTerminal"@en ; - rdfs:comment "An electrical connection point at a piece of DC conducting equipment. DC terminals are connected at one physical DC node that may have multiple DC terminals connected. A DC node is similar to an AC connectivity node. The model requires that DC connections are distinct from AC connections." ; + rdfs:label "DCBaseTerminal" ; + rdfs:comment "An electrical connection point at a piece of DC conducting equipment. DC terminals are connected at one physical DC node that may have multiple DC terminals connected. A DC node is similar to an AC connectivity node. The model requires that DC connections are distinct from AC connections."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:ACDCTerminal . cim:DCTerminal a owl:Class ; - rdfs:label "DCTerminal"@en ; - rdfs:comment "An electrical connection point to generic DC conducting equipment." ; + rdfs:label "DCTerminal" ; + rdfs:comment "An electrical connection point to generic DC conducting equipment."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCBaseTerminal . cim:DisconnectingCircuitBreaker a owl:Class ; - rdfs:label "DisconnectingCircuitBreaker"@en ; - rdfs:comment "A circuit breaking device including disconnecting function, eliminating the need for separate disconnectors." ; + rdfs:label "DisconnectingCircuitBreaker" ; + rdfs:comment "A circuit breaking device including disconnecting function, eliminating the need for separate disconnectors."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:Breaker . cim:Disconnector a owl:Class ; - rdfs:label "Disconnector"@en ; - rdfs:comment "A manually operated or motor operated mechanical switching device used for changing the connections in a circuit, or for isolating a circuit or equipment from a source of power. It is required to open or close circuits when negligible current is broken or made." ; + rdfs:label "Disconnector" ; + rdfs:comment "A manually operated or motor operated mechanical switching device used for changing the connections in a circuit, or for isolating a circuit or equipment from a source of power. It is required to open or close circuits when negligible current is broken or made."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:Switch . cim:EnergyConnection a owl:Class ; - rdfs:label "EnergyConnection"@en ; - rdfs:comment "A connection of energy generation or consumption on the power system model." ; + rdfs:label "EnergyConnection" ; + rdfs:comment "A connection of energy generation or consumption on the power system model."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EnergyConsumer a owl:Class ; - rdfs:label "EnergyConsumer"@en ; + rdfs:label "EnergyConsumer" ; rdfs:comment """Generic user of energy - a point of consumption on the power system model. -EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False.""" ; +EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False."""@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EnergyConnection . cim:EnergySource a owl:Class ; - rdfs:label "EnergySource"@en ; - rdfs:comment "A generic equivalent for an energy supplier on a transmission or distribution voltage level." ; + rdfs:label "EnergySource" ; + rdfs:comment "A generic equivalent for an energy supplier on a transmission or distribution voltage level."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EnergyConnection . cim:Equipment a owl:Class ; - rdfs:label "Equipment"@en ; - rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical." ; + rdfs:label "Equipment" ; + rdfs:comment "The parts of a power system that are physical devices, electronic or mechanical."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:EquivalentEquipment a owl:Class ; - rdfs:label "EquivalentEquipment"@en ; - rdfs:comment "The class represents equivalent objects that are the result of a network reduction. The class is the base for equivalent objects of different types." ; + rdfs:label "EquivalentEquipment" ; + rdfs:comment "The class represents equivalent objects that are the result of a network reduction. The class is the base for equivalent objects of different types."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:ConductingEquipment . cim:EquivalentInjection a owl:Class ; - rdfs:label "EquivalentInjection"@en ; - rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection." ; + rdfs:label "EquivalentInjection" ; + rdfs:comment "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EquivalentEquipment . cim:ExternalNetworkInjection a owl:Class ; - rdfs:label "ExternalNetworkInjection"@en ; - rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations." ; + rdfs:label "ExternalNetworkInjection" ; + rdfs:comment "This class represents the external network and it is used for IEC 60909 calculations."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:RegulatingCondEq . cim:Fuse a owl:Class ; - rdfs:label "Fuse"@en ; - rdfs:comment "An overcurrent protective device with a circuit opening fusible part that is heated and severed by the passage of overcurrent through it. A fuse is considered a switching device because it breaks current." ; + rdfs:label "Fuse" ; + rdfs:comment "An overcurrent protective device with a circuit opening fusible part that is heated and severed by the passage of overcurrent through it. A fuse is considered a switching device because it breaks current."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:Switch . cim:GeneratingUnit a owl:Class ; - rdfs:label "GeneratingUnit"@en ; - rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set." ; + rdfs:label "GeneratingUnit" ; + rdfs:comment "A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:Equipment . cim:GroundDisconnector a owl:Class ; - rdfs:label "GroundDisconnector"@en ; - rdfs:comment "A manually operated or motor operated mechanical switching device used for isolating a circuit or equipment from ground." ; + rdfs:label "GroundDisconnector" ; + rdfs:comment "A manually operated or motor operated mechanical switching device used for isolating a circuit or equipment from ground."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:Switch . cim:HydroGeneratingUnit a owl:Class ; - rdfs:label "HydroGeneratingUnit"@en ; - rdfs:comment "A generating unit whose prime mover is a hydraulic turbine (e.g., Francis, Pelton, Kaplan)." ; + rdfs:label "HydroGeneratingUnit" ; + rdfs:comment "A generating unit whose prime mover is a hydraulic turbine (e.g., Francis, Pelton, Kaplan)."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile . cim:Jumper a owl:Class ; - rdfs:label "Jumper"@en ; - rdfs:comment "A short section of conductor with negligible impedance which can be manually removed and replaced if the circuit is de-energized. Note that zero-impedance branches can potentially be modelled by other equipment types." ; + rdfs:label "Jumper" ; + rdfs:comment "A short section of conductor with negligible impedance which can be manually removed and replaced if the circuit is de-energized. Note that zero-impedance branches can potentially be modelled by other equipment types."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:Switch . cim:LinearShuntCompensator a owl:Class ; - rdfs:label "LinearShuntCompensator"@en ; - rdfs:comment "A linear shunt compensator has banks or sections with equal admittance values." ; + rdfs:label "LinearShuntCompensator" ; + rdfs:comment "A linear shunt compensator has banks or sections with equal admittance values."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ShuntCompensator . cim:LoadBreakSwitch a owl:Class ; - rdfs:label "LoadBreakSwitch"@en ; - rdfs:comment "A mechanical switching device capable of making, carrying, and breaking currents under normal operating conditions." ; + rdfs:label "LoadBreakSwitch" ; + rdfs:comment "A mechanical switching device capable of making, carrying, and breaking currents under normal operating conditions."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ProtectedSwitch . cim:NonConformLoad a owl:Class ; - rdfs:label "NonConformLoad"@en ; - rdfs:comment "NonConformLoad represents loads that do not follow a daily load change pattern and whose changes are not correlated with the daily load change pattern." ; + rdfs:label "NonConformLoad" ; + rdfs:comment "NonConformLoad represents loads that do not follow a daily load change pattern and whose changes are not correlated with the daily load change pattern."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EnergyConsumer . cim:NonlinearShuntCompensator a owl:Class ; - rdfs:label "NonlinearShuntCompensator"@en ; - rdfs:comment "A non linear shunt compensator has bank or section admittance values that differ. The attributes g, b, g0 and b0 of the associated NonlinearShuntCompensatorPoint describe the total conductance and admittance of a NonlinearShuntCompensatorPoint at a section number specified by NonlinearShuntCompensatorPoint.sectionNumber." ; + rdfs:label "NonlinearShuntCompensator" ; + rdfs:comment "A non linear shunt compensator has bank or section admittance values that differ. The attributes g, b, g0 and b0 of the associated NonlinearShuntCompensatorPoint describe the total conductance and admittance of a NonlinearShuntCompensatorPoint at a section number specified by NonlinearShuntCompensatorPoint.sectionNumber."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ShuntCompensator . cim:NuclearGeneratingUnit a owl:Class ; - rdfs:label "NuclearGeneratingUnit"@en ; - rdfs:comment "A nuclear generating unit." ; + rdfs:label "NuclearGeneratingUnit" ; + rdfs:comment "A nuclear generating unit."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . cim:OperationalLimit a owl:Class ; - rdfs:label "OperationalLimit"@en ; + rdfs:label "OperationalLimit" ; rdfs:comment """A value and normal value associated with a specific kind of limit. The sub class value and normalValue attributes vary inversely to the associated OperationalLimitType.acceptableDuration (acceptableDuration for short). -If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration.""" ; +If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration."""@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:PhaseTapChanger a owl:Class ; - rdfs:label "PhaseTapChanger"@en ; - rdfs:comment "A transformer phase shifting tap model that controls the phase angle difference across the power transformer and potentially the active power flow through the power transformer. This phase tap model may also impact the voltage magnitude." ; + rdfs:label "PhaseTapChanger" ; + rdfs:comment "A transformer phase shifting tap model that controls the phase angle difference across the power transformer and potentially the active power flow through the power transformer. This phase tap model may also impact the voltage magnitude."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:TapChanger . cim:PhaseTapChangerAsymmetrical a owl:Class ; - rdfs:label "PhaseTapChangerAsymmetrical"@en ; - rdfs:comment "Describes the tap model for an asymmetrical phase shifting transformer in which the difference voltage vector adds to the in-phase winding. The out-of-phase winding is the transformer end where the tap changer is located. The angle between the in-phase and out-of-phase windings is named the winding connection angle. The phase shift depends on both the difference voltage magnitude and the winding connection angle." ; + rdfs:label "PhaseTapChangerAsymmetrical" ; + rdfs:comment "Describes the tap model for an asymmetrical phase shifting transformer in which the difference voltage vector adds to the in-phase winding. The out-of-phase winding is the transformer end where the tap changer is located. The angle between the in-phase and out-of-phase windings is named the winding connection angle. The phase shift depends on both the difference voltage magnitude and the winding connection angle."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:PhaseTapChangerNonLinear . cim:PhaseTapChangerLinear a owl:Class ; - rdfs:label "PhaseTapChangerLinear"@en ; + rdfs:label "PhaseTapChangerLinear" ; rdfs:comment """Describes a tap changer with a linear relation between the tap step and the phase angle difference across the transformer. This is a mathematical model that is an approximation of a real phase tap changer. The phase angle is computed as stepPhaseShiftIncrement times the tap position. -The voltage magnitude of both sides is the same.""" ; +The voltage magnitude of both sides is the same."""@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:PhaseTapChanger . cim:PhaseTapChangerNonLinear a owl:Class ; - rdfs:label "PhaseTapChangerNonLinear"@en ; - rdfs:comment "The non-linear phase tap changer describes the non-linear behaviour of a phase tap changer. This is a base class for the symmetrical and asymmetrical phase tap changer models. The details of these models can be found in IEC 61970-301." ; + rdfs:label "PhaseTapChangerNonLinear" ; + rdfs:comment "The non-linear phase tap changer describes the non-linear behaviour of a phase tap changer. This is a base class for the symmetrical and asymmetrical phase tap changer models. The details of these models can be found in IEC 61970-301."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:PhaseTapChanger . cim:PhaseTapChangerSymmetrical a owl:Class ; - rdfs:label "PhaseTapChangerSymmetrical"@en ; - rdfs:comment "Describes a symmetrical phase shifting transformer tap model in which the voltage magnitude of both sides is the same. The difference voltage magnitude is the base in an equal-sided triangle where the sides corresponds to the primary and secondary voltages. The phase angle difference corresponds to the top angle and can be expressed as twice the arctangent of half the total difference voltage." ; + rdfs:label "PhaseTapChangerSymmetrical" ; + rdfs:comment "Describes a symmetrical phase shifting transformer tap model in which the voltage magnitude of both sides is the same. The difference voltage magnitude is the base in an equal-sided triangle where the sides corresponds to the primary and secondary voltages. The phase angle difference corresponds to the top angle and can be expressed as twice the arctangent of half the total difference voltage."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:PhaseTapChangerNonLinear . cim:PhaseTapChangerTabular a owl:Class ; - rdfs:label "PhaseTapChangerTabular"@en ; - rdfs:comment "Describes a tap changer with a table defining the relation between the tap step and the phase angle difference across the transformer." ; + rdfs:label "PhaseTapChangerTabular" ; + rdfs:comment "Describes a tap changer with a table defining the relation between the tap step and the phase angle difference across the transformer."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:PhaseTapChanger . cim:PowerElectronicsConnection a owl:Class ; - rdfs:label "PowerElectronicsConnection"@en ; - rdfs:comment "A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines." ; + rdfs:label "PowerElectronicsConnection" ; + rdfs:comment "A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:RegulatingCondEq . cim:PowerElectronicsUnit a owl:Class ; - rdfs:label "PowerElectronicsUnit"@en ; - rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines." ; + rdfs:label "PowerElectronicsUnit" ; + rdfs:comment "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:Equipment . cim:PowerSystemResource a owl:Class ; - rdfs:label "PowerSystemResource"@en ; - rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated." ; + rdfs:label "PowerSystemResource" ; + rdfs:comment "A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:ProtectedSwitch a owl:Class ; - rdfs:label "ProtectedSwitch"@en ; - rdfs:comment "A ProtectedSwitch is a switching device that can be operated by ProtectionEquipment." ; + rdfs:label "ProtectedSwitch" ; + rdfs:comment "A ProtectedSwitch is a switching device that can be operated by ProtectionEquipment."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:Switch . cim:RatioTapChanger a owl:Class ; - rdfs:label "RatioTapChanger"@en ; + rdfs:label "RatioTapChanger" ; rdfs:comment """A tap changer that changes the voltage ratio impacting the voltage magnitude but not the phase angle across the transformer. -Angle sign convention (general): Positive value indicates a positive phase shift from the winding where the tap is located to the other winding (for a two-winding transformer).""" ; +Angle sign convention (general): Positive value indicates a positive phase shift from the winding where the tap is located to the other winding (for a two-winding transformer)."""@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:TapChanger . cim:RegulatingCondEq a owl:Class ; - rdfs:label "RegulatingCondEq"@en ; - rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network." ; + rdfs:label "RegulatingCondEq" ; + rdfs:comment "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description" ; rdfs:subClassOf cim:EnergyConnection . cim:RegulatingControl a owl:Class ; - rdfs:label "RegulatingControl"@en ; + rdfs:label "RegulatingControl" ; rdfs:comment """Specifies a set of equipment that works together to control a power system quantity such as voltage or flow. Remote bus voltage control is possible by specifying the controlled terminal located at some place remote from the controlling equipment. The specified terminal shall be associated with the connectivity node of the controlled point. The most specific subtype of RegulatingControl shall be used in case such equipment participate in the control, e.g. TapChangerControl for tap changers. @@ -404,215 +406,215 @@ For flow control, load sign convention is used, i.e. positive sign means flow ou The attribute minAllowedTargetValue and maxAllowedTargetValue are required in the following cases: - For a power generating module operated in power factor control mode to specify maximum and minimum power factor values; - Whenever it is necessary to have an off center target voltage for the tap changer regulator. For instance, due to long cables to off shore wind farms and the need to have a simpler setup at the off shore transformer platform, the voltage is controlled from the land at the connection point for the off shore wind farm. Since there usually is a voltage rise along the cable, there is typical and overvoltage of up 3-4 kV compared to the on shore station. Thus in normal operation the tap changer on the on shore station is operated with a target set point, which is in the lower parts of the dead band. -The attributes minAllowedTargetValue and maxAllowedTargetValue are not related to the attribute targetDeadband and thus they are not treated as an alternative of the targetDeadband. They are needed due to limitations in the local substation controller. The attribute targetDeadband is used to prevent the power flow from move the tap position in circles (hunting) that is to be used regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue.""" ; +The attributes minAllowedTargetValue and maxAllowedTargetValue are not related to the attribute targetDeadband and thus they are not treated as an alternative of the targetDeadband. They are needed due to limitations in the local substation controller. The attribute targetDeadband is used to prevent the power flow from move the tap position in circles (hunting) that is to be used regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue."""@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:PowerSystemResource . cim:RotatingMachine a owl:Class ; - rdfs:label "RotatingMachine"@en ; - rdfs:comment "A rotating machine which may be used as a generator or motor." ; + rdfs:label "RotatingMachine" ; + rdfs:comment "A rotating machine which may be used as a generator or motor."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:RegulatingCondEq . cim:ShuntCompensator a owl:Class ; - rdfs:label "ShuntCompensator"@en ; - rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied." ; + rdfs:label "ShuntCompensator" ; + rdfs:comment "A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:RegulatingCondEq . cim:SolarGeneratingUnit a owl:Class ; - rdfs:label "SolarGeneratingUnit"@en ; - rdfs:comment "A solar thermal generating unit, connected to the grid by means of a rotating machine. This class does not represent photovoltaic (PV) generation." ; + rdfs:label "SolarGeneratingUnit" ; + rdfs:comment "A solar thermal generating unit, connected to the grid by means of a rotating machine. This class does not represent photovoltaic (PV) generation."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . cim:StaticVarCompensator a owl:Class ; - rdfs:label "StaticVarCompensator"@en ; + rdfs:label "StaticVarCompensator" ; rdfs:comment """A facility for providing variable and controllable shunt reactive power. The SVC typically consists of a stepdown transformer, filter, thyristor-controlled reactor, and thyristor-switched capacitor arms. -The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero.""" ; +The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero."""@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:RegulatingCondEq . cim:StationSupply a owl:Class ; - rdfs:label "StationSupply"@en ; - rdfs:comment "Station supply with load derived from the station output." ; + rdfs:label "StationSupply" ; + rdfs:comment "Station supply with load derived from the station output."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:EnergyConsumer . cim:Switch a owl:Class ; - rdfs:label "Switch"@en ; - rdfs:comment "A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant." ; + rdfs:label "Switch" ; + rdfs:comment "A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ConductingEquipment . cim:SynchronousMachine a owl:Class ; - rdfs:label "SynchronousMachine"@en ; - rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump." ; + rdfs:label "SynchronousMachine" ; + rdfs:comment "An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:RotatingMachine . cim:SynchronousMachineOperatingMode a owl:Class ; - rdfs:label "SynchronousMachineOperatingMode"@en ; - rdfs:comment "Synchronous machine operating mode." ; + rdfs:label "SynchronousMachineOperatingMode" ; + rdfs:comment "Synchronous machine operating mode."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype uml:enumeration . cim:TapChanger a owl:Class ; - rdfs:label "TapChanger"@en ; - rdfs:comment "Mechanism for changing transformer winding tap positions." ; + rdfs:label "TapChanger" ; + rdfs:comment "Mechanism for changing transformer winding tap positions."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; rdfs:subClassOf cim:PowerSystemResource . cim:TapChangerControl a owl:Class ; - rdfs:label "TapChangerControl"@en ; - rdfs:comment "Describes behaviour specific to tap changers, e.g. how the voltage at the end of a line varies with the load level and compensation of the voltage drop by tap adjustment." ; + rdfs:label "TapChangerControl" ; + rdfs:comment "Describes behaviour specific to tap changers, e.g. how the voltage at the end of a line varies with the load level and compensation of the voltage drop by tap adjustment."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:RegulatingControl . cim:Terminal a owl:Class ; - rdfs:label "Terminal"@en ; - rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "Terminal" ; + rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ACDCTerminal . cim:ThermalGeneratingUnit a owl:Class ; - rdfs:label "ThermalGeneratingUnit"@en ; - rdfs:comment "A generating unit whose prime mover could be a steam turbine, combustion turbine, or diesel engine." ; + rdfs:label "ThermalGeneratingUnit" ; + rdfs:comment "A generating unit whose prime mover could be a steam turbine, combustion turbine, or diesel engine."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . cim:UnitMultiplier a owl:Class ; - rdfs:label "UnitMultiplier"@en ; + rdfs:label "UnitMultiplier" ; rdfs:comment """The unit multipliers defined for the CIM. When applied to unit symbols, the unit symbol is treated as a derived unit. Regardless of the contents of the unit symbol text, the unit symbol shall be treated as if it were a single-character unit symbol. Unit symbols should not contain multipliers, and it should be left to the multiplier to define the multiple for an entire data type. For example, if a unit symbol is "m2Pers" and the multiplier is "k", then the value is k(m**2/s), and the multiplier applies to the entire final value, not to any individual part of the value. This can be conceptualized by substituting a derived unit symbol for the unit type. If one imagines that the symbol "Þ" represents the derived unit "m2Pers", then applying the multiplier "k" can be conceptualized simply as "kÞ". -For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg".""" ; +For example, the SI unit for mass is "kg" and not "g". If the unit symbol is defined as "kg", then the multiplier is applied to "kg" as a whole and does not replace the "k" in front of the "g". In this case, the multiplier of "m" would be used with the unit symbol of "kg" to represent one gram. As a text string, this violates the instructions in IEC 80000-1. However, because the unit symbol in CIM is treated as a derived unit instead of as an SI unit, it makes more sense to conceptualize the "kg" as if it were replaced by one of the proposed replacements for the SI mass symbol. If one imagines that the "kg" were replaced by a symbol "Þ", then it is easier to conceptualize the multiplier "m" as creating the proper unit "mÞ", and not the forbidden unit "mkg"."""@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype uml:enumeration . cim:UnitSymbol a owl:Class ; - rdfs:label "UnitSymbol"@en ; + rdfs:label "UnitSymbol" ; rdfs:comment """The derived units defined for usage in the CIM. In some cases, the derived unit is equal to an SI unit. Whenever possible, the standard derived symbol is used instead of the formula for the derived unit. For example, the unit symbol Farad is defined as "F" instead of "CPerV". In cases where a standard symbol does not exist for a derived unit, the formula for the unit is used as the unit symbol. For example, density does not have a standard symbol and so it is represented as "kgPerm3". With the exception of the "kg", which is an SI unit, the unit symbols do not contain multipliers and therefore represent the base derived unit to which a multiplier can be applied as a whole. Every unit symbol is treated as an unparseable text as if it were a single-letter symbol. The meaning of each unit symbol is defined by the accompanying descriptive text and not by the text contents of the unit symbol. To allow the widest possible range of serializations without requiring special character handling, several substitutions are made which deviate from the format described in IEC 80000-1. The division symbol "/" is replaced by the letters "Per". Exponents are written in plain text after the unit as "m3" instead of being formatted as "m" with a superscript of 3 or introducing a symbol as in "m^3". The degree symbol "°" is replaced with the letters "deg". Any clarification of the meaning for a substitution is included in the description for the unit symbol. Non-SI units are included in list of unit symbols to allow sources of data to be correctly labelled with their non-SI units (for example, a GPS sensor that is reporting numbers that represent feet instead of meters). This allows software to use the unit symbol information correctly convert and scale the raw data of those sources into SI-based units. -The integer values are used for harmonization with IEC 61850.""" ; +The integer values are used for harmonization with IEC 61850."""@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype uml:enumeration . cim:VoltageLimit a owl:Class ; - rdfs:label "VoltageLimit"@en ; + rdfs:label "VoltageLimit" ; rdfs:comment """Operational limit applied to voltage. -The use of operational VoltageLimit is preferred instead of limits defined at VoltageLevel. The operational VoltageLimits are used, if present.""" ; +The use of operational VoltageLimit is preferred instead of limits defined at VoltageLevel. The operational VoltageLimits are used, if present."""@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:OperationalLimit . cim:VsConverter a owl:Class ; - rdfs:label "VsConverter"@en ; - rdfs:comment "DC side of the voltage source converter (VSC)." ; + rdfs:label "VsConverter" ; + rdfs:comment "DC side of the voltage source converter (VSC)."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ACDCConverter . cim:VsPpccControlKind a owl:Class ; - rdfs:label "VsPpccControlKind"@en ; - rdfs:comment "Types applicable to the control of real power and/or DC voltage by voltage source converter." ; + rdfs:label "VsPpccControlKind" ; + rdfs:comment "Types applicable to the control of real power and/or DC voltage by voltage source converter."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype uml:enumeration . cim:VsQpccControlKind a owl:Class ; - rdfs:label "VsQpccControlKind"@en ; - rdfs:comment "Kind of reactive power control at point of common coupling for a voltage source converter." ; + rdfs:label "VsQpccControlKind" ; + rdfs:comment "Kind of reactive power control at point of common coupling for a voltage source converter."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype uml:enumeration . cim:WindGeneratingUnit a owl:Class ; - rdfs:label "WindGeneratingUnit"@en ; - rdfs:comment "A wind driven generating unit, connected to the grid by means of a rotating machine. May be used to represent a single turbine or an aggregation." ; + rdfs:label "WindGeneratingUnit" ; + rdfs:comment "A wind driven generating unit, connected to the grid by means of a rotating machine. May be used to represent a single turbine or an aggregation."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:GeneratingUnit . cim:AsynchronousMachine.asynchronousMachineType a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "asynchronousMachineType"@en ; - rdfs:comment "Indicates the type of Asynchronous Machine (motor or generator)." ; + rdfs:label "asynchronousMachineType" ; + rdfs:comment "Indicates the type of Asynchronous Machine (motor or generator)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:AsynchronousMachine ; rdfs:range cim:AsynchronousMachineKind . cim:BatteryUnit.batteryState a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "batteryState"@en ; - rdfs:comment "The current state of the battery (charging, full, etc.)." ; + rdfs:label "batteryState" ; + rdfs:comment "The current state of the battery (charging, full, etc.)."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:BatteryUnit ; rdfs:range cim:BatteryStateKind . cim:CsConverter.operatingMode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "operatingMode"@en ; - rdfs:comment "Indicates whether the DC pole is operating as an inverter or as a rectifier. It is converter’s control variable used in power flow." ; + rdfs:label "operatingMode" ; + rdfs:comment "Indicates whether the DC pole is operating as an inverter or as a rectifier. It is converter’s control variable used in power flow."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:CsConverter ; rdfs:range cim:CsOperatingModeKind . cim:CsConverter.pPccControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "pPccControl"@en ; - rdfs:comment "Kind of active power control." ; + rdfs:label "pPccControl" ; + rdfs:comment "Kind of active power control."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:CsConverter ; rdfs:range cim:CsPpccControlKind . cim:RegulatingControl.targetValueUnitMultiplier a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "targetValueUnitMultiplier"@en ; - rdfs:comment "Specify the multiplier for used for the targetValue." ; + rdfs:label "targetValueUnitMultiplier" ; + rdfs:comment "Specify the multiplier for used for the targetValue."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegulatingControl ; rdfs:range cim:UnitMultiplier . cim:SynchronousMachine.operatingMode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "operatingMode"@en ; - rdfs:comment "Current mode of operation." ; + rdfs:label "operatingMode" ; + rdfs:comment "Current mode of operation."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachine ; rdfs:range cim:SynchronousMachineOperatingMode . cim:VsConverter.pPccControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "pPccControl"@en ; - rdfs:comment "Kind of control of real power and/or DC voltage." ; + rdfs:label "pPccControl" ; + rdfs:comment "Kind of control of real power and/or DC voltage."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:VsConverter ; rdfs:range cim:VsPpccControlKind . cim:VsConverter.qPccControl a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "qPccControl"@en ; - rdfs:comment "Kind of reactive power control." ; + rdfs:label "qPccControl" ; + rdfs:comment "Kind of reactive power control."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:VsConverter ; rdfs:range cim:VsQpccControlKind . cim:ACDCConverter.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution in the case a simplified power flow model is used.""" ; +Starting value for a steady state solution in the case a simplified power flow model is used."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -623,9 +625,9 @@ Starting value for a steady state solution in the case a simplified power flow m rdfs:range xsd:float . cim:ACDCConverter.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution in the case a simplified power flow model is used.""" ; +Starting value for a steady state solution in the case a simplified power flow model is used."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -636,8 +638,8 @@ Starting value for a steady state solution in the case a simplified power flow m rdfs:range xsd:float . cim:ACDCConverter.targetPpcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPpcc"@en ; - rdfs:comment "Real power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "targetPpcc" ; + rdfs:comment "Real power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -648,8 +650,8 @@ cim:ACDCConverter.targetPpcc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCConverter.targetUdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetUdc"@en ; - rdfs:comment "Target value for DC voltage magnitude. The attribute shall be a positive value." ; + rdfs:label "targetUdc" ; + rdfs:comment "Target value for DC voltage magnitude. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -660,17 +662,17 @@ cim:ACDCConverter.targetUdc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ACDCTerminal.connected a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "connected"@en ; + rdfs:label "connected" ; rdfs:comment """The connected status is related to a bus-branch model and the topological node to terminal relation. True implies the terminal is connected to the related topological node and false implies it is not. -In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case.""" ; +In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ACDCTerminal ; rdfs:range xsd:boolean . cim:ActivePowerLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "Value of active power limit. The attribute shall be a positive value or zero." ; + rdfs:label "value" ; + rdfs:comment "Value of active power limit. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -681,8 +683,8 @@ cim:ActivePowerLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ApparentPowerLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "The apparent power limit. The attribute shall be a positive value or zero." ; + rdfs:label "value" ; + rdfs:comment "The apparent power limit. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VA ; cims:multiplicity cims:M:1..1 ; @@ -693,8 +695,8 @@ cim:ApparentPowerLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:BatteryUnit.storedE a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "storedE"@en ; - rdfs:comment "Amount of energy currently stored. The attribute shall be a positive value or zero and lower than BatteryUnit.ratedE." ; + rdfs:label "storedE" ; + rdfs:comment "Amount of energy currently stored. The attribute shall be a positive value or zero and lower than BatteryUnit.ratedE."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.Wh ; cims:multiplicity cims:M:1..1 ; @@ -705,8 +707,8 @@ cim:BatteryUnit.storedE a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ControlArea.netInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "netInterchange"@en ; - rdfs:comment "The specified positive net interchange into the control area, i.e. positive sign means flow into the area." ; + rdfs:label "netInterchange" ; + rdfs:comment "The specified positive net interchange into the control area, i.e. positive sign means flow into the area."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -717,8 +719,8 @@ cim:ControlArea.netInterchange a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ControlArea.pTolerance a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "pTolerance"@en ; - rdfs:comment "Active power net interchange tolerance. The attribute shall be a positive value or zero." ; + rdfs:label "pTolerance" ; + rdfs:comment "Active power net interchange tolerance. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:0..1 ; @@ -729,8 +731,8 @@ cim:ControlArea.pTolerance a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.targetAlpha a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetAlpha"@en ; - rdfs:comment "Target firing angle. It is converter’s control variable used in power flow. It is only applicable for rectifier if continuous tap changer control is used. Allowed values are within the range minAlpha<=targetAlpha<=maxAlpha. The attribute shall be a positive value." ; + rdfs:label "targetAlpha" ; + rdfs:comment "Target firing angle. It is converter’s control variable used in power flow. It is only applicable for rectifier if continuous tap changer control is used. Allowed values are within the range minAlpha<=targetAlpha<=maxAlpha. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -741,8 +743,8 @@ cim:CsConverter.targetAlpha a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.targetGamma a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetGamma"@en ; - rdfs:comment "Target extinction angle. It is converter’s control variable used in power flow. It is only applicable for inverter if continuous tap changer control is used. Allowed values are within the range minGamma<=targetGamma<=maxGamma. The attribute shall be a positive value." ; + rdfs:label "targetGamma" ; + rdfs:comment "Target extinction angle. It is converter’s control variable used in power flow. It is only applicable for inverter if continuous tap changer control is used. Allowed values are within the range minGamma<=targetGamma<=maxGamma. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -753,8 +755,8 @@ cim:CsConverter.targetGamma a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CsConverter.targetIdc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetIdc"@en ; - rdfs:comment "DC current target value. It is converter’s control variable used in power flow. The attribute shall be a positive value." ; + rdfs:label "targetIdc" ; + rdfs:comment "DC current target value. It is converter’s control variable used in power flow. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:0..1 ; @@ -765,8 +767,8 @@ cim:CsConverter.targetIdc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:CurrentLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "Limit on current flow. The attribute shall be a positive value or zero." ; + rdfs:label "value" ; + rdfs:comment "Limit on current flow. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.A ; cims:multiplicity cims:M:1..1 ; @@ -777,10 +779,10 @@ cim:CurrentLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergyConsumer.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -791,10 +793,10 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . cim:EnergyConsumer.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -805,9 +807,9 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . cim:EnergySource.activePower a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "activePower"@en ; + rdfs:label "activePower" ; rdfs:comment """High voltage source active injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -818,9 +820,9 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . cim:EnergySource.reactivePower a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "reactivePower"@en ; + rdfs:label "reactivePower" ; rdfs:comment """High voltage source reactive injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -831,8 +833,8 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . cim:EnergySource.voltageAngle a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "voltageAngle"@en ; - rdfs:comment "Phase angle of a-phase open circuit used when voltage characteristics need to be imposed at the node associated with the terminal of the energy source, such as when voltages and angles from the transmission level are used as input to the distribution network. The attribute shall be a positive value or zero." ; + rdfs:label "voltageAngle" ; + rdfs:comment "Phase angle of a-phase open circuit used when voltage characteristics need to be imposed at the node associated with the terminal of the energy source, such as when voltages and angles from the transmission level are used as input to the distribution network. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.rad ; cims:multiplicity cims:M:0..1 ; @@ -843,8 +845,8 @@ cim:EnergySource.voltageAngle a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:EnergySource.voltageMagnitude a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "voltageMagnitude"@en ; - rdfs:comment "Phase-to-phase open circuit voltage magnitude used when voltage characteristics need to be imposed at the node associated with the terminal of the energy source, such as when voltages and angles from the transmission level are used as input to the distribution network. The attribute shall be a positive value or zero." ; + rdfs:label "voltageMagnitude" ; + rdfs:comment "Phase-to-phase open circuit voltage magnitude used when voltage characteristics need to be imposed at the node associated with the terminal of the energy source, such as when voltages and angles from the transmission level are used as input to the distribution network. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -855,17 +857,17 @@ cim:EnergySource.voltageMagnitude a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:Equipment.inService a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "inService"@en ; - rdfs:comment "Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model." ; + rdfs:label "inService" ; + rdfs:comment "Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Equipment ; rdfs:range xsd:boolean . cim:EquivalentInjection.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Equivalent active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -876,9 +878,9 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . cim:EquivalentInjection.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Equivalent reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -889,16 +891,16 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . cim:EquivalentInjection.regulationStatus a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "regulationStatus"@en ; - rdfs:comment "Specifies the regulation status of the EquivalentInjection. True is regulating. False is not regulating." ; + rdfs:label "regulationStatus" ; + rdfs:comment "Specifies the regulation status of the EquivalentInjection. True is regulating. False is not regulating."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:EquivalentInjection ; rdfs:range xsd:boolean . cim:EquivalentInjection.regulationTarget a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "regulationTarget"@en ; - rdfs:comment "The target voltage for voltage regulation. The attribute shall be a positive value." ; + rdfs:label "regulationTarget" ; + rdfs:comment "The target voltage for voltage regulation. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -909,9 +911,9 @@ cim:EquivalentInjection.regulationTarget a owl:DatatypeProperty, owl:FunctionalP rdfs:range xsd:float . cim:ExternalNetworkInjection.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -922,9 +924,9 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . cim:ExternalNetworkInjection.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for steady state solutions.""" ; +Starting value for steady state solutions."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -935,34 +937,34 @@ Starting value for steady state solutions.""" ; rdfs:range xsd:float . cim:ExternalNetworkInjection.referencePriority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "referencePriority"@en ; - rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on." ; + rdfs:label "referencePriority" ; + rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ExternalNetworkInjection ; rdfs:range xsd:integer . cim:GeneratingUnit.normalPF a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "normalPF"@en ; - rdfs:comment "Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero." ; + rdfs:label "normalPF" ; + rdfs:comment "Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:GeneratingUnit ; rdfs:range xsd:float . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:PowerElectronicsConnection.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -973,9 +975,9 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . cim:PowerElectronicsConnection.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -986,66 +988,66 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . cim:RegulatingCondEq.controlEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "controlEnabled"@en ; - rdfs:comment "Specifies the regulation status of the equipment. True is regulating, false is not regulating." ; + rdfs:label "controlEnabled" ; + rdfs:comment "Specifies the regulation status of the equipment. True is regulating, false is not regulating."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegulatingCondEq ; rdfs:range xsd:boolean . cim:RegulatingControl.discrete a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "discrete"@en ; - rdfs:comment "The regulation is performed in a discrete mode. This applies to equipment with discrete controls, e.g. tap changers and shunt compensators." ; + rdfs:label "discrete" ; + rdfs:comment "The regulation is performed in a discrete mode. This applies to equipment with discrete controls, e.g. tap changers and shunt compensators."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegulatingControl ; rdfs:range xsd:boolean . cim:RegulatingControl.enabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "enabled"@en ; - rdfs:comment "The flag tells if regulation is enabled." ; + rdfs:label "enabled" ; + rdfs:comment "The flag tells if regulation is enabled."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegulatingControl ; rdfs:range xsd:boolean . cim:RegulatingControl.maxAllowedTargetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "maxAllowedTargetValue"@en ; - rdfs:comment "Maximum allowed target value (RegulatingControl.targetValue)." ; + rdfs:label "maxAllowedTargetValue" ; + rdfs:comment "Maximum allowed target value (RegulatingControl.targetValue)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegulatingControl ; rdfs:range xsd:float . cim:RegulatingControl.minAllowedTargetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "minAllowedTargetValue"@en ; - rdfs:comment "Minimum allowed target value (RegulatingControl.targetValue)." ; + rdfs:label "minAllowedTargetValue" ; + rdfs:comment "Minimum allowed target value (RegulatingControl.targetValue)."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegulatingControl ; rdfs:range xsd:float . cim:RegulatingControl.targetDeadband a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetDeadband"@en ; + rdfs:label "targetDeadband" ; rdfs:comment """This is a deadband used with discrete control to avoid excessive update of controls like tap changers and shunt compensator banks while regulating. The units of those appropriate for the mode. The attribute shall be a positive value or zero. If RegulatingControl.discrete is set to "false", the RegulatingControl.targetDeadband is to be ignored. -Note that for instance, if the targetValue is 100 kV and the targetDeadband is 2 kV the range is from 99 to 101 kV.""" ; +Note that for instance, if the targetValue is 100 kV and the targetDeadband is 2 kV the range is from 99 to 101 kV."""@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegulatingControl ; rdfs:range xsd:float . cim:RegulatingControl.targetValue a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetValue"@en ; - rdfs:comment "The target value specified for case input. This value can be used for the target value without the use of schedules. The value has the units appropriate to the mode attribute." ; + rdfs:label "targetValue" ; + rdfs:comment "The target value specified for case input. This value can be used for the target value without the use of schedules. The value has the units appropriate to the mode attribute."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:RegulatingControl ; rdfs:range xsd:float . cim:RotatingMachine.p a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "p"@en ; + rdfs:label "p" ; rdfs:comment """Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.W ; cims:multiplicity cims:M:1..1 ; @@ -1056,9 +1058,9 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . cim:RotatingMachine.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -1069,19 +1071,19 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . cim:ShuntCompensator.sections a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "sections"@en ; + rdfs:label "sections" ; rdfs:comment """Shunt compensator sections in use. Starting value for steady state solution. The attribute shall be a positive value or zero. Non integer values are allowed to support continuous variables. The reasons for continuous value are to support study cases where no discrete shunt compensators has yet been designed, a solutions where a narrow voltage band force the sections to oscillate or accommodate for a continuous solution as input. For LinearShuntConpensator the value shall be between zero and ShuntCompensator.maximumSections. At value zero the shunt compensator conductance and admittance is zero. Linear interpolation of conductance and admittance between the previous and next integer section is applied in case of non-integer values. -For NonlinearShuntCompensator-s shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s.""" ; +For NonlinearShuntCompensator-s shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:ShuntCompensator ; rdfs:range xsd:float . cim:StaticVarCompensator.q a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "q"@en ; + rdfs:label "q" ; rdfs:comment """Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. -Starting value for a steady state solution.""" ; +Starting value for a steady state solution."""@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:1..1 ; @@ -1092,55 +1094,55 @@ Starting value for a steady state solution.""" ; rdfs:range xsd:float . cim:Switch.locked a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "locked"@en ; + rdfs:label "locked" ; rdfs:comment """If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
        \t
      • locked=true and Switch.open=true. The resulting state is open and locked;
      • \t
      • locked=false and Switch.open=true. The resulting state is open;
      • \t
      • locked=false and Switch.open=false. The resulting state is closed.
      • -
      """ ; +"""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Switch ; rdfs:range xsd:boolean . cim:Switch.open a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "open"@en ; - rdfs:comment "The attribute tells if the switch is considered open when used as input to topology processing." ; + rdfs:label "open" ; + rdfs:comment "The attribute tells if the switch is considered open when used as input to topology processing."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:Switch ; rdfs:range xsd:boolean . cim:SynchronousMachine.referencePriority a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "referencePriority"@en ; - rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on." ; + rdfs:label "referencePriority" ; + rdfs:comment "Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:SynchronousMachine ; rdfs:range xsd:integer . cim:TapChanger.controlEnabled a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "controlEnabled"@en ; - rdfs:comment "Specifies the regulation status of the equipment. True is regulating, false is not regulating." ; + rdfs:label "controlEnabled" ; + rdfs:comment "Specifies the regulation status of the equipment. True is regulating, false is not regulating."@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TapChanger ; rdfs:range xsd:boolean . cim:TapChanger.step a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "step"@en ; + rdfs:label "step" ; rdfs:comment """Tap changer position. Starting step for a steady state solution. Non integer values are allowed to support continuous tap variables. The reasons for continuous value are to support study cases where no discrete tap changer has yet been designed, a solution where a narrow voltage band forces the tap step to oscillate or to accommodate for a continuous solution as input. -The attribute shall be equal to or greater than lowStep and equal to or less than highStep.""" ; +The attribute shall be equal to or greater than lowStep and equal to or less than highStep."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:TapChanger ; rdfs:range xsd:float . cim:VoltageLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "value"@en ; - rdfs:comment "Limit on voltage. High or low limit nature of the limit depends upon the properties of the operational limit type. The attribute shall be a positive value or zero." ; + rdfs:label "value" ; + rdfs:comment "Limit on voltage. High or low limit nature of the limit depends upon the properties of the operational limit type. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:1..1 ; @@ -1151,8 +1153,8 @@ cim:VoltageLimit.value a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VsConverter.droop a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droop"@en ; - rdfs:comment "Droop constant. The pu value is obtained as D [kV/MW] x Sb / Ubdc. The attribute shall be a positive value." ; + rdfs:label "droop" ; + rdfs:comment "Droop constant. The pu value is obtained as D [kV/MW] x Sb / Ubdc. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -1162,8 +1164,8 @@ cim:VsConverter.droop a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VsConverter.droopCompensation a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "droopCompensation"@en ; - rdfs:comment "Compensation constant. Used to compensate for voltage drop when controlling voltage at a distant bus. The attribute shall be a positive value." ; + rdfs:label "droopCompensation" ; + rdfs:comment "Compensation constant. Used to compensate for voltage drop when controlling voltage at a distant bus. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.ohm ; cims:multiplicity cims:M:0..1 ; @@ -1174,8 +1176,8 @@ cim:VsConverter.droopCompensation a owl:DatatypeProperty, owl:FunctionalProperty rdfs:range xsd:float . cim:VsConverter.qShare a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "qShare"@en ; - rdfs:comment "Reactive power sharing factor among parallel converters on Uac control. The attribute shall be a positive value or zero." ; + rdfs:label "qShare" ; + rdfs:comment "Reactive power sharing factor among parallel converters on Uac control. The attribute shall be a positive value or zero."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.none ; cims:multiplicity cims:M:0..1 ; @@ -1186,16 +1188,16 @@ cim:VsConverter.qShare a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VsConverter.targetPWMfactor a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPWMfactor"@en ; - rdfs:comment "Magnitude of pulse-modulation factor. The attribute shall be a positive value." ; + rdfs:label "targetPWMfactor" ; + rdfs:comment "Magnitude of pulse-modulation factor. The attribute shall be a positive value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:VsConverter ; rdfs:range xsd:float . cim:VsConverter.targetPhasePcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPhasePcc"@en ; - rdfs:comment "Phase target at AC side, at point of common coupling. The attribute shall be a positive value." ; + rdfs:label "targetPhasePcc" ; + rdfs:comment "Phase target at AC side, at point of common coupling. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.none ; cim:unitSymbol cim:UnitSymbol.deg ; cims:multiplicity cims:M:0..1 ; @@ -1206,16 +1208,16 @@ cim:VsConverter.targetPhasePcc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VsConverter.targetPowerFactorPcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetPowerFactorPcc"@en ; - rdfs:comment "Power factor target at the AC side, at point of common coupling. The attribute shall be a positive value." ; + rdfs:label "targetPowerFactorPcc" ; + rdfs:comment "Power factor target at the AC side, at point of common coupling. The attribute shall be a positive value."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:VsConverter ; rdfs:range xsd:float . cim:VsConverter.targetQpcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetQpcc"@en ; - rdfs:comment "Reactive power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node." ; + rdfs:label "targetQpcc" ; + rdfs:comment "Reactive power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node."@en ; cim:unitMultiplier cim:UnitMultiplier.M ; cim:unitSymbol cim:UnitSymbol.VAr ; cims:multiplicity cims:M:0..1 ; @@ -1226,8 +1228,8 @@ cim:VsConverter.targetQpcc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:VsConverter.targetUpcc a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "targetUpcc"@en ; - rdfs:comment "Voltage target in AC grid, at point of common coupling. The attribute shall be a positive value." ; + rdfs:label "targetUpcc" ; + rdfs:comment "Voltage target in AC grid, at point of common coupling. The attribute shall be a positive value."@en ; cim:unitMultiplier cim:UnitMultiplier.k ; cim:unitSymbol cim:UnitSymbol.V ; cims:multiplicity cims:M:0..1 ; @@ -1238,8 +1240,8 @@ cim:VsConverter.targetUpcc a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:float . cim:ActivePower a qudt:QuantityKind ; - rdfs:label "ActivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current." ; + rdfs:label "ActivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the in-phase component of the current."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; qudt:applicableUnit cim:UnitSymbol.W ; skos:exactMatch quantitykind:ActivePower . @@ -1251,22 +1253,22 @@ cim:ActivePowerPerCurrentFlow skos:exactMatch quantitykind:ActivePowerPerCurrent cim:ActivePowerPerFrequency skos:exactMatch quantitykind:ActivePowerPerFrequency . cim:AngleDegrees a qudt:QuantityKind ; - rdfs:label "AngleDegrees"@en ; - rdfs:comment "Measurement of angle in degrees." ; + rdfs:label "AngleDegrees" ; + rdfs:comment "Measurement of angle in degrees."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; qudt:applicableUnit cim:UnitSymbol.deg ; skos:exactMatch quantitykind:Angle . cim:AngleRadians a qudt:QuantityKind ; - rdfs:label "AngleRadians"@en ; - rdfs:comment "Phase angle in radians." ; + rdfs:label "AngleRadians" ; + rdfs:comment "Phase angle in radians."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; qudt:applicableUnit cim:UnitSymbol.rad ; skos:exactMatch quantitykind:Angle . cim:ApparentPower a qudt:QuantityKind ; - rdfs:label "ApparentPower"@en ; - rdfs:comment "Product of the RMS value of the voltage and the RMS value of the current." ; + rdfs:label "ApparentPower" ; + rdfs:comment "Product of the RMS value of the voltage and the RMS value of the current."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; qudt:applicableUnit cim:UnitSymbol.VA ; skos:exactMatch quantitykind:ApparentPower . @@ -1274,38 +1276,38 @@ cim:ApparentPower a qudt:QuantityKind ; cim:Area skos:exactMatch quantitykind:Area . cim:AsynchronousMachineKind.generator a cim:AsynchronousMachineKind ; - rdfs:label "generator"@en ; - rdfs:comment "The Asynchronous Machine is a generator." ; + rdfs:label "generator" ; + rdfs:comment "The Asynchronous Machine is a generator."@en ; cims:stereotype "enum" . cim:AsynchronousMachineKind.motor a cim:AsynchronousMachineKind ; - rdfs:label "motor"@en ; - rdfs:comment "The Asynchronous Machine is a motor." ; + rdfs:label "motor" ; + rdfs:comment "The Asynchronous Machine is a motor."@en ; cims:stereotype "enum" . cim:BatteryStateKind.charging a cim:BatteryStateKind ; - rdfs:label "charging"@en ; - rdfs:comment "Stored energy is increasing." ; + rdfs:label "charging" ; + rdfs:comment "Stored energy is increasing."@en ; cims:stereotype "enum" . cim:BatteryStateKind.discharging a cim:BatteryStateKind ; - rdfs:label "discharging"@en ; - rdfs:comment "Stored energy is decreasing." ; + rdfs:label "discharging" ; + rdfs:comment "Stored energy is decreasing."@en ; cims:stereotype "enum" . cim:BatteryStateKind.empty a cim:BatteryStateKind ; - rdfs:label "empty"@en ; - rdfs:comment "Unable to discharge, and not charging." ; + rdfs:label "empty" ; + rdfs:comment "Unable to discharge, and not charging."@en ; cims:stereotype "enum" . cim:BatteryStateKind.full a cim:BatteryStateKind ; - rdfs:label "full"@en ; - rdfs:comment "Unable to charge, and not discharging." ; + rdfs:label "full" ; + rdfs:comment "Unable to charge, and not discharging."@en ; cims:stereotype "enum" . cim:BatteryStateKind.waiting a cim:BatteryStateKind ; - rdfs:label "waiting"@en ; - rdfs:comment "Neither charging nor discharging, but able to do so." ; + rdfs:label "waiting" ; + rdfs:comment "Neither charging nor discharging, but able to do so."@en ; cims:stereotype "enum" . cim:Capacitance skos:exactMatch quantitykind:Capacitance . @@ -1313,33 +1315,33 @@ cim:Capacitance skos:exactMatch quantitykind:Capacitance . cim:Conductance skos:exactMatch quantitykind:Conductance . cim:CsOperatingModeKind.inverter a cim:CsOperatingModeKind ; - rdfs:label "inverter"@en ; - rdfs:comment "Operating as inverter, which is the power receiving end." ; + rdfs:label "inverter" ; + rdfs:comment "Operating as inverter, which is the power receiving end."@en ; cims:stereotype "enum" . cim:CsOperatingModeKind.rectifier a cim:CsOperatingModeKind ; - rdfs:label "rectifier"@en ; - rdfs:comment "Operating as rectifier, which is the power sending end." ; + rdfs:label "rectifier" ; + rdfs:comment "Operating as rectifier, which is the power sending end."@en ; cims:stereotype "enum" . cim:CsPpccControlKind.activePower a cim:CsPpccControlKind ; - rdfs:label "activePower"@en ; - rdfs:comment "Control is active power control at AC side, at point of common coupling. Target is provided by ACDCConverter.targetPpcc." ; + rdfs:label "activePower" ; + rdfs:comment "Control is active power control at AC side, at point of common coupling. Target is provided by ACDCConverter.targetPpcc."@en ; cims:stereotype "enum" . cim:CsPpccControlKind.dcCurrent a cim:CsPpccControlKind ; - rdfs:label "dcCurrent"@en ; - rdfs:comment "Control is DC current with target value provided by CsConverter.targetIdc." ; + rdfs:label "dcCurrent" ; + rdfs:comment "Control is DC current with target value provided by CsConverter.targetIdc."@en ; cims:stereotype "enum" . cim:CsPpccControlKind.dcVoltage a cim:CsPpccControlKind ; - rdfs:label "dcVoltage"@en ; - rdfs:comment "Control is DC voltage with target value provided by ACDCConverter.targetUdc." ; + rdfs:label "dcVoltage" ; + rdfs:comment "Control is DC voltage with target value provided by ACDCConverter.targetUdc."@en ; cims:stereotype "enum" . cim:CurrentFlow a qudt:QuantityKind ; - rdfs:label "CurrentFlow"@en ; - rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC." ; + rdfs:label "CurrentFlow" ; + rdfs:comment "Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; qudt:applicableUnit cim:UnitSymbol.A ; skos:exactMatch quantitykind:ElectricCurrent . @@ -1353,15 +1355,15 @@ cim:Length skos:exactMatch quantitykind:Length . cim:Money skos:exactMatch quantitykind:Currency . cim:PU a qudt:QuantityKind ; - rdfs:label "PU"@en ; - rdfs:comment "Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10." ; + rdfs:label "PU" ; + rdfs:comment "Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . cim:PerCent a qudt:QuantityKind ; - rdfs:label "PerCent"@en ; - rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base." ; + rdfs:label "PerCent" ; + rdfs:comment "Percentage on a defined base. For example, specify as 100 to indicate at the defined base."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; qudt:applicableUnit cim:UnitSymbol.none ; skos:exactMatch quantitykind:DimensionlessRatio . @@ -1371,22 +1373,22 @@ cim:Pressure skos:exactMatch quantitykind:Pressure . cim:Reactance skos:exactMatch quantitykind:Reactance . cim:ReactivePower a qudt:QuantityKind ; - rdfs:label "ReactivePower"@en ; - rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current." ; + rdfs:label "ReactivePower" ; + rdfs:comment "Product of RMS value of the voltage and the RMS value of the quadrature component of the current."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; qudt:applicableUnit cim:UnitSymbol.VAr ; skos:exactMatch quantitykind:ReactivePower . cim:RealEnergy a qudt:QuantityKind ; - rdfs:label "RealEnergy"@en ; - rdfs:comment "Real electrical energy." ; + rdfs:label "RealEnergy" ; + rdfs:comment "Real electrical energy."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; qudt:applicableUnit cim:UnitSymbol.Wh ; skos:exactMatch quantitykind:Energy . cim:Resistance a qudt:QuantityKind ; - rdfs:label "Resistance"@en ; - rdfs:comment "Resistance (real part of impedance)." ; + rdfs:label "Resistance" ; + rdfs:comment "Resistance (real part of impedance)."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; qudt:applicableUnit cim:UnitSymbol.ohm ; skos:exactMatch quantitykind:Resistance . @@ -1398,866 +1400,866 @@ cim:Seconds skos:exactMatch quantitykind:Time . cim:Susceptance skos:exactMatch quantitykind:Susceptance . cim:SynchronousMachineOperatingMode.condenser a cim:SynchronousMachineOperatingMode ; - rdfs:label "condenser"@en ; - rdfs:comment "Operating as condenser." ; + rdfs:label "condenser" ; + rdfs:comment "Operating as condenser."@en ; cims:stereotype "enum" . cim:SynchronousMachineOperatingMode.generator a cim:SynchronousMachineOperatingMode ; - rdfs:label "generator"@en ; - rdfs:comment "Operating as generator." ; + rdfs:label "generator" ; + rdfs:comment "Operating as generator."@en ; cims:stereotype "enum" . cim:SynchronousMachineOperatingMode.motor a cim:SynchronousMachineOperatingMode ; - rdfs:label "motor"@en ; - rdfs:comment "Operating as motor." ; + rdfs:label "motor" ; + rdfs:comment "Operating as motor."@en ; cims:stereotype "enum" . cim:Temperature skos:exactMatch quantitykind:Temperature . cim:UnitMultiplier.E a cim:UnitMultiplier ; rdfs:label "E" ; - rdfs:comment "Exa 10**18." ; + rdfs:comment "Exa 10**18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.G a cim:UnitMultiplier ; rdfs:label "G" ; - rdfs:comment "Giga 10**9." ; + rdfs:comment "Giga 10**9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.M a cim:UnitMultiplier ; rdfs:label "M" ; - rdfs:comment "Mega 10**6." ; + rdfs:comment "Mega 10**6."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E6 ; skos:exactMatch prefix:Mega . cim:UnitMultiplier.P a cim:UnitMultiplier ; rdfs:label "P" ; - rdfs:comment "Peta 10**15." ; + rdfs:comment "Peta 10**15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.T a cim:UnitMultiplier ; rdfs:label "T" ; - rdfs:comment "Tera 10**12." ; + rdfs:comment "Tera 10**12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Y a cim:UnitMultiplier ; rdfs:label "Y" ; - rdfs:comment "Yotta 10**24." ; + rdfs:comment "Yotta 10**24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.Z a cim:UnitMultiplier ; rdfs:label "Z" ; - rdfs:comment "Zetta 10**21." ; + rdfs:comment "Zetta 10**21."@en ; cims:stereotype "enum" . cim:UnitMultiplier.a a cim:UnitMultiplier ; rdfs:label "a" ; - rdfs:comment "Atto 10**-18." ; + rdfs:comment "Atto 10**-18."@en ; cims:stereotype "enum" . cim:UnitMultiplier.c a cim:UnitMultiplier ; rdfs:label "c" ; - rdfs:comment "Centi 10**-2." ; + rdfs:comment "Centi 10**-2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.d a cim:UnitMultiplier ; rdfs:label "d" ; - rdfs:comment "Deci 10**-1." ; + rdfs:comment "Deci 10**-1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.da a cim:UnitMultiplier ; rdfs:label "da" ; - rdfs:comment "Deca 10**1." ; + rdfs:comment "Deca 10**1."@en ; cims:stereotype "enum" . cim:UnitMultiplier.f a cim:UnitMultiplier ; rdfs:label "f" ; - rdfs:comment "Femto 10**-15." ; + rdfs:comment "Femto 10**-15."@en ; cims:stereotype "enum" . cim:UnitMultiplier.h a cim:UnitMultiplier ; rdfs:label "h" ; - rdfs:comment "Hecto 10**2." ; + rdfs:comment "Hecto 10**2."@en ; cims:stereotype "enum" . cim:UnitMultiplier.k a cim:UnitMultiplier ; rdfs:label "k" ; - rdfs:comment "Kilo 10**3." ; + rdfs:comment "Kilo 10**3."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1E3 ; skos:exactMatch prefix:Kilo . cim:UnitMultiplier.m a cim:UnitMultiplier ; rdfs:label "m" ; - rdfs:comment "Milli 10**-3." ; + rdfs:comment "Milli 10**-3."@en ; cims:stereotype "enum" . cim:UnitMultiplier.micro a cim:UnitMultiplier ; rdfs:label "micro" ; - rdfs:comment "Micro 10**-6." ; + rdfs:comment "Micro 10**-6."@en ; cims:stereotype "enum" . cim:UnitMultiplier.n a cim:UnitMultiplier ; rdfs:label "n" ; - rdfs:comment "Nano 10**-9." ; + rdfs:comment "Nano 10**-9."@en ; cims:stereotype "enum" . cim:UnitMultiplier.none a cim:UnitMultiplier ; rdfs:label "none" ; - rdfs:comment "No multiplier or equivalently multiply by 1." ; + rdfs:comment "No multiplier or equivalently multiply by 1."@en ; cims:stereotype "enum" ; qudt:prefixMultiplier 1.0 . cim:UnitMultiplier.p a cim:UnitMultiplier ; rdfs:label "p" ; - rdfs:comment "Pico 10**-12." ; + rdfs:comment "Pico 10**-12."@en ; cims:stereotype "enum" . cim:UnitMultiplier.y a cim:UnitMultiplier ; rdfs:label "y" ; - rdfs:comment "Yocto 10**-24." ; + rdfs:comment "Yocto 10**-24."@en ; cims:stereotype "enum" . cim:UnitMultiplier.z a cim:UnitMultiplier ; rdfs:label "z" ; - rdfs:comment "Zepto 10**-21." ; + rdfs:comment "Zepto 10**-21."@en ; cims:stereotype "enum" . cim:UnitSymbol.A a cim:UnitSymbol ; rdfs:label "A" ; - rdfs:comment "Current in amperes." ; + rdfs:comment "Current in amperes."@en ; cims:stereotype "enum" ; skos:exactMatch unit:A . cim:UnitSymbol.A2 a cim:UnitSymbol ; rdfs:label "A2" ; - rdfs:comment "Amperes squared (A²)." ; + rdfs:comment "Amperes squared (A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2h a cim:UnitSymbol ; rdfs:label "A2h" ; - rdfs:comment "Ampere-squared hour, ampere-squared hour." ; + rdfs:comment "Ampere-squared hour, ampere-squared hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.A2s a cim:UnitSymbol ; rdfs:label "A2s" ; - rdfs:comment "Ampere squared time in square amperes (A²s)." ; + rdfs:comment "Ampere squared time in square amperes (A²s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerA a cim:UnitSymbol ; rdfs:label "APerA" ; - rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’." ; + rdfs:comment "Current, ratio of amperages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mA/A’."@en ; cims:stereotype "enum" . cim:UnitSymbol.APerm a cim:UnitSymbol ; rdfs:label "APerm" ; - rdfs:comment "A/m, magnetic field strength, amperes per metre." ; + rdfs:comment "A/m, magnetic field strength, amperes per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Ah a cim:UnitSymbol ; rdfs:label "Ah" ; - rdfs:comment "Ampere-hours, ampere-hours." ; + rdfs:comment "Ampere-hours, ampere-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.As a cim:UnitSymbol ; rdfs:label "As" ; - rdfs:comment "Ampere seconds (A·s)." ; + rdfs:comment "Ampere seconds (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Bq a cim:UnitSymbol ; rdfs:label "Bq" ; - rdfs:comment "Radioactivity in becquerels (1/s)." ; + rdfs:comment "Radioactivity in becquerels (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Btu a cim:UnitSymbol ; rdfs:label "Btu" ; - rdfs:comment "Energy, British Thermal Units." ; + rdfs:comment "Energy, British Thermal Units."@en ; cims:stereotype "enum" . cim:UnitSymbol.C a cim:UnitSymbol ; rdfs:label "C" ; - rdfs:comment "Electric charge in coulombs (A·s)." ; + rdfs:comment "Electric charge in coulombs (A·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerkg a cim:UnitSymbol ; rdfs:label "CPerkg" ; - rdfs:comment "Exposure (x rays), coulombs per kilogram." ; + rdfs:comment "Exposure (x rays), coulombs per kilogram."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm2 a cim:UnitSymbol ; rdfs:label "CPerm2" ; - rdfs:comment "Surface charge density, coulombs per square metre." ; + rdfs:comment "Surface charge density, coulombs per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.CPerm3 a cim:UnitSymbol ; rdfs:label "CPerm3" ; - rdfs:comment "Electric charge density, coulombs per cubic metre." ; + rdfs:comment "Electric charge density, coulombs per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.F a cim:UnitSymbol ; rdfs:label "F" ; - rdfs:comment "Electric capacitance in farads (C/V)." ; + rdfs:comment "Electric capacitance in farads (C/V)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:FARAD . cim:UnitSymbol.FPerm a cim:UnitSymbol ; rdfs:label "FPerm" ; - rdfs:comment "Permittivity, farads per metre." ; + rdfs:comment "Permittivity, farads per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.G a cim:UnitSymbol ; rdfs:label "G" ; - rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)." ; + rdfs:comment "Magnetic flux density, gausses (1 G = 10-4 T)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Gy a cim:UnitSymbol ; rdfs:label "Gy" ; - rdfs:comment "Absorbed dose in grays (J/kg)." ; + rdfs:comment "Absorbed dose in grays (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.GyPers a cim:UnitSymbol ; rdfs:label "GyPers" ; - rdfs:comment "Absorbed dose rate, grays per second." ; + rdfs:comment "Absorbed dose rate, grays per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.H a cim:UnitSymbol ; rdfs:label "H" ; - rdfs:comment "Electric inductance in henrys (Wb/A)." ; + rdfs:comment "Electric inductance in henrys (Wb/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.HPerm a cim:UnitSymbol ; rdfs:label "HPerm" ; - rdfs:comment "Permeability, henrys per metre." ; + rdfs:comment "Permeability, henrys per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Hz a cim:UnitSymbol ; rdfs:label "Hz" ; - rdfs:comment "Frequency in hertz (1/s)." ; + rdfs:comment "Frequency in hertz (1/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:HZ ; skos:narrower unit:REV-PER-SEC . cim:UnitSymbol.HzPerHz a cim:UnitSymbol ; rdfs:label "HzPerHz" ; - rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’." ; + rdfs:comment "Frequency, rate of frequency change. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mHz/Hz’."@en ; cims:stereotype "enum" . cim:UnitSymbol.HzPers a cim:UnitSymbol ; rdfs:label "HzPers" ; - rdfs:comment "Rate of change of frequency in hertz per second." ; + rdfs:comment "Rate of change of frequency in hertz per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.J a cim:UnitSymbol ; rdfs:label "J" ; - rdfs:comment "Energy in joules (N·m = C·V = W·s)." ; + rdfs:comment "Energy in joules (N·m = C·V = W·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerK a cim:UnitSymbol ; rdfs:label "JPerK" ; - rdfs:comment "Heat capacity in joules/kelvin." ; + rdfs:comment "Heat capacity in joules/kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkg a cim:UnitSymbol ; rdfs:label "JPerkg" ; - rdfs:comment "Specific energy, Joules / kg." ; + rdfs:comment "Specific energy, Joules / kg."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerkgK a cim:UnitSymbol ; rdfs:label "JPerkgK" ; - rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin." ; + rdfs:comment "Specific heat capacity, specific entropy, joules per kilogram Kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm2 a cim:UnitSymbol ; rdfs:label "JPerm2" ; - rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre." ; + rdfs:comment "Insulation energy density, joules per square metre or watt second per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPerm3 a cim:UnitSymbol ; rdfs:label "JPerm3" ; - rdfs:comment "Energy density, joules per cubic metre." ; + rdfs:comment "Energy density, joules per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermol a cim:UnitSymbol ; rdfs:label "JPermol" ; - rdfs:comment "Molar energy, joules per mole." ; + rdfs:comment "Molar energy, joules per mole."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPermolK a cim:UnitSymbol ; rdfs:label "JPermolK" ; - rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin." ; + rdfs:comment "Molar entropy, molar heat capacity, joules per mole kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.JPers a cim:UnitSymbol ; rdfs:label "JPers" ; - rdfs:comment "Energy rate in joules per second (J/s)." ; + rdfs:comment "Energy rate in joules per second (J/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.K a cim:UnitSymbol ; rdfs:label "K" ; - rdfs:comment "Temperature in kelvins." ; + rdfs:comment "Temperature in kelvins."@en ; cims:stereotype "enum" . cim:UnitSymbol.KPers a cim:UnitSymbol ; rdfs:label "KPers" ; - rdfs:comment "Temperature change rate in kelvins per second." ; + rdfs:comment "Temperature change rate in kelvins per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.M a cim:UnitSymbol ; rdfs:label "M" ; - rdfs:comment "Length, nautical miles (1 M = 1852 m)." ; + rdfs:comment "Length, nautical miles (1 M = 1852 m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Mx a cim:UnitSymbol ; rdfs:label "Mx" ; - rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)." ; + rdfs:comment "Magnetic flux, maxwells (1 Mx = 10-8 Wb)."@en ; cims:stereotype "enum" . cim:UnitSymbol.N a cim:UnitSymbol ; rdfs:label "N" ; - rdfs:comment "Force in newtons (kg·m/s²)." ; + rdfs:comment "Force in newtons (kg·m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.NPerm a cim:UnitSymbol ; rdfs:label "NPerm" ; - rdfs:comment "Surface tension, newton per metre." ; + rdfs:comment "Surface tension, newton per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Nm a cim:UnitSymbol ; rdfs:label "Nm" ; - rdfs:comment "Moment of force, newton metres." ; + rdfs:comment "Moment of force, newton metres."@en ; cims:stereotype "enum" . cim:UnitSymbol.Oe a cim:UnitSymbol ; rdfs:label "Oe" ; - rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)." ; + rdfs:comment "Magnetic field in oersteds, (1 Oe = (103/4p) A/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pa a cim:UnitSymbol ; rdfs:label "Pa" ; - rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms." ; + rdfs:comment "Pressure in pascals (N/m²). Note: the absolute or relative measurement of pressure is implied with this entry. See below for more explicit forms."@en ; cims:stereotype "enum" ; skos:exactMatch unit:PA . cim:UnitSymbol.PaPers a cim:UnitSymbol ; rdfs:label "PaPers" ; - rdfs:comment "Pressure change rate in pascals per second." ; + rdfs:comment "Pressure change rate in pascals per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.Pas a cim:UnitSymbol ; rdfs:label "Pas" ; - rdfs:comment "Dynamic viscosity, pascal seconds." ; + rdfs:comment "Dynamic viscosity, pascal seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.Q a cim:UnitSymbol ; rdfs:label "Q" ; - rdfs:comment "Quantity power, Q." ; + rdfs:comment "Quantity power, Q."@en ; cims:stereotype "enum" . cim:UnitSymbol.Qh a cim:UnitSymbol ; rdfs:label "Qh" ; - rdfs:comment "Quantity energy, Qh." ; + rdfs:comment "Quantity energy, Qh."@en ; cims:stereotype "enum" . cim:UnitSymbol.S a cim:UnitSymbol ; rdfs:label "S" ; - rdfs:comment "Conductance in siemens." ; + rdfs:comment "Conductance in siemens."@en ; cims:stereotype "enum" ; skos:exactMatch unit:S . cim:UnitSymbol.SPerm a cim:UnitSymbol ; rdfs:label "SPerm" ; - rdfs:comment "Conductance per length (F/m)." ; + rdfs:comment "Conductance per length (F/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Sv a cim:UnitSymbol ; rdfs:label "Sv" ; - rdfs:comment "Dose equivalent in sieverts (J/kg)." ; + rdfs:comment "Dose equivalent in sieverts (J/kg)."@en ; cims:stereotype "enum" . cim:UnitSymbol.T a cim:UnitSymbol ; rdfs:label "T" ; - rdfs:comment "Magnetic flux density in teslas (Wb/m2)." ; + rdfs:comment "Magnetic flux density in teslas (Wb/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V a cim:UnitSymbol ; rdfs:label "V" ; - rdfs:comment "Electric potential in volts (W/A)." ; + rdfs:comment "Electric potential in volts (W/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V . cim:UnitSymbol.V2 a cim:UnitSymbol ; rdfs:label "V2" ; - rdfs:comment "Volt squared (W²/A²)." ; + rdfs:comment "Volt squared (W²/A²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.V2h a cim:UnitSymbol ; rdfs:label "V2h" ; - rdfs:comment "Volt-squared hour, volt-squared-hours." ; + rdfs:comment "Volt-squared hour, volt-squared-hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VA a cim:UnitSymbol ; rdfs:label "VA" ; - rdfs:comment "Apparent power in volt amperes. See also real power and reactive power." ; + rdfs:comment "Apparent power in volt amperes. See also real power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A . cim:UnitSymbol.VAh a cim:UnitSymbol ; rdfs:label "VAh" ; - rdfs:comment "Apparent energy in volt ampere hours." ; + rdfs:comment "Apparent energy in volt ampere hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VAr a cim:UnitSymbol ; rdfs:label "VAr" ; rdfs:comment """Reactive power in volt amperes reactive. The “reactive” or “imaginary” component of electrical power (VIsin(phi)). (See also real power and apparent power). -Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose.""" ; +Note: Different meter designs use different methods to arrive at their results. Some meters may compute reactive power as an arithmetic value, while others compute the value vectorially. The data consumer should determine the method in use and the suitability of the measurement for the intended purpose."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-A_Reactive . cim:UnitSymbol.VArh a cim:UnitSymbol ; rdfs:label "VArh" ; - rdfs:comment "Reactive energy in volt ampere reactive hours." ; + rdfs:comment "Reactive energy in volt ampere reactive hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerHz a cim:UnitSymbol ; rdfs:label "VPerHz" ; - rdfs:comment "Magnetic flux in volt per hertz." ; + rdfs:comment "Magnetic flux in volt per hertz."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerV a cim:UnitSymbol ; rdfs:label "VPerV" ; - rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’." ; + rdfs:comment "Voltage, ratio of voltages. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mV/V’."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVA a cim:UnitSymbol ; rdfs:label "VPerVA" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" . cim:UnitSymbol.VPerVAr a cim:UnitSymbol ; rdfs:label "VPerVAr" ; - rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility." ; + rdfs:comment "Power factor, PF, the ratio of the active power to the apparent power. Note: The sign convention used for power factor will differ between IEC meters and EEI (ANSI) meters. It is assumed that the data consumers understand the type of meter being used and agree on the sign convention in use at any given utility."@en ; cims:stereotype "enum" ; skos:exactMatch unit:V-PER-V-A_Reactive . cim:UnitSymbol.VPerm a cim:UnitSymbol ; rdfs:label "VPerm" ; - rdfs:comment "Electric field strength, volts per metre." ; + rdfs:comment "Electric field strength, volts per metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vh a cim:UnitSymbol ; rdfs:label "Vh" ; - rdfs:comment "Volt-hour, Volt hours." ; + rdfs:comment "Volt-hour, Volt hours."@en ; cims:stereotype "enum" . cim:UnitSymbol.Vs a cim:UnitSymbol ; rdfs:label "Vs" ; - rdfs:comment "Volt seconds (Ws/A)." ; + rdfs:comment "Volt seconds (Ws/A)."@en ; cims:stereotype "enum" . cim:UnitSymbol.W a cim:UnitSymbol ; rdfs:label "W" ; - rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power." ; + rdfs:comment "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W . cim:UnitSymbol.WPerA a cim:UnitSymbol ; rdfs:label "WPerA" ; - rdfs:comment "Active power per current flow, watts per Ampere." ; + rdfs:comment "Active power per current flow, watts per Ampere."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-A . cim:UnitSymbol.WPerW a cim:UnitSymbol ; rdfs:label "WPerW" ; - rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’." ; + rdfs:comment "Signal Strength, ratio of power. Note: Users may need to supply a prefix such as ‘m’ to show rates such as ‘mW/W’."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2 a cim:UnitSymbol ; rdfs:label "WPerm2" ; - rdfs:comment "Heat flux density, irradiance, watts per square metre." ; + rdfs:comment "Heat flux density, irradiance, watts per square metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPerm2sr a cim:UnitSymbol ; rdfs:label "WPerm2sr" ; - rdfs:comment "Radiance, watts per square metre steradian." ; + rdfs:comment "Radiance, watts per square metre steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPermK a cim:UnitSymbol ; rdfs:label "WPermK" ; - rdfs:comment "Thermal conductivity in watt/metres kelvin." ; + rdfs:comment "Thermal conductivity in watt/metres kelvin."@en ; cims:stereotype "enum" . cim:UnitSymbol.WPers a cim:UnitSymbol ; rdfs:label "WPers" ; - rdfs:comment "Ramp rate in watts per second." ; + rdfs:comment "Ramp rate in watts per second."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-PER-SEC . cim:UnitSymbol.WPersr a cim:UnitSymbol ; rdfs:label "WPersr" ; - rdfs:comment "Radiant intensity, watts per steradian." ; + rdfs:comment "Radiant intensity, watts per steradian."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wb a cim:UnitSymbol ; rdfs:label "Wb" ; - rdfs:comment "Magnetic flux in webers (V·s)." ; + rdfs:comment "Magnetic flux in webers (V·s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.Wh a cim:UnitSymbol ; rdfs:label "Wh" ; - rdfs:comment "Real energy in watt hours." ; + rdfs:comment "Real energy in watt hours."@en ; cims:stereotype "enum" ; skos:exactMatch unit:W-HR . cim:UnitSymbol.anglemin a cim:UnitSymbol ; rdfs:label "anglemin" ; - rdfs:comment "Plane angle, minutes." ; + rdfs:comment "Plane angle, minutes."@en ; cims:stereotype "enum" . cim:UnitSymbol.anglesec a cim:UnitSymbol ; rdfs:label "anglesec" ; - rdfs:comment "Plane angle, seconds." ; + rdfs:comment "Plane angle, seconds."@en ; cims:stereotype "enum" . cim:UnitSymbol.bar a cim:UnitSymbol ; rdfs:label "bar" ; - rdfs:comment "Pressure in bars, (1 bar = 100 kPa)." ; + rdfs:comment "Pressure in bars, (1 bar = 100 kPa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.cd a cim:UnitSymbol ; rdfs:label "cd" ; - rdfs:comment "Luminous intensity in candelas." ; + rdfs:comment "Luminous intensity in candelas."@en ; cims:stereotype "enum" . cim:UnitSymbol.charPers a cim:UnitSymbol ; rdfs:label "charPers" ; - rdfs:comment "Data rate (baud) in characters per second." ; + rdfs:comment "Data rate (baud) in characters per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.character a cim:UnitSymbol ; rdfs:label "character" ; - rdfs:comment "Number of characters." ; + rdfs:comment "Number of characters."@en ; cims:stereotype "enum" . cim:UnitSymbol.cosPhi a cim:UnitSymbol ; rdfs:label "cosPhi" ; rdfs:comment """Power factor, dimensionless. Note 1: This definition of power factor only holds for balanced systems. See the alternative definition under code 153. -Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility.""" ; +Note 2 : Beware of differing sign conventions in use between the IEC and EEI. It is assumed that the data consumer understands the type of meter in use and the sign convention in use by the utility."""@en ; cims:stereotype "enum" . cim:UnitSymbol.count a cim:UnitSymbol ; rdfs:label "count" ; - rdfs:comment "Amount of substance, Counter value." ; + rdfs:comment "Amount of substance, Counter value."@en ; cims:stereotype "enum" . cim:UnitSymbol.d a cim:UnitSymbol ; rdfs:label "d" ; - rdfs:comment "Time in days, day = 24 h = 86400 s." ; + rdfs:comment "Time in days, day = 24 h = 86400 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.dB a cim:UnitSymbol ; rdfs:label "dB" ; - rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Sound pressure level in decibels. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.dBm a cim:UnitSymbol ; rdfs:label "dBm" ; - rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Power level (logarithmic ratio of signal strength , Bel-mW), normalized to 1mW. Note: multiplier “d” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.deg a cim:UnitSymbol ; rdfs:label "deg" ; - rdfs:comment "Plane angle in degrees." ; + rdfs:comment "Plane angle in degrees."@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG . cim:UnitSymbol.degC a cim:UnitSymbol ; rdfs:label "degC" ; rdfs:comment """Relative temperature in degrees Celsius. -In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software.""" ; +In the SI unit system the symbol is °C. Electric charge is measured in coulomb that has the unit symbol C. To distinguish degree Celsius from coulomb the symbol used in the UML is degC. The reason for not using °C is that the special character ° is difficult to manage in software."""@en ; cims:stereotype "enum" ; skos:exactMatch unit:DEG_C . cim:UnitSymbol.ft3 a cim:UnitSymbol ; rdfs:label "ft3" ; - rdfs:comment "Volume, cubic feet." ; + rdfs:comment "Volume, cubic feet."@en ; cims:stereotype "enum" . cim:UnitSymbol.gPerg a cim:UnitSymbol ; rdfs:label "gPerg" ; - rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’." ; + rdfs:comment "Concentration, The ratio of the mass of a solute divided by the mass of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µg/g’."@en ; cims:stereotype "enum" . cim:UnitSymbol.gal a cim:UnitSymbol ; rdfs:label "gal" ; - rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)." ; + rdfs:comment "Volume in gallons, US gallon (1 gal = 231 in3 = 128 fl ounce)."@en ; cims:stereotype "enum" . cim:UnitSymbol.h a cim:UnitSymbol ; rdfs:label "h" ; - rdfs:comment "Time in hours, hour = 60 min = 3600 s." ; + rdfs:comment "Time in hours, hour = 60 min = 3600 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.ha a cim:UnitSymbol ; rdfs:label "ha" ; - rdfs:comment "Area, hectares." ; + rdfs:comment "Area, hectares."@en ; cims:stereotype "enum" . cim:UnitSymbol.kat a cim:UnitSymbol ; rdfs:label "kat" ; - rdfs:comment "Catalytic activity, katal = mol / s." ; + rdfs:comment "Catalytic activity, katal = mol / s."@en ; cims:stereotype "enum" . cim:UnitSymbol.katPerm3 a cim:UnitSymbol ; rdfs:label "katPerm3" ; - rdfs:comment "Catalytic activity concentration, katals per cubic metre." ; + rdfs:comment "Catalytic activity concentration, katals per cubic metre."@en ; cims:stereotype "enum" . cim:UnitSymbol.kg a cim:UnitSymbol ; rdfs:label "kg" ; - rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Mass in kilograms. Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerJ a cim:UnitSymbol ; rdfs:label "kgPerJ" ; - rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Weight per energy in kilograms per joule (kg/J). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgPerm3 a cim:UnitSymbol ; rdfs:label "kgPerm3" ; - rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Density in kilogram/cubic metres (kg/m³). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm a cim:UnitSymbol ; rdfs:label "kgm" ; - rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram metres (kg·m) (first moment of mass). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kgm2 a cim:UnitSymbol ; rdfs:label "kgm2" ; - rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3." ; + rdfs:comment "Moment of mass in kilogram square metres (kg·m²) (Second moment of mass, commonly called the moment of inertia). Note: multiplier “k” is included in this unit symbol for compatibility with IEC 61850-7-3."@en ; cims:stereotype "enum" . cim:UnitSymbol.kn a cim:UnitSymbol ; rdfs:label "kn" ; - rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s." ; + rdfs:comment "Speed, knots (1 kn = 1852/3600) m/s."@en ; cims:stereotype "enum" . cim:UnitSymbol.l a cim:UnitSymbol ; rdfs:label "l" ; - rdfs:comment "Volume in litres, litre = dm3 = m3/1000." ; + rdfs:comment "Volume in litres, litre = dm3 = m3/1000."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerh a cim:UnitSymbol ; rdfs:label "lPerh" ; - rdfs:comment "Volumetric flow rate, litres per hour." ; + rdfs:comment "Volumetric flow rate, litres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPerl a cim:UnitSymbol ; rdfs:label "lPerl" ; - rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’." ; + rdfs:comment "Concentration, The ratio of the volume of a solute divided by the volume of the solution. Note: Users may need use a prefix such a ‘µ’ to express a quantity such as ‘µL/L’."@en ; cims:stereotype "enum" . cim:UnitSymbol.lPers a cim:UnitSymbol ; rdfs:label "lPers" ; - rdfs:comment "Volumetric flow rate in litres per second." ; + rdfs:comment "Volumetric flow rate in litres per second."@en ; cims:stereotype "enum" . cim:UnitSymbol.lm a cim:UnitSymbol ; rdfs:label "lm" ; - rdfs:comment "Luminous flux in lumens (cd·sr)." ; + rdfs:comment "Luminous flux in lumens (cd·sr)."@en ; cims:stereotype "enum" . cim:UnitSymbol.lx a cim:UnitSymbol ; rdfs:label "lx" ; - rdfs:comment "Illuminance in lux (lm/m²)." ; + rdfs:comment "Illuminance in lux (lm/m²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m a cim:UnitSymbol ; rdfs:label "m" ; - rdfs:comment "Length in metres." ; + rdfs:comment "Length in metres."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M . cim:UnitSymbol.m2 a cim:UnitSymbol ; rdfs:label "m2" ; - rdfs:comment "Area in square metres (m²)." ; + rdfs:comment "Area in square metres (m²)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M2 . cim:UnitSymbol.m2Pers a cim:UnitSymbol ; rdfs:label "m2Pers" ; - rdfs:comment "Viscosity in square metres / second (m²/s)." ; + rdfs:comment "Viscosity in square metres / second (m²/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3 a cim:UnitSymbol ; rdfs:label "m3" ; - rdfs:comment "Volume in cubic metres (m³)." ; + rdfs:comment "Volume in cubic metres (m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Compensated a cim:UnitSymbol ; rdfs:label "m3Compensated" ; - rdfs:comment "Volume, cubic metres, with the value compensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value compensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perh a cim:UnitSymbol ; rdfs:label "m3Perh" ; - rdfs:comment "Volumetric flow rate, cubic metres per hour." ; + rdfs:comment "Volumetric flow rate, cubic metres per hour."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Perkg a cim:UnitSymbol ; rdfs:label "m3Perkg" ; - rdfs:comment "Specific volume, cubic metres per kilogram, v." ; + rdfs:comment "Specific volume, cubic metres per kilogram, v."@en ; cims:stereotype "enum" . cim:UnitSymbol.m3Pers a cim:UnitSymbol ; rdfs:label "m3Pers" ; - rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)." ; + rdfs:comment "Volumetric flow rate in cubic metres per second (m³/s)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:M3-PER-SEC . cim:UnitSymbol.m3Uncompensated a cim:UnitSymbol ; rdfs:label "m3Uncompensated" ; - rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects." ; + rdfs:comment "Volume, cubic metres, with the value uncompensated for weather effects."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPerm3 a cim:UnitSymbol ; rdfs:label "mPerm3" ; - rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)." ; + rdfs:comment "Fuel efficiency in metres per cubic metres (m/m³)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers a cim:UnitSymbol ; rdfs:label "mPers" ; - rdfs:comment "Velocity in metres per second (m/s)." ; + rdfs:comment "Velocity in metres per second (m/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mPers2 a cim:UnitSymbol ; rdfs:label "mPers2" ; - rdfs:comment "Acceleration in metres per second squared (m/s²)." ; + rdfs:comment "Acceleration in metres per second squared (m/s²)."@en ; cims:stereotype "enum" . cim:UnitSymbol.min a cim:UnitSymbol ; rdfs:label "min" ; - rdfs:comment "Time in minutes, minute = 60 s." ; + rdfs:comment "Time in minutes, minute = 60 s."@en ; cims:stereotype "enum" . cim:UnitSymbol.mmHg a cim:UnitSymbol ; rdfs:label "mmHg" ; - rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)." ; + rdfs:comment "Pressure, millimetres of mercury (1 mmHg is approximately 133.3 Pa)."@en ; cims:stereotype "enum" . cim:UnitSymbol.mol a cim:UnitSymbol ; rdfs:label "mol" ; - rdfs:comment "Amount of substance in moles." ; + rdfs:comment "Amount of substance in moles."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerkg a cim:UnitSymbol ; rdfs:label "molPerkg" ; - rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms." ; + rdfs:comment "Concentration, Molality, the amount of solute in moles and the amount of solvent in kilograms."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPerm3 a cim:UnitSymbol ; rdfs:label "molPerm3" ; - rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³." ; + rdfs:comment "Concentration, The amount of substance concentration, (c), the amount of solvent in moles divided by the volume of solution in m³."@en ; cims:stereotype "enum" . cim:UnitSymbol.molPermol a cim:UnitSymbol ; rdfs:label "molPermol" ; - rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution." ; + rdfs:comment "Concentration, Molar fraction, the ratio of the molar amount of a solute divided by the molar amount of the solution."@en ; cims:stereotype "enum" . cim:UnitSymbol.none a cim:UnitSymbol ; rdfs:label "none" ; - rdfs:comment "Dimension less quantity, e.g. count, per unit, etc." ; + rdfs:comment "Dimension less quantity, e.g. count, per unit, etc."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohm a cim:UnitSymbol ; rdfs:label "ohm" ; - rdfs:comment "Electric resistance in ohms (V/A)." ; + rdfs:comment "Electric resistance in ohms (V/A)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:OHM . cim:UnitSymbol.ohmPerm a cim:UnitSymbol ; rdfs:label "ohmPerm" ; - rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)." ; + rdfs:comment "Electric resistance per length in ohms per metre ((V/A)/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ohmm a cim:UnitSymbol ; rdfs:label "ohmm" ; - rdfs:comment "Resistivity, ohm metres, (rho)." ; + rdfs:comment "Resistivity, ohm metres, (rho)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerHz a cim:UnitSymbol ; rdfs:label "onePerHz" ; - rdfs:comment "Reciprocal of frequency (1/Hz)." ; + rdfs:comment "Reciprocal of frequency (1/Hz)."@en ; cims:stereotype "enum" . cim:UnitSymbol.onePerm a cim:UnitSymbol ; rdfs:label "onePerm" ; - rdfs:comment "Wavenumber, reciprocal metres, (1/m)." ; + rdfs:comment "Wavenumber, reciprocal metres, (1/m)."@en ; cims:stereotype "enum" . cim:UnitSymbol.ppm a cim:UnitSymbol ; rdfs:label "ppm" ; - rdfs:comment "Concentration in parts per million." ; + rdfs:comment "Concentration in parts per million."@en ; cims:stereotype "enum" . cim:UnitSymbol.rad a cim:UnitSymbol ; rdfs:label "rad" ; - rdfs:comment "Plane angle in radians (m/m)." ; + rdfs:comment "Plane angle in radians (m/m)."@en ; cims:stereotype "enum" ; skos:exactMatch unit:RAD . cim:UnitSymbol.radPers a cim:UnitSymbol ; rdfs:label "radPers" ; - rdfs:comment "Angular velocity in radians per second (rad/s)." ; + rdfs:comment "Angular velocity in radians per second (rad/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.radPers2 a cim:UnitSymbol ; rdfs:label "radPers2" ; - rdfs:comment "Angular acceleration, radians per second squared." ; + rdfs:comment "Angular acceleration, radians per second squared."@en ; cims:stereotype "enum" . cim:UnitSymbol.rev a cim:UnitSymbol ; rdfs:label "rev" ; - rdfs:comment "Amount of rotation, revolutions." ; + rdfs:comment "Amount of rotation, revolutions."@en ; cims:stereotype "enum" . cim:UnitSymbol.rotPers a cim:UnitSymbol ; rdfs:label "rotPers" ; - rdfs:comment "Rotations per second (1/s). See also Hz (1/s)." ; + rdfs:comment "Rotations per second (1/s). See also Hz (1/s)."@en ; cims:stereotype "enum" . cim:UnitSymbol.s a cim:UnitSymbol ; rdfs:label "s" ; - rdfs:comment "Time in seconds." ; + rdfs:comment "Time in seconds."@en ; cims:stereotype "enum" ; skos:exactMatch unit:SEC . cim:UnitSymbol.sPers a cim:UnitSymbol ; rdfs:label "sPers" ; - rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’." ; + rdfs:comment "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’."@en ; cims:stereotype "enum" . cim:UnitSymbol.sr a cim:UnitSymbol ; rdfs:label "sr" ; - rdfs:comment "Solid angle in steradians (m2/m2)." ; + rdfs:comment "Solid angle in steradians (m2/m2)."@en ; cims:stereotype "enum" . cim:UnitSymbol.therm a cim:UnitSymbol ; rdfs:label "therm" ; - rdfs:comment "Energy, therms." ; + rdfs:comment "Energy, therms."@en ; cims:stereotype "enum" . cim:UnitSymbol.tonne a cim:UnitSymbol ; rdfs:label "tonne" ; - rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)." ; + rdfs:comment "Mass in tons, “tonne” or “metric ton” (1000 kg = 1 Mg)."@en ; cims:stereotype "enum" . cim:Voltage a qudt:QuantityKind ; - rdfs:label "Voltage"@en ; - rdfs:comment "Electrical voltage, can be both AC and DC." ; + rdfs:label "Voltage" ; + rdfs:comment "Electrical voltage, can be both AC and DC."@en ; cims:belongsToCategory ssh:Package_SteadyStateHypothesisProfile ; qudt:applicableUnit cim:UnitSymbol.V ; skos:exactMatch quantitykind:Voltage . @@ -2267,57 +2269,57 @@ cim:VoltagePerReactivePower skos:exactMatch quantitykind:VoltagePerReactivePower cim:VolumeFlowRate skos:exactMatch quantitykind:VolumeFlowRate . cim:VsPpccControlKind.pPcc a cim:VsPpccControlKind ; - rdfs:label "pPcc"@en ; - rdfs:comment "Control is real power at point of common coupling. The target value is provided by ACDCConverter.targetPpcc." ; + rdfs:label "pPcc" ; + rdfs:comment "Control is real power at point of common coupling. The target value is provided by ACDCConverter.targetPpcc."@en ; cims:stereotype "enum" . cim:VsPpccControlKind.pPccAndUdcDroop a cim:VsPpccControlKind ; - rdfs:label "pPccAndUdcDroop"@en ; - rdfs:comment "Control is active power at point of common coupling and local DC voltage, with the droop. Target values are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc and VsConverter.droop." ; + rdfs:label "pPccAndUdcDroop" ; + rdfs:comment "Control is active power at point of common coupling and local DC voltage, with the droop. Target values are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc and VsConverter.droop."@en ; cims:stereotype "enum" . cim:VsPpccControlKind.pPccAndUdcDroopPilot a cim:VsPpccControlKind ; - rdfs:label "pPccAndUdcDroopPilot"@en ; - rdfs:comment "Control is active power at point of common coupling and the pilot DC voltage, with the droop. The mode is used for Multi Terminal High Voltage DC (MTDC) systems where multiple HVDC Substations are connected to the HVDC transmission lines. The pilot voltage is then used to coordinate the control the DC voltage across the HVDC substations. Targets are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc and VsConverter.droop." ; + rdfs:label "pPccAndUdcDroopPilot" ; + rdfs:comment "Control is active power at point of common coupling and the pilot DC voltage, with the droop. The mode is used for Multi Terminal High Voltage DC (MTDC) systems where multiple HVDC Substations are connected to the HVDC transmission lines. The pilot voltage is then used to coordinate the control the DC voltage across the HVDC substations. Targets are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc and VsConverter.droop."@en ; cims:stereotype "enum" . cim:VsPpccControlKind.pPccAndUdcDroopWithCompensation a cim:VsPpccControlKind ; - rdfs:label "pPccAndUdcDroopWithCompensation"@en ; - rdfs:comment "Control is active power at point of common coupling and compensated DC voltage, with the droop. Compensation factor is the resistance, as an approximation of the DC voltage of a common (real or virtual) node in the DC network. Targets are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc, VsConverter.droop and VsConverter.droopCompensation." ; + rdfs:label "pPccAndUdcDroopWithCompensation" ; + rdfs:comment "Control is active power at point of common coupling and compensated DC voltage, with the droop. Compensation factor is the resistance, as an approximation of the DC voltage of a common (real or virtual) node in the DC network. Targets are provided by ACDCConverter.targetPpcc, ACDCConverter.targetUdc, VsConverter.droop and VsConverter.droopCompensation."@en ; cims:stereotype "enum" . cim:VsPpccControlKind.phasePcc a cim:VsPpccControlKind ; - rdfs:label "phasePcc"@en ; - rdfs:comment "Control is phase at point of common coupling. Target is provided by VsConverter.targetPhasePcc." ; + rdfs:label "phasePcc" ; + rdfs:comment "Control is phase at point of common coupling. Target is provided by VsConverter.targetPhasePcc."@en ; cims:stereotype "enum" . cim:VsPpccControlKind.udc a cim:VsPpccControlKind ; - rdfs:label "udc"@en ; - rdfs:comment "Control is DC voltage with target value provided by ACDCConverter.targetUdc." ; + rdfs:label "udc" ; + rdfs:comment "Control is DC voltage with target value provided by ACDCConverter.targetUdc."@en ; cims:stereotype "enum" . cim:VsQpccControlKind.powerFactorPcc a cim:VsQpccControlKind ; - rdfs:label "powerFactorPcc"@en ; - rdfs:comment "Control is power factor at point of common coupling. Target is provided by VsConverter.targetPowerFactorPcc." ; + rdfs:label "powerFactorPcc" ; + rdfs:comment "Control is power factor at point of common coupling. Target is provided by VsConverter.targetPowerFactorPcc."@en ; cims:stereotype "enum" . cim:VsQpccControlKind.pulseWidthModulation a cim:VsQpccControlKind ; - rdfs:label "pulseWidthModulation"@en ; - rdfs:comment "No explicit control. Pulse-modulation factor is directly set in magnitude (VsConverter.targetPWMfactor) and phase (VsConverter.targetPhasePcc)." ; + rdfs:label "pulseWidthModulation" ; + rdfs:comment "No explicit control. Pulse-modulation factor is directly set in magnitude (VsConverter.targetPWMfactor) and phase (VsConverter.targetPhasePcc)."@en ; cims:stereotype "enum" . cim:VsQpccControlKind.reactivePcc a cim:VsQpccControlKind ; - rdfs:label "reactivePcc"@en ; - rdfs:comment "Control is reactive power at point of common coupling. Target is provided by VsConverter.targetQpcc." ; + rdfs:label "reactivePcc" ; + rdfs:comment "Control is reactive power at point of common coupling. Target is provided by VsConverter.targetQpcc."@en ; cims:stereotype "enum" . cim:VsQpccControlKind.voltagePcc a cim:VsQpccControlKind ; - rdfs:label "voltagePcc"@en ; - rdfs:comment "Control is voltage at point of common coupling. Target is provided by VsConverter.targetUpcc." ; + rdfs:label "voltagePcc" ; + rdfs:comment "Control is voltage at point of common coupling. Target is provided by VsConverter.targetUpcc."@en ; cims:stereotype "enum" . ssh:Package_SteadyStateHypothesisProfile a cims:ClassCategory ; - rdfs:label "SteadyStateHypothesisProfile"@en ; - rdfs:comment "A steady state hypothesis dataset which conforms to the IEC 61970-456 steady state hypothesis profile contains all objects required to exchange input parameters to be able to perform load flow simulations. Due to the nature of the SSH profile, all objects in a Steady State Hypothesis instance file should have persistent mRIDs." . + rdfs:label "SteadyStateHypothesisProfile" ; + rdfs:comment "A steady state hypothesis dataset which conforms to the IEC 61970-456 steady state hypothesis profile contains all objects required to exchange input parameters to be able to perform load flow simulations. Due to the nature of the SSH profile, all objects in a Steady State Hypothesis instance file should have persistent mRIDs."@en . diff --git a/rdfs-improved/CGMES/ttl/61970-600-2_Topology-AP-Voc-RDFS2020_v3-0-0.ttl b/rdfs-improved/CGMES/ttl/61970-600-2_Topology-AP-Voc-RDFS2020_v3-0-0.ttl index 9c5a260..5d302b4 100644 --- a/rdfs-improved/CGMES/ttl/61970-600-2_Topology-AP-Voc-RDFS2020_v3-0-0.ttl +++ b/rdfs-improved/CGMES/ttl/61970-600-2_Topology-AP-Voc-RDFS2020_v3-0-0.ttl @@ -8,118 +8,120 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . +@prefix dc: . @prefix uml: . tp:Ontology a owl:Ontology ; dct:description "This vocabulary is describing the topology profile from IEC 61970-600-2."@en ; + dc:source "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; dcat:keyword "TP" ; - dcat:landingPage "https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/" ; + dcat:landingPage ; dcat:theme "vocabulary"@en ; - dct:conformsTo "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:conformsTo , , ; dct:creator "ENTSO-E CIM EG"@en ; dct:identifier "urn:uuid:2c5559fa-12b4-445a-b92a-958c90628cee" ; dct:issued "2021-01-27T12:25:49Z"^^xsd:dateTime ; dct:language "en-GB" ; dct:modified "2020-10-12"^^xsd:date ; - dct:publisher "ENTSO-E"@en ; + dct:publisher "ENTSO-E" ; dct:rights "Copyright"@en ; - dct:rightsHolder "ENTSO-E"@en ; + dct:rightsHolder "ENTSO-E" ; dct:title "Topology Vocabulary"@en ; owl:incompatibleWith ; owl:priorVersion ; owl:versionIRI ; - owl:versionInfo "3.0.0"@en . + owl:versionInfo "3.0.0" . cim:ACDCConverterDCTerminal a owl:Class ; - rdfs:label "ACDCConverterDCTerminal"@en ; - rdfs:comment "A DC electrical connection point at the AC/DC converter. The AC/DC converter is electrically connected also to the AC side. The AC connection is inherited from the AC conducting equipment in the same way as any other AC equipment. The AC/DC converter DC terminal is separate from generic DC terminal to restrict the connection with the AC side to AC/DC converter and so that no other DC conducting equipment can be connected to the AC side." ; + rdfs:label "ACDCConverterDCTerminal" ; + rdfs:comment "A DC electrical connection point at the AC/DC converter. The AC/DC converter is electrically connected also to the AC side. The AC connection is inherited from the AC conducting equipment in the same way as any other AC equipment. The AC/DC converter DC terminal is separate from generic DC terminal to restrict the connection with the AC side to AC/DC converter and so that no other DC conducting equipment can be connected to the AC side."@en ; cims:belongsToCategory tp:Package_TopologyProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCBaseTerminal . cim:ACDCTerminal a owl:Class ; - rdfs:label "ACDCTerminal"@en ; - rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "ACDCTerminal" ; + rdfs:comment "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory tp:Package_TopologyProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:BaseVoltage a owl:Class ; - rdfs:label "BaseVoltage"@en ; - rdfs:comment "Defines a system base voltage which is referenced." ; + rdfs:label "BaseVoltage" ; + rdfs:comment "Defines a system base voltage which is referenced."@en ; cims:belongsToCategory tp:Package_TopologyProfile . cim:ConnectivityNode a owl:Class ; - rdfs:label "ConnectivityNode"@en ; - rdfs:comment "Connectivity nodes are points where terminals of AC conducting equipment are connected together with zero impedance." ; + rdfs:label "ConnectivityNode" ; + rdfs:comment "Connectivity nodes are points where terminals of AC conducting equipment are connected together with zero impedance."@en ; cims:belongsToCategory tp:Package_TopologyProfile ; cims:stereotype "Description", uml:concrete . cim:ConnectivityNodeContainer a owl:Class ; - rdfs:label "ConnectivityNodeContainer"@en ; - rdfs:comment "A base class for all objects that may contain connectivity nodes or topological nodes." ; + rdfs:label "ConnectivityNodeContainer" ; + rdfs:comment "A base class for all objects that may contain connectivity nodes or topological nodes."@en ; cims:belongsToCategory tp:Package_TopologyProfile . cim:DCBaseTerminal a owl:Class ; - rdfs:label "DCBaseTerminal"@en ; - rdfs:comment "An electrical connection point at a piece of DC conducting equipment. DC terminals are connected at one physical DC node that may have multiple DC terminals connected. A DC node is similar to an AC connectivity node. The model requires that DC connections are distinct from AC connections." ; + rdfs:label "DCBaseTerminal" ; + rdfs:comment "An electrical connection point at a piece of DC conducting equipment. DC terminals are connected at one physical DC node that may have multiple DC terminals connected. A DC node is similar to an AC connectivity node. The model requires that DC connections are distinct from AC connections."@en ; cims:belongsToCategory tp:Package_TopologyProfile ; rdfs:subClassOf cim:ACDCTerminal . cim:DCEquipmentContainer a owl:Class ; - rdfs:label "DCEquipmentContainer"@en ; - rdfs:comment "A modelling construct to provide a root class for containment of DC as well as AC equipment. The class differ from the EquipmentContaner for AC in that it may also contain DCNode-s. Hence it can contain both AC and DC equipment." ; + rdfs:label "DCEquipmentContainer" ; + rdfs:comment "A modelling construct to provide a root class for containment of DC as well as AC equipment. The class differ from the EquipmentContaner for AC in that it may also contain DCNode-s. Hence it can contain both AC and DC equipment."@en ; cims:belongsToCategory tp:Package_TopologyProfile . cim:DCNode a owl:Class ; - rdfs:label "DCNode"@en ; - rdfs:comment "DC nodes are points where terminals of DC conducting equipment are connected together with zero impedance." ; + rdfs:label "DCNode" ; + rdfs:comment "DC nodes are points where terminals of DC conducting equipment are connected together with zero impedance."@en ; cims:belongsToCategory tp:Package_TopologyProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:DCTerminal a owl:Class ; - rdfs:label "DCTerminal"@en ; - rdfs:comment "An electrical connection point to generic DC conducting equipment." ; + rdfs:label "DCTerminal" ; + rdfs:comment "An electrical connection point to generic DC conducting equipment."@en ; cims:belongsToCategory tp:Package_TopologyProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:DCBaseTerminal . cim:DCTopologicalNode a owl:Class ; - rdfs:label "DCTopologicalNode"@en ; - rdfs:comment "DC bus." ; + rdfs:label "DCTopologicalNode" ; + rdfs:comment "DC bus."@en ; cims:belongsToCategory tp:Package_TopologyProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:IdentifiedObject a owl:Class ; - rdfs:label "IdentifiedObject"@en ; - rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes." ; + rdfs:label "IdentifiedObject" ; + rdfs:comment "This is a root class to provide common identification for all classes needing identification and naming attributes."@en ; cims:belongsToCategory tp:Package_TopologyProfile . cim:ReportingGroup a owl:Class ; - rdfs:label "ReportingGroup"@en ; - rdfs:comment "A reporting group is used for various ad-hoc groupings used for reporting." ; + rdfs:label "ReportingGroup" ; + rdfs:comment "A reporting group is used for various ad-hoc groupings used for reporting."@en ; cims:belongsToCategory tp:Package_TopologyProfile ; rdfs:subClassOf cim:IdentifiedObject . cim:Terminal a owl:Class ; - rdfs:label "Terminal"@en ; - rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes." ; + rdfs:label "Terminal" ; + rdfs:comment "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."@en ; cims:belongsToCategory tp:Package_TopologyProfile ; cims:stereotype "Description", uml:concrete ; rdfs:subClassOf cim:ACDCTerminal . cim:TopologicalNode a owl:Class ; - rdfs:label "TopologicalNode"@en ; + rdfs:label "TopologicalNode" ; rdfs:comment """For a detailed substation model a topological node is a set of connectivity nodes that, in the current network state, are connected together through any type of closed switches, including jumpers. Topological nodes change as the current network state changes (i.e., switches, breakers, etc. change state). -For a planning model, switch statuses are not used to form topological nodes. Instead they are manually created or deleted in a model builder tool. Topological nodes maintained this way are also called "busses".""" ; +For a planning model, switch statuses are not used to form topological nodes. Instead they are manually created or deleted in a model builder tool. Topological nodes maintained this way are also called "busses"."""@en ; cims:belongsToCategory tp:Package_TopologyProfile ; cims:stereotype uml:concrete ; rdfs:subClassOf cim:IdentifiedObject . cim:BaseVoltage.TopologicalNode a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TopologicalNode"@en ; - rdfs:comment "The topological nodes at the base voltage." ; + rdfs:label "TopologicalNode" ; + rdfs:comment "The topological nodes at the base voltage."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:TopologicalNode.BaseVoltage ; @@ -127,8 +129,8 @@ cim:BaseVoltage.TopologicalNode a owl:ObjectProperty, owl:InverseFunctionalPrope rdfs:range cim:TopologicalNode . cim:ConnectivityNode.TopologicalNode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TopologicalNode"@en ; - rdfs:comment "The topological node to which this connectivity node is assigned. May depend on the current state of switches in the network." ; + rdfs:label "TopologicalNode" ; + rdfs:comment "The topological node to which this connectivity node is assigned. May depend on the current state of switches in the network."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:TopologicalNode.ConnectivityNodes ; @@ -136,8 +138,8 @@ cim:ConnectivityNode.TopologicalNode a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:TopologicalNode . cim:ConnectivityNodeContainer.TopologicalNode a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TopologicalNode"@en ; - rdfs:comment "The topological nodes which belong to this connectivity node container." ; + rdfs:label "TopologicalNode" ; + rdfs:comment "The topological nodes which belong to this connectivity node container."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:TopologicalNode.ConnectivityNodeContainer ; @@ -145,8 +147,8 @@ cim:ConnectivityNodeContainer.TopologicalNode a owl:ObjectProperty, owl:InverseF rdfs:range cim:TopologicalNode . cim:DCBaseTerminal.DCTopologicalNode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCTopologicalNode"@en ; - rdfs:comment "See association end Terminal.TopologicalNode." ; + rdfs:label "DCTopologicalNode" ; + rdfs:comment "See association end Terminal.TopologicalNode."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:DCTopologicalNode.DCTerminals ; @@ -154,8 +156,8 @@ cim:DCBaseTerminal.DCTopologicalNode a owl:ObjectProperty, owl:FunctionalPropert rdfs:range cim:DCTopologicalNode . cim:DCEquipmentContainer.DCTopologicalNode a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCTopologicalNode"@en ; - rdfs:comment "The topological nodes which belong to this connectivity node container." ; + rdfs:label "DCTopologicalNode" ; + rdfs:comment "The topological nodes which belong to this connectivity node container."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DCTopologicalNode.DCEquipmentContainer ; @@ -163,8 +165,8 @@ cim:DCEquipmentContainer.DCTopologicalNode a owl:ObjectProperty, owl:InverseFunc rdfs:range cim:DCTopologicalNode . cim:DCNode.DCTopologicalNode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCTopologicalNode"@en ; - rdfs:comment "The DC topological node to which this DC connectivity node is assigned. May depend on the current state of switches in the network." ; + rdfs:label "DCTopologicalNode" ; + rdfs:comment "The DC topological node to which this DC connectivity node is assigned. May depend on the current state of switches in the network."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:DCTopologicalNode.DCNodes ; @@ -172,8 +174,8 @@ cim:DCNode.DCTopologicalNode a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:DCTopologicalNode . cim:DCTopologicalNode.DCEquipmentContainer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "DCEquipmentContainer"@en ; - rdfs:comment "The connectivity node container to which the topological node belongs." ; + rdfs:label "DCEquipmentContainer" ; + rdfs:comment "The connectivity node container to which the topological node belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:DCEquipmentContainer.DCTopologicalNode ; @@ -181,8 +183,8 @@ cim:DCTopologicalNode.DCEquipmentContainer a owl:ObjectProperty, owl:FunctionalP rdfs:range cim:DCEquipmentContainer . cim:DCTopologicalNode.DCNodes a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCNodes"@en ; - rdfs:comment "The DC connectivity nodes combined together to form this DC topological node. May depend on the current state of switches in the network." ; + rdfs:label "DCNodes" ; + rdfs:comment "The DC connectivity nodes combined together to form this DC topological node. May depend on the current state of switches in the network."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DCNode.DCTopologicalNode ; @@ -190,8 +192,8 @@ cim:DCTopologicalNode.DCNodes a owl:ObjectProperty, owl:InverseFunctionalPropert rdfs:range cim:DCNode . cim:DCTopologicalNode.DCTerminals a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "DCTerminals"@en ; - rdfs:comment "See association end TopologicalNode.Terminal." ; + rdfs:label "DCTerminals" ; + rdfs:comment "See association end TopologicalNode.Terminal."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:DCBaseTerminal.DCTopologicalNode ; @@ -199,8 +201,8 @@ cim:DCTopologicalNode.DCTerminals a owl:ObjectProperty, owl:InverseFunctionalPro rdfs:range cim:DCBaseTerminal . cim:ReportingGroup.TopologicalNode a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "TopologicalNode"@en ; - rdfs:comment "The topological nodes that belong to the reporting group." ; + rdfs:label "TopologicalNode" ; + rdfs:comment "The topological nodes that belong to the reporting group."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:TopologicalNode.ReportingGroup ; @@ -208,8 +210,8 @@ cim:ReportingGroup.TopologicalNode a owl:ObjectProperty, owl:InverseFunctionalPr rdfs:range cim:TopologicalNode . cim:Terminal.TopologicalNode a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "TopologicalNode"@en ; - rdfs:comment "The topological node associated with the terminal. This can be used as an alternative to the connectivity node path to topological node, thus making it unnecessary to model connectivity nodes in some cases. Note that the if connectivity nodes are in the model, this association would probably not be used as an input specification." ; + rdfs:label "TopologicalNode" ; + rdfs:comment "The topological node associated with the terminal. This can be used as an alternative to the connectivity node path to topological node, thus making it unnecessary to model connectivity nodes in some cases. Note that the if connectivity nodes are in the model, this association would probably not be used as an input specification."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:TopologicalNode.Terminal ; @@ -217,8 +219,8 @@ cim:Terminal.TopologicalNode a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:TopologicalNode . cim:TopologicalNode.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "BaseVoltage"@en ; - rdfs:comment "The base voltage of the topological node." ; + rdfs:label "BaseVoltage" ; + rdfs:comment "The base voltage of the topological node."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:BaseVoltage.TopologicalNode ; @@ -226,8 +228,8 @@ cim:TopologicalNode.BaseVoltage a owl:ObjectProperty, owl:FunctionalProperty ; rdfs:range cim:BaseVoltage . cim:TopologicalNode.ConnectivityNodeContainer a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ConnectivityNodeContainer"@en ; - rdfs:comment "The connectivity node container to which the topological node belongs." ; + rdfs:label "ConnectivityNodeContainer" ; + rdfs:comment "The connectivity node container to which the topological node belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:1..1 ; owl:inverseOf cim:ConnectivityNodeContainer.TopologicalNode ; @@ -235,8 +237,8 @@ cim:TopologicalNode.ConnectivityNodeContainer a owl:ObjectProperty, owl:Function rdfs:range cim:ConnectivityNodeContainer . cim:TopologicalNode.ConnectivityNodes a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "ConnectivityNodes"@en ; - rdfs:comment "The connectivity nodes combine together to form this topological node. May depend on the current state of switches in the network." ; + rdfs:label "ConnectivityNodes" ; + rdfs:comment "The connectivity nodes combine together to form this topological node. May depend on the current state of switches in the network."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:0..n ; owl:inverseOf cim:ConnectivityNode.TopologicalNode ; @@ -244,8 +246,8 @@ cim:TopologicalNode.ConnectivityNodes a owl:ObjectProperty, owl:InverseFunctiona rdfs:range cim:ConnectivityNode . cim:TopologicalNode.ReportingGroup a owl:ObjectProperty, owl:FunctionalProperty ; - rdfs:label "ReportingGroup"@en ; - rdfs:comment "The reporting group to which the topological node belongs." ; + rdfs:label "ReportingGroup" ; + rdfs:comment "The reporting group to which the topological node belongs."@en ; cims:AssociationUsed "Yes" ; cims:multiplicity cims:M:0..1 ; owl:inverseOf cim:ReportingGroup.TopologicalNode ; @@ -253,8 +255,8 @@ cim:TopologicalNode.ReportingGroup a owl:ObjectProperty, owl:FunctionalProperty rdfs:range cim:ReportingGroup . cim:TopologicalNode.Terminal a owl:ObjectProperty, owl:InverseFunctionalProperty ; - rdfs:label "Terminal"@en ; - rdfs:comment "The terminals associated with the topological node. This can be used as an alternative to the connectivity node path to terminal, thus making it unnecessary to model connectivity nodes in some cases. Note that if connectivity nodes are in the model, this association would probably not be used as an input specification." ; + rdfs:label "Terminal" ; + rdfs:comment "The terminals associated with the topological node. This can be used as an alternative to the connectivity node path to terminal, thus making it unnecessary to model connectivity nodes in some cases. Note that if connectivity nodes are in the model, this association would probably not be used as an input specification."@en ; cims:AssociationUsed "No" ; cims:multiplicity cims:M:1..n ; owl:inverseOf cim:Terminal.TopologicalNode ; @@ -262,33 +264,33 @@ cim:TopologicalNode.Terminal a owl:ObjectProperty, owl:InverseFunctionalProperty rdfs:range cim:Terminal . cim:IdentifiedObject.description a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "description"@en ; - rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy." ; + rdfs:label "description" ; + rdfs:comment "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.mRID a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "mRID"@en ; + rdfs:label "mRID" ; rdfs:comment """Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. -For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.""" ; +For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."""@en ; cims:multiplicity cims:M:1..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . cim:IdentifiedObject.name a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "name"@en ; - rdfs:comment "The name is any free human readable and possibly non unique text naming the object." ; + rdfs:label "name" ; + rdfs:comment "The name is any free human readable and possibly non unique text naming the object."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype uml:attribute ; rdfs:domain cim:IdentifiedObject ; rdfs:range xsd:string . eu:IdentifiedObject.energyIdentCodeEic a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "energyIdentCodeEic"@en ; - rdfs:comment "The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site." ; + rdfs:label "energyIdentCodeEic" ; + rdfs:comment "The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; owl:deprecated true ; @@ -296,8 +298,8 @@ eu:IdentifiedObject.energyIdentCodeEic a owl:DatatypeProperty, owl:FunctionalPro rdfs:range xsd:string . eu:IdentifiedObject.shortName a owl:DatatypeProperty, owl:FunctionalProperty ; - rdfs:label "shortName"@en ; - rdfs:comment "The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum." ; + rdfs:label "shortName" ; + rdfs:comment "The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum."@en ; cims:multiplicity cims:M:0..1 ; cims:stereotype "European", uml:attribute ; owl:deprecated true ; @@ -305,7 +307,7 @@ eu:IdentifiedObject.shortName a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:range xsd:string . tp:Package_TopologyProfile a cims:ClassCategory ; - rdfs:label "TopologyProfile"@en ; - rdfs:comment "A topology dataset which conforms to the IEC 61970-456 topology profile contains all objects defined in a topology profile and includes data for topology information relating to a given exchange." . + rdfs:label "TopologyProfile" ; + rdfs:comment "A topology dataset which conforms to the IEC 61970-456 topology profile contains all objects defined in a topology profile and includes data for topology information relating to a given exchange."@en . diff --git a/rdfs-improved/Makefile b/rdfs-improved/Makefile index 9d41252..73051d3 100644 --- a/rdfs-improved/Makefile +++ b/rdfs-improved/Makefile @@ -1,7 +1,7 @@ .PHONY: all dirs ttl1 ttl rm-ttl clean fix-all all:: - @echo "targets: dirs, clean (zero files), fix-all (concat fix*.ru), ttl1 (for testing), ttl, rm-ttl" + @echo "targets: dirs, clean (zero files), fix-all (concat fix*.ru), ttl1 (for testing), ttl, rm-ttl, jsonld, rm-jsonld" FIX-ALL = $(wildcard fix[0-9]*) @@ -11,6 +11,9 @@ CGMES_NC_RDF = $(wildcard ../source/CGMES-NC/r2.3/ap-voc/rdf/*) CGMES_TTL = $(patsubst ../source/CGMES/v3.0/RDFS2020/%.rdf, CGMES/ttl/%.ttl, $(CGMES_RDF)) CGMES_NC_TTL = $(patsubst ../source/CGMES-NC/r2.3/ap-voc/rdf/%.rdf, CGMES-NC/ttl/%.ttl, $(CGMES_NC_RDF)) +CGMES_JSONLD = $(patsubst ../source/CGMES/v3.0/RDFS2020/%.rdf, CGMES/jsonld/%.jsonld, $(CGMES_RDF)) +CGMES_NC_JSONLD = $(patsubst ../source/CGMES-NC/r2.3/ap-voc/rdf/%.rdf, CGMES-NC/jsonld/%.jsonld, $(CGMES_NC_RDF)) + ONE_RDF = ../source/CGMES/v3.0/RDFS2020/61970-600-2_Equipment-AP-Voc-RDFS2020_v3-0-0.rdf ONE_TTL = $(patsubst ../source/CGMES/v3.0/RDFS2020/%.rdf, CGMES/ttl/%.ttl, $(ONE_RDF)) @@ -90,6 +93,8 @@ OWL_WRITE = owl.bat write --prefixAlign=right --useCommaByDefault \ # --subjectOrder owl:AnnotationProperty \ # --subjectOrder owl:NamedIndividual +RIOT = riot.bat + # use riot or OWL_WRITE? define RDF2TTL $(OWL_WRITE) --input=rdfxml $(1) temp1.ttl @@ -101,7 +106,10 @@ endef define TTL2TTL $(OWL_WRITE) $(1) $(2) endef -# riot.bat --formatted=ttl $(1) > $(2) + +define TTL2JSONLD + $(RIOT) --formatted=jsonld $(1) > $(2) +endef define RDF2FIXTTL $(call RDF2TTL,$(1),temp2.ttl) @@ -134,5 +142,16 @@ CGMES/ttl/%.ttl: ../source/CGMES/v3.0/RDFS2020/%.rdf CGMES-NC/ttl/%.ttl: ../source/CGMES-NC/r2.3/ap-voc/rdf/%.rdf $(call RDF2FIXTTL,$^,$@) +CGMES/jsonld/%.jsonld: CGMES/ttl/%.ttl + $(call TTL2JSONLD,$^,$@) + +CGMES-NC/jsonld/%.jsonld: CGMES-NC/ttl/%.ttl + $(call TTL2JSONLD,$^,$@) + +jsonld: rm-jsonld $(CGMES_JSONLD) $(CGMES_NC_JSONLD) + +rm-jsonld:: + rm -f $(CGMES_JSONLD) $(CGMES_NC_JSONLD) + dirs:: - mkdir CGMES CGMES/ttl CGMES-NC CGMES-NC/ttl + mkdir CGMES CGMES/ttl CGMES CGMES/jsonld CGMES-NC CGMES-NC/ttl CGMES-NC/jsonld diff --git a/rdfs-improved/README.md b/rdfs-improved/README.md index 4d204a2..ef454a2 100644 --- a/rdfs-improved/README.md +++ b/rdfs-improved/README.md @@ -13,6 +13,8 @@ - [Use Only One of RDFS2020 and RDFSEd2Beta Style](#use-only-one-of-rdfs2020-and-rdfsed2beta-style) - [Namespace Discrepancies in RDFS2020 CGMES vs NC](#namespace-discrepancies-in-rdfs2020-cgmes-vs-nc) - [Merge and Fix DatasetMetadata, Header, FileHeader](#merge-and-fix-datasetmetadata-header-fileheader) + - [Fixes to Ontology Metadata](#fixes-to-ontology-metadata) + - [Add rdfs:isDefinedBy](#add-rdfsisdefinedby) - [Duplication Between Ontologies](#duplication-between-ontologies) - [Duplicated Definitions](#duplicated-definitions) - [Duplicated Terms](#duplicated-terms) @@ -30,6 +32,7 @@ - [Mis-declared Packages](#mis-declared-packages) - [Whitespace in Definitions](#whitespace-in-definitions) - [Datatype XMLLiteral in Definitions](#datatype-xmlliteral-in-definitions) + - [LangTag in Label vs Definition](#langtag-in-label-vs-definition) - [Whitespace and Lang Tags in Key Values](#whitespace-and-lang-tags-in-key-values) - [HTML Tags and Escaped Entities in Definitions](#html-tags-and-escaped-entities-in-definitions) - [Use Standard Datatypes](#use-standard-datatypes) @@ -42,13 +45,13 @@ - [QuantityKinds and Units of Measure](#quantitykinds-and-units-of-measure) - [Fixed Units Representation](#fixed-units-representation) - [Fixed Multipliers Representation](#fixed-multipliers-representation) - - [CompleteDatatypeMap](#completedatatypemap) + - [Property Datatype Maps](#property-datatype-maps) - [Actual QuantityKinds](#actual-quantitykinds) - [Actual Multipliers and Units](#actual-multipliers-and-units) - [Mapping QuantityKinds and Units](#mapping-quantitykinds-and-units) - [Mapping Unit Multipliers](#mapping-unit-multipliers) - [All QuantityKinds, Units and Multipliers](#all-quantitykinds-units-and-multipliers) - - [Add Datatypes To Instance Data](#add-datatypes-to-instance-data) + - [Represent Models as Named Graphs](#represent-models-as-named-graphs) - [Fix Technical Notes](#fix-technical-notes) - [Fix Structure](#fix-structure) - [Fix Debugging](#fix-debugging) @@ -113,16 +116,17 @@ Features of `turtle-formatter` (`owl-cli`) that we use: - Don't align predicates and objects since that leaves too much whitespace (a matter of preference) We'll watch closely its development and fixes. -I posted a large number of issues. As of 17-Sep-2024: -- https://github.com/atextor/turtle-formatter/issues/created_by/vladimiralexiev (9). The important ones are: - - #22 section sorting: +I posted a large number of issues. As of 26-Sep-2024: +- https://github.com/atextor/turtle-formatter/issues/created_by/vladimiralexiev (10). The important ones are: + - #22 section sorting: I want to sort all props alphabetically, but currently it is not possible (`ObjectProperty` first, `DatatypeProperty` next) - - #27 prefixes trouble when using `--subjectOrder`: + - #27 prefixes trouble when using `--subjectOrder`: rdfs:Class comes before `owl:Ontology` - #32 `prefixAlign=left` makes invalid turtle: So we use `prefixAlign=right` - #33 `--useCommaByDefault` not respected on source build of owl-cli: So multiple values of eg `dct:conformsTo` are printed on separate lines, with the property repeated + - #38 Use `base` in Turtle (when present in the RDF/XML) - https://github.com/atextor/owl-cli/issues/created_by/vladimiralexiev (8). The important ones are: - #21 make frequent binary releases: Until automated, we need to build ourselves to pick up the latest features. @@ -141,7 +145,7 @@ Elisa Kendall (one of the main FIBO ontologists): There is an open-source tool available from the EDM Council for converting between RDF/XML, Turtle, and JSON-LD and for consistent serialization of any of these representations of RDF and OWL. The GitHub site for it is https://github.com/edmcouncil/rdf-toolkit. It is actively maintained, freely available, and addresses a number of issues mentioned on the thread, among other things. It also allows users to turn any of its features on/off as desired. It runs on the command line, or can be invoked automatically through GitHub commit hooks, for example. -For collaborative work across development teams for large ontology projects, consistent serialization for comparison purposes was one of our first and relatively important issues. It enables visual comparison in GitHub (and likely other source code management systems), so that anyone reviewing the changes can see exactly what changed, down to the single character level. +For collaborative work across development teams for large ontology projects, consistent serialization for comparison purposes was one of our first and relatively important issues. It enables visual comparison in GitHub (and likely other source code management systems), so that anyone reviewing the changes can see exactly what changed, down to the single character level. We also have a pipeline that looks for a myriad of issues in ontologies, performs regression testing using examples and reference data, and includes an html-based publication process that itself has a comparison feature, enabling comparison of any pull request or prior release with another version or with the latest version. The code for this is also open source, available from the EDM Council GitHub repository, though support is required for hosting and customization. @@ -152,10 +156,10 @@ We also have a pipeline that looks for a myriad of issues in ontologies, perform Formal Ontology in Information Systems, DOI 10.3233/FAIA210375 #### OBO Robot -https://robot.obolibrary.org/ . Download `robot.jar` from the [ROBOT releases](https://github.com/ontodev/robot/releases) page +https://robot.obolibrary.org/ . Download `robot.jar` from the [ROBOT releases](https://github.com/ontodev/robot/releases) page - By the OBO Foundry - Used by EDM Council. Elisa: I don’t know how well it works on RDF alone, mainly because I haven’t attempted to use it for that, but it works well as a companion tool to the RDF Toolkit -- Used in the [Emacs Literate Ontology Tool](https://github.com/johanwk/elot/) by Johan Wolter Kluwer (DNV) and Vladimir Alexiev (Ontotext). +- Used in the [Emacs Literate Ontology Tool](https://github.com/johanwk/elot/) by Johan Wolter Kluwer (DNV) and Vladimir Alexiev (Ontotext). This tool is used in the development of the Industrial Data Ontology. - Axiomatic diff - Output Turtle @@ -220,7 +224,7 @@ select ?qk (count(*) as ?c) { ``` We can see that most properties are shown twice in two different namespaces, eg: - 100 https://cim.ucaiug.io/ns#ActivePower -- 73 http://iec.ch/TC57/CIM100#ActivePower +- 73 http://iec.ch/TC57/CIM100#ActivePower We can confirm this by looking at the files (I've deleted namespaces that are the same): ``` @@ -307,6 +311,47 @@ In addition: - `eumd:DateTimeStamp` is wrong - `eumd:Model1, eumd:Model2` are junk prop names +## Fixes to Ontology Metadata +https://github.com/Sveino/Inst4CIM-KG/issues/32 + +Some fixes are needed to the format of ontology metadata. +From this (only the fields to change are shown): +```ttl +eq:Ontology a owl:Ontology ; + dcat:landingPage "https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/" ; + dcat:theme "vocabulary"@en ; + dct:conformsTo "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap", + "urn:iso:std:iec:61970-301:ed-7:amd1", "urn:iso:std:iec:61970-501:draft:ed-2", "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:creator "ENTSO-E CIM EG"@en ; + dct:publisher "ENTSO-E"@en ; + dct:rightsHolder "ENTSO-E"@en ; + owl:versionInfo "3.0.0"@en . +``` +To this (the lines marked `##` not yet done, pending decision) +```ttl +eq:Ontology a owl:Ontology ; + dcat:landingPage ; + ## DELETE ## dcat:theme "vocabulary"@en ; + dc:source "iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap"; + dct:conformsTo + , , ; + ## dct:creator "ENTSO-E CIM EG" ; + dct:publisher "ENTSO-E" ; + dct:rightsHolder "ENTSO-E" ; + owl:versionInfo "3.0.0" . +``` + +## Add rdfs:isDefinedBy + +https://github.com/Sveino/Inst4CIM-KG/issues/103 +Each ontology term should have rdfs:isDefinedBy to the ontology node. +This allows semantic web crawlers that stumble upon a CIM term, to discover the whole CIM ontology. + +https://github.com/Sveino/Inst4CIM-KG/issues/5 is a soft blocker for this: +- We could add multiple values for each term +- But this is untypical usage +- It may lead to a crawler fetching the same ontology multiple times, but I think the risk is low since the crawler should keep a queue of ontologies to be fetched (or already fetched) in any case. + ## Duplication Between Ontologies https://github.com/Sveino/Inst4CIM-KG/issues/5 @@ -710,7 +755,7 @@ cim:AsynchronousMachineKind.generator a owl:NamedIndividual, owl:Thing ; rdfs:domain cim:AsynchronousMachineKind ; skos:definition "The Asynchronous Machine is a generator."@en ; ssh:isenum "True" . -``` +``` Problems: - `owl:NamedIndividual, owl:Thing` are useless since they are too generic, you'd never query by these classes - `rdfs:domain cim:AsynchronousMachineKind` is wrong, should be `rdf:type` @@ -901,6 +946,20 @@ select * where { It turns out that 25 definitions are marked as `rdf:XMLLiteral`. But they don't include any XML markup, so we should use the simpler datatype `xsd:string`. +## LangTag in Label vs Definition +https://github.com/Sveino/Inst4CIM-KG/issues/93 + +CIM terms are defined like this: +```ttl +cim:AsynchronousMachineUserDefined a owl:Class ; + rdfs:label "AsynchronousMachineUserDefined"@en ; + rdfs:comment "Asynchronous machine whose dynamic behaviour is described by a user-defined model." ; +``` +The label has langTag, the comment doesn't. But it should be the other way around: +- `label` equals the local name of the term's URL, and that won't be translated. + - Note: if it was written as a phrase "Asynchronous Machine User Defined", then it should have a lang tag. +- `comment` is an English sentence, so it should have a langTag + ## Whitespace and Lang Tags in Key Values Key values must be spelled with ultimate care because... well, they are key. @@ -927,7 +986,7 @@ cim:Temperature.multiplier The last one is worst: some profiles map `isFixed` to a value with space, others without a space. In addition, the "en" lang tag is not appropriate for code values. -Eg "VA" and "M" are SI unit and multiplier respectively. +Eg "VA" and "M" are SI unit and multiplier respectively. SI is the international system of units, so these codes cannot have lang tags. This query finds 842 enumerations whose label is marked `@en`: @@ -938,18 +997,16 @@ select * { filter(lang(?y)="en") } order by ?x ``` +- Examination shows that the following consist entirely of codes: + `cim:Currency cim:IfdBaseKind cim:PhaseCode cim:StaticLoadModelKind cim:UnitMultiplier cim:UnitSymbol cim:WindingConnection` +- Eg `eu:LimitKind` includes mostly codes (`tatl, tc, tct` etc). + It also includes an English phrase: `"warningVoltage"@en`, but it's not likely that code will be translated, so we strip the langTag. -Examination shows that the following consist entirely of codes, so we'll remove the lang tag: -`cim:Currency cim:IfdBaseKind cim:PhaseCode cim:StaticLoadModelKind cim:UnitMultiplier cim:UnitSymbol cim:WindingConnection` - -We don't change eg `eu:LimitKind` although it includes mostly codes (`tatl, tc, tct` etc). -But it also includes an English phrase: `"warningVoltage"@en` - -TODO: `rdfs:comment` does not include lang tag but should, eg: +Also: `rdfs:comment` does not include lang tag but should, eg it should be: ```ttl eu:LimitKind.operationalVoltageLimit a eu:LimitKind ; - rdfs:label "operationalVoltageLimit"@en ; - rdfs:comment "Operational voltage limit." ; + rdfs:label "operationalVoltageLimit" ; + rdfs:comment "Operational voltage limit."@en. ``` ## HTML Tags and Escaped Entities in Definitions @@ -965,7 +1022,7 @@ select * { Saved as [literals-html.tsv](literals-html.tsv). It includes: -- False hits like `e.g. -..` +- False hits like `e.g. -..` (these are not HTML tags, but "meta-variables") - Unicode entities like `²` (GraphDB workbench displays it as the unicode char ² but maybe that's a misfeature) - HTML entities like `<md:Model.created>2014-05-15T17:48:31.474Z</md:Model.created>` @@ -977,8 +1034,8 @@ Some lists use a mix of HTML and markdown, eg `cim:AsynchronousMachineTimeConsta ``` Parameter details:
        -
      1. If X'' = X', a single cage (one equivalent rotor winding per axis) is modelled.
      2. -
      3. The “p” in the attribute names is a substitution for a “prime” in the usual parameter notation, e.g. tpo refers to T'o.
      4. +
      5. If X'' = X', a single cage (one equivalent rotor winding per axis) is modelled.
      6. +
      7. The “p” in the attribute names is a substitution for a “prime” in the usual parameter notation, e.g. tpo refers to T'o.
      The parameters used for models expressed in time constant reactance form include: - RotatingMachine.ratedS (MVAbase); @@ -989,7 +1046,7 @@ Note: the code block may show "block" chars. These are actually smart quotes: > The “p” in the attribute names The problem is that HTML is not interpreted in RDF strings. -- We could use the `^^rdf:HTML` datatype, but that's more complex, +- We could use the `^^rdf:HTML` datatype, but that's more complex, and no guarantee that tools will interpret it in fields like `rdfs:comment` - It was decided not to use this datatype @@ -999,13 +1056,13 @@ This is a large data cleaning task because all occurrences need to be analyzed, - RDF tags in examples like `...` should be removed because they are syntax specific to RDF/XML, and we don't need to repeat the prop name in the comment - "Meta-variables" like `<tool_name>` should be retained -- Replace HTML constructs with Markdown. It is ok because people can read it easily +- Replace HTML constructs with Markdown. It is ok because people can read it easily (assuming newlines are rendered as newlines not `\n`: `owl-cli` does that using `"""` for string quotes) - Lists: `
      • ` to `- ` - Emphasis: `` and `` to `*`, `` and `` to `**` ## Use Standard Datatypes -https://github.com/Sveino/Inst4CIM-KG/issues/74 +https://github.com/Sveino/Inst4CIM-KG/issues/74 https://github.com/Sveino/Inst4CIM-KG/issues/28 https://github.com/Sveino/Inst4CIM-KG/issues/61 @@ -1055,7 +1112,7 @@ Notes: i.e. values that can be "string or IRI" (though its description mentions only IRI). But when we are unsure, we must go with the "lowest common denominator" which is `string` - Potentially mapping `cim:String` to `rdf:PlainLiteral` is considered in the next two sections - + ### Multilinguality in CIM? This section was provoked by pondering the difference between `cim:String` and `profcim:StringFixedLanguage`. @@ -1077,10 +1134,10 @@ ido:IdentifiedObject.name-cardinality sh:path cim:IdentifiedObject.name; sh:severity sh:Violation . ``` -I think it would be better to allow multiple values +I think it would be better to allow multiple values but impose a `sh:uniqueLang` constraint (`skos:prefLabel` has the same restriction). In that way CIM data could accommodate multilinguality. -Eg looking at some random properties: +Eg looking at some random properties: - `cim:IdentifiedObject.mRID`: always `string` - `cim:IdentifiedObject.description`: `string` or `langString` - `cim:IdentifiedObject.name`: `string` or `langString` @@ -1140,7 +1197,7 @@ https://github.com/Sveino/Inst4CIM-KG/issues/75 The new style changes class and property kinds as follows: - `rdfs:Class` -> `owl:Class` - `rdf:Property` -> `owl:DatatypeProperty` (if range is `xsd:*`), `owl:ObjectProperty` otherwise - + It doesn't mean that we need full OWL reasoning much beyond RDFS. We are just being more specific about the nature of properties. @@ -1159,7 +1216,7 @@ CIM properties have rich multiplicity (cardinality) information: PREFIX cims: select ?mult (count(*) as ?c) { ?x cims:multiplicity ?mult -} group by ?mult order by ?mult +} group by ?mult order by ?mult ``` | mult | c | @@ -1190,7 +1247,7 @@ CGMES datatype properties are defined like this (`# new` shows the new style`): ```ttl cim:ACDCConverter.baseS a rdf:Property; # new: owl:FunctionalProperty , owl:DatatypeProperty ; - rdfs:domain cim:ACDCConverter ; + rdfs:domain cim:ACDCConverter ; cims:dataType cim:ApparentPower. # new: rdfs:range cim:ApparentPower a owl:Class ; @@ -1201,13 +1258,13 @@ cim:ApparentPower a owl:Class ; "Product of the RMS value of the voltage and the RMS value of the current.". cim:ApparentPower.multiplier a rdf:Property; # new: owl:FunctionalProperty , owl:DatatypeProperty ; - cims:isFixed "M" ; # new: rdf:value "M"; xx:isFixed "True " + cims:isFixed "M" ; # new: rdf:value "M"; xx:isFixed "True " rdfs:domain cim:ApparentPower ; rdfs:label "multiplier"@en ; rdfs:range cim:UnitMultiplier. cim:ApparentPower.unit a rdf:Property; # new: owl:FunctionalProperty , owl:DatatypeProperty ; - cims:isFixed "VA"; # new: rdf:value "VA"; xx:isFixed "True " + cims:isFixed "VA"; # new: rdf:value "VA"; xx:isFixed "True " rdfs:domain cim:ApparentPower ; rdfs:label "unit"@en ; rdfs:range cim:UnitSymbol . @@ -1261,7 +1318,7 @@ cim:UnitMultiplier.M a a cim:UnitMultiplier; # new: owl: We want to fix the representation as follows, and also connect to QUDT (see https://github.com/qudt/qudt-public-repo/issues/969) . To be clear, this below is just a blueprint, which parts of it will be implemented and where is still for discussion. -First we correct the property: give a numeric range, +First we correct the property: give a numeric range, but also specify `hasQuantityKind` and `hasUnit` using `qudt` props. We link to a global QUDT unit, but also give the multiplier and unitSymbol separately, using `cims` props: ```ttl @@ -1291,7 +1348,7 @@ cim:ApparentPower a qudt:QuantityKind ; rdfs:comment "Product of the RMS value of the voltage and the RMS value of the current." . ``` -We delete `cim:ApparentPower.multiplier, cim:ApparentPower.unit` +We delete `cim:ApparentPower.multiplier, cim:ApparentPower.unit` because they are replaced by universal props `cim:multiplier, cim:unitSymbol` respectively. We delete `cim:ApparentPower.value` because the actual DatatypeProperty `cim:ACDCConverter.baseS` @@ -1335,7 +1392,7 @@ We correct CIM multipliers, add a numeric `prefixMultiplier` and relate them to cim:UnitMultiplier a owl:Class ; rdfs:label "UnitMultiplier"@en ; skos:exactMatch qudt:DecimalPrefix. - + cim:UnitMultiplier.M a cim:UnitMultiplier; rdfs:label "M" ; cims:stereotype "enum" ; @@ -1359,28 +1416,76 @@ cim:UnitMultiplier.none a cim:UnitMultiplier ; - But we'll follow CIM and use the `cim:UnitMultiplier.none` as given -### CompleteDatatypeMap -The previous section defines how we want to correct units, but how can we do it? -There is a resource that may help us: +### Property Datatype Maps +The previous section defines how we want to correct units, but where can we find the datatypes to use? +There are several approaches/resources that may help us: +- CGMES has [CompleteDatatypeMap.properties](../source/CGMES/v3.0/SHACL/DatatypeMapping/CompleteDatatypeMap.properties) that maps data props to datatypes and is used by some Java process. + We extracted a table from it and used prefixes: [CompleteDatatypeMap.tsv](datatypes/CompleteDatatypeMap.tsv). + But it has some shortcomings: + - Last updated Nov 09 2020, but perhaps there are new props added since then? + - Doesn't cover NC +- The "ModShape" project has [DatatypeMapping/RDFdatatypes.rdf](https://github.com/griddigit-ci/ModShape/blob/master/CGMES_v3_0_constraints/DatatypeMapping/RDFdatatypes.rdf). + We converted it to turtle, fixed https://github.com/griddigit-ci/ModShape/issues/3 + and saved as [RDFdatatypes.tsv](datatypes/RDFdatatypes.tsv). + - It maps 3101 properties and is identical to the above one. +- After mapping CIM datatypes (https://github.com/Sveino/Inst4CIM-KG/issues/74 ) + and fixing the representation of data props with units (https://github.com/Sveino/Inst4CIM-KG/issues/38 ) + we extract [datatypes-actual.tsv](datatypes/datatypes-actual.tsv) with this query. + It includes NC and maps 3704 props (was 3712 in an older version): +```sparql +PREFIX rdfs: +PREFIX owl: +select * where { + ?p a owl:DatatypeProperty; rdfs:range ?datatype +} order by ?p +``` + +Now let's analyze the differences: +``` +comm -23 RDFdatatypes.tsv datatypes-actual.tsv|wc -l +0 + +comm -13 RDFdatatypes.tsv datatypes-actual.tsv|wc -l +611 +``` +The new file has all the old props, and 611 more. +Breakdown per namespace: +``` +comm -13 RDFdatatypes.tsv datatypes-actual.tsv > datatypes-new.tsv +cut -d: -f1 datatypes-new.tsv | uniq -c | sort -rn + 548 nc + 21 dct + 16 cim + 10 dcat + 3 rdf + 1 prov + 1 md + 1 euvoc + 1 eumd + 1 adms +``` +These fall into the following categories: +- NC props +- New CIM props (eg `cim:IdentifiedObject.aliasName`) and even whole classes with their props (`cim:Name` +- Hijacked namespaces `dcat, rdf, prov, euvoc, adms`: https://github.com/Sveino/Inst4CIM-KG/issues/8 -CGMES has [CompleteDatatypeMap.properties](../source/CGMES/v3.0/SHACL/DatatypeMapping/CompleteDatatypeMap.properties) that maps data props to datatypes and is used by some Java process. -We extracted a table from it and used prefixes: [CompleteDatatypeMap.tsv](CompleteDatatypeMap.tsv). -But it has some shortcomings: -- Last updated Nov 09 2020, but perhaps there are new props added since then? -- Doesn't cover NC -- Mis-defines terms - - `rdf:Statements.object rdf:Statements.predicate rdf:Statements.subject` - (the correct terms are `rdf:Statement` and `rdf:object rdf:predicate rdf:subject` - - In a hijacked namespace - - With wrong type `xsd:string` (should be `rdf:Resource`) +- New datatype for `md:Model.version`: `xsd:string` (the older is `xsd:integer`). + We can confirm that only one prop is defined with two datatypes (inconsistent): +``` +cut -f1 datatypes-actual.tsv |uniq -d +md:Model.version +``` -Although this is not an ontology file, a similar problem is present in `Header-AP-Voc-RDFS2020`: -https://github.com/Sveino/Inst4CIM-KG/issues/22 +Mis-defined terms from `Header-AP-Voc-RDFS2020` (https://github.com/Sveino/Inst4CIM-KG/issues/22 ): +- `rdf:Statements.object rdf:Statements.predicate rdf:Statements.subject` + (the correct terms are `rdf:Statement` and `rdf:object rdf:predicate rdf:subject` +- In a hijacked namespace +- With wrong type `xsd:string` (should be `rdf:Resource`) ### Actual QuantityKinds Let's find all CIM datatypes (called QuantityKinds in QUDT). -In CGMES 3.0 they are represented as `isCIMDatatype "True"` +In CGMES 3.0 they are represented as `isCIMDatatype "True"` - We need to use a bunch of namespaces because of https://github.com/Sveino/Inst4CIM-KG/issues/10 ```sparql select distinct ?qk { @@ -1514,10 +1619,10 @@ We need to submit a MR to QUDT for these new QuantityKinds and Units (https://gi | VoltagePerReactivePower | V-PER-V-A_Reactive | KiloV-PER-V-A_Reactive | After we add the above kinds, all `QuantityKinds` will be mapped as `skos:exactMatch`. -- `skos:broader`: no such cases, I thought `ApparentPower` is a sub-concept of `ComplexPower` but QUDT has `ApparentPower`: https://github.com/Sveino/Inst4CIM-KG/issues/43 +- `skos:broader`: no such cases, I thought `ApparentPower` is a sub-concept of `ComplexPower` but QUDT has `ApparentPower`: https://github.com/Sveino/Inst4CIM-KG/issues/43 Almost all `Units` are mapped as `skos:exactMatch` except one: -- `skos:narrower`: "Hz" is a super-concept of `REV-PER-SEC`: https://github.com/Sveino/Inst4CIM-KG/issues/42 +- `skos:narrower`: "Hz" is a super-concept of `REV-PER-SEC`: https://github.com/Sveino/Inst4CIM-KG/issues/42 This is also reflected eg in this property: ```ttl @@ -1533,7 +1638,7 @@ cim:AsynchronousMachine.nominalSpeed a owl:DatatypeProperty, owl:FunctionalPrope rdfs:domain cim:AsynchronousMachine ; rdfs:range xsd:float . ``` -- `cim:unitSymbol` is `Hz` (1/s), +- `cim:unitSymbol` is `Hz` (1/s), which is a bit imprecise for `cim:RotationSpeed` - `qudt:hasUnit` is unit:REV-PER-SEC, which is more specific (rotations/s) @@ -1574,37 +1679,13 @@ But a very small number of them are in actual use in CGMES ontologies (see last We should fix all units and multipliers as shown in [Fixed Units Representation](#fixed-units-representation), but will map to QUDT only the ones that are in use: this is shown in the previous two sections. -## Add Datatypes To Instance Data -https://github.com/Sveino/Inst4CIM-KG/issues/49 - -In CGMES instance data, all literals are string, but should be marked with the appropriate datatype. -- E.g. `cim:ACDCConverter.baseS` should be marked `^^xsd:float` -- Otherwise sort won't work and range queries will be slower. -- This pertains to `boolean, dateTme, float, gMonthDay, integer` as `string` is the default datatype - -This query counts props by XSD datatype: -```sparql -PREFIX xsd: -PREFIX rdfs: - -select ?range (count(*) as ?c) { - ?x rdfs:range ?range - filter(strstarts(str(?range), str(xsd:))) -} group by ?range order by ?range -``` - -Here are the current results, but it should be rerun after fixes to ontology: see col "comment" -| range | c | comment | -|---------------|-----|-------------------------------------------------------------------------------------| -| xsd:boolean | 218 | Inflated because meta-data props are duplicated, and many are boolean | -| xsd:dateTime | 5 | | -| xsd:decimal | 1 | | -| xsd:float | 310 | Deflated because eg `cim:ActivePower.value` may be used by hundreds of "real" props | -| xsd:gMonthDay | 2 | | -| xsd:integer | 36 | | -| xsd:string | 51 | | - -I have a tentative SPARQL Update, but need to revise it. +## Represent Models as Named Graphs +- https://github.com/Sveino/Inst4CIM-KG/issues/53 +- https://github.com/3lbits/CIM4NoUtility/discussions/321 is a relevant discussion + - See my examples there + - TODO: blank nodes will cause huge problems +- [CGMES-TC/FullGrid_SC_diff.xml](https://github.com/Sveino/CGMES-TC/blob/develop/v3.0/FullGrid/FullGrid_SC_diff/FullGrid_SC_diff.xml) is an example difference model +- [NC/PowerSystemProject.rdf](https://github.com/Sveino/Inst4CIM-KG/blob/develop/source/CGMES-NC/r2.3/ap-voc/rdf/PowerSystemProject-AP-Voc-RDFS2020.rdf) is a profile that addresses the difference model with some meta-data. # Fix Technical Notes The actual fixing can be done in two ways: @@ -1637,7 +1718,7 @@ We write one Update per issue, using a strict structure to allow comprehension a prefix ... delete {?x ?p ?old} insert {?x ?p ?new} -where { +where { ... } ``` @@ -1685,7 +1766,7 @@ where { filter(!bound(?new)) } ``` -Nothing returned. +Nothing returned. Then let's count `?old` and `?new` (should be the same because `count` discards nulls, but to make sure): ```sparql @@ -1714,7 +1795,7 @@ where { Here it is: the count is reduced by 3. But how to catch these duplicate instances? -It takes some doing. +It takes some doing. - It turns out the duplication is due to trailing whitespace added in some ontologies but not others. - If you grok this below, then your SPARQL force is strong indeed, Luke! ```sparql @@ -1732,7 +1813,7 @@ where { bind(if(lang(?old1)!="",strlang(?newStr1,lang(?old1)),?newStr1) as ?new1) bind(replace(replace(?oldStr2,"^\\s+",""),"\\s+$","") as ?newStr2) bind(if(lang(?old2)!="",strlang(?newStr2,lang(?old2)),?newStr2) as ?new2) - + filter(?new1 = ?new2) } ``` @@ -1767,13 +1848,13 @@ We also track status with the tag "DONE" and by adding a link to the fix. - 09 [Mapping QuantityKinds and Units](#mapping-quantitykinds-and-units), [Mapping Unit Multipliers](#mapping-unit-multipliers) #38 - DONE [fix09-map-qkUnitsMultipliers-38.ru](fix09-map-qkUnitsMultipliers-38.ru) - TODO: It inserts "standalone" `exactMatch`, even if that CIM quantityKind isn't used in a particular file. - I am not sure why this happens, but it's harmless (another file has the full definition of that quantityKind), + I am not sure why this happens, but it's harmless (another file has the full definition of that quantityKind), so I'll leave it in. ``` cim:ActivePowerChangeRate skos:exactMatch quantitykind:ActivePowerChangeRate . ``` - 10 Change Class and Property Kinds from RDFS to OWL #75 - - DONE [fix10-classPropKind.ru](fix10-classPropKind.ru) + - DONE [fix10-classPropKind-75.ru](fix10-classPropKind-75.ru) - 11 `cims:inverseRoleName -> owl:inverseOf` #26 - DONE [fix11-inverseOf-26.ru](fix11-inverseOf-26.ru) - 12 [Express Multiplicity in OWL](#express-multiplicity-in-owl) #30 @@ -1786,3 +1867,7 @@ cim:ActivePowerChangeRate skos:exactMatch quantitykind:ActivePowerChangeRate . - DONE [fix14-langTagInCodes-47.ru](fix14-langTagInCodes-47.ru) - 15 [Deprecated Properties](#deprecated-properties) #24 - DONE [fix15-deprecated-24.ru](fix15-deprecated-24.ru) +- 16 [LangTag in Label vs Definition](#langtag-in-label-vs-definition) #93 + - DONE [fix16-langTagLabelVsDefinition-93.ru](fix16-langTagLabelVsDefinition-93.ru) +- 20 [Fixes to Ontology Metadata](#fixes-to-ontology-metadata) #32 + - DONE [fix20-ontologyMetadata-32.ru](fix20-ontologyMetadata-32.ru) diff --git a/rdfs-improved/CompleteDatatypeMap.tsv b/rdfs-improved/datatypes/CompleteDatatypeMap.tsv similarity index 99% rename from rdfs-improved/CompleteDatatypeMap.tsv rename to rdfs-improved/datatypes/CompleteDatatypeMap.tsv index fbefa1a..4f28e52 100644 --- a/rdfs-improved/CompleteDatatypeMap.tsv +++ b/rdfs-improved/datatypes/CompleteDatatypeMap.tsv @@ -2672,8 +2672,8 @@ cim:RotatingMachineDynamics.saturationFactor120 xsd:float cim:RotatingMachineDynamics.statorLeakageReactance xsd:float cim:RotatingMachineDynamics.statorResistance xsd:float cim:SVCUserDefined.proprietary xsd:boolean -cim:Season.endDate xsd:gMonthDay] -cim:Season.startDate xsd:gMonthDay] +cim:Season.endDate xsd:gMonthDay +cim:Season.startDate xsd:gMonthDay cim:SeriesCompensator.r xsd:float cim:SeriesCompensator.r0 xsd:float cim:SeriesCompensator.varistorPresent xsd:boolean diff --git a/rdfs-improved/datatypes/RDFdatatypes.tsv b/rdfs-improved/datatypes/RDFdatatypes.tsv new file mode 100644 index 0000000..4f28e52 --- /dev/null +++ b/rdfs-improved/datatypes/RDFdatatypes.tsv @@ -0,0 +1,3101 @@ +cim:ACDCConverter.baseS xsd:float +cim:ACDCConverter.idc xsd:float +cim:ACDCConverter.idleLoss xsd:float +cim:ACDCConverter.maxP xsd:float +cim:ACDCConverter.maxUdc xsd:float +cim:ACDCConverter.minP xsd:float +cim:ACDCConverter.minUdc xsd:float +cim:ACDCConverter.numberOfValves xsd:integer +cim:ACDCConverter.p xsd:float +cim:ACDCConverter.poleLossP xsd:float +cim:ACDCConverter.q xsd:float +cim:ACDCConverter.ratedUdc xsd:float +cim:ACDCConverter.resistiveLoss xsd:float +cim:ACDCConverter.switchingLoss xsd:float +cim:ACDCConverter.targetPpcc xsd:float +cim:ACDCConverter.targetUdc xsd:float +cim:ACDCConverter.uc xsd:float +cim:ACDCConverter.udc xsd:float +cim:ACDCConverter.valveU0 xsd:float +cim:ACDCTerminal.connected xsd:boolean +cim:ACDCTerminal.sequenceNumber xsd:integer +cim:ACLineSegment.b0ch xsd:float +cim:ACLineSegment.bch xsd:float +cim:ACLineSegment.g0ch xsd:float +cim:ACLineSegment.gch xsd:float +cim:ACLineSegment.r xsd:float +cim:ACLineSegment.r0 xsd:float +cim:ACLineSegment.shortCircuitEndTemperature xsd:float +cim:ACLineSegment.x xsd:float +cim:ACLineSegment.x0 xsd:float +cim:AccumulatorLimit.value xsd:integer +cim:ActivePowerLimit.normalValue xsd:float +cim:ActivePowerLimit.value xsd:float +cim:Analog.positiveFlowIn xsd:boolean +cim:AnalogControl.maxValue xsd:float +cim:AnalogControl.minValue xsd:float +cim:AnalogLimit.value xsd:float +cim:ApparentPowerLimit.normalValue xsd:float +cim:ApparentPowerLimit.value xsd:float +cim:AsynchronousMachine.converterFedDrive xsd:boolean +cim:AsynchronousMachine.efficiency xsd:float +cim:AsynchronousMachine.iaIrRatio xsd:float +cim:AsynchronousMachine.nominalFrequency xsd:float +cim:AsynchronousMachine.nominalSpeed xsd:float +cim:AsynchronousMachine.polePairNumber xsd:integer +cim:AsynchronousMachine.ratedMechanicalPower xsd:float +cim:AsynchronousMachine.reversible xsd:boolean +cim:AsynchronousMachine.rxLockedRotorRatio xsd:float +cim:AsynchronousMachineEquivalentCircuit.rr1 xsd:float +cim:AsynchronousMachineEquivalentCircuit.rr2 xsd:float +cim:AsynchronousMachineEquivalentCircuit.xlr1 xsd:float +cim:AsynchronousMachineEquivalentCircuit.xlr2 xsd:float +cim:AsynchronousMachineEquivalentCircuit.xm xsd:float +cim:AsynchronousMachineTimeConstantReactance.tpo xsd:float +cim:AsynchronousMachineTimeConstantReactance.tppo xsd:float +cim:AsynchronousMachineTimeConstantReactance.xp xsd:float +cim:AsynchronousMachineTimeConstantReactance.xpp xsd:float +cim:AsynchronousMachineTimeConstantReactance.xs xsd:float +cim:AsynchronousMachineUserDefined.proprietary xsd:boolean +cim:BaseVoltage.nominalVoltage xsd:float +cim:BasicIntervalSchedule.startTime xsd:dateTime +cim:BatteryUnit.ratedE xsd:float +cim:BatteryUnit.storedE xsd:float +cim:BusNameMarker.priority xsd:integer +cim:BusbarSection.ipMax xsd:float +cim:CSCUserDefined.proprietary xsd:boolean +cim:Clamp.lengthFromTerminal1 xsd:float +cim:Command.normalValue xsd:integer +cim:Command.value xsd:integer +cim:Conductor.length xsd:float +cim:Control.controlType xsd:string +cim:Control.operationInProgress xsd:boolean +cim:Control.timeStamp xsd:dateTime +cim:ControlArea.netInterchange xsd:float +cim:ControlArea.pTolerance xsd:float +cim:CoordinateSystem.crsUrn xsd:string +cim:CsConverter.alpha xsd:float +cim:CsConverter.gamma xsd:float +cim:CsConverter.maxAlpha xsd:float +cim:CsConverter.maxGamma xsd:float +cim:CsConverter.maxIdc xsd:float +cim:CsConverter.minAlpha xsd:float +cim:CsConverter.minGamma xsd:float +cim:CsConverter.minIdc xsd:float +cim:CsConverter.ratedIdc xsd:float +cim:CsConverter.targetAlpha xsd:float +cim:CsConverter.targetGamma xsd:float +cim:CsConverter.targetIdc xsd:float +cim:CurrentLimit.normalValue xsd:float +cim:CurrentLimit.value xsd:float +cim:CurveData.xvalue xsd:float +cim:CurveData.y1value xsd:float +cim:CurveData.y2value xsd:float +cim:Cut.lengthFromTerminal1 xsd:float +cim:DCConductingEquipment.ratedUdc xsd:float +cim:DCGround.inductance xsd:float +cim:DCGround.r xsd:float +cim:DCLineSegment.capacitance xsd:float +cim:DCLineSegment.inductance xsd:float +cim:DCLineSegment.length xsd:float +cim:DCLineSegment.resistance xsd:float +cim:DCSeriesDevice.inductance xsd:float +cim:DCSeriesDevice.resistance xsd:float +cim:DCShunt.capacitance xsd:float +cim:DCShunt.resistance xsd:float +cim:Diagram.x1InitialView xsd:float +cim:Diagram.x2InitialView xsd:float +cim:Diagram.y1InitialView xsd:float +cim:Diagram.y2InitialView xsd:float +cim:DiagramObject.drawingOrder xsd:integer +cim:DiagramObject.isPolygon xsd:boolean +cim:DiagramObject.offsetX xsd:float +cim:DiagramObject.offsetY xsd:float +cim:DiagramObject.rotation xsd:float +cim:DiagramObjectPoint.sequenceNumber xsd:integer +cim:DiagramObjectPoint.xPosition xsd:float +cim:DiagramObjectPoint.yPosition xsd:float +cim:DiagramObjectPoint.zPosition xsd:float +cim:DiscExcContIEEEDEC1A.esc xsd:float +cim:DiscExcContIEEEDEC1A.kan xsd:float +cim:DiscExcContIEEEDEC1A.ketl xsd:float +cim:DiscExcContIEEEDEC1A.tan xsd:float +cim:DiscExcContIEEEDEC1A.td xsd:float +cim:DiscExcContIEEEDEC1A.tl1 xsd:float +cim:DiscExcContIEEEDEC1A.tl2 xsd:float +cim:DiscExcContIEEEDEC1A.tw5 xsd:float +cim:DiscExcContIEEEDEC1A.val xsd:float +cim:DiscExcContIEEEDEC1A.vanmax xsd:float +cim:DiscExcContIEEEDEC1A.vomax xsd:float +cim:DiscExcContIEEEDEC1A.vomin xsd:float +cim:DiscExcContIEEEDEC1A.vsmax xsd:float +cim:DiscExcContIEEEDEC1A.vsmin xsd:float +cim:DiscExcContIEEEDEC1A.vtc xsd:float +cim:DiscExcContIEEEDEC1A.vtlmt xsd:float +cim:DiscExcContIEEEDEC1A.vtm xsd:float +cim:DiscExcContIEEEDEC1A.vtn xsd:float +cim:DiscExcContIEEEDEC2A.td1 xsd:float +cim:DiscExcContIEEEDEC2A.td2 xsd:float +cim:DiscExcContIEEEDEC2A.vdmax xsd:float +cim:DiscExcContIEEEDEC2A.vdmin xsd:float +cim:DiscExcContIEEEDEC2A.vk xsd:float +cim:DiscExcContIEEEDEC3A.tdr xsd:float +cim:DiscExcContIEEEDEC3A.vtmin xsd:float +cim:DiscontinuousExcitationControlUserDefined.proprietary xsd:boolean +cim:DynamicsFunctionBlock.enabled xsd:boolean +cim:EarthFaultCompensator.r xsd:float +cim:EnergyConsumer.p xsd:float +cim:EnergyConsumer.pfixed xsd:float +cim:EnergyConsumer.pfixedPct xsd:float +cim:EnergyConsumer.q xsd:float +cim:EnergyConsumer.qfixed xsd:float +cim:EnergyConsumer.qfixedPct xsd:float +cim:EnergySource.activePower xsd:float +cim:EnergySource.nominalVoltage xsd:float +cim:EnergySource.pMax xsd:float +cim:EnergySource.pMin xsd:float +cim:EnergySource.r xsd:float +cim:EnergySource.r0 xsd:float +cim:EnergySource.reactivePower xsd:float +cim:EnergySource.rn xsd:float +cim:EnergySource.voltageAngle xsd:float +cim:EnergySource.voltageMagnitude xsd:float +cim:EnergySource.x xsd:float +cim:EnergySource.x0 xsd:float +cim:EnergySource.xn xsd:float +cim:Equipment.aggregate xsd:boolean +cim:Equipment.inService xsd:boolean +cim:Equipment.normallyInService xsd:boolean +cim:EquivalentBranch.negativeR12 xsd:float +cim:EquivalentBranch.negativeR21 xsd:float +cim:EquivalentBranch.negativeX12 xsd:float +cim:EquivalentBranch.negativeX21 xsd:float +cim:EquivalentBranch.positiveR12 xsd:float +cim:EquivalentBranch.positiveR21 xsd:float +cim:EquivalentBranch.positiveX12 xsd:float +cim:EquivalentBranch.positiveX21 xsd:float +cim:EquivalentBranch.r xsd:float +cim:EquivalentBranch.r21 xsd:float +cim:EquivalentBranch.x xsd:float +cim:EquivalentBranch.x21 xsd:float +cim:EquivalentBranch.zeroR12 xsd:float +cim:EquivalentBranch.zeroR21 xsd:float +cim:EquivalentBranch.zeroX12 xsd:float +cim:EquivalentBranch.zeroX21 xsd:float +cim:EquivalentInjection.maxP xsd:float +cim:EquivalentInjection.maxQ xsd:float +cim:EquivalentInjection.minP xsd:float +cim:EquivalentInjection.minQ xsd:float +cim:EquivalentInjection.p xsd:float +cim:EquivalentInjection.q xsd:float +cim:EquivalentInjection.r xsd:float +cim:EquivalentInjection.r0 xsd:float +cim:EquivalentInjection.r2 xsd:float +cim:EquivalentInjection.regulationCapability xsd:boolean +cim:EquivalentInjection.regulationStatus xsd:boolean +cim:EquivalentInjection.regulationTarget xsd:float +cim:EquivalentInjection.x xsd:float +cim:EquivalentInjection.x0 xsd:float +cim:EquivalentInjection.x2 xsd:float +cim:EquivalentShunt.b xsd:float +cim:EquivalentShunt.g xsd:float +cim:ExcAC1A.hvlvgates xsd:boolean +cim:ExcAC1A.ka xsd:float +cim:ExcAC1A.kc xsd:float +cim:ExcAC1A.kd xsd:float +cim:ExcAC1A.ke xsd:float +cim:ExcAC1A.kf xsd:float +cim:ExcAC1A.kf1 xsd:float +cim:ExcAC1A.kf2 xsd:float +cim:ExcAC1A.ks xsd:float +cim:ExcAC1A.seve1 xsd:float +cim:ExcAC1A.seve2 xsd:float +cim:ExcAC1A.ta xsd:float +cim:ExcAC1A.tb xsd:float +cim:ExcAC1A.tc xsd:float +cim:ExcAC1A.te xsd:float +cim:ExcAC1A.tf xsd:float +cim:ExcAC1A.vamax xsd:float +cim:ExcAC1A.vamin xsd:float +cim:ExcAC1A.ve1 xsd:float +cim:ExcAC1A.ve2 xsd:float +cim:ExcAC1A.vrmax xsd:float +cim:ExcAC1A.vrmin xsd:float +cim:ExcAC2A.hvgate xsd:boolean +cim:ExcAC2A.ka xsd:float +cim:ExcAC2A.kb xsd:float +cim:ExcAC2A.kb1 xsd:float +cim:ExcAC2A.kc xsd:float +cim:ExcAC2A.kd xsd:float +cim:ExcAC2A.ke xsd:float +cim:ExcAC2A.kf xsd:float +cim:ExcAC2A.kh xsd:float +cim:ExcAC2A.kl xsd:float +cim:ExcAC2A.kl1 xsd:float +cim:ExcAC2A.ks xsd:float +cim:ExcAC2A.lvgate xsd:boolean +cim:ExcAC2A.seve1 xsd:float +cim:ExcAC2A.seve2 xsd:float +cim:ExcAC2A.ta xsd:float +cim:ExcAC2A.tb xsd:float +cim:ExcAC2A.tc xsd:float +cim:ExcAC2A.te xsd:float +cim:ExcAC2A.tf xsd:float +cim:ExcAC2A.vamax xsd:float +cim:ExcAC2A.vamin xsd:float +cim:ExcAC2A.ve1 xsd:float +cim:ExcAC2A.ve2 xsd:float +cim:ExcAC2A.vfemax xsd:float +cim:ExcAC2A.vlr xsd:float +cim:ExcAC2A.vrmax xsd:float +cim:ExcAC2A.vrmin xsd:float +cim:ExcAC3A.efdn xsd:float +cim:ExcAC3A.ka xsd:float +cim:ExcAC3A.kc xsd:float +cim:ExcAC3A.kd xsd:float +cim:ExcAC3A.ke xsd:float +cim:ExcAC3A.kf xsd:float +cim:ExcAC3A.kf1 xsd:float +cim:ExcAC3A.kf2 xsd:float +cim:ExcAC3A.klv xsd:float +cim:ExcAC3A.kn xsd:float +cim:ExcAC3A.kr xsd:float +cim:ExcAC3A.ks xsd:float +cim:ExcAC3A.seve1 xsd:float +cim:ExcAC3A.seve2 xsd:float +cim:ExcAC3A.ta xsd:float +cim:ExcAC3A.tb xsd:float +cim:ExcAC3A.tc xsd:float +cim:ExcAC3A.te xsd:float +cim:ExcAC3A.tf xsd:float +cim:ExcAC3A.vamax xsd:float +cim:ExcAC3A.vamin xsd:float +cim:ExcAC3A.ve1 xsd:float +cim:ExcAC3A.ve2 xsd:float +cim:ExcAC3A.vemin xsd:float +cim:ExcAC3A.vfemax xsd:float +cim:ExcAC3A.vlv xsd:float +cim:ExcAC4A.ka xsd:float +cim:ExcAC4A.kc xsd:float +cim:ExcAC4A.ta xsd:float +cim:ExcAC4A.tb xsd:float +cim:ExcAC4A.tc xsd:float +cim:ExcAC4A.vimax xsd:float +cim:ExcAC4A.vimin xsd:float +cim:ExcAC4A.vrmax xsd:float +cim:ExcAC4A.vrmin xsd:float +cim:ExcAC5A.a xsd:float +cim:ExcAC5A.efd1 xsd:float +cim:ExcAC5A.efd2 xsd:float +cim:ExcAC5A.ka xsd:float +cim:ExcAC5A.ke xsd:float +cim:ExcAC5A.kf xsd:float +cim:ExcAC5A.ks xsd:float +cim:ExcAC5A.seefd1 xsd:float +cim:ExcAC5A.seefd2 xsd:float +cim:ExcAC5A.ta xsd:float +cim:ExcAC5A.tb xsd:float +cim:ExcAC5A.tc xsd:float +cim:ExcAC5A.te xsd:float +cim:ExcAC5A.tf1 xsd:float +cim:ExcAC5A.tf2 xsd:float +cim:ExcAC5A.tf3 xsd:float +cim:ExcAC5A.vrmax xsd:float +cim:ExcAC5A.vrmin xsd:float +cim:ExcAC6A.ka xsd:float +cim:ExcAC6A.kc xsd:float +cim:ExcAC6A.kd xsd:float +cim:ExcAC6A.ke xsd:float +cim:ExcAC6A.kh xsd:float +cim:ExcAC6A.ks xsd:float +cim:ExcAC6A.seve1 xsd:float +cim:ExcAC6A.seve2 xsd:float +cim:ExcAC6A.ta xsd:float +cim:ExcAC6A.tb xsd:float +cim:ExcAC6A.tc xsd:float +cim:ExcAC6A.te xsd:float +cim:ExcAC6A.th xsd:float +cim:ExcAC6A.tj xsd:float +cim:ExcAC6A.tk xsd:float +cim:ExcAC6A.vamax xsd:float +cim:ExcAC6A.vamin xsd:float +cim:ExcAC6A.ve1 xsd:float +cim:ExcAC6A.ve2 xsd:float +cim:ExcAC6A.vfelim xsd:float +cim:ExcAC6A.vhmax xsd:float +cim:ExcAC6A.vrmax xsd:float +cim:ExcAC6A.vrmin xsd:float +cim:ExcAC8B.inlim xsd:boolean +cim:ExcAC8B.ka xsd:float +cim:ExcAC8B.kc xsd:float +cim:ExcAC8B.kd xsd:float +cim:ExcAC8B.kdr xsd:float +cim:ExcAC8B.ke xsd:float +cim:ExcAC8B.kir xsd:float +cim:ExcAC8B.kpr xsd:float +cim:ExcAC8B.ks xsd:float +cim:ExcAC8B.pidlim xsd:boolean +cim:ExcAC8B.seve1 xsd:float +cim:ExcAC8B.seve2 xsd:float +cim:ExcAC8B.ta xsd:float +cim:ExcAC8B.tdr xsd:float +cim:ExcAC8B.te xsd:float +cim:ExcAC8B.telim xsd:boolean +cim:ExcAC8B.ve1 xsd:float +cim:ExcAC8B.ve2 xsd:float +cim:ExcAC8B.vemin xsd:float +cim:ExcAC8B.vfemax xsd:float +cim:ExcAC8B.vimax xsd:float +cim:ExcAC8B.vimin xsd:float +cim:ExcAC8B.vpidmax xsd:float +cim:ExcAC8B.vpidmin xsd:float +cim:ExcAC8B.vrmax xsd:float +cim:ExcAC8B.vrmin xsd:float +cim:ExcAC8B.vtmult xsd:boolean +cim:ExcANS.blint xsd:integer +cim:ExcANS.ifmn xsd:float +cim:ExcANS.ifmx xsd:float +cim:ExcANS.k2 xsd:float +cim:ExcANS.k3 xsd:float +cim:ExcANS.kce xsd:float +cim:ExcANS.krvecc xsd:integer +cim:ExcANS.kvfif xsd:integer +cim:ExcANS.t1 xsd:float +cim:ExcANS.t2 xsd:float +cim:ExcANS.t3 xsd:float +cim:ExcANS.tb xsd:float +cim:ExcANS.vrmn xsd:float +cim:ExcANS.vrmx xsd:float +cim:ExcAVR1.e1 xsd:float +cim:ExcAVR1.e2 xsd:float +cim:ExcAVR1.ka xsd:float +cim:ExcAVR1.kf xsd:float +cim:ExcAVR1.se1 xsd:float +cim:ExcAVR1.se2 xsd:float +cim:ExcAVR1.ta xsd:float +cim:ExcAVR1.tb xsd:float +cim:ExcAVR1.te xsd:float +cim:ExcAVR1.tf xsd:float +cim:ExcAVR1.vrmn xsd:float +cim:ExcAVR1.vrmx xsd:float +cim:ExcAVR2.e1 xsd:float +cim:ExcAVR2.e2 xsd:float +cim:ExcAVR2.ka xsd:float +cim:ExcAVR2.kf xsd:float +cim:ExcAVR2.se1 xsd:float +cim:ExcAVR2.se2 xsd:float +cim:ExcAVR2.ta xsd:float +cim:ExcAVR2.tb xsd:float +cim:ExcAVR2.te xsd:float +cim:ExcAVR2.tf1 xsd:float +cim:ExcAVR2.tf2 xsd:float +cim:ExcAVR2.vrmn xsd:float +cim:ExcAVR2.vrmx xsd:float +cim:ExcAVR3.e1 xsd:float +cim:ExcAVR3.e2 xsd:float +cim:ExcAVR3.ka xsd:float +cim:ExcAVR3.se1 xsd:float +cim:ExcAVR3.se2 xsd:float +cim:ExcAVR3.t1 xsd:float +cim:ExcAVR3.t2 xsd:float +cim:ExcAVR3.t3 xsd:float +cim:ExcAVR3.t4 xsd:float +cim:ExcAVR3.te xsd:float +cim:ExcAVR3.vrmn xsd:float +cim:ExcAVR3.vrmx xsd:float +cim:ExcAVR4.imul xsd:boolean +cim:ExcAVR4.ka xsd:float +cim:ExcAVR4.ke xsd:float +cim:ExcAVR4.kif xsd:float +cim:ExcAVR4.t1 xsd:float +cim:ExcAVR4.t1if xsd:float +cim:ExcAVR4.t2 xsd:float +cim:ExcAVR4.t3 xsd:float +cim:ExcAVR4.t4 xsd:float +cim:ExcAVR4.tif xsd:float +cim:ExcAVR4.vfmn xsd:float +cim:ExcAVR4.vfmx xsd:float +cim:ExcAVR4.vrmn xsd:float +cim:ExcAVR4.vrmx xsd:float +cim:ExcAVR5.ka xsd:float +cim:ExcAVR5.rex xsd:float +cim:ExcAVR5.ta xsd:float +cim:ExcAVR7.a1 xsd:float +cim:ExcAVR7.a2 xsd:float +cim:ExcAVR7.a3 xsd:float +cim:ExcAVR7.a4 xsd:float +cim:ExcAVR7.a5 xsd:float +cim:ExcAVR7.a6 xsd:float +cim:ExcAVR7.k1 xsd:float +cim:ExcAVR7.k3 xsd:float +cim:ExcAVR7.k5 xsd:float +cim:ExcAVR7.t1 xsd:float +cim:ExcAVR7.t2 xsd:float +cim:ExcAVR7.t3 xsd:float +cim:ExcAVR7.t4 xsd:float +cim:ExcAVR7.t5 xsd:float +cim:ExcAVR7.t6 xsd:float +cim:ExcAVR7.vmax1 xsd:float +cim:ExcAVR7.vmax3 xsd:float +cim:ExcAVR7.vmax5 xsd:float +cim:ExcAVR7.vmin1 xsd:float +cim:ExcAVR7.vmin3 xsd:float +cim:ExcAVR7.vmin5 xsd:float +cim:ExcBBC.efdmax xsd:float +cim:ExcBBC.efdmin xsd:float +cim:ExcBBC.k xsd:float +cim:ExcBBC.switch xsd:boolean +cim:ExcBBC.t1 xsd:float +cim:ExcBBC.t2 xsd:float +cim:ExcBBC.t3 xsd:float +cim:ExcBBC.t4 xsd:float +cim:ExcBBC.vrmax xsd:float +cim:ExcBBC.vrmin xsd:float +cim:ExcBBC.xe xsd:float +cim:ExcCZ.efdmax xsd:float +cim:ExcCZ.efdmin xsd:float +cim:ExcCZ.ka xsd:float +cim:ExcCZ.ke xsd:float +cim:ExcCZ.kp xsd:float +cim:ExcCZ.ta xsd:float +cim:ExcCZ.tc xsd:float +cim:ExcCZ.te xsd:float +cim:ExcCZ.vrmax xsd:float +cim:ExcCZ.vrmin xsd:float +cim:ExcDC1A.efd1 xsd:float +cim:ExcDC1A.efd2 xsd:float +cim:ExcDC1A.efdmax xsd:float +cim:ExcDC1A.efdmin xsd:float +cim:ExcDC1A.exclim xsd:boolean +cim:ExcDC1A.ka xsd:float +cim:ExcDC1A.ke xsd:float +cim:ExcDC1A.kf xsd:float +cim:ExcDC1A.ks xsd:float +cim:ExcDC1A.seefd1 xsd:float +cim:ExcDC1A.seefd2 xsd:float +cim:ExcDC1A.ta xsd:float +cim:ExcDC1A.tb xsd:float +cim:ExcDC1A.tc xsd:float +cim:ExcDC1A.te xsd:float +cim:ExcDC1A.tf xsd:float +cim:ExcDC1A.vrmax xsd:float +cim:ExcDC1A.vrmin xsd:float +cim:ExcDC2A.efd1 xsd:float +cim:ExcDC2A.efd2 xsd:float +cim:ExcDC2A.exclim xsd:boolean +cim:ExcDC2A.ka xsd:float +cim:ExcDC2A.ke xsd:float +cim:ExcDC2A.kf xsd:float +cim:ExcDC2A.ks xsd:float +cim:ExcDC2A.seefd1 xsd:float +cim:ExcDC2A.seefd2 xsd:float +cim:ExcDC2A.ta xsd:float +cim:ExcDC2A.tb xsd:float +cim:ExcDC2A.tc xsd:float +cim:ExcDC2A.te xsd:float +cim:ExcDC2A.tf xsd:float +cim:ExcDC2A.tf1 xsd:float +cim:ExcDC2A.vrmax xsd:float +cim:ExcDC2A.vrmin xsd:float +cim:ExcDC2A.vtlim xsd:boolean +cim:ExcDC3A.efd1 xsd:float +cim:ExcDC3A.efd2 xsd:float +cim:ExcDC3A.efdlim xsd:boolean +cim:ExcDC3A.efdmax xsd:float +cim:ExcDC3A.efdmin xsd:float +cim:ExcDC3A.exclim xsd:boolean +cim:ExcDC3A.ke xsd:float +cim:ExcDC3A.kr xsd:float +cim:ExcDC3A.ks xsd:float +cim:ExcDC3A.kv xsd:float +cim:ExcDC3A.seefd1 xsd:float +cim:ExcDC3A.seefd2 xsd:float +cim:ExcDC3A.te xsd:float +cim:ExcDC3A.trh xsd:float +cim:ExcDC3A.vrmax xsd:float +cim:ExcDC3A.vrmin xsd:float +cim:ExcDC3A1.exclim xsd:boolean +cim:ExcDC3A1.ka xsd:float +cim:ExcDC3A1.ke xsd:float +cim:ExcDC3A1.kf xsd:float +cim:ExcDC3A1.ki xsd:float +cim:ExcDC3A1.kp xsd:float +cim:ExcDC3A1.ta xsd:float +cim:ExcDC3A1.te xsd:float +cim:ExcDC3A1.tf xsd:float +cim:ExcDC3A1.vb1max xsd:float +cim:ExcDC3A1.vblim xsd:boolean +cim:ExcDC3A1.vbmax xsd:float +cim:ExcDC3A1.vrmax xsd:float +cim:ExcDC3A1.vrmin xsd:float +cim:ExcELIN1.dpnf xsd:float +cim:ExcELIN1.efmax xsd:float +cim:ExcELIN1.efmin xsd:float +cim:ExcELIN1.ks1 xsd:float +cim:ExcELIN1.ks2 xsd:float +cim:ExcELIN1.smax xsd:float +cim:ExcELIN1.tfi xsd:float +cim:ExcELIN1.tnu xsd:float +cim:ExcELIN1.ts1 xsd:float +cim:ExcELIN1.ts2 xsd:float +cim:ExcELIN1.tsw xsd:float +cim:ExcELIN1.vpi xsd:float +cim:ExcELIN1.vpnf xsd:float +cim:ExcELIN1.vpu xsd:float +cim:ExcELIN1.xe xsd:float +cim:ExcELIN2.efdbas xsd:float +cim:ExcELIN2.iefmax xsd:float +cim:ExcELIN2.iefmax2 xsd:float +cim:ExcELIN2.iefmin xsd:float +cim:ExcELIN2.k1 xsd:float +cim:ExcELIN2.k1ec xsd:float +cim:ExcELIN2.k2 xsd:float +cim:ExcELIN2.k3 xsd:float +cim:ExcELIN2.k4 xsd:float +cim:ExcELIN2.kd1 xsd:float +cim:ExcELIN2.ke2 xsd:float +cim:ExcELIN2.ketb xsd:float +cim:ExcELIN2.pid1max xsd:float +cim:ExcELIN2.seve1 xsd:float +cim:ExcELIN2.seve2 xsd:float +cim:ExcELIN2.tb1 xsd:float +cim:ExcELIN2.te xsd:float +cim:ExcELIN2.te2 xsd:float +cim:ExcELIN2.ti1 xsd:float +cim:ExcELIN2.ti3 xsd:float +cim:ExcELIN2.ti4 xsd:float +cim:ExcELIN2.tr4 xsd:float +cim:ExcELIN2.upmax xsd:float +cim:ExcELIN2.upmin xsd:float +cim:ExcELIN2.ve1 xsd:float +cim:ExcELIN2.ve2 xsd:float +cim:ExcELIN2.xp xsd:float +cim:ExcHU.ae xsd:float +cim:ExcHU.ai xsd:float +cim:ExcHU.atr xsd:float +cim:ExcHU.emax xsd:float +cim:ExcHU.emin xsd:float +cim:ExcHU.imax xsd:float +cim:ExcHU.imin xsd:float +cim:ExcHU.ke xsd:float +cim:ExcHU.ki xsd:float +cim:ExcHU.te xsd:float +cim:ExcHU.ti xsd:float +cim:ExcHU.tr xsd:float +cim:ExcIEEEAC1A.ka xsd:float +cim:ExcIEEEAC1A.kc xsd:float +cim:ExcIEEEAC1A.kd xsd:float +cim:ExcIEEEAC1A.ke xsd:float +cim:ExcIEEEAC1A.kf xsd:float +cim:ExcIEEEAC1A.seve1 xsd:float +cim:ExcIEEEAC1A.seve2 xsd:float +cim:ExcIEEEAC1A.ta xsd:float +cim:ExcIEEEAC1A.tb xsd:float +cim:ExcIEEEAC1A.tc xsd:float +cim:ExcIEEEAC1A.te xsd:float +cim:ExcIEEEAC1A.tf xsd:float +cim:ExcIEEEAC1A.vamax xsd:float +cim:ExcIEEEAC1A.vamin xsd:float +cim:ExcIEEEAC1A.ve1 xsd:float +cim:ExcIEEEAC1A.ve2 xsd:float +cim:ExcIEEEAC1A.vrmax xsd:float +cim:ExcIEEEAC1A.vrmin xsd:float +cim:ExcIEEEAC2A.ka xsd:float +cim:ExcIEEEAC2A.kb xsd:float +cim:ExcIEEEAC2A.kc xsd:float +cim:ExcIEEEAC2A.kd xsd:float +cim:ExcIEEEAC2A.ke xsd:float +cim:ExcIEEEAC2A.kf xsd:float +cim:ExcIEEEAC2A.kh xsd:float +cim:ExcIEEEAC2A.seve1 xsd:float +cim:ExcIEEEAC2A.seve2 xsd:float +cim:ExcIEEEAC2A.ta xsd:float +cim:ExcIEEEAC2A.tb xsd:float +cim:ExcIEEEAC2A.tc xsd:float +cim:ExcIEEEAC2A.te xsd:float +cim:ExcIEEEAC2A.tf xsd:float +cim:ExcIEEEAC2A.vamax xsd:float +cim:ExcIEEEAC2A.vamin xsd:float +cim:ExcIEEEAC2A.ve1 xsd:float +cim:ExcIEEEAC2A.ve2 xsd:float +cim:ExcIEEEAC2A.vfemax xsd:float +cim:ExcIEEEAC2A.vrmax xsd:float +cim:ExcIEEEAC2A.vrmin xsd:float +cim:ExcIEEEAC3A.efdn xsd:float +cim:ExcIEEEAC3A.ka xsd:float +cim:ExcIEEEAC3A.kc xsd:float +cim:ExcIEEEAC3A.kd xsd:float +cim:ExcIEEEAC3A.ke xsd:float +cim:ExcIEEEAC3A.kf xsd:float +cim:ExcIEEEAC3A.kn xsd:float +cim:ExcIEEEAC3A.kr xsd:float +cim:ExcIEEEAC3A.seve1 xsd:float +cim:ExcIEEEAC3A.seve2 xsd:float +cim:ExcIEEEAC3A.ta xsd:float +cim:ExcIEEEAC3A.tb xsd:float +cim:ExcIEEEAC3A.tc xsd:float +cim:ExcIEEEAC3A.te xsd:float +cim:ExcIEEEAC3A.tf xsd:float +cim:ExcIEEEAC3A.vamax xsd:float +cim:ExcIEEEAC3A.vamin xsd:float +cim:ExcIEEEAC3A.ve1 xsd:float +cim:ExcIEEEAC3A.ve2 xsd:float +cim:ExcIEEEAC3A.vemin xsd:float +cim:ExcIEEEAC3A.vfemax xsd:float +cim:ExcIEEEAC4A.ka xsd:float +cim:ExcIEEEAC4A.kc xsd:float +cim:ExcIEEEAC4A.ta xsd:float +cim:ExcIEEEAC4A.tb xsd:float +cim:ExcIEEEAC4A.tc xsd:float +cim:ExcIEEEAC4A.vimax xsd:float +cim:ExcIEEEAC4A.vimin xsd:float +cim:ExcIEEEAC4A.vrmax xsd:float +cim:ExcIEEEAC4A.vrmin xsd:float +cim:ExcIEEEAC5A.efd1 xsd:float +cim:ExcIEEEAC5A.efd2 xsd:float +cim:ExcIEEEAC5A.ka xsd:float +cim:ExcIEEEAC5A.ke xsd:float +cim:ExcIEEEAC5A.kf xsd:float +cim:ExcIEEEAC5A.seefd1 xsd:float +cim:ExcIEEEAC5A.seefd2 xsd:float +cim:ExcIEEEAC5A.ta xsd:float +cim:ExcIEEEAC5A.te xsd:float +cim:ExcIEEEAC5A.tf1 xsd:float +cim:ExcIEEEAC5A.tf2 xsd:float +cim:ExcIEEEAC5A.tf3 xsd:float +cim:ExcIEEEAC5A.vrmax xsd:float +cim:ExcIEEEAC5A.vrmin xsd:float +cim:ExcIEEEAC6A.ka xsd:float +cim:ExcIEEEAC6A.kc xsd:float +cim:ExcIEEEAC6A.kd xsd:float +cim:ExcIEEEAC6A.ke xsd:float +cim:ExcIEEEAC6A.kh xsd:float +cim:ExcIEEEAC6A.seve1 xsd:float +cim:ExcIEEEAC6A.seve2 xsd:float +cim:ExcIEEEAC6A.ta xsd:float +cim:ExcIEEEAC6A.tb xsd:float +cim:ExcIEEEAC6A.tc xsd:float +cim:ExcIEEEAC6A.te xsd:float +cim:ExcIEEEAC6A.th xsd:float +cim:ExcIEEEAC6A.tj xsd:float +cim:ExcIEEEAC6A.tk xsd:float +cim:ExcIEEEAC6A.vamax xsd:float +cim:ExcIEEEAC6A.vamin xsd:float +cim:ExcIEEEAC6A.ve1 xsd:float +cim:ExcIEEEAC6A.ve2 xsd:float +cim:ExcIEEEAC6A.vfelim xsd:float +cim:ExcIEEEAC6A.vhmax xsd:float +cim:ExcIEEEAC6A.vrmax xsd:float +cim:ExcIEEEAC6A.vrmin xsd:float +cim:ExcIEEEAC7B.kc xsd:float +cim:ExcIEEEAC7B.kd xsd:float +cim:ExcIEEEAC7B.kdr xsd:float +cim:ExcIEEEAC7B.ke xsd:float +cim:ExcIEEEAC7B.kf1 xsd:float +cim:ExcIEEEAC7B.kf2 xsd:float +cim:ExcIEEEAC7B.kf3 xsd:float +cim:ExcIEEEAC7B.kia xsd:float +cim:ExcIEEEAC7B.kir xsd:float +cim:ExcIEEEAC7B.kl xsd:float +cim:ExcIEEEAC7B.kp xsd:float +cim:ExcIEEEAC7B.kpa xsd:float +cim:ExcIEEEAC7B.kpr xsd:float +cim:ExcIEEEAC7B.seve1 xsd:float +cim:ExcIEEEAC7B.seve2 xsd:float +cim:ExcIEEEAC7B.tdr xsd:float +cim:ExcIEEEAC7B.te xsd:float +cim:ExcIEEEAC7B.tf xsd:float +cim:ExcIEEEAC7B.vamax xsd:float +cim:ExcIEEEAC7B.vamin xsd:float +cim:ExcIEEEAC7B.ve1 xsd:float +cim:ExcIEEEAC7B.ve2 xsd:float +cim:ExcIEEEAC7B.vemin xsd:float +cim:ExcIEEEAC7B.vfemax xsd:float +cim:ExcIEEEAC7B.vrmax xsd:float +cim:ExcIEEEAC7B.vrmin xsd:float +cim:ExcIEEEAC8B.ka xsd:float +cim:ExcIEEEAC8B.kc xsd:float +cim:ExcIEEEAC8B.kd xsd:float +cim:ExcIEEEAC8B.kdr xsd:float +cim:ExcIEEEAC8B.ke xsd:float +cim:ExcIEEEAC8B.kir xsd:float +cim:ExcIEEEAC8B.kpr xsd:float +cim:ExcIEEEAC8B.seve1 xsd:float +cim:ExcIEEEAC8B.seve2 xsd:float +cim:ExcIEEEAC8B.ta xsd:float +cim:ExcIEEEAC8B.tdr xsd:float +cim:ExcIEEEAC8B.te xsd:float +cim:ExcIEEEAC8B.ve1 xsd:float +cim:ExcIEEEAC8B.ve2 xsd:float +cim:ExcIEEEAC8B.vemin xsd:float +cim:ExcIEEEAC8B.vfemax xsd:float +cim:ExcIEEEAC8B.vrmax xsd:float +cim:ExcIEEEAC8B.vrmin xsd:float +cim:ExcIEEEDC1A.efd1 xsd:float +cim:ExcIEEEDC1A.efd2 xsd:float +cim:ExcIEEEDC1A.exclim xsd:boolean +cim:ExcIEEEDC1A.ka xsd:float +cim:ExcIEEEDC1A.ke xsd:float +cim:ExcIEEEDC1A.kf xsd:float +cim:ExcIEEEDC1A.seefd1 xsd:float +cim:ExcIEEEDC1A.seefd2 xsd:float +cim:ExcIEEEDC1A.ta xsd:float +cim:ExcIEEEDC1A.tb xsd:float +cim:ExcIEEEDC1A.tc xsd:float +cim:ExcIEEEDC1A.te xsd:float +cim:ExcIEEEDC1A.tf xsd:float +cim:ExcIEEEDC1A.uelin xsd:boolean +cim:ExcIEEEDC1A.vrmax xsd:float +cim:ExcIEEEDC1A.vrmin xsd:float +cim:ExcIEEEDC2A.efd1 xsd:float +cim:ExcIEEEDC2A.efd2 xsd:float +cim:ExcIEEEDC2A.exclim xsd:float +cim:ExcIEEEDC2A.ka xsd:float +cim:ExcIEEEDC2A.ke xsd:float +cim:ExcIEEEDC2A.kf xsd:float +cim:ExcIEEEDC2A.seefd1 xsd:float +cim:ExcIEEEDC2A.seefd2 xsd:float +cim:ExcIEEEDC2A.ta xsd:float +cim:ExcIEEEDC2A.tb xsd:float +cim:ExcIEEEDC2A.tc xsd:float +cim:ExcIEEEDC2A.te xsd:float +cim:ExcIEEEDC2A.tf xsd:float +cim:ExcIEEEDC2A.uelin xsd:boolean +cim:ExcIEEEDC2A.vrmax xsd:float +cim:ExcIEEEDC2A.vrmin xsd:float +cim:ExcIEEEDC3A.efd1 xsd:float +cim:ExcIEEEDC3A.efd2 xsd:float +cim:ExcIEEEDC3A.exclim xsd:boolean +cim:ExcIEEEDC3A.ke xsd:float +cim:ExcIEEEDC3A.kv xsd:float +cim:ExcIEEEDC3A.seefd1 xsd:float +cim:ExcIEEEDC3A.seefd2 xsd:float +cim:ExcIEEEDC3A.te xsd:float +cim:ExcIEEEDC3A.trh xsd:float +cim:ExcIEEEDC3A.vrmax xsd:float +cim:ExcIEEEDC3A.vrmin xsd:float +cim:ExcIEEEDC4B.efd1 xsd:float +cim:ExcIEEEDC4B.efd2 xsd:float +cim:ExcIEEEDC4B.ka xsd:float +cim:ExcIEEEDC4B.kd xsd:float +cim:ExcIEEEDC4B.ke xsd:float +cim:ExcIEEEDC4B.kf xsd:float +cim:ExcIEEEDC4B.ki xsd:float +cim:ExcIEEEDC4B.kp xsd:float +cim:ExcIEEEDC4B.oelin xsd:boolean +cim:ExcIEEEDC4B.seefd1 xsd:float +cim:ExcIEEEDC4B.seefd2 xsd:float +cim:ExcIEEEDC4B.ta xsd:float +cim:ExcIEEEDC4B.td xsd:float +cim:ExcIEEEDC4B.te xsd:float +cim:ExcIEEEDC4B.tf xsd:float +cim:ExcIEEEDC4B.uelin xsd:boolean +cim:ExcIEEEDC4B.vemin xsd:float +cim:ExcIEEEDC4B.vrmax xsd:float +cim:ExcIEEEDC4B.vrmin xsd:float +cim:ExcIEEEST1A.ilr xsd:float +cim:ExcIEEEST1A.ka xsd:float +cim:ExcIEEEST1A.kc xsd:float +cim:ExcIEEEST1A.kf xsd:float +cim:ExcIEEEST1A.klr xsd:float +cim:ExcIEEEST1A.pssin xsd:boolean +cim:ExcIEEEST1A.ta xsd:float +cim:ExcIEEEST1A.tb xsd:float +cim:ExcIEEEST1A.tb1 xsd:float +cim:ExcIEEEST1A.tc xsd:float +cim:ExcIEEEST1A.tc1 xsd:float +cim:ExcIEEEST1A.tf xsd:float +cim:ExcIEEEST1A.vamax xsd:float +cim:ExcIEEEST1A.vamin xsd:float +cim:ExcIEEEST1A.vimax xsd:float +cim:ExcIEEEST1A.vimin xsd:float +cim:ExcIEEEST1A.vrmax xsd:float +cim:ExcIEEEST1A.vrmin xsd:float +cim:ExcIEEEST2A.efdmax xsd:float +cim:ExcIEEEST2A.ka xsd:float +cim:ExcIEEEST2A.kc xsd:float +cim:ExcIEEEST2A.ke xsd:float +cim:ExcIEEEST2A.kf xsd:float +cim:ExcIEEEST2A.ki xsd:float +cim:ExcIEEEST2A.kp xsd:float +cim:ExcIEEEST2A.ta xsd:float +cim:ExcIEEEST2A.te xsd:float +cim:ExcIEEEST2A.tf xsd:float +cim:ExcIEEEST2A.uelin xsd:boolean +cim:ExcIEEEST2A.vrmax xsd:float +cim:ExcIEEEST2A.vrmin xsd:float +cim:ExcIEEEST3A.ka xsd:float +cim:ExcIEEEST3A.kc xsd:float +cim:ExcIEEEST3A.kg xsd:float +cim:ExcIEEEST3A.ki xsd:float +cim:ExcIEEEST3A.km xsd:float +cim:ExcIEEEST3A.kp xsd:float +cim:ExcIEEEST3A.ta xsd:float +cim:ExcIEEEST3A.tb xsd:float +cim:ExcIEEEST3A.tc xsd:float +cim:ExcIEEEST3A.thetap xsd:float +cim:ExcIEEEST3A.tm xsd:float +cim:ExcIEEEST3A.vbmax xsd:float +cim:ExcIEEEST3A.vgmax xsd:float +cim:ExcIEEEST3A.vimax xsd:float +cim:ExcIEEEST3A.vimin xsd:float +cim:ExcIEEEST3A.vmmax xsd:float +cim:ExcIEEEST3A.vmmin xsd:float +cim:ExcIEEEST3A.vrmax xsd:float +cim:ExcIEEEST3A.vrmin xsd:float +cim:ExcIEEEST3A.xl xsd:float +cim:ExcIEEEST4B.kc xsd:float +cim:ExcIEEEST4B.kg xsd:float +cim:ExcIEEEST4B.ki xsd:float +cim:ExcIEEEST4B.kim xsd:float +cim:ExcIEEEST4B.kir xsd:float +cim:ExcIEEEST4B.kp xsd:float +cim:ExcIEEEST4B.kpm xsd:float +cim:ExcIEEEST4B.kpr xsd:float +cim:ExcIEEEST4B.ta xsd:float +cim:ExcIEEEST4B.thetap xsd:float +cim:ExcIEEEST4B.vbmax xsd:float +cim:ExcIEEEST4B.vmmax xsd:float +cim:ExcIEEEST4B.vmmin xsd:float +cim:ExcIEEEST4B.vrmax xsd:float +cim:ExcIEEEST4B.vrmin xsd:float +cim:ExcIEEEST4B.xl xsd:float +cim:ExcIEEEST5B.kc xsd:float +cim:ExcIEEEST5B.kr xsd:float +cim:ExcIEEEST5B.t1 xsd:float +cim:ExcIEEEST5B.tb1 xsd:float +cim:ExcIEEEST5B.tb2 xsd:float +cim:ExcIEEEST5B.tc1 xsd:float +cim:ExcIEEEST5B.tc2 xsd:float +cim:ExcIEEEST5B.tob1 xsd:float +cim:ExcIEEEST5B.tob2 xsd:float +cim:ExcIEEEST5B.toc1 xsd:float +cim:ExcIEEEST5B.toc2 xsd:float +cim:ExcIEEEST5B.tub1 xsd:float +cim:ExcIEEEST5B.tub2 xsd:float +cim:ExcIEEEST5B.tuc1 xsd:float +cim:ExcIEEEST5B.tuc2 xsd:float +cim:ExcIEEEST5B.vrmax xsd:float +cim:ExcIEEEST5B.vrmin xsd:float +cim:ExcIEEEST6B.ilr xsd:float +cim:ExcIEEEST6B.kci xsd:float +cim:ExcIEEEST6B.kff xsd:float +cim:ExcIEEEST6B.kg xsd:float +cim:ExcIEEEST6B.kia xsd:float +cim:ExcIEEEST6B.klr xsd:float +cim:ExcIEEEST6B.km xsd:float +cim:ExcIEEEST6B.kpa xsd:float +cim:ExcIEEEST6B.tg xsd:float +cim:ExcIEEEST6B.vamax xsd:float +cim:ExcIEEEST6B.vamin xsd:float +cim:ExcIEEEST6B.vrmax xsd:float +cim:ExcIEEEST6B.vrmin xsd:float +cim:ExcIEEEST7B.kh xsd:float +cim:ExcIEEEST7B.kia xsd:float +cim:ExcIEEEST7B.kl xsd:float +cim:ExcIEEEST7B.kpa xsd:float +cim:ExcIEEEST7B.tb xsd:float +cim:ExcIEEEST7B.tc xsd:float +cim:ExcIEEEST7B.tf xsd:float +cim:ExcIEEEST7B.tg xsd:float +cim:ExcIEEEST7B.tia xsd:float +cim:ExcIEEEST7B.vmax xsd:float +cim:ExcIEEEST7B.vmin xsd:float +cim:ExcIEEEST7B.vrmax xsd:float +cim:ExcIEEEST7B.vrmin xsd:float +cim:ExcNI.busFedSelector xsd:boolean +cim:ExcNI.ka xsd:float +cim:ExcNI.kf xsd:float +cim:ExcNI.r xsd:float +cim:ExcNI.ta xsd:float +cim:ExcNI.tf1 xsd:float +cim:ExcNI.tf2 xsd:float +cim:ExcNI.tr xsd:float +cim:ExcNI.vrmax xsd:float +cim:ExcNI.vrmin xsd:float +cim:ExcOEX3T.e1 xsd:float +cim:ExcOEX3T.e2 xsd:float +cim:ExcOEX3T.ka xsd:float +cim:ExcOEX3T.kc xsd:float +cim:ExcOEX3T.kd xsd:float +cim:ExcOEX3T.ke xsd:float +cim:ExcOEX3T.kf xsd:float +cim:ExcOEX3T.see1 xsd:float +cim:ExcOEX3T.see2 xsd:float +cim:ExcOEX3T.t1 xsd:float +cim:ExcOEX3T.t2 xsd:float +cim:ExcOEX3T.t3 xsd:float +cim:ExcOEX3T.t4 xsd:float +cim:ExcOEX3T.t5 xsd:float +cim:ExcOEX3T.t6 xsd:float +cim:ExcOEX3T.te xsd:float +cim:ExcOEX3T.tf xsd:float +cim:ExcOEX3T.vrmax xsd:float +cim:ExcOEX3T.vrmin xsd:float +cim:ExcPIC.e1 xsd:float +cim:ExcPIC.e2 xsd:float +cim:ExcPIC.efdmax xsd:float +cim:ExcPIC.efdmin xsd:float +cim:ExcPIC.ka xsd:float +cim:ExcPIC.kc xsd:float +cim:ExcPIC.ke xsd:float +cim:ExcPIC.kf xsd:float +cim:ExcPIC.ki xsd:float +cim:ExcPIC.kp xsd:float +cim:ExcPIC.se1 xsd:float +cim:ExcPIC.se2 xsd:float +cim:ExcPIC.ta1 xsd:float +cim:ExcPIC.ta2 xsd:float +cim:ExcPIC.ta3 xsd:float +cim:ExcPIC.ta4 xsd:float +cim:ExcPIC.te xsd:float +cim:ExcPIC.tf1 xsd:float +cim:ExcPIC.tf2 xsd:float +cim:ExcPIC.vr1 xsd:float +cim:ExcPIC.vr2 xsd:float +cim:ExcPIC.vrmax xsd:float +cim:ExcPIC.vrmin xsd:float +cim:ExcREXS.e1 xsd:float +cim:ExcREXS.e2 xsd:float +cim:ExcREXS.flimf xsd:float +cim:ExcREXS.kc xsd:float +cim:ExcREXS.kd xsd:float +cim:ExcREXS.ke xsd:float +cim:ExcREXS.kefd xsd:float +cim:ExcREXS.kf xsd:float +cim:ExcREXS.kh xsd:float +cim:ExcREXS.kii xsd:float +cim:ExcREXS.kip xsd:float +cim:ExcREXS.ks xsd:float +cim:ExcREXS.kvi xsd:float +cim:ExcREXS.kvp xsd:float +cim:ExcREXS.kvphz xsd:float +cim:ExcREXS.nvphz xsd:float +cim:ExcREXS.se1 xsd:float +cim:ExcREXS.se2 xsd:float +cim:ExcREXS.ta xsd:float +cim:ExcREXS.tb1 xsd:float +cim:ExcREXS.tb2 xsd:float +cim:ExcREXS.tc1 xsd:float +cim:ExcREXS.tc2 xsd:float +cim:ExcREXS.te xsd:float +cim:ExcREXS.tf xsd:float +cim:ExcREXS.tf1 xsd:float +cim:ExcREXS.tf2 xsd:float +cim:ExcREXS.tp xsd:float +cim:ExcREXS.vcmax xsd:float +cim:ExcREXS.vfmax xsd:float +cim:ExcREXS.vfmin xsd:float +cim:ExcREXS.vimax xsd:float +cim:ExcREXS.vrmax xsd:float +cim:ExcREXS.vrmin xsd:float +cim:ExcREXS.xc xsd:float +cim:ExcRQB.ki0 xsd:float +cim:ExcRQB.ki1 xsd:float +cim:ExcRQB.klir xsd:float +cim:ExcRQB.klus xsd:float +cim:ExcRQB.lsat xsd:float +cim:ExcRQB.lus xsd:float +cim:ExcRQB.mesu xsd:float +cim:ExcRQB.t4m xsd:float +cim:ExcRQB.tc xsd:float +cim:ExcRQB.te xsd:float +cim:ExcRQB.tf xsd:float +cim:ExcRQB.ucmax xsd:float +cim:ExcRQB.ucmin xsd:float +cim:ExcSCRX.cswitch xsd:boolean +cim:ExcSCRX.emax xsd:float +cim:ExcSCRX.emin xsd:float +cim:ExcSCRX.k xsd:float +cim:ExcSCRX.rcrfd xsd:float +cim:ExcSCRX.tatb xsd:float +cim:ExcSCRX.tb xsd:float +cim:ExcSCRX.te xsd:float +cim:ExcSEXS.efdmax xsd:float +cim:ExcSEXS.efdmin xsd:float +cim:ExcSEXS.emax xsd:float +cim:ExcSEXS.emin xsd:float +cim:ExcSEXS.k xsd:float +cim:ExcSEXS.kc xsd:float +cim:ExcSEXS.tatb xsd:float +cim:ExcSEXS.tb xsd:float +cim:ExcSEXS.tc xsd:float +cim:ExcSEXS.te xsd:float +cim:ExcSK.efdmax xsd:float +cim:ExcSK.efdmin xsd:float +cim:ExcSK.emax xsd:float +cim:ExcSK.emin xsd:float +cim:ExcSK.k xsd:float +cim:ExcSK.k1 xsd:float +cim:ExcSK.k2 xsd:float +cim:ExcSK.kc xsd:float +cim:ExcSK.kce xsd:float +cim:ExcSK.kd xsd:float +cim:ExcSK.kgob xsd:float +cim:ExcSK.kp xsd:float +cim:ExcSK.kqi xsd:float +cim:ExcSK.kqob xsd:float +cim:ExcSK.kqp xsd:float +cim:ExcSK.nq xsd:float +cim:ExcSK.qconoff xsd:boolean +cim:ExcSK.qz xsd:float +cim:ExcSK.remote xsd:boolean +cim:ExcSK.sbase xsd:float +cim:ExcSK.tc xsd:float +cim:ExcSK.te xsd:float +cim:ExcSK.ti xsd:float +cim:ExcSK.tp xsd:float +cim:ExcSK.tr xsd:float +cim:ExcSK.uimax xsd:float +cim:ExcSK.uimin xsd:float +cim:ExcSK.urmax xsd:float +cim:ExcSK.urmin xsd:float +cim:ExcSK.vtmax xsd:float +cim:ExcSK.vtmin xsd:float +cim:ExcSK.yp xsd:float +cim:ExcST1A.ilr xsd:float +cim:ExcST1A.ka xsd:float +cim:ExcST1A.kc xsd:float +cim:ExcST1A.kf xsd:float +cim:ExcST1A.klr xsd:float +cim:ExcST1A.ta xsd:float +cim:ExcST1A.tb xsd:float +cim:ExcST1A.tb1 xsd:float +cim:ExcST1A.tc xsd:float +cim:ExcST1A.tc1 xsd:float +cim:ExcST1A.tf xsd:float +cim:ExcST1A.vamax xsd:float +cim:ExcST1A.vamin xsd:float +cim:ExcST1A.vimax xsd:float +cim:ExcST1A.vimin xsd:float +cim:ExcST1A.vrmax xsd:float +cim:ExcST1A.vrmin xsd:float +cim:ExcST1A.xe xsd:float +cim:ExcST2A.efdmax xsd:float +cim:ExcST2A.ka xsd:float +cim:ExcST2A.kc xsd:float +cim:ExcST2A.ke xsd:float +cim:ExcST2A.kf xsd:float +cim:ExcST2A.ki xsd:float +cim:ExcST2A.kp xsd:float +cim:ExcST2A.ta xsd:float +cim:ExcST2A.tb xsd:float +cim:ExcST2A.tc xsd:float +cim:ExcST2A.te xsd:float +cim:ExcST2A.tf xsd:float +cim:ExcST2A.uelin xsd:boolean +cim:ExcST2A.vrmax xsd:float +cim:ExcST2A.vrmin xsd:float +cim:ExcST3A.efdmax xsd:float +cim:ExcST3A.kc xsd:float +cim:ExcST3A.kg xsd:float +cim:ExcST3A.ki xsd:float +cim:ExcST3A.kj xsd:float +cim:ExcST3A.km xsd:float +cim:ExcST3A.kp xsd:float +cim:ExcST3A.ks xsd:float +cim:ExcST3A.ks1 xsd:float +cim:ExcST3A.tb xsd:float +cim:ExcST3A.tc xsd:float +cim:ExcST3A.thetap xsd:float +cim:ExcST3A.tm xsd:float +cim:ExcST3A.vbmax xsd:float +cim:ExcST3A.vgmax xsd:float +cim:ExcST3A.vimax xsd:float +cim:ExcST3A.vimin xsd:float +cim:ExcST3A.vrmax xsd:float +cim:ExcST3A.vrmin xsd:float +cim:ExcST3A.xl xsd:float +cim:ExcST4B.kc xsd:float +cim:ExcST4B.kg xsd:float +cim:ExcST4B.ki xsd:float +cim:ExcST4B.kim xsd:float +cim:ExcST4B.kir xsd:float +cim:ExcST4B.kp xsd:float +cim:ExcST4B.kpm xsd:float +cim:ExcST4B.kpr xsd:float +cim:ExcST4B.lvgate xsd:boolean +cim:ExcST4B.ta xsd:float +cim:ExcST4B.thetap xsd:float +cim:ExcST4B.uel xsd:boolean +cim:ExcST4B.vbmax xsd:float +cim:ExcST4B.vgmax xsd:float +cim:ExcST4B.vmmax xsd:float +cim:ExcST4B.vmmin xsd:float +cim:ExcST4B.vrmax xsd:float +cim:ExcST4B.vrmin xsd:float +cim:ExcST4B.xl xsd:float +cim:ExcST6B.ilr xsd:float +cim:ExcST6B.k1 xsd:boolean +cim:ExcST6B.kcl xsd:float +cim:ExcST6B.kff xsd:float +cim:ExcST6B.kg xsd:float +cim:ExcST6B.kia xsd:float +cim:ExcST6B.klr xsd:float +cim:ExcST6B.km xsd:float +cim:ExcST6B.kpa xsd:float +cim:ExcST6B.kvd xsd:float +cim:ExcST6B.tg xsd:float +cim:ExcST6B.ts xsd:float +cim:ExcST6B.tvd xsd:float +cim:ExcST6B.vamax xsd:float +cim:ExcST6B.vamin xsd:float +cim:ExcST6B.vilim xsd:boolean +cim:ExcST6B.vimax xsd:float +cim:ExcST6B.vimin xsd:float +cim:ExcST6B.vmult xsd:boolean +cim:ExcST6B.vrmax xsd:float +cim:ExcST6B.vrmin xsd:float +cim:ExcST6B.xc xsd:float +cim:ExcST7B.kh xsd:float +cim:ExcST7B.kia xsd:float +cim:ExcST7B.kl xsd:float +cim:ExcST7B.kpa xsd:float +cim:ExcST7B.tb xsd:float +cim:ExcST7B.tc xsd:float +cim:ExcST7B.tf xsd:float +cim:ExcST7B.tg xsd:float +cim:ExcST7B.tia xsd:float +cim:ExcST7B.ts xsd:float +cim:ExcST7B.vmax xsd:float +cim:ExcST7B.vmin xsd:float +cim:ExcST7B.vrmax xsd:float +cim:ExcST7B.vrmin xsd:float +cim:ExcitationSystemUserDefined.proprietary xsd:boolean +cim:ExternalNetworkInjection.governorSCD xsd:float +cim:ExternalNetworkInjection.ikSecond xsd:boolean +cim:ExternalNetworkInjection.maxInitialSymShCCurrent xsd:float +cim:ExternalNetworkInjection.maxP xsd:float +cim:ExternalNetworkInjection.maxQ xsd:float +cim:ExternalNetworkInjection.maxR0ToX0Ratio xsd:float +cim:ExternalNetworkInjection.maxR1ToX1Ratio xsd:float +cim:ExternalNetworkInjection.maxZ0ToZ1Ratio xsd:float +cim:ExternalNetworkInjection.minInitialSymShCCurrent xsd:float +cim:ExternalNetworkInjection.minP xsd:float +cim:ExternalNetworkInjection.minQ xsd:float +cim:ExternalNetworkInjection.minR0ToX0Ratio xsd:float +cim:ExternalNetworkInjection.minR1ToX1Ratio xsd:float +cim:ExternalNetworkInjection.minZ0ToZ1Ratio xsd:float +cim:ExternalNetworkInjection.p xsd:float +cim:ExternalNetworkInjection.q xsd:float +cim:ExternalNetworkInjection.referencePriority xsd:integer +cim:ExternalNetworkInjection.voltageFactor xsd:float +cim:GenICompensationForGenJ.rcij xsd:float +cim:GenICompensationForGenJ.xcij xsd:float +cim:GeneratingUnit.governorSCD xsd:float +cim:GeneratingUnit.longPF xsd:float +cim:GeneratingUnit.maxOperatingP xsd:float +cim:GeneratingUnit.maximumAllowableSpinningReserve xsd:float +cim:GeneratingUnit.minOperatingP xsd:float +cim:GeneratingUnit.nominalP xsd:float +cim:GeneratingUnit.normalPF xsd:float +cim:GeneratingUnit.ratedGrossMaxP xsd:float +cim:GeneratingUnit.ratedGrossMinP xsd:float +cim:GeneratingUnit.ratedNetMaxP xsd:float +cim:GeneratingUnit.shortPF xsd:float +cim:GeneratingUnit.startupCost xsd:decimal +cim:GeneratingUnit.startupTime xsd:float +cim:GeneratingUnit.totalEfficiency xsd:float +cim:GeneratingUnit.variableCost xsd:decimal +cim:GovCT1.aset xsd:float +cim:GovCT1.db xsd:float +cim:GovCT1.dm xsd:float +cim:GovCT1.ka xsd:float +cim:GovCT1.kdgov xsd:float +cim:GovCT1.kigov xsd:float +cim:GovCT1.kiload xsd:float +cim:GovCT1.kimw xsd:float +cim:GovCT1.kpgov xsd:float +cim:GovCT1.kpload xsd:float +cim:GovCT1.kturb xsd:float +cim:GovCT1.ldref xsd:float +cim:GovCT1.maxerr xsd:float +cim:GovCT1.minerr xsd:float +cim:GovCT1.mwbase xsd:float +cim:GovCT1.r xsd:float +cim:GovCT1.rclose xsd:float +cim:GovCT1.rdown xsd:float +cim:GovCT1.ropen xsd:float +cim:GovCT1.rup xsd:float +cim:GovCT1.ta xsd:float +cim:GovCT1.tact xsd:float +cim:GovCT1.tb xsd:float +cim:GovCT1.tc xsd:float +cim:GovCT1.tdgov xsd:float +cim:GovCT1.teng xsd:float +cim:GovCT1.tfload xsd:float +cim:GovCT1.tpelec xsd:float +cim:GovCT1.tsa xsd:float +cim:GovCT1.tsb xsd:float +cim:GovCT1.vmax xsd:float +cim:GovCT1.vmin xsd:float +cim:GovCT1.wfnl xsd:float +cim:GovCT1.wfspd xsd:boolean +cim:GovCT2.aset xsd:float +cim:GovCT2.db xsd:float +cim:GovCT2.dm xsd:float +cim:GovCT2.flim1 xsd:float +cim:GovCT2.flim10 xsd:float +cim:GovCT2.flim2 xsd:float +cim:GovCT2.flim3 xsd:float +cim:GovCT2.flim4 xsd:float +cim:GovCT2.flim5 xsd:float +cim:GovCT2.flim6 xsd:float +cim:GovCT2.flim7 xsd:float +cim:GovCT2.flim8 xsd:float +cim:GovCT2.flim9 xsd:float +cim:GovCT2.ka xsd:float +cim:GovCT2.kdgov xsd:float +cim:GovCT2.kigov xsd:float +cim:GovCT2.kiload xsd:float +cim:GovCT2.kimw xsd:float +cim:GovCT2.kpgov xsd:float +cim:GovCT2.kpload xsd:float +cim:GovCT2.kturb xsd:float +cim:GovCT2.ldref xsd:float +cim:GovCT2.maxerr xsd:float +cim:GovCT2.minerr xsd:float +cim:GovCT2.mwbase xsd:float +cim:GovCT2.plim1 xsd:float +cim:GovCT2.plim10 xsd:float +cim:GovCT2.plim2 xsd:float +cim:GovCT2.plim3 xsd:float +cim:GovCT2.plim4 xsd:float +cim:GovCT2.plim5 xsd:float +cim:GovCT2.plim6 xsd:float +cim:GovCT2.plim7 xsd:float +cim:GovCT2.plim8 xsd:float +cim:GovCT2.plim9 xsd:float +cim:GovCT2.prate xsd:float +cim:GovCT2.r xsd:float +cim:GovCT2.rclose xsd:float +cim:GovCT2.rdown xsd:float +cim:GovCT2.ropen xsd:float +cim:GovCT2.rup xsd:float +cim:GovCT2.ta xsd:float +cim:GovCT2.tact xsd:float +cim:GovCT2.tb xsd:float +cim:GovCT2.tc xsd:float +cim:GovCT2.tdgov xsd:float +cim:GovCT2.teng xsd:float +cim:GovCT2.tfload xsd:float +cim:GovCT2.tpelec xsd:float +cim:GovCT2.tsa xsd:float +cim:GovCT2.tsb xsd:float +cim:GovCT2.vmax xsd:float +cim:GovCT2.vmin xsd:float +cim:GovCT2.wfnl xsd:float +cim:GovCT2.wfspd xsd:boolean +cim:GovGAST.at xsd:float +cim:GovGAST.dturb xsd:float +cim:GovGAST.kt xsd:float +cim:GovGAST.mwbase xsd:float +cim:GovGAST.r xsd:float +cim:GovGAST.t1 xsd:float +cim:GovGAST.t2 xsd:float +cim:GovGAST.t3 xsd:float +cim:GovGAST.vmax xsd:float +cim:GovGAST.vmin xsd:float +cim:GovGAST1.a xsd:float +cim:GovGAST1.b xsd:float +cim:GovGAST1.db1 xsd:float +cim:GovGAST1.db2 xsd:float +cim:GovGAST1.eps xsd:float +cim:GovGAST1.fidle xsd:float +cim:GovGAST1.gv1 xsd:float +cim:GovGAST1.gv2 xsd:float +cim:GovGAST1.gv3 xsd:float +cim:GovGAST1.gv4 xsd:float +cim:GovGAST1.gv5 xsd:float +cim:GovGAST1.gv6 xsd:float +cim:GovGAST1.ka xsd:float +cim:GovGAST1.kt xsd:float +cim:GovGAST1.lmax xsd:float +cim:GovGAST1.loadinc xsd:float +cim:GovGAST1.ltrate xsd:float +cim:GovGAST1.mwbase xsd:float +cim:GovGAST1.pgv1 xsd:float +cim:GovGAST1.pgv2 xsd:float +cim:GovGAST1.pgv3 xsd:float +cim:GovGAST1.pgv4 xsd:float +cim:GovGAST1.pgv5 xsd:float +cim:GovGAST1.pgv6 xsd:float +cim:GovGAST1.r xsd:float +cim:GovGAST1.rmax xsd:float +cim:GovGAST1.t1 xsd:float +cim:GovGAST1.t2 xsd:float +cim:GovGAST1.t3 xsd:float +cim:GovGAST1.t4 xsd:float +cim:GovGAST1.t5 xsd:float +cim:GovGAST1.tltr xsd:float +cim:GovGAST1.vmax xsd:float +cim:GovGAST1.vmin xsd:float +cim:GovGAST2.a xsd:float +cim:GovGAST2.af1 xsd:float +cim:GovGAST2.af2 xsd:float +cim:GovGAST2.b xsd:float +cim:GovGAST2.bf1 xsd:float +cim:GovGAST2.bf2 xsd:float +cim:GovGAST2.c xsd:float +cim:GovGAST2.cf2 xsd:float +cim:GovGAST2.ecr xsd:float +cim:GovGAST2.etd xsd:float +cim:GovGAST2.k3 xsd:float +cim:GovGAST2.k4 xsd:float +cim:GovGAST2.k5 xsd:float +cim:GovGAST2.k6 xsd:float +cim:GovGAST2.kf xsd:float +cim:GovGAST2.mwbase xsd:float +cim:GovGAST2.t xsd:float +cim:GovGAST2.t3 xsd:float +cim:GovGAST2.t4 xsd:float +cim:GovGAST2.t5 xsd:float +cim:GovGAST2.tc xsd:float +cim:GovGAST2.tcd xsd:float +cim:GovGAST2.tf xsd:float +cim:GovGAST2.tmax xsd:float +cim:GovGAST2.tmin xsd:float +cim:GovGAST2.tr xsd:float +cim:GovGAST2.trate xsd:float +cim:GovGAST2.tt xsd:float +cim:GovGAST2.w xsd:float +cim:GovGAST2.x xsd:float +cim:GovGAST2.y xsd:float +cim:GovGAST2.z xsd:integer +cim:GovGAST3.bca xsd:float +cim:GovGAST3.bp xsd:float +cim:GovGAST3.dtc xsd:float +cim:GovGAST3.ka xsd:float +cim:GovGAST3.kac xsd:float +cim:GovGAST3.kca xsd:float +cim:GovGAST3.ksi xsd:float +cim:GovGAST3.ky xsd:float +cim:GovGAST3.mnef xsd:float +cim:GovGAST3.mxef xsd:float +cim:GovGAST3.rcmn xsd:float +cim:GovGAST3.rcmx xsd:float +cim:GovGAST3.tac xsd:float +cim:GovGAST3.tc xsd:float +cim:GovGAST3.td xsd:float +cim:GovGAST3.tfen xsd:float +cim:GovGAST3.tg xsd:float +cim:GovGAST3.tsi xsd:float +cim:GovGAST3.tt xsd:float +cim:GovGAST3.ttc xsd:float +cim:GovGAST3.ty xsd:float +cim:GovGAST4.bp xsd:float +cim:GovGAST4.ktm xsd:float +cim:GovGAST4.mnef xsd:float +cim:GovGAST4.mxef xsd:float +cim:GovGAST4.rymn xsd:float +cim:GovGAST4.rymx xsd:float +cim:GovGAST4.ta xsd:float +cim:GovGAST4.tc xsd:float +cim:GovGAST4.tcm xsd:float +cim:GovGAST4.tm xsd:float +cim:GovGAST4.ty xsd:float +cim:GovGASTWD.a xsd:float +cim:GovGASTWD.af1 xsd:float +cim:GovGASTWD.af2 xsd:float +cim:GovGASTWD.b xsd:float +cim:GovGASTWD.bf1 xsd:float +cim:GovGASTWD.bf2 xsd:float +cim:GovGASTWD.c xsd:float +cim:GovGASTWD.cf2 xsd:float +cim:GovGASTWD.ecr xsd:float +cim:GovGASTWD.etd xsd:float +cim:GovGASTWD.k3 xsd:float +cim:GovGASTWD.k4 xsd:float +cim:GovGASTWD.k5 xsd:float +cim:GovGASTWD.k6 xsd:float +cim:GovGASTWD.kd xsd:float +cim:GovGASTWD.kdroop xsd:float +cim:GovGASTWD.kf xsd:float +cim:GovGASTWD.ki xsd:float +cim:GovGASTWD.kp xsd:float +cim:GovGASTWD.mwbase xsd:float +cim:GovGASTWD.t xsd:float +cim:GovGASTWD.t3 xsd:float +cim:GovGASTWD.t4 xsd:float +cim:GovGASTWD.t5 xsd:float +cim:GovGASTWD.tc xsd:float +cim:GovGASTWD.tcd xsd:float +cim:GovGASTWD.td xsd:float +cim:GovGASTWD.tf xsd:float +cim:GovGASTWD.tmax xsd:float +cim:GovGASTWD.tmin xsd:float +cim:GovGASTWD.tr xsd:float +cim:GovGASTWD.trate xsd:float +cim:GovGASTWD.tt xsd:float +cim:GovHydro1.at xsd:float +cim:GovHydro1.dturb xsd:float +cim:GovHydro1.gmax xsd:float +cim:GovHydro1.gmin xsd:float +cim:GovHydro1.hdam xsd:float +cim:GovHydro1.mwbase xsd:float +cim:GovHydro1.qnl xsd:float +cim:GovHydro1.rperm xsd:float +cim:GovHydro1.rtemp xsd:float +cim:GovHydro1.tf xsd:float +cim:GovHydro1.tg xsd:float +cim:GovHydro1.tr xsd:float +cim:GovHydro1.tw xsd:float +cim:GovHydro1.velm xsd:float +cim:GovHydro2.aturb xsd:float +cim:GovHydro2.bturb xsd:float +cim:GovHydro2.db1 xsd:float +cim:GovHydro2.db2 xsd:float +cim:GovHydro2.eps xsd:float +cim:GovHydro2.gv1 xsd:float +cim:GovHydro2.gv2 xsd:float +cim:GovHydro2.gv3 xsd:float +cim:GovHydro2.gv4 xsd:float +cim:GovHydro2.gv5 xsd:float +cim:GovHydro2.gv6 xsd:float +cim:GovHydro2.kturb xsd:float +cim:GovHydro2.mwbase xsd:float +cim:GovHydro2.pgv1 xsd:float +cim:GovHydro2.pgv2 xsd:float +cim:GovHydro2.pgv3 xsd:float +cim:GovHydro2.pgv4 xsd:float +cim:GovHydro2.pgv5 xsd:float +cim:GovHydro2.pgv6 xsd:float +cim:GovHydro2.pmax xsd:float +cim:GovHydro2.pmin xsd:float +cim:GovHydro2.rperm xsd:float +cim:GovHydro2.rtemp xsd:float +cim:GovHydro2.tg xsd:float +cim:GovHydro2.tp xsd:float +cim:GovHydro2.tr xsd:float +cim:GovHydro2.tw xsd:float +cim:GovHydro2.uc xsd:float +cim:GovHydro2.uo xsd:float +cim:GovHydro3.at xsd:float +cim:GovHydro3.db1 xsd:float +cim:GovHydro3.db2 xsd:float +cim:GovHydro3.dturb xsd:float +cim:GovHydro3.eps xsd:float +cim:GovHydro3.governorControl xsd:boolean +cim:GovHydro3.gv1 xsd:float +cim:GovHydro3.gv2 xsd:float +cim:GovHydro3.gv3 xsd:float +cim:GovHydro3.gv4 xsd:float +cim:GovHydro3.gv5 xsd:float +cim:GovHydro3.gv6 xsd:float +cim:GovHydro3.h0 xsd:float +cim:GovHydro3.k1 xsd:float +cim:GovHydro3.k2 xsd:float +cim:GovHydro3.kg xsd:float +cim:GovHydro3.ki xsd:float +cim:GovHydro3.mwbase xsd:float +cim:GovHydro3.pgv1 xsd:float +cim:GovHydro3.pgv2 xsd:float +cim:GovHydro3.pgv3 xsd:float +cim:GovHydro3.pgv4 xsd:float +cim:GovHydro3.pgv5 xsd:float +cim:GovHydro3.pgv6 xsd:float +cim:GovHydro3.pmax xsd:float +cim:GovHydro3.pmin xsd:float +cim:GovHydro3.qnl xsd:float +cim:GovHydro3.relec xsd:float +cim:GovHydro3.rgate xsd:float +cim:GovHydro3.td xsd:float +cim:GovHydro3.tf xsd:float +cim:GovHydro3.tp xsd:float +cim:GovHydro3.tt xsd:float +cim:GovHydro3.tw xsd:float +cim:GovHydro3.velcl xsd:float +cim:GovHydro3.velop xsd:float +cim:GovHydro4.at xsd:float +cim:GovHydro4.bgv0 xsd:float +cim:GovHydro4.bgv1 xsd:float +cim:GovHydro4.bgv2 xsd:float +cim:GovHydro4.bgv3 xsd:float +cim:GovHydro4.bgv4 xsd:float +cim:GovHydro4.bgv5 xsd:float +cim:GovHydro4.bmax xsd:float +cim:GovHydro4.db1 xsd:float +cim:GovHydro4.db2 xsd:float +cim:GovHydro4.dturb xsd:float +cim:GovHydro4.eps xsd:float +cim:GovHydro4.gmax xsd:float +cim:GovHydro4.gmin xsd:float +cim:GovHydro4.gv0 xsd:float +cim:GovHydro4.gv1 xsd:float +cim:GovHydro4.gv2 xsd:float +cim:GovHydro4.gv3 xsd:float +cim:GovHydro4.gv4 xsd:float +cim:GovHydro4.gv5 xsd:float +cim:GovHydro4.hdam xsd:float +cim:GovHydro4.mwbase xsd:float +cim:GovHydro4.pgv0 xsd:float +cim:GovHydro4.pgv1 xsd:float +cim:GovHydro4.pgv2 xsd:float +cim:GovHydro4.pgv3 xsd:float +cim:GovHydro4.pgv4 xsd:float +cim:GovHydro4.pgv5 xsd:float +cim:GovHydro4.qnl xsd:float +cim:GovHydro4.rperm xsd:float +cim:GovHydro4.rtemp xsd:float +cim:GovHydro4.tblade xsd:float +cim:GovHydro4.tg xsd:float +cim:GovHydro4.tp xsd:float +cim:GovHydro4.tr xsd:float +cim:GovHydro4.tw xsd:float +cim:GovHydro4.uc xsd:float +cim:GovHydro4.uo xsd:float +cim:GovHydroDD.aturb xsd:float +cim:GovHydroDD.bturb xsd:float +cim:GovHydroDD.db1 xsd:float +cim:GovHydroDD.db2 xsd:float +cim:GovHydroDD.eps xsd:float +cim:GovHydroDD.gmax xsd:float +cim:GovHydroDD.gmin xsd:float +cim:GovHydroDD.gv1 xsd:float +cim:GovHydroDD.gv2 xsd:float +cim:GovHydroDD.gv3 xsd:float +cim:GovHydroDD.gv4 xsd:float +cim:GovHydroDD.gv5 xsd:float +cim:GovHydroDD.gv6 xsd:float +cim:GovHydroDD.inputSignal xsd:boolean +cim:GovHydroDD.k1 xsd:float +cim:GovHydroDD.k2 xsd:float +cim:GovHydroDD.kg xsd:float +cim:GovHydroDD.ki xsd:float +cim:GovHydroDD.mwbase xsd:float +cim:GovHydroDD.pgv1 xsd:float +cim:GovHydroDD.pgv2 xsd:float +cim:GovHydroDD.pgv3 xsd:float +cim:GovHydroDD.pgv4 xsd:float +cim:GovHydroDD.pgv5 xsd:float +cim:GovHydroDD.pgv6 xsd:float +cim:GovHydroDD.pmax xsd:float +cim:GovHydroDD.pmin xsd:float +cim:GovHydroDD.r xsd:float +cim:GovHydroDD.td xsd:float +cim:GovHydroDD.tf xsd:float +cim:GovHydroDD.tp xsd:float +cim:GovHydroDD.tt xsd:float +cim:GovHydroDD.tturb xsd:float +cim:GovHydroDD.velcl xsd:float +cim:GovHydroDD.velop xsd:float +cim:GovHydroFrancis.am xsd:float +cim:GovHydroFrancis.av0 xsd:float +cim:GovHydroFrancis.av1 xsd:float +cim:GovHydroFrancis.bp xsd:float +cim:GovHydroFrancis.db1 xsd:float +cim:GovHydroFrancis.etamax xsd:float +cim:GovHydroFrancis.h1 xsd:float +cim:GovHydroFrancis.h2 xsd:float +cim:GovHydroFrancis.hn xsd:float +cim:GovHydroFrancis.kc xsd:float +cim:GovHydroFrancis.kg xsd:float +cim:GovHydroFrancis.kt xsd:float +cim:GovHydroFrancis.qc0 xsd:float +cim:GovHydroFrancis.qn xsd:float +cim:GovHydroFrancis.ta xsd:float +cim:GovHydroFrancis.td xsd:float +cim:GovHydroFrancis.ts xsd:float +cim:GovHydroFrancis.twnc xsd:float +cim:GovHydroFrancis.twng xsd:float +cim:GovHydroFrancis.tx xsd:float +cim:GovHydroFrancis.va xsd:float +cim:GovHydroFrancis.valvmax xsd:float +cim:GovHydroFrancis.valvmin xsd:float +cim:GovHydroFrancis.vc xsd:float +cim:GovHydroFrancis.waterTunnelSurgeChamberSimulation xsd:boolean +cim:GovHydroFrancis.zsfc xsd:float +cim:GovHydroIEEE0.k xsd:float +cim:GovHydroIEEE0.mwbase xsd:float +cim:GovHydroIEEE0.pmax xsd:float +cim:GovHydroIEEE0.pmin xsd:float +cim:GovHydroIEEE0.t1 xsd:float +cim:GovHydroIEEE0.t2 xsd:float +cim:GovHydroIEEE0.t3 xsd:float +cim:GovHydroIEEE0.t4 xsd:float +cim:GovHydroIEEE2.aturb xsd:float +cim:GovHydroIEEE2.bturb xsd:float +cim:GovHydroIEEE2.gv1 xsd:float +cim:GovHydroIEEE2.gv2 xsd:float +cim:GovHydroIEEE2.gv3 xsd:float +cim:GovHydroIEEE2.gv4 xsd:float +cim:GovHydroIEEE2.gv5 xsd:float +cim:GovHydroIEEE2.gv6 xsd:float +cim:GovHydroIEEE2.kturb xsd:float +cim:GovHydroIEEE2.mwbase xsd:float +cim:GovHydroIEEE2.pgv1 xsd:float +cim:GovHydroIEEE2.pgv2 xsd:float +cim:GovHydroIEEE2.pgv3 xsd:float +cim:GovHydroIEEE2.pgv4 xsd:float +cim:GovHydroIEEE2.pgv5 xsd:float +cim:GovHydroIEEE2.pgv6 xsd:float +cim:GovHydroIEEE2.pmax xsd:float +cim:GovHydroIEEE2.pmin xsd:float +cim:GovHydroIEEE2.rperm xsd:float +cim:GovHydroIEEE2.rtemp xsd:float +cim:GovHydroIEEE2.tg xsd:float +cim:GovHydroIEEE2.tp xsd:float +cim:GovHydroIEEE2.tr xsd:float +cim:GovHydroIEEE2.tw xsd:float +cim:GovHydroIEEE2.uc xsd:float +cim:GovHydroIEEE2.uo xsd:float +cim:GovHydroPID.aturb xsd:float +cim:GovHydroPID.bturb xsd:float +cim:GovHydroPID.db1 xsd:float +cim:GovHydroPID.db2 xsd:float +cim:GovHydroPID.eps xsd:float +cim:GovHydroPID.gv1 xsd:float +cim:GovHydroPID.gv2 xsd:float +cim:GovHydroPID.gv3 xsd:float +cim:GovHydroPID.gv4 xsd:float +cim:GovHydroPID.gv5 xsd:float +cim:GovHydroPID.gv6 xsd:float +cim:GovHydroPID.inputSignal xsd:boolean +cim:GovHydroPID.kd xsd:float +cim:GovHydroPID.kg xsd:float +cim:GovHydroPID.ki xsd:float +cim:GovHydroPID.kp xsd:float +cim:GovHydroPID.mwbase xsd:float +cim:GovHydroPID.pgv1 xsd:float +cim:GovHydroPID.pgv2 xsd:float +cim:GovHydroPID.pgv3 xsd:float +cim:GovHydroPID.pgv4 xsd:float +cim:GovHydroPID.pgv5 xsd:float +cim:GovHydroPID.pgv6 xsd:float +cim:GovHydroPID.pmax xsd:float +cim:GovHydroPID.pmin xsd:float +cim:GovHydroPID.r xsd:float +cim:GovHydroPID.td xsd:float +cim:GovHydroPID.tf xsd:float +cim:GovHydroPID.tp xsd:float +cim:GovHydroPID.tt xsd:float +cim:GovHydroPID.tturb xsd:float +cim:GovHydroPID.velcl xsd:float +cim:GovHydroPID.velop xsd:float +cim:GovHydroPID2.atw xsd:float +cim:GovHydroPID2.d xsd:float +cim:GovHydroPID2.feedbackSignal xsd:boolean +cim:GovHydroPID2.g0 xsd:float +cim:GovHydroPID2.g1 xsd:float +cim:GovHydroPID2.g2 xsd:float +cim:GovHydroPID2.gmax xsd:float +cim:GovHydroPID2.gmin xsd:float +cim:GovHydroPID2.kd xsd:float +cim:GovHydroPID2.ki xsd:float +cim:GovHydroPID2.kp xsd:float +cim:GovHydroPID2.mwbase xsd:float +cim:GovHydroPID2.p1 xsd:float +cim:GovHydroPID2.p2 xsd:float +cim:GovHydroPID2.p3 xsd:float +cim:GovHydroPID2.rperm xsd:float +cim:GovHydroPID2.ta xsd:float +cim:GovHydroPID2.tb xsd:float +cim:GovHydroPID2.treg xsd:float +cim:GovHydroPID2.tw xsd:float +cim:GovHydroPID2.velmax xsd:float +cim:GovHydroPID2.velmin xsd:float +cim:GovHydroPelton.av0 xsd:float +cim:GovHydroPelton.av1 xsd:float +cim:GovHydroPelton.bp xsd:float +cim:GovHydroPelton.db1 xsd:float +cim:GovHydroPelton.db2 xsd:float +cim:GovHydroPelton.h1 xsd:float +cim:GovHydroPelton.h2 xsd:float +cim:GovHydroPelton.hn xsd:float +cim:GovHydroPelton.kc xsd:float +cim:GovHydroPelton.kg xsd:float +cim:GovHydroPelton.qc0 xsd:float +cim:GovHydroPelton.qn xsd:float +cim:GovHydroPelton.simplifiedPelton xsd:boolean +cim:GovHydroPelton.staticCompensating xsd:boolean +cim:GovHydroPelton.ta xsd:float +cim:GovHydroPelton.ts xsd:float +cim:GovHydroPelton.tv xsd:float +cim:GovHydroPelton.twnc xsd:float +cim:GovHydroPelton.twng xsd:float +cim:GovHydroPelton.tx xsd:float +cim:GovHydroPelton.va xsd:float +cim:GovHydroPelton.valvmax xsd:float +cim:GovHydroPelton.valvmin xsd:float +cim:GovHydroPelton.vav xsd:float +cim:GovHydroPelton.vc xsd:float +cim:GovHydroPelton.vcv xsd:float +cim:GovHydroPelton.waterTunnelSurgeChamberSimulation xsd:boolean +cim:GovHydroPelton.zsfc xsd:float +cim:GovHydroR.at xsd:float +cim:GovHydroR.db1 xsd:float +cim:GovHydroR.db2 xsd:float +cim:GovHydroR.dturb xsd:float +cim:GovHydroR.eps xsd:float +cim:GovHydroR.gmax xsd:float +cim:GovHydroR.gmin xsd:float +cim:GovHydroR.gv1 xsd:float +cim:GovHydroR.gv2 xsd:float +cim:GovHydroR.gv3 xsd:float +cim:GovHydroR.gv4 xsd:float +cim:GovHydroR.gv5 xsd:float +cim:GovHydroR.gv6 xsd:float +cim:GovHydroR.h0 xsd:float +cim:GovHydroR.inputSignal xsd:boolean +cim:GovHydroR.kg xsd:float +cim:GovHydroR.ki xsd:float +cim:GovHydroR.mwbase xsd:float +cim:GovHydroR.pgv1 xsd:float +cim:GovHydroR.pgv2 xsd:float +cim:GovHydroR.pgv3 xsd:float +cim:GovHydroR.pgv4 xsd:float +cim:GovHydroR.pgv5 xsd:float +cim:GovHydroR.pgv6 xsd:float +cim:GovHydroR.pmax xsd:float +cim:GovHydroR.pmin xsd:float +cim:GovHydroR.qnl xsd:float +cim:GovHydroR.r xsd:float +cim:GovHydroR.t1 xsd:float +cim:GovHydroR.t2 xsd:float +cim:GovHydroR.t3 xsd:float +cim:GovHydroR.t4 xsd:float +cim:GovHydroR.t5 xsd:float +cim:GovHydroR.t6 xsd:float +cim:GovHydroR.t7 xsd:float +cim:GovHydroR.t8 xsd:float +cim:GovHydroR.td xsd:float +cim:GovHydroR.tp xsd:float +cim:GovHydroR.tt xsd:float +cim:GovHydroR.tw xsd:float +cim:GovHydroR.velcl xsd:float +cim:GovHydroR.velop xsd:float +cim:GovHydroWEH.db xsd:float +cim:GovHydroWEH.dicn xsd:float +cim:GovHydroWEH.dpv xsd:float +cim:GovHydroWEH.dturb xsd:float +cim:GovHydroWEH.feedbackSignal xsd:boolean +cim:GovHydroWEH.fl1 xsd:float +cim:GovHydroWEH.fl2 xsd:float +cim:GovHydroWEH.fl3 xsd:float +cim:GovHydroWEH.fl4 xsd:float +cim:GovHydroWEH.fl5 xsd:float +cim:GovHydroWEH.fp1 xsd:float +cim:GovHydroWEH.fp10 xsd:float +cim:GovHydroWEH.fp2 xsd:float +cim:GovHydroWEH.fp3 xsd:float +cim:GovHydroWEH.fp4 xsd:float +cim:GovHydroWEH.fp5 xsd:float +cim:GovHydroWEH.fp6 xsd:float +cim:GovHydroWEH.fp7 xsd:float +cim:GovHydroWEH.fp8 xsd:float +cim:GovHydroWEH.fp9 xsd:float +cim:GovHydroWEH.gmax xsd:float +cim:GovHydroWEH.gmin xsd:float +cim:GovHydroWEH.gtmxcl xsd:float +cim:GovHydroWEH.gtmxop xsd:float +cim:GovHydroWEH.gv1 xsd:float +cim:GovHydroWEH.gv2 xsd:float +cim:GovHydroWEH.gv3 xsd:float +cim:GovHydroWEH.gv4 xsd:float +cim:GovHydroWEH.gv5 xsd:float +cim:GovHydroWEH.kd xsd:float +cim:GovHydroWEH.ki xsd:float +cim:GovHydroWEH.kp xsd:float +cim:GovHydroWEH.mwbase xsd:float +cim:GovHydroWEH.pmss1 xsd:float +cim:GovHydroWEH.pmss10 xsd:float +cim:GovHydroWEH.pmss2 xsd:float +cim:GovHydroWEH.pmss3 xsd:float +cim:GovHydroWEH.pmss4 xsd:float +cim:GovHydroWEH.pmss5 xsd:float +cim:GovHydroWEH.pmss6 xsd:float +cim:GovHydroWEH.pmss7 xsd:float +cim:GovHydroWEH.pmss8 xsd:float +cim:GovHydroWEH.pmss9 xsd:float +cim:GovHydroWEH.rpg xsd:float +cim:GovHydroWEH.rpp xsd:float +cim:GovHydroWEH.td xsd:float +cim:GovHydroWEH.tdv xsd:float +cim:GovHydroWEH.tg xsd:float +cim:GovHydroWEH.tp xsd:float +cim:GovHydroWEH.tpe xsd:float +cim:GovHydroWEH.tw xsd:float +cim:GovHydroWPID.d xsd:float +cim:GovHydroWPID.gatmax xsd:float +cim:GovHydroWPID.gatmin xsd:float +cim:GovHydroWPID.gv1 xsd:float +cim:GovHydroWPID.gv2 xsd:float +cim:GovHydroWPID.gv3 xsd:float +cim:GovHydroWPID.kd xsd:float +cim:GovHydroWPID.ki xsd:float +cim:GovHydroWPID.kp xsd:float +cim:GovHydroWPID.mwbase xsd:float +cim:GovHydroWPID.pgv1 xsd:float +cim:GovHydroWPID.pgv2 xsd:float +cim:GovHydroWPID.pgv3 xsd:float +cim:GovHydroWPID.pmax xsd:float +cim:GovHydroWPID.pmin xsd:float +cim:GovHydroWPID.reg xsd:float +cim:GovHydroWPID.ta xsd:float +cim:GovHydroWPID.tb xsd:float +cim:GovHydroWPID.treg xsd:float +cim:GovHydroWPID.tw xsd:float +cim:GovHydroWPID.velmax xsd:float +cim:GovHydroWPID.velmin xsd:float +cim:GovSteam0.dt xsd:float +cim:GovSteam0.mwbase xsd:float +cim:GovSteam0.r xsd:float +cim:GovSteam0.t1 xsd:float +cim:GovSteam0.t2 xsd:float +cim:GovSteam0.t3 xsd:float +cim:GovSteam0.vmax xsd:float +cim:GovSteam0.vmin xsd:float +cim:GovSteam1.db1 xsd:float +cim:GovSteam1.db2 xsd:float +cim:GovSteam1.eps xsd:float +cim:GovSteam1.gv1 xsd:float +cim:GovSteam1.gv2 xsd:float +cim:GovSteam1.gv3 xsd:float +cim:GovSteam1.gv4 xsd:float +cim:GovSteam1.gv5 xsd:float +cim:GovSteam1.gv6 xsd:float +cim:GovSteam1.k xsd:float +cim:GovSteam1.k1 xsd:float +cim:GovSteam1.k2 xsd:float +cim:GovSteam1.k3 xsd:float +cim:GovSteam1.k4 xsd:float +cim:GovSteam1.k5 xsd:float +cim:GovSteam1.k6 xsd:float +cim:GovSteam1.k7 xsd:float +cim:GovSteam1.k8 xsd:float +cim:GovSteam1.mwbase xsd:float +cim:GovSteam1.pgv1 xsd:float +cim:GovSteam1.pgv2 xsd:float +cim:GovSteam1.pgv3 xsd:float +cim:GovSteam1.pgv4 xsd:float +cim:GovSteam1.pgv5 xsd:float +cim:GovSteam1.pgv6 xsd:float +cim:GovSteam1.pmax xsd:float +cim:GovSteam1.pmin xsd:float +cim:GovSteam1.sdb1 xsd:boolean +cim:GovSteam1.sdb2 xsd:boolean +cim:GovSteam1.t1 xsd:float +cim:GovSteam1.t2 xsd:float +cim:GovSteam1.t3 xsd:float +cim:GovSteam1.t4 xsd:float +cim:GovSteam1.t5 xsd:float +cim:GovSteam1.t6 xsd:float +cim:GovSteam1.t7 xsd:float +cim:GovSteam1.uc xsd:float +cim:GovSteam1.uo xsd:float +cim:GovSteam1.valve xsd:boolean +cim:GovSteam2.dbf xsd:float +cim:GovSteam2.k xsd:float +cim:GovSteam2.mnef xsd:float +cim:GovSteam2.mxef xsd:float +cim:GovSteam2.pmax xsd:float +cim:GovSteam2.pmin xsd:float +cim:GovSteam2.t1 xsd:float +cim:GovSteam2.t2 xsd:float +cim:GovSteamBB.fcut xsd:float +cim:GovSteamBB.k2 xsd:float +cim:GovSteamBB.k3 xsd:float +cim:GovSteamBB.kd xsd:float +cim:GovSteamBB.kg xsd:float +cim:GovSteamBB.kls xsd:float +cim:GovSteamBB.kp xsd:float +cim:GovSteamBB.ks xsd:float +cim:GovSteamBB.peflag xsd:boolean +cim:GovSteamBB.pmax xsd:float +cim:GovSteamBB.pmin xsd:float +cim:GovSteamBB.t1 xsd:float +cim:GovSteamBB.t4 xsd:float +cim:GovSteamBB.t5 xsd:float +cim:GovSteamBB.t6 xsd:float +cim:GovSteamBB.td xsd:float +cim:GovSteamBB.tn xsd:float +cim:GovSteamCC.dhp xsd:float +cim:GovSteamCC.dlp xsd:float +cim:GovSteamCC.fhp xsd:float +cim:GovSteamCC.flp xsd:float +cim:GovSteamCC.mwbase xsd:float +cim:GovSteamCC.pmaxhp xsd:float +cim:GovSteamCC.pmaxlp xsd:float +cim:GovSteamCC.rhp xsd:float +cim:GovSteamCC.rlp xsd:float +cim:GovSteamCC.t1hp xsd:float +cim:GovSteamCC.t1lp xsd:float +cim:GovSteamCC.t3hp xsd:float +cim:GovSteamCC.t3lp xsd:float +cim:GovSteamCC.t4hp xsd:float +cim:GovSteamCC.t4lp xsd:float +cim:GovSteamCC.t5hp xsd:float +cim:GovSteamCC.t5lp xsd:float +cim:GovSteamEU.chc xsd:float +cim:GovSteamEU.cho xsd:float +cim:GovSteamEU.cic xsd:float +cim:GovSteamEU.cio xsd:float +cim:GovSteamEU.db1 xsd:float +cim:GovSteamEU.db2 xsd:float +cim:GovSteamEU.hhpmax xsd:float +cim:GovSteamEU.ke xsd:float +cim:GovSteamEU.kfcor xsd:float +cim:GovSteamEU.khp xsd:float +cim:GovSteamEU.klp xsd:float +cim:GovSteamEU.komegacor xsd:float +cim:GovSteamEU.mwbase xsd:float +cim:GovSteamEU.pmax xsd:float +cim:GovSteamEU.prhmax xsd:float +cim:GovSteamEU.simx xsd:float +cim:GovSteamEU.tb xsd:float +cim:GovSteamEU.tdp xsd:float +cim:GovSteamEU.ten xsd:float +cim:GovSteamEU.tf xsd:float +cim:GovSteamEU.tfp xsd:float +cim:GovSteamEU.thp xsd:float +cim:GovSteamEU.tip xsd:float +cim:GovSteamEU.tlp xsd:float +cim:GovSteamEU.tp xsd:float +cim:GovSteamEU.trh xsd:float +cim:GovSteamEU.tvhp xsd:float +cim:GovSteamEU.tvip xsd:float +cim:GovSteamEU.tw xsd:float +cim:GovSteamEU.wfmax xsd:float +cim:GovSteamEU.wfmin xsd:float +cim:GovSteamEU.wmax1 xsd:float +cim:GovSteamEU.wmax2 xsd:float +cim:GovSteamEU.wwmax xsd:float +cim:GovSteamEU.wwmin xsd:float +cim:GovSteamFV2.dt xsd:float +cim:GovSteamFV2.k xsd:float +cim:GovSteamFV2.mwbase xsd:float +cim:GovSteamFV2.r xsd:float +cim:GovSteamFV2.t1 xsd:float +cim:GovSteamFV2.t3 xsd:float +cim:GovSteamFV2.ta xsd:float +cim:GovSteamFV2.tb xsd:float +cim:GovSteamFV2.tc xsd:float +cim:GovSteamFV2.tt xsd:float +cim:GovSteamFV2.vmax xsd:float +cim:GovSteamFV2.vmin xsd:float +cim:GovSteamFV3.gv1 xsd:float +cim:GovSteamFV3.gv2 xsd:float +cim:GovSteamFV3.gv3 xsd:float +cim:GovSteamFV3.gv4 xsd:float +cim:GovSteamFV3.gv5 xsd:float +cim:GovSteamFV3.gv6 xsd:float +cim:GovSteamFV3.k xsd:float +cim:GovSteamFV3.k1 xsd:float +cim:GovSteamFV3.k2 xsd:float +cim:GovSteamFV3.k3 xsd:float +cim:GovSteamFV3.mwbase xsd:float +cim:GovSteamFV3.pgv1 xsd:float +cim:GovSteamFV3.pgv2 xsd:float +cim:GovSteamFV3.pgv3 xsd:float +cim:GovSteamFV3.pgv4 xsd:float +cim:GovSteamFV3.pgv5 xsd:float +cim:GovSteamFV3.pgv6 xsd:float +cim:GovSteamFV3.pmax xsd:float +cim:GovSteamFV3.pmin xsd:float +cim:GovSteamFV3.prmax xsd:float +cim:GovSteamFV3.t1 xsd:float +cim:GovSteamFV3.t2 xsd:float +cim:GovSteamFV3.t3 xsd:float +cim:GovSteamFV3.t4 xsd:float +cim:GovSteamFV3.t5 xsd:float +cim:GovSteamFV3.t6 xsd:float +cim:GovSteamFV3.ta xsd:float +cim:GovSteamFV3.tb xsd:float +cim:GovSteamFV3.tc xsd:float +cim:GovSteamFV3.uc xsd:float +cim:GovSteamFV3.uo xsd:float +cim:GovSteamFV4.cpsmn xsd:float +cim:GovSteamFV4.cpsmx xsd:float +cim:GovSteamFV4.crmn xsd:float +cim:GovSteamFV4.crmx xsd:float +cim:GovSteamFV4.kdc xsd:float +cim:GovSteamFV4.kf1 xsd:float +cim:GovSteamFV4.kf3 xsd:float +cim:GovSteamFV4.khp xsd:float +cim:GovSteamFV4.kic xsd:float +cim:GovSteamFV4.kip xsd:float +cim:GovSteamFV4.kit xsd:float +cim:GovSteamFV4.kmp1 xsd:float +cim:GovSteamFV4.kmp2 xsd:float +cim:GovSteamFV4.kpc xsd:float +cim:GovSteamFV4.kpp xsd:float +cim:GovSteamFV4.kpt xsd:float +cim:GovSteamFV4.krc xsd:float +cim:GovSteamFV4.ksh xsd:float +cim:GovSteamFV4.lpi xsd:float +cim:GovSteamFV4.lps xsd:float +cim:GovSteamFV4.mnef xsd:float +cim:GovSteamFV4.mxef xsd:float +cim:GovSteamFV4.pr1 xsd:float +cim:GovSteamFV4.pr2 xsd:float +cim:GovSteamFV4.psmn xsd:float +cim:GovSteamFV4.rsmimn xsd:float +cim:GovSteamFV4.rsmimx xsd:float +cim:GovSteamFV4.rvgmn xsd:float +cim:GovSteamFV4.rvgmx xsd:float +cim:GovSteamFV4.srmn xsd:float +cim:GovSteamFV4.srmx xsd:float +cim:GovSteamFV4.srsmp xsd:float +cim:GovSteamFV4.svmn xsd:float +cim:GovSteamFV4.svmx xsd:float +cim:GovSteamFV4.ta xsd:float +cim:GovSteamFV4.tam xsd:float +cim:GovSteamFV4.tc xsd:float +cim:GovSteamFV4.tcm xsd:float +cim:GovSteamFV4.tdc xsd:float +cim:GovSteamFV4.tf1 xsd:float +cim:GovSteamFV4.tf2 xsd:float +cim:GovSteamFV4.thp xsd:float +cim:GovSteamFV4.tmp xsd:float +cim:GovSteamFV4.trh xsd:float +cim:GovSteamFV4.tv xsd:float +cim:GovSteamFV4.ty xsd:float +cim:GovSteamFV4.y xsd:float +cim:GovSteamFV4.yhpmn xsd:float +cim:GovSteamFV4.yhpmx xsd:float +cim:GovSteamFV4.ympmn xsd:float +cim:GovSteamFV4.ympmx xsd:float +cim:GovSteamIEEE1.k xsd:float +cim:GovSteamIEEE1.k1 xsd:float +cim:GovSteamIEEE1.k2 xsd:float +cim:GovSteamIEEE1.k3 xsd:float +cim:GovSteamIEEE1.k4 xsd:float +cim:GovSteamIEEE1.k5 xsd:float +cim:GovSteamIEEE1.k6 xsd:float +cim:GovSteamIEEE1.k7 xsd:float +cim:GovSteamIEEE1.k8 xsd:float +cim:GovSteamIEEE1.mwbase xsd:float +cim:GovSteamIEEE1.pmax xsd:float +cim:GovSteamIEEE1.pmin xsd:float +cim:GovSteamIEEE1.t1 xsd:float +cim:GovSteamIEEE1.t2 xsd:float +cim:GovSteamIEEE1.t3 xsd:float +cim:GovSteamIEEE1.t4 xsd:float +cim:GovSteamIEEE1.t5 xsd:float +cim:GovSteamIEEE1.t6 xsd:float +cim:GovSteamIEEE1.t7 xsd:float +cim:GovSteamIEEE1.uc xsd:float +cim:GovSteamIEEE1.uo xsd:float +cim:GovSteamSGO.k1 xsd:float +cim:GovSteamSGO.k2 xsd:float +cim:GovSteamSGO.k3 xsd:float +cim:GovSteamSGO.mwbase xsd:float +cim:GovSteamSGO.pmax xsd:float +cim:GovSteamSGO.pmin xsd:float +cim:GovSteamSGO.t1 xsd:float +cim:GovSteamSGO.t2 xsd:float +cim:GovSteamSGO.t3 xsd:float +cim:GovSteamSGO.t4 xsd:float +cim:GovSteamSGO.t5 xsd:float +cim:GovSteamSGO.t6 xsd:float +cim:GroundingImpedance.x xsd:float +cim:HydroGeneratingUnit.dropHeight xsd:float +cim:IdentifiedObject.description xsd:string +cim:IdentifiedObject.mRID xsd:string +cim:IdentifiedObject.name xsd:string +cim:LimitSet.isPercentageLimits xsd:boolean +cim:LinearShuntCompensator.b0PerSection xsd:float +cim:LinearShuntCompensator.bPerSection xsd:float +cim:LinearShuntCompensator.g0PerSection xsd:float +cim:LinearShuntCompensator.gPerSection xsd:float +cim:LoadComposite.epfd xsd:float +cim:LoadComposite.epfs xsd:float +cim:LoadComposite.epvd xsd:float +cim:LoadComposite.epvs xsd:float +cim:LoadComposite.eqfd xsd:float +cim:LoadComposite.eqfs xsd:float +cim:LoadComposite.eqvd xsd:float +cim:LoadComposite.eqvs xsd:float +cim:LoadComposite.h xsd:float +cim:LoadComposite.lfac xsd:float +cim:LoadComposite.pfrac xsd:float +cim:LoadGenericNonLinear.bs xsd:float +cim:LoadGenericNonLinear.bt xsd:float +cim:LoadGenericNonLinear.ls xsd:float +cim:LoadGenericNonLinear.lt xsd:float +cim:LoadGenericNonLinear.tp xsd:float +cim:LoadGenericNonLinear.tq xsd:float +cim:LoadMotor.d xsd:float +cim:LoadMotor.h xsd:float +cim:LoadMotor.lfac xsd:float +cim:LoadMotor.lp xsd:float +cim:LoadMotor.lpp xsd:float +cim:LoadMotor.ls xsd:float +cim:LoadMotor.pfrac xsd:float +cim:LoadMotor.ra xsd:float +cim:LoadMotor.tbkr xsd:float +cim:LoadMotor.tpo xsd:float +cim:LoadMotor.tppo xsd:float +cim:LoadMotor.tv xsd:float +cim:LoadMotor.vt xsd:float +cim:LoadResponseCharacteristic.exponentModel xsd:boolean +cim:LoadResponseCharacteristic.pConstantCurrent xsd:float +cim:LoadResponseCharacteristic.pConstantImpedance xsd:float +cim:LoadResponseCharacteristic.pConstantPower xsd:float +cim:LoadResponseCharacteristic.pFrequencyExponent xsd:float +cim:LoadResponseCharacteristic.pVoltageExponent xsd:float +cim:LoadResponseCharacteristic.qConstantCurrent xsd:float +cim:LoadResponseCharacteristic.qConstantImpedance xsd:float +cim:LoadResponseCharacteristic.qConstantPower xsd:float +cim:LoadResponseCharacteristic.qFrequencyExponent xsd:float +cim:LoadResponseCharacteristic.qVoltageExponent xsd:float +cim:LoadStatic.ep1 xsd:float +cim:LoadStatic.ep2 xsd:float +cim:LoadStatic.ep3 xsd:float +cim:LoadStatic.eq1 xsd:float +cim:LoadStatic.eq2 xsd:float +cim:LoadStatic.eq3 xsd:float +cim:LoadStatic.kp1 xsd:float +cim:LoadStatic.kp2 xsd:float +cim:LoadStatic.kp3 xsd:float +cim:LoadStatic.kp4 xsd:float +cim:LoadStatic.kpf xsd:float +cim:LoadStatic.kq1 xsd:float +cim:LoadStatic.kq2 xsd:float +cim:LoadStatic.kq3 xsd:float +cim:LoadStatic.kq4 xsd:float +cim:LoadStatic.kqf xsd:float +cim:LoadUserDefined.proprietary xsd:boolean +cim:Measurement.measurementType xsd:string +cim:MeasurementValue.sensorAccuracy xsd:float +cim:MeasurementValue.timeStamp xsd:dateTime +cim:MechLoad1.a xsd:float +cim:MechLoad1.b xsd:float +cim:MechLoad1.d xsd:float +cim:MechLoad1.e xsd:float +cim:MechanicalLoadUserDefined.proprietary xsd:boolean +cim:MutualCoupling.b0ch xsd:float +cim:MutualCoupling.distance11 xsd:float +cim:MutualCoupling.distance12 xsd:float +cim:MutualCoupling.distance21 xsd:float +cim:MutualCoupling.distance22 xsd:float +cim:MutualCoupling.g0ch xsd:float +cim:MutualCoupling.r0 xsd:float +cim:MutualCoupling.x0 xsd:float +cim:NonlinearShuntCompensatorPoint.b xsd:float +cim:NonlinearShuntCompensatorPoint.b0 xsd:float +cim:NonlinearShuntCompensatorPoint.g xsd:float +cim:NonlinearShuntCompensatorPoint.g0 xsd:float +cim:NonlinearShuntCompensatorPoint.sectionNumber xsd:integer +cim:OperationalLimitType.acceptableDuration xsd:float +cim:OperationalLimitType.isInfiniteDuration xsd:boolean +cim:OverexcLim2.ifdlim xsd:float +cim:OverexcLim2.koi xsd:float +cim:OverexcLim2.voimax xsd:float +cim:OverexcLim2.voimin xsd:float +cim:OverexcLimIEEE.hyst xsd:float +cim:OverexcLimIEEE.ifdlim xsd:float +cim:OverexcLimIEEE.ifdmax xsd:float +cim:OverexcLimIEEE.itfpu xsd:float +cim:OverexcLimIEEE.kcd xsd:float +cim:OverexcLimIEEE.kramp xsd:float +cim:OverexcLimX1.efd1 xsd:float +cim:OverexcLimX1.efd2 xsd:float +cim:OverexcLimX1.efd3 xsd:float +cim:OverexcLimX1.efddes xsd:float +cim:OverexcLimX1.efdrated xsd:float +cim:OverexcLimX1.kmx xsd:float +cim:OverexcLimX1.t1 xsd:float +cim:OverexcLimX1.t2 xsd:float +cim:OverexcLimX1.t3 xsd:float +cim:OverexcLimX1.vlow xsd:float +cim:OverexcLimX2.efd1 xsd:float +cim:OverexcLimX2.efd2 xsd:float +cim:OverexcLimX2.efd3 xsd:float +cim:OverexcLimX2.efddes xsd:float +cim:OverexcLimX2.efdrated xsd:float +cim:OverexcLimX2.kmx xsd:float +cim:OverexcLimX2.m xsd:boolean +cim:OverexcLimX2.t1 xsd:float +cim:OverexcLimX2.t2 xsd:float +cim:OverexcLimX2.t3 xsd:float +cim:OverexcLimX2.vlow xsd:float +cim:OverexcitationLimiterUserDefined.proprietary xsd:boolean +cim:PFVArControllerType1UserDefined.proprietary xsd:boolean +cim:PFVArControllerType2UserDefined.proprietary xsd:boolean +cim:PFVArType1IEEEPFController.ovex xsd:boolean +cim:PFVArType1IEEEPFController.tpfc xsd:float +cim:PFVArType1IEEEPFController.vitmin xsd:float +cim:PFVArType1IEEEPFController.vpf xsd:float +cim:PFVArType1IEEEPFController.vpfcbw xsd:float +cim:PFVArType1IEEEPFController.vpfref xsd:float +cim:PFVArType1IEEEPFController.vvtmax xsd:float +cim:PFVArType1IEEEPFController.vvtmin xsd:float +cim:PFVArType1IEEEVArController.tvarc xsd:float +cim:PFVArType1IEEEVArController.vvar xsd:float +cim:PFVArType1IEEEVArController.vvarcbw xsd:float +cim:PFVArType1IEEEVArController.vvarref xsd:float +cim:PFVArType1IEEEVArController.vvtmax xsd:float +cim:PFVArType1IEEEVArController.vvtmin xsd:float +cim:PFVArType2Common1.j xsd:boolean +cim:PFVArType2Common1.ki xsd:float +cim:PFVArType2Common1.kp xsd:float +cim:PFVArType2Common1.max xsd:float +cim:PFVArType2Common1.ref xsd:float +cim:PFVArType2IEEEPFController.exlon xsd:boolean +cim:PFVArType2IEEEPFController.ki xsd:float +cim:PFVArType2IEEEPFController.kp xsd:float +cim:PFVArType2IEEEPFController.pfref xsd:float +cim:PFVArType2IEEEPFController.vclmt xsd:float +cim:PFVArType2IEEEPFController.vref xsd:float +cim:PFVArType2IEEEPFController.vs xsd:float +cim:PFVArType2IEEEVArController.exlon xsd:boolean +cim:PFVArType2IEEEVArController.ki xsd:float +cim:PFVArType2IEEEVArController.kp xsd:float +cim:PFVArType2IEEEVArController.qref xsd:float +cim:PFVArType2IEEEVArController.vclmt xsd:float +cim:PFVArType2IEEEVArController.vref xsd:float +cim:PFVArType2IEEEVArController.vs xsd:float +cim:PetersenCoil.nominalU xsd:float +cim:PetersenCoil.offsetCurrent xsd:float +cim:PetersenCoil.positionCurrent xsd:float +cim:PetersenCoil.xGroundMax xsd:float +cim:PetersenCoil.xGroundMin xsd:float +cim:PetersenCoil.xGroundNominal xsd:float +cim:PhaseTapChangerAsymmetrical.windingConnectionAngle xsd:float +cim:PhaseTapChangerLinear.stepPhaseShiftIncrement xsd:float +cim:PhaseTapChangerLinear.xMax xsd:float +cim:PhaseTapChangerLinear.xMin xsd:float +cim:PhaseTapChangerNonLinear.voltageStepIncrement xsd:float +cim:PhaseTapChangerNonLinear.xMax xsd:float +cim:PhaseTapChangerNonLinear.xMin xsd:float +cim:PhaseTapChangerTablePoint.angle xsd:float +cim:PositionPoint.sequenceNumber xsd:integer +cim:PositionPoint.xPosition xsd:string +cim:PositionPoint.yPosition xsd:string +cim:PositionPoint.zPosition xsd:string +cim:PowerElectronicsConnection.maxQ xsd:float +cim:PowerElectronicsConnection.minQ xsd:float +cim:PowerElectronicsConnection.p xsd:float +cim:PowerElectronicsConnection.q xsd:float +cim:PowerElectronicsConnection.ratedS xsd:float +cim:PowerElectronicsConnection.ratedU xsd:float +cim:PowerElectronicsUnit.maxP xsd:float +cim:PowerElectronicsUnit.minP xsd:float +cim:PowerSystemStabilizerUserDefined.proprietary xsd:boolean +cim:PowerTransformer.beforeShCircuitHighestOperatingCurrent xsd:float +cim:PowerTransformer.beforeShCircuitHighestOperatingVoltage xsd:float +cim:PowerTransformer.beforeShortCircuitAnglePf xsd:float +cim:PowerTransformer.highSideMinOperatingU xsd:float +cim:PowerTransformer.isPartOfGeneratorUnit xsd:boolean +cim:PowerTransformer.operationalValuesConsidered xsd:boolean +cim:PowerTransformerEnd.b xsd:float +cim:PowerTransformerEnd.b0 xsd:float +cim:PowerTransformerEnd.g xsd:float +cim:PowerTransformerEnd.g0 xsd:float +cim:PowerTransformerEnd.phaseAngleClock xsd:integer +cim:PowerTransformerEnd.r xsd:float +cim:PowerTransformerEnd.r0 xsd:float +cim:PowerTransformerEnd.ratedS xsd:float +cim:PowerTransformerEnd.ratedU xsd:float +cim:PowerTransformerEnd.x xsd:float +cim:PowerTransformerEnd.x0 xsd:float +cim:ProprietaryParameterDynamics.booleanParameterValue xsd:boolean +cim:ProprietaryParameterDynamics.floatParameterValue xsd:float +cim:ProprietaryParameterDynamics.integerParameterValue xsd:integer +cim:ProprietaryParameterDynamics.parameterNumber xsd:integer +cim:Pss1.kf xsd:float +cim:Pss1.komega xsd:float +cim:Pss1.kpe xsd:float +cim:Pss1.ks xsd:float +cim:Pss1.pmin xsd:float +cim:Pss1.t10 xsd:float +cim:Pss1.t5 xsd:float +cim:Pss1.t6 xsd:float +cim:Pss1.t7 xsd:float +cim:Pss1.t8 xsd:float +cim:Pss1.t9 xsd:float +cim:Pss1.tpe xsd:float +cim:Pss1.vadat xsd:boolean +cim:Pss1.vsmn xsd:float +cim:Pss1.vsmx xsd:float +cim:Pss1A.a1 xsd:float +cim:Pss1A.a2 xsd:float +cim:Pss1A.a3 xsd:float +cim:Pss1A.a4 xsd:float +cim:Pss1A.a5 xsd:float +cim:Pss1A.a6 xsd:float +cim:Pss1A.a7 xsd:float +cim:Pss1A.a8 xsd:float +cim:Pss1A.kd xsd:boolean +cim:Pss1A.ks xsd:float +cim:Pss1A.t1 xsd:float +cim:Pss1A.t2 xsd:float +cim:Pss1A.t3 xsd:float +cim:Pss1A.t4 xsd:float +cim:Pss1A.t5 xsd:float +cim:Pss1A.t6 xsd:float +cim:Pss1A.tdelay xsd:float +cim:Pss1A.vcl xsd:float +cim:Pss1A.vcu xsd:float +cim:Pss1A.vrmax xsd:float +cim:Pss1A.vrmin xsd:float +cim:Pss2B.a xsd:float +cim:Pss2B.ks1 xsd:float +cim:Pss2B.ks2 xsd:float +cim:Pss2B.ks3 xsd:float +cim:Pss2B.ks4 xsd:float +cim:Pss2B.m xsd:integer +cim:Pss2B.n xsd:integer +cim:Pss2B.t1 xsd:float +cim:Pss2B.t10 xsd:float +cim:Pss2B.t11 xsd:float +cim:Pss2B.t2 xsd:float +cim:Pss2B.t3 xsd:float +cim:Pss2B.t4 xsd:float +cim:Pss2B.t6 xsd:float +cim:Pss2B.t7 xsd:float +cim:Pss2B.t8 xsd:float +cim:Pss2B.t9 xsd:float +cim:Pss2B.ta xsd:float +cim:Pss2B.tb xsd:float +cim:Pss2B.tw1 xsd:float +cim:Pss2B.tw2 xsd:float +cim:Pss2B.tw3 xsd:float +cim:Pss2B.tw4 xsd:float +cim:Pss2B.vsi1max xsd:float +cim:Pss2B.vsi1min xsd:float +cim:Pss2B.vsi2max xsd:float +cim:Pss2B.vsi2min xsd:float +cim:Pss2B.vstmax xsd:float +cim:Pss2B.vstmin xsd:float +cim:Pss2ST.k1 xsd:float +cim:Pss2ST.k2 xsd:float +cim:Pss2ST.lsmax xsd:float +cim:Pss2ST.lsmin xsd:float +cim:Pss2ST.t1 xsd:float +cim:Pss2ST.t10 xsd:float +cim:Pss2ST.t2 xsd:float +cim:Pss2ST.t3 xsd:float +cim:Pss2ST.t4 xsd:float +cim:Pss2ST.t5 xsd:float +cim:Pss2ST.t6 xsd:float +cim:Pss2ST.t7 xsd:float +cim:Pss2ST.t8 xsd:float +cim:Pss2ST.t9 xsd:float +cim:Pss2ST.vcl xsd:float +cim:Pss2ST.vcu xsd:float +cim:Pss5.ctw2 xsd:boolean +cim:Pss5.deadband xsd:float +cim:Pss5.isfreq xsd:boolean +cim:Pss5.kf xsd:float +cim:Pss5.kpe xsd:float +cim:Pss5.kpss xsd:float +cim:Pss5.pmin xsd:float +cim:Pss5.tl1 xsd:float +cim:Pss5.tl2 xsd:float +cim:Pss5.tl3 xsd:float +cim:Pss5.tl4 xsd:float +cim:Pss5.tpe xsd:float +cim:Pss5.tw1 xsd:float +cim:Pss5.tw2 xsd:float +cim:Pss5.vadat xsd:boolean +cim:Pss5.vsmn xsd:float +cim:Pss5.vsmx xsd:float +cim:PssELIN2.apss xsd:float +cim:PssELIN2.ks1 xsd:float +cim:PssELIN2.ks2 xsd:float +cim:PssELIN2.ppss xsd:float +cim:PssELIN2.psslim xsd:float +cim:PssELIN2.ts1 xsd:float +cim:PssELIN2.ts2 xsd:float +cim:PssELIN2.ts3 xsd:float +cim:PssELIN2.ts4 xsd:float +cim:PssELIN2.ts5 xsd:float +cim:PssELIN2.ts6 xsd:float +cim:PssIEEE1A.a1 xsd:float +cim:PssIEEE1A.a2 xsd:float +cim:PssIEEE1A.ks xsd:float +cim:PssIEEE1A.t1 xsd:float +cim:PssIEEE1A.t2 xsd:float +cim:PssIEEE1A.t3 xsd:float +cim:PssIEEE1A.t4 xsd:float +cim:PssIEEE1A.t5 xsd:float +cim:PssIEEE1A.t6 xsd:float +cim:PssIEEE1A.vrmax xsd:float +cim:PssIEEE1A.vrmin xsd:float +cim:PssIEEE2B.ks1 xsd:float +cim:PssIEEE2B.ks2 xsd:float +cim:PssIEEE2B.ks3 xsd:float +cim:PssIEEE2B.m xsd:integer +cim:PssIEEE2B.n xsd:integer +cim:PssIEEE2B.t1 xsd:float +cim:PssIEEE2B.t10 xsd:float +cim:PssIEEE2B.t11 xsd:float +cim:PssIEEE2B.t2 xsd:float +cim:PssIEEE2B.t3 xsd:float +cim:PssIEEE2B.t4 xsd:float +cim:PssIEEE2B.t6 xsd:float +cim:PssIEEE2B.t7 xsd:float +cim:PssIEEE2B.t8 xsd:float +cim:PssIEEE2B.t9 xsd:float +cim:PssIEEE2B.tw1 xsd:float +cim:PssIEEE2B.tw2 xsd:float +cim:PssIEEE2B.tw3 xsd:float +cim:PssIEEE2B.tw4 xsd:float +cim:PssIEEE2B.vsi1max xsd:float +cim:PssIEEE2B.vsi1min xsd:float +cim:PssIEEE2B.vsi2max xsd:float +cim:PssIEEE2B.vsi2min xsd:float +cim:PssIEEE2B.vstmax xsd:float +cim:PssIEEE2B.vstmin xsd:float +cim:PssIEEE3B.a1 xsd:float +cim:PssIEEE3B.a2 xsd:float +cim:PssIEEE3B.a3 xsd:float +cim:PssIEEE3B.a4 xsd:float +cim:PssIEEE3B.a5 xsd:float +cim:PssIEEE3B.a6 xsd:float +cim:PssIEEE3B.a7 xsd:float +cim:PssIEEE3B.a8 xsd:float +cim:PssIEEE3B.ks1 xsd:float +cim:PssIEEE3B.ks2 xsd:float +cim:PssIEEE3B.t1 xsd:float +cim:PssIEEE3B.t2 xsd:float +cim:PssIEEE3B.tw1 xsd:float +cim:PssIEEE3B.tw2 xsd:float +cim:PssIEEE3B.tw3 xsd:float +cim:PssIEEE3B.vstmax xsd:float +cim:PssIEEE3B.vstmin xsd:float +cim:PssIEEE4B.bwh1 xsd:float +cim:PssIEEE4B.bwh2 xsd:float +cim:PssIEEE4B.bwl1 xsd:float +cim:PssIEEE4B.bwl2 xsd:float +cim:PssIEEE4B.kh xsd:float +cim:PssIEEE4B.kh1 xsd:float +cim:PssIEEE4B.kh11 xsd:float +cim:PssIEEE4B.kh17 xsd:float +cim:PssIEEE4B.kh2 xsd:float +cim:PssIEEE4B.ki xsd:float +cim:PssIEEE4B.ki1 xsd:float +cim:PssIEEE4B.ki11 xsd:float +cim:PssIEEE4B.ki17 xsd:float +cim:PssIEEE4B.ki2 xsd:float +cim:PssIEEE4B.kl xsd:float +cim:PssIEEE4B.kl1 xsd:float +cim:PssIEEE4B.kl11 xsd:float +cim:PssIEEE4B.kl17 xsd:float +cim:PssIEEE4B.kl2 xsd:float +cim:PssIEEE4B.omeganh1 xsd:float +cim:PssIEEE4B.omeganh2 xsd:float +cim:PssIEEE4B.omeganl1 xsd:float +cim:PssIEEE4B.omeganl2 xsd:float +cim:PssIEEE4B.th1 xsd:float +cim:PssIEEE4B.th10 xsd:float +cim:PssIEEE4B.th11 xsd:float +cim:PssIEEE4B.th12 xsd:float +cim:PssIEEE4B.th2 xsd:float +cim:PssIEEE4B.th3 xsd:float +cim:PssIEEE4B.th4 xsd:float +cim:PssIEEE4B.th5 xsd:float +cim:PssIEEE4B.th6 xsd:float +cim:PssIEEE4B.th7 xsd:float +cim:PssIEEE4B.th8 xsd:float +cim:PssIEEE4B.th9 xsd:float +cim:PssIEEE4B.ti1 xsd:float +cim:PssIEEE4B.ti10 xsd:float +cim:PssIEEE4B.ti11 xsd:float +cim:PssIEEE4B.ti12 xsd:float +cim:PssIEEE4B.ti2 xsd:float +cim:PssIEEE4B.ti3 xsd:float +cim:PssIEEE4B.ti4 xsd:float +cim:PssIEEE4B.ti5 xsd:float +cim:PssIEEE4B.ti6 xsd:float +cim:PssIEEE4B.ti7 xsd:float +cim:PssIEEE4B.ti8 xsd:float +cim:PssIEEE4B.ti9 xsd:float +cim:PssIEEE4B.tl1 xsd:float +cim:PssIEEE4B.tl10 xsd:float +cim:PssIEEE4B.tl11 xsd:float +cim:PssIEEE4B.tl12 xsd:float +cim:PssIEEE4B.tl2 xsd:float +cim:PssIEEE4B.tl3 xsd:float +cim:PssIEEE4B.tl4 xsd:float +cim:PssIEEE4B.tl5 xsd:float +cim:PssIEEE4B.tl6 xsd:float +cim:PssIEEE4B.tl7 xsd:float +cim:PssIEEE4B.tl8 xsd:float +cim:PssIEEE4B.tl9 xsd:float +cim:PssIEEE4B.vhmax xsd:float +cim:PssIEEE4B.vhmin xsd:float +cim:PssIEEE4B.vimax xsd:float +cim:PssIEEE4B.vimin xsd:float +cim:PssIEEE4B.vlmax xsd:float +cim:PssIEEE4B.vlmin xsd:float +cim:PssIEEE4B.vstmax xsd:float +cim:PssIEEE4B.vstmin xsd:float +cim:PssPTIST1.dtc xsd:float +cim:PssPTIST1.dtf xsd:float +cim:PssPTIST1.dtp xsd:float +cim:PssPTIST1.k xsd:float +cim:PssPTIST1.m xsd:float +cim:PssPTIST1.t1 xsd:float +cim:PssPTIST1.t2 xsd:float +cim:PssPTIST1.t3 xsd:float +cim:PssPTIST1.t4 xsd:float +cim:PssPTIST1.tf xsd:float +cim:PssPTIST1.tp xsd:float +cim:PssPTIST3.a0 xsd:float +cim:PssPTIST3.a1 xsd:float +cim:PssPTIST3.a2 xsd:float +cim:PssPTIST3.a3 xsd:float +cim:PssPTIST3.a4 xsd:float +cim:PssPTIST3.a5 xsd:float +cim:PssPTIST3.al xsd:float +cim:PssPTIST3.athres xsd:float +cim:PssPTIST3.b0 xsd:float +cim:PssPTIST3.b1 xsd:float +cim:PssPTIST3.b2 xsd:float +cim:PssPTIST3.b3 xsd:float +cim:PssPTIST3.b4 xsd:float +cim:PssPTIST3.b5 xsd:float +cim:PssPTIST3.dl xsd:float +cim:PssPTIST3.dtc xsd:float +cim:PssPTIST3.dtf xsd:float +cim:PssPTIST3.dtp xsd:float +cim:PssPTIST3.isw xsd:boolean +cim:PssPTIST3.k xsd:float +cim:PssPTIST3.lthres xsd:float +cim:PssPTIST3.m xsd:float +cim:PssPTIST3.nav xsd:float +cim:PssPTIST3.ncl xsd:float +cim:PssPTIST3.ncr xsd:float +cim:PssPTIST3.pmin xsd:float +cim:PssPTIST3.t1 xsd:float +cim:PssPTIST3.t2 xsd:float +cim:PssPTIST3.t3 xsd:float +cim:PssPTIST3.t4 xsd:float +cim:PssPTIST3.t5 xsd:float +cim:PssPTIST3.t6 xsd:float +cim:PssPTIST3.tf xsd:float +cim:PssPTIST3.tp xsd:float +cim:PssRQB.kdpm xsd:float +cim:PssRQB.ki2 xsd:float +cim:PssRQB.ki3 xsd:float +cim:PssRQB.ki4 xsd:float +cim:PssRQB.sibv xsd:float +cim:PssRQB.t4f xsd:float +cim:PssRQB.t4m xsd:float +cim:PssRQB.t4mom xsd:float +cim:PssRQB.tomd xsd:float +cim:PssRQB.tomsl xsd:float +cim:PssSB4.kx xsd:float +cim:PssSB4.ta xsd:float +cim:PssSB4.tb xsd:float +cim:PssSB4.tc xsd:float +cim:PssSB4.td xsd:float +cim:PssSB4.te xsd:float +cim:PssSB4.tt xsd:float +cim:PssSB4.tx1 xsd:float +cim:PssSB4.tx2 xsd:float +cim:PssSB4.vsmax xsd:float +cim:PssSB4.vsmin xsd:float +cim:PssSH.k xsd:float +cim:PssSH.k0 xsd:float +cim:PssSH.k1 xsd:float +cim:PssSH.k2 xsd:float +cim:PssSH.k3 xsd:float +cim:PssSH.k4 xsd:float +cim:PssSH.t1 xsd:float +cim:PssSH.t2 xsd:float +cim:PssSH.t3 xsd:float +cim:PssSH.t4 xsd:float +cim:PssSH.td xsd:float +cim:PssSH.vsmax xsd:float +cim:PssSH.vsmin xsd:float +cim:PssSK.k1 xsd:float +cim:PssSK.k2 xsd:float +cim:PssSK.k3 xsd:float +cim:PssSK.t1 xsd:float +cim:PssSK.t2 xsd:float +cim:PssSK.t3 xsd:float +cim:PssSK.t4 xsd:float +cim:PssSK.t5 xsd:float +cim:PssSK.t6 xsd:float +cim:PssSK.vsmax xsd:float +cim:PssSK.vsmin xsd:float +cim:PssSTAB2A.hlim xsd:float +cim:PssSTAB2A.k2 xsd:float +cim:PssSTAB2A.k3 xsd:float +cim:PssSTAB2A.k4 xsd:float +cim:PssSTAB2A.k5 xsd:float +cim:PssSTAB2A.t2 xsd:float +cim:PssSTAB2A.t3 xsd:float +cim:PssSTAB2A.t5 xsd:float +cim:PssWECC.k1 xsd:float +cim:PssWECC.k2 xsd:float +cim:PssWECC.t1 xsd:float +cim:PssWECC.t10 xsd:float +cim:PssWECC.t2 xsd:float +cim:PssWECC.t3 xsd:float +cim:PssWECC.t4 xsd:float +cim:PssWECC.t5 xsd:float +cim:PssWECC.t6 xsd:float +cim:PssWECC.t7 xsd:float +cim:PssWECC.t8 xsd:float +cim:PssWECC.t9 xsd:float +cim:PssWECC.vcl xsd:float +cim:PssWECC.vcu xsd:float +cim:PssWECC.vsmax xsd:float +cim:PssWECC.vsmin xsd:float +cim:Quality61850.badReference xsd:boolean +cim:Quality61850.estimatorReplaced xsd:boolean +cim:Quality61850.failure xsd:boolean +cim:Quality61850.oldData xsd:boolean +cim:Quality61850.operatorBlocked xsd:boolean +cim:Quality61850.oscillatory xsd:boolean +cim:Quality61850.outOfRange xsd:boolean +cim:Quality61850.overFlow xsd:boolean +cim:Quality61850.suspect xsd:boolean +cim:Quality61850.test xsd:boolean +cim:RatioTapChanger.stepVoltageIncrement xsd:float +cim:RegularIntervalSchedule.endTime xsd:dateTime +cim:RegularIntervalSchedule.timeStep xsd:float +cim:RegularTimePoint.sequenceNumber xsd:integer +cim:RegularTimePoint.value1 xsd:float +cim:RegularTimePoint.value2 xsd:float +cim:RegulatingCondEq.controlEnabled xsd:boolean +cim:RegulatingControl.discrete xsd:boolean +cim:RegulatingControl.enabled xsd:boolean +cim:RegulatingControl.maxAllowedTargetValue xsd:float +cim:RegulatingControl.minAllowedTargetValue xsd:float +cim:RegulatingControl.targetDeadband xsd:float +cim:RegulatingControl.targetValue xsd:float +cim:RotatingMachine.p xsd:float +cim:RotatingMachine.q xsd:float +cim:RotatingMachine.ratedPowerFactor xsd:float +cim:RotatingMachine.ratedS xsd:float +cim:RotatingMachine.ratedU xsd:float +cim:RotatingMachineDynamics.damping xsd:float +cim:RotatingMachineDynamics.inertia xsd:float +cim:RotatingMachineDynamics.saturationFactor xsd:float +cim:RotatingMachineDynamics.saturationFactor120 xsd:float +cim:RotatingMachineDynamics.statorLeakageReactance xsd:float +cim:RotatingMachineDynamics.statorResistance xsd:float +cim:SVCUserDefined.proprietary xsd:boolean +cim:Season.endDate xsd:gMonthDay +cim:Season.startDate xsd:gMonthDay +cim:SeriesCompensator.r xsd:float +cim:SeriesCompensator.r0 xsd:float +cim:SeriesCompensator.varistorPresent xsd:boolean +cim:SeriesCompensator.varistorRatedCurrent xsd:float +cim:SeriesCompensator.varistorVoltageThreshold xsd:float +cim:SeriesCompensator.x xsd:float +cim:SeriesCompensator.x0 xsd:float +cim:SetPoint.normalValue xsd:float +cim:SetPoint.value xsd:float +cim:ShuntCompensator.aVRDelay xsd:float +cim:ShuntCompensator.grounded xsd:boolean +cim:ShuntCompensator.maximumSections xsd:integer +cim:ShuntCompensator.nomU xsd:float +cim:ShuntCompensator.normalSections xsd:integer +cim:ShuntCompensator.sections xsd:float +cim:ShuntCompensator.voltageSensitivity xsd:float +cim:StaticVarCompensator.capacitiveRating xsd:float +cim:StaticVarCompensator.inductiveRating xsd:float +cim:StaticVarCompensator.q xsd:float +cim:StaticVarCompensator.slope xsd:float +cim:StaticVarCompensator.voltageSetPoint xsd:float +cim:Status.dateTime xsd:dateTime +cim:Status.reason xsd:string +cim:Status.remark xsd:string +cim:Status.value xsd:string +cim:StreetAddress.language xsd:string +cim:StreetAddress.poBox xsd:string +cim:StreetAddress.postalCode xsd:string +cim:StreetDetail.addressGeneral xsd:string +cim:StreetDetail.addressGeneral2 xsd:string +cim:StreetDetail.addressGeneral3 xsd:string +cim:StreetDetail.buildingName xsd:string +cim:StreetDetail.code xsd:string +cim:StreetDetail.floorIdentification xsd:string +cim:StreetDetail.name xsd:string +cim:StreetDetail.number xsd:string +cim:StreetDetail.prefix xsd:string +cim:StreetDetail.suffix xsd:string +cim:StreetDetail.suiteNumber xsd:string +cim:StreetDetail.type xsd:string +cim:StreetDetail.withinTownLimits xsd:boolean +cim:SvInjection.pInjection xsd:float +cim:SvInjection.qInjection xsd:float +cim:SvPowerFlow.p xsd:float +cim:SvPowerFlow.q xsd:float +cim:SvShuntCompensatorSections.sections xsd:float +cim:SvStatus.inService xsd:boolean +cim:SvSwitch.open xsd:boolean +cim:SvTapStep.position xsd:float +cim:SvVoltage.angle xsd:float +cim:SvVoltage.v xsd:float +cim:Switch.locked xsd:boolean +cim:Switch.normalOpen xsd:boolean +cim:Switch.open xsd:boolean +cim:Switch.ratedCurrent xsd:float +cim:Switch.retained xsd:boolean +cim:SynchronousMachine.earthing xsd:boolean +cim:SynchronousMachine.earthingStarPointR xsd:float +cim:SynchronousMachine.earthingStarPointX xsd:float +cim:SynchronousMachine.ikk xsd:float +cim:SynchronousMachine.maxQ xsd:float +cim:SynchronousMachine.minQ xsd:float +cim:SynchronousMachine.mu xsd:float +cim:SynchronousMachine.qPercent xsd:float +cim:SynchronousMachine.r xsd:float +cim:SynchronousMachine.r0 xsd:float +cim:SynchronousMachine.r2 xsd:float +cim:SynchronousMachine.referencePriority xsd:integer +cim:SynchronousMachine.satDirectSubtransX xsd:float +cim:SynchronousMachine.satDirectSyncX xsd:float +cim:SynchronousMachine.satDirectTransX xsd:float +cim:SynchronousMachine.voltageRegulationRange xsd:float +cim:SynchronousMachine.x0 xsd:float +cim:SynchronousMachine.x2 xsd:float +cim:SynchronousMachineDetailed.efdBaseRatio xsd:float +cim:SynchronousMachineDetailed.saturationFactor120QAxis xsd:float +cim:SynchronousMachineDetailed.saturationFactorQAxis xsd:float +cim:SynchronousMachineEquivalentCircuit.r1d xsd:float +cim:SynchronousMachineEquivalentCircuit.r1q xsd:float +cim:SynchronousMachineEquivalentCircuit.r2q xsd:float +cim:SynchronousMachineEquivalentCircuit.rfd xsd:float +cim:SynchronousMachineEquivalentCircuit.x1d xsd:float +cim:SynchronousMachineEquivalentCircuit.x1q xsd:float +cim:SynchronousMachineEquivalentCircuit.x2q xsd:float +cim:SynchronousMachineEquivalentCircuit.xad xsd:float +cim:SynchronousMachineEquivalentCircuit.xaq xsd:float +cim:SynchronousMachineEquivalentCircuit.xf1d xsd:float +cim:SynchronousMachineEquivalentCircuit.xfd xsd:float +cim:SynchronousMachineTimeConstantReactance.ks xsd:float +cim:SynchronousMachineTimeConstantReactance.tc xsd:float +cim:SynchronousMachineTimeConstantReactance.tpdo xsd:float +cim:SynchronousMachineTimeConstantReactance.tppdo xsd:float +cim:SynchronousMachineTimeConstantReactance.tppqo xsd:float +cim:SynchronousMachineTimeConstantReactance.tpqo xsd:float +cim:SynchronousMachineTimeConstantReactance.xDirectSubtrans xsd:float +cim:SynchronousMachineTimeConstantReactance.xDirectSync xsd:float +cim:SynchronousMachineTimeConstantReactance.xDirectTrans xsd:float +cim:SynchronousMachineTimeConstantReactance.xQuadSubtrans xsd:float +cim:SynchronousMachineTimeConstantReactance.xQuadSync xsd:float +cim:SynchronousMachineTimeConstantReactance.xQuadTrans xsd:float +cim:SynchronousMachineUserDefined.proprietary xsd:boolean +cim:TapChanger.controlEnabled xsd:boolean +cim:TapChanger.highStep xsd:integer +cim:TapChanger.lowStep xsd:integer +cim:TapChanger.ltcFlag xsd:boolean +cim:TapChanger.neutralStep xsd:integer +cim:TapChanger.neutralU xsd:float +cim:TapChanger.normalStep xsd:integer +cim:TapChanger.step xsd:float +cim:TapChangerTablePoint.b xsd:float +cim:TapChangerTablePoint.g xsd:float +cim:TapChangerTablePoint.r xsd:float +cim:TapChangerTablePoint.ratio xsd:float +cim:TapChangerTablePoint.step xsd:integer +cim:TapChangerTablePoint.x xsd:float +cim:TextDiagramObject.text xsd:string +cim:TieFlow.positiveFlowIn xsd:boolean +cim:TownDetail.code xsd:string +cim:TownDetail.country xsd:string +cim:TownDetail.name xsd:string +cim:TownDetail.section xsd:string +cim:TownDetail.stateOrProvince xsd:string +cim:TransformerEnd.endNumber xsd:integer +cim:TransformerEnd.grounded xsd:boolean +cim:TransformerEnd.rground xsd:float +cim:TransformerEnd.xground xsd:float +cim:TurbLCFB1.db xsd:float +cim:TurbLCFB1.emax xsd:float +cim:TurbLCFB1.fb xsd:float +cim:TurbLCFB1.fbf xsd:boolean +cim:TurbLCFB1.irmax xsd:float +cim:TurbLCFB1.ki xsd:float +cim:TurbLCFB1.kp xsd:float +cim:TurbLCFB1.mwbase xsd:float +cim:TurbLCFB1.pbf xsd:boolean +cim:TurbLCFB1.pmwset xsd:float +cim:TurbLCFB1.speedReferenceGovernor xsd:boolean +cim:TurbLCFB1.tpelec xsd:float +cim:TurbineGovernorUserDefined.proprietary xsd:boolean +cim:TurbineLoadControllerUserDefined.proprietary xsd:boolean +cim:UnderexcLim2Simplified.kui xsd:float +cim:UnderexcLim2Simplified.p0 xsd:float +cim:UnderexcLim2Simplified.p1 xsd:float +cim:UnderexcLim2Simplified.q0 xsd:float +cim:UnderexcLim2Simplified.q1 xsd:float +cim:UnderexcLim2Simplified.vuimax xsd:float +cim:UnderexcLim2Simplified.vuimin xsd:float +cim:UnderexcLimIEEE1.kuc xsd:float +cim:UnderexcLimIEEE1.kuf xsd:float +cim:UnderexcLimIEEE1.kui xsd:float +cim:UnderexcLimIEEE1.kul xsd:float +cim:UnderexcLimIEEE1.kur xsd:float +cim:UnderexcLimIEEE1.tu1 xsd:float +cim:UnderexcLimIEEE1.tu2 xsd:float +cim:UnderexcLimIEEE1.tu3 xsd:float +cim:UnderexcLimIEEE1.tu4 xsd:float +cim:UnderexcLimIEEE1.vucmax xsd:float +cim:UnderexcLimIEEE1.vuimax xsd:float +cim:UnderexcLimIEEE1.vuimin xsd:float +cim:UnderexcLimIEEE1.vulmax xsd:float +cim:UnderexcLimIEEE1.vulmin xsd:float +cim:UnderexcLimIEEE1.vurmax xsd:float +cim:UnderexcLimIEEE2.k1 xsd:float +cim:UnderexcLimIEEE2.k2 xsd:float +cim:UnderexcLimIEEE2.kfb xsd:float +cim:UnderexcLimIEEE2.kuf xsd:float +cim:UnderexcLimIEEE2.kui xsd:float +cim:UnderexcLimIEEE2.kul xsd:float +cim:UnderexcLimIEEE2.p0 xsd:float +cim:UnderexcLimIEEE2.p1 xsd:float +cim:UnderexcLimIEEE2.p10 xsd:float +cim:UnderexcLimIEEE2.p2 xsd:float +cim:UnderexcLimIEEE2.p3 xsd:float +cim:UnderexcLimIEEE2.p4 xsd:float +cim:UnderexcLimIEEE2.p5 xsd:float +cim:UnderexcLimIEEE2.p6 xsd:float +cim:UnderexcLimIEEE2.p7 xsd:float +cim:UnderexcLimIEEE2.p8 xsd:float +cim:UnderexcLimIEEE2.p9 xsd:float +cim:UnderexcLimIEEE2.q0 xsd:float +cim:UnderexcLimIEEE2.q1 xsd:float +cim:UnderexcLimIEEE2.q10 xsd:float +cim:UnderexcLimIEEE2.q2 xsd:float +cim:UnderexcLimIEEE2.q3 xsd:float +cim:UnderexcLimIEEE2.q4 xsd:float +cim:UnderexcLimIEEE2.q5 xsd:float +cim:UnderexcLimIEEE2.q6 xsd:float +cim:UnderexcLimIEEE2.q7 xsd:float +cim:UnderexcLimIEEE2.q8 xsd:float +cim:UnderexcLimIEEE2.q9 xsd:float +cim:UnderexcLimIEEE2.tu1 xsd:float +cim:UnderexcLimIEEE2.tu2 xsd:float +cim:UnderexcLimIEEE2.tu3 xsd:float +cim:UnderexcLimIEEE2.tu4 xsd:float +cim:UnderexcLimIEEE2.tul xsd:float +cim:UnderexcLimIEEE2.tup xsd:float +cim:UnderexcLimIEEE2.tuq xsd:float +cim:UnderexcLimIEEE2.tuv xsd:float +cim:UnderexcLimIEEE2.vuimax xsd:float +cim:UnderexcLimIEEE2.vuimin xsd:float +cim:UnderexcLimIEEE2.vulmax xsd:float +cim:UnderexcLimIEEE2.vulmin xsd:float +cim:UnderexcLimX1.k xsd:float +cim:UnderexcLimX1.kf2 xsd:float +cim:UnderexcLimX1.km xsd:float +cim:UnderexcLimX1.melmax xsd:float +cim:UnderexcLimX1.tf2 xsd:float +cim:UnderexcLimX1.tm xsd:float +cim:UnderexcLimX2.kf2 xsd:float +cim:UnderexcLimX2.km xsd:float +cim:UnderexcLimX2.melmax xsd:float +cim:UnderexcLimX2.qo xsd:float +cim:UnderexcLimX2.r xsd:float +cim:UnderexcLimX2.tf2 xsd:float +cim:UnderexcLimX2.tm xsd:float +cim:UnderexcitationLimiterUserDefined.proprietary xsd:boolean +cim:VAdjIEEE.adjslew xsd:float +cim:VAdjIEEE.taoff xsd:float +cim:VAdjIEEE.taon xsd:float +cim:VAdjIEEE.vadjf xsd:float +cim:VAdjIEEE.vadjmax xsd:float +cim:VAdjIEEE.vadjmin xsd:float +cim:VCompIEEEType1.rc xsd:float +cim:VCompIEEEType1.tr xsd:float +cim:VCompIEEEType1.xc xsd:float +cim:VCompIEEEType2.tr xsd:float +cim:VSCUserDefined.proprietary xsd:boolean +cim:ValueToAlias.value xsd:integer +cim:VisibilityLayer.drawingOrder xsd:integer +cim:VoltageAdjusterUserDefined.proprietary xsd:boolean +cim:VoltageCompensatorUserDefined.proprietary xsd:boolean +cim:VoltageLevel.highVoltageLimit xsd:float +cim:VoltageLevel.lowVoltageLimit xsd:float +cim:VoltageLimit.normalValue xsd:float +cim:VoltageLimit.value xsd:float +cim:VsConverter.delta xsd:float +cim:VsConverter.droop xsd:float +cim:VsConverter.droopCompensation xsd:float +cim:VsConverter.maxModulationIndex xsd:float +cim:VsConverter.qShare xsd:float +cim:VsConverter.targetPWMfactor xsd:float +cim:VsConverter.targetPhasePcc xsd:float +cim:VsConverter.targetPowerFactorPcc xsd:float +cim:VsConverter.targetQpcc xsd:float +cim:VsConverter.targetUpcc xsd:float +cim:VsConverter.uv xsd:float +cim:WindAeroOneDimIEC.ka xsd:float +cim:WindAeroOneDimIEC.thetaomega xsd:float +cim:WindAeroTwoDimIEC.dpomega xsd:float +cim:WindAeroTwoDimIEC.dptheta xsd:float +cim:WindAeroTwoDimIEC.dpv1 xsd:float +cim:WindAeroTwoDimIEC.omegazero xsd:float +cim:WindAeroTwoDimIEC.pavail xsd:float +cim:WindAeroTwoDimIEC.thetav2 xsd:float +cim:WindAeroTwoDimIEC.thetazero xsd:float +cim:WindContCurrLimIEC.imax xsd:float +cim:WindContCurrLimIEC.imaxdip xsd:float +cim:WindContCurrLimIEC.kpqu xsd:float +cim:WindContCurrLimIEC.mdfslim xsd:boolean +cim:WindContCurrLimIEC.mqpri xsd:boolean +cim:WindContCurrLimIEC.tufiltcl xsd:float +cim:WindContCurrLimIEC.upqumax xsd:float +cim:WindContPType3IEC.dpmax xsd:float +cim:WindContPType3IEC.dprefmax xsd:float +cim:WindContPType3IEC.dprefmin xsd:float +cim:WindContPType3IEC.dthetamax xsd:float +cim:WindContPType3IEC.dthetamaxuvrt xsd:float +cim:WindContPType3IEC.kdtd xsd:float +cim:WindContPType3IEC.kip xsd:float +cim:WindContPType3IEC.kpp xsd:float +cim:WindContPType3IEC.mpuvrt xsd:boolean +cim:WindContPType3IEC.omegadtd xsd:float +cim:WindContPType3IEC.omegaoffset xsd:float +cim:WindContPType3IEC.pdtdmax xsd:float +cim:WindContPType3IEC.tdvs xsd:float +cim:WindContPType3IEC.thetaemin xsd:float +cim:WindContPType3IEC.thetauscale xsd:float +cim:WindContPType3IEC.tomegafiltp3 xsd:float +cim:WindContPType3IEC.tomegaref xsd:float +cim:WindContPType3IEC.tpfiltp3 xsd:float +cim:WindContPType3IEC.tpord xsd:float +cim:WindContPType3IEC.tufiltp3 xsd:float +cim:WindContPType3IEC.udvs xsd:float +cim:WindContPType3IEC.updip xsd:float +cim:WindContPType3IEC.zeta xsd:float +cim:WindContPType4aIEC.dpmaxp4a xsd:float +cim:WindContPType4aIEC.tpordp4a xsd:float +cim:WindContPType4aIEC.tufiltp4a xsd:float +cim:WindContPType4bIEC.dpmaxp4b xsd:float +cim:WindContPType4bIEC.tpaero xsd:float +cim:WindContPType4bIEC.tpordp4b xsd:float +cim:WindContPType4bIEC.tufiltp4b xsd:float +cim:WindContPitchAngleIEC.dthetamax xsd:float +cim:WindContPitchAngleIEC.dthetamin xsd:float +cim:WindContPitchAngleIEC.kic xsd:float +cim:WindContPitchAngleIEC.kiomega xsd:float +cim:WindContPitchAngleIEC.kpc xsd:float +cim:WindContPitchAngleIEC.kpomega xsd:float +cim:WindContPitchAngleIEC.kpx xsd:float +cim:WindContPitchAngleIEC.thetamax xsd:float +cim:WindContPitchAngleIEC.thetamin xsd:float +cim:WindContPitchAngleIEC.ttheta xsd:float +cim:WindContQIEC.iqh1 xsd:float +cim:WindContQIEC.iqmax xsd:float +cim:WindContQIEC.iqmin xsd:float +cim:WindContQIEC.iqpost xsd:float +cim:WindContQIEC.kiq xsd:float +cim:WindContQIEC.kiu xsd:float +cim:WindContQIEC.kpq xsd:float +cim:WindContQIEC.kpu xsd:float +cim:WindContQIEC.kqv xsd:float +cim:WindContQIEC.rdroop xsd:float +cim:WindContQIEC.tpfiltq xsd:float +cim:WindContQIEC.tpost xsd:float +cim:WindContQIEC.tqord xsd:float +cim:WindContQIEC.tufiltq xsd:float +cim:WindContQIEC.udb1 xsd:float +cim:WindContQIEC.udb2 xsd:float +cim:WindContQIEC.umax xsd:float +cim:WindContQIEC.umin xsd:float +cim:WindContQIEC.uqdip xsd:float +cim:WindContQIEC.uref0 xsd:float +cim:WindContQIEC.xdroop xsd:float +cim:WindContQLimIEC.qmax xsd:float +cim:WindContQLimIEC.qmin xsd:float +cim:WindContQPQULimIEC.tpfiltql xsd:float +cim:WindContQPQULimIEC.tufiltql xsd:float +cim:WindContRotorRIEC.kirr xsd:float +cim:WindContRotorRIEC.komegafilt xsd:float +cim:WindContRotorRIEC.kpfilt xsd:float +cim:WindContRotorRIEC.kprr xsd:float +cim:WindContRotorRIEC.rmax xsd:float +cim:WindContRotorRIEC.rmin xsd:float +cim:WindContRotorRIEC.tomegafiltrr xsd:float +cim:WindContRotorRIEC.tpfiltrr xsd:float +cim:WindDynamicsLookupTable.input xsd:float +cim:WindDynamicsLookupTable.output xsd:float +cim:WindDynamicsLookupTable.sequence xsd:integer +cim:WindGenType3IEC.dipmax xsd:float +cim:WindGenType3IEC.diqmax xsd:float +cim:WindGenType3IEC.xs xsd:float +cim:WindGenType3aIEC.kpc xsd:float +cim:WindGenType3aIEC.tic xsd:float +cim:WindGenType3bIEC.mwtcwp xsd:boolean +cim:WindGenType3bIEC.tg xsd:float +cim:WindGenType3bIEC.two xsd:float +cim:WindGenType4IEC.dipmax xsd:float +cim:WindGenType4IEC.diqmax xsd:float +cim:WindGenType4IEC.diqmin xsd:float +cim:WindGenType4IEC.tg xsd:float +cim:WindMechIEC.cdrt xsd:float +cim:WindMechIEC.hgen xsd:float +cim:WindMechIEC.hwtr xsd:float +cim:WindMechIEC.kdrt xsd:float +cim:WindPitchContPowerIEC.dpmax xsd:float +cim:WindPitchContPowerIEC.dpmin xsd:float +cim:WindPitchContPowerIEC.pmin xsd:float +cim:WindPitchContPowerIEC.pset xsd:float +cim:WindPitchContPowerIEC.t1 xsd:float +cim:WindPitchContPowerIEC.tr xsd:float +cim:WindPitchContPowerIEC.uuvrt xsd:float +cim:WindPlantFreqPcontrolIEC.dprefmax xsd:float +cim:WindPlantFreqPcontrolIEC.dprefmin xsd:float +cim:WindPlantFreqPcontrolIEC.dpwprefmax xsd:float +cim:WindPlantFreqPcontrolIEC.dpwprefmin xsd:float +cim:WindPlantFreqPcontrolIEC.kiwpp xsd:float +cim:WindPlantFreqPcontrolIEC.kiwppmax xsd:float +cim:WindPlantFreqPcontrolIEC.kiwppmin xsd:float +cim:WindPlantFreqPcontrolIEC.kpwpp xsd:float +cim:WindPlantFreqPcontrolIEC.kwppref xsd:float +cim:WindPlantFreqPcontrolIEC.prefmax xsd:float +cim:WindPlantFreqPcontrolIEC.prefmin xsd:float +cim:WindPlantFreqPcontrolIEC.tpft xsd:float +cim:WindPlantFreqPcontrolIEC.tpfv xsd:float +cim:WindPlantFreqPcontrolIEC.twpffiltp xsd:float +cim:WindPlantFreqPcontrolIEC.twppfiltp xsd:float +cim:WindPlantReactiveControlIEC.dxrefmax xsd:float +cim:WindPlantReactiveControlIEC.dxrefmin xsd:float +cim:WindPlantReactiveControlIEC.kiwpx xsd:float +cim:WindPlantReactiveControlIEC.kiwpxmax xsd:float +cim:WindPlantReactiveControlIEC.kiwpxmin xsd:float +cim:WindPlantReactiveControlIEC.kpwpx xsd:float +cim:WindPlantReactiveControlIEC.kwpqref xsd:float +cim:WindPlantReactiveControlIEC.kwpqu xsd:float +cim:WindPlantReactiveControlIEC.tuqfilt xsd:float +cim:WindPlantReactiveControlIEC.twppfiltq xsd:float +cim:WindPlantReactiveControlIEC.twpqfiltq xsd:float +cim:WindPlantReactiveControlIEC.twpufiltq xsd:float +cim:WindPlantReactiveControlIEC.txft xsd:float +cim:WindPlantReactiveControlIEC.txfv xsd:float +cim:WindPlantReactiveControlIEC.uwpqdip xsd:float +cim:WindPlantReactiveControlIEC.xrefmax xsd:float +cim:WindPlantReactiveControlIEC.xrefmin xsd:float +cim:WindPlantUserDefined.proprietary xsd:boolean +cim:WindProtectionIEC.dfimax xsd:float +cim:WindProtectionIEC.fover xsd:float +cim:WindProtectionIEC.funder xsd:float +cim:WindProtectionIEC.mzc xsd:boolean +cim:WindProtectionIEC.tfma xsd:float +cim:WindProtectionIEC.uover xsd:float +cim:WindProtectionIEC.uunder xsd:float +cim:WindRefFrameRotIEC.tpll xsd:float +cim:WindRefFrameRotIEC.upll1 xsd:float +cim:WindRefFrameRotIEC.upll2 xsd:float +cim:WindType1or2UserDefined.proprietary xsd:boolean +cim:WindType3or4UserDefined.proprietary xsd:boolean +eu:BoundaryPoint.fromEndIsoCode xsd:string +eu:BoundaryPoint.fromEndName xsd:string +eu:BoundaryPoint.fromEndNameTso xsd:string +eu:BoundaryPoint.isDirectCurrent xsd:boolean +eu:BoundaryPoint.isExcludedFromAreaInterchange xsd:boolean +eu:BoundaryPoint.toEndIsoCode xsd:string +eu:BoundaryPoint.toEndName xsd:string +eu:BoundaryPoint.toEndNameTso xsd:string +eu:IdentifiedObject.energyIdentCodeEic xsd:string +eu:IdentifiedObject.shortName xsd:string +md:Model.created xsd:dateTime +md:Model.description xsd:string +md:Model.modelingAuthoritySet xsd:anyURI +md:Model.profile xsd:anyURI +md:Model.scenarioTime xsd:dateTime +md:Model.version xsd:integer +rdf:Statements.object xsd:string +rdf:Statements.predicate xsd:string +rdf:Statements.subject xsd:string diff --git a/rdfs-improved/datatypes/datatypes-actual.tsv b/rdfs-improved/datatypes/datatypes-actual.tsv new file mode 100644 index 0000000..e7f5a8c --- /dev/null +++ b/rdfs-improved/datatypes/datatypes-actual.tsv @@ -0,0 +1,3704 @@ +adms:versionNotes xsd:string +cim:ACDCConverter.baseS xsd:float +cim:ACDCConverter.idc xsd:float +cim:ACDCConverter.idleLoss xsd:float +cim:ACDCConverter.maxP xsd:float +cim:ACDCConverter.maxUdc xsd:float +cim:ACDCConverter.minP xsd:float +cim:ACDCConverter.minUdc xsd:float +cim:ACDCConverter.numberOfValves xsd:integer +cim:ACDCConverter.p xsd:float +cim:ACDCConverter.poleLossP xsd:float +cim:ACDCConverter.q xsd:float +cim:ACDCConverter.ratedUdc xsd:float +cim:ACDCConverter.resistiveLoss xsd:float +cim:ACDCConverter.switchingLoss xsd:float +cim:ACDCConverter.targetPpcc xsd:float +cim:ACDCConverter.targetUdc xsd:float +cim:ACDCConverter.uc xsd:float +cim:ACDCConverter.udc xsd:float +cim:ACDCConverter.valveU0 xsd:float +cim:ACDCTerminal.connected xsd:boolean +cim:ACDCTerminal.sequenceNumber xsd:integer +cim:ACLineSegment.b0ch xsd:float +cim:ACLineSegment.bch xsd:float +cim:ACLineSegment.g0ch xsd:float +cim:ACLineSegment.gch xsd:float +cim:ACLineSegment.r xsd:float +cim:ACLineSegment.r0 xsd:float +cim:ACLineSegment.shortCircuitEndTemperature xsd:float +cim:ACLineSegment.x xsd:float +cim:ACLineSegment.x0 xsd:float +cim:AccumulatorLimit.value xsd:integer +cim:ActivePowerLimit.normalValue xsd:float +cim:ActivePowerLimit.value xsd:float +cim:Analog.positiveFlowIn xsd:boolean +cim:AnalogControl.maxValue xsd:float +cim:AnalogControl.minValue xsd:float +cim:AnalogLimit.value xsd:float +cim:ApparentPowerLimit.normalValue xsd:float +cim:ApparentPowerLimit.value xsd:float +cim:AsynchronousMachine.converterFedDrive xsd:boolean +cim:AsynchronousMachine.efficiency xsd:float +cim:AsynchronousMachine.iaIrRatio xsd:float +cim:AsynchronousMachine.nominalFrequency xsd:float +cim:AsynchronousMachine.nominalSpeed xsd:float +cim:AsynchronousMachine.polePairNumber xsd:integer +cim:AsynchronousMachine.ratedMechanicalPower xsd:float +cim:AsynchronousMachine.reversible xsd:boolean +cim:AsynchronousMachine.rxLockedRotorRatio xsd:float +cim:AsynchronousMachineEquivalentCircuit.rr1 xsd:float +cim:AsynchronousMachineEquivalentCircuit.rr2 xsd:float +cim:AsynchronousMachineEquivalentCircuit.xlr1 xsd:float +cim:AsynchronousMachineEquivalentCircuit.xlr2 xsd:float +cim:AsynchronousMachineEquivalentCircuit.xm xsd:float +cim:AsynchronousMachineTimeConstantReactance.tpo xsd:float +cim:AsynchronousMachineTimeConstantReactance.tppo xsd:float +cim:AsynchronousMachineTimeConstantReactance.xp xsd:float +cim:AsynchronousMachineTimeConstantReactance.xpp xsd:float +cim:AsynchronousMachineTimeConstantReactance.xs xsd:float +cim:AsynchronousMachineUserDefined.proprietary xsd:boolean +cim:BaseVoltage.nominalVoltage xsd:float +cim:BasicIntervalSchedule.startTime xsd:dateTime +cim:BatteryUnit.ratedE xsd:float +cim:BatteryUnit.storedE xsd:float +cim:BusNameMarker.priority xsd:integer +cim:BusbarSection.ipMax xsd:float +cim:CSCUserDefined.proprietary xsd:boolean +cim:Clamp.lengthFromTerminal1 xsd:float +cim:Command.normalValue xsd:integer +cim:Command.value xsd:integer +cim:Conductor.length xsd:float +cim:Contingency.mustStudy xsd:boolean +cim:Control.controlType xsd:string +cim:Control.operationInProgress xsd:boolean +cim:Control.timeStamp xsd:dateTime +cim:ControlArea.netInterchange xsd:float +cim:ControlArea.pTolerance xsd:float +cim:CoordinateSystem.crsUrn xsd:string +cim:CsConverter.alpha xsd:float +cim:CsConverter.gamma xsd:float +cim:CsConverter.maxAlpha xsd:float +cim:CsConverter.maxGamma xsd:float +cim:CsConverter.maxIdc xsd:float +cim:CsConverter.minAlpha xsd:float +cim:CsConverter.minGamma xsd:float +cim:CsConverter.minIdc xsd:float +cim:CsConverter.ratedIdc xsd:float +cim:CsConverter.targetAlpha xsd:float +cim:CsConverter.targetGamma xsd:float +cim:CsConverter.targetIdc xsd:float +cim:CurrentLimit.normalValue xsd:float +cim:CurrentLimit.value xsd:float +cim:CurveData.xvalue xsd:float +cim:CurveData.y1value xsd:float +cim:CurveData.y2value xsd:float +cim:Cut.lengthFromTerminal1 xsd:float +cim:DCConductingEquipment.ratedCurrent xsd:float +cim:DCConductingEquipment.ratedUdc xsd:float +cim:DCGround.inductance xsd:float +cim:DCGround.r xsd:float +cim:DCLineSegment.capacitance xsd:float +cim:DCLineSegment.inductance xsd:float +cim:DCLineSegment.length xsd:float +cim:DCLineSegment.resistance xsd:float +cim:DCSeriesDevice.inductance xsd:float +cim:DCSeriesDevice.resistance xsd:float +cim:DCShunt.capacitance xsd:float +cim:DCShunt.resistance xsd:float +cim:Diagram.x1InitialView xsd:float +cim:Diagram.x2InitialView xsd:float +cim:Diagram.y1InitialView xsd:float +cim:Diagram.y2InitialView xsd:float +cim:DiagramObject.drawingOrder xsd:integer +cim:DiagramObject.isPolygon xsd:boolean +cim:DiagramObject.offsetX xsd:float +cim:DiagramObject.offsetY xsd:float +cim:DiagramObject.rotation xsd:float +cim:DiagramObjectPoint.sequenceNumber xsd:integer +cim:DiagramObjectPoint.xPosition xsd:float +cim:DiagramObjectPoint.yPosition xsd:float +cim:DiagramObjectPoint.zPosition xsd:float +cim:DiscExcContIEEEDEC1A.esc xsd:float +cim:DiscExcContIEEEDEC1A.kan xsd:float +cim:DiscExcContIEEEDEC1A.ketl xsd:float +cim:DiscExcContIEEEDEC1A.tan xsd:float +cim:DiscExcContIEEEDEC1A.td xsd:float +cim:DiscExcContIEEEDEC1A.tl1 xsd:float +cim:DiscExcContIEEEDEC1A.tl2 xsd:float +cim:DiscExcContIEEEDEC1A.tw5 xsd:float +cim:DiscExcContIEEEDEC1A.val xsd:float +cim:DiscExcContIEEEDEC1A.vanmax xsd:float +cim:DiscExcContIEEEDEC1A.vomax xsd:float +cim:DiscExcContIEEEDEC1A.vomin xsd:float +cim:DiscExcContIEEEDEC1A.vsmax xsd:float +cim:DiscExcContIEEEDEC1A.vsmin xsd:float +cim:DiscExcContIEEEDEC1A.vtc xsd:float +cim:DiscExcContIEEEDEC1A.vtlmt xsd:float +cim:DiscExcContIEEEDEC1A.vtm xsd:float +cim:DiscExcContIEEEDEC1A.vtn xsd:float +cim:DiscExcContIEEEDEC2A.td1 xsd:float +cim:DiscExcContIEEEDEC2A.td2 xsd:float +cim:DiscExcContIEEEDEC2A.vdmax xsd:float +cim:DiscExcContIEEEDEC2A.vdmin xsd:float +cim:DiscExcContIEEEDEC2A.vk xsd:float +cim:DiscExcContIEEEDEC3A.tdr xsd:float +cim:DiscExcContIEEEDEC3A.vtmin xsd:float +cim:DiscontinuousExcitationControlUserDefined.proprietary xsd:boolean +cim:DynamicsFunctionBlock.enabled xsd:boolean +cim:EarthFaultCompensator.r xsd:float +cim:EnergyConsumer.p xsd:float +cim:EnergyConsumer.pfixed xsd:float +cim:EnergyConsumer.pfixedPct xsd:float +cim:EnergyConsumer.q xsd:float +cim:EnergyConsumer.qfixed xsd:float +cim:EnergyConsumer.qfixedPct xsd:float +cim:EnergySource.activePower xsd:float +cim:EnergySource.nominalVoltage xsd:float +cim:EnergySource.pMax xsd:float +cim:EnergySource.pMin xsd:float +cim:EnergySource.r xsd:float +cim:EnergySource.r0 xsd:float +cim:EnergySource.reactivePower xsd:float +cim:EnergySource.rn xsd:float +cim:EnergySource.voltageAngle xsd:float +cim:EnergySource.voltageMagnitude xsd:float +cim:EnergySource.x xsd:float +cim:EnergySource.x0 xsd:float +cim:EnergySource.xn xsd:float +cim:Equipment.aggregate xsd:boolean +cim:Equipment.inService xsd:boolean +cim:Equipment.networkAnalysisEnabled xsd:boolean +cim:Equipment.normallyInService xsd:boolean +cim:EquivalentBranch.negativeR12 xsd:float +cim:EquivalentBranch.negativeR21 xsd:float +cim:EquivalentBranch.negativeX12 xsd:float +cim:EquivalentBranch.negativeX21 xsd:float +cim:EquivalentBranch.positiveR12 xsd:float +cim:EquivalentBranch.positiveR21 xsd:float +cim:EquivalentBranch.positiveX12 xsd:float +cim:EquivalentBranch.positiveX21 xsd:float +cim:EquivalentBranch.r xsd:float +cim:EquivalentBranch.r21 xsd:float +cim:EquivalentBranch.x xsd:float +cim:EquivalentBranch.x21 xsd:float +cim:EquivalentBranch.zeroR12 xsd:float +cim:EquivalentBranch.zeroR21 xsd:float +cim:EquivalentBranch.zeroX12 xsd:float +cim:EquivalentBranch.zeroX21 xsd:float +cim:EquivalentInjection.maxP xsd:float +cim:EquivalentInjection.maxQ xsd:float +cim:EquivalentInjection.minP xsd:float +cim:EquivalentInjection.minQ xsd:float +cim:EquivalentInjection.p xsd:float +cim:EquivalentInjection.q xsd:float +cim:EquivalentInjection.r xsd:float +cim:EquivalentInjection.r0 xsd:float +cim:EquivalentInjection.r2 xsd:float +cim:EquivalentInjection.regulationCapability xsd:boolean +cim:EquivalentInjection.regulationStatus xsd:boolean +cim:EquivalentInjection.regulationTarget xsd:float +cim:EquivalentInjection.x xsd:float +cim:EquivalentInjection.x0 xsd:float +cim:EquivalentInjection.x2 xsd:float +cim:EquivalentShunt.b xsd:float +cim:EquivalentShunt.g xsd:float +cim:ExcAC1A.hvlvgates xsd:boolean +cim:ExcAC1A.ka xsd:float +cim:ExcAC1A.kc xsd:float +cim:ExcAC1A.kd xsd:float +cim:ExcAC1A.ke xsd:float +cim:ExcAC1A.kf xsd:float +cim:ExcAC1A.kf1 xsd:float +cim:ExcAC1A.kf2 xsd:float +cim:ExcAC1A.ks xsd:float +cim:ExcAC1A.seve1 xsd:float +cim:ExcAC1A.seve2 xsd:float +cim:ExcAC1A.ta xsd:float +cim:ExcAC1A.tb xsd:float +cim:ExcAC1A.tc xsd:float +cim:ExcAC1A.te xsd:float +cim:ExcAC1A.tf xsd:float +cim:ExcAC1A.vamax xsd:float +cim:ExcAC1A.vamin xsd:float +cim:ExcAC1A.ve1 xsd:float +cim:ExcAC1A.ve2 xsd:float +cim:ExcAC1A.vrmax xsd:float +cim:ExcAC1A.vrmin xsd:float +cim:ExcAC2A.hvgate xsd:boolean +cim:ExcAC2A.ka xsd:float +cim:ExcAC2A.kb xsd:float +cim:ExcAC2A.kb1 xsd:float +cim:ExcAC2A.kc xsd:float +cim:ExcAC2A.kd xsd:float +cim:ExcAC2A.ke xsd:float +cim:ExcAC2A.kf xsd:float +cim:ExcAC2A.kh xsd:float +cim:ExcAC2A.kl xsd:float +cim:ExcAC2A.kl1 xsd:float +cim:ExcAC2A.ks xsd:float +cim:ExcAC2A.lvgate xsd:boolean +cim:ExcAC2A.seve1 xsd:float +cim:ExcAC2A.seve2 xsd:float +cim:ExcAC2A.ta xsd:float +cim:ExcAC2A.tb xsd:float +cim:ExcAC2A.tc xsd:float +cim:ExcAC2A.te xsd:float +cim:ExcAC2A.tf xsd:float +cim:ExcAC2A.vamax xsd:float +cim:ExcAC2A.vamin xsd:float +cim:ExcAC2A.ve1 xsd:float +cim:ExcAC2A.ve2 xsd:float +cim:ExcAC2A.vfemax xsd:float +cim:ExcAC2A.vlr xsd:float +cim:ExcAC2A.vrmax xsd:float +cim:ExcAC2A.vrmin xsd:float +cim:ExcAC3A.efdn xsd:float +cim:ExcAC3A.ka xsd:float +cim:ExcAC3A.kc xsd:float +cim:ExcAC3A.kd xsd:float +cim:ExcAC3A.ke xsd:float +cim:ExcAC3A.kf xsd:float +cim:ExcAC3A.kf1 xsd:float +cim:ExcAC3A.kf2 xsd:float +cim:ExcAC3A.klv xsd:float +cim:ExcAC3A.kn xsd:float +cim:ExcAC3A.kr xsd:float +cim:ExcAC3A.ks xsd:float +cim:ExcAC3A.seve1 xsd:float +cim:ExcAC3A.seve2 xsd:float +cim:ExcAC3A.ta xsd:float +cim:ExcAC3A.tb xsd:float +cim:ExcAC3A.tc xsd:float +cim:ExcAC3A.te xsd:float +cim:ExcAC3A.tf xsd:float +cim:ExcAC3A.vamax xsd:float +cim:ExcAC3A.vamin xsd:float +cim:ExcAC3A.ve1 xsd:float +cim:ExcAC3A.ve2 xsd:float +cim:ExcAC3A.vemin xsd:float +cim:ExcAC3A.vfemax xsd:float +cim:ExcAC3A.vlv xsd:float +cim:ExcAC4A.ka xsd:float +cim:ExcAC4A.kc xsd:float +cim:ExcAC4A.ta xsd:float +cim:ExcAC4A.tb xsd:float +cim:ExcAC4A.tc xsd:float +cim:ExcAC4A.vimax xsd:float +cim:ExcAC4A.vimin xsd:float +cim:ExcAC4A.vrmax xsd:float +cim:ExcAC4A.vrmin xsd:float +cim:ExcAC5A.a xsd:float +cim:ExcAC5A.efd1 xsd:float +cim:ExcAC5A.efd2 xsd:float +cim:ExcAC5A.ka xsd:float +cim:ExcAC5A.ke xsd:float +cim:ExcAC5A.kf xsd:float +cim:ExcAC5A.ks xsd:float +cim:ExcAC5A.seefd1 xsd:float +cim:ExcAC5A.seefd2 xsd:float +cim:ExcAC5A.ta xsd:float +cim:ExcAC5A.tb xsd:float +cim:ExcAC5A.tc xsd:float +cim:ExcAC5A.te xsd:float +cim:ExcAC5A.tf1 xsd:float +cim:ExcAC5A.tf2 xsd:float +cim:ExcAC5A.tf3 xsd:float +cim:ExcAC5A.vrmax xsd:float +cim:ExcAC5A.vrmin xsd:float +cim:ExcAC6A.ka xsd:float +cim:ExcAC6A.kc xsd:float +cim:ExcAC6A.kd xsd:float +cim:ExcAC6A.ke xsd:float +cim:ExcAC6A.kh xsd:float +cim:ExcAC6A.ks xsd:float +cim:ExcAC6A.seve1 xsd:float +cim:ExcAC6A.seve2 xsd:float +cim:ExcAC6A.ta xsd:float +cim:ExcAC6A.tb xsd:float +cim:ExcAC6A.tc xsd:float +cim:ExcAC6A.te xsd:float +cim:ExcAC6A.th xsd:float +cim:ExcAC6A.tj xsd:float +cim:ExcAC6A.tk xsd:float +cim:ExcAC6A.vamax xsd:float +cim:ExcAC6A.vamin xsd:float +cim:ExcAC6A.ve1 xsd:float +cim:ExcAC6A.ve2 xsd:float +cim:ExcAC6A.vfelim xsd:float +cim:ExcAC6A.vhmax xsd:float +cim:ExcAC6A.vrmax xsd:float +cim:ExcAC6A.vrmin xsd:float +cim:ExcAC8B.inlim xsd:boolean +cim:ExcAC8B.ka xsd:float +cim:ExcAC8B.kc xsd:float +cim:ExcAC8B.kd xsd:float +cim:ExcAC8B.kdr xsd:float +cim:ExcAC8B.ke xsd:float +cim:ExcAC8B.kir xsd:float +cim:ExcAC8B.kpr xsd:float +cim:ExcAC8B.ks xsd:float +cim:ExcAC8B.pidlim xsd:boolean +cim:ExcAC8B.seve1 xsd:float +cim:ExcAC8B.seve2 xsd:float +cim:ExcAC8B.ta xsd:float +cim:ExcAC8B.tdr xsd:float +cim:ExcAC8B.te xsd:float +cim:ExcAC8B.telim xsd:boolean +cim:ExcAC8B.ve1 xsd:float +cim:ExcAC8B.ve2 xsd:float +cim:ExcAC8B.vemin xsd:float +cim:ExcAC8B.vfemax xsd:float +cim:ExcAC8B.vimax xsd:float +cim:ExcAC8B.vimin xsd:float +cim:ExcAC8B.vpidmax xsd:float +cim:ExcAC8B.vpidmin xsd:float +cim:ExcAC8B.vrmax xsd:float +cim:ExcAC8B.vrmin xsd:float +cim:ExcAC8B.vtmult xsd:boolean +cim:ExcANS.blint xsd:integer +cim:ExcANS.ifmn xsd:float +cim:ExcANS.ifmx xsd:float +cim:ExcANS.k2 xsd:float +cim:ExcANS.k3 xsd:float +cim:ExcANS.kce xsd:float +cim:ExcANS.krvecc xsd:integer +cim:ExcANS.kvfif xsd:integer +cim:ExcANS.t1 xsd:float +cim:ExcANS.t2 xsd:float +cim:ExcANS.t3 xsd:float +cim:ExcANS.tb xsd:float +cim:ExcANS.vrmn xsd:float +cim:ExcANS.vrmx xsd:float +cim:ExcAVR1.e1 xsd:float +cim:ExcAVR1.e2 xsd:float +cim:ExcAVR1.ka xsd:float +cim:ExcAVR1.kf xsd:float +cim:ExcAVR1.se1 xsd:float +cim:ExcAVR1.se2 xsd:float +cim:ExcAVR1.ta xsd:float +cim:ExcAVR1.tb xsd:float +cim:ExcAVR1.te xsd:float +cim:ExcAVR1.tf xsd:float +cim:ExcAVR1.vrmn xsd:float +cim:ExcAVR1.vrmx xsd:float +cim:ExcAVR2.e1 xsd:float +cim:ExcAVR2.e2 xsd:float +cim:ExcAVR2.ka xsd:float +cim:ExcAVR2.kf xsd:float +cim:ExcAVR2.se1 xsd:float +cim:ExcAVR2.se2 xsd:float +cim:ExcAVR2.ta xsd:float +cim:ExcAVR2.tb xsd:float +cim:ExcAVR2.te xsd:float +cim:ExcAVR2.tf1 xsd:float +cim:ExcAVR2.tf2 xsd:float +cim:ExcAVR2.vrmn xsd:float +cim:ExcAVR2.vrmx xsd:float +cim:ExcAVR3.e1 xsd:float +cim:ExcAVR3.e2 xsd:float +cim:ExcAVR3.ka xsd:float +cim:ExcAVR3.se1 xsd:float +cim:ExcAVR3.se2 xsd:float +cim:ExcAVR3.t1 xsd:float +cim:ExcAVR3.t2 xsd:float +cim:ExcAVR3.t3 xsd:float +cim:ExcAVR3.t4 xsd:float +cim:ExcAVR3.te xsd:float +cim:ExcAVR3.vrmn xsd:float +cim:ExcAVR3.vrmx xsd:float +cim:ExcAVR4.imul xsd:boolean +cim:ExcAVR4.ka xsd:float +cim:ExcAVR4.ke xsd:float +cim:ExcAVR4.kif xsd:float +cim:ExcAVR4.t1 xsd:float +cim:ExcAVR4.t1if xsd:float +cim:ExcAVR4.t2 xsd:float +cim:ExcAVR4.t3 xsd:float +cim:ExcAVR4.t4 xsd:float +cim:ExcAVR4.tif xsd:float +cim:ExcAVR4.vfmn xsd:float +cim:ExcAVR4.vfmx xsd:float +cim:ExcAVR4.vrmn xsd:float +cim:ExcAVR4.vrmx xsd:float +cim:ExcAVR5.ka xsd:float +cim:ExcAVR5.rex xsd:float +cim:ExcAVR5.ta xsd:float +cim:ExcAVR7.a1 xsd:float +cim:ExcAVR7.a2 xsd:float +cim:ExcAVR7.a3 xsd:float +cim:ExcAVR7.a4 xsd:float +cim:ExcAVR7.a5 xsd:float +cim:ExcAVR7.a6 xsd:float +cim:ExcAVR7.k1 xsd:float +cim:ExcAVR7.k3 xsd:float +cim:ExcAVR7.k5 xsd:float +cim:ExcAVR7.t1 xsd:float +cim:ExcAVR7.t2 xsd:float +cim:ExcAVR7.t3 xsd:float +cim:ExcAVR7.t4 xsd:float +cim:ExcAVR7.t5 xsd:float +cim:ExcAVR7.t6 xsd:float +cim:ExcAVR7.vmax1 xsd:float +cim:ExcAVR7.vmax3 xsd:float +cim:ExcAVR7.vmax5 xsd:float +cim:ExcAVR7.vmin1 xsd:float +cim:ExcAVR7.vmin3 xsd:float +cim:ExcAVR7.vmin5 xsd:float +cim:ExcBBC.efdmax xsd:float +cim:ExcBBC.efdmin xsd:float +cim:ExcBBC.k xsd:float +cim:ExcBBC.switch xsd:boolean +cim:ExcBBC.t1 xsd:float +cim:ExcBBC.t2 xsd:float +cim:ExcBBC.t3 xsd:float +cim:ExcBBC.t4 xsd:float +cim:ExcBBC.vrmax xsd:float +cim:ExcBBC.vrmin xsd:float +cim:ExcBBC.xe xsd:float +cim:ExcCZ.efdmax xsd:float +cim:ExcCZ.efdmin xsd:float +cim:ExcCZ.ka xsd:float +cim:ExcCZ.ke xsd:float +cim:ExcCZ.kp xsd:float +cim:ExcCZ.ta xsd:float +cim:ExcCZ.tc xsd:float +cim:ExcCZ.te xsd:float +cim:ExcCZ.vrmax xsd:float +cim:ExcCZ.vrmin xsd:float +cim:ExcDC1A.efd1 xsd:float +cim:ExcDC1A.efd2 xsd:float +cim:ExcDC1A.efdmax xsd:float +cim:ExcDC1A.efdmin xsd:float +cim:ExcDC1A.exclim xsd:boolean +cim:ExcDC1A.ka xsd:float +cim:ExcDC1A.ke xsd:float +cim:ExcDC1A.kf xsd:float +cim:ExcDC1A.ks xsd:float +cim:ExcDC1A.seefd1 xsd:float +cim:ExcDC1A.seefd2 xsd:float +cim:ExcDC1A.ta xsd:float +cim:ExcDC1A.tb xsd:float +cim:ExcDC1A.tc xsd:float +cim:ExcDC1A.te xsd:float +cim:ExcDC1A.tf xsd:float +cim:ExcDC1A.vrmax xsd:float +cim:ExcDC1A.vrmin xsd:float +cim:ExcDC2A.efd1 xsd:float +cim:ExcDC2A.efd2 xsd:float +cim:ExcDC2A.exclim xsd:boolean +cim:ExcDC2A.ka xsd:float +cim:ExcDC2A.ke xsd:float +cim:ExcDC2A.kf xsd:float +cim:ExcDC2A.ks xsd:float +cim:ExcDC2A.seefd1 xsd:float +cim:ExcDC2A.seefd2 xsd:float +cim:ExcDC2A.ta xsd:float +cim:ExcDC2A.tb xsd:float +cim:ExcDC2A.tc xsd:float +cim:ExcDC2A.te xsd:float +cim:ExcDC2A.tf xsd:float +cim:ExcDC2A.tf1 xsd:float +cim:ExcDC2A.vrmax xsd:float +cim:ExcDC2A.vrmin xsd:float +cim:ExcDC2A.vtlim xsd:boolean +cim:ExcDC3A.efd1 xsd:float +cim:ExcDC3A.efd2 xsd:float +cim:ExcDC3A.efdlim xsd:boolean +cim:ExcDC3A.efdmax xsd:float +cim:ExcDC3A.efdmin xsd:float +cim:ExcDC3A.exclim xsd:boolean +cim:ExcDC3A.ke xsd:float +cim:ExcDC3A.kr xsd:float +cim:ExcDC3A.ks xsd:float +cim:ExcDC3A.kv xsd:float +cim:ExcDC3A.seefd1 xsd:float +cim:ExcDC3A.seefd2 xsd:float +cim:ExcDC3A.te xsd:float +cim:ExcDC3A.trh xsd:float +cim:ExcDC3A.vrmax xsd:float +cim:ExcDC3A.vrmin xsd:float +cim:ExcDC3A1.exclim xsd:boolean +cim:ExcDC3A1.ka xsd:float +cim:ExcDC3A1.ke xsd:float +cim:ExcDC3A1.kf xsd:float +cim:ExcDC3A1.ki xsd:float +cim:ExcDC3A1.kp xsd:float +cim:ExcDC3A1.ta xsd:float +cim:ExcDC3A1.te xsd:float +cim:ExcDC3A1.tf xsd:float +cim:ExcDC3A1.vb1max xsd:float +cim:ExcDC3A1.vblim xsd:boolean +cim:ExcDC3A1.vbmax xsd:float +cim:ExcDC3A1.vrmax xsd:float +cim:ExcDC3A1.vrmin xsd:float +cim:ExcELIN1.dpnf xsd:float +cim:ExcELIN1.efmax xsd:float +cim:ExcELIN1.efmin xsd:float +cim:ExcELIN1.ks1 xsd:float +cim:ExcELIN1.ks2 xsd:float +cim:ExcELIN1.smax xsd:float +cim:ExcELIN1.tfi xsd:float +cim:ExcELIN1.tnu xsd:float +cim:ExcELIN1.ts1 xsd:float +cim:ExcELIN1.ts2 xsd:float +cim:ExcELIN1.tsw xsd:float +cim:ExcELIN1.vpi xsd:float +cim:ExcELIN1.vpnf xsd:float +cim:ExcELIN1.vpu xsd:float +cim:ExcELIN1.xe xsd:float +cim:ExcELIN2.efdbas xsd:float +cim:ExcELIN2.iefmax xsd:float +cim:ExcELIN2.iefmax2 xsd:float +cim:ExcELIN2.iefmin xsd:float +cim:ExcELIN2.k1 xsd:float +cim:ExcELIN2.k1ec xsd:float +cim:ExcELIN2.k2 xsd:float +cim:ExcELIN2.k3 xsd:float +cim:ExcELIN2.k4 xsd:float +cim:ExcELIN2.kd1 xsd:float +cim:ExcELIN2.ke2 xsd:float +cim:ExcELIN2.ketb xsd:float +cim:ExcELIN2.pid1max xsd:float +cim:ExcELIN2.seve1 xsd:float +cim:ExcELIN2.seve2 xsd:float +cim:ExcELIN2.tb1 xsd:float +cim:ExcELIN2.te xsd:float +cim:ExcELIN2.te2 xsd:float +cim:ExcELIN2.ti1 xsd:float +cim:ExcELIN2.ti3 xsd:float +cim:ExcELIN2.ti4 xsd:float +cim:ExcELIN2.tr4 xsd:float +cim:ExcELIN2.upmax xsd:float +cim:ExcELIN2.upmin xsd:float +cim:ExcELIN2.ve1 xsd:float +cim:ExcELIN2.ve2 xsd:float +cim:ExcELIN2.xp xsd:float +cim:ExcHU.ae xsd:float +cim:ExcHU.ai xsd:float +cim:ExcHU.atr xsd:float +cim:ExcHU.emax xsd:float +cim:ExcHU.emin xsd:float +cim:ExcHU.imax xsd:float +cim:ExcHU.imin xsd:float +cim:ExcHU.ke xsd:float +cim:ExcHU.ki xsd:float +cim:ExcHU.te xsd:float +cim:ExcHU.ti xsd:float +cim:ExcHU.tr xsd:float +cim:ExcIEEEAC1A.ka xsd:float +cim:ExcIEEEAC1A.kc xsd:float +cim:ExcIEEEAC1A.kd xsd:float +cim:ExcIEEEAC1A.ke xsd:float +cim:ExcIEEEAC1A.kf xsd:float +cim:ExcIEEEAC1A.seve1 xsd:float +cim:ExcIEEEAC1A.seve2 xsd:float +cim:ExcIEEEAC1A.ta xsd:float +cim:ExcIEEEAC1A.tb xsd:float +cim:ExcIEEEAC1A.tc xsd:float +cim:ExcIEEEAC1A.te xsd:float +cim:ExcIEEEAC1A.tf xsd:float +cim:ExcIEEEAC1A.vamax xsd:float +cim:ExcIEEEAC1A.vamin xsd:float +cim:ExcIEEEAC1A.ve1 xsd:float +cim:ExcIEEEAC1A.ve2 xsd:float +cim:ExcIEEEAC1A.vrmax xsd:float +cim:ExcIEEEAC1A.vrmin xsd:float +cim:ExcIEEEAC2A.ka xsd:float +cim:ExcIEEEAC2A.kb xsd:float +cim:ExcIEEEAC2A.kc xsd:float +cim:ExcIEEEAC2A.kd xsd:float +cim:ExcIEEEAC2A.ke xsd:float +cim:ExcIEEEAC2A.kf xsd:float +cim:ExcIEEEAC2A.kh xsd:float +cim:ExcIEEEAC2A.seve1 xsd:float +cim:ExcIEEEAC2A.seve2 xsd:float +cim:ExcIEEEAC2A.ta xsd:float +cim:ExcIEEEAC2A.tb xsd:float +cim:ExcIEEEAC2A.tc xsd:float +cim:ExcIEEEAC2A.te xsd:float +cim:ExcIEEEAC2A.tf xsd:float +cim:ExcIEEEAC2A.vamax xsd:float +cim:ExcIEEEAC2A.vamin xsd:float +cim:ExcIEEEAC2A.ve1 xsd:float +cim:ExcIEEEAC2A.ve2 xsd:float +cim:ExcIEEEAC2A.vfemax xsd:float +cim:ExcIEEEAC2A.vrmax xsd:float +cim:ExcIEEEAC2A.vrmin xsd:float +cim:ExcIEEEAC3A.efdn xsd:float +cim:ExcIEEEAC3A.ka xsd:float +cim:ExcIEEEAC3A.kc xsd:float +cim:ExcIEEEAC3A.kd xsd:float +cim:ExcIEEEAC3A.ke xsd:float +cim:ExcIEEEAC3A.kf xsd:float +cim:ExcIEEEAC3A.kn xsd:float +cim:ExcIEEEAC3A.kr xsd:float +cim:ExcIEEEAC3A.seve1 xsd:float +cim:ExcIEEEAC3A.seve2 xsd:float +cim:ExcIEEEAC3A.ta xsd:float +cim:ExcIEEEAC3A.tb xsd:float +cim:ExcIEEEAC3A.tc xsd:float +cim:ExcIEEEAC3A.te xsd:float +cim:ExcIEEEAC3A.tf xsd:float +cim:ExcIEEEAC3A.vamax xsd:float +cim:ExcIEEEAC3A.vamin xsd:float +cim:ExcIEEEAC3A.ve1 xsd:float +cim:ExcIEEEAC3A.ve2 xsd:float +cim:ExcIEEEAC3A.vemin xsd:float +cim:ExcIEEEAC3A.vfemax xsd:float +cim:ExcIEEEAC4A.ka xsd:float +cim:ExcIEEEAC4A.kc xsd:float +cim:ExcIEEEAC4A.ta xsd:float +cim:ExcIEEEAC4A.tb xsd:float +cim:ExcIEEEAC4A.tc xsd:float +cim:ExcIEEEAC4A.vimax xsd:float +cim:ExcIEEEAC4A.vimin xsd:float +cim:ExcIEEEAC4A.vrmax xsd:float +cim:ExcIEEEAC4A.vrmin xsd:float +cim:ExcIEEEAC5A.efd1 xsd:float +cim:ExcIEEEAC5A.efd2 xsd:float +cim:ExcIEEEAC5A.ka xsd:float +cim:ExcIEEEAC5A.ke xsd:float +cim:ExcIEEEAC5A.kf xsd:float +cim:ExcIEEEAC5A.seefd1 xsd:float +cim:ExcIEEEAC5A.seefd2 xsd:float +cim:ExcIEEEAC5A.ta xsd:float +cim:ExcIEEEAC5A.te xsd:float +cim:ExcIEEEAC5A.tf1 xsd:float +cim:ExcIEEEAC5A.tf2 xsd:float +cim:ExcIEEEAC5A.tf3 xsd:float +cim:ExcIEEEAC5A.vrmax xsd:float +cim:ExcIEEEAC5A.vrmin xsd:float +cim:ExcIEEEAC6A.ka xsd:float +cim:ExcIEEEAC6A.kc xsd:float +cim:ExcIEEEAC6A.kd xsd:float +cim:ExcIEEEAC6A.ke xsd:float +cim:ExcIEEEAC6A.kh xsd:float +cim:ExcIEEEAC6A.seve1 xsd:float +cim:ExcIEEEAC6A.seve2 xsd:float +cim:ExcIEEEAC6A.ta xsd:float +cim:ExcIEEEAC6A.tb xsd:float +cim:ExcIEEEAC6A.tc xsd:float +cim:ExcIEEEAC6A.te xsd:float +cim:ExcIEEEAC6A.th xsd:float +cim:ExcIEEEAC6A.tj xsd:float +cim:ExcIEEEAC6A.tk xsd:float +cim:ExcIEEEAC6A.vamax xsd:float +cim:ExcIEEEAC6A.vamin xsd:float +cim:ExcIEEEAC6A.ve1 xsd:float +cim:ExcIEEEAC6A.ve2 xsd:float +cim:ExcIEEEAC6A.vfelim xsd:float +cim:ExcIEEEAC6A.vhmax xsd:float +cim:ExcIEEEAC6A.vrmax xsd:float +cim:ExcIEEEAC6A.vrmin xsd:float +cim:ExcIEEEAC7B.kc xsd:float +cim:ExcIEEEAC7B.kd xsd:float +cim:ExcIEEEAC7B.kdr xsd:float +cim:ExcIEEEAC7B.ke xsd:float +cim:ExcIEEEAC7B.kf1 xsd:float +cim:ExcIEEEAC7B.kf2 xsd:float +cim:ExcIEEEAC7B.kf3 xsd:float +cim:ExcIEEEAC7B.kia xsd:float +cim:ExcIEEEAC7B.kir xsd:float +cim:ExcIEEEAC7B.kl xsd:float +cim:ExcIEEEAC7B.kp xsd:float +cim:ExcIEEEAC7B.kpa xsd:float +cim:ExcIEEEAC7B.kpr xsd:float +cim:ExcIEEEAC7B.seve1 xsd:float +cim:ExcIEEEAC7B.seve2 xsd:float +cim:ExcIEEEAC7B.tdr xsd:float +cim:ExcIEEEAC7B.te xsd:float +cim:ExcIEEEAC7B.tf xsd:float +cim:ExcIEEEAC7B.vamax xsd:float +cim:ExcIEEEAC7B.vamin xsd:float +cim:ExcIEEEAC7B.ve1 xsd:float +cim:ExcIEEEAC7B.ve2 xsd:float +cim:ExcIEEEAC7B.vemin xsd:float +cim:ExcIEEEAC7B.vfemax xsd:float +cim:ExcIEEEAC7B.vrmax xsd:float +cim:ExcIEEEAC7B.vrmin xsd:float +cim:ExcIEEEAC8B.ka xsd:float +cim:ExcIEEEAC8B.kc xsd:float +cim:ExcIEEEAC8B.kd xsd:float +cim:ExcIEEEAC8B.kdr xsd:float +cim:ExcIEEEAC8B.ke xsd:float +cim:ExcIEEEAC8B.kir xsd:float +cim:ExcIEEEAC8B.kpr xsd:float +cim:ExcIEEEAC8B.seve1 xsd:float +cim:ExcIEEEAC8B.seve2 xsd:float +cim:ExcIEEEAC8B.ta xsd:float +cim:ExcIEEEAC8B.tdr xsd:float +cim:ExcIEEEAC8B.te xsd:float +cim:ExcIEEEAC8B.ve1 xsd:float +cim:ExcIEEEAC8B.ve2 xsd:float +cim:ExcIEEEAC8B.vemin xsd:float +cim:ExcIEEEAC8B.vfemax xsd:float +cim:ExcIEEEAC8B.vrmax xsd:float +cim:ExcIEEEAC8B.vrmin xsd:float +cim:ExcIEEEDC1A.efd1 xsd:float +cim:ExcIEEEDC1A.efd2 xsd:float +cim:ExcIEEEDC1A.exclim xsd:boolean +cim:ExcIEEEDC1A.ka xsd:float +cim:ExcIEEEDC1A.ke xsd:float +cim:ExcIEEEDC1A.kf xsd:float +cim:ExcIEEEDC1A.seefd1 xsd:float +cim:ExcIEEEDC1A.seefd2 xsd:float +cim:ExcIEEEDC1A.ta xsd:float +cim:ExcIEEEDC1A.tb xsd:float +cim:ExcIEEEDC1A.tc xsd:float +cim:ExcIEEEDC1A.te xsd:float +cim:ExcIEEEDC1A.tf xsd:float +cim:ExcIEEEDC1A.uelin xsd:boolean +cim:ExcIEEEDC1A.vrmax xsd:float +cim:ExcIEEEDC1A.vrmin xsd:float +cim:ExcIEEEDC2A.efd1 xsd:float +cim:ExcIEEEDC2A.efd2 xsd:float +cim:ExcIEEEDC2A.exclim xsd:float +cim:ExcIEEEDC2A.ka xsd:float +cim:ExcIEEEDC2A.ke xsd:float +cim:ExcIEEEDC2A.kf xsd:float +cim:ExcIEEEDC2A.seefd1 xsd:float +cim:ExcIEEEDC2A.seefd2 xsd:float +cim:ExcIEEEDC2A.ta xsd:float +cim:ExcIEEEDC2A.tb xsd:float +cim:ExcIEEEDC2A.tc xsd:float +cim:ExcIEEEDC2A.te xsd:float +cim:ExcIEEEDC2A.tf xsd:float +cim:ExcIEEEDC2A.uelin xsd:boolean +cim:ExcIEEEDC2A.vrmax xsd:float +cim:ExcIEEEDC2A.vrmin xsd:float +cim:ExcIEEEDC3A.efd1 xsd:float +cim:ExcIEEEDC3A.efd2 xsd:float +cim:ExcIEEEDC3A.exclim xsd:boolean +cim:ExcIEEEDC3A.ke xsd:float +cim:ExcIEEEDC3A.kv xsd:float +cim:ExcIEEEDC3A.seefd1 xsd:float +cim:ExcIEEEDC3A.seefd2 xsd:float +cim:ExcIEEEDC3A.te xsd:float +cim:ExcIEEEDC3A.trh xsd:float +cim:ExcIEEEDC3A.vrmax xsd:float +cim:ExcIEEEDC3A.vrmin xsd:float +cim:ExcIEEEDC4B.efd1 xsd:float +cim:ExcIEEEDC4B.efd2 xsd:float +cim:ExcIEEEDC4B.ka xsd:float +cim:ExcIEEEDC4B.kd xsd:float +cim:ExcIEEEDC4B.ke xsd:float +cim:ExcIEEEDC4B.kf xsd:float +cim:ExcIEEEDC4B.ki xsd:float +cim:ExcIEEEDC4B.kp xsd:float +cim:ExcIEEEDC4B.oelin xsd:boolean +cim:ExcIEEEDC4B.seefd1 xsd:float +cim:ExcIEEEDC4B.seefd2 xsd:float +cim:ExcIEEEDC4B.ta xsd:float +cim:ExcIEEEDC4B.td xsd:float +cim:ExcIEEEDC4B.te xsd:float +cim:ExcIEEEDC4B.tf xsd:float +cim:ExcIEEEDC4B.uelin xsd:boolean +cim:ExcIEEEDC4B.vemin xsd:float +cim:ExcIEEEDC4B.vrmax xsd:float +cim:ExcIEEEDC4B.vrmin xsd:float +cim:ExcIEEEST1A.ilr xsd:float +cim:ExcIEEEST1A.ka xsd:float +cim:ExcIEEEST1A.kc xsd:float +cim:ExcIEEEST1A.kf xsd:float +cim:ExcIEEEST1A.klr xsd:float +cim:ExcIEEEST1A.pssin xsd:boolean +cim:ExcIEEEST1A.ta xsd:float +cim:ExcIEEEST1A.tb xsd:float +cim:ExcIEEEST1A.tb1 xsd:float +cim:ExcIEEEST1A.tc xsd:float +cim:ExcIEEEST1A.tc1 xsd:float +cim:ExcIEEEST1A.tf xsd:float +cim:ExcIEEEST1A.vamax xsd:float +cim:ExcIEEEST1A.vamin xsd:float +cim:ExcIEEEST1A.vimax xsd:float +cim:ExcIEEEST1A.vimin xsd:float +cim:ExcIEEEST1A.vrmax xsd:float +cim:ExcIEEEST1A.vrmin xsd:float +cim:ExcIEEEST2A.efdmax xsd:float +cim:ExcIEEEST2A.ka xsd:float +cim:ExcIEEEST2A.kc xsd:float +cim:ExcIEEEST2A.ke xsd:float +cim:ExcIEEEST2A.kf xsd:float +cim:ExcIEEEST2A.ki xsd:float +cim:ExcIEEEST2A.kp xsd:float +cim:ExcIEEEST2A.ta xsd:float +cim:ExcIEEEST2A.te xsd:float +cim:ExcIEEEST2A.tf xsd:float +cim:ExcIEEEST2A.uelin xsd:boolean +cim:ExcIEEEST2A.vrmax xsd:float +cim:ExcIEEEST2A.vrmin xsd:float +cim:ExcIEEEST3A.ka xsd:float +cim:ExcIEEEST3A.kc xsd:float +cim:ExcIEEEST3A.kg xsd:float +cim:ExcIEEEST3A.ki xsd:float +cim:ExcIEEEST3A.km xsd:float +cim:ExcIEEEST3A.kp xsd:float +cim:ExcIEEEST3A.ta xsd:float +cim:ExcIEEEST3A.tb xsd:float +cim:ExcIEEEST3A.tc xsd:float +cim:ExcIEEEST3A.thetap xsd:float +cim:ExcIEEEST3A.tm xsd:float +cim:ExcIEEEST3A.vbmax xsd:float +cim:ExcIEEEST3A.vgmax xsd:float +cim:ExcIEEEST3A.vimax xsd:float +cim:ExcIEEEST3A.vimin xsd:float +cim:ExcIEEEST3A.vmmax xsd:float +cim:ExcIEEEST3A.vmmin xsd:float +cim:ExcIEEEST3A.vrmax xsd:float +cim:ExcIEEEST3A.vrmin xsd:float +cim:ExcIEEEST3A.xl xsd:float +cim:ExcIEEEST4B.kc xsd:float +cim:ExcIEEEST4B.kg xsd:float +cim:ExcIEEEST4B.ki xsd:float +cim:ExcIEEEST4B.kim xsd:float +cim:ExcIEEEST4B.kir xsd:float +cim:ExcIEEEST4B.kp xsd:float +cim:ExcIEEEST4B.kpm xsd:float +cim:ExcIEEEST4B.kpr xsd:float +cim:ExcIEEEST4B.ta xsd:float +cim:ExcIEEEST4B.thetap xsd:float +cim:ExcIEEEST4B.vbmax xsd:float +cim:ExcIEEEST4B.vmmax xsd:float +cim:ExcIEEEST4B.vmmin xsd:float +cim:ExcIEEEST4B.vrmax xsd:float +cim:ExcIEEEST4B.vrmin xsd:float +cim:ExcIEEEST4B.xl xsd:float +cim:ExcIEEEST5B.kc xsd:float +cim:ExcIEEEST5B.kr xsd:float +cim:ExcIEEEST5B.t1 xsd:float +cim:ExcIEEEST5B.tb1 xsd:float +cim:ExcIEEEST5B.tb2 xsd:float +cim:ExcIEEEST5B.tc1 xsd:float +cim:ExcIEEEST5B.tc2 xsd:float +cim:ExcIEEEST5B.tob1 xsd:float +cim:ExcIEEEST5B.tob2 xsd:float +cim:ExcIEEEST5B.toc1 xsd:float +cim:ExcIEEEST5B.toc2 xsd:float +cim:ExcIEEEST5B.tub1 xsd:float +cim:ExcIEEEST5B.tub2 xsd:float +cim:ExcIEEEST5B.tuc1 xsd:float +cim:ExcIEEEST5B.tuc2 xsd:float +cim:ExcIEEEST5B.vrmax xsd:float +cim:ExcIEEEST5B.vrmin xsd:float +cim:ExcIEEEST6B.ilr xsd:float +cim:ExcIEEEST6B.kci xsd:float +cim:ExcIEEEST6B.kff xsd:float +cim:ExcIEEEST6B.kg xsd:float +cim:ExcIEEEST6B.kia xsd:float +cim:ExcIEEEST6B.klr xsd:float +cim:ExcIEEEST6B.km xsd:float +cim:ExcIEEEST6B.kpa xsd:float +cim:ExcIEEEST6B.tg xsd:float +cim:ExcIEEEST6B.vamax xsd:float +cim:ExcIEEEST6B.vamin xsd:float +cim:ExcIEEEST6B.vrmax xsd:float +cim:ExcIEEEST6B.vrmin xsd:float +cim:ExcIEEEST7B.kh xsd:float +cim:ExcIEEEST7B.kia xsd:float +cim:ExcIEEEST7B.kl xsd:float +cim:ExcIEEEST7B.kpa xsd:float +cim:ExcIEEEST7B.tb xsd:float +cim:ExcIEEEST7B.tc xsd:float +cim:ExcIEEEST7B.tf xsd:float +cim:ExcIEEEST7B.tg xsd:float +cim:ExcIEEEST7B.tia xsd:float +cim:ExcIEEEST7B.vmax xsd:float +cim:ExcIEEEST7B.vmin xsd:float +cim:ExcIEEEST7B.vrmax xsd:float +cim:ExcIEEEST7B.vrmin xsd:float +cim:ExcNI.busFedSelector xsd:boolean +cim:ExcNI.ka xsd:float +cim:ExcNI.kf xsd:float +cim:ExcNI.r xsd:float +cim:ExcNI.ta xsd:float +cim:ExcNI.tf1 xsd:float +cim:ExcNI.tf2 xsd:float +cim:ExcNI.tr xsd:float +cim:ExcNI.vrmax xsd:float +cim:ExcNI.vrmin xsd:float +cim:ExcOEX3T.e1 xsd:float +cim:ExcOEX3T.e2 xsd:float +cim:ExcOEX3T.ka xsd:float +cim:ExcOEX3T.kc xsd:float +cim:ExcOEX3T.kd xsd:float +cim:ExcOEX3T.ke xsd:float +cim:ExcOEX3T.kf xsd:float +cim:ExcOEX3T.see1 xsd:float +cim:ExcOEX3T.see2 xsd:float +cim:ExcOEX3T.t1 xsd:float +cim:ExcOEX3T.t2 xsd:float +cim:ExcOEX3T.t3 xsd:float +cim:ExcOEX3T.t4 xsd:float +cim:ExcOEX3T.t5 xsd:float +cim:ExcOEX3T.t6 xsd:float +cim:ExcOEX3T.te xsd:float +cim:ExcOEX3T.tf xsd:float +cim:ExcOEX3T.vrmax xsd:float +cim:ExcOEX3T.vrmin xsd:float +cim:ExcPIC.e1 xsd:float +cim:ExcPIC.e2 xsd:float +cim:ExcPIC.efdmax xsd:float +cim:ExcPIC.efdmin xsd:float +cim:ExcPIC.ka xsd:float +cim:ExcPIC.kc xsd:float +cim:ExcPIC.ke xsd:float +cim:ExcPIC.kf xsd:float +cim:ExcPIC.ki xsd:float +cim:ExcPIC.kp xsd:float +cim:ExcPIC.se1 xsd:float +cim:ExcPIC.se2 xsd:float +cim:ExcPIC.ta1 xsd:float +cim:ExcPIC.ta2 xsd:float +cim:ExcPIC.ta3 xsd:float +cim:ExcPIC.ta4 xsd:float +cim:ExcPIC.te xsd:float +cim:ExcPIC.tf1 xsd:float +cim:ExcPIC.tf2 xsd:float +cim:ExcPIC.vr1 xsd:float +cim:ExcPIC.vr2 xsd:float +cim:ExcPIC.vrmax xsd:float +cim:ExcPIC.vrmin xsd:float +cim:ExcREXS.e1 xsd:float +cim:ExcREXS.e2 xsd:float +cim:ExcREXS.flimf xsd:float +cim:ExcREXS.kc xsd:float +cim:ExcREXS.kd xsd:float +cim:ExcREXS.ke xsd:float +cim:ExcREXS.kefd xsd:float +cim:ExcREXS.kf xsd:float +cim:ExcREXS.kh xsd:float +cim:ExcREXS.kii xsd:float +cim:ExcREXS.kip xsd:float +cim:ExcREXS.ks xsd:float +cim:ExcREXS.kvi xsd:float +cim:ExcREXS.kvp xsd:float +cim:ExcREXS.kvphz xsd:float +cim:ExcREXS.nvphz xsd:float +cim:ExcREXS.se1 xsd:float +cim:ExcREXS.se2 xsd:float +cim:ExcREXS.ta xsd:float +cim:ExcREXS.tb1 xsd:float +cim:ExcREXS.tb2 xsd:float +cim:ExcREXS.tc1 xsd:float +cim:ExcREXS.tc2 xsd:float +cim:ExcREXS.te xsd:float +cim:ExcREXS.tf xsd:float +cim:ExcREXS.tf1 xsd:float +cim:ExcREXS.tf2 xsd:float +cim:ExcREXS.tp xsd:float +cim:ExcREXS.vcmax xsd:float +cim:ExcREXS.vfmax xsd:float +cim:ExcREXS.vfmin xsd:float +cim:ExcREXS.vimax xsd:float +cim:ExcREXS.vrmax xsd:float +cim:ExcREXS.vrmin xsd:float +cim:ExcREXS.xc xsd:float +cim:ExcRQB.ki0 xsd:float +cim:ExcRQB.ki1 xsd:float +cim:ExcRQB.klir xsd:float +cim:ExcRQB.klus xsd:float +cim:ExcRQB.lsat xsd:float +cim:ExcRQB.lus xsd:float +cim:ExcRQB.mesu xsd:float +cim:ExcRQB.t4m xsd:float +cim:ExcRQB.tc xsd:float +cim:ExcRQB.te xsd:float +cim:ExcRQB.tf xsd:float +cim:ExcRQB.ucmax xsd:float +cim:ExcRQB.ucmin xsd:float +cim:ExcSCRX.cswitch xsd:boolean +cim:ExcSCRX.emax xsd:float +cim:ExcSCRX.emin xsd:float +cim:ExcSCRX.k xsd:float +cim:ExcSCRX.rcrfd xsd:float +cim:ExcSCRX.tatb xsd:float +cim:ExcSCRX.tb xsd:float +cim:ExcSCRX.te xsd:float +cim:ExcSEXS.efdmax xsd:float +cim:ExcSEXS.efdmin xsd:float +cim:ExcSEXS.emax xsd:float +cim:ExcSEXS.emin xsd:float +cim:ExcSEXS.k xsd:float +cim:ExcSEXS.kc xsd:float +cim:ExcSEXS.tatb xsd:float +cim:ExcSEXS.tb xsd:float +cim:ExcSEXS.tc xsd:float +cim:ExcSEXS.te xsd:float +cim:ExcSK.efdmax xsd:float +cim:ExcSK.efdmin xsd:float +cim:ExcSK.emax xsd:float +cim:ExcSK.emin xsd:float +cim:ExcSK.k xsd:float +cim:ExcSK.k1 xsd:float +cim:ExcSK.k2 xsd:float +cim:ExcSK.kc xsd:float +cim:ExcSK.kce xsd:float +cim:ExcSK.kd xsd:float +cim:ExcSK.kgob xsd:float +cim:ExcSK.kp xsd:float +cim:ExcSK.kqi xsd:float +cim:ExcSK.kqob xsd:float +cim:ExcSK.kqp xsd:float +cim:ExcSK.nq xsd:float +cim:ExcSK.qconoff xsd:boolean +cim:ExcSK.qz xsd:float +cim:ExcSK.remote xsd:boolean +cim:ExcSK.sbase xsd:float +cim:ExcSK.tc xsd:float +cim:ExcSK.te xsd:float +cim:ExcSK.ti xsd:float +cim:ExcSK.tp xsd:float +cim:ExcSK.tr xsd:float +cim:ExcSK.uimax xsd:float +cim:ExcSK.uimin xsd:float +cim:ExcSK.urmax xsd:float +cim:ExcSK.urmin xsd:float +cim:ExcSK.vtmax xsd:float +cim:ExcSK.vtmin xsd:float +cim:ExcSK.yp xsd:float +cim:ExcST1A.ilr xsd:float +cim:ExcST1A.ka xsd:float +cim:ExcST1A.kc xsd:float +cim:ExcST1A.kf xsd:float +cim:ExcST1A.klr xsd:float +cim:ExcST1A.ta xsd:float +cim:ExcST1A.tb xsd:float +cim:ExcST1A.tb1 xsd:float +cim:ExcST1A.tc xsd:float +cim:ExcST1A.tc1 xsd:float +cim:ExcST1A.tf xsd:float +cim:ExcST1A.vamax xsd:float +cim:ExcST1A.vamin xsd:float +cim:ExcST1A.vimax xsd:float +cim:ExcST1A.vimin xsd:float +cim:ExcST1A.vrmax xsd:float +cim:ExcST1A.vrmin xsd:float +cim:ExcST1A.xe xsd:float +cim:ExcST2A.efdmax xsd:float +cim:ExcST2A.ka xsd:float +cim:ExcST2A.kc xsd:float +cim:ExcST2A.ke xsd:float +cim:ExcST2A.kf xsd:float +cim:ExcST2A.ki xsd:float +cim:ExcST2A.kp xsd:float +cim:ExcST2A.ta xsd:float +cim:ExcST2A.tb xsd:float +cim:ExcST2A.tc xsd:float +cim:ExcST2A.te xsd:float +cim:ExcST2A.tf xsd:float +cim:ExcST2A.uelin xsd:boolean +cim:ExcST2A.vrmax xsd:float +cim:ExcST2A.vrmin xsd:float +cim:ExcST3A.efdmax xsd:float +cim:ExcST3A.kc xsd:float +cim:ExcST3A.kg xsd:float +cim:ExcST3A.ki xsd:float +cim:ExcST3A.kj xsd:float +cim:ExcST3A.km xsd:float +cim:ExcST3A.kp xsd:float +cim:ExcST3A.ks xsd:float +cim:ExcST3A.ks1 xsd:float +cim:ExcST3A.tb xsd:float +cim:ExcST3A.tc xsd:float +cim:ExcST3A.thetap xsd:float +cim:ExcST3A.tm xsd:float +cim:ExcST3A.vbmax xsd:float +cim:ExcST3A.vgmax xsd:float +cim:ExcST3A.vimax xsd:float +cim:ExcST3A.vimin xsd:float +cim:ExcST3A.vrmax xsd:float +cim:ExcST3A.vrmin xsd:float +cim:ExcST3A.xl xsd:float +cim:ExcST4B.kc xsd:float +cim:ExcST4B.kg xsd:float +cim:ExcST4B.ki xsd:float +cim:ExcST4B.kim xsd:float +cim:ExcST4B.kir xsd:float +cim:ExcST4B.kp xsd:float +cim:ExcST4B.kpm xsd:float +cim:ExcST4B.kpr xsd:float +cim:ExcST4B.lvgate xsd:boolean +cim:ExcST4B.ta xsd:float +cim:ExcST4B.thetap xsd:float +cim:ExcST4B.uel xsd:boolean +cim:ExcST4B.vbmax xsd:float +cim:ExcST4B.vgmax xsd:float +cim:ExcST4B.vmmax xsd:float +cim:ExcST4B.vmmin xsd:float +cim:ExcST4B.vrmax xsd:float +cim:ExcST4B.vrmin xsd:float +cim:ExcST4B.xl xsd:float +cim:ExcST6B.ilr xsd:float +cim:ExcST6B.k1 xsd:boolean +cim:ExcST6B.kcl xsd:float +cim:ExcST6B.kff xsd:float +cim:ExcST6B.kg xsd:float +cim:ExcST6B.kia xsd:float +cim:ExcST6B.klr xsd:float +cim:ExcST6B.km xsd:float +cim:ExcST6B.kpa xsd:float +cim:ExcST6B.kvd xsd:float +cim:ExcST6B.tg xsd:float +cim:ExcST6B.ts xsd:float +cim:ExcST6B.tvd xsd:float +cim:ExcST6B.vamax xsd:float +cim:ExcST6B.vamin xsd:float +cim:ExcST6B.vilim xsd:boolean +cim:ExcST6B.vimax xsd:float +cim:ExcST6B.vimin xsd:float +cim:ExcST6B.vmult xsd:boolean +cim:ExcST6B.vrmax xsd:float +cim:ExcST6B.vrmin xsd:float +cim:ExcST6B.xc xsd:float +cim:ExcST7B.kh xsd:float +cim:ExcST7B.kia xsd:float +cim:ExcST7B.kl xsd:float +cim:ExcST7B.kpa xsd:float +cim:ExcST7B.tb xsd:float +cim:ExcST7B.tc xsd:float +cim:ExcST7B.tf xsd:float +cim:ExcST7B.tg xsd:float +cim:ExcST7B.tia xsd:float +cim:ExcST7B.ts xsd:float +cim:ExcST7B.vmax xsd:float +cim:ExcST7B.vmin xsd:float +cim:ExcST7B.vrmax xsd:float +cim:ExcST7B.vrmin xsd:float +cim:ExcitationSystemUserDefined.proprietary xsd:boolean +cim:ExternalNetworkInjection.governorSCD xsd:float +cim:ExternalNetworkInjection.ikSecond xsd:boolean +cim:ExternalNetworkInjection.maxInitialSymShCCurrent xsd:float +cim:ExternalNetworkInjection.maxP xsd:float +cim:ExternalNetworkInjection.maxQ xsd:float +cim:ExternalNetworkInjection.maxR0ToX0Ratio xsd:float +cim:ExternalNetworkInjection.maxR1ToX1Ratio xsd:float +cim:ExternalNetworkInjection.maxZ0ToZ1Ratio xsd:float +cim:ExternalNetworkInjection.minInitialSymShCCurrent xsd:float +cim:ExternalNetworkInjection.minP xsd:float +cim:ExternalNetworkInjection.minQ xsd:float +cim:ExternalNetworkInjection.minR0ToX0Ratio xsd:float +cim:ExternalNetworkInjection.minR1ToX1Ratio xsd:float +cim:ExternalNetworkInjection.minZ0ToZ1Ratio xsd:float +cim:ExternalNetworkInjection.p xsd:float +cim:ExternalNetworkInjection.q xsd:float +cim:ExternalNetworkInjection.referencePriority xsd:integer +cim:ExternalNetworkInjection.voltageFactor xsd:float +cim:Fault.occurredDateTime xsd:dateTime +cim:GenICompensationForGenJ.rcij xsd:float +cim:GenICompensationForGenJ.xcij xsd:float +cim:GeneratingUnit.governorSCD xsd:float +cim:GeneratingUnit.longPF xsd:float +cim:GeneratingUnit.lowerRampRate xsd:float +cim:GeneratingUnit.maxEconomicP xsd:float +cim:GeneratingUnit.maxOperatingP xsd:float +cim:GeneratingUnit.maximumAllowableSpinningReserve xsd:float +cim:GeneratingUnit.minEconomicP xsd:float +cim:GeneratingUnit.minOperatingP xsd:float +cim:GeneratingUnit.minimumOffTime xsd:float +cim:GeneratingUnit.nominalP xsd:float +cim:GeneratingUnit.normalPF xsd:float +cim:GeneratingUnit.raiseRampRate xsd:float +cim:GeneratingUnit.ratedGrossMaxP xsd:float +cim:GeneratingUnit.ratedGrossMinP xsd:float +cim:GeneratingUnit.ratedNetMaxP xsd:float +cim:GeneratingUnit.shortPF xsd:float +cim:GeneratingUnit.startupCost xsd:decimal +cim:GeneratingUnit.startupTime xsd:float +cim:GeneratingUnit.totalEfficiency xsd:float +cim:GeneratingUnit.variableCost xsd:decimal +cim:GovCT1.aset xsd:float +cim:GovCT1.db xsd:float +cim:GovCT1.dm xsd:float +cim:GovCT1.ka xsd:float +cim:GovCT1.kdgov xsd:float +cim:GovCT1.kigov xsd:float +cim:GovCT1.kiload xsd:float +cim:GovCT1.kimw xsd:float +cim:GovCT1.kpgov xsd:float +cim:GovCT1.kpload xsd:float +cim:GovCT1.kturb xsd:float +cim:GovCT1.ldref xsd:float +cim:GovCT1.maxerr xsd:float +cim:GovCT1.minerr xsd:float +cim:GovCT1.mwbase xsd:float +cim:GovCT1.r xsd:float +cim:GovCT1.rclose xsd:float +cim:GovCT1.rdown xsd:float +cim:GovCT1.ropen xsd:float +cim:GovCT1.rup xsd:float +cim:GovCT1.ta xsd:float +cim:GovCT1.tact xsd:float +cim:GovCT1.tb xsd:float +cim:GovCT1.tc xsd:float +cim:GovCT1.tdgov xsd:float +cim:GovCT1.teng xsd:float +cim:GovCT1.tfload xsd:float +cim:GovCT1.tpelec xsd:float +cim:GovCT1.tsa xsd:float +cim:GovCT1.tsb xsd:float +cim:GovCT1.vmax xsd:float +cim:GovCT1.vmin xsd:float +cim:GovCT1.wfnl xsd:float +cim:GovCT1.wfspd xsd:boolean +cim:GovCT2.aset xsd:float +cim:GovCT2.db xsd:float +cim:GovCT2.dm xsd:float +cim:GovCT2.flim1 xsd:float +cim:GovCT2.flim10 xsd:float +cim:GovCT2.flim2 xsd:float +cim:GovCT2.flim3 xsd:float +cim:GovCT2.flim4 xsd:float +cim:GovCT2.flim5 xsd:float +cim:GovCT2.flim6 xsd:float +cim:GovCT2.flim7 xsd:float +cim:GovCT2.flim8 xsd:float +cim:GovCT2.flim9 xsd:float +cim:GovCT2.ka xsd:float +cim:GovCT2.kdgov xsd:float +cim:GovCT2.kigov xsd:float +cim:GovCT2.kiload xsd:float +cim:GovCT2.kimw xsd:float +cim:GovCT2.kpgov xsd:float +cim:GovCT2.kpload xsd:float +cim:GovCT2.kturb xsd:float +cim:GovCT2.ldref xsd:float +cim:GovCT2.maxerr xsd:float +cim:GovCT2.minerr xsd:float +cim:GovCT2.mwbase xsd:float +cim:GovCT2.plim1 xsd:float +cim:GovCT2.plim10 xsd:float +cim:GovCT2.plim2 xsd:float +cim:GovCT2.plim3 xsd:float +cim:GovCT2.plim4 xsd:float +cim:GovCT2.plim5 xsd:float +cim:GovCT2.plim6 xsd:float +cim:GovCT2.plim7 xsd:float +cim:GovCT2.plim8 xsd:float +cim:GovCT2.plim9 xsd:float +cim:GovCT2.prate xsd:float +cim:GovCT2.r xsd:float +cim:GovCT2.rclose xsd:float +cim:GovCT2.rdown xsd:float +cim:GovCT2.ropen xsd:float +cim:GovCT2.rup xsd:float +cim:GovCT2.ta xsd:float +cim:GovCT2.tact xsd:float +cim:GovCT2.tb xsd:float +cim:GovCT2.tc xsd:float +cim:GovCT2.tdgov xsd:float +cim:GovCT2.teng xsd:float +cim:GovCT2.tfload xsd:float +cim:GovCT2.tpelec xsd:float +cim:GovCT2.tsa xsd:float +cim:GovCT2.tsb xsd:float +cim:GovCT2.vmax xsd:float +cim:GovCT2.vmin xsd:float +cim:GovCT2.wfnl xsd:float +cim:GovCT2.wfspd xsd:boolean +cim:GovGAST.at xsd:float +cim:GovGAST.dturb xsd:float +cim:GovGAST.kt xsd:float +cim:GovGAST.mwbase xsd:float +cim:GovGAST.r xsd:float +cim:GovGAST.t1 xsd:float +cim:GovGAST.t2 xsd:float +cim:GovGAST.t3 xsd:float +cim:GovGAST.vmax xsd:float +cim:GovGAST.vmin xsd:float +cim:GovGAST1.a xsd:float +cim:GovGAST1.b xsd:float +cim:GovGAST1.db1 xsd:float +cim:GovGAST1.db2 xsd:float +cim:GovGAST1.eps xsd:float +cim:GovGAST1.fidle xsd:float +cim:GovGAST1.gv1 xsd:float +cim:GovGAST1.gv2 xsd:float +cim:GovGAST1.gv3 xsd:float +cim:GovGAST1.gv4 xsd:float +cim:GovGAST1.gv5 xsd:float +cim:GovGAST1.gv6 xsd:float +cim:GovGAST1.ka xsd:float +cim:GovGAST1.kt xsd:float +cim:GovGAST1.lmax xsd:float +cim:GovGAST1.loadinc xsd:float +cim:GovGAST1.ltrate xsd:float +cim:GovGAST1.mwbase xsd:float +cim:GovGAST1.pgv1 xsd:float +cim:GovGAST1.pgv2 xsd:float +cim:GovGAST1.pgv3 xsd:float +cim:GovGAST1.pgv4 xsd:float +cim:GovGAST1.pgv5 xsd:float +cim:GovGAST1.pgv6 xsd:float +cim:GovGAST1.r xsd:float +cim:GovGAST1.rmax xsd:float +cim:GovGAST1.t1 xsd:float +cim:GovGAST1.t2 xsd:float +cim:GovGAST1.t3 xsd:float +cim:GovGAST1.t4 xsd:float +cim:GovGAST1.t5 xsd:float +cim:GovGAST1.tltr xsd:float +cim:GovGAST1.vmax xsd:float +cim:GovGAST1.vmin xsd:float +cim:GovGAST2.a xsd:float +cim:GovGAST2.af1 xsd:float +cim:GovGAST2.af2 xsd:float +cim:GovGAST2.b xsd:float +cim:GovGAST2.bf1 xsd:float +cim:GovGAST2.bf2 xsd:float +cim:GovGAST2.c xsd:float +cim:GovGAST2.cf2 xsd:float +cim:GovGAST2.ecr xsd:float +cim:GovGAST2.etd xsd:float +cim:GovGAST2.k3 xsd:float +cim:GovGAST2.k4 xsd:float +cim:GovGAST2.k5 xsd:float +cim:GovGAST2.k6 xsd:float +cim:GovGAST2.kf xsd:float +cim:GovGAST2.mwbase xsd:float +cim:GovGAST2.t xsd:float +cim:GovGAST2.t3 xsd:float +cim:GovGAST2.t4 xsd:float +cim:GovGAST2.t5 xsd:float +cim:GovGAST2.tc xsd:float +cim:GovGAST2.tcd xsd:float +cim:GovGAST2.tf xsd:float +cim:GovGAST2.tmax xsd:float +cim:GovGAST2.tmin xsd:float +cim:GovGAST2.tr xsd:float +cim:GovGAST2.trate xsd:float +cim:GovGAST2.tt xsd:float +cim:GovGAST2.w xsd:float +cim:GovGAST2.x xsd:float +cim:GovGAST2.y xsd:float +cim:GovGAST2.z xsd:integer +cim:GovGAST3.bca xsd:float +cim:GovGAST3.bp xsd:float +cim:GovGAST3.dtc xsd:float +cim:GovGAST3.ka xsd:float +cim:GovGAST3.kac xsd:float +cim:GovGAST3.kca xsd:float +cim:GovGAST3.ksi xsd:float +cim:GovGAST3.ky xsd:float +cim:GovGAST3.mnef xsd:float +cim:GovGAST3.mxef xsd:float +cim:GovGAST3.rcmn xsd:float +cim:GovGAST3.rcmx xsd:float +cim:GovGAST3.tac xsd:float +cim:GovGAST3.tc xsd:float +cim:GovGAST3.td xsd:float +cim:GovGAST3.tfen xsd:float +cim:GovGAST3.tg xsd:float +cim:GovGAST3.tsi xsd:float +cim:GovGAST3.tt xsd:float +cim:GovGAST3.ttc xsd:float +cim:GovGAST3.ty xsd:float +cim:GovGAST4.bp xsd:float +cim:GovGAST4.ktm xsd:float +cim:GovGAST4.mnef xsd:float +cim:GovGAST4.mxef xsd:float +cim:GovGAST4.rymn xsd:float +cim:GovGAST4.rymx xsd:float +cim:GovGAST4.ta xsd:float +cim:GovGAST4.tc xsd:float +cim:GovGAST4.tcm xsd:float +cim:GovGAST4.tm xsd:float +cim:GovGAST4.ty xsd:float +cim:GovGASTWD.a xsd:float +cim:GovGASTWD.af1 xsd:float +cim:GovGASTWD.af2 xsd:float +cim:GovGASTWD.b xsd:float +cim:GovGASTWD.bf1 xsd:float +cim:GovGASTWD.bf2 xsd:float +cim:GovGASTWD.c xsd:float +cim:GovGASTWD.cf2 xsd:float +cim:GovGASTWD.ecr xsd:float +cim:GovGASTWD.etd xsd:float +cim:GovGASTWD.k3 xsd:float +cim:GovGASTWD.k4 xsd:float +cim:GovGASTWD.k5 xsd:float +cim:GovGASTWD.k6 xsd:float +cim:GovGASTWD.kd xsd:float +cim:GovGASTWD.kdroop xsd:float +cim:GovGASTWD.kf xsd:float +cim:GovGASTWD.ki xsd:float +cim:GovGASTWD.kp xsd:float +cim:GovGASTWD.mwbase xsd:float +cim:GovGASTWD.t xsd:float +cim:GovGASTWD.t3 xsd:float +cim:GovGASTWD.t4 xsd:float +cim:GovGASTWD.t5 xsd:float +cim:GovGASTWD.tc xsd:float +cim:GovGASTWD.tcd xsd:float +cim:GovGASTWD.td xsd:float +cim:GovGASTWD.tf xsd:float +cim:GovGASTWD.tmax xsd:float +cim:GovGASTWD.tmin xsd:float +cim:GovGASTWD.tr xsd:float +cim:GovGASTWD.trate xsd:float +cim:GovGASTWD.tt xsd:float +cim:GovHydro1.at xsd:float +cim:GovHydro1.dturb xsd:float +cim:GovHydro1.gmax xsd:float +cim:GovHydro1.gmin xsd:float +cim:GovHydro1.hdam xsd:float +cim:GovHydro1.mwbase xsd:float +cim:GovHydro1.qnl xsd:float +cim:GovHydro1.rperm xsd:float +cim:GovHydro1.rtemp xsd:float +cim:GovHydro1.tf xsd:float +cim:GovHydro1.tg xsd:float +cim:GovHydro1.tr xsd:float +cim:GovHydro1.tw xsd:float +cim:GovHydro1.velm xsd:float +cim:GovHydro2.aturb xsd:float +cim:GovHydro2.bturb xsd:float +cim:GovHydro2.db1 xsd:float +cim:GovHydro2.db2 xsd:float +cim:GovHydro2.eps xsd:float +cim:GovHydro2.gv1 xsd:float +cim:GovHydro2.gv2 xsd:float +cim:GovHydro2.gv3 xsd:float +cim:GovHydro2.gv4 xsd:float +cim:GovHydro2.gv5 xsd:float +cim:GovHydro2.gv6 xsd:float +cim:GovHydro2.kturb xsd:float +cim:GovHydro2.mwbase xsd:float +cim:GovHydro2.pgv1 xsd:float +cim:GovHydro2.pgv2 xsd:float +cim:GovHydro2.pgv3 xsd:float +cim:GovHydro2.pgv4 xsd:float +cim:GovHydro2.pgv5 xsd:float +cim:GovHydro2.pgv6 xsd:float +cim:GovHydro2.pmax xsd:float +cim:GovHydro2.pmin xsd:float +cim:GovHydro2.rperm xsd:float +cim:GovHydro2.rtemp xsd:float +cim:GovHydro2.tg xsd:float +cim:GovHydro2.tp xsd:float +cim:GovHydro2.tr xsd:float +cim:GovHydro2.tw xsd:float +cim:GovHydro2.uc xsd:float +cim:GovHydro2.uo xsd:float +cim:GovHydro3.at xsd:float +cim:GovHydro3.db1 xsd:float +cim:GovHydro3.db2 xsd:float +cim:GovHydro3.dturb xsd:float +cim:GovHydro3.eps xsd:float +cim:GovHydro3.governorControl xsd:boolean +cim:GovHydro3.gv1 xsd:float +cim:GovHydro3.gv2 xsd:float +cim:GovHydro3.gv3 xsd:float +cim:GovHydro3.gv4 xsd:float +cim:GovHydro3.gv5 xsd:float +cim:GovHydro3.gv6 xsd:float +cim:GovHydro3.h0 xsd:float +cim:GovHydro3.k1 xsd:float +cim:GovHydro3.k2 xsd:float +cim:GovHydro3.kg xsd:float +cim:GovHydro3.ki xsd:float +cim:GovHydro3.mwbase xsd:float +cim:GovHydro3.pgv1 xsd:float +cim:GovHydro3.pgv2 xsd:float +cim:GovHydro3.pgv3 xsd:float +cim:GovHydro3.pgv4 xsd:float +cim:GovHydro3.pgv5 xsd:float +cim:GovHydro3.pgv6 xsd:float +cim:GovHydro3.pmax xsd:float +cim:GovHydro3.pmin xsd:float +cim:GovHydro3.qnl xsd:float +cim:GovHydro3.relec xsd:float +cim:GovHydro3.rgate xsd:float +cim:GovHydro3.td xsd:float +cim:GovHydro3.tf xsd:float +cim:GovHydro3.tp xsd:float +cim:GovHydro3.tt xsd:float +cim:GovHydro3.tw xsd:float +cim:GovHydro3.velcl xsd:float +cim:GovHydro3.velop xsd:float +cim:GovHydro4.at xsd:float +cim:GovHydro4.bgv0 xsd:float +cim:GovHydro4.bgv1 xsd:float +cim:GovHydro4.bgv2 xsd:float +cim:GovHydro4.bgv3 xsd:float +cim:GovHydro4.bgv4 xsd:float +cim:GovHydro4.bgv5 xsd:float +cim:GovHydro4.bmax xsd:float +cim:GovHydro4.db1 xsd:float +cim:GovHydro4.db2 xsd:float +cim:GovHydro4.dturb xsd:float +cim:GovHydro4.eps xsd:float +cim:GovHydro4.gmax xsd:float +cim:GovHydro4.gmin xsd:float +cim:GovHydro4.gv0 xsd:float +cim:GovHydro4.gv1 xsd:float +cim:GovHydro4.gv2 xsd:float +cim:GovHydro4.gv3 xsd:float +cim:GovHydro4.gv4 xsd:float +cim:GovHydro4.gv5 xsd:float +cim:GovHydro4.hdam xsd:float +cim:GovHydro4.mwbase xsd:float +cim:GovHydro4.pgv0 xsd:float +cim:GovHydro4.pgv1 xsd:float +cim:GovHydro4.pgv2 xsd:float +cim:GovHydro4.pgv3 xsd:float +cim:GovHydro4.pgv4 xsd:float +cim:GovHydro4.pgv5 xsd:float +cim:GovHydro4.qnl xsd:float +cim:GovHydro4.rperm xsd:float +cim:GovHydro4.rtemp xsd:float +cim:GovHydro4.tblade xsd:float +cim:GovHydro4.tg xsd:float +cim:GovHydro4.tp xsd:float +cim:GovHydro4.tr xsd:float +cim:GovHydro4.tw xsd:float +cim:GovHydro4.uc xsd:float +cim:GovHydro4.uo xsd:float +cim:GovHydroDD.aturb xsd:float +cim:GovHydroDD.bturb xsd:float +cim:GovHydroDD.db1 xsd:float +cim:GovHydroDD.db2 xsd:float +cim:GovHydroDD.eps xsd:float +cim:GovHydroDD.gmax xsd:float +cim:GovHydroDD.gmin xsd:float +cim:GovHydroDD.gv1 xsd:float +cim:GovHydroDD.gv2 xsd:float +cim:GovHydroDD.gv3 xsd:float +cim:GovHydroDD.gv4 xsd:float +cim:GovHydroDD.gv5 xsd:float +cim:GovHydroDD.gv6 xsd:float +cim:GovHydroDD.inputSignal xsd:boolean +cim:GovHydroDD.k1 xsd:float +cim:GovHydroDD.k2 xsd:float +cim:GovHydroDD.kg xsd:float +cim:GovHydroDD.ki xsd:float +cim:GovHydroDD.mwbase xsd:float +cim:GovHydroDD.pgv1 xsd:float +cim:GovHydroDD.pgv2 xsd:float +cim:GovHydroDD.pgv3 xsd:float +cim:GovHydroDD.pgv4 xsd:float +cim:GovHydroDD.pgv5 xsd:float +cim:GovHydroDD.pgv6 xsd:float +cim:GovHydroDD.pmax xsd:float +cim:GovHydroDD.pmin xsd:float +cim:GovHydroDD.r xsd:float +cim:GovHydroDD.td xsd:float +cim:GovHydroDD.tf xsd:float +cim:GovHydroDD.tp xsd:float +cim:GovHydroDD.tt xsd:float +cim:GovHydroDD.tturb xsd:float +cim:GovHydroDD.velcl xsd:float +cim:GovHydroDD.velop xsd:float +cim:GovHydroFrancis.am xsd:float +cim:GovHydroFrancis.av0 xsd:float +cim:GovHydroFrancis.av1 xsd:float +cim:GovHydroFrancis.bp xsd:float +cim:GovHydroFrancis.db1 xsd:float +cim:GovHydroFrancis.etamax xsd:float +cim:GovHydroFrancis.h1 xsd:float +cim:GovHydroFrancis.h2 xsd:float +cim:GovHydroFrancis.hn xsd:float +cim:GovHydroFrancis.kc xsd:float +cim:GovHydroFrancis.kg xsd:float +cim:GovHydroFrancis.kt xsd:float +cim:GovHydroFrancis.qc0 xsd:float +cim:GovHydroFrancis.qn xsd:float +cim:GovHydroFrancis.ta xsd:float +cim:GovHydroFrancis.td xsd:float +cim:GovHydroFrancis.ts xsd:float +cim:GovHydroFrancis.twnc xsd:float +cim:GovHydroFrancis.twng xsd:float +cim:GovHydroFrancis.tx xsd:float +cim:GovHydroFrancis.va xsd:float +cim:GovHydroFrancis.valvmax xsd:float +cim:GovHydroFrancis.valvmin xsd:float +cim:GovHydroFrancis.vc xsd:float +cim:GovHydroFrancis.waterTunnelSurgeChamberSimulation xsd:boolean +cim:GovHydroFrancis.zsfc xsd:float +cim:GovHydroIEEE0.k xsd:float +cim:GovHydroIEEE0.mwbase xsd:float +cim:GovHydroIEEE0.pmax xsd:float +cim:GovHydroIEEE0.pmin xsd:float +cim:GovHydroIEEE0.t1 xsd:float +cim:GovHydroIEEE0.t2 xsd:float +cim:GovHydroIEEE0.t3 xsd:float +cim:GovHydroIEEE0.t4 xsd:float +cim:GovHydroIEEE2.aturb xsd:float +cim:GovHydroIEEE2.bturb xsd:float +cim:GovHydroIEEE2.gv1 xsd:float +cim:GovHydroIEEE2.gv2 xsd:float +cim:GovHydroIEEE2.gv3 xsd:float +cim:GovHydroIEEE2.gv4 xsd:float +cim:GovHydroIEEE2.gv5 xsd:float +cim:GovHydroIEEE2.gv6 xsd:float +cim:GovHydroIEEE2.kturb xsd:float +cim:GovHydroIEEE2.mwbase xsd:float +cim:GovHydroIEEE2.pgv1 xsd:float +cim:GovHydroIEEE2.pgv2 xsd:float +cim:GovHydroIEEE2.pgv3 xsd:float +cim:GovHydroIEEE2.pgv4 xsd:float +cim:GovHydroIEEE2.pgv5 xsd:float +cim:GovHydroIEEE2.pgv6 xsd:float +cim:GovHydroIEEE2.pmax xsd:float +cim:GovHydroIEEE2.pmin xsd:float +cim:GovHydroIEEE2.rperm xsd:float +cim:GovHydroIEEE2.rtemp xsd:float +cim:GovHydroIEEE2.tg xsd:float +cim:GovHydroIEEE2.tp xsd:float +cim:GovHydroIEEE2.tr xsd:float +cim:GovHydroIEEE2.tw xsd:float +cim:GovHydroIEEE2.uc xsd:float +cim:GovHydroIEEE2.uo xsd:float +cim:GovHydroPID.aturb xsd:float +cim:GovHydroPID.bturb xsd:float +cim:GovHydroPID.db1 xsd:float +cim:GovHydroPID.db2 xsd:float +cim:GovHydroPID.eps xsd:float +cim:GovHydroPID.gv1 xsd:float +cim:GovHydroPID.gv2 xsd:float +cim:GovHydroPID.gv3 xsd:float +cim:GovHydroPID.gv4 xsd:float +cim:GovHydroPID.gv5 xsd:float +cim:GovHydroPID.gv6 xsd:float +cim:GovHydroPID.inputSignal xsd:boolean +cim:GovHydroPID.kd xsd:float +cim:GovHydroPID.kg xsd:float +cim:GovHydroPID.ki xsd:float +cim:GovHydroPID.kp xsd:float +cim:GovHydroPID.mwbase xsd:float +cim:GovHydroPID.pgv1 xsd:float +cim:GovHydroPID.pgv2 xsd:float +cim:GovHydroPID.pgv3 xsd:float +cim:GovHydroPID.pgv4 xsd:float +cim:GovHydroPID.pgv5 xsd:float +cim:GovHydroPID.pgv6 xsd:float +cim:GovHydroPID.pmax xsd:float +cim:GovHydroPID.pmin xsd:float +cim:GovHydroPID.r xsd:float +cim:GovHydroPID.td xsd:float +cim:GovHydroPID.tf xsd:float +cim:GovHydroPID.tp xsd:float +cim:GovHydroPID.tt xsd:float +cim:GovHydroPID.tturb xsd:float +cim:GovHydroPID.velcl xsd:float +cim:GovHydroPID.velop xsd:float +cim:GovHydroPID2.atw xsd:float +cim:GovHydroPID2.d xsd:float +cim:GovHydroPID2.feedbackSignal xsd:boolean +cim:GovHydroPID2.g0 xsd:float +cim:GovHydroPID2.g1 xsd:float +cim:GovHydroPID2.g2 xsd:float +cim:GovHydroPID2.gmax xsd:float +cim:GovHydroPID2.gmin xsd:float +cim:GovHydroPID2.kd xsd:float +cim:GovHydroPID2.ki xsd:float +cim:GovHydroPID2.kp xsd:float +cim:GovHydroPID2.mwbase xsd:float +cim:GovHydroPID2.p1 xsd:float +cim:GovHydroPID2.p2 xsd:float +cim:GovHydroPID2.p3 xsd:float +cim:GovHydroPID2.rperm xsd:float +cim:GovHydroPID2.ta xsd:float +cim:GovHydroPID2.tb xsd:float +cim:GovHydroPID2.treg xsd:float +cim:GovHydroPID2.tw xsd:float +cim:GovHydroPID2.velmax xsd:float +cim:GovHydroPID2.velmin xsd:float +cim:GovHydroPelton.av0 xsd:float +cim:GovHydroPelton.av1 xsd:float +cim:GovHydroPelton.bp xsd:float +cim:GovHydroPelton.db1 xsd:float +cim:GovHydroPelton.db2 xsd:float +cim:GovHydroPelton.h1 xsd:float +cim:GovHydroPelton.h2 xsd:float +cim:GovHydroPelton.hn xsd:float +cim:GovHydroPelton.kc xsd:float +cim:GovHydroPelton.kg xsd:float +cim:GovHydroPelton.qc0 xsd:float +cim:GovHydroPelton.qn xsd:float +cim:GovHydroPelton.simplifiedPelton xsd:boolean +cim:GovHydroPelton.staticCompensating xsd:boolean +cim:GovHydroPelton.ta xsd:float +cim:GovHydroPelton.ts xsd:float +cim:GovHydroPelton.tv xsd:float +cim:GovHydroPelton.twnc xsd:float +cim:GovHydroPelton.twng xsd:float +cim:GovHydroPelton.tx xsd:float +cim:GovHydroPelton.va xsd:float +cim:GovHydroPelton.valvmax xsd:float +cim:GovHydroPelton.valvmin xsd:float +cim:GovHydroPelton.vav xsd:float +cim:GovHydroPelton.vc xsd:float +cim:GovHydroPelton.vcv xsd:float +cim:GovHydroPelton.waterTunnelSurgeChamberSimulation xsd:boolean +cim:GovHydroPelton.zsfc xsd:float +cim:GovHydroR.at xsd:float +cim:GovHydroR.db1 xsd:float +cim:GovHydroR.db2 xsd:float +cim:GovHydroR.dturb xsd:float +cim:GovHydroR.eps xsd:float +cim:GovHydroR.gmax xsd:float +cim:GovHydroR.gmin xsd:float +cim:GovHydroR.gv1 xsd:float +cim:GovHydroR.gv2 xsd:float +cim:GovHydroR.gv3 xsd:float +cim:GovHydroR.gv4 xsd:float +cim:GovHydroR.gv5 xsd:float +cim:GovHydroR.gv6 xsd:float +cim:GovHydroR.h0 xsd:float +cim:GovHydroR.inputSignal xsd:boolean +cim:GovHydroR.kg xsd:float +cim:GovHydroR.ki xsd:float +cim:GovHydroR.mwbase xsd:float +cim:GovHydroR.pgv1 xsd:float +cim:GovHydroR.pgv2 xsd:float +cim:GovHydroR.pgv3 xsd:float +cim:GovHydroR.pgv4 xsd:float +cim:GovHydroR.pgv5 xsd:float +cim:GovHydroR.pgv6 xsd:float +cim:GovHydroR.pmax xsd:float +cim:GovHydroR.pmin xsd:float +cim:GovHydroR.qnl xsd:float +cim:GovHydroR.r xsd:float +cim:GovHydroR.t1 xsd:float +cim:GovHydroR.t2 xsd:float +cim:GovHydroR.t3 xsd:float +cim:GovHydroR.t4 xsd:float +cim:GovHydroR.t5 xsd:float +cim:GovHydroR.t6 xsd:float +cim:GovHydroR.t7 xsd:float +cim:GovHydroR.t8 xsd:float +cim:GovHydroR.td xsd:float +cim:GovHydroR.tp xsd:float +cim:GovHydroR.tt xsd:float +cim:GovHydroR.tw xsd:float +cim:GovHydroR.velcl xsd:float +cim:GovHydroR.velop xsd:float +cim:GovHydroWEH.db xsd:float +cim:GovHydroWEH.dicn xsd:float +cim:GovHydroWEH.dpv xsd:float +cim:GovHydroWEH.dturb xsd:float +cim:GovHydroWEH.feedbackSignal xsd:boolean +cim:GovHydroWEH.fl1 xsd:float +cim:GovHydroWEH.fl2 xsd:float +cim:GovHydroWEH.fl3 xsd:float +cim:GovHydroWEH.fl4 xsd:float +cim:GovHydroWEH.fl5 xsd:float +cim:GovHydroWEH.fp1 xsd:float +cim:GovHydroWEH.fp10 xsd:float +cim:GovHydroWEH.fp2 xsd:float +cim:GovHydroWEH.fp3 xsd:float +cim:GovHydroWEH.fp4 xsd:float +cim:GovHydroWEH.fp5 xsd:float +cim:GovHydroWEH.fp6 xsd:float +cim:GovHydroWEH.fp7 xsd:float +cim:GovHydroWEH.fp8 xsd:float +cim:GovHydroWEH.fp9 xsd:float +cim:GovHydroWEH.gmax xsd:float +cim:GovHydroWEH.gmin xsd:float +cim:GovHydroWEH.gtmxcl xsd:float +cim:GovHydroWEH.gtmxop xsd:float +cim:GovHydroWEH.gv1 xsd:float +cim:GovHydroWEH.gv2 xsd:float +cim:GovHydroWEH.gv3 xsd:float +cim:GovHydroWEH.gv4 xsd:float +cim:GovHydroWEH.gv5 xsd:float +cim:GovHydroWEH.kd xsd:float +cim:GovHydroWEH.ki xsd:float +cim:GovHydroWEH.kp xsd:float +cim:GovHydroWEH.mwbase xsd:float +cim:GovHydroWEH.pmss1 xsd:float +cim:GovHydroWEH.pmss10 xsd:float +cim:GovHydroWEH.pmss2 xsd:float +cim:GovHydroWEH.pmss3 xsd:float +cim:GovHydroWEH.pmss4 xsd:float +cim:GovHydroWEH.pmss5 xsd:float +cim:GovHydroWEH.pmss6 xsd:float +cim:GovHydroWEH.pmss7 xsd:float +cim:GovHydroWEH.pmss8 xsd:float +cim:GovHydroWEH.pmss9 xsd:float +cim:GovHydroWEH.rpg xsd:float +cim:GovHydroWEH.rpp xsd:float +cim:GovHydroWEH.td xsd:float +cim:GovHydroWEH.tdv xsd:float +cim:GovHydroWEH.tg xsd:float +cim:GovHydroWEH.tp xsd:float +cim:GovHydroWEH.tpe xsd:float +cim:GovHydroWEH.tw xsd:float +cim:GovHydroWPID.d xsd:float +cim:GovHydroWPID.gatmax xsd:float +cim:GovHydroWPID.gatmin xsd:float +cim:GovHydroWPID.gv1 xsd:float +cim:GovHydroWPID.gv2 xsd:float +cim:GovHydroWPID.gv3 xsd:float +cim:GovHydroWPID.kd xsd:float +cim:GovHydroWPID.ki xsd:float +cim:GovHydroWPID.kp xsd:float +cim:GovHydroWPID.mwbase xsd:float +cim:GovHydroWPID.pgv1 xsd:float +cim:GovHydroWPID.pgv2 xsd:float +cim:GovHydroWPID.pgv3 xsd:float +cim:GovHydroWPID.pmax xsd:float +cim:GovHydroWPID.pmin xsd:float +cim:GovHydroWPID.reg xsd:float +cim:GovHydroWPID.ta xsd:float +cim:GovHydroWPID.tb xsd:float +cim:GovHydroWPID.treg xsd:float +cim:GovHydroWPID.tw xsd:float +cim:GovHydroWPID.velmax xsd:float +cim:GovHydroWPID.velmin xsd:float +cim:GovSteam0.dt xsd:float +cim:GovSteam0.mwbase xsd:float +cim:GovSteam0.r xsd:float +cim:GovSteam0.t1 xsd:float +cim:GovSteam0.t2 xsd:float +cim:GovSteam0.t3 xsd:float +cim:GovSteam0.vmax xsd:float +cim:GovSteam0.vmin xsd:float +cim:GovSteam1.db1 xsd:float +cim:GovSteam1.db2 xsd:float +cim:GovSteam1.eps xsd:float +cim:GovSteam1.gv1 xsd:float +cim:GovSteam1.gv2 xsd:float +cim:GovSteam1.gv3 xsd:float +cim:GovSteam1.gv4 xsd:float +cim:GovSteam1.gv5 xsd:float +cim:GovSteam1.gv6 xsd:float +cim:GovSteam1.k xsd:float +cim:GovSteam1.k1 xsd:float +cim:GovSteam1.k2 xsd:float +cim:GovSteam1.k3 xsd:float +cim:GovSteam1.k4 xsd:float +cim:GovSteam1.k5 xsd:float +cim:GovSteam1.k6 xsd:float +cim:GovSteam1.k7 xsd:float +cim:GovSteam1.k8 xsd:float +cim:GovSteam1.mwbase xsd:float +cim:GovSteam1.pgv1 xsd:float +cim:GovSteam1.pgv2 xsd:float +cim:GovSteam1.pgv3 xsd:float +cim:GovSteam1.pgv4 xsd:float +cim:GovSteam1.pgv5 xsd:float +cim:GovSteam1.pgv6 xsd:float +cim:GovSteam1.pmax xsd:float +cim:GovSteam1.pmin xsd:float +cim:GovSteam1.sdb1 xsd:boolean +cim:GovSteam1.sdb2 xsd:boolean +cim:GovSteam1.t1 xsd:float +cim:GovSteam1.t2 xsd:float +cim:GovSteam1.t3 xsd:float +cim:GovSteam1.t4 xsd:float +cim:GovSteam1.t5 xsd:float +cim:GovSteam1.t6 xsd:float +cim:GovSteam1.t7 xsd:float +cim:GovSteam1.uc xsd:float +cim:GovSteam1.uo xsd:float +cim:GovSteam1.valve xsd:boolean +cim:GovSteam2.dbf xsd:float +cim:GovSteam2.k xsd:float +cim:GovSteam2.mnef xsd:float +cim:GovSteam2.mxef xsd:float +cim:GovSteam2.pmax xsd:float +cim:GovSteam2.pmin xsd:float +cim:GovSteam2.t1 xsd:float +cim:GovSteam2.t2 xsd:float +cim:GovSteamBB.fcut xsd:float +cim:GovSteamBB.k2 xsd:float +cim:GovSteamBB.k3 xsd:float +cim:GovSteamBB.kd xsd:float +cim:GovSteamBB.kg xsd:float +cim:GovSteamBB.kls xsd:float +cim:GovSteamBB.kp xsd:float +cim:GovSteamBB.ks xsd:float +cim:GovSteamBB.peflag xsd:boolean +cim:GovSteamBB.pmax xsd:float +cim:GovSteamBB.pmin xsd:float +cim:GovSteamBB.t1 xsd:float +cim:GovSteamBB.t4 xsd:float +cim:GovSteamBB.t5 xsd:float +cim:GovSteamBB.t6 xsd:float +cim:GovSteamBB.td xsd:float +cim:GovSteamBB.tn xsd:float +cim:GovSteamCC.dhp xsd:float +cim:GovSteamCC.dlp xsd:float +cim:GovSteamCC.fhp xsd:float +cim:GovSteamCC.flp xsd:float +cim:GovSteamCC.mwbase xsd:float +cim:GovSteamCC.pmaxhp xsd:float +cim:GovSteamCC.pmaxlp xsd:float +cim:GovSteamCC.rhp xsd:float +cim:GovSteamCC.rlp xsd:float +cim:GovSteamCC.t1hp xsd:float +cim:GovSteamCC.t1lp xsd:float +cim:GovSteamCC.t3hp xsd:float +cim:GovSteamCC.t3lp xsd:float +cim:GovSteamCC.t4hp xsd:float +cim:GovSteamCC.t4lp xsd:float +cim:GovSteamCC.t5hp xsd:float +cim:GovSteamCC.t5lp xsd:float +cim:GovSteamEU.chc xsd:float +cim:GovSteamEU.cho xsd:float +cim:GovSteamEU.cic xsd:float +cim:GovSteamEU.cio xsd:float +cim:GovSteamEU.db1 xsd:float +cim:GovSteamEU.db2 xsd:float +cim:GovSteamEU.hhpmax xsd:float +cim:GovSteamEU.ke xsd:float +cim:GovSteamEU.kfcor xsd:float +cim:GovSteamEU.khp xsd:float +cim:GovSteamEU.klp xsd:float +cim:GovSteamEU.komegacor xsd:float +cim:GovSteamEU.mwbase xsd:float +cim:GovSteamEU.pmax xsd:float +cim:GovSteamEU.prhmax xsd:float +cim:GovSteamEU.simx xsd:float +cim:GovSteamEU.tb xsd:float +cim:GovSteamEU.tdp xsd:float +cim:GovSteamEU.ten xsd:float +cim:GovSteamEU.tf xsd:float +cim:GovSteamEU.tfp xsd:float +cim:GovSteamEU.thp xsd:float +cim:GovSteamEU.tip xsd:float +cim:GovSteamEU.tlp xsd:float +cim:GovSteamEU.tp xsd:float +cim:GovSteamEU.trh xsd:float +cim:GovSteamEU.tvhp xsd:float +cim:GovSteamEU.tvip xsd:float +cim:GovSteamEU.tw xsd:float +cim:GovSteamEU.wfmax xsd:float +cim:GovSteamEU.wfmin xsd:float +cim:GovSteamEU.wmax1 xsd:float +cim:GovSteamEU.wmax2 xsd:float +cim:GovSteamEU.wwmax xsd:float +cim:GovSteamEU.wwmin xsd:float +cim:GovSteamFV2.dt xsd:float +cim:GovSteamFV2.k xsd:float +cim:GovSteamFV2.mwbase xsd:float +cim:GovSteamFV2.r xsd:float +cim:GovSteamFV2.t1 xsd:float +cim:GovSteamFV2.t3 xsd:float +cim:GovSteamFV2.ta xsd:float +cim:GovSteamFV2.tb xsd:float +cim:GovSteamFV2.tc xsd:float +cim:GovSteamFV2.tt xsd:float +cim:GovSteamFV2.vmax xsd:float +cim:GovSteamFV2.vmin xsd:float +cim:GovSteamFV3.gv1 xsd:float +cim:GovSteamFV3.gv2 xsd:float +cim:GovSteamFV3.gv3 xsd:float +cim:GovSteamFV3.gv4 xsd:float +cim:GovSteamFV3.gv5 xsd:float +cim:GovSteamFV3.gv6 xsd:float +cim:GovSteamFV3.k xsd:float +cim:GovSteamFV3.k1 xsd:float +cim:GovSteamFV3.k2 xsd:float +cim:GovSteamFV3.k3 xsd:float +cim:GovSteamFV3.mwbase xsd:float +cim:GovSteamFV3.pgv1 xsd:float +cim:GovSteamFV3.pgv2 xsd:float +cim:GovSteamFV3.pgv3 xsd:float +cim:GovSteamFV3.pgv4 xsd:float +cim:GovSteamFV3.pgv5 xsd:float +cim:GovSteamFV3.pgv6 xsd:float +cim:GovSteamFV3.pmax xsd:float +cim:GovSteamFV3.pmin xsd:float +cim:GovSteamFV3.prmax xsd:float +cim:GovSteamFV3.t1 xsd:float +cim:GovSteamFV3.t2 xsd:float +cim:GovSteamFV3.t3 xsd:float +cim:GovSteamFV3.t4 xsd:float +cim:GovSteamFV3.t5 xsd:float +cim:GovSteamFV3.t6 xsd:float +cim:GovSteamFV3.ta xsd:float +cim:GovSteamFV3.tb xsd:float +cim:GovSteamFV3.tc xsd:float +cim:GovSteamFV3.uc xsd:float +cim:GovSteamFV3.uo xsd:float +cim:GovSteamFV4.cpsmn xsd:float +cim:GovSteamFV4.cpsmx xsd:float +cim:GovSteamFV4.crmn xsd:float +cim:GovSteamFV4.crmx xsd:float +cim:GovSteamFV4.kdc xsd:float +cim:GovSteamFV4.kf1 xsd:float +cim:GovSteamFV4.kf3 xsd:float +cim:GovSteamFV4.khp xsd:float +cim:GovSteamFV4.kic xsd:float +cim:GovSteamFV4.kip xsd:float +cim:GovSteamFV4.kit xsd:float +cim:GovSteamFV4.kmp1 xsd:float +cim:GovSteamFV4.kmp2 xsd:float +cim:GovSteamFV4.kpc xsd:float +cim:GovSteamFV4.kpp xsd:float +cim:GovSteamFV4.kpt xsd:float +cim:GovSteamFV4.krc xsd:float +cim:GovSteamFV4.ksh xsd:float +cim:GovSteamFV4.lpi xsd:float +cim:GovSteamFV4.lps xsd:float +cim:GovSteamFV4.mnef xsd:float +cim:GovSteamFV4.mxef xsd:float +cim:GovSteamFV4.pr1 xsd:float +cim:GovSteamFV4.pr2 xsd:float +cim:GovSteamFV4.psmn xsd:float +cim:GovSteamFV4.rsmimn xsd:float +cim:GovSteamFV4.rsmimx xsd:float +cim:GovSteamFV4.rvgmn xsd:float +cim:GovSteamFV4.rvgmx xsd:float +cim:GovSteamFV4.srmn xsd:float +cim:GovSteamFV4.srmx xsd:float +cim:GovSteamFV4.srsmp xsd:float +cim:GovSteamFV4.svmn xsd:float +cim:GovSteamFV4.svmx xsd:float +cim:GovSteamFV4.ta xsd:float +cim:GovSteamFV4.tam xsd:float +cim:GovSteamFV4.tc xsd:float +cim:GovSteamFV4.tcm xsd:float +cim:GovSteamFV4.tdc xsd:float +cim:GovSteamFV4.tf1 xsd:float +cim:GovSteamFV4.tf2 xsd:float +cim:GovSteamFV4.thp xsd:float +cim:GovSteamFV4.tmp xsd:float +cim:GovSteamFV4.trh xsd:float +cim:GovSteamFV4.tv xsd:float +cim:GovSteamFV4.ty xsd:float +cim:GovSteamFV4.y xsd:float +cim:GovSteamFV4.yhpmn xsd:float +cim:GovSteamFV4.yhpmx xsd:float +cim:GovSteamFV4.ympmn xsd:float +cim:GovSteamFV4.ympmx xsd:float +cim:GovSteamIEEE1.k xsd:float +cim:GovSteamIEEE1.k1 xsd:float +cim:GovSteamIEEE1.k2 xsd:float +cim:GovSteamIEEE1.k3 xsd:float +cim:GovSteamIEEE1.k4 xsd:float +cim:GovSteamIEEE1.k5 xsd:float +cim:GovSteamIEEE1.k6 xsd:float +cim:GovSteamIEEE1.k7 xsd:float +cim:GovSteamIEEE1.k8 xsd:float +cim:GovSteamIEEE1.mwbase xsd:float +cim:GovSteamIEEE1.pmax xsd:float +cim:GovSteamIEEE1.pmin xsd:float +cim:GovSteamIEEE1.t1 xsd:float +cim:GovSteamIEEE1.t2 xsd:float +cim:GovSteamIEEE1.t3 xsd:float +cim:GovSteamIEEE1.t4 xsd:float +cim:GovSteamIEEE1.t5 xsd:float +cim:GovSteamIEEE1.t6 xsd:float +cim:GovSteamIEEE1.t7 xsd:float +cim:GovSteamIEEE1.uc xsd:float +cim:GovSteamIEEE1.uo xsd:float +cim:GovSteamSGO.k1 xsd:float +cim:GovSteamSGO.k2 xsd:float +cim:GovSteamSGO.k3 xsd:float +cim:GovSteamSGO.mwbase xsd:float +cim:GovSteamSGO.pmax xsd:float +cim:GovSteamSGO.pmin xsd:float +cim:GovSteamSGO.t1 xsd:float +cim:GovSteamSGO.t2 xsd:float +cim:GovSteamSGO.t3 xsd:float +cim:GovSteamSGO.t4 xsd:float +cim:GovSteamSGO.t5 xsd:float +cim:GovSteamSGO.t6 xsd:float +cim:GroundingImpedance.x xsd:float +cim:HydroGeneratingUnit.dropHeight xsd:float +cim:IdentifiedObject.aliasName xsd:string +cim:IdentifiedObject.description xsd:string +cim:IdentifiedObject.mRID xsd:string +cim:IdentifiedObject.name xsd:string +cim:LimitSet.isPercentageLimits xsd:boolean +cim:LinearShuntCompensator.b0PerSection xsd:float +cim:LinearShuntCompensator.bPerSection xsd:float +cim:LinearShuntCompensator.g0PerSection xsd:float +cim:LinearShuntCompensator.gPerSection xsd:float +cim:LoadComposite.epfd xsd:float +cim:LoadComposite.epfs xsd:float +cim:LoadComposite.epvd xsd:float +cim:LoadComposite.epvs xsd:float +cim:LoadComposite.eqfd xsd:float +cim:LoadComposite.eqfs xsd:float +cim:LoadComposite.eqvd xsd:float +cim:LoadComposite.eqvs xsd:float +cim:LoadComposite.h xsd:float +cim:LoadComposite.lfac xsd:float +cim:LoadComposite.pfrac xsd:float +cim:LoadGenericNonLinear.bs xsd:float +cim:LoadGenericNonLinear.bt xsd:float +cim:LoadGenericNonLinear.ls xsd:float +cim:LoadGenericNonLinear.lt xsd:float +cim:LoadGenericNonLinear.tp xsd:float +cim:LoadGenericNonLinear.tq xsd:float +cim:LoadMotor.d xsd:float +cim:LoadMotor.h xsd:float +cim:LoadMotor.lfac xsd:float +cim:LoadMotor.lp xsd:float +cim:LoadMotor.lpp xsd:float +cim:LoadMotor.ls xsd:float +cim:LoadMotor.pfrac xsd:float +cim:LoadMotor.ra xsd:float +cim:LoadMotor.tbkr xsd:float +cim:LoadMotor.tpo xsd:float +cim:LoadMotor.tppo xsd:float +cim:LoadMotor.tv xsd:float +cim:LoadMotor.vt xsd:float +cim:LoadResponseCharacteristic.exponentModel xsd:boolean +cim:LoadResponseCharacteristic.pConstantCurrent xsd:float +cim:LoadResponseCharacteristic.pConstantImpedance xsd:float +cim:LoadResponseCharacteristic.pConstantPower xsd:float +cim:LoadResponseCharacteristic.pFrequencyExponent xsd:float +cim:LoadResponseCharacteristic.pVoltageExponent xsd:float +cim:LoadResponseCharacteristic.qConstantCurrent xsd:float +cim:LoadResponseCharacteristic.qConstantImpedance xsd:float +cim:LoadResponseCharacteristic.qConstantPower xsd:float +cim:LoadResponseCharacteristic.qFrequencyExponent xsd:float +cim:LoadResponseCharacteristic.qVoltageExponent xsd:float +cim:LoadStatic.ep1 xsd:float +cim:LoadStatic.ep2 xsd:float +cim:LoadStatic.ep3 xsd:float +cim:LoadStatic.eq1 xsd:float +cim:LoadStatic.eq2 xsd:float +cim:LoadStatic.eq3 xsd:float +cim:LoadStatic.kp1 xsd:float +cim:LoadStatic.kp2 xsd:float +cim:LoadStatic.kp3 xsd:float +cim:LoadStatic.kp4 xsd:float +cim:LoadStatic.kpf xsd:float +cim:LoadStatic.kq1 xsd:float +cim:LoadStatic.kq2 xsd:float +cim:LoadStatic.kq3 xsd:float +cim:LoadStatic.kq4 xsd:float +cim:LoadStatic.kqf xsd:float +cim:LoadUserDefined.proprietary xsd:boolean +cim:Measurement.measurementType xsd:string +cim:MeasurementValue.sensorAccuracy xsd:float +cim:MeasurementValue.timeStamp xsd:dateTime +cim:MechLoad1.a xsd:float +cim:MechLoad1.b xsd:float +cim:MechLoad1.d xsd:float +cim:MechLoad1.e xsd:float +cim:MechanicalLoadUserDefined.proprietary xsd:boolean +cim:MutualCoupling.b0ch xsd:float +cim:MutualCoupling.distance11 xsd:float +cim:MutualCoupling.distance12 xsd:float +cim:MutualCoupling.distance21 xsd:float +cim:MutualCoupling.distance22 xsd:float +cim:MutualCoupling.g0ch xsd:float +cim:MutualCoupling.r0 xsd:float +cim:MutualCoupling.x0 xsd:float +cim:Name.name xsd:string +cim:NameType.description xsd:string +cim:NameType.name xsd:string +cim:NonlinearShuntCompensatorPoint.b xsd:float +cim:NonlinearShuntCompensatorPoint.b0 xsd:float +cim:NonlinearShuntCompensatorPoint.g xsd:float +cim:NonlinearShuntCompensatorPoint.g0 xsd:float +cim:NonlinearShuntCompensatorPoint.sectionNumber xsd:integer +cim:OperationalLimitType.acceptableDuration xsd:float +cim:OperationalLimitType.isInfiniteDuration xsd:boolean +cim:OverexcLim2.ifdlim xsd:float +cim:OverexcLim2.koi xsd:float +cim:OverexcLim2.voimax xsd:float +cim:OverexcLim2.voimin xsd:float +cim:OverexcLimIEEE.hyst xsd:float +cim:OverexcLimIEEE.ifdlim xsd:float +cim:OverexcLimIEEE.ifdmax xsd:float +cim:OverexcLimIEEE.itfpu xsd:float +cim:OverexcLimIEEE.kcd xsd:float +cim:OverexcLimIEEE.kramp xsd:float +cim:OverexcLimX1.efd1 xsd:float +cim:OverexcLimX1.efd2 xsd:float +cim:OverexcLimX1.efd3 xsd:float +cim:OverexcLimX1.efddes xsd:float +cim:OverexcLimX1.efdrated xsd:float +cim:OverexcLimX1.kmx xsd:float +cim:OverexcLimX1.t1 xsd:float +cim:OverexcLimX1.t2 xsd:float +cim:OverexcLimX1.t3 xsd:float +cim:OverexcLimX1.vlow xsd:float +cim:OverexcLimX2.efd1 xsd:float +cim:OverexcLimX2.efd2 xsd:float +cim:OverexcLimX2.efd3 xsd:float +cim:OverexcLimX2.efddes xsd:float +cim:OverexcLimX2.efdrated xsd:float +cim:OverexcLimX2.kmx xsd:float +cim:OverexcLimX2.m xsd:boolean +cim:OverexcLimX2.t1 xsd:float +cim:OverexcLimX2.t2 xsd:float +cim:OverexcLimX2.t3 xsd:float +cim:OverexcLimX2.vlow xsd:float +cim:OverexcitationLimiterUserDefined.proprietary xsd:boolean +cim:PFVArControllerType1UserDefined.proprietary xsd:boolean +cim:PFVArControllerType2UserDefined.proprietary xsd:boolean +cim:PFVArType1IEEEPFController.ovex xsd:boolean +cim:PFVArType1IEEEPFController.tpfc xsd:float +cim:PFVArType1IEEEPFController.vitmin xsd:float +cim:PFVArType1IEEEPFController.vpf xsd:float +cim:PFVArType1IEEEPFController.vpfcbw xsd:float +cim:PFVArType1IEEEPFController.vpfref xsd:float +cim:PFVArType1IEEEPFController.vvtmax xsd:float +cim:PFVArType1IEEEPFController.vvtmin xsd:float +cim:PFVArType1IEEEVArController.tvarc xsd:float +cim:PFVArType1IEEEVArController.vvar xsd:float +cim:PFVArType1IEEEVArController.vvarcbw xsd:float +cim:PFVArType1IEEEVArController.vvarref xsd:float +cim:PFVArType1IEEEVArController.vvtmax xsd:float +cim:PFVArType1IEEEVArController.vvtmin xsd:float +cim:PFVArType2Common1.j xsd:boolean +cim:PFVArType2Common1.ki xsd:float +cim:PFVArType2Common1.kp xsd:float +cim:PFVArType2Common1.max xsd:float +cim:PFVArType2Common1.ref xsd:float +cim:PFVArType2IEEEPFController.exlon xsd:boolean +cim:PFVArType2IEEEPFController.ki xsd:float +cim:PFVArType2IEEEPFController.kp xsd:float +cim:PFVArType2IEEEPFController.pfref xsd:float +cim:PFVArType2IEEEPFController.vclmt xsd:float +cim:PFVArType2IEEEPFController.vref xsd:float +cim:PFVArType2IEEEPFController.vs xsd:float +cim:PFVArType2IEEEVArController.exlon xsd:boolean +cim:PFVArType2IEEEVArController.ki xsd:float +cim:PFVArType2IEEEVArController.kp xsd:float +cim:PFVArType2IEEEVArController.qref xsd:float +cim:PFVArType2IEEEVArController.vclmt xsd:float +cim:PFVArType2IEEEVArController.vref xsd:float +cim:PFVArType2IEEEVArController.vs xsd:float +cim:PetersenCoil.nominalU xsd:float +cim:PetersenCoil.offsetCurrent xsd:float +cim:PetersenCoil.positionCurrent xsd:float +cim:PetersenCoil.xGroundMax xsd:float +cim:PetersenCoil.xGroundMin xsd:float +cim:PetersenCoil.xGroundNominal xsd:float +cim:PhaseTapChangerAsymmetrical.windingConnectionAngle xsd:float +cim:PhaseTapChangerLinear.stepPhaseShiftIncrement xsd:float +cim:PhaseTapChangerLinear.xMax xsd:float +cim:PhaseTapChangerLinear.xMin xsd:float +cim:PhaseTapChangerNonLinear.voltageStepIncrement xsd:float +cim:PhaseTapChangerNonLinear.xMax xsd:float +cim:PhaseTapChangerNonLinear.xMin xsd:float +cim:PhaseTapChangerTablePoint.angle xsd:float +cim:PositionPoint.sequenceNumber xsd:integer +cim:PositionPoint.xPosition xsd:string +cim:PositionPoint.yPosition xsd:string +cim:PositionPoint.zPosition xsd:string +cim:PowerElectronicsConnection.maxQ xsd:float +cim:PowerElectronicsConnection.minQ xsd:float +cim:PowerElectronicsConnection.p xsd:float +cim:PowerElectronicsConnection.q xsd:float +cim:PowerElectronicsConnection.ratedS xsd:float +cim:PowerElectronicsConnection.ratedU xsd:float +cim:PowerElectronicsUnit.maxP xsd:float +cim:PowerElectronicsUnit.minP xsd:float +cim:PowerSystemStabilizerUserDefined.proprietary xsd:boolean +cim:PowerTransformer.beforeShCircuitHighestOperatingCurrent xsd:float +cim:PowerTransformer.beforeShCircuitHighestOperatingVoltage xsd:float +cim:PowerTransformer.beforeShortCircuitAnglePf xsd:float +cim:PowerTransformer.highSideMinOperatingU xsd:float +cim:PowerTransformer.isPartOfGeneratorUnit xsd:boolean +cim:PowerTransformer.operationalValuesConsidered xsd:boolean +cim:PowerTransformerEnd.b xsd:float +cim:PowerTransformerEnd.b0 xsd:float +cim:PowerTransformerEnd.g xsd:float +cim:PowerTransformerEnd.g0 xsd:float +cim:PowerTransformerEnd.phaseAngleClock xsd:integer +cim:PowerTransformerEnd.r xsd:float +cim:PowerTransformerEnd.r0 xsd:float +cim:PowerTransformerEnd.ratedS xsd:float +cim:PowerTransformerEnd.ratedU xsd:float +cim:PowerTransformerEnd.x xsd:float +cim:PowerTransformerEnd.x0 xsd:float +cim:ProprietaryParameterDynamics.booleanParameterValue xsd:boolean +cim:ProprietaryParameterDynamics.floatParameterValue xsd:float +cim:ProprietaryParameterDynamics.integerParameterValue xsd:integer +cim:ProprietaryParameterDynamics.parameterNumber xsd:integer +cim:Pss1.kf xsd:float +cim:Pss1.komega xsd:float +cim:Pss1.kpe xsd:float +cim:Pss1.ks xsd:float +cim:Pss1.pmin xsd:float +cim:Pss1.t10 xsd:float +cim:Pss1.t5 xsd:float +cim:Pss1.t6 xsd:float +cim:Pss1.t7 xsd:float +cim:Pss1.t8 xsd:float +cim:Pss1.t9 xsd:float +cim:Pss1.tpe xsd:float +cim:Pss1.vadat xsd:boolean +cim:Pss1.vsmn xsd:float +cim:Pss1.vsmx xsd:float +cim:Pss1A.a1 xsd:float +cim:Pss1A.a2 xsd:float +cim:Pss1A.a3 xsd:float +cim:Pss1A.a4 xsd:float +cim:Pss1A.a5 xsd:float +cim:Pss1A.a6 xsd:float +cim:Pss1A.a7 xsd:float +cim:Pss1A.a8 xsd:float +cim:Pss1A.kd xsd:boolean +cim:Pss1A.ks xsd:float +cim:Pss1A.t1 xsd:float +cim:Pss1A.t2 xsd:float +cim:Pss1A.t3 xsd:float +cim:Pss1A.t4 xsd:float +cim:Pss1A.t5 xsd:float +cim:Pss1A.t6 xsd:float +cim:Pss1A.tdelay xsd:float +cim:Pss1A.vcl xsd:float +cim:Pss1A.vcu xsd:float +cim:Pss1A.vrmax xsd:float +cim:Pss1A.vrmin xsd:float +cim:Pss2B.a xsd:float +cim:Pss2B.ks1 xsd:float +cim:Pss2B.ks2 xsd:float +cim:Pss2B.ks3 xsd:float +cim:Pss2B.ks4 xsd:float +cim:Pss2B.m xsd:integer +cim:Pss2B.n xsd:integer +cim:Pss2B.t1 xsd:float +cim:Pss2B.t10 xsd:float +cim:Pss2B.t11 xsd:float +cim:Pss2B.t2 xsd:float +cim:Pss2B.t3 xsd:float +cim:Pss2B.t4 xsd:float +cim:Pss2B.t6 xsd:float +cim:Pss2B.t7 xsd:float +cim:Pss2B.t8 xsd:float +cim:Pss2B.t9 xsd:float +cim:Pss2B.ta xsd:float +cim:Pss2B.tb xsd:float +cim:Pss2B.tw1 xsd:float +cim:Pss2B.tw2 xsd:float +cim:Pss2B.tw3 xsd:float +cim:Pss2B.tw4 xsd:float +cim:Pss2B.vsi1max xsd:float +cim:Pss2B.vsi1min xsd:float +cim:Pss2B.vsi2max xsd:float +cim:Pss2B.vsi2min xsd:float +cim:Pss2B.vstmax xsd:float +cim:Pss2B.vstmin xsd:float +cim:Pss2ST.k1 xsd:float +cim:Pss2ST.k2 xsd:float +cim:Pss2ST.lsmax xsd:float +cim:Pss2ST.lsmin xsd:float +cim:Pss2ST.t1 xsd:float +cim:Pss2ST.t10 xsd:float +cim:Pss2ST.t2 xsd:float +cim:Pss2ST.t3 xsd:float +cim:Pss2ST.t4 xsd:float +cim:Pss2ST.t5 xsd:float +cim:Pss2ST.t6 xsd:float +cim:Pss2ST.t7 xsd:float +cim:Pss2ST.t8 xsd:float +cim:Pss2ST.t9 xsd:float +cim:Pss2ST.vcl xsd:float +cim:Pss2ST.vcu xsd:float +cim:Pss5.ctw2 xsd:boolean +cim:Pss5.deadband xsd:float +cim:Pss5.isfreq xsd:boolean +cim:Pss5.kf xsd:float +cim:Pss5.kpe xsd:float +cim:Pss5.kpss xsd:float +cim:Pss5.pmin xsd:float +cim:Pss5.tl1 xsd:float +cim:Pss5.tl2 xsd:float +cim:Pss5.tl3 xsd:float +cim:Pss5.tl4 xsd:float +cim:Pss5.tpe xsd:float +cim:Pss5.tw1 xsd:float +cim:Pss5.tw2 xsd:float +cim:Pss5.vadat xsd:boolean +cim:Pss5.vsmn xsd:float +cim:Pss5.vsmx xsd:float +cim:PssELIN2.apss xsd:float +cim:PssELIN2.ks1 xsd:float +cim:PssELIN2.ks2 xsd:float +cim:PssELIN2.ppss xsd:float +cim:PssELIN2.psslim xsd:float +cim:PssELIN2.ts1 xsd:float +cim:PssELIN2.ts2 xsd:float +cim:PssELIN2.ts3 xsd:float +cim:PssELIN2.ts4 xsd:float +cim:PssELIN2.ts5 xsd:float +cim:PssELIN2.ts6 xsd:float +cim:PssIEEE1A.a1 xsd:float +cim:PssIEEE1A.a2 xsd:float +cim:PssIEEE1A.ks xsd:float +cim:PssIEEE1A.t1 xsd:float +cim:PssIEEE1A.t2 xsd:float +cim:PssIEEE1A.t3 xsd:float +cim:PssIEEE1A.t4 xsd:float +cim:PssIEEE1A.t5 xsd:float +cim:PssIEEE1A.t6 xsd:float +cim:PssIEEE1A.vrmax xsd:float +cim:PssIEEE1A.vrmin xsd:float +cim:PssIEEE2B.ks1 xsd:float +cim:PssIEEE2B.ks2 xsd:float +cim:PssIEEE2B.ks3 xsd:float +cim:PssIEEE2B.m xsd:integer +cim:PssIEEE2B.n xsd:integer +cim:PssIEEE2B.t1 xsd:float +cim:PssIEEE2B.t10 xsd:float +cim:PssIEEE2B.t11 xsd:float +cim:PssIEEE2B.t2 xsd:float +cim:PssIEEE2B.t3 xsd:float +cim:PssIEEE2B.t4 xsd:float +cim:PssIEEE2B.t6 xsd:float +cim:PssIEEE2B.t7 xsd:float +cim:PssIEEE2B.t8 xsd:float +cim:PssIEEE2B.t9 xsd:float +cim:PssIEEE2B.tw1 xsd:float +cim:PssIEEE2B.tw2 xsd:float +cim:PssIEEE2B.tw3 xsd:float +cim:PssIEEE2B.tw4 xsd:float +cim:PssIEEE2B.vsi1max xsd:float +cim:PssIEEE2B.vsi1min xsd:float +cim:PssIEEE2B.vsi2max xsd:float +cim:PssIEEE2B.vsi2min xsd:float +cim:PssIEEE2B.vstmax xsd:float +cim:PssIEEE2B.vstmin xsd:float +cim:PssIEEE3B.a1 xsd:float +cim:PssIEEE3B.a2 xsd:float +cim:PssIEEE3B.a3 xsd:float +cim:PssIEEE3B.a4 xsd:float +cim:PssIEEE3B.a5 xsd:float +cim:PssIEEE3B.a6 xsd:float +cim:PssIEEE3B.a7 xsd:float +cim:PssIEEE3B.a8 xsd:float +cim:PssIEEE3B.ks1 xsd:float +cim:PssIEEE3B.ks2 xsd:float +cim:PssIEEE3B.t1 xsd:float +cim:PssIEEE3B.t2 xsd:float +cim:PssIEEE3B.tw1 xsd:float +cim:PssIEEE3B.tw2 xsd:float +cim:PssIEEE3B.tw3 xsd:float +cim:PssIEEE3B.vstmax xsd:float +cim:PssIEEE3B.vstmin xsd:float +cim:PssIEEE4B.bwh1 xsd:float +cim:PssIEEE4B.bwh2 xsd:float +cim:PssIEEE4B.bwl1 xsd:float +cim:PssIEEE4B.bwl2 xsd:float +cim:PssIEEE4B.kh xsd:float +cim:PssIEEE4B.kh1 xsd:float +cim:PssIEEE4B.kh11 xsd:float +cim:PssIEEE4B.kh17 xsd:float +cim:PssIEEE4B.kh2 xsd:float +cim:PssIEEE4B.ki xsd:float +cim:PssIEEE4B.ki1 xsd:float +cim:PssIEEE4B.ki11 xsd:float +cim:PssIEEE4B.ki17 xsd:float +cim:PssIEEE4B.ki2 xsd:float +cim:PssIEEE4B.kl xsd:float +cim:PssIEEE4B.kl1 xsd:float +cim:PssIEEE4B.kl11 xsd:float +cim:PssIEEE4B.kl17 xsd:float +cim:PssIEEE4B.kl2 xsd:float +cim:PssIEEE4B.omeganh1 xsd:float +cim:PssIEEE4B.omeganh2 xsd:float +cim:PssIEEE4B.omeganl1 xsd:float +cim:PssIEEE4B.omeganl2 xsd:float +cim:PssIEEE4B.th1 xsd:float +cim:PssIEEE4B.th10 xsd:float +cim:PssIEEE4B.th11 xsd:float +cim:PssIEEE4B.th12 xsd:float +cim:PssIEEE4B.th2 xsd:float +cim:PssIEEE4B.th3 xsd:float +cim:PssIEEE4B.th4 xsd:float +cim:PssIEEE4B.th5 xsd:float +cim:PssIEEE4B.th6 xsd:float +cim:PssIEEE4B.th7 xsd:float +cim:PssIEEE4B.th8 xsd:float +cim:PssIEEE4B.th9 xsd:float +cim:PssIEEE4B.ti1 xsd:float +cim:PssIEEE4B.ti10 xsd:float +cim:PssIEEE4B.ti11 xsd:float +cim:PssIEEE4B.ti12 xsd:float +cim:PssIEEE4B.ti2 xsd:float +cim:PssIEEE4B.ti3 xsd:float +cim:PssIEEE4B.ti4 xsd:float +cim:PssIEEE4B.ti5 xsd:float +cim:PssIEEE4B.ti6 xsd:float +cim:PssIEEE4B.ti7 xsd:float +cim:PssIEEE4B.ti8 xsd:float +cim:PssIEEE4B.ti9 xsd:float +cim:PssIEEE4B.tl1 xsd:float +cim:PssIEEE4B.tl10 xsd:float +cim:PssIEEE4B.tl11 xsd:float +cim:PssIEEE4B.tl12 xsd:float +cim:PssIEEE4B.tl2 xsd:float +cim:PssIEEE4B.tl3 xsd:float +cim:PssIEEE4B.tl4 xsd:float +cim:PssIEEE4B.tl5 xsd:float +cim:PssIEEE4B.tl6 xsd:float +cim:PssIEEE4B.tl7 xsd:float +cim:PssIEEE4B.tl8 xsd:float +cim:PssIEEE4B.tl9 xsd:float +cim:PssIEEE4B.vhmax xsd:float +cim:PssIEEE4B.vhmin xsd:float +cim:PssIEEE4B.vimax xsd:float +cim:PssIEEE4B.vimin xsd:float +cim:PssIEEE4B.vlmax xsd:float +cim:PssIEEE4B.vlmin xsd:float +cim:PssIEEE4B.vstmax xsd:float +cim:PssIEEE4B.vstmin xsd:float +cim:PssPTIST1.dtc xsd:float +cim:PssPTIST1.dtf xsd:float +cim:PssPTIST1.dtp xsd:float +cim:PssPTIST1.k xsd:float +cim:PssPTIST1.m xsd:float +cim:PssPTIST1.t1 xsd:float +cim:PssPTIST1.t2 xsd:float +cim:PssPTIST1.t3 xsd:float +cim:PssPTIST1.t4 xsd:float +cim:PssPTIST1.tf xsd:float +cim:PssPTIST1.tp xsd:float +cim:PssPTIST3.a0 xsd:float +cim:PssPTIST3.a1 xsd:float +cim:PssPTIST3.a2 xsd:float +cim:PssPTIST3.a3 xsd:float +cim:PssPTIST3.a4 xsd:float +cim:PssPTIST3.a5 xsd:float +cim:PssPTIST3.al xsd:float +cim:PssPTIST3.athres xsd:float +cim:PssPTIST3.b0 xsd:float +cim:PssPTIST3.b1 xsd:float +cim:PssPTIST3.b2 xsd:float +cim:PssPTIST3.b3 xsd:float +cim:PssPTIST3.b4 xsd:float +cim:PssPTIST3.b5 xsd:float +cim:PssPTIST3.dl xsd:float +cim:PssPTIST3.dtc xsd:float +cim:PssPTIST3.dtf xsd:float +cim:PssPTIST3.dtp xsd:float +cim:PssPTIST3.isw xsd:boolean +cim:PssPTIST3.k xsd:float +cim:PssPTIST3.lthres xsd:float +cim:PssPTIST3.m xsd:float +cim:PssPTIST3.nav xsd:float +cim:PssPTIST3.ncl xsd:float +cim:PssPTIST3.ncr xsd:float +cim:PssPTIST3.pmin xsd:float +cim:PssPTIST3.t1 xsd:float +cim:PssPTIST3.t2 xsd:float +cim:PssPTIST3.t3 xsd:float +cim:PssPTIST3.t4 xsd:float +cim:PssPTIST3.t5 xsd:float +cim:PssPTIST3.t6 xsd:float +cim:PssPTIST3.tf xsd:float +cim:PssPTIST3.tp xsd:float +cim:PssRQB.kdpm xsd:float +cim:PssRQB.ki2 xsd:float +cim:PssRQB.ki3 xsd:float +cim:PssRQB.ki4 xsd:float +cim:PssRQB.sibv xsd:float +cim:PssRQB.t4f xsd:float +cim:PssRQB.t4m xsd:float +cim:PssRQB.t4mom xsd:float +cim:PssRQB.tomd xsd:float +cim:PssRQB.tomsl xsd:float +cim:PssSB4.kx xsd:float +cim:PssSB4.ta xsd:float +cim:PssSB4.tb xsd:float +cim:PssSB4.tc xsd:float +cim:PssSB4.td xsd:float +cim:PssSB4.te xsd:float +cim:PssSB4.tt xsd:float +cim:PssSB4.tx1 xsd:float +cim:PssSB4.tx2 xsd:float +cim:PssSB4.vsmax xsd:float +cim:PssSB4.vsmin xsd:float +cim:PssSH.k xsd:float +cim:PssSH.k0 xsd:float +cim:PssSH.k1 xsd:float +cim:PssSH.k2 xsd:float +cim:PssSH.k3 xsd:float +cim:PssSH.k4 xsd:float +cim:PssSH.t1 xsd:float +cim:PssSH.t2 xsd:float +cim:PssSH.t3 xsd:float +cim:PssSH.t4 xsd:float +cim:PssSH.td xsd:float +cim:PssSH.vsmax xsd:float +cim:PssSH.vsmin xsd:float +cim:PssSK.k1 xsd:float +cim:PssSK.k2 xsd:float +cim:PssSK.k3 xsd:float +cim:PssSK.t1 xsd:float +cim:PssSK.t2 xsd:float +cim:PssSK.t3 xsd:float +cim:PssSK.t4 xsd:float +cim:PssSK.t5 xsd:float +cim:PssSK.t6 xsd:float +cim:PssSK.vsmax xsd:float +cim:PssSK.vsmin xsd:float +cim:PssSTAB2A.hlim xsd:float +cim:PssSTAB2A.k2 xsd:float +cim:PssSTAB2A.k3 xsd:float +cim:PssSTAB2A.k4 xsd:float +cim:PssSTAB2A.k5 xsd:float +cim:PssSTAB2A.t2 xsd:float +cim:PssSTAB2A.t3 xsd:float +cim:PssSTAB2A.t5 xsd:float +cim:PssWECC.k1 xsd:float +cim:PssWECC.k2 xsd:float +cim:PssWECC.t1 xsd:float +cim:PssWECC.t10 xsd:float +cim:PssWECC.t2 xsd:float +cim:PssWECC.t3 xsd:float +cim:PssWECC.t4 xsd:float +cim:PssWECC.t5 xsd:float +cim:PssWECC.t6 xsd:float +cim:PssWECC.t7 xsd:float +cim:PssWECC.t8 xsd:float +cim:PssWECC.t9 xsd:float +cim:PssWECC.vcl xsd:float +cim:PssWECC.vcu xsd:float +cim:PssWECC.vsmax xsd:float +cim:PssWECC.vsmin xsd:float +cim:Quality61850.badReference xsd:boolean +cim:Quality61850.estimatorReplaced xsd:boolean +cim:Quality61850.failure xsd:boolean +cim:Quality61850.oldData xsd:boolean +cim:Quality61850.operatorBlocked xsd:boolean +cim:Quality61850.oscillatory xsd:boolean +cim:Quality61850.outOfRange xsd:boolean +cim:Quality61850.overFlow xsd:boolean +cim:Quality61850.suspect xsd:boolean +cim:Quality61850.test xsd:boolean +cim:RatioTapChanger.stepVoltageIncrement xsd:float +cim:ReactiveCapabilityCurve.coolantTemperature xsd:float +cim:ReactiveCapabilityCurve.hydrogenPressure xsd:float +cim:RegularIntervalSchedule.endTime xsd:dateTime +cim:RegularIntervalSchedule.timeStep xsd:float +cim:RegularTimePoint.sequenceNumber xsd:integer +cim:RegularTimePoint.value1 xsd:float +cim:RegularTimePoint.value2 xsd:float +cim:RegulatingCondEq.controlEnabled xsd:boolean +cim:RegulatingControl.discrete xsd:boolean +cim:RegulatingControl.enabled xsd:boolean +cim:RegulatingControl.maxAllowedTargetValue xsd:float +cim:RegulatingControl.minAllowedTargetValue xsd:float +cim:RegulatingControl.targetDeadband xsd:float +cim:RegulatingControl.targetValue xsd:float +cim:RotatingMachine.p xsd:float +cim:RotatingMachine.q xsd:float +cim:RotatingMachine.ratedPowerFactor xsd:float +cim:RotatingMachine.ratedS xsd:float +cim:RotatingMachine.ratedU xsd:float +cim:RotatingMachineDynamics.damping xsd:float +cim:RotatingMachineDynamics.inertia xsd:float +cim:RotatingMachineDynamics.saturationFactor xsd:float +cim:RotatingMachineDynamics.saturationFactor120 xsd:float +cim:RotatingMachineDynamics.statorLeakageReactance xsd:float +cim:RotatingMachineDynamics.statorResistance xsd:float +cim:SVCUserDefined.proprietary xsd:boolean +cim:Season.endDate xsd:gMonthDay +cim:Season.startDate xsd:gMonthDay +cim:SeriesCompensator.r xsd:float +cim:SeriesCompensator.r0 xsd:float +cim:SeriesCompensator.varistorPresent xsd:boolean +cim:SeriesCompensator.varistorRatedCurrent xsd:float +cim:SeriesCompensator.varistorVoltageThreshold xsd:float +cim:SeriesCompensator.x xsd:float +cim:SeriesCompensator.x0 xsd:float +cim:SetPoint.normalValue xsd:float +cim:SetPoint.value xsd:float +cim:ShuntCompensator.aVRDelay xsd:float +cim:ShuntCompensator.grounded xsd:boolean +cim:ShuntCompensator.maximumSections xsd:integer +cim:ShuntCompensator.nomU xsd:float +cim:ShuntCompensator.normalSections xsd:integer +cim:ShuntCompensator.sections xsd:float +cim:ShuntCompensator.voltageSensitivity xsd:float +cim:StaticVarCompensator.capacitiveRating xsd:float +cim:StaticVarCompensator.inductiveRating xsd:float +cim:StaticVarCompensator.q xsd:float +cim:StaticVarCompensator.slope xsd:float +cim:StaticVarCompensator.voltageSetPoint xsd:float +cim:Status.dateTime xsd:dateTime +cim:Status.reason xsd:string +cim:Status.remark xsd:string +cim:Status.value xsd:string +cim:StreetAddress.language xsd:string +cim:StreetAddress.poBox xsd:string +cim:StreetAddress.postalCode xsd:string +cim:StreetDetail.addressGeneral xsd:string +cim:StreetDetail.addressGeneral2 xsd:string +cim:StreetDetail.addressGeneral3 xsd:string +cim:StreetDetail.buildingName xsd:string +cim:StreetDetail.code xsd:string +cim:StreetDetail.floorIdentification xsd:string +cim:StreetDetail.name xsd:string +cim:StreetDetail.number xsd:string +cim:StreetDetail.prefix xsd:string +cim:StreetDetail.suffix xsd:string +cim:StreetDetail.suiteNumber xsd:string +cim:StreetDetail.type xsd:string +cim:StreetDetail.withinTownLimits xsd:boolean +cim:SvInjection.pInjection xsd:float +cim:SvInjection.qInjection xsd:float +cim:SvPowerFlow.p xsd:float +cim:SvPowerFlow.q xsd:float +cim:SvShuntCompensatorSections.sections xsd:float +cim:SvStatus.inService xsd:boolean +cim:SvSwitch.open xsd:boolean +cim:SvTapStep.position xsd:float +cim:SvVoltage.angle xsd:float +cim:SvVoltage.v xsd:float +cim:Switch.locked xsd:boolean +cim:Switch.normalOpen xsd:boolean +cim:Switch.open xsd:boolean +cim:Switch.ratedCurrent xsd:float +cim:Switch.retained xsd:boolean +cim:SynchronousMachine.earthing xsd:boolean +cim:SynchronousMachine.earthingStarPointR xsd:float +cim:SynchronousMachine.earthingStarPointX xsd:float +cim:SynchronousMachine.ikk xsd:float +cim:SynchronousMachine.maxQ xsd:float +cim:SynchronousMachine.minQ xsd:float +cim:SynchronousMachine.mu xsd:float +cim:SynchronousMachine.qPercent xsd:float +cim:SynchronousMachine.r xsd:float +cim:SynchronousMachine.r0 xsd:float +cim:SynchronousMachine.r2 xsd:float +cim:SynchronousMachine.referencePriority xsd:integer +cim:SynchronousMachine.satDirectSubtransX xsd:float +cim:SynchronousMachine.satDirectSyncX xsd:float +cim:SynchronousMachine.satDirectTransX xsd:float +cim:SynchronousMachine.voltageRegulationRange xsd:float +cim:SynchronousMachine.x0 xsd:float +cim:SynchronousMachine.x2 xsd:float +cim:SynchronousMachineDetailed.efdBaseRatio xsd:float +cim:SynchronousMachineDetailed.saturationFactor120QAxis xsd:float +cim:SynchronousMachineDetailed.saturationFactorQAxis xsd:float +cim:SynchronousMachineEquivalentCircuit.r1d xsd:float +cim:SynchronousMachineEquivalentCircuit.r1q xsd:float +cim:SynchronousMachineEquivalentCircuit.r2q xsd:float +cim:SynchronousMachineEquivalentCircuit.rfd xsd:float +cim:SynchronousMachineEquivalentCircuit.x1d xsd:float +cim:SynchronousMachineEquivalentCircuit.x1q xsd:float +cim:SynchronousMachineEquivalentCircuit.x2q xsd:float +cim:SynchronousMachineEquivalentCircuit.xad xsd:float +cim:SynchronousMachineEquivalentCircuit.xaq xsd:float +cim:SynchronousMachineEquivalentCircuit.xf1d xsd:float +cim:SynchronousMachineEquivalentCircuit.xfd xsd:float +cim:SynchronousMachineTimeConstantReactance.ks xsd:float +cim:SynchronousMachineTimeConstantReactance.tc xsd:float +cim:SynchronousMachineTimeConstantReactance.tpdo xsd:float +cim:SynchronousMachineTimeConstantReactance.tppdo xsd:float +cim:SynchronousMachineTimeConstantReactance.tppqo xsd:float +cim:SynchronousMachineTimeConstantReactance.tpqo xsd:float +cim:SynchronousMachineTimeConstantReactance.xDirectSubtrans xsd:float +cim:SynchronousMachineTimeConstantReactance.xDirectSync xsd:float +cim:SynchronousMachineTimeConstantReactance.xDirectTrans xsd:float +cim:SynchronousMachineTimeConstantReactance.xQuadSubtrans xsd:float +cim:SynchronousMachineTimeConstantReactance.xQuadSync xsd:float +cim:SynchronousMachineTimeConstantReactance.xQuadTrans xsd:float +cim:SynchronousMachineUserDefined.proprietary xsd:boolean +cim:TapChanger.controlEnabled xsd:boolean +cim:TapChanger.highStep xsd:integer +cim:TapChanger.lowStep xsd:integer +cim:TapChanger.ltcFlag xsd:boolean +cim:TapChanger.neutralStep xsd:integer +cim:TapChanger.neutralU xsd:float +cim:TapChanger.normalStep xsd:integer +cim:TapChanger.step xsd:float +cim:TapChangerTablePoint.b xsd:float +cim:TapChangerTablePoint.g xsd:float +cim:TapChangerTablePoint.r xsd:float +cim:TapChangerTablePoint.ratio xsd:float +cim:TapChangerTablePoint.step xsd:integer +cim:TapChangerTablePoint.x xsd:float +cim:TextDiagramObject.text xsd:string +cim:TieFlow.positiveFlowIn xsd:boolean +cim:TownDetail.code xsd:string +cim:TownDetail.country xsd:string +cim:TownDetail.name xsd:string +cim:TownDetail.section xsd:string +cim:TownDetail.stateOrProvince xsd:string +cim:TransformerEnd.endNumber xsd:integer +cim:TransformerEnd.grounded xsd:boolean +cim:TransformerEnd.rground xsd:float +cim:TransformerEnd.xground xsd:float +cim:TurbLCFB1.db xsd:float +cim:TurbLCFB1.emax xsd:float +cim:TurbLCFB1.fb xsd:float +cim:TurbLCFB1.fbf xsd:boolean +cim:TurbLCFB1.irmax xsd:float +cim:TurbLCFB1.ki xsd:float +cim:TurbLCFB1.kp xsd:float +cim:TurbLCFB1.mwbase xsd:float +cim:TurbLCFB1.pbf xsd:boolean +cim:TurbLCFB1.pmwset xsd:float +cim:TurbLCFB1.speedReferenceGovernor xsd:boolean +cim:TurbLCFB1.tpelec xsd:float +cim:TurbineGovernorUserDefined.proprietary xsd:boolean +cim:TurbineLoadControllerUserDefined.proprietary xsd:boolean +cim:UnderexcLim2Simplified.kui xsd:float +cim:UnderexcLim2Simplified.p0 xsd:float +cim:UnderexcLim2Simplified.p1 xsd:float +cim:UnderexcLim2Simplified.q0 xsd:float +cim:UnderexcLim2Simplified.q1 xsd:float +cim:UnderexcLim2Simplified.vuimax xsd:float +cim:UnderexcLim2Simplified.vuimin xsd:float +cim:UnderexcLimIEEE1.kuc xsd:float +cim:UnderexcLimIEEE1.kuf xsd:float +cim:UnderexcLimIEEE1.kui xsd:float +cim:UnderexcLimIEEE1.kul xsd:float +cim:UnderexcLimIEEE1.kur xsd:float +cim:UnderexcLimIEEE1.tu1 xsd:float +cim:UnderexcLimIEEE1.tu2 xsd:float +cim:UnderexcLimIEEE1.tu3 xsd:float +cim:UnderexcLimIEEE1.tu4 xsd:float +cim:UnderexcLimIEEE1.vucmax xsd:float +cim:UnderexcLimIEEE1.vuimax xsd:float +cim:UnderexcLimIEEE1.vuimin xsd:float +cim:UnderexcLimIEEE1.vulmax xsd:float +cim:UnderexcLimIEEE1.vulmin xsd:float +cim:UnderexcLimIEEE1.vurmax xsd:float +cim:UnderexcLimIEEE2.k1 xsd:float +cim:UnderexcLimIEEE2.k2 xsd:float +cim:UnderexcLimIEEE2.kfb xsd:float +cim:UnderexcLimIEEE2.kuf xsd:float +cim:UnderexcLimIEEE2.kui xsd:float +cim:UnderexcLimIEEE2.kul xsd:float +cim:UnderexcLimIEEE2.p0 xsd:float +cim:UnderexcLimIEEE2.p1 xsd:float +cim:UnderexcLimIEEE2.p10 xsd:float +cim:UnderexcLimIEEE2.p2 xsd:float +cim:UnderexcLimIEEE2.p3 xsd:float +cim:UnderexcLimIEEE2.p4 xsd:float +cim:UnderexcLimIEEE2.p5 xsd:float +cim:UnderexcLimIEEE2.p6 xsd:float +cim:UnderexcLimIEEE2.p7 xsd:float +cim:UnderexcLimIEEE2.p8 xsd:float +cim:UnderexcLimIEEE2.p9 xsd:float +cim:UnderexcLimIEEE2.q0 xsd:float +cim:UnderexcLimIEEE2.q1 xsd:float +cim:UnderexcLimIEEE2.q10 xsd:float +cim:UnderexcLimIEEE2.q2 xsd:float +cim:UnderexcLimIEEE2.q3 xsd:float +cim:UnderexcLimIEEE2.q4 xsd:float +cim:UnderexcLimIEEE2.q5 xsd:float +cim:UnderexcLimIEEE2.q6 xsd:float +cim:UnderexcLimIEEE2.q7 xsd:float +cim:UnderexcLimIEEE2.q8 xsd:float +cim:UnderexcLimIEEE2.q9 xsd:float +cim:UnderexcLimIEEE2.tu1 xsd:float +cim:UnderexcLimIEEE2.tu2 xsd:float +cim:UnderexcLimIEEE2.tu3 xsd:float +cim:UnderexcLimIEEE2.tu4 xsd:float +cim:UnderexcLimIEEE2.tul xsd:float +cim:UnderexcLimIEEE2.tup xsd:float +cim:UnderexcLimIEEE2.tuq xsd:float +cim:UnderexcLimIEEE2.tuv xsd:float +cim:UnderexcLimIEEE2.vuimax xsd:float +cim:UnderexcLimIEEE2.vuimin xsd:float +cim:UnderexcLimIEEE2.vulmax xsd:float +cim:UnderexcLimIEEE2.vulmin xsd:float +cim:UnderexcLimX1.k xsd:float +cim:UnderexcLimX1.kf2 xsd:float +cim:UnderexcLimX1.km xsd:float +cim:UnderexcLimX1.melmax xsd:float +cim:UnderexcLimX1.tf2 xsd:float +cim:UnderexcLimX1.tm xsd:float +cim:UnderexcLimX2.kf2 xsd:float +cim:UnderexcLimX2.km xsd:float +cim:UnderexcLimX2.melmax xsd:float +cim:UnderexcLimX2.qo xsd:float +cim:UnderexcLimX2.r xsd:float +cim:UnderexcLimX2.tf2 xsd:float +cim:UnderexcLimX2.tm xsd:float +cim:UnderexcitationLimiterUserDefined.proprietary xsd:boolean +cim:UnplannedOutage.reportedStartTime xsd:dateTime +cim:VAdjIEEE.adjslew xsd:float +cim:VAdjIEEE.taoff xsd:float +cim:VAdjIEEE.taon xsd:float +cim:VAdjIEEE.vadjf xsd:float +cim:VAdjIEEE.vadjmax xsd:float +cim:VAdjIEEE.vadjmin xsd:float +cim:VCompIEEEType1.rc xsd:float +cim:VCompIEEEType1.tr xsd:float +cim:VCompIEEEType1.xc xsd:float +cim:VCompIEEEType2.tr xsd:float +cim:VSCUserDefined.proprietary xsd:boolean +cim:ValueToAlias.value xsd:integer +cim:VisibilityLayer.drawingOrder xsd:integer +cim:VoltageAdjusterUserDefined.proprietary xsd:boolean +cim:VoltageCompensatorUserDefined.proprietary xsd:boolean +cim:VoltageLevel.highVoltageLimit xsd:float +cim:VoltageLevel.lowVoltageLimit xsd:float +cim:VoltageLimit.normalValue xsd:float +cim:VoltageLimit.value xsd:float +cim:VsConverter.delta xsd:float +cim:VsConverter.droop xsd:float +cim:VsConverter.droopCompensation xsd:float +cim:VsConverter.maxModulationIndex xsd:float +cim:VsConverter.qShare xsd:float +cim:VsConverter.targetPWMfactor xsd:float +cim:VsConverter.targetPhasePcc xsd:float +cim:VsConverter.targetPowerFactorPcc xsd:float +cim:VsConverter.targetQpcc xsd:float +cim:VsConverter.targetUpcc xsd:float +cim:VsConverter.uv xsd:float +cim:WindAeroOneDimIEC.ka xsd:float +cim:WindAeroOneDimIEC.thetaomega xsd:float +cim:WindAeroTwoDimIEC.dpomega xsd:float +cim:WindAeroTwoDimIEC.dptheta xsd:float +cim:WindAeroTwoDimIEC.dpv1 xsd:float +cim:WindAeroTwoDimIEC.omegazero xsd:float +cim:WindAeroTwoDimIEC.pavail xsd:float +cim:WindAeroTwoDimIEC.thetav2 xsd:float +cim:WindAeroTwoDimIEC.thetazero xsd:float +cim:WindContCurrLimIEC.imax xsd:float +cim:WindContCurrLimIEC.imaxdip xsd:float +cim:WindContCurrLimIEC.kpqu xsd:float +cim:WindContCurrLimIEC.mdfslim xsd:boolean +cim:WindContCurrLimIEC.mqpri xsd:boolean +cim:WindContCurrLimIEC.tufiltcl xsd:float +cim:WindContCurrLimIEC.upqumax xsd:float +cim:WindContPType3IEC.dpmax xsd:float +cim:WindContPType3IEC.dprefmax xsd:float +cim:WindContPType3IEC.dprefmin xsd:float +cim:WindContPType3IEC.dthetamax xsd:float +cim:WindContPType3IEC.dthetamaxuvrt xsd:float +cim:WindContPType3IEC.kdtd xsd:float +cim:WindContPType3IEC.kip xsd:float +cim:WindContPType3IEC.kpp xsd:float +cim:WindContPType3IEC.mpuvrt xsd:boolean +cim:WindContPType3IEC.omegadtd xsd:float +cim:WindContPType3IEC.omegaoffset xsd:float +cim:WindContPType3IEC.pdtdmax xsd:float +cim:WindContPType3IEC.tdvs xsd:float +cim:WindContPType3IEC.thetaemin xsd:float +cim:WindContPType3IEC.thetauscale xsd:float +cim:WindContPType3IEC.tomegafiltp3 xsd:float +cim:WindContPType3IEC.tomegaref xsd:float +cim:WindContPType3IEC.tpfiltp3 xsd:float +cim:WindContPType3IEC.tpord xsd:float +cim:WindContPType3IEC.tufiltp3 xsd:float +cim:WindContPType3IEC.udvs xsd:float +cim:WindContPType3IEC.updip xsd:float +cim:WindContPType3IEC.zeta xsd:float +cim:WindContPType4aIEC.dpmaxp4a xsd:float +cim:WindContPType4aIEC.tpordp4a xsd:float +cim:WindContPType4aIEC.tufiltp4a xsd:float +cim:WindContPType4bIEC.dpmaxp4b xsd:float +cim:WindContPType4bIEC.tpaero xsd:float +cim:WindContPType4bIEC.tpordp4b xsd:float +cim:WindContPType4bIEC.tufiltp4b xsd:float +cim:WindContPitchAngleIEC.dthetamax xsd:float +cim:WindContPitchAngleIEC.dthetamin xsd:float +cim:WindContPitchAngleIEC.kic xsd:float +cim:WindContPitchAngleIEC.kiomega xsd:float +cim:WindContPitchAngleIEC.kpc xsd:float +cim:WindContPitchAngleIEC.kpomega xsd:float +cim:WindContPitchAngleIEC.kpx xsd:float +cim:WindContPitchAngleIEC.thetamax xsd:float +cim:WindContPitchAngleIEC.thetamin xsd:float +cim:WindContPitchAngleIEC.ttheta xsd:float +cim:WindContQIEC.iqh1 xsd:float +cim:WindContQIEC.iqmax xsd:float +cim:WindContQIEC.iqmin xsd:float +cim:WindContQIEC.iqpost xsd:float +cim:WindContQIEC.kiq xsd:float +cim:WindContQIEC.kiu xsd:float +cim:WindContQIEC.kpq xsd:float +cim:WindContQIEC.kpu xsd:float +cim:WindContQIEC.kqv xsd:float +cim:WindContQIEC.rdroop xsd:float +cim:WindContQIEC.tpfiltq xsd:float +cim:WindContQIEC.tpost xsd:float +cim:WindContQIEC.tqord xsd:float +cim:WindContQIEC.tufiltq xsd:float +cim:WindContQIEC.udb1 xsd:float +cim:WindContQIEC.udb2 xsd:float +cim:WindContQIEC.umax xsd:float +cim:WindContQIEC.umin xsd:float +cim:WindContQIEC.uqdip xsd:float +cim:WindContQIEC.uref0 xsd:float +cim:WindContQIEC.xdroop xsd:float +cim:WindContQLimIEC.qmax xsd:float +cim:WindContQLimIEC.qmin xsd:float +cim:WindContQPQULimIEC.tpfiltql xsd:float +cim:WindContQPQULimIEC.tufiltql xsd:float +cim:WindContRotorRIEC.kirr xsd:float +cim:WindContRotorRIEC.komegafilt xsd:float +cim:WindContRotorRIEC.kpfilt xsd:float +cim:WindContRotorRIEC.kprr xsd:float +cim:WindContRotorRIEC.rmax xsd:float +cim:WindContRotorRIEC.rmin xsd:float +cim:WindContRotorRIEC.tomegafiltrr xsd:float +cim:WindContRotorRIEC.tpfiltrr xsd:float +cim:WindDynamicsLookupTable.input xsd:float +cim:WindDynamicsLookupTable.output xsd:float +cim:WindDynamicsLookupTable.sequence xsd:integer +cim:WindGenType3IEC.dipmax xsd:float +cim:WindGenType3IEC.diqmax xsd:float +cim:WindGenType3IEC.xs xsd:float +cim:WindGenType3aIEC.kpc xsd:float +cim:WindGenType3aIEC.tic xsd:float +cim:WindGenType3bIEC.mwtcwp xsd:boolean +cim:WindGenType3bIEC.tg xsd:float +cim:WindGenType3bIEC.two xsd:float +cim:WindGenType4IEC.dipmax xsd:float +cim:WindGenType4IEC.diqmax xsd:float +cim:WindGenType4IEC.diqmin xsd:float +cim:WindGenType4IEC.tg xsd:float +cim:WindMechIEC.cdrt xsd:float +cim:WindMechIEC.hgen xsd:float +cim:WindMechIEC.hwtr xsd:float +cim:WindMechIEC.kdrt xsd:float +cim:WindPitchContPowerIEC.dpmax xsd:float +cim:WindPitchContPowerIEC.dpmin xsd:float +cim:WindPitchContPowerIEC.pmin xsd:float +cim:WindPitchContPowerIEC.pset xsd:float +cim:WindPitchContPowerIEC.t1 xsd:float +cim:WindPitchContPowerIEC.tr xsd:float +cim:WindPitchContPowerIEC.uuvrt xsd:float +cim:WindPlantFreqPcontrolIEC.dprefmax xsd:float +cim:WindPlantFreqPcontrolIEC.dprefmin xsd:float +cim:WindPlantFreqPcontrolIEC.dpwprefmax xsd:float +cim:WindPlantFreqPcontrolIEC.dpwprefmin xsd:float +cim:WindPlantFreqPcontrolIEC.kiwpp xsd:float +cim:WindPlantFreqPcontrolIEC.kiwppmax xsd:float +cim:WindPlantFreqPcontrolIEC.kiwppmin xsd:float +cim:WindPlantFreqPcontrolIEC.kpwpp xsd:float +cim:WindPlantFreqPcontrolIEC.kwppref xsd:float +cim:WindPlantFreqPcontrolIEC.prefmax xsd:float +cim:WindPlantFreqPcontrolIEC.prefmin xsd:float +cim:WindPlantFreqPcontrolIEC.tpft xsd:float +cim:WindPlantFreqPcontrolIEC.tpfv xsd:float +cim:WindPlantFreqPcontrolIEC.twpffiltp xsd:float +cim:WindPlantFreqPcontrolIEC.twppfiltp xsd:float +cim:WindPlantReactiveControlIEC.dxrefmax xsd:float +cim:WindPlantReactiveControlIEC.dxrefmin xsd:float +cim:WindPlantReactiveControlIEC.kiwpx xsd:float +cim:WindPlantReactiveControlIEC.kiwpxmax xsd:float +cim:WindPlantReactiveControlIEC.kiwpxmin xsd:float +cim:WindPlantReactiveControlIEC.kpwpx xsd:float +cim:WindPlantReactiveControlIEC.kwpqref xsd:float +cim:WindPlantReactiveControlIEC.kwpqu xsd:float +cim:WindPlantReactiveControlIEC.tuqfilt xsd:float +cim:WindPlantReactiveControlIEC.twppfiltq xsd:float +cim:WindPlantReactiveControlIEC.twpqfiltq xsd:float +cim:WindPlantReactiveControlIEC.twpufiltq xsd:float +cim:WindPlantReactiveControlIEC.txft xsd:float +cim:WindPlantReactiveControlIEC.txfv xsd:float +cim:WindPlantReactiveControlIEC.uwpqdip xsd:float +cim:WindPlantReactiveControlIEC.xrefmax xsd:float +cim:WindPlantReactiveControlIEC.xrefmin xsd:float +cim:WindPlantUserDefined.proprietary xsd:boolean +cim:WindProtectionIEC.dfimax xsd:float +cim:WindProtectionIEC.fover xsd:float +cim:WindProtectionIEC.funder xsd:float +cim:WindProtectionIEC.mzc xsd:boolean +cim:WindProtectionIEC.tfma xsd:float +cim:WindProtectionIEC.uover xsd:float +cim:WindProtectionIEC.uunder xsd:float +cim:WindRefFrameRotIEC.tpll xsd:float +cim:WindRefFrameRotIEC.upll1 xsd:float +cim:WindRefFrameRotIEC.upll2 xsd:float +cim:WindType1or2UserDefined.proprietary xsd:boolean +cim:WindType3or4UserDefined.proprietary xsd:boolean +dcat:Resource.hasVersion xsd:anyURI +dcat:Resource.isVersionOf xsd:anyURI +dcat:Resource.keyword xsd:string +dcat:Resource.version xsd:string +dcat:Resource.versionNotes xsd:string +dcat:endDate xsd:dateTimeStamp +dcat:keyword xsd:string +dcat:startDate xsd:dateTimeStamp +dcat:temporalResolution xsd:duration +dcat:version xsd:string +dct:PowerSystemProjectGroup.description xsd:string +dct:PowerSystemProjectGroup.identifier xsd:string +dct:PowerSystemProjectGroup.title xsd:string +dct:Resource.accessRights xsd:string +dct:Resource.conformsTo xsd:string +dct:Resource.creator xsd:string +dct:Resource.description xsd:string +dct:Resource.identifier xsd:string +dct:Resource.issued xsd:dateTime +dct:Resource.license xsd:string +dct:Resource.modified xsd:date +dct:Resource.publisher xsd:string +dct:Resource.rights xsd:string +dct:Resource.rightsHolder xsd:string +dct:Resource.title xsd:string +dct:description xsd:string +dct:identifier xsd:string +dct:issued xsd:dateTime +dct:rights xsd:string +dct:rightsHolder xsd:string +dct:title xsd:string +eu:BoundaryPoint.fromEndIsoCode xsd:string +eu:BoundaryPoint.fromEndName xsd:string +eu:BoundaryPoint.fromEndNameTso xsd:string +eu:BoundaryPoint.isDirectCurrent xsd:boolean +eu:BoundaryPoint.isExcludedFromAreaInterchange xsd:boolean +eu:BoundaryPoint.toEndIsoCode xsd:string +eu:BoundaryPoint.toEndName xsd:string +eu:BoundaryPoint.toEndNameTso xsd:string +eu:IdentifiedObject.energyIdentCodeEic xsd:string +eu:IdentifiedObject.shortName xsd:string +eumd:Model.applicationSoftware xsd:string +euvoc:status xsd:anyURI +md:Model.created xsd:dateTime +md:Model.description xsd:string +md:Model.modelingAuthoritySet xsd:anyURI +md:Model.profile xsd:anyURI +md:Model.scenarioTime xsd:dateTime +md:Model.version xsd:integer +md:Model.version xsd:string +nc:ACDCConverterRegularSchedule.p xsd:float +nc:ACDCConverterRegularSchedule.q xsd:float +nc:ACDCConverterRegularSchedule.targetPpcc xsd:float +nc:ACDCConverterRegularSchedule.targetUdc xsd:float +nc:ACDCTimePoint.atTime xsd:dateTime +nc:ACDCTimePoint.p xsd:float +nc:ACDCTimePoint.q xsd:float +nc:ACDCTimePoint.targetPpcc xsd:float +nc:ACDCTimePoint.targetUdc xsd:float +nc:ACEmulationControlFunction.gain xsd:float +nc:ACEmulationControlFunction.referenceP xsd:float +nc:ACEmulationControlFunction.timeConstant xsd:float +nc:ActivePowerControlFunction.targetValue xsd:float +nc:ActivePowerLimitTimePoint.atTime xsd:dateTime +nc:ActivePowerLimitTimePoint.value xsd:float +nc:ApparentPowerLimitTimePoint.atTime xsd:dateTime +nc:ApparentPowerLimitTimePoint.value xsd:float +nc:AreaBorderTerminal.mRID xsd:string +nc:AreaDispatchableUnit.enabled xsd:boolean +nc:AreaDispatchableUnit.normalEnabled xsd:boolean +nc:AreaDispatchableUnit.p xsd:float +nc:AreaInterchangeController.pTolerance xsd:float +nc:AssessedElement.appointedMargin xsd:float +nc:AssessedElement.coordinatedValidationAdjustment xsd:float +nc:AssessedElement.coordinatedValidationAdjustmentJustification xsd:string +nc:AssessedElement.criticalElementContingencyJustification xsd:string +nc:AssessedElement.enabled xsd:boolean +nc:AssessedElement.flowReliabilityMargin xsd:float +nc:AssessedElement.inBaseCase xsd:boolean +nc:AssessedElement.individualValidationAdjustment xsd:float +nc:AssessedElement.individualValidationAdjustmentJustification xsd:string +nc:AssessedElement.individualValidationAdjustmentShare xsd:float +nc:AssessedElement.insideCapacityMargin xsd:float +nc:AssessedElement.isCombinableWithContingency xsd:boolean +nc:AssessedElement.isCombinableWithRemedialAction xsd:boolean +nc:AssessedElement.maxFlow xsd:float +nc:AssessedElement.maxMarginAdjustment xsd:float +nc:AssessedElement.normalAppointedMargin xsd:float +nc:AssessedElement.normalCoordinatedValidationAdjustment xsd:float +nc:AssessedElement.normalCoordinatedValidationAdjustmentJustification xsd:string +nc:AssessedElement.normalCriticalElementContingencyJustification xsd:string +nc:AssessedElement.normalEnabled xsd:boolean +nc:AssessedElement.normalIndividualValidationAdjustment xsd:float +nc:AssessedElement.normalIndividualValidationAdjustmentJustification xsd:string +nc:AssessedElement.normalIndividualValidationAdjustmentShare xsd:float +nc:AssessedElement.normalMaxFlow xsd:float +nc:AssessedElement.normalPositiveVirtualMargin xsd:float +nc:AssessedElement.normalScannedThresholdMargin xsd:float +nc:AssessedElement.normalTargetRemainingAvailableMarginJustification xsd:string +nc:AssessedElement.outsideCapacityMargin xsd:float +nc:AssessedElement.positiveVirtualMargin xsd:float +nc:AssessedElement.scannedThresholdMargin xsd:float +nc:AssessedElement.targetRemainingAvailableMargin xsd:float +nc:AssessedElement.targetRemainingAvailableMarginJustification xsd:string +nc:AssessedElementRegularTimePoint.appointedMargin xsd:float +nc:AssessedElementRegularTimePoint.enabled xsd:boolean +nc:AssessedElementRegularTimePoint.maxFlow xsd:float +nc:AssessedElementRegularTimePoint.scannedThresholdMargin xsd:float +nc:AssessedElementRegularTimePoint.virtualPositiveMargin xsd:float +nc:AssessedElementTimePoint.appointedMargin xsd:float +nc:AssessedElementTimePoint.atTime xsd:dateTime +nc:AssessedElementTimePoint.coordinatedValidationAdjustment xsd:float +nc:AssessedElementTimePoint.coordinatedValidationAdjustmentJustification xsd:string +nc:AssessedElementTimePoint.criticalElementContingencyJustification xsd:string +nc:AssessedElementTimePoint.enabled xsd:boolean +nc:AssessedElementTimePoint.individualValidationAdjustment xsd:float +nc:AssessedElementTimePoint.individualValidationAdjustmentJustification xsd:string +nc:AssessedElementTimePoint.individualValidationAdjustmentShare xsd:float +nc:AssessedElementTimePoint.maxFlow xsd:float +nc:AssessedElementTimePoint.scannedThresholdMargin xsd:float +nc:AssessedElementTimePoint.targetRemainingAvailableMarginJustification xsd:string +nc:AssessedElementTimePoint.virtualPositiveMargin xsd:float +nc:AssessedElementWithContingency.enabled xsd:boolean +nc:AssessedElementWithContingency.mRID xsd:string +nc:AssessedElementWithContingency.normalEnabled xsd:boolean +nc:AssessedElementWithRemedialAction.enabled xsd:boolean +nc:AssessedElementWithRemedialAction.mRID xsd:string +nc:AssessedElementWithRemedialAction.normalEnabled xsd:boolean +nc:AsynchronousMachineTimePoint.atTime xsd:dateTime +nc:AutomationBlockGroup.priority xsd:integer +nc:AutomationFunction.enabled xsd:boolean +nc:AutomationFunction.normalEnabled xsd:boolean +nc:AutomationFunction.type xsd:string +nc:AvailabilityEnabled.enabled xsd:boolean +nc:AvailabilityExceptionalLimit.value xsd:float +nc:AvailabilitySchedule.cancelledDateTime xsd:dateTime +nc:AvailabilitySchedule.causeDescription xsd:string +nc:AvailabilitySchedule.daytimeRestitutionDuration xsd:duration +nc:AvailabilitySchedule.eveningRestitutionDuration xsd:duration +nc:AvailabilitySchedule.isCancelled xsd:boolean +nc:AvailabilitySchedule.maxRestitutionDuration xsd:duration +nc:AvailabilitySchedule.priority xsd:integer +nc:AvailabilitySchedule.weekendRestitutionDuration xsd:duration +nc:AvailabilityTimePoint.atTime xsd:dateTime +nc:AvailabilityTimePoint.available xsd:boolean +nc:BaseRegularIntervalSchedule.intervalEndTime xsd:dateTime +nc:BaseRegularIntervalSchedule.intervalStartTime xsd:dateTime +nc:BaseTimeSeries.actionMethod xsd:string +nc:BaseTimeSeries.generatedAtTime xsd:dateTime +nc:BaseTimeSeries.percentile xsd:integer +nc:BatteryUnitTimePoint.atTime xsd:dateTime +nc:BatteryUnitTimePoint.storedE xsd:float +nc:BiddingZone.isTradeEnabled xsd:boolean +nc:BiddingZone.netPosition xsd:float +nc:BiddingZoneBorder.alreadyAllocatedCapacity xsd:float +nc:BiddingZoneBorder.alreadyAllocatedFlow xsd:float +nc:BiddingZoneBorder.availableTransferCapacity xsd:float +nc:BiddingZoneBorder.netTransferCapacity xsd:float +nc:BiddingZoneBorder.totalTransferCapacity xsd:float +nc:BiddingZoneBorder.transmissionReliabilityMargin xsd:float +nc:BipolarDCSystem.isRigid xsd:boolean +nc:Circuit.positiveFlowIn xsd:boolean +nc:CircuitShare.contributionFactor xsd:float +nc:CircuitShare.normalContributionFactor xsd:float +nc:Contingency.normalMustStudy xsd:boolean +nc:Contingency.normalProbability xsd:float +nc:Contingency.probability xsd:float +nc:ContingencyTimePoint.atTime xsd:dateTime +nc:ContingencyTimePoint.mustStudy xsd:boolean +nc:ContingencyTimePoint.probability xsd:float +nc:ContingencyWithRemedialAction.enabled xsd:boolean +nc:ContingencyWithRemedialAction.mRID xsd:string +nc:ContingencyWithRemedialAction.normalEnabled xsd:boolean +nc:ControlAreaRegularSchedule.netInterchange xsd:float +nc:ControlAreaRegularSchedule.pTolerance xsd:float +nc:ControlAreaTimePoint.atTime xsd:dateTime +nc:ControlAreaTimePoint.netInterchange xsd:float +nc:ControlAreaTimePoint.pTolerance xsd:float +nc:ControlFunctionBlock.isDiscrete xsd:boolean +nc:ControlFunctionBlock.maxAllowedTargetValue xsd:float +nc:ControlFunctionBlock.minAllowedTargetValue xsd:float +nc:ControlFunctionBlock.targetDeadband xsd:float +nc:ControllableQuantity.value xsd:float +nc:CountertradeRemedialAction.maxEconomicPMargin xsd:float +nc:CountertradeRemedialAction.minEconomicPMargin xsd:float +nc:CrossBorderRelevance.enabled xsd:boolean +nc:CrossBorderRelevance.mRID xsd:string +nc:CrossBorderRelevance.normalEnabled xsd:boolean +nc:CsConverterRegularSchedule.targetAlpha xsd:float +nc:CsConverterRegularSchedule.targetGamma xsd:float +nc:CsConverterRegularSchedule.targetIdc xsd:float +nc:CsConverterTimePoint.targetAlpha xsd:float +nc:CsConverterTimePoint.targetGamma xsd:float +nc:CsConverterTimePoint.targetIdc xsd:float +nc:CurrentControlFunction.targetValue xsd:float +nc:CurrentDroopControlFunction.droopCapacitive xsd:float +nc:CurrentDroopControlFunction.droopInductive xsd:float +nc:CurrentDroopControlFunction.offsetCapacitive xsd:float +nc:CurrentDroopControlFunction.offsetInductive xsd:float +nc:CurrentDroopControlFunction.targetValueCapacitive xsd:float +nc:CurrentDroopControlFunction.targetValueInductive xsd:float +nc:CurrentDroopOverride.droopCapacitive xsd:float +nc:CurrentDroopOverride.droopInductive xsd:float +nc:CurrentDroopOverride.enabled xsd:boolean +nc:CurrentDroopOverride.mRID xsd:string +nc:CurrentDroopOverride.offsetCapacitiveI xsd:float +nc:CurrentDroopOverride.offsetInductiveI xsd:float +nc:CurrentDroopOverride.targetValueCapacitiveI xsd:float +nc:CurrentDroopOverride.targetValueInductiveI xsd:float +nc:CurrentLimitTimePoint.atTime xsd:dateTime +nc:CurrentLimitTimePoint.value xsd:float +nc:DCCurrentControlFunction.droop xsd:float +nc:DCCurrentControlFunction.droopCompensation xsd:float +nc:DCCurrentControlFunction.targetValue xsd:float +nc:DCPole.maxEconomicP xsd:float +nc:DCPole.minEconomicP xsd:float +nc:DCPole.normalParticipationFactor xsd:float +nc:DCPole.p xsd:float +nc:DCPole.participationFactor xsd:float +nc:DCSubstation.isTapping xsd:boolean +nc:DCSwitch.locked xsd:boolean +nc:DCSwitch.open xsd:boolean +nc:DCTieCorridor.maxRegulatingReserve xsd:float +nc:DCTieCorridor.minRegulatingReserve xsd:float +nc:DCTieCorridor.p xsd:float +nc:DCTieCorridor.q xsd:float +nc:DCVoltageControlFunction.targetValue xsd:float +nc:EnablingTimePoint.atTime xsd:dateTime +nc:EnablingTimePoint.enabled xsd:boolean +nc:EnergyBlockOrder.normalParticipationFactor xsd:float +nc:EnergyBlockOrder.normalSequence xsd:integer +nc:EnergyBlockOrder.p xsd:float +nc:EnergyBlockOrder.participationFactor xsd:float +nc:EnergyBlockOrder.powerDuration xsd:duration +nc:EnergyBlockOrder.sequence xsd:integer +nc:EnergyConnectionRegularSchedule.p xsd:float +nc:EnergyConnectionRegularSchedule.q xsd:float +nc:EnergyConnectionTimePoint.atTime xsd:dateTime +nc:EnergyConnectionTimePoint.p xsd:float +nc:EnergyConnectionTimePoint.q xsd:float +nc:EnergyConsumer.maxEconomicP xsd:float +nc:EnergyConsumer.minEconomicP xsd:float +nc:EnergyConsumer.normalParticipationFactor xsd:float +nc:EnergyConsumer.participationFactor xsd:float +nc:EnergyGroup.normalParticipationFactor xsd:float +nc:EnergyGroup.p xsd:float +nc:EnergyGroup.participationFactor xsd:float +nc:EnergyGroup.powerDuration xsd:duration +nc:EquivalentInjectionRegularSchedule.p xsd:float +nc:EquivalentInjectionRegularSchedule.q xsd:float +nc:EquivalentInjectionRegularSchedule.regulationStatus xsd:boolean +nc:EquivalentInjectionRegularSchedule.regulationTarget xsd:float +nc:EquivalentInjectionTimePoint.atTime xsd:dateTime +nc:EquivalentInjectionTimePoint.p xsd:float +nc:EquivalentInjectionTimePoint.q xsd:float +nc:EquivalentInjectionTimePoint.regulationStatus xsd:boolean +nc:EquivalentInjectionTimePoint.regulationTarget xsd:float +nc:EventTimePoint.atTime xsd:dateTime +nc:EventTimePoint.isActive xsd:boolean +nc:ExternalNetworkInjectionRegularSchedule.p xsd:float +nc:ExternalNetworkInjectionRegularSchedule.q xsd:float +nc:ExternalNetworkInjectionRegularSchedule.referencePriority xsd:integer +nc:ExternalNetworkInjectionTimePoint.atTime xsd:dateTime +nc:ExternalNetworkInjectionTimePoint.p xsd:float +nc:ExternalNetworkInjectionTimePoint.q xsd:float +nc:ExternalNetworkInjectionTimePoint.referencePriority xsd:integer +nc:FACTSEquipment.maxC xsd:float +nc:FACTSEquipment.maxL xsd:float +nc:FACTSEquipment.minC xsd:float +nc:FACTSEquipment.minL xsd:float +nc:FACTSEquipment.q xsd:float +nc:FACTSEquipment.ratedC xsd:float +nc:FACTSEquipment.ratedI xsd:float +nc:FACTSEquipment.ratedL xsd:float +nc:FACTSEquipment.ratedU xsd:float +nc:FACTSEquipment.slope xsd:float +nc:Fault.duration xsd:duration +nc:Fault.isDirectlyEarthed xsd:boolean +nc:Fault.isIntermittent xsd:boolean +nc:Fault.isPermanent xsd:boolean +nc:Fault.repairTime xsd:duration +nc:Fault.sequenceNumber xsd:integer +nc:FaultCause.mRID xsd:string +nc:FaultOutage.isMainFault xsd:boolean +nc:FaultOutage.mRID xsd:string +nc:FlexibleEnergyUnit.buffer xsd:float +nc:FlexibleEnergyUnit.timeShift xsd:float +nc:FlexibleEnergyUnit.unconstrained xsd:float +nc:FlexibleEnergyUnit.uncontrollable xsd:float +nc:FrequencyControlFuntion.frequencyBias xsd:float +nc:FrequencyMonitoringTerminal.mRID xsd:string +nc:FrequencyMonitoringTerminal.priority xsd:integer +nc:FuelStorage.energyStorage xsd:float +nc:FunctionBlock.enabled xsd:boolean +nc:FunctionBlock.normalEnabled xsd:boolean +nc:GateInputPin.absoluteValue xsd:boolean +nc:GateInputPin.duration xsd:duration +nc:GateInputPin.isValuePreFault xsd:boolean +nc:GateInputPin.negate xsd:boolean +nc:GateInputPin.thresholdPercentage xsd:float +nc:GateInputPin.thresholdValue xsd:float +nc:GeneratingUnit.coolDownTime xsd:duration +nc:GeneratingUnit.maxStartupLoad xsd:float +nc:GeneratingUnit.minimumUpTime xsd:duration +nc:GeneratingUnit.mustRun xsd:boolean +nc:GeneratingUnit.mustRunP xsd:float +nc:GeneratingUnit.mustRunQ xsd:float +nc:GeneratingUnit.normalMustRunP xsd:float +nc:GeneratingUnit.normalStartupCost xsd:decimal +nc:GeneratingUnit.normalWarmStartupCost xsd:decimal +nc:GeneratingUnit.participationFactor xsd:float +nc:GeneratingUnit.runningLeadTime xsd:duration +nc:GeneratingUnit.shutdownCost xsd:decimal +nc:GeneratingUnit.shutdownTime xsd:duration +nc:GeneratingUnit.startupRampRate xsd:float +nc:GeneratingUnit.warmStartupTime xsd:duration +nc:GeneratingUnitTimePoint.atTime xsd:dateTime +nc:GeneratingUnitTimePoint.normalPF xsd:float +nc:GenericValueTimePoint.atTime xsd:dateTime +nc:GenericValueTimePoint.value xsd:float +nc:GridStateAlteration.enabled xsd:boolean +nc:GridStateAlteration.maximumPerDay xsd:integer +nc:GridStateAlteration.minimumActivation xsd:duration +nc:GridStateAlteration.normalEnabled xsd:boolean +nc:GridStateAlteration.participationFactor xsd:float +nc:GridStateAlteration.timePerStage xsd:duration +nc:GridStateAlterationTimePoint.atTime xsd:dateTime +nc:GridStateAlterationTimePoint.enabled xsd:boolean +nc:GridStateAlterationTimePoint.participationFactor xsd:float +nc:HourPeriod.endTime xsd:time +nc:HourPeriod.mRID xsd:string +nc:HourPeriod.startTime xsd:time +nc:HydroPump.maxEconomicP xsd:float +nc:HydroPump.maxOperatingP xsd:float +nc:HydroPump.minEconomicP xsd:float +nc:HydroPump.minOperatingP xsd:float +nc:HydroPump.normalParticipationFactor xsd:float +nc:HydroPump.participationFactor xsd:float +nc:ImpedanceControlFunction.targetValue xsd:float +nc:InServiceRegularSchedule.inService xsd:boolean +nc:InServiceTimePoint.atTime xsd:dateTime +nc:InServiceTimePoint.inService xsd:boolean +nc:InfeedLimit.normalValueA xsd:float +nc:InfeedLimit.normalValueW xsd:float +nc:InfeedLimit.valueA xsd:float +nc:InfeedLimit.valueW xsd:float +nc:InfeedLimitTimePoint.atTime xsd:dateTime +nc:InfeedLimitTimePoint.valueW xsd:float +nc:InfeedTerminal.mRID xsd:string +nc:InfluenceArea.filteringInfluenceFactor xsd:float +nc:InfluenceArea.identificationInfluenceFactor xsd:float +nc:InfluenceArea.voltageInfluenceFactor xsd:float +nc:Interruption.duration xsd:duration +nc:Interruption.interruptedPower xsd:float +nc:Interruption.startDateTime xsd:dateTime +nc:LoadFrequencyControlArea.deficientGenerationLimit xsd:float +nc:LoadFrequencyControlArea.frequencyBiasFactor xsd:float +nc:LoadFrequencyControlArea.frequencyRestorationReserveDelay xsd:float +nc:LoadFrequencyControlArea.frequencyRestorationReserveMaxRamp xsd:float +nc:LoadFrequencyControlArea.frequencyRestorationReserveThreshold xsd:float +nc:LoadFrequencyControlArea.includeFrequencyBias xsd:boolean +nc:MeasurementCalculatorInput.absoluteValue xsd:boolean +nc:MeasurementCalculatorInput.order xsd:integer +nc:MonopolarDCSystem.isSymmetrical xsd:boolean +nc:MustRunTimePoint.atTime xsd:dateTime +nc:MustRunTimePoint.mustRun xsd:boolean +nc:MustRunTimePoint.mustRunP xsd:float +nc:MustRunTimePoint.mustRunQ xsd:float +nc:Name.language xsd:string +nc:Name.mRID xsd:string +nc:NameType.mRID xsd:string +nc:NamingAuthority.description xsd:string +nc:NamingAuthority.mRID xsd:string +nc:NamingAuthority.name xsd:string +nc:ObjectType.type xsd:string +nc:OperationalLimitType.isMinimum xsd:boolean +nc:OrganisationRole.globalLocationNumber xsd:string +nc:OutcomeValue.mRID xsd:string +nc:OwnerRemedialActionAssessment.mRID xsd:string +nc:PTCActivePowerSupport.maximum xsd:float +nc:PTCActivePowerSupport.normal xsd:float +nc:PTCActivePowerSupport.value xsd:float +nc:ParticipationFactorTimePoint.atTime xsd:dateTime +nc:ParticipationFactorTimePoint.participationFactor xsd:float +nc:PhaseControlFunction.targetValue xsd:float +nc:PowerBidDependency.delay xsd:duration +nc:PowerBidDependency.mRID xsd:string +nc:PowerBidSchedule.activationCost xsd:decimal +nc:PowerBidSchedule.isFixed xsd:boolean +nc:PowerBidSchedule.isOffer xsd:boolean +nc:PowerBidSchedule.leadTime xsd:duration +nc:PowerBidSchedule.maxRampDownP xsd:float +nc:PowerBidSchedule.maxRampUpP xsd:float +nc:PowerBidSchedule.maximumUptime xsd:duration +nc:PowerBidSchedule.minimumOffTime xsd:duration +nc:PowerBidSchedule.minimumUptime xsd:duration +nc:PowerBidSchedule.priority xsd:integer +nc:PowerBidSchedule.shutdownCost xsd:decimal +nc:PowerBidSchedule.totalMaximumEnergy xsd:float +nc:PowerBidSchedule.totalMinimumEnergy xsd:float +nc:PowerBidScheduleTimePoint.atTime xsd:dateTime +nc:PowerBidScheduleTimePoint.minimumActivationP xsd:float +nc:PowerBidScheduleTimePoint.p xsd:float +nc:PowerBidScheduleTimePoint.price xsd:decimal +nc:PowerBidScheduleTimePoint.reservePrice xsd:decimal +nc:PowerBidScheduleTimePoint.stepIncrementP xsd:float +nc:PowerCapacity.maxInterchange xsd:float +nc:PowerCapacity.minImportP xsd:float +nc:PowerCapacity.minInterchange xsd:float +nc:PowerCapacity.netACInterchange xsd:float +nc:PowerCapacity.netACInterchangeTolerance xsd:float +nc:PowerCapacity.netDCInterchange xsd:float +nc:PowerCapacity.regulatingDownAllocation xsd:float +nc:PowerCapacity.regulatingUpAllocation xsd:float +nc:PowerElectronicsUnit.maxEconomicP xsd:float +nc:PowerElectronicsUnit.minEconomicP xsd:float +nc:PowerElectronicsUnit.normalParticipationFactor xsd:float +nc:PowerElectronicsUnit.p xsd:float +nc:PowerElectronicsUnit.participationFactor xsd:float +nc:PowerFactorControlFunction.targetValue xsd:float +nc:PowerFlowResult.absoluteValue xsd:float +nc:PowerFlowResult.atTime xsd:dateTime +nc:PowerFlowResult.isViolation xsd:boolean +nc:PowerFlowResult.value xsd:float +nc:PowerFlowResult.valueA xsd:float +nc:PowerFlowResult.valueAngle xsd:float +nc:PowerFlowResult.valueV xsd:float +nc:PowerFlowResult.valueVA xsd:float +nc:PowerFlowResult.valueVAR xsd:float +nc:PowerFlowResult.valueW xsd:float +nc:PowerRemedialAction.maxRegulatingDown xsd:float +nc:PowerRemedialAction.maxRegulatingUp xsd:float +nc:PowerRemedialActionTimePoint.atTime xsd:dateTime +nc:PowerRemedialActionTimePoint.maxRegulatingDown xsd:float +nc:PowerRemedialActionTimePoint.maxRegulatingUp xsd:float +nc:PowerScheduleAction.energyPrice xsd:decimal +nc:PowerShiftKeyStrategy.dispatchableUnitOnly xsd:boolean +nc:PowerShiftKeyStrategy.enabled xsd:boolean +nc:PowerShiftKeyStrategy.normalEnabled xsd:boolean +nc:PowerShiftKeyStrategy.normalParticipationFactor xsd:float +nc:PowerShiftKeyStrategy.participationFactor xsd:float +nc:PowerSystemProject.cancelled xsd:dateTime +nc:PowerSystemProject.commissioned xsd:dateTime +nc:PowerSystemProject.committed xsd:dateTime +nc:PowerSystemProject.inBuild xsd:dateTime +nc:PowerSystemProject.inPlan xsd:dateTime +nc:PowerSystemProject.officialExpectedCommissioning xsd:dateTime +nc:PowerSystemProject.priority xsd:integer +nc:PowerTimePoint.activatedP xsd:float +nc:PowerTimePoint.activatedPrice xsd:decimal +nc:PowerTimePoint.activatedQ xsd:float +nc:PowerTimePoint.atTime xsd:dateTime +nc:PowerTimePoint.meritOrder xsd:integer +nc:PowerTimePoint.p xsd:float +nc:PowerTimePoint.price xsd:decimal +nc:PowerTimePoint.q xsd:float +nc:PowerTransferCorridor.enabled xsd:boolean +nc:PowerTransferCorridor.normalEnabled xsd:boolean +nc:ProportionalEnergyComponent.normalParticipationFactor xsd:float +nc:ProportionalEnergyComponent.powerDuration xsd:duration +nc:ProposingRemedialActionScheduleShare.costSharingFactor xsd:decimal +nc:ProposingRemedialActionScheduleShare.mRID xsd:string +nc:RangeConstraint.normalValue xsd:float +nc:RangeConstraint.value xsd:float +nc:ReactiveCapabilityCurve.referenceVoltage xsd:float +nc:ReactivePowerControlFunction.targetValue xsd:float +nc:RegulatingControlRegularSchedule.maxAllowedTargetValue xsd:float +nc:RegulatingControlRegularSchedule.minAllowedTargetValue xsd:float +nc:RegulatingControlRegularSchedule.targetValue xsd:float +nc:RegulatingControlTimePoint.atTime xsd:dateTime +nc:RegulatingControlTimePoint.maxAllowedTargetValue xsd:float +nc:RegulatingControlTimePoint.minAllowedTargetValue xsd:float +nc:RegulatingControlTimePoint.targetValue xsd:float +nc:RemedialAction.available xsd:boolean +nc:RemedialAction.impactThresholdMargin xsd:float +nc:RemedialAction.isCrossBorderRelevant xsd:boolean +nc:RemedialAction.isManual xsd:boolean +nc:RemedialAction.normalAvailable xsd:boolean +nc:RemedialAction.penaltyFactor xsd:float +nc:RemedialAction.timeToImplement xsd:duration +nc:RemedialActionApplied.mRID xsd:string +nc:RemedialActionCost.costAllocationTime xsd:dateTime +nc:RemedialActionCost.mRID xsd:string +nc:RemedialActionCost.operationalCost xsd:decimal +nc:RemedialActionCost.opportunityCost xsd:decimal +nc:RemedialActionCost.otherCost xsd:decimal +nc:RemedialActionCost.processingFee xsd:decimal +nc:RemedialActionCost.savedFuelCost xsd:decimal +nc:RemedialActionCost.shutdownCost xsd:decimal +nc:RemedialActionCost.startupCost xsd:decimal +nc:RemedialActionDependency.enabled xsd:boolean +nc:RemedialActionDependency.mRID xsd:string +nc:RemedialActionDependency.normalEnabled xsd:boolean +nc:RemedialActionGroup.maxRegulatingDown xsd:float +nc:RemedialActionGroup.maxRegulatingUp xsd:float +nc:RemedialActionGroupTimePoint.atTime xsd:dateTime +nc:RemedialActionGroupTimePoint.maxRegulatingDown xsd:float +nc:RemedialActionGroupTimePoint.maxRegulatingUp xsd:float +nc:RemedialActionImpact.impactQuantity xsd:float +nc:RemedialActionImpact.mRID xsd:string +nc:RemedialActionOutcomeValue.impactQuantity xsd:float +nc:RemedialActionSchedule.statusReason xsd:string +nc:RemedialActionScheduleAcceptance.mRID xsd:string +nc:RemedialActionScheduleDependency.mRID xsd:string +nc:RemedialActionScheme.armed xsd:boolean +nc:RemedialActionScheme.inService xsd:boolean +nc:RemedialActionScheme.normalArmed xsd:boolean +nc:RemedialActionSchemeTimePoint.armed xsd:boolean +nc:RemedialActionSchemeTimePoint.atTime xsd:dateTime +nc:RemedialActionSchemeTimePoint.inService xsd:boolean +nc:Reservoir.energyStorage xsd:float +nc:SSSCController.maxInjectionU xsd:float +nc:SSSCController.maxLimitI xsd:float +nc:SSSCController.minInjectionU xsd:float +nc:SSSCController.minLimitI xsd:float +nc:SSSCSimulationSettings.deltaX xsd:float +nc:SSSCSimulationSettings.isEstimateDLDVSensitive xsd:boolean +nc:SSSCSimulationSettings.mRID xsd:string +nc:SSSCSimulationSettings.maxCorrectionX xsd:float +nc:SSSCSimulationSettings.maxIterations xsd:integer +nc:SSSCSimulationSettings.maxMismatch xsd:float +nc:ScheduleResource.p xsd:float +nc:ScheduleResource.participationFactor xsd:float +nc:SchedulingArea.isIslandingEnabled xsd:boolean +nc:SchedulingArea.isMeteringGridArea xsd:boolean +nc:SchedulingArea.normalParticipationFactor xsd:float +nc:SchedulingArea.p xsd:float +nc:SchedulingArea.participationFactor xsd:float +nc:SensitivityFactor.value xsd:float +nc:SequenceTimePoint.atTime xsd:dateTime +nc:SequenceTimePoint.sequence xsd:integer +nc:ShuntCompensatorTimePoint.atTime xsd:dateTime +nc:ShuntCompensatorTimePoint.sections xsd:float +nc:Stage.priority xsd:integer +nc:StageTrigger.armed xsd:boolean +nc:StageTrigger.inService xsd:boolean +nc:StageTrigger.normalArmed xsd:boolean +nc:StageTrigger.priority xsd:integer +nc:StageTriggerTimePoint.armed xsd:boolean +nc:StageTriggerTimePoint.atTime xsd:dateTime +nc:StageTriggerTimePoint.inService xsd:boolean +nc:StaticVarCompensatorTimePoint.atTime xsd:dateTime +nc:StaticVarCompensatorTimePoint.q xsd:float +nc:SwitchRegularSchedule.locked xsd:boolean +nc:SwitchRegularSchedule.open xsd:boolean +nc:SwitchTimePoint.atTime xsd:dateTime +nc:SwitchTimePoint.locked xsd:boolean +nc:SwitchTimePoint.open xsd:boolean +nc:SynchronousArea.nominalFrequency xsd:float +nc:SynchronousMachineRegularSchedule.referencePriority xsd:integer +nc:SynchronousMachineTimePoint.atTime xsd:dateTime +nc:SynchronousMachineTimePoint.referencePriority xsd:integer +nc:TCSCCompensationPoint.compensationZ xsd:float +nc:TCSCCompensationPoint.mRID xsd:string +nc:TCSCCompensationPoint.section xsd:integer +nc:TapRegularSchedule.controlEnabled xsd:boolean +nc:TapRegularSchedule.step xsd:float +nc:TapScheduleTimePoint.atTime xsd:dateTime +nc:TapScheduleTimePoint.controlEnabled xsd:boolean +nc:TapScheduleTimePoint.step xsd:float +nc:ThyristorControlledSeriesCompensator.compensationZ xsd:float +nc:ThyristorControlledSeriesCompensator.currentSection xsd:integer +nc:ThyristorControlledSeriesCompensator.flexibleCapacitiveZ xsd:float +nc:ThyristorControlledSeriesCompensator.flexibleInductiveZ xsd:float +nc:ThyristorControlledSeriesCompensator.minI xsd:float +nc:ThyristorControlledSeriesCompensator.reconnectionI xsd:float +nc:TieCorridor.delayRegulatingReserve xsd:float +nc:TieCorridor.maxRegulatingReserveRamp xsd:float +nc:TieCorridor.thresholdRegulatingReserve xsd:float +nc:UnitCostTimePoint.atTime xsd:dateTime +nc:UnplannedOutage.duration xsd:duration +nc:UnplannedOutage.startDateTime xsd:dateTime +nc:VoltageAngleLimit.isFlowToRefTerminal xsd:boolean +nc:VoltageAngleLimit.normalValue xsd:float +nc:VoltageAngleLimit.value xsd:float +nc:VoltageAngleTimePoint.atTime xsd:dateTime +nc:VoltageAngleTimePoint.value xsd:float +nc:VoltageControlFunction.targetValue xsd:float +nc:VoltageInjectionControlFunction.targetValue xsd:float +nc:VoltageLimitTimePoint.atTime xsd:dateTime +nc:VoltageLimitTimePoint.value xsd:float +nc:VsCapabilityCurve.referenceVoltage xsd:float +nc:VsConverterRegularSchedule.droop xsd:float +nc:VsConverterRegularSchedule.droopCompensation xsd:float +nc:VsConverterRegularSchedule.qShare xsd:float +nc:VsConverterRegularSchedule.targetPWMfactor xsd:float +nc:VsConverterRegularSchedule.targetPhasePcc xsd:float +nc:VsConverterRegularSchedule.targetPowerFactorPcc xsd:float +nc:VsConverterRegularSchedule.targetQpcc xsd:float +nc:VsConverterRegularSchedule.targetUpcc xsd:float +nc:VsConverterTimePoint.droop xsd:float +nc:VsConverterTimePoint.droopCompensation xsd:float +nc:VsConverterTimePoint.qShare xsd:float +nc:VsConverterTimePoint.targetPWMfactor xsd:float +nc:VsConverterTimePoint.targetPhasePcc xsd:float +nc:VsConverterTimePoint.targetPowerFactorPcc xsd:float +nc:VsConverterTimePoint.targetQpcc xsd:float +nc:VsConverterTimePoint.targetUpcc xsd:float +prov:generatedAtTime xsd:dateTime +rdf:Statement.object xsd:string +rdf:Statement.predicate xsd:string +rdf:Statement.subject xsd:string +rdf:Statements.object xsd:string +rdf:Statements.predicate xsd:string +rdf:Statements.subject xsd:string diff --git a/rdfs-improved/datatypes/datatypes-new.tsv b/rdfs-improved/datatypes/datatypes-new.tsv new file mode 100644 index 0000000..7afe1a0 --- /dev/null +++ b/rdfs-improved/datatypes/datatypes-new.tsv @@ -0,0 +1,603 @@ +adms:versionNotes xsd:string +cim:Contingency.mustStudy xsd:boolean +cim:DCConductingEquipment.ratedCurrent xsd:float +cim:Equipment.networkAnalysisEnabled xsd:boolean +cim:Fault.occurredDateTime xsd:dateTime +cim:GeneratingUnit.lowerRampRate xsd:float +cim:GeneratingUnit.maxEconomicP xsd:float +cim:GeneratingUnit.minEconomicP xsd:float +cim:GeneratingUnit.minimumOffTime xsd:float +cim:GeneratingUnit.raiseRampRate xsd:float +cim:IdentifiedObject.aliasName xsd:string +cim:Name.name xsd:string +cim:NameType.description xsd:string +cim:NameType.name xsd:string +cim:ReactiveCapabilityCurve.coolantTemperature xsd:float +cim:ReactiveCapabilityCurve.hydrogenPressure xsd:float +cim:UnplannedOutage.reportedStartTime xsd:dateTime +dcat:Resource.hasVersion xsd:anyURI +dcat:Resource.isVersionOf xsd:anyURI +dcat:Resource.keyword xsd:string +dcat:Resource.version xsd:string +dcat:Resource.versionNotes xsd:string +dcat:endDate xsd:dateTimeStamp +dcat:keyword xsd:string +dcat:startDate xsd:dateTimeStamp +dcat:temporalResolution xsd:duration +dcat:version xsd:string +dct:PowerSystemProjectGroup.description xsd:string +dct:PowerSystemProjectGroup.identifier xsd:string +dct:PowerSystemProjectGroup.title xsd:string +dct:Resource.accessRights xsd:string +dct:Resource.conformsTo xsd:string +dct:Resource.creator xsd:string +dct:Resource.description xsd:string +dct:Resource.identifier xsd:string +dct:Resource.issued xsd:dateTime +dct:Resource.license xsd:string +dct:Resource.modified xsd:date +dct:Resource.publisher xsd:string +dct:Resource.rights xsd:string +dct:Resource.rightsHolder xsd:string +dct:Resource.title xsd:string +dct:description xsd:string +dct:identifier xsd:string +dct:issued xsd:dateTime +dct:rights xsd:string +dct:rightsHolder xsd:string +dct:title xsd:string +eumd:Model.applicationSoftware xsd:string +euvoc:status xsd:anyURI +md:Model.version xsd:string +nc:ACDCConverterRegularSchedule.p xsd:float +nc:ACDCConverterRegularSchedule.q xsd:float +nc:ACDCConverterRegularSchedule.targetPpcc xsd:float +nc:ACDCConverterRegularSchedule.targetUdc xsd:float +nc:ACDCTimePoint.atTime xsd:dateTime +nc:ACDCTimePoint.p xsd:float +nc:ACDCTimePoint.q xsd:float +nc:ACDCTimePoint.targetPpcc xsd:float +nc:ACDCTimePoint.targetUdc xsd:float +nc:ACEmulationControlFunction.gain xsd:float +nc:ACEmulationControlFunction.referenceP xsd:float +nc:ACEmulationControlFunction.timeConstant xsd:float +nc:ActivePowerControlFunction.targetValue xsd:float +nc:ActivePowerLimitTimePoint.atTime xsd:dateTime +nc:ActivePowerLimitTimePoint.value xsd:float +nc:ApparentPowerLimitTimePoint.atTime xsd:dateTime +nc:ApparentPowerLimitTimePoint.value xsd:float +nc:AreaBorderTerminal.mRID xsd:string +nc:AreaDispatchableUnit.enabled xsd:boolean +nc:AreaDispatchableUnit.normalEnabled xsd:boolean +nc:AreaDispatchableUnit.p xsd:float +nc:AreaInterchangeController.pTolerance xsd:float +nc:AssessedElement.appointedMargin xsd:float +nc:AssessedElement.coordinatedValidationAdjustment xsd:float +nc:AssessedElement.coordinatedValidationAdjustmentJustification xsd:string +nc:AssessedElement.criticalElementContingencyJustification xsd:string +nc:AssessedElement.enabled xsd:boolean +nc:AssessedElement.flowReliabilityMargin xsd:float +nc:AssessedElement.inBaseCase xsd:boolean +nc:AssessedElement.individualValidationAdjustment xsd:float +nc:AssessedElement.individualValidationAdjustmentJustification xsd:string +nc:AssessedElement.individualValidationAdjustmentShare xsd:float +nc:AssessedElement.insideCapacityMargin xsd:float +nc:AssessedElement.isCombinableWithContingency xsd:boolean +nc:AssessedElement.isCombinableWithRemedialAction xsd:boolean +nc:AssessedElement.maxFlow xsd:float +nc:AssessedElement.maxMarginAdjustment xsd:float +nc:AssessedElement.normalAppointedMargin xsd:float +nc:AssessedElement.normalCoordinatedValidationAdjustment xsd:float +nc:AssessedElement.normalCoordinatedValidationAdjustmentJustification xsd:string +nc:AssessedElement.normalCriticalElementContingencyJustification xsd:string +nc:AssessedElement.normalEnabled xsd:boolean +nc:AssessedElement.normalIndividualValidationAdjustment xsd:float +nc:AssessedElement.normalIndividualValidationAdjustmentJustification xsd:string +nc:AssessedElement.normalIndividualValidationAdjustmentShare xsd:float +nc:AssessedElement.normalMaxFlow xsd:float +nc:AssessedElement.normalPositiveVirtualMargin xsd:float +nc:AssessedElement.normalScannedThresholdMargin xsd:float +nc:AssessedElement.normalTargetRemainingAvailableMarginJustification xsd:string +nc:AssessedElement.outsideCapacityMargin xsd:float +nc:AssessedElement.positiveVirtualMargin xsd:float +nc:AssessedElement.scannedThresholdMargin xsd:float +nc:AssessedElement.targetRemainingAvailableMargin xsd:float +nc:AssessedElement.targetRemainingAvailableMarginJustification xsd:string +nc:AssessedElementRegularTimePoint.appointedMargin xsd:float +nc:AssessedElementRegularTimePoint.enabled xsd:boolean +nc:AssessedElementRegularTimePoint.maxFlow xsd:float +nc:AssessedElementRegularTimePoint.scannedThresholdMargin xsd:float +nc:AssessedElementRegularTimePoint.virtualPositiveMargin xsd:float +nc:AssessedElementTimePoint.appointedMargin xsd:float +nc:AssessedElementTimePoint.atTime xsd:dateTime +nc:AssessedElementTimePoint.coordinatedValidationAdjustment xsd:float +nc:AssessedElementTimePoint.coordinatedValidationAdjustmentJustification xsd:string +nc:AssessedElementTimePoint.criticalElementContingencyJustification xsd:string +nc:AssessedElementTimePoint.enabled xsd:boolean +nc:AssessedElementTimePoint.individualValidationAdjustment xsd:float +nc:AssessedElementTimePoint.individualValidationAdjustmentJustification xsd:string +nc:AssessedElementTimePoint.individualValidationAdjustmentShare xsd:float +nc:AssessedElementTimePoint.maxFlow xsd:float +nc:AssessedElementTimePoint.scannedThresholdMargin xsd:float +nc:AssessedElementTimePoint.targetRemainingAvailableMarginJustification xsd:string +nc:AssessedElementTimePoint.virtualPositiveMargin xsd:float +nc:AssessedElementWithContingency.enabled xsd:boolean +nc:AssessedElementWithContingency.mRID xsd:string +nc:AssessedElementWithContingency.normalEnabled xsd:boolean +nc:AssessedElementWithRemedialAction.enabled xsd:boolean +nc:AssessedElementWithRemedialAction.mRID xsd:string +nc:AssessedElementWithRemedialAction.normalEnabled xsd:boolean +nc:AsynchronousMachineTimePoint.atTime xsd:dateTime +nc:AutomationBlockGroup.priority xsd:integer +nc:AutomationFunction.enabled xsd:boolean +nc:AutomationFunction.normalEnabled xsd:boolean +nc:AutomationFunction.type xsd:string +nc:AvailabilityEnabled.enabled xsd:boolean +nc:AvailabilityExceptionalLimit.value xsd:float +nc:AvailabilitySchedule.cancelledDateTime xsd:dateTime +nc:AvailabilitySchedule.causeDescription xsd:string +nc:AvailabilitySchedule.daytimeRestitutionDuration xsd:duration +nc:AvailabilitySchedule.eveningRestitutionDuration xsd:duration +nc:AvailabilitySchedule.isCancelled xsd:boolean +nc:AvailabilitySchedule.maxRestitutionDuration xsd:duration +nc:AvailabilitySchedule.priority xsd:integer +nc:AvailabilitySchedule.weekendRestitutionDuration xsd:duration +nc:AvailabilityTimePoint.atTime xsd:dateTime +nc:AvailabilityTimePoint.available xsd:boolean +nc:BaseRegularIntervalSchedule.intervalEndTime xsd:dateTime +nc:BaseRegularIntervalSchedule.intervalStartTime xsd:dateTime +nc:BaseTimeSeries.actionMethod xsd:string +nc:BaseTimeSeries.generatedAtTime xsd:dateTime +nc:BaseTimeSeries.percentile xsd:integer +nc:BatteryUnitTimePoint.atTime xsd:dateTime +nc:BatteryUnitTimePoint.storedE xsd:float +nc:BiddingZone.isTradeEnabled xsd:boolean +nc:BiddingZone.netPosition xsd:float +nc:BiddingZoneBorder.alreadyAllocatedCapacity xsd:float +nc:BiddingZoneBorder.alreadyAllocatedFlow xsd:float +nc:BiddingZoneBorder.availableTransferCapacity xsd:float +nc:BiddingZoneBorder.netTransferCapacity xsd:float +nc:BiddingZoneBorder.totalTransferCapacity xsd:float +nc:BiddingZoneBorder.transmissionReliabilityMargin xsd:float +nc:BipolarDCSystem.isRigid xsd:boolean +nc:Circuit.positiveFlowIn xsd:boolean +nc:CircuitShare.contributionFactor xsd:float +nc:CircuitShare.normalContributionFactor xsd:float +nc:Contingency.normalMustStudy xsd:boolean +nc:Contingency.normalProbability xsd:float +nc:Contingency.probability xsd:float +nc:ContingencyTimePoint.atTime xsd:dateTime +nc:ContingencyTimePoint.mustStudy xsd:boolean +nc:ContingencyTimePoint.probability xsd:float +nc:ContingencyWithRemedialAction.enabled xsd:boolean +nc:ContingencyWithRemedialAction.mRID xsd:string +nc:ContingencyWithRemedialAction.normalEnabled xsd:boolean +nc:ControlAreaRegularSchedule.netInterchange xsd:float +nc:ControlAreaRegularSchedule.pTolerance xsd:float +nc:ControlAreaTimePoint.atTime xsd:dateTime +nc:ControlAreaTimePoint.netInterchange xsd:float +nc:ControlAreaTimePoint.pTolerance xsd:float +nc:ControlFunctionBlock.isDiscrete xsd:boolean +nc:ControlFunctionBlock.maxAllowedTargetValue xsd:float +nc:ControlFunctionBlock.minAllowedTargetValue xsd:float +nc:ControlFunctionBlock.targetDeadband xsd:float +nc:ControllableQuantity.value xsd:float +nc:CountertradeRemedialAction.maxEconomicPMargin xsd:float +nc:CountertradeRemedialAction.minEconomicPMargin xsd:float +nc:CrossBorderRelevance.enabled xsd:boolean +nc:CrossBorderRelevance.mRID xsd:string +nc:CrossBorderRelevance.normalEnabled xsd:boolean +nc:CsConverterRegularSchedule.targetAlpha xsd:float +nc:CsConverterRegularSchedule.targetGamma xsd:float +nc:CsConverterRegularSchedule.targetIdc xsd:float +nc:CsConverterTimePoint.targetAlpha xsd:float +nc:CsConverterTimePoint.targetGamma xsd:float +nc:CsConverterTimePoint.targetIdc xsd:float +nc:CurrentControlFunction.targetValue xsd:float +nc:CurrentDroopControlFunction.droopCapacitive xsd:float +nc:CurrentDroopControlFunction.droopInductive xsd:float +nc:CurrentDroopControlFunction.offsetCapacitive xsd:float +nc:CurrentDroopControlFunction.offsetInductive xsd:float +nc:CurrentDroopControlFunction.targetValueCapacitive xsd:float +nc:CurrentDroopControlFunction.targetValueInductive xsd:float +nc:CurrentDroopOverride.droopCapacitive xsd:float +nc:CurrentDroopOverride.droopInductive xsd:float +nc:CurrentDroopOverride.enabled xsd:boolean +nc:CurrentDroopOverride.mRID xsd:string +nc:CurrentDroopOverride.offsetCapacitiveI xsd:float +nc:CurrentDroopOverride.offsetInductiveI xsd:float +nc:CurrentDroopOverride.targetValueCapacitiveI xsd:float +nc:CurrentDroopOverride.targetValueInductiveI xsd:float +nc:CurrentLimitTimePoint.atTime xsd:dateTime +nc:CurrentLimitTimePoint.value xsd:float +nc:DCCurrentControlFunction.droop xsd:float +nc:DCCurrentControlFunction.droopCompensation xsd:float +nc:DCCurrentControlFunction.targetValue xsd:float +nc:DCPole.maxEconomicP xsd:float +nc:DCPole.minEconomicP xsd:float +nc:DCPole.normalParticipationFactor xsd:float +nc:DCPole.p xsd:float +nc:DCPole.participationFactor xsd:float +nc:DCSubstation.isTapping xsd:boolean +nc:DCSwitch.locked xsd:boolean +nc:DCSwitch.open xsd:boolean +nc:DCTieCorridor.maxRegulatingReserve xsd:float +nc:DCTieCorridor.minRegulatingReserve xsd:float +nc:DCTieCorridor.p xsd:float +nc:DCTieCorridor.q xsd:float +nc:DCVoltageControlFunction.targetValue xsd:float +nc:EnablingTimePoint.atTime xsd:dateTime +nc:EnablingTimePoint.enabled xsd:boolean +nc:EnergyBlockOrder.normalParticipationFactor xsd:float +nc:EnergyBlockOrder.normalSequence xsd:integer +nc:EnergyBlockOrder.p xsd:float +nc:EnergyBlockOrder.participationFactor xsd:float +nc:EnergyBlockOrder.powerDuration xsd:duration +nc:EnergyBlockOrder.sequence xsd:integer +nc:EnergyConnectionRegularSchedule.p xsd:float +nc:EnergyConnectionRegularSchedule.q xsd:float +nc:EnergyConnectionTimePoint.atTime xsd:dateTime +nc:EnergyConnectionTimePoint.p xsd:float +nc:EnergyConnectionTimePoint.q xsd:float +nc:EnergyConsumer.maxEconomicP xsd:float +nc:EnergyConsumer.minEconomicP xsd:float +nc:EnergyConsumer.normalParticipationFactor xsd:float +nc:EnergyConsumer.participationFactor xsd:float +nc:EnergyGroup.normalParticipationFactor xsd:float +nc:EnergyGroup.p xsd:float +nc:EnergyGroup.participationFactor xsd:float +nc:EnergyGroup.powerDuration xsd:duration +nc:EquivalentInjectionRegularSchedule.p xsd:float +nc:EquivalentInjectionRegularSchedule.q xsd:float +nc:EquivalentInjectionRegularSchedule.regulationStatus xsd:boolean +nc:EquivalentInjectionRegularSchedule.regulationTarget xsd:float +nc:EquivalentInjectionTimePoint.atTime xsd:dateTime +nc:EquivalentInjectionTimePoint.p xsd:float +nc:EquivalentInjectionTimePoint.q xsd:float +nc:EquivalentInjectionTimePoint.regulationStatus xsd:boolean +nc:EquivalentInjectionTimePoint.regulationTarget xsd:float +nc:EventTimePoint.atTime xsd:dateTime +nc:EventTimePoint.isActive xsd:boolean +nc:ExternalNetworkInjectionRegularSchedule.p xsd:float +nc:ExternalNetworkInjectionRegularSchedule.q xsd:float +nc:ExternalNetworkInjectionRegularSchedule.referencePriority xsd:integer +nc:ExternalNetworkInjectionTimePoint.atTime xsd:dateTime +nc:ExternalNetworkInjectionTimePoint.p xsd:float +nc:ExternalNetworkInjectionTimePoint.q xsd:float +nc:ExternalNetworkInjectionTimePoint.referencePriority xsd:integer +nc:FACTSEquipment.maxC xsd:float +nc:FACTSEquipment.maxL xsd:float +nc:FACTSEquipment.minC xsd:float +nc:FACTSEquipment.minL xsd:float +nc:FACTSEquipment.q xsd:float +nc:FACTSEquipment.ratedC xsd:float +nc:FACTSEquipment.ratedI xsd:float +nc:FACTSEquipment.ratedL xsd:float +nc:FACTSEquipment.ratedU xsd:float +nc:FACTSEquipment.slope xsd:float +nc:Fault.duration xsd:duration +nc:Fault.isDirectlyEarthed xsd:boolean +nc:Fault.isIntermittent xsd:boolean +nc:Fault.isPermanent xsd:boolean +nc:Fault.repairTime xsd:duration +nc:Fault.sequenceNumber xsd:integer +nc:FaultCause.mRID xsd:string +nc:FaultOutage.isMainFault xsd:boolean +nc:FaultOutage.mRID xsd:string +nc:FlexibleEnergyUnit.buffer xsd:float +nc:FlexibleEnergyUnit.timeShift xsd:float +nc:FlexibleEnergyUnit.unconstrained xsd:float +nc:FlexibleEnergyUnit.uncontrollable xsd:float +nc:FrequencyControlFuntion.frequencyBias xsd:float +nc:FrequencyMonitoringTerminal.mRID xsd:string +nc:FrequencyMonitoringTerminal.priority xsd:integer +nc:FuelStorage.energyStorage xsd:float +nc:FunctionBlock.enabled xsd:boolean +nc:FunctionBlock.normalEnabled xsd:boolean +nc:GateInputPin.absoluteValue xsd:boolean +nc:GateInputPin.duration xsd:duration +nc:GateInputPin.isValuePreFault xsd:boolean +nc:GateInputPin.negate xsd:boolean +nc:GateInputPin.thresholdPercentage xsd:float +nc:GateInputPin.thresholdValue xsd:float +nc:GeneratingUnit.coolDownTime xsd:duration +nc:GeneratingUnit.maxStartupLoad xsd:float +nc:GeneratingUnit.minimumUpTime xsd:duration +nc:GeneratingUnit.mustRun xsd:boolean +nc:GeneratingUnit.mustRunP xsd:float +nc:GeneratingUnit.mustRunQ xsd:float +nc:GeneratingUnit.normalMustRunP xsd:float +nc:GeneratingUnit.normalStartupCost xsd:decimal +nc:GeneratingUnit.normalWarmStartupCost xsd:decimal +nc:GeneratingUnit.participationFactor xsd:float +nc:GeneratingUnit.runningLeadTime xsd:duration +nc:GeneratingUnit.shutdownCost xsd:decimal +nc:GeneratingUnit.shutdownTime xsd:duration +nc:GeneratingUnit.startupRampRate xsd:float +nc:GeneratingUnit.warmStartupTime xsd:duration +nc:GeneratingUnitTimePoint.atTime xsd:dateTime +nc:GeneratingUnitTimePoint.normalPF xsd:float +nc:GenericValueTimePoint.atTime xsd:dateTime +nc:GenericValueTimePoint.value xsd:float +nc:GridStateAlteration.enabled xsd:boolean +nc:GridStateAlteration.maximumPerDay xsd:integer +nc:GridStateAlteration.minimumActivation xsd:duration +nc:GridStateAlteration.normalEnabled xsd:boolean +nc:GridStateAlteration.participationFactor xsd:float +nc:GridStateAlteration.timePerStage xsd:duration +nc:GridStateAlterationTimePoint.atTime xsd:dateTime +nc:GridStateAlterationTimePoint.enabled xsd:boolean +nc:GridStateAlterationTimePoint.participationFactor xsd:float +nc:HourPeriod.endTime xsd:time +nc:HourPeriod.mRID xsd:string +nc:HourPeriod.startTime xsd:time +nc:HydroPump.maxEconomicP xsd:float +nc:HydroPump.maxOperatingP xsd:float +nc:HydroPump.minEconomicP xsd:float +nc:HydroPump.minOperatingP xsd:float +nc:HydroPump.normalParticipationFactor xsd:float +nc:HydroPump.participationFactor xsd:float +nc:ImpedanceControlFunction.targetValue xsd:float +nc:InServiceRegularSchedule.inService xsd:boolean +nc:InServiceTimePoint.atTime xsd:dateTime +nc:InServiceTimePoint.inService xsd:boolean +nc:InfeedLimit.normalValueA xsd:float +nc:InfeedLimit.normalValueW xsd:float +nc:InfeedLimit.valueA xsd:float +nc:InfeedLimit.valueW xsd:float +nc:InfeedLimitTimePoint.atTime xsd:dateTime +nc:InfeedLimitTimePoint.valueW xsd:float +nc:InfeedTerminal.mRID xsd:string +nc:InfluenceArea.filteringInfluenceFactor xsd:float +nc:InfluenceArea.identificationInfluenceFactor xsd:float +nc:InfluenceArea.voltageInfluenceFactor xsd:float +nc:Interruption.duration xsd:duration +nc:Interruption.interruptedPower xsd:float +nc:Interruption.startDateTime xsd:dateTime +nc:LoadFrequencyControlArea.deficientGenerationLimit xsd:float +nc:LoadFrequencyControlArea.frequencyBiasFactor xsd:float +nc:LoadFrequencyControlArea.frequencyRestorationReserveDelay xsd:float +nc:LoadFrequencyControlArea.frequencyRestorationReserveMaxRamp xsd:float +nc:LoadFrequencyControlArea.frequencyRestorationReserveThreshold xsd:float +nc:LoadFrequencyControlArea.includeFrequencyBias xsd:boolean +nc:MeasurementCalculatorInput.absoluteValue xsd:boolean +nc:MeasurementCalculatorInput.order xsd:integer +nc:MonopolarDCSystem.isSymmetrical xsd:boolean +nc:MustRunTimePoint.atTime xsd:dateTime +nc:MustRunTimePoint.mustRun xsd:boolean +nc:MustRunTimePoint.mustRunP xsd:float +nc:MustRunTimePoint.mustRunQ xsd:float +nc:Name.language xsd:string +nc:Name.mRID xsd:string +nc:NameType.mRID xsd:string +nc:NamingAuthority.description xsd:string +nc:NamingAuthority.mRID xsd:string +nc:NamingAuthority.name xsd:string +nc:ObjectType.type xsd:string +nc:OperationalLimitType.isMinimum xsd:boolean +nc:OrganisationRole.globalLocationNumber xsd:string +nc:OutcomeValue.mRID xsd:string +nc:OwnerRemedialActionAssessment.mRID xsd:string +nc:PTCActivePowerSupport.maximum xsd:float +nc:PTCActivePowerSupport.normal xsd:float +nc:PTCActivePowerSupport.value xsd:float +nc:ParticipationFactorTimePoint.atTime xsd:dateTime +nc:ParticipationFactorTimePoint.participationFactor xsd:float +nc:PhaseControlFunction.targetValue xsd:float +nc:PowerBidDependency.delay xsd:duration +nc:PowerBidDependency.mRID xsd:string +nc:PowerBidSchedule.activationCost xsd:decimal +nc:PowerBidSchedule.isFixed xsd:boolean +nc:PowerBidSchedule.isOffer xsd:boolean +nc:PowerBidSchedule.leadTime xsd:duration +nc:PowerBidSchedule.maxRampDownP xsd:float +nc:PowerBidSchedule.maxRampUpP xsd:float +nc:PowerBidSchedule.maximumUptime xsd:duration +nc:PowerBidSchedule.minimumOffTime xsd:duration +nc:PowerBidSchedule.minimumUptime xsd:duration +nc:PowerBidSchedule.priority xsd:integer +nc:PowerBidSchedule.shutdownCost xsd:decimal +nc:PowerBidSchedule.totalMaximumEnergy xsd:float +nc:PowerBidSchedule.totalMinimumEnergy xsd:float +nc:PowerBidScheduleTimePoint.atTime xsd:dateTime +nc:PowerBidScheduleTimePoint.minimumActivationP xsd:float +nc:PowerBidScheduleTimePoint.p xsd:float +nc:PowerBidScheduleTimePoint.price xsd:decimal +nc:PowerBidScheduleTimePoint.reservePrice xsd:decimal +nc:PowerBidScheduleTimePoint.stepIncrementP xsd:float +nc:PowerCapacity.maxInterchange xsd:float +nc:PowerCapacity.minImportP xsd:float +nc:PowerCapacity.minInterchange xsd:float +nc:PowerCapacity.netACInterchange xsd:float +nc:PowerCapacity.netACInterchangeTolerance xsd:float +nc:PowerCapacity.netDCInterchange xsd:float +nc:PowerCapacity.regulatingDownAllocation xsd:float +nc:PowerCapacity.regulatingUpAllocation xsd:float +nc:PowerElectronicsUnit.maxEconomicP xsd:float +nc:PowerElectronicsUnit.minEconomicP xsd:float +nc:PowerElectronicsUnit.normalParticipationFactor xsd:float +nc:PowerElectronicsUnit.p xsd:float +nc:PowerElectronicsUnit.participationFactor xsd:float +nc:PowerFactorControlFunction.targetValue xsd:float +nc:PowerFlowResult.absoluteValue xsd:float +nc:PowerFlowResult.atTime xsd:dateTime +nc:PowerFlowResult.isViolation xsd:boolean +nc:PowerFlowResult.value xsd:float +nc:PowerFlowResult.valueA xsd:float +nc:PowerFlowResult.valueAngle xsd:float +nc:PowerFlowResult.valueV xsd:float +nc:PowerFlowResult.valueVA xsd:float +nc:PowerFlowResult.valueVAR xsd:float +nc:PowerFlowResult.valueW xsd:float +nc:PowerRemedialAction.maxRegulatingDown xsd:float +nc:PowerRemedialAction.maxRegulatingUp xsd:float +nc:PowerRemedialActionTimePoint.atTime xsd:dateTime +nc:PowerRemedialActionTimePoint.maxRegulatingDown xsd:float +nc:PowerRemedialActionTimePoint.maxRegulatingUp xsd:float +nc:PowerScheduleAction.energyPrice xsd:decimal +nc:PowerShiftKeyStrategy.dispatchableUnitOnly xsd:boolean +nc:PowerShiftKeyStrategy.enabled xsd:boolean +nc:PowerShiftKeyStrategy.normalEnabled xsd:boolean +nc:PowerShiftKeyStrategy.normalParticipationFactor xsd:float +nc:PowerShiftKeyStrategy.participationFactor xsd:float +nc:PowerSystemProject.cancelled xsd:dateTime +nc:PowerSystemProject.commissioned xsd:dateTime +nc:PowerSystemProject.committed xsd:dateTime +nc:PowerSystemProject.inBuild xsd:dateTime +nc:PowerSystemProject.inPlan xsd:dateTime +nc:PowerSystemProject.officialExpectedCommissioning xsd:dateTime +nc:PowerSystemProject.priority xsd:integer +nc:PowerTimePoint.activatedP xsd:float +nc:PowerTimePoint.activatedPrice xsd:decimal +nc:PowerTimePoint.activatedQ xsd:float +nc:PowerTimePoint.atTime xsd:dateTime +nc:PowerTimePoint.meritOrder xsd:integer +nc:PowerTimePoint.p xsd:float +nc:PowerTimePoint.price xsd:decimal +nc:PowerTimePoint.q xsd:float +nc:PowerTransferCorridor.enabled xsd:boolean +nc:PowerTransferCorridor.normalEnabled xsd:boolean +nc:ProportionalEnergyComponent.normalParticipationFactor xsd:float +nc:ProportionalEnergyComponent.powerDuration xsd:duration +nc:ProposingRemedialActionScheduleShare.costSharingFactor xsd:decimal +nc:ProposingRemedialActionScheduleShare.mRID xsd:string +nc:RangeConstraint.normalValue xsd:float +nc:RangeConstraint.value xsd:float +nc:ReactiveCapabilityCurve.referenceVoltage xsd:float +nc:ReactivePowerControlFunction.targetValue xsd:float +nc:RegulatingControlRegularSchedule.maxAllowedTargetValue xsd:float +nc:RegulatingControlRegularSchedule.minAllowedTargetValue xsd:float +nc:RegulatingControlRegularSchedule.targetValue xsd:float +nc:RegulatingControlTimePoint.atTime xsd:dateTime +nc:RegulatingControlTimePoint.maxAllowedTargetValue xsd:float +nc:RegulatingControlTimePoint.minAllowedTargetValue xsd:float +nc:RegulatingControlTimePoint.targetValue xsd:float +nc:RemedialAction.available xsd:boolean +nc:RemedialAction.impactThresholdMargin xsd:float +nc:RemedialAction.isCrossBorderRelevant xsd:boolean +nc:RemedialAction.isManual xsd:boolean +nc:RemedialAction.normalAvailable xsd:boolean +nc:RemedialAction.penaltyFactor xsd:float +nc:RemedialAction.timeToImplement xsd:duration +nc:RemedialActionApplied.mRID xsd:string +nc:RemedialActionCost.costAllocationTime xsd:dateTime +nc:RemedialActionCost.mRID xsd:string +nc:RemedialActionCost.operationalCost xsd:decimal +nc:RemedialActionCost.opportunityCost xsd:decimal +nc:RemedialActionCost.otherCost xsd:decimal +nc:RemedialActionCost.processingFee xsd:decimal +nc:RemedialActionCost.savedFuelCost xsd:decimal +nc:RemedialActionCost.shutdownCost xsd:decimal +nc:RemedialActionCost.startupCost xsd:decimal +nc:RemedialActionDependency.enabled xsd:boolean +nc:RemedialActionDependency.mRID xsd:string +nc:RemedialActionDependency.normalEnabled xsd:boolean +nc:RemedialActionGroup.maxRegulatingDown xsd:float +nc:RemedialActionGroup.maxRegulatingUp xsd:float +nc:RemedialActionGroupTimePoint.atTime xsd:dateTime +nc:RemedialActionGroupTimePoint.maxRegulatingDown xsd:float +nc:RemedialActionGroupTimePoint.maxRegulatingUp xsd:float +nc:RemedialActionImpact.impactQuantity xsd:float +nc:RemedialActionImpact.mRID xsd:string +nc:RemedialActionOutcomeValue.impactQuantity xsd:float +nc:RemedialActionSchedule.statusReason xsd:string +nc:RemedialActionScheduleAcceptance.mRID xsd:string +nc:RemedialActionScheduleDependency.mRID xsd:string +nc:RemedialActionScheme.armed xsd:boolean +nc:RemedialActionScheme.inService xsd:boolean +nc:RemedialActionScheme.normalArmed xsd:boolean +nc:RemedialActionSchemeTimePoint.armed xsd:boolean +nc:RemedialActionSchemeTimePoint.atTime xsd:dateTime +nc:RemedialActionSchemeTimePoint.inService xsd:boolean +nc:Reservoir.energyStorage xsd:float +nc:SSSCController.maxInjectionU xsd:float +nc:SSSCController.maxLimitI xsd:float +nc:SSSCController.minInjectionU xsd:float +nc:SSSCController.minLimitI xsd:float +nc:SSSCSimulationSettings.deltaX xsd:float +nc:SSSCSimulationSettings.isEstimateDLDVSensitive xsd:boolean +nc:SSSCSimulationSettings.mRID xsd:string +nc:SSSCSimulationSettings.maxCorrectionX xsd:float +nc:SSSCSimulationSettings.maxIterations xsd:integer +nc:SSSCSimulationSettings.maxMismatch xsd:float +nc:ScheduleResource.p xsd:float +nc:ScheduleResource.participationFactor xsd:float +nc:SchedulingArea.isIslandingEnabled xsd:boolean +nc:SchedulingArea.isMeteringGridArea xsd:boolean +nc:SchedulingArea.normalParticipationFactor xsd:float +nc:SchedulingArea.p xsd:float +nc:SchedulingArea.participationFactor xsd:float +nc:SensitivityFactor.value xsd:float +nc:SequenceTimePoint.atTime xsd:dateTime +nc:SequenceTimePoint.sequence xsd:integer +nc:ShuntCompensatorTimePoint.atTime xsd:dateTime +nc:ShuntCompensatorTimePoint.sections xsd:float +nc:Stage.priority xsd:integer +nc:StageTrigger.armed xsd:boolean +nc:StageTrigger.inService xsd:boolean +nc:StageTrigger.normalArmed xsd:boolean +nc:StageTrigger.priority xsd:integer +nc:StageTriggerTimePoint.armed xsd:boolean +nc:StageTriggerTimePoint.atTime xsd:dateTime +nc:StageTriggerTimePoint.inService xsd:boolean +nc:StaticVarCompensatorTimePoint.atTime xsd:dateTime +nc:StaticVarCompensatorTimePoint.q xsd:float +nc:SwitchRegularSchedule.locked xsd:boolean +nc:SwitchRegularSchedule.open xsd:boolean +nc:SwitchTimePoint.atTime xsd:dateTime +nc:SwitchTimePoint.locked xsd:boolean +nc:SwitchTimePoint.open xsd:boolean +nc:SynchronousArea.nominalFrequency xsd:float +nc:SynchronousMachineRegularSchedule.referencePriority xsd:integer +nc:SynchronousMachineTimePoint.atTime xsd:dateTime +nc:SynchronousMachineTimePoint.referencePriority xsd:integer +nc:TCSCCompensationPoint.compensationZ xsd:float +nc:TCSCCompensationPoint.mRID xsd:string +nc:TCSCCompensationPoint.section xsd:integer +nc:TapRegularSchedule.controlEnabled xsd:boolean +nc:TapRegularSchedule.step xsd:float +nc:TapScheduleTimePoint.atTime xsd:dateTime +nc:TapScheduleTimePoint.controlEnabled xsd:boolean +nc:TapScheduleTimePoint.step xsd:float +nc:ThyristorControlledSeriesCompensator.compensationZ xsd:float +nc:ThyristorControlledSeriesCompensator.currentSection xsd:integer +nc:ThyristorControlledSeriesCompensator.flexibleCapacitiveZ xsd:float +nc:ThyristorControlledSeriesCompensator.flexibleInductiveZ xsd:float +nc:ThyristorControlledSeriesCompensator.minI xsd:float +nc:ThyristorControlledSeriesCompensator.reconnectionI xsd:float +nc:TieCorridor.delayRegulatingReserve xsd:float +nc:TieCorridor.maxRegulatingReserveRamp xsd:float +nc:TieCorridor.thresholdRegulatingReserve xsd:float +nc:UnitCostTimePoint.atTime xsd:dateTime +nc:UnplannedOutage.duration xsd:duration +nc:UnplannedOutage.startDateTime xsd:dateTime +nc:VoltageAngleLimit.isFlowToRefTerminal xsd:boolean +nc:VoltageAngleLimit.normalValue xsd:float +nc:VoltageAngleLimit.value xsd:float +nc:VoltageAngleTimePoint.atTime xsd:dateTime +nc:VoltageAngleTimePoint.value xsd:float +nc:VoltageControlFunction.targetValue xsd:float +nc:VoltageInjectionControlFunction.targetValue xsd:float +nc:VoltageLimitTimePoint.atTime xsd:dateTime +nc:VoltageLimitTimePoint.value xsd:float +nc:VsCapabilityCurve.referenceVoltage xsd:float +nc:VsConverterRegularSchedule.droop xsd:float +nc:VsConverterRegularSchedule.droopCompensation xsd:float +nc:VsConverterRegularSchedule.qShare xsd:float +nc:VsConverterRegularSchedule.targetPWMfactor xsd:float +nc:VsConverterRegularSchedule.targetPhasePcc xsd:float +nc:VsConverterRegularSchedule.targetPowerFactorPcc xsd:float +nc:VsConverterRegularSchedule.targetQpcc xsd:float +nc:VsConverterRegularSchedule.targetUpcc xsd:float +nc:VsConverterTimePoint.droop xsd:float +nc:VsConverterTimePoint.droopCompensation xsd:float +nc:VsConverterTimePoint.qShare xsd:float +nc:VsConverterTimePoint.targetPWMfactor xsd:float +nc:VsConverterTimePoint.targetPhasePcc xsd:float +nc:VsConverterTimePoint.targetPowerFactorPcc xsd:float +nc:VsConverterTimePoint.targetQpcc xsd:float +nc:VsConverterTimePoint.targetUpcc xsd:float +prov:generatedAtTime xsd:dateTime +rdf:Statement.object xsd:string +rdf:Statement.predicate xsd:string +rdf:Statement.subject xsd:string diff --git a/rdfs-improved/datatypes/datatypes-older.tsv b/rdfs-improved/datatypes/datatypes-older.tsv new file mode 100644 index 0000000..ca8ca1f --- /dev/null +++ b/rdfs-improved/datatypes/datatypes-older.tsv @@ -0,0 +1,3712 @@ +adms:versionNotes xsd:string +cim:ACDCConverter.baseS xsd:float +cim:ACDCConverter.idc xsd:float +cim:ACDCConverter.idleLoss xsd:float +cim:ACDCConverter.maxP xsd:float +cim:ACDCConverter.maxUdc xsd:float +cim:ACDCConverter.minP xsd:float +cim:ACDCConverter.minUdc xsd:float +cim:ACDCConverter.numberOfValves xsd:integer +cim:ACDCConverter.p xsd:float +cim:ACDCConverter.poleLossP xsd:float +cim:ACDCConverter.q xsd:float +cim:ACDCConverter.ratedUdc xsd:float +cim:ACDCConverter.resistiveLoss xsd:float +cim:ACDCConverter.switchingLoss xsd:float +cim:ACDCConverter.targetPpcc xsd:float +cim:ACDCConverter.targetUdc xsd:float +cim:ACDCConverter.uc xsd:float +cim:ACDCConverter.udc xsd:float +cim:ACDCConverter.valveU0 xsd:float +cim:ACDCTerminal.connected xsd:boolean +cim:ACDCTerminal.sequenceNumber xsd:integer +cim:ACLineSegment.b0ch xsd:float +cim:ACLineSegment.bch xsd:float +cim:ACLineSegment.g0ch xsd:float +cim:ACLineSegment.gch xsd:float +cim:ACLineSegment.r xsd:float +cim:ACLineSegment.r0 xsd:float +cim:ACLineSegment.shortCircuitEndTemperature xsd:float +cim:ACLineSegment.x xsd:float +cim:ACLineSegment.x0 xsd:float +cim:AccumulatorLimit.value xsd:integer +cim:ActivePowerLimit.normalValue xsd:float +cim:ActivePowerLimit.value xsd:float +cim:Analog.positiveFlowIn xsd:boolean +cim:AnalogControl.maxValue xsd:float +cim:AnalogControl.minValue xsd:float +cim:AnalogLimit.value xsd:float +cim:ApparentPowerLimit.normalValue xsd:float +cim:ApparentPowerLimit.value xsd:float +cim:AsynchronousMachine.converterFedDrive xsd:boolean +cim:AsynchronousMachine.efficiency xsd:float +cim:AsynchronousMachine.iaIrRatio xsd:float +cim:AsynchronousMachine.nominalFrequency xsd:float +cim:AsynchronousMachine.nominalSpeed xsd:float +cim:AsynchronousMachine.polePairNumber xsd:integer +cim:AsynchronousMachine.ratedMechanicalPower xsd:float +cim:AsynchronousMachine.reversible xsd:boolean +cim:AsynchronousMachine.rxLockedRotorRatio xsd:float +cim:AsynchronousMachineEquivalentCircuit.rr1 xsd:float +cim:AsynchronousMachineEquivalentCircuit.rr2 xsd:float +cim:AsynchronousMachineEquivalentCircuit.xlr1 xsd:float +cim:AsynchronousMachineEquivalentCircuit.xlr2 xsd:float +cim:AsynchronousMachineEquivalentCircuit.xm xsd:float +cim:AsynchronousMachineTimeConstantReactance.tpo xsd:float +cim:AsynchronousMachineTimeConstantReactance.tppo xsd:float +cim:AsynchronousMachineTimeConstantReactance.xp xsd:float +cim:AsynchronousMachineTimeConstantReactance.xpp xsd:float +cim:AsynchronousMachineTimeConstantReactance.xs xsd:float +cim:AsynchronousMachineUserDefined.proprietary xsd:boolean +cim:BaseVoltage.nominalVoltage xsd:float +cim:BasicIntervalSchedule.startTime xsd:dateTime +cim:BatteryUnit.ratedE xsd:float +cim:BatteryUnit.storedE xsd:float +cim:BusNameMarker.priority xsd:integer +cim:BusbarSection.ipMax xsd:float +cim:CSCUserDefined.proprietary xsd:boolean +cim:Clamp.lengthFromTerminal1 xsd:float +cim:Command.normalValue xsd:integer +cim:Command.value xsd:integer +cim:Conductor.length xsd:float +cim:Contingency.mustStudy xsd:boolean +cim:Control.controlType xsd:string +cim:Control.operationInProgress xsd:boolean +cim:Control.timeStamp xsd:dateTime +cim:ControlArea.netInterchange xsd:float +cim:ControlArea.pTolerance xsd:float +cim:CoordinateSystem.crsUrn xsd:string +cim:CsConverter.alpha xsd:float +cim:CsConverter.gamma xsd:float +cim:CsConverter.maxAlpha xsd:float +cim:CsConverter.maxGamma xsd:float +cim:CsConverter.maxIdc xsd:float +cim:CsConverter.minAlpha xsd:float +cim:CsConverter.minGamma xsd:float +cim:CsConverter.minIdc xsd:float +cim:CsConverter.ratedIdc xsd:float +cim:CsConverter.targetAlpha xsd:float +cim:CsConverter.targetGamma xsd:float +cim:CsConverter.targetIdc xsd:float +cim:CurrentLimit.normalValue xsd:float +cim:CurrentLimit.value xsd:float +cim:CurveData.xvalue xsd:float +cim:CurveData.y1value xsd:float +cim:CurveData.y2value xsd:float +cim:Cut.lengthFromTerminal1 xsd:float +cim:DCConductingEquipment.ratedCurrent xsd:float +cim:DCConductingEquipment.ratedUdc xsd:float +cim:DCGround.inductance xsd:float +cim:DCGround.r xsd:float +cim:DCLineSegment.capacitance xsd:float +cim:DCLineSegment.inductance xsd:float +cim:DCLineSegment.length xsd:float +cim:DCLineSegment.resistance xsd:float +cim:DCSeriesDevice.inductance xsd:float +cim:DCSeriesDevice.resistance xsd:float +cim:DCShunt.capacitance xsd:float +cim:DCShunt.resistance xsd:float +cim:Diagram.x1InitialView xsd:float +cim:Diagram.x2InitialView xsd:float +cim:Diagram.y1InitialView xsd:float +cim:Diagram.y2InitialView xsd:float +cim:DiagramObject.drawingOrder xsd:integer +cim:DiagramObject.isPolygon xsd:boolean +cim:DiagramObject.offsetX xsd:float +cim:DiagramObject.offsetY xsd:float +cim:DiagramObject.rotation xsd:float +cim:DiagramObjectPoint.sequenceNumber xsd:integer +cim:DiagramObjectPoint.xPosition xsd:float +cim:DiagramObjectPoint.yPosition xsd:float +cim:DiagramObjectPoint.zPosition xsd:float +cim:DiscExcContIEEEDEC1A.esc xsd:float +cim:DiscExcContIEEEDEC1A.kan xsd:float +cim:DiscExcContIEEEDEC1A.ketl xsd:float +cim:DiscExcContIEEEDEC1A.tan xsd:float +cim:DiscExcContIEEEDEC1A.td xsd:float +cim:DiscExcContIEEEDEC1A.tl1 xsd:float +cim:DiscExcContIEEEDEC1A.tl2 xsd:float +cim:DiscExcContIEEEDEC1A.tw5 xsd:float +cim:DiscExcContIEEEDEC1A.val xsd:float +cim:DiscExcContIEEEDEC1A.vanmax xsd:float +cim:DiscExcContIEEEDEC1A.vomax xsd:float +cim:DiscExcContIEEEDEC1A.vomin xsd:float +cim:DiscExcContIEEEDEC1A.vsmax xsd:float +cim:DiscExcContIEEEDEC1A.vsmin xsd:float +cim:DiscExcContIEEEDEC1A.vtc xsd:float +cim:DiscExcContIEEEDEC1A.vtlmt xsd:float +cim:DiscExcContIEEEDEC1A.vtm xsd:float +cim:DiscExcContIEEEDEC1A.vtn xsd:float +cim:DiscExcContIEEEDEC2A.td1 xsd:float +cim:DiscExcContIEEEDEC2A.td2 xsd:float +cim:DiscExcContIEEEDEC2A.vdmax xsd:float +cim:DiscExcContIEEEDEC2A.vdmin xsd:float +cim:DiscExcContIEEEDEC2A.vk xsd:float +cim:DiscExcContIEEEDEC3A.tdr xsd:float +cim:DiscExcContIEEEDEC3A.vtmin xsd:float +cim:DiscontinuousExcitationControlUserDefined.proprietary xsd:boolean +cim:DynamicsFunctionBlock.enabled xsd:boolean +cim:EarthFaultCompensator.r xsd:float +cim:EnergyConsumer.p xsd:float +cim:EnergyConsumer.pfixed xsd:float +cim:EnergyConsumer.pfixedPct xsd:float +cim:EnergyConsumer.q xsd:float +cim:EnergyConsumer.qfixed xsd:float +cim:EnergyConsumer.qfixedPct xsd:float +cim:EnergySource.activePower xsd:float +cim:EnergySource.nominalVoltage xsd:float +cim:EnergySource.pMax xsd:float +cim:EnergySource.pMin xsd:float +cim:EnergySource.r xsd:float +cim:EnergySource.r0 xsd:float +cim:EnergySource.reactivePower xsd:float +cim:EnergySource.rn xsd:float +cim:EnergySource.voltageAngle xsd:float +cim:EnergySource.voltageMagnitude xsd:float +cim:EnergySource.x xsd:float +cim:EnergySource.x0 xsd:float +cim:EnergySource.xn xsd:float +cim:Equipment.aggregate xsd:boolean +cim:Equipment.inService xsd:boolean +cim:Equipment.networkAnalysisEnabled xsd:boolean +cim:Equipment.normallyInService xsd:boolean +cim:EquivalentBranch.negativeR12 xsd:float +cim:EquivalentBranch.negativeR21 xsd:float +cim:EquivalentBranch.negativeX12 xsd:float +cim:EquivalentBranch.negativeX21 xsd:float +cim:EquivalentBranch.positiveR12 xsd:float +cim:EquivalentBranch.positiveR21 xsd:float +cim:EquivalentBranch.positiveX12 xsd:float +cim:EquivalentBranch.positiveX21 xsd:float +cim:EquivalentBranch.r xsd:float +cim:EquivalentBranch.r21 xsd:float +cim:EquivalentBranch.x xsd:float +cim:EquivalentBranch.x21 xsd:float +cim:EquivalentBranch.zeroR12 xsd:float +cim:EquivalentBranch.zeroR21 xsd:float +cim:EquivalentBranch.zeroX12 xsd:float +cim:EquivalentBranch.zeroX21 xsd:float +cim:EquivalentInjection.maxP xsd:float +cim:EquivalentInjection.maxQ xsd:float +cim:EquivalentInjection.minP xsd:float +cim:EquivalentInjection.minQ xsd:float +cim:EquivalentInjection.p xsd:float +cim:EquivalentInjection.q xsd:float +cim:EquivalentInjection.r xsd:float +cim:EquivalentInjection.r0 xsd:float +cim:EquivalentInjection.r2 xsd:float +cim:EquivalentInjection.regulationCapability xsd:boolean +cim:EquivalentInjection.regulationStatus xsd:boolean +cim:EquivalentInjection.regulationTarget xsd:float +cim:EquivalentInjection.x xsd:float +cim:EquivalentInjection.x0 xsd:float +cim:EquivalentInjection.x2 xsd:float +cim:EquivalentShunt.b xsd:float +cim:EquivalentShunt.g xsd:float +cim:ExcAC1A.hvlvgates xsd:boolean +cim:ExcAC1A.ka xsd:float +cim:ExcAC1A.kc xsd:float +cim:ExcAC1A.kd xsd:float +cim:ExcAC1A.ke xsd:float +cim:ExcAC1A.kf xsd:float +cim:ExcAC1A.kf1 xsd:float +cim:ExcAC1A.kf2 xsd:float +cim:ExcAC1A.ks xsd:float +cim:ExcAC1A.seve1 xsd:float +cim:ExcAC1A.seve2 xsd:float +cim:ExcAC1A.ta xsd:float +cim:ExcAC1A.tb xsd:float +cim:ExcAC1A.tc xsd:float +cim:ExcAC1A.te xsd:float +cim:ExcAC1A.tf xsd:float +cim:ExcAC1A.vamax xsd:float +cim:ExcAC1A.vamin xsd:float +cim:ExcAC1A.ve1 xsd:float +cim:ExcAC1A.ve2 xsd:float +cim:ExcAC1A.vrmax xsd:float +cim:ExcAC1A.vrmin xsd:float +cim:ExcAC2A.hvgate xsd:boolean +cim:ExcAC2A.ka xsd:float +cim:ExcAC2A.kb xsd:float +cim:ExcAC2A.kb1 xsd:float +cim:ExcAC2A.kc xsd:float +cim:ExcAC2A.kd xsd:float +cim:ExcAC2A.ke xsd:float +cim:ExcAC2A.kf xsd:float +cim:ExcAC2A.kh xsd:float +cim:ExcAC2A.kl xsd:float +cim:ExcAC2A.kl1 xsd:float +cim:ExcAC2A.ks xsd:float +cim:ExcAC2A.lvgate xsd:boolean +cim:ExcAC2A.seve1 xsd:float +cim:ExcAC2A.seve2 xsd:float +cim:ExcAC2A.ta xsd:float +cim:ExcAC2A.tb xsd:float +cim:ExcAC2A.tc xsd:float +cim:ExcAC2A.te xsd:float +cim:ExcAC2A.tf xsd:float +cim:ExcAC2A.vamax xsd:float +cim:ExcAC2A.vamin xsd:float +cim:ExcAC2A.ve1 xsd:float +cim:ExcAC2A.ve2 xsd:float +cim:ExcAC2A.vfemax xsd:float +cim:ExcAC2A.vlr xsd:float +cim:ExcAC2A.vrmax xsd:float +cim:ExcAC2A.vrmin xsd:float +cim:ExcAC3A.efdn xsd:float +cim:ExcAC3A.ka xsd:float +cim:ExcAC3A.kc xsd:float +cim:ExcAC3A.kd xsd:float +cim:ExcAC3A.ke xsd:float +cim:ExcAC3A.kf xsd:float +cim:ExcAC3A.kf1 xsd:float +cim:ExcAC3A.kf2 xsd:float +cim:ExcAC3A.klv xsd:float +cim:ExcAC3A.kn xsd:float +cim:ExcAC3A.kr xsd:float +cim:ExcAC3A.ks xsd:float +cim:ExcAC3A.seve1 xsd:float +cim:ExcAC3A.seve2 xsd:float +cim:ExcAC3A.ta xsd:float +cim:ExcAC3A.tb xsd:float +cim:ExcAC3A.tc xsd:float +cim:ExcAC3A.te xsd:float +cim:ExcAC3A.tf xsd:float +cim:ExcAC3A.vamax xsd:float +cim:ExcAC3A.vamin xsd:float +cim:ExcAC3A.ve1 xsd:float +cim:ExcAC3A.ve2 xsd:float +cim:ExcAC3A.vemin xsd:float +cim:ExcAC3A.vfemax xsd:float +cim:ExcAC3A.vlv xsd:float +cim:ExcAC4A.ka xsd:float +cim:ExcAC4A.kc xsd:float +cim:ExcAC4A.ta xsd:float +cim:ExcAC4A.tb xsd:float +cim:ExcAC4A.tc xsd:float +cim:ExcAC4A.vimax xsd:float +cim:ExcAC4A.vimin xsd:float +cim:ExcAC4A.vrmax xsd:float +cim:ExcAC4A.vrmin xsd:float +cim:ExcAC5A.a xsd:float +cim:ExcAC5A.efd1 xsd:float +cim:ExcAC5A.efd2 xsd:float +cim:ExcAC5A.ka xsd:float +cim:ExcAC5A.ke xsd:float +cim:ExcAC5A.kf xsd:float +cim:ExcAC5A.ks xsd:float +cim:ExcAC5A.seefd1 xsd:float +cim:ExcAC5A.seefd2 xsd:float +cim:ExcAC5A.ta xsd:float +cim:ExcAC5A.tb xsd:float +cim:ExcAC5A.tc xsd:float +cim:ExcAC5A.te xsd:float +cim:ExcAC5A.tf1 xsd:float +cim:ExcAC5A.tf2 xsd:float +cim:ExcAC5A.tf3 xsd:float +cim:ExcAC5A.vrmax xsd:float +cim:ExcAC5A.vrmin xsd:float +cim:ExcAC6A.ka xsd:float +cim:ExcAC6A.kc xsd:float +cim:ExcAC6A.kd xsd:float +cim:ExcAC6A.ke xsd:float +cim:ExcAC6A.kh xsd:float +cim:ExcAC6A.ks xsd:float +cim:ExcAC6A.seve1 xsd:float +cim:ExcAC6A.seve2 xsd:float +cim:ExcAC6A.ta xsd:float +cim:ExcAC6A.tb xsd:float +cim:ExcAC6A.tc xsd:float +cim:ExcAC6A.te xsd:float +cim:ExcAC6A.th xsd:float +cim:ExcAC6A.tj xsd:float +cim:ExcAC6A.tk xsd:float +cim:ExcAC6A.vamax xsd:float +cim:ExcAC6A.vamin xsd:float +cim:ExcAC6A.ve1 xsd:float +cim:ExcAC6A.ve2 xsd:float +cim:ExcAC6A.vfelim xsd:float +cim:ExcAC6A.vhmax xsd:float +cim:ExcAC6A.vrmax xsd:float +cim:ExcAC6A.vrmin xsd:float +cim:ExcAC8B.inlim xsd:boolean +cim:ExcAC8B.ka xsd:float +cim:ExcAC8B.kc xsd:float +cim:ExcAC8B.kd xsd:float +cim:ExcAC8B.kdr xsd:float +cim:ExcAC8B.ke xsd:float +cim:ExcAC8B.kir xsd:float +cim:ExcAC8B.kpr xsd:float +cim:ExcAC8B.ks xsd:float +cim:ExcAC8B.pidlim xsd:boolean +cim:ExcAC8B.seve1 xsd:float +cim:ExcAC8B.seve2 xsd:float +cim:ExcAC8B.ta xsd:float +cim:ExcAC8B.tdr xsd:float +cim:ExcAC8B.te xsd:float +cim:ExcAC8B.telim xsd:boolean +cim:ExcAC8B.ve1 xsd:float +cim:ExcAC8B.ve2 xsd:float +cim:ExcAC8B.vemin xsd:float +cim:ExcAC8B.vfemax xsd:float +cim:ExcAC8B.vimax xsd:float +cim:ExcAC8B.vimin xsd:float +cim:ExcAC8B.vpidmax xsd:float +cim:ExcAC8B.vpidmin xsd:float +cim:ExcAC8B.vrmax xsd:float +cim:ExcAC8B.vrmin xsd:float +cim:ExcAC8B.vtmult xsd:boolean +cim:ExcANS.blint xsd:integer +cim:ExcANS.ifmn xsd:float +cim:ExcANS.ifmx xsd:float +cim:ExcANS.k2 xsd:float +cim:ExcANS.k3 xsd:float +cim:ExcANS.kce xsd:float +cim:ExcANS.krvecc xsd:integer +cim:ExcANS.kvfif xsd:integer +cim:ExcANS.t1 xsd:float +cim:ExcANS.t2 xsd:float +cim:ExcANS.t3 xsd:float +cim:ExcANS.tb xsd:float +cim:ExcANS.vrmn xsd:float +cim:ExcANS.vrmx xsd:float +cim:ExcAVR1.e1 xsd:float +cim:ExcAVR1.e2 xsd:float +cim:ExcAVR1.ka xsd:float +cim:ExcAVR1.kf xsd:float +cim:ExcAVR1.se1 xsd:float +cim:ExcAVR1.se2 xsd:float +cim:ExcAVR1.ta xsd:float +cim:ExcAVR1.tb xsd:float +cim:ExcAVR1.te xsd:float +cim:ExcAVR1.tf xsd:float +cim:ExcAVR1.vrmn xsd:float +cim:ExcAVR1.vrmx xsd:float +cim:ExcAVR2.e1 xsd:float +cim:ExcAVR2.e2 xsd:float +cim:ExcAVR2.ka xsd:float +cim:ExcAVR2.kf xsd:float +cim:ExcAVR2.se1 xsd:float +cim:ExcAVR2.se2 xsd:float +cim:ExcAVR2.ta xsd:float +cim:ExcAVR2.tb xsd:float +cim:ExcAVR2.te xsd:float +cim:ExcAVR2.tf1 xsd:float +cim:ExcAVR2.tf2 xsd:float +cim:ExcAVR2.vrmn xsd:float +cim:ExcAVR2.vrmx xsd:float +cim:ExcAVR3.e1 xsd:float +cim:ExcAVR3.e2 xsd:float +cim:ExcAVR3.ka xsd:float +cim:ExcAVR3.se1 xsd:float +cim:ExcAVR3.se2 xsd:float +cim:ExcAVR3.t1 xsd:float +cim:ExcAVR3.t2 xsd:float +cim:ExcAVR3.t3 xsd:float +cim:ExcAVR3.t4 xsd:float +cim:ExcAVR3.te xsd:float +cim:ExcAVR3.vrmn xsd:float +cim:ExcAVR3.vrmx xsd:float +cim:ExcAVR4.imul xsd:boolean +cim:ExcAVR4.ka xsd:float +cim:ExcAVR4.ke xsd:float +cim:ExcAVR4.kif xsd:float +cim:ExcAVR4.t1 xsd:float +cim:ExcAVR4.t1if xsd:float +cim:ExcAVR4.t2 xsd:float +cim:ExcAVR4.t3 xsd:float +cim:ExcAVR4.t4 xsd:float +cim:ExcAVR4.tif xsd:float +cim:ExcAVR4.vfmn xsd:float +cim:ExcAVR4.vfmx xsd:float +cim:ExcAVR4.vrmn xsd:float +cim:ExcAVR4.vrmx xsd:float +cim:ExcAVR5.ka xsd:float +cim:ExcAVR5.rex xsd:float +cim:ExcAVR5.ta xsd:float +cim:ExcAVR7.a1 xsd:float +cim:ExcAVR7.a2 xsd:float +cim:ExcAVR7.a3 xsd:float +cim:ExcAVR7.a4 xsd:float +cim:ExcAVR7.a5 xsd:float +cim:ExcAVR7.a6 xsd:float +cim:ExcAVR7.k1 xsd:float +cim:ExcAVR7.k3 xsd:float +cim:ExcAVR7.k5 xsd:float +cim:ExcAVR7.t1 xsd:float +cim:ExcAVR7.t2 xsd:float +cim:ExcAVR7.t3 xsd:float +cim:ExcAVR7.t4 xsd:float +cim:ExcAVR7.t5 xsd:float +cim:ExcAVR7.t6 xsd:float +cim:ExcAVR7.vmax1 xsd:float +cim:ExcAVR7.vmax3 xsd:float +cim:ExcAVR7.vmax5 xsd:float +cim:ExcAVR7.vmin1 xsd:float +cim:ExcAVR7.vmin3 xsd:float +cim:ExcAVR7.vmin5 xsd:float +cim:ExcBBC.efdmax xsd:float +cim:ExcBBC.efdmin xsd:float +cim:ExcBBC.k xsd:float +cim:ExcBBC.switch xsd:boolean +cim:ExcBBC.t1 xsd:float +cim:ExcBBC.t2 xsd:float +cim:ExcBBC.t3 xsd:float +cim:ExcBBC.t4 xsd:float +cim:ExcBBC.vrmax xsd:float +cim:ExcBBC.vrmin xsd:float +cim:ExcBBC.xe xsd:float +cim:ExcCZ.efdmax xsd:float +cim:ExcCZ.efdmin xsd:float +cim:ExcCZ.ka xsd:float +cim:ExcCZ.ke xsd:float +cim:ExcCZ.kp xsd:float +cim:ExcCZ.ta xsd:float +cim:ExcCZ.tc xsd:float +cim:ExcCZ.te xsd:float +cim:ExcCZ.vrmax xsd:float +cim:ExcCZ.vrmin xsd:float +cim:ExcDC1A.efd1 xsd:float +cim:ExcDC1A.efd2 xsd:float +cim:ExcDC1A.efdmax xsd:float +cim:ExcDC1A.efdmin xsd:float +cim:ExcDC1A.exclim xsd:boolean +cim:ExcDC1A.ka xsd:float +cim:ExcDC1A.ke xsd:float +cim:ExcDC1A.kf xsd:float +cim:ExcDC1A.ks xsd:float +cim:ExcDC1A.seefd1 xsd:float +cim:ExcDC1A.seefd2 xsd:float +cim:ExcDC1A.ta xsd:float +cim:ExcDC1A.tb xsd:float +cim:ExcDC1A.tc xsd:float +cim:ExcDC1A.te xsd:float +cim:ExcDC1A.tf xsd:float +cim:ExcDC1A.vrmax xsd:float +cim:ExcDC1A.vrmin xsd:float +cim:ExcDC2A.efd1 xsd:float +cim:ExcDC2A.efd2 xsd:float +cim:ExcDC2A.exclim xsd:boolean +cim:ExcDC2A.ka xsd:float +cim:ExcDC2A.ke xsd:float +cim:ExcDC2A.kf xsd:float +cim:ExcDC2A.ks xsd:float +cim:ExcDC2A.seefd1 xsd:float +cim:ExcDC2A.seefd2 xsd:float +cim:ExcDC2A.ta xsd:float +cim:ExcDC2A.tb xsd:float +cim:ExcDC2A.tc xsd:float +cim:ExcDC2A.te xsd:float +cim:ExcDC2A.tf xsd:float +cim:ExcDC2A.tf1 xsd:float +cim:ExcDC2A.vrmax xsd:float +cim:ExcDC2A.vrmin xsd:float +cim:ExcDC2A.vtlim xsd:boolean +cim:ExcDC3A.efd1 xsd:float +cim:ExcDC3A.efd2 xsd:float +cim:ExcDC3A.efdlim xsd:boolean +cim:ExcDC3A.efdmax xsd:float +cim:ExcDC3A.efdmin xsd:float +cim:ExcDC3A.exclim xsd:boolean +cim:ExcDC3A.ke xsd:float +cim:ExcDC3A.kr xsd:float +cim:ExcDC3A.ks xsd:float +cim:ExcDC3A.kv xsd:float +cim:ExcDC3A.seefd1 xsd:float +cim:ExcDC3A.seefd2 xsd:float +cim:ExcDC3A.te xsd:float +cim:ExcDC3A.trh xsd:float +cim:ExcDC3A.vrmax xsd:float +cim:ExcDC3A.vrmin xsd:float +cim:ExcDC3A1.exclim xsd:boolean +cim:ExcDC3A1.ka xsd:float +cim:ExcDC3A1.ke xsd:float +cim:ExcDC3A1.kf xsd:float +cim:ExcDC3A1.ki xsd:float +cim:ExcDC3A1.kp xsd:float +cim:ExcDC3A1.ta xsd:float +cim:ExcDC3A1.te xsd:float +cim:ExcDC3A1.tf xsd:float +cim:ExcDC3A1.vb1max xsd:float +cim:ExcDC3A1.vblim xsd:boolean +cim:ExcDC3A1.vbmax xsd:float +cim:ExcDC3A1.vrmax xsd:float +cim:ExcDC3A1.vrmin xsd:float +cim:ExcELIN1.dpnf xsd:float +cim:ExcELIN1.efmax xsd:float +cim:ExcELIN1.efmin xsd:float +cim:ExcELIN1.ks1 xsd:float +cim:ExcELIN1.ks2 xsd:float +cim:ExcELIN1.smax xsd:float +cim:ExcELIN1.tfi xsd:float +cim:ExcELIN1.tnu xsd:float +cim:ExcELIN1.ts1 xsd:float +cim:ExcELIN1.ts2 xsd:float +cim:ExcELIN1.tsw xsd:float +cim:ExcELIN1.vpi xsd:float +cim:ExcELIN1.vpnf xsd:float +cim:ExcELIN1.vpu xsd:float +cim:ExcELIN1.xe xsd:float +cim:ExcELIN2.efdbas xsd:float +cim:ExcELIN2.iefmax xsd:float +cim:ExcELIN2.iefmax2 xsd:float +cim:ExcELIN2.iefmin xsd:float +cim:ExcELIN2.k1 xsd:float +cim:ExcELIN2.k1ec xsd:float +cim:ExcELIN2.k2 xsd:float +cim:ExcELIN2.k3 xsd:float +cim:ExcELIN2.k4 xsd:float +cim:ExcELIN2.kd1 xsd:float +cim:ExcELIN2.ke2 xsd:float +cim:ExcELIN2.ketb xsd:float +cim:ExcELIN2.pid1max xsd:float +cim:ExcELIN2.seve1 xsd:float +cim:ExcELIN2.seve2 xsd:float +cim:ExcELIN2.tb1 xsd:float +cim:ExcELIN2.te xsd:float +cim:ExcELIN2.te2 xsd:float +cim:ExcELIN2.ti1 xsd:float +cim:ExcELIN2.ti3 xsd:float +cim:ExcELIN2.ti4 xsd:float +cim:ExcELIN2.tr4 xsd:float +cim:ExcELIN2.upmax xsd:float +cim:ExcELIN2.upmin xsd:float +cim:ExcELIN2.ve1 xsd:float +cim:ExcELIN2.ve2 xsd:float +cim:ExcELIN2.xp xsd:float +cim:ExcHU.ae xsd:float +cim:ExcHU.ai xsd:float +cim:ExcHU.atr xsd:float +cim:ExcHU.emax xsd:float +cim:ExcHU.emin xsd:float +cim:ExcHU.imax xsd:float +cim:ExcHU.imin xsd:float +cim:ExcHU.ke xsd:float +cim:ExcHU.ki xsd:float +cim:ExcHU.te xsd:float +cim:ExcHU.ti xsd:float +cim:ExcHU.tr xsd:float +cim:ExcIEEEAC1A.ka xsd:float +cim:ExcIEEEAC1A.kc xsd:float +cim:ExcIEEEAC1A.kd xsd:float +cim:ExcIEEEAC1A.ke xsd:float +cim:ExcIEEEAC1A.kf xsd:float +cim:ExcIEEEAC1A.seve1 xsd:float +cim:ExcIEEEAC1A.seve2 xsd:float +cim:ExcIEEEAC1A.ta xsd:float +cim:ExcIEEEAC1A.tb xsd:float +cim:ExcIEEEAC1A.tc xsd:float +cim:ExcIEEEAC1A.te xsd:float +cim:ExcIEEEAC1A.tf xsd:float +cim:ExcIEEEAC1A.vamax xsd:float +cim:ExcIEEEAC1A.vamin xsd:float +cim:ExcIEEEAC1A.ve1 xsd:float +cim:ExcIEEEAC1A.ve2 xsd:float +cim:ExcIEEEAC1A.vrmax xsd:float +cim:ExcIEEEAC1A.vrmin xsd:float +cim:ExcIEEEAC2A.ka xsd:float +cim:ExcIEEEAC2A.kb xsd:float +cim:ExcIEEEAC2A.kc xsd:float +cim:ExcIEEEAC2A.kd xsd:float +cim:ExcIEEEAC2A.ke xsd:float +cim:ExcIEEEAC2A.kf xsd:float +cim:ExcIEEEAC2A.kh xsd:float +cim:ExcIEEEAC2A.seve1 xsd:float +cim:ExcIEEEAC2A.seve2 xsd:float +cim:ExcIEEEAC2A.ta xsd:float +cim:ExcIEEEAC2A.tb xsd:float +cim:ExcIEEEAC2A.tc xsd:float +cim:ExcIEEEAC2A.te xsd:float +cim:ExcIEEEAC2A.tf xsd:float +cim:ExcIEEEAC2A.vamax xsd:float +cim:ExcIEEEAC2A.vamin xsd:float +cim:ExcIEEEAC2A.ve1 xsd:float +cim:ExcIEEEAC2A.ve2 xsd:float +cim:ExcIEEEAC2A.vfemax xsd:float +cim:ExcIEEEAC2A.vrmax xsd:float +cim:ExcIEEEAC2A.vrmin xsd:float +cim:ExcIEEEAC3A.efdn xsd:float +cim:ExcIEEEAC3A.ka xsd:float +cim:ExcIEEEAC3A.kc xsd:float +cim:ExcIEEEAC3A.kd xsd:float +cim:ExcIEEEAC3A.ke xsd:float +cim:ExcIEEEAC3A.kf xsd:float +cim:ExcIEEEAC3A.kn xsd:float +cim:ExcIEEEAC3A.kr xsd:float +cim:ExcIEEEAC3A.seve1 xsd:float +cim:ExcIEEEAC3A.seve2 xsd:float +cim:ExcIEEEAC3A.ta xsd:float +cim:ExcIEEEAC3A.tb xsd:float +cim:ExcIEEEAC3A.tc xsd:float +cim:ExcIEEEAC3A.te xsd:float +cim:ExcIEEEAC3A.tf xsd:float +cim:ExcIEEEAC3A.vamax xsd:float +cim:ExcIEEEAC3A.vamin xsd:float +cim:ExcIEEEAC3A.ve1 xsd:float +cim:ExcIEEEAC3A.ve2 xsd:float +cim:ExcIEEEAC3A.vemin xsd:float +cim:ExcIEEEAC3A.vfemax xsd:float +cim:ExcIEEEAC4A.ka xsd:float +cim:ExcIEEEAC4A.kc xsd:float +cim:ExcIEEEAC4A.ta xsd:float +cim:ExcIEEEAC4A.tb xsd:float +cim:ExcIEEEAC4A.tc xsd:float +cim:ExcIEEEAC4A.vimax xsd:float +cim:ExcIEEEAC4A.vimin xsd:float +cim:ExcIEEEAC4A.vrmax xsd:float +cim:ExcIEEEAC4A.vrmin xsd:float +cim:ExcIEEEAC5A.efd1 xsd:float +cim:ExcIEEEAC5A.efd2 xsd:float +cim:ExcIEEEAC5A.ka xsd:float +cim:ExcIEEEAC5A.ke xsd:float +cim:ExcIEEEAC5A.kf xsd:float +cim:ExcIEEEAC5A.seefd1 xsd:float +cim:ExcIEEEAC5A.seefd2 xsd:float +cim:ExcIEEEAC5A.ta xsd:float +cim:ExcIEEEAC5A.te xsd:float +cim:ExcIEEEAC5A.tf1 xsd:float +cim:ExcIEEEAC5A.tf2 xsd:float +cim:ExcIEEEAC5A.tf3 xsd:float +cim:ExcIEEEAC5A.vrmax xsd:float +cim:ExcIEEEAC5A.vrmin xsd:float +cim:ExcIEEEAC6A.ka xsd:float +cim:ExcIEEEAC6A.kc xsd:float +cim:ExcIEEEAC6A.kd xsd:float +cim:ExcIEEEAC6A.ke xsd:float +cim:ExcIEEEAC6A.kh xsd:float +cim:ExcIEEEAC6A.seve1 xsd:float +cim:ExcIEEEAC6A.seve2 xsd:float +cim:ExcIEEEAC6A.ta xsd:float +cim:ExcIEEEAC6A.tb xsd:float +cim:ExcIEEEAC6A.tc xsd:float +cim:ExcIEEEAC6A.te xsd:float +cim:ExcIEEEAC6A.th xsd:float +cim:ExcIEEEAC6A.tj xsd:float +cim:ExcIEEEAC6A.tk xsd:float +cim:ExcIEEEAC6A.vamax xsd:float +cim:ExcIEEEAC6A.vamin xsd:float +cim:ExcIEEEAC6A.ve1 xsd:float +cim:ExcIEEEAC6A.ve2 xsd:float +cim:ExcIEEEAC6A.vfelim xsd:float +cim:ExcIEEEAC6A.vhmax xsd:float +cim:ExcIEEEAC6A.vrmax xsd:float +cim:ExcIEEEAC6A.vrmin xsd:float +cim:ExcIEEEAC7B.kc xsd:float +cim:ExcIEEEAC7B.kd xsd:float +cim:ExcIEEEAC7B.kdr xsd:float +cim:ExcIEEEAC7B.ke xsd:float +cim:ExcIEEEAC7B.kf1 xsd:float +cim:ExcIEEEAC7B.kf2 xsd:float +cim:ExcIEEEAC7B.kf3 xsd:float +cim:ExcIEEEAC7B.kia xsd:float +cim:ExcIEEEAC7B.kir xsd:float +cim:ExcIEEEAC7B.kl xsd:float +cim:ExcIEEEAC7B.kp xsd:float +cim:ExcIEEEAC7B.kpa xsd:float +cim:ExcIEEEAC7B.kpr xsd:float +cim:ExcIEEEAC7B.seve1 xsd:float +cim:ExcIEEEAC7B.seve2 xsd:float +cim:ExcIEEEAC7B.tdr xsd:float +cim:ExcIEEEAC7B.te xsd:float +cim:ExcIEEEAC7B.tf xsd:float +cim:ExcIEEEAC7B.vamax xsd:float +cim:ExcIEEEAC7B.vamin xsd:float +cim:ExcIEEEAC7B.ve1 xsd:float +cim:ExcIEEEAC7B.ve2 xsd:float +cim:ExcIEEEAC7B.vemin xsd:float +cim:ExcIEEEAC7B.vfemax xsd:float +cim:ExcIEEEAC7B.vrmax xsd:float +cim:ExcIEEEAC7B.vrmin xsd:float +cim:ExcIEEEAC8B.ka xsd:float +cim:ExcIEEEAC8B.kc xsd:float +cim:ExcIEEEAC8B.kd xsd:float +cim:ExcIEEEAC8B.kdr xsd:float +cim:ExcIEEEAC8B.ke xsd:float +cim:ExcIEEEAC8B.kir xsd:float +cim:ExcIEEEAC8B.kpr xsd:float +cim:ExcIEEEAC8B.seve1 xsd:float +cim:ExcIEEEAC8B.seve2 xsd:float +cim:ExcIEEEAC8B.ta xsd:float +cim:ExcIEEEAC8B.tdr xsd:float +cim:ExcIEEEAC8B.te xsd:float +cim:ExcIEEEAC8B.ve1 xsd:float +cim:ExcIEEEAC8B.ve2 xsd:float +cim:ExcIEEEAC8B.vemin xsd:float +cim:ExcIEEEAC8B.vfemax xsd:float +cim:ExcIEEEAC8B.vrmax xsd:float +cim:ExcIEEEAC8B.vrmin xsd:float +cim:ExcIEEEDC1A.efd1 xsd:float +cim:ExcIEEEDC1A.efd2 xsd:float +cim:ExcIEEEDC1A.exclim xsd:boolean +cim:ExcIEEEDC1A.ka xsd:float +cim:ExcIEEEDC1A.ke xsd:float +cim:ExcIEEEDC1A.kf xsd:float +cim:ExcIEEEDC1A.seefd1 xsd:float +cim:ExcIEEEDC1A.seefd2 xsd:float +cim:ExcIEEEDC1A.ta xsd:float +cim:ExcIEEEDC1A.tb xsd:float +cim:ExcIEEEDC1A.tc xsd:float +cim:ExcIEEEDC1A.te xsd:float +cim:ExcIEEEDC1A.tf xsd:float +cim:ExcIEEEDC1A.uelin xsd:boolean +cim:ExcIEEEDC1A.vrmax xsd:float +cim:ExcIEEEDC1A.vrmin xsd:float +cim:ExcIEEEDC2A.efd1 xsd:float +cim:ExcIEEEDC2A.efd2 xsd:float +cim:ExcIEEEDC2A.exclim xsd:float +cim:ExcIEEEDC2A.ka xsd:float +cim:ExcIEEEDC2A.ke xsd:float +cim:ExcIEEEDC2A.kf xsd:float +cim:ExcIEEEDC2A.seefd1 xsd:float +cim:ExcIEEEDC2A.seefd2 xsd:float +cim:ExcIEEEDC2A.ta xsd:float +cim:ExcIEEEDC2A.tb xsd:float +cim:ExcIEEEDC2A.tc xsd:float +cim:ExcIEEEDC2A.te xsd:float +cim:ExcIEEEDC2A.tf xsd:float +cim:ExcIEEEDC2A.uelin xsd:boolean +cim:ExcIEEEDC2A.vrmax xsd:float +cim:ExcIEEEDC2A.vrmin xsd:float +cim:ExcIEEEDC3A.efd1 xsd:float +cim:ExcIEEEDC3A.efd2 xsd:float +cim:ExcIEEEDC3A.exclim xsd:boolean +cim:ExcIEEEDC3A.ke xsd:float +cim:ExcIEEEDC3A.kv xsd:float +cim:ExcIEEEDC3A.seefd1 xsd:float +cim:ExcIEEEDC3A.seefd2 xsd:float +cim:ExcIEEEDC3A.te xsd:float +cim:ExcIEEEDC3A.trh xsd:float +cim:ExcIEEEDC3A.vrmax xsd:float +cim:ExcIEEEDC3A.vrmin xsd:float +cim:ExcIEEEDC4B.efd1 xsd:float +cim:ExcIEEEDC4B.efd2 xsd:float +cim:ExcIEEEDC4B.ka xsd:float +cim:ExcIEEEDC4B.kd xsd:float +cim:ExcIEEEDC4B.ke xsd:float +cim:ExcIEEEDC4B.kf xsd:float +cim:ExcIEEEDC4B.ki xsd:float +cim:ExcIEEEDC4B.kp xsd:float +cim:ExcIEEEDC4B.oelin xsd:boolean +cim:ExcIEEEDC4B.seefd1 xsd:float +cim:ExcIEEEDC4B.seefd2 xsd:float +cim:ExcIEEEDC4B.ta xsd:float +cim:ExcIEEEDC4B.td xsd:float +cim:ExcIEEEDC4B.te xsd:float +cim:ExcIEEEDC4B.tf xsd:float +cim:ExcIEEEDC4B.uelin xsd:boolean +cim:ExcIEEEDC4B.vemin xsd:float +cim:ExcIEEEDC4B.vrmax xsd:float +cim:ExcIEEEDC4B.vrmin xsd:float +cim:ExcIEEEST1A.ilr xsd:float +cim:ExcIEEEST1A.ka xsd:float +cim:ExcIEEEST1A.kc xsd:float +cim:ExcIEEEST1A.kf xsd:float +cim:ExcIEEEST1A.klr xsd:float +cim:ExcIEEEST1A.pssin xsd:boolean +cim:ExcIEEEST1A.ta xsd:float +cim:ExcIEEEST1A.tb xsd:float +cim:ExcIEEEST1A.tb1 xsd:float +cim:ExcIEEEST1A.tc xsd:float +cim:ExcIEEEST1A.tc1 xsd:float +cim:ExcIEEEST1A.tf xsd:float +cim:ExcIEEEST1A.vamax xsd:float +cim:ExcIEEEST1A.vamin xsd:float +cim:ExcIEEEST1A.vimax xsd:float +cim:ExcIEEEST1A.vimin xsd:float +cim:ExcIEEEST1A.vrmax xsd:float +cim:ExcIEEEST1A.vrmin xsd:float +cim:ExcIEEEST2A.efdmax xsd:float +cim:ExcIEEEST2A.ka xsd:float +cim:ExcIEEEST2A.kc xsd:float +cim:ExcIEEEST2A.ke xsd:float +cim:ExcIEEEST2A.kf xsd:float +cim:ExcIEEEST2A.ki xsd:float +cim:ExcIEEEST2A.kp xsd:float +cim:ExcIEEEST2A.ta xsd:float +cim:ExcIEEEST2A.te xsd:float +cim:ExcIEEEST2A.tf xsd:float +cim:ExcIEEEST2A.uelin xsd:boolean +cim:ExcIEEEST2A.vrmax xsd:float +cim:ExcIEEEST2A.vrmin xsd:float +cim:ExcIEEEST3A.ka xsd:float +cim:ExcIEEEST3A.kc xsd:float +cim:ExcIEEEST3A.kg xsd:float +cim:ExcIEEEST3A.ki xsd:float +cim:ExcIEEEST3A.km xsd:float +cim:ExcIEEEST3A.kp xsd:float +cim:ExcIEEEST3A.ta xsd:float +cim:ExcIEEEST3A.tb xsd:float +cim:ExcIEEEST3A.tc xsd:float +cim:ExcIEEEST3A.thetap xsd:float +cim:ExcIEEEST3A.tm xsd:float +cim:ExcIEEEST3A.vbmax xsd:float +cim:ExcIEEEST3A.vgmax xsd:float +cim:ExcIEEEST3A.vimax xsd:float +cim:ExcIEEEST3A.vimin xsd:float +cim:ExcIEEEST3A.vmmax xsd:float +cim:ExcIEEEST3A.vmmin xsd:float +cim:ExcIEEEST3A.vrmax xsd:float +cim:ExcIEEEST3A.vrmin xsd:float +cim:ExcIEEEST3A.xl xsd:float +cim:ExcIEEEST4B.kc xsd:float +cim:ExcIEEEST4B.kg xsd:float +cim:ExcIEEEST4B.ki xsd:float +cim:ExcIEEEST4B.kim xsd:float +cim:ExcIEEEST4B.kir xsd:float +cim:ExcIEEEST4B.kp xsd:float +cim:ExcIEEEST4B.kpm xsd:float +cim:ExcIEEEST4B.kpr xsd:float +cim:ExcIEEEST4B.ta xsd:float +cim:ExcIEEEST4B.thetap xsd:float +cim:ExcIEEEST4B.vbmax xsd:float +cim:ExcIEEEST4B.vmmax xsd:float +cim:ExcIEEEST4B.vmmin xsd:float +cim:ExcIEEEST4B.vrmax xsd:float +cim:ExcIEEEST4B.vrmin xsd:float +cim:ExcIEEEST4B.xl xsd:float +cim:ExcIEEEST5B.kc xsd:float +cim:ExcIEEEST5B.kr xsd:float +cim:ExcIEEEST5B.t1 xsd:float +cim:ExcIEEEST5B.tb1 xsd:float +cim:ExcIEEEST5B.tb2 xsd:float +cim:ExcIEEEST5B.tc1 xsd:float +cim:ExcIEEEST5B.tc2 xsd:float +cim:ExcIEEEST5B.tob1 xsd:float +cim:ExcIEEEST5B.tob2 xsd:float +cim:ExcIEEEST5B.toc1 xsd:float +cim:ExcIEEEST5B.toc2 xsd:float +cim:ExcIEEEST5B.tub1 xsd:float +cim:ExcIEEEST5B.tub2 xsd:float +cim:ExcIEEEST5B.tuc1 xsd:float +cim:ExcIEEEST5B.tuc2 xsd:float +cim:ExcIEEEST5B.vrmax xsd:float +cim:ExcIEEEST5B.vrmin xsd:float +cim:ExcIEEEST6B.ilr xsd:float +cim:ExcIEEEST6B.kci xsd:float +cim:ExcIEEEST6B.kff xsd:float +cim:ExcIEEEST6B.kg xsd:float +cim:ExcIEEEST6B.kia xsd:float +cim:ExcIEEEST6B.klr xsd:float +cim:ExcIEEEST6B.km xsd:float +cim:ExcIEEEST6B.kpa xsd:float +cim:ExcIEEEST6B.tg xsd:float +cim:ExcIEEEST6B.vamax xsd:float +cim:ExcIEEEST6B.vamin xsd:float +cim:ExcIEEEST6B.vrmax xsd:float +cim:ExcIEEEST6B.vrmin xsd:float +cim:ExcIEEEST7B.kh xsd:float +cim:ExcIEEEST7B.kia xsd:float +cim:ExcIEEEST7B.kl xsd:float +cim:ExcIEEEST7B.kpa xsd:float +cim:ExcIEEEST7B.tb xsd:float +cim:ExcIEEEST7B.tc xsd:float +cim:ExcIEEEST7B.tf xsd:float +cim:ExcIEEEST7B.tg xsd:float +cim:ExcIEEEST7B.tia xsd:float +cim:ExcIEEEST7B.vmax xsd:float +cim:ExcIEEEST7B.vmin xsd:float +cim:ExcIEEEST7B.vrmax xsd:float +cim:ExcIEEEST7B.vrmin xsd:float +cim:ExcNI.busFedSelector xsd:boolean +cim:ExcNI.ka xsd:float +cim:ExcNI.kf xsd:float +cim:ExcNI.r xsd:float +cim:ExcNI.ta xsd:float +cim:ExcNI.tf1 xsd:float +cim:ExcNI.tf2 xsd:float +cim:ExcNI.tr xsd:float +cim:ExcNI.vrmax xsd:float +cim:ExcNI.vrmin xsd:float +cim:ExcOEX3T.e1 xsd:float +cim:ExcOEX3T.e2 xsd:float +cim:ExcOEX3T.ka xsd:float +cim:ExcOEX3T.kc xsd:float +cim:ExcOEX3T.kd xsd:float +cim:ExcOEX3T.ke xsd:float +cim:ExcOEX3T.kf xsd:float +cim:ExcOEX3T.see1 xsd:float +cim:ExcOEX3T.see2 xsd:float +cim:ExcOEX3T.t1 xsd:float +cim:ExcOEX3T.t2 xsd:float +cim:ExcOEX3T.t3 xsd:float +cim:ExcOEX3T.t4 xsd:float +cim:ExcOEX3T.t5 xsd:float +cim:ExcOEX3T.t6 xsd:float +cim:ExcOEX3T.te xsd:float +cim:ExcOEX3T.tf xsd:float +cim:ExcOEX3T.vrmax xsd:float +cim:ExcOEX3T.vrmin xsd:float +cim:ExcPIC.e1 xsd:float +cim:ExcPIC.e2 xsd:float +cim:ExcPIC.efdmax xsd:float +cim:ExcPIC.efdmin xsd:float +cim:ExcPIC.ka xsd:float +cim:ExcPIC.kc xsd:float +cim:ExcPIC.ke xsd:float +cim:ExcPIC.kf xsd:float +cim:ExcPIC.ki xsd:float +cim:ExcPIC.kp xsd:float +cim:ExcPIC.se1 xsd:float +cim:ExcPIC.se2 xsd:float +cim:ExcPIC.ta1 xsd:float +cim:ExcPIC.ta2 xsd:float +cim:ExcPIC.ta3 xsd:float +cim:ExcPIC.ta4 xsd:float +cim:ExcPIC.te xsd:float +cim:ExcPIC.tf1 xsd:float +cim:ExcPIC.tf2 xsd:float +cim:ExcPIC.vr1 xsd:float +cim:ExcPIC.vr2 xsd:float +cim:ExcPIC.vrmax xsd:float +cim:ExcPIC.vrmin xsd:float +cim:ExcREXS.e1 xsd:float +cim:ExcREXS.e2 xsd:float +cim:ExcREXS.flimf xsd:float +cim:ExcREXS.kc xsd:float +cim:ExcREXS.kd xsd:float +cim:ExcREXS.ke xsd:float +cim:ExcREXS.kefd xsd:float +cim:ExcREXS.kf xsd:float +cim:ExcREXS.kh xsd:float +cim:ExcREXS.kii xsd:float +cim:ExcREXS.kip xsd:float +cim:ExcREXS.ks xsd:float +cim:ExcREXS.kvi xsd:float +cim:ExcREXS.kvp xsd:float +cim:ExcREXS.kvphz xsd:float +cim:ExcREXS.nvphz xsd:float +cim:ExcREXS.se1 xsd:float +cim:ExcREXS.se2 xsd:float +cim:ExcREXS.ta xsd:float +cim:ExcREXS.tb1 xsd:float +cim:ExcREXS.tb2 xsd:float +cim:ExcREXS.tc1 xsd:float +cim:ExcREXS.tc2 xsd:float +cim:ExcREXS.te xsd:float +cim:ExcREXS.tf xsd:float +cim:ExcREXS.tf1 xsd:float +cim:ExcREXS.tf2 xsd:float +cim:ExcREXS.tp xsd:float +cim:ExcREXS.vcmax xsd:float +cim:ExcREXS.vfmax xsd:float +cim:ExcREXS.vfmin xsd:float +cim:ExcREXS.vimax xsd:float +cim:ExcREXS.vrmax xsd:float +cim:ExcREXS.vrmin xsd:float +cim:ExcREXS.xc xsd:float +cim:ExcRQB.ki0 xsd:float +cim:ExcRQB.ki1 xsd:float +cim:ExcRQB.klir xsd:float +cim:ExcRQB.klus xsd:float +cim:ExcRQB.lsat xsd:float +cim:ExcRQB.lus xsd:float +cim:ExcRQB.mesu xsd:float +cim:ExcRQB.t4m xsd:float +cim:ExcRQB.tc xsd:float +cim:ExcRQB.te xsd:float +cim:ExcRQB.tf xsd:float +cim:ExcRQB.ucmax xsd:float +cim:ExcRQB.ucmin xsd:float +cim:ExcSCRX.cswitch xsd:boolean +cim:ExcSCRX.emax xsd:float +cim:ExcSCRX.emin xsd:float +cim:ExcSCRX.k xsd:float +cim:ExcSCRX.rcrfd xsd:float +cim:ExcSCRX.tatb xsd:float +cim:ExcSCRX.tb xsd:float +cim:ExcSCRX.te xsd:float +cim:ExcSEXS.efdmax xsd:float +cim:ExcSEXS.efdmin xsd:float +cim:ExcSEXS.emax xsd:float +cim:ExcSEXS.emin xsd:float +cim:ExcSEXS.k xsd:float +cim:ExcSEXS.kc xsd:float +cim:ExcSEXS.tatb xsd:float +cim:ExcSEXS.tb xsd:float +cim:ExcSEXS.tc xsd:float +cim:ExcSEXS.te xsd:float +cim:ExcSK.efdmax xsd:float +cim:ExcSK.efdmin xsd:float +cim:ExcSK.emax xsd:float +cim:ExcSK.emin xsd:float +cim:ExcSK.k xsd:float +cim:ExcSK.k1 xsd:float +cim:ExcSK.k2 xsd:float +cim:ExcSK.kc xsd:float +cim:ExcSK.kce xsd:float +cim:ExcSK.kd xsd:float +cim:ExcSK.kgob xsd:float +cim:ExcSK.kp xsd:float +cim:ExcSK.kqi xsd:float +cim:ExcSK.kqob xsd:float +cim:ExcSK.kqp xsd:float +cim:ExcSK.nq xsd:float +cim:ExcSK.qconoff xsd:boolean +cim:ExcSK.qz xsd:float +cim:ExcSK.remote xsd:boolean +cim:ExcSK.sbase xsd:float +cim:ExcSK.tc xsd:float +cim:ExcSK.te xsd:float +cim:ExcSK.ti xsd:float +cim:ExcSK.tp xsd:float +cim:ExcSK.tr xsd:float +cim:ExcSK.uimax xsd:float +cim:ExcSK.uimin xsd:float +cim:ExcSK.urmax xsd:float +cim:ExcSK.urmin xsd:float +cim:ExcSK.vtmax xsd:float +cim:ExcSK.vtmin xsd:float +cim:ExcSK.yp xsd:float +cim:ExcST1A.ilr xsd:float +cim:ExcST1A.ka xsd:float +cim:ExcST1A.kc xsd:float +cim:ExcST1A.kf xsd:float +cim:ExcST1A.klr xsd:float +cim:ExcST1A.ta xsd:float +cim:ExcST1A.tb xsd:float +cim:ExcST1A.tb1 xsd:float +cim:ExcST1A.tc xsd:float +cim:ExcST1A.tc1 xsd:float +cim:ExcST1A.tf xsd:float +cim:ExcST1A.vamax xsd:float +cim:ExcST1A.vamin xsd:float +cim:ExcST1A.vimax xsd:float +cim:ExcST1A.vimin xsd:float +cim:ExcST1A.vrmax xsd:float +cim:ExcST1A.vrmin xsd:float +cim:ExcST1A.xe xsd:float +cim:ExcST2A.efdmax xsd:float +cim:ExcST2A.ka xsd:float +cim:ExcST2A.kc xsd:float +cim:ExcST2A.ke xsd:float +cim:ExcST2A.kf xsd:float +cim:ExcST2A.ki xsd:float +cim:ExcST2A.kp xsd:float +cim:ExcST2A.ta xsd:float +cim:ExcST2A.tb xsd:float +cim:ExcST2A.tc xsd:float +cim:ExcST2A.te xsd:float +cim:ExcST2A.tf xsd:float +cim:ExcST2A.uelin xsd:boolean +cim:ExcST2A.vrmax xsd:float +cim:ExcST2A.vrmin xsd:float +cim:ExcST3A.efdmax xsd:float +cim:ExcST3A.kc xsd:float +cim:ExcST3A.kg xsd:float +cim:ExcST3A.ki xsd:float +cim:ExcST3A.kj xsd:float +cim:ExcST3A.km xsd:float +cim:ExcST3A.kp xsd:float +cim:ExcST3A.ks xsd:float +cim:ExcST3A.ks1 xsd:float +cim:ExcST3A.tb xsd:float +cim:ExcST3A.tc xsd:float +cim:ExcST3A.thetap xsd:float +cim:ExcST3A.tm xsd:float +cim:ExcST3A.vbmax xsd:float +cim:ExcST3A.vgmax xsd:float +cim:ExcST3A.vimax xsd:float +cim:ExcST3A.vimin xsd:float +cim:ExcST3A.vrmax xsd:float +cim:ExcST3A.vrmin xsd:float +cim:ExcST3A.xl xsd:float +cim:ExcST4B.kc xsd:float +cim:ExcST4B.kg xsd:float +cim:ExcST4B.ki xsd:float +cim:ExcST4B.kim xsd:float +cim:ExcST4B.kir xsd:float +cim:ExcST4B.kp xsd:float +cim:ExcST4B.kpm xsd:float +cim:ExcST4B.kpr xsd:float +cim:ExcST4B.lvgate xsd:boolean +cim:ExcST4B.ta xsd:float +cim:ExcST4B.thetap xsd:float +cim:ExcST4B.uel xsd:boolean +cim:ExcST4B.vbmax xsd:float +cim:ExcST4B.vgmax xsd:float +cim:ExcST4B.vmmax xsd:float +cim:ExcST4B.vmmin xsd:float +cim:ExcST4B.vrmax xsd:float +cim:ExcST4B.vrmin xsd:float +cim:ExcST4B.xl xsd:float +cim:ExcST6B.ilr xsd:float +cim:ExcST6B.k1 xsd:boolean +cim:ExcST6B.kcl xsd:float +cim:ExcST6B.kff xsd:float +cim:ExcST6B.kg xsd:float +cim:ExcST6B.kia xsd:float +cim:ExcST6B.klr xsd:float +cim:ExcST6B.km xsd:float +cim:ExcST6B.kpa xsd:float +cim:ExcST6B.kvd xsd:float +cim:ExcST6B.tg xsd:float +cim:ExcST6B.ts xsd:float +cim:ExcST6B.tvd xsd:float +cim:ExcST6B.vamax xsd:float +cim:ExcST6B.vamin xsd:float +cim:ExcST6B.vilim xsd:boolean +cim:ExcST6B.vimax xsd:float +cim:ExcST6B.vimin xsd:float +cim:ExcST6B.vmult xsd:boolean +cim:ExcST6B.vrmax xsd:float +cim:ExcST6B.vrmin xsd:float +cim:ExcST6B.xc xsd:float +cim:ExcST7B.kh xsd:float +cim:ExcST7B.kia xsd:float +cim:ExcST7B.kl xsd:float +cim:ExcST7B.kpa xsd:float +cim:ExcST7B.tb xsd:float +cim:ExcST7B.tc xsd:float +cim:ExcST7B.tf xsd:float +cim:ExcST7B.tg xsd:float +cim:ExcST7B.tia xsd:float +cim:ExcST7B.ts xsd:float +cim:ExcST7B.vmax xsd:float +cim:ExcST7B.vmin xsd:float +cim:ExcST7B.vrmax xsd:float +cim:ExcST7B.vrmin xsd:float +cim:ExcitationSystemUserDefined.proprietary xsd:boolean +cim:ExternalNetworkInjection.governorSCD xsd:float +cim:ExternalNetworkInjection.ikSecond xsd:boolean +cim:ExternalNetworkInjection.maxInitialSymShCCurrent xsd:float +cim:ExternalNetworkInjection.maxP xsd:float +cim:ExternalNetworkInjection.maxQ xsd:float +cim:ExternalNetworkInjection.maxR0ToX0Ratio xsd:float +cim:ExternalNetworkInjection.maxR1ToX1Ratio xsd:float +cim:ExternalNetworkInjection.maxZ0ToZ1Ratio xsd:float +cim:ExternalNetworkInjection.minInitialSymShCCurrent xsd:float +cim:ExternalNetworkInjection.minP xsd:float +cim:ExternalNetworkInjection.minQ xsd:float +cim:ExternalNetworkInjection.minR0ToX0Ratio xsd:float +cim:ExternalNetworkInjection.minR1ToX1Ratio xsd:float +cim:ExternalNetworkInjection.minZ0ToZ1Ratio xsd:float +cim:ExternalNetworkInjection.p xsd:float +cim:ExternalNetworkInjection.q xsd:float +cim:ExternalNetworkInjection.referencePriority xsd:integer +cim:ExternalNetworkInjection.voltageFactor xsd:float +cim:Fault.occurredDateTime xsd:dateTime +cim:GenICompensationForGenJ.rcij xsd:float +cim:GenICompensationForGenJ.xcij xsd:float +cim:GeneratingUnit.governorSCD xsd:float +cim:GeneratingUnit.longPF xsd:float +cim:GeneratingUnit.lowerRampRate xsd:float +cim:GeneratingUnit.maxEconomicP xsd:float +cim:GeneratingUnit.maxOperatingP xsd:float +cim:GeneratingUnit.maximumAllowableSpinningReserve xsd:float +cim:GeneratingUnit.minEconomicP xsd:float +cim:GeneratingUnit.minOperatingP xsd:float +cim:GeneratingUnit.minimumOffTime xsd:float +cim:GeneratingUnit.nominalP xsd:float +cim:GeneratingUnit.normalPF xsd:float +cim:GeneratingUnit.raiseRampRate xsd:float +cim:GeneratingUnit.ratedGrossMaxP xsd:float +cim:GeneratingUnit.ratedGrossMinP xsd:float +cim:GeneratingUnit.ratedNetMaxP xsd:float +cim:GeneratingUnit.shortPF xsd:float +cim:GeneratingUnit.startupCost xsd:decimal +cim:GeneratingUnit.startupTime xsd:float +cim:GeneratingUnit.totalEfficiency xsd:float +cim:GeneratingUnit.variableCost xsd:decimal +cim:GovCT1.aset xsd:float +cim:GovCT1.db xsd:float +cim:GovCT1.dm xsd:float +cim:GovCT1.ka xsd:float +cim:GovCT1.kdgov xsd:float +cim:GovCT1.kigov xsd:float +cim:GovCT1.kiload xsd:float +cim:GovCT1.kimw xsd:float +cim:GovCT1.kpgov xsd:float +cim:GovCT1.kpload xsd:float +cim:GovCT1.kturb xsd:float +cim:GovCT1.ldref xsd:float +cim:GovCT1.maxerr xsd:float +cim:GovCT1.minerr xsd:float +cim:GovCT1.mwbase xsd:float +cim:GovCT1.r xsd:float +cim:GovCT1.rclose xsd:float +cim:GovCT1.rdown xsd:float +cim:GovCT1.ropen xsd:float +cim:GovCT1.rup xsd:float +cim:GovCT1.ta xsd:float +cim:GovCT1.tact xsd:float +cim:GovCT1.tb xsd:float +cim:GovCT1.tc xsd:float +cim:GovCT1.tdgov xsd:float +cim:GovCT1.teng xsd:float +cim:GovCT1.tfload xsd:float +cim:GovCT1.tpelec xsd:float +cim:GovCT1.tsa xsd:float +cim:GovCT1.tsb xsd:float +cim:GovCT1.vmax xsd:float +cim:GovCT1.vmin xsd:float +cim:GovCT1.wfnl xsd:float +cim:GovCT1.wfspd xsd:boolean +cim:GovCT2.aset xsd:float +cim:GovCT2.db xsd:float +cim:GovCT2.dm xsd:float +cim:GovCT2.flim1 xsd:float +cim:GovCT2.flim10 xsd:float +cim:GovCT2.flim2 xsd:float +cim:GovCT2.flim3 xsd:float +cim:GovCT2.flim4 xsd:float +cim:GovCT2.flim5 xsd:float +cim:GovCT2.flim6 xsd:float +cim:GovCT2.flim7 xsd:float +cim:GovCT2.flim8 xsd:float +cim:GovCT2.flim9 xsd:float +cim:GovCT2.ka xsd:float +cim:GovCT2.kdgov xsd:float +cim:GovCT2.kigov xsd:float +cim:GovCT2.kiload xsd:float +cim:GovCT2.kimw xsd:float +cim:GovCT2.kpgov xsd:float +cim:GovCT2.kpload xsd:float +cim:GovCT2.kturb xsd:float +cim:GovCT2.ldref xsd:float +cim:GovCT2.maxerr xsd:float +cim:GovCT2.minerr xsd:float +cim:GovCT2.mwbase xsd:float +cim:GovCT2.plim1 xsd:float +cim:GovCT2.plim10 xsd:float +cim:GovCT2.plim2 xsd:float +cim:GovCT2.plim3 xsd:float +cim:GovCT2.plim4 xsd:float +cim:GovCT2.plim5 xsd:float +cim:GovCT2.plim6 xsd:float +cim:GovCT2.plim7 xsd:float +cim:GovCT2.plim8 xsd:float +cim:GovCT2.plim9 xsd:float +cim:GovCT2.prate xsd:float +cim:GovCT2.r xsd:float +cim:GovCT2.rclose xsd:float +cim:GovCT2.rdown xsd:float +cim:GovCT2.ropen xsd:float +cim:GovCT2.rup xsd:float +cim:GovCT2.ta xsd:float +cim:GovCT2.tact xsd:float +cim:GovCT2.tb xsd:float +cim:GovCT2.tc xsd:float +cim:GovCT2.tdgov xsd:float +cim:GovCT2.teng xsd:float +cim:GovCT2.tfload xsd:float +cim:GovCT2.tpelec xsd:float +cim:GovCT2.tsa xsd:float +cim:GovCT2.tsb xsd:float +cim:GovCT2.vmax xsd:float +cim:GovCT2.vmin xsd:float +cim:GovCT2.wfnl xsd:float +cim:GovCT2.wfspd xsd:boolean +cim:GovGAST.at xsd:float +cim:GovGAST.dturb xsd:float +cim:GovGAST.kt xsd:float +cim:GovGAST.mwbase xsd:float +cim:GovGAST.r xsd:float +cim:GovGAST.t1 xsd:float +cim:GovGAST.t2 xsd:float +cim:GovGAST.t3 xsd:float +cim:GovGAST.vmax xsd:float +cim:GovGAST.vmin xsd:float +cim:GovGAST1.a xsd:float +cim:GovGAST1.b xsd:float +cim:GovGAST1.db1 xsd:float +cim:GovGAST1.db2 xsd:float +cim:GovGAST1.eps xsd:float +cim:GovGAST1.fidle xsd:float +cim:GovGAST1.gv1 xsd:float +cim:GovGAST1.gv2 xsd:float +cim:GovGAST1.gv3 xsd:float +cim:GovGAST1.gv4 xsd:float +cim:GovGAST1.gv5 xsd:float +cim:GovGAST1.gv6 xsd:float +cim:GovGAST1.ka xsd:float +cim:GovGAST1.kt xsd:float +cim:GovGAST1.lmax xsd:float +cim:GovGAST1.loadinc xsd:float +cim:GovGAST1.ltrate xsd:float +cim:GovGAST1.mwbase xsd:float +cim:GovGAST1.pgv1 xsd:float +cim:GovGAST1.pgv2 xsd:float +cim:GovGAST1.pgv3 xsd:float +cim:GovGAST1.pgv4 xsd:float +cim:GovGAST1.pgv5 xsd:float +cim:GovGAST1.pgv6 xsd:float +cim:GovGAST1.r xsd:float +cim:GovGAST1.rmax xsd:float +cim:GovGAST1.t1 xsd:float +cim:GovGAST1.t2 xsd:float +cim:GovGAST1.t3 xsd:float +cim:GovGAST1.t4 xsd:float +cim:GovGAST1.t5 xsd:float +cim:GovGAST1.tltr xsd:float +cim:GovGAST1.vmax xsd:float +cim:GovGAST1.vmin xsd:float +cim:GovGAST2.a xsd:float +cim:GovGAST2.af1 xsd:float +cim:GovGAST2.af2 xsd:float +cim:GovGAST2.b xsd:float +cim:GovGAST2.bf1 xsd:float +cim:GovGAST2.bf2 xsd:float +cim:GovGAST2.c xsd:float +cim:GovGAST2.cf2 xsd:float +cim:GovGAST2.ecr xsd:float +cim:GovGAST2.etd xsd:float +cim:GovGAST2.k3 xsd:float +cim:GovGAST2.k4 xsd:float +cim:GovGAST2.k5 xsd:float +cim:GovGAST2.k6 xsd:float +cim:GovGAST2.kf xsd:float +cim:GovGAST2.mwbase xsd:float +cim:GovGAST2.t xsd:float +cim:GovGAST2.t3 xsd:float +cim:GovGAST2.t4 xsd:float +cim:GovGAST2.t5 xsd:float +cim:GovGAST2.tc xsd:float +cim:GovGAST2.tcd xsd:float +cim:GovGAST2.tf xsd:float +cim:GovGAST2.tmax xsd:float +cim:GovGAST2.tmin xsd:float +cim:GovGAST2.tr xsd:float +cim:GovGAST2.trate xsd:float +cim:GovGAST2.tt xsd:float +cim:GovGAST2.w xsd:float +cim:GovGAST2.x xsd:float +cim:GovGAST2.y xsd:float +cim:GovGAST2.z xsd:integer +cim:GovGAST3.bca xsd:float +cim:GovGAST3.bp xsd:float +cim:GovGAST3.dtc xsd:float +cim:GovGAST3.ka xsd:float +cim:GovGAST3.kac xsd:float +cim:GovGAST3.kca xsd:float +cim:GovGAST3.ksi xsd:float +cim:GovGAST3.ky xsd:float +cim:GovGAST3.mnef xsd:float +cim:GovGAST3.mxef xsd:float +cim:GovGAST3.rcmn xsd:float +cim:GovGAST3.rcmx xsd:float +cim:GovGAST3.tac xsd:float +cim:GovGAST3.tc xsd:float +cim:GovGAST3.td xsd:float +cim:GovGAST3.tfen xsd:float +cim:GovGAST3.tg xsd:float +cim:GovGAST3.tsi xsd:float +cim:GovGAST3.tt xsd:float +cim:GovGAST3.ttc xsd:float +cim:GovGAST3.ty xsd:float +cim:GovGAST4.bp xsd:float +cim:GovGAST4.ktm xsd:float +cim:GovGAST4.mnef xsd:float +cim:GovGAST4.mxef xsd:float +cim:GovGAST4.rymn xsd:float +cim:GovGAST4.rymx xsd:float +cim:GovGAST4.ta xsd:float +cim:GovGAST4.tc xsd:float +cim:GovGAST4.tcm xsd:float +cim:GovGAST4.tm xsd:float +cim:GovGAST4.ty xsd:float +cim:GovGASTWD.a xsd:float +cim:GovGASTWD.af1 xsd:float +cim:GovGASTWD.af2 xsd:float +cim:GovGASTWD.b xsd:float +cim:GovGASTWD.bf1 xsd:float +cim:GovGASTWD.bf2 xsd:float +cim:GovGASTWD.c xsd:float +cim:GovGASTWD.cf2 xsd:float +cim:GovGASTWD.ecr xsd:float +cim:GovGASTWD.etd xsd:float +cim:GovGASTWD.k3 xsd:float +cim:GovGASTWD.k4 xsd:float +cim:GovGASTWD.k5 xsd:float +cim:GovGASTWD.k6 xsd:float +cim:GovGASTWD.kd xsd:float +cim:GovGASTWD.kdroop xsd:float +cim:GovGASTWD.kf xsd:float +cim:GovGASTWD.ki xsd:float +cim:GovGASTWD.kp xsd:float +cim:GovGASTWD.mwbase xsd:float +cim:GovGASTWD.t xsd:float +cim:GovGASTWD.t3 xsd:float +cim:GovGASTWD.t4 xsd:float +cim:GovGASTWD.t5 xsd:float +cim:GovGASTWD.tc xsd:float +cim:GovGASTWD.tcd xsd:float +cim:GovGASTWD.td xsd:float +cim:GovGASTWD.tf xsd:float +cim:GovGASTWD.tmax xsd:float +cim:GovGASTWD.tmin xsd:float +cim:GovGASTWD.tr xsd:float +cim:GovGASTWD.trate xsd:float +cim:GovGASTWD.tt xsd:float +cim:GovHydro1.at xsd:float +cim:GovHydro1.dturb xsd:float +cim:GovHydro1.gmax xsd:float +cim:GovHydro1.gmin xsd:float +cim:GovHydro1.hdam xsd:float +cim:GovHydro1.mwbase xsd:float +cim:GovHydro1.qnl xsd:float +cim:GovHydro1.rperm xsd:float +cim:GovHydro1.rtemp xsd:float +cim:GovHydro1.tf xsd:float +cim:GovHydro1.tg xsd:float +cim:GovHydro1.tr xsd:float +cim:GovHydro1.tw xsd:float +cim:GovHydro1.velm xsd:float +cim:GovHydro2.aturb xsd:float +cim:GovHydro2.bturb xsd:float +cim:GovHydro2.db1 xsd:float +cim:GovHydro2.db2 xsd:float +cim:GovHydro2.eps xsd:float +cim:GovHydro2.gv1 xsd:float +cim:GovHydro2.gv2 xsd:float +cim:GovHydro2.gv3 xsd:float +cim:GovHydro2.gv4 xsd:float +cim:GovHydro2.gv5 xsd:float +cim:GovHydro2.gv6 xsd:float +cim:GovHydro2.kturb xsd:float +cim:GovHydro2.mwbase xsd:float +cim:GovHydro2.pgv1 xsd:float +cim:GovHydro2.pgv2 xsd:float +cim:GovHydro2.pgv3 xsd:float +cim:GovHydro2.pgv4 xsd:float +cim:GovHydro2.pgv5 xsd:float +cim:GovHydro2.pgv6 xsd:float +cim:GovHydro2.pmax xsd:float +cim:GovHydro2.pmin xsd:float +cim:GovHydro2.rperm xsd:float +cim:GovHydro2.rtemp xsd:float +cim:GovHydro2.tg xsd:float +cim:GovHydro2.tp xsd:float +cim:GovHydro2.tr xsd:float +cim:GovHydro2.tw xsd:float +cim:GovHydro2.uc xsd:float +cim:GovHydro2.uo xsd:float +cim:GovHydro3.at xsd:float +cim:GovHydro3.db1 xsd:float +cim:GovHydro3.db2 xsd:float +cim:GovHydro3.dturb xsd:float +cim:GovHydro3.eps xsd:float +cim:GovHydro3.governorControl xsd:boolean +cim:GovHydro3.gv1 xsd:float +cim:GovHydro3.gv2 xsd:float +cim:GovHydro3.gv3 xsd:float +cim:GovHydro3.gv4 xsd:float +cim:GovHydro3.gv5 xsd:float +cim:GovHydro3.gv6 xsd:float +cim:GovHydro3.h0 xsd:float +cim:GovHydro3.k1 xsd:float +cim:GovHydro3.k2 xsd:float +cim:GovHydro3.kg xsd:float +cim:GovHydro3.ki xsd:float +cim:GovHydro3.mwbase xsd:float +cim:GovHydro3.pgv1 xsd:float +cim:GovHydro3.pgv2 xsd:float +cim:GovHydro3.pgv3 xsd:float +cim:GovHydro3.pgv4 xsd:float +cim:GovHydro3.pgv5 xsd:float +cim:GovHydro3.pgv6 xsd:float +cim:GovHydro3.pmax xsd:float +cim:GovHydro3.pmin xsd:float +cim:GovHydro3.qnl xsd:float +cim:GovHydro3.relec xsd:float +cim:GovHydro3.rgate xsd:float +cim:GovHydro3.td xsd:float +cim:GovHydro3.tf xsd:float +cim:GovHydro3.tp xsd:float +cim:GovHydro3.tt xsd:float +cim:GovHydro3.tw xsd:float +cim:GovHydro3.velcl xsd:float +cim:GovHydro3.velop xsd:float +cim:GovHydro4.at xsd:float +cim:GovHydro4.bgv0 xsd:float +cim:GovHydro4.bgv1 xsd:float +cim:GovHydro4.bgv2 xsd:float +cim:GovHydro4.bgv3 xsd:float +cim:GovHydro4.bgv4 xsd:float +cim:GovHydro4.bgv5 xsd:float +cim:GovHydro4.bmax xsd:float +cim:GovHydro4.db1 xsd:float +cim:GovHydro4.db2 xsd:float +cim:GovHydro4.dturb xsd:float +cim:GovHydro4.eps xsd:float +cim:GovHydro4.gmax xsd:float +cim:GovHydro4.gmin xsd:float +cim:GovHydro4.gv0 xsd:float +cim:GovHydro4.gv1 xsd:float +cim:GovHydro4.gv2 xsd:float +cim:GovHydro4.gv3 xsd:float +cim:GovHydro4.gv4 xsd:float +cim:GovHydro4.gv5 xsd:float +cim:GovHydro4.hdam xsd:float +cim:GovHydro4.mwbase xsd:float +cim:GovHydro4.pgv0 xsd:float +cim:GovHydro4.pgv1 xsd:float +cim:GovHydro4.pgv2 xsd:float +cim:GovHydro4.pgv3 xsd:float +cim:GovHydro4.pgv4 xsd:float +cim:GovHydro4.pgv5 xsd:float +cim:GovHydro4.qnl xsd:float +cim:GovHydro4.rperm xsd:float +cim:GovHydro4.rtemp xsd:float +cim:GovHydro4.tblade xsd:float +cim:GovHydro4.tg xsd:float +cim:GovHydro4.tp xsd:float +cim:GovHydro4.tr xsd:float +cim:GovHydro4.tw xsd:float +cim:GovHydro4.uc xsd:float +cim:GovHydro4.uo xsd:float +cim:GovHydroDD.aturb xsd:float +cim:GovHydroDD.bturb xsd:float +cim:GovHydroDD.db1 xsd:float +cim:GovHydroDD.db2 xsd:float +cim:GovHydroDD.eps xsd:float +cim:GovHydroDD.gmax xsd:float +cim:GovHydroDD.gmin xsd:float +cim:GovHydroDD.gv1 xsd:float +cim:GovHydroDD.gv2 xsd:float +cim:GovHydroDD.gv3 xsd:float +cim:GovHydroDD.gv4 xsd:float +cim:GovHydroDD.gv5 xsd:float +cim:GovHydroDD.gv6 xsd:float +cim:GovHydroDD.inputSignal xsd:boolean +cim:GovHydroDD.k1 xsd:float +cim:GovHydroDD.k2 xsd:float +cim:GovHydroDD.kg xsd:float +cim:GovHydroDD.ki xsd:float +cim:GovHydroDD.mwbase xsd:float +cim:GovHydroDD.pgv1 xsd:float +cim:GovHydroDD.pgv2 xsd:float +cim:GovHydroDD.pgv3 xsd:float +cim:GovHydroDD.pgv4 xsd:float +cim:GovHydroDD.pgv5 xsd:float +cim:GovHydroDD.pgv6 xsd:float +cim:GovHydroDD.pmax xsd:float +cim:GovHydroDD.pmin xsd:float +cim:GovHydroDD.r xsd:float +cim:GovHydroDD.td xsd:float +cim:GovHydroDD.tf xsd:float +cim:GovHydroDD.tp xsd:float +cim:GovHydroDD.tt xsd:float +cim:GovHydroDD.tturb xsd:float +cim:GovHydroDD.velcl xsd:float +cim:GovHydroDD.velop xsd:float +cim:GovHydroFrancis.am xsd:float +cim:GovHydroFrancis.av0 xsd:float +cim:GovHydroFrancis.av1 xsd:float +cim:GovHydroFrancis.bp xsd:float +cim:GovHydroFrancis.db1 xsd:float +cim:GovHydroFrancis.etamax xsd:float +cim:GovHydroFrancis.h1 xsd:float +cim:GovHydroFrancis.h2 xsd:float +cim:GovHydroFrancis.hn xsd:float +cim:GovHydroFrancis.kc xsd:float +cim:GovHydroFrancis.kg xsd:float +cim:GovHydroFrancis.kt xsd:float +cim:GovHydroFrancis.qc0 xsd:float +cim:GovHydroFrancis.qn xsd:float +cim:GovHydroFrancis.ta xsd:float +cim:GovHydroFrancis.td xsd:float +cim:GovHydroFrancis.ts xsd:float +cim:GovHydroFrancis.twnc xsd:float +cim:GovHydroFrancis.twng xsd:float +cim:GovHydroFrancis.tx xsd:float +cim:GovHydroFrancis.va xsd:float +cim:GovHydroFrancis.valvmax xsd:float +cim:GovHydroFrancis.valvmin xsd:float +cim:GovHydroFrancis.vc xsd:float +cim:GovHydroFrancis.waterTunnelSurgeChamberSimulation xsd:boolean +cim:GovHydroFrancis.zsfc xsd:float +cim:GovHydroIEEE0.k xsd:float +cim:GovHydroIEEE0.mwbase xsd:float +cim:GovHydroIEEE0.pmax xsd:float +cim:GovHydroIEEE0.pmin xsd:float +cim:GovHydroIEEE0.t1 xsd:float +cim:GovHydroIEEE0.t2 xsd:float +cim:GovHydroIEEE0.t3 xsd:float +cim:GovHydroIEEE0.t4 xsd:float +cim:GovHydroIEEE2.aturb xsd:float +cim:GovHydroIEEE2.bturb xsd:float +cim:GovHydroIEEE2.gv1 xsd:float +cim:GovHydroIEEE2.gv2 xsd:float +cim:GovHydroIEEE2.gv3 xsd:float +cim:GovHydroIEEE2.gv4 xsd:float +cim:GovHydroIEEE2.gv5 xsd:float +cim:GovHydroIEEE2.gv6 xsd:float +cim:GovHydroIEEE2.kturb xsd:float +cim:GovHydroIEEE2.mwbase xsd:float +cim:GovHydroIEEE2.pgv1 xsd:float +cim:GovHydroIEEE2.pgv2 xsd:float +cim:GovHydroIEEE2.pgv3 xsd:float +cim:GovHydroIEEE2.pgv4 xsd:float +cim:GovHydroIEEE2.pgv5 xsd:float +cim:GovHydroIEEE2.pgv6 xsd:float +cim:GovHydroIEEE2.pmax xsd:float +cim:GovHydroIEEE2.pmin xsd:float +cim:GovHydroIEEE2.rperm xsd:float +cim:GovHydroIEEE2.rtemp xsd:float +cim:GovHydroIEEE2.tg xsd:float +cim:GovHydroIEEE2.tp xsd:float +cim:GovHydroIEEE2.tr xsd:float +cim:GovHydroIEEE2.tw xsd:float +cim:GovHydroIEEE2.uc xsd:float +cim:GovHydroIEEE2.uo xsd:float +cim:GovHydroPID.aturb xsd:float +cim:GovHydroPID.bturb xsd:float +cim:GovHydroPID.db1 xsd:float +cim:GovHydroPID.db2 xsd:float +cim:GovHydroPID.eps xsd:float +cim:GovHydroPID.gv1 xsd:float +cim:GovHydroPID.gv2 xsd:float +cim:GovHydroPID.gv3 xsd:float +cim:GovHydroPID.gv4 xsd:float +cim:GovHydroPID.gv5 xsd:float +cim:GovHydroPID.gv6 xsd:float +cim:GovHydroPID.inputSignal xsd:boolean +cim:GovHydroPID.kd xsd:float +cim:GovHydroPID.kg xsd:float +cim:GovHydroPID.ki xsd:float +cim:GovHydroPID.kp xsd:float +cim:GovHydroPID.mwbase xsd:float +cim:GovHydroPID.pgv1 xsd:float +cim:GovHydroPID.pgv2 xsd:float +cim:GovHydroPID.pgv3 xsd:float +cim:GovHydroPID.pgv4 xsd:float +cim:GovHydroPID.pgv5 xsd:float +cim:GovHydroPID.pgv6 xsd:float +cim:GovHydroPID.pmax xsd:float +cim:GovHydroPID.pmin xsd:float +cim:GovHydroPID.r xsd:float +cim:GovHydroPID.td xsd:float +cim:GovHydroPID.tf xsd:float +cim:GovHydroPID.tp xsd:float +cim:GovHydroPID.tt xsd:float +cim:GovHydroPID.tturb xsd:float +cim:GovHydroPID.velcl xsd:float +cim:GovHydroPID.velop xsd:float +cim:GovHydroPID2.atw xsd:float +cim:GovHydroPID2.d xsd:float +cim:GovHydroPID2.feedbackSignal xsd:boolean +cim:GovHydroPID2.g0 xsd:float +cim:GovHydroPID2.g1 xsd:float +cim:GovHydroPID2.g2 xsd:float +cim:GovHydroPID2.gmax xsd:float +cim:GovHydroPID2.gmin xsd:float +cim:GovHydroPID2.kd xsd:float +cim:GovHydroPID2.ki xsd:float +cim:GovHydroPID2.kp xsd:float +cim:GovHydroPID2.mwbase xsd:float +cim:GovHydroPID2.p1 xsd:float +cim:GovHydroPID2.p2 xsd:float +cim:GovHydroPID2.p3 xsd:float +cim:GovHydroPID2.rperm xsd:float +cim:GovHydroPID2.ta xsd:float +cim:GovHydroPID2.tb xsd:float +cim:GovHydroPID2.treg xsd:float +cim:GovHydroPID2.tw xsd:float +cim:GovHydroPID2.velmax xsd:float +cim:GovHydroPID2.velmin xsd:float +cim:GovHydroPelton.av0 xsd:float +cim:GovHydroPelton.av1 xsd:float +cim:GovHydroPelton.bp xsd:float +cim:GovHydroPelton.db1 xsd:float +cim:GovHydroPelton.db2 xsd:float +cim:GovHydroPelton.h1 xsd:float +cim:GovHydroPelton.h2 xsd:float +cim:GovHydroPelton.hn xsd:float +cim:GovHydroPelton.kc xsd:float +cim:GovHydroPelton.kg xsd:float +cim:GovHydroPelton.qc0 xsd:float +cim:GovHydroPelton.qn xsd:float +cim:GovHydroPelton.simplifiedPelton xsd:boolean +cim:GovHydroPelton.staticCompensating xsd:boolean +cim:GovHydroPelton.ta xsd:float +cim:GovHydroPelton.ts xsd:float +cim:GovHydroPelton.tv xsd:float +cim:GovHydroPelton.twnc xsd:float +cim:GovHydroPelton.twng xsd:float +cim:GovHydroPelton.tx xsd:float +cim:GovHydroPelton.va xsd:float +cim:GovHydroPelton.valvmax xsd:float +cim:GovHydroPelton.valvmin xsd:float +cim:GovHydroPelton.vav xsd:float +cim:GovHydroPelton.vc xsd:float +cim:GovHydroPelton.vcv xsd:float +cim:GovHydroPelton.waterTunnelSurgeChamberSimulation xsd:boolean +cim:GovHydroPelton.zsfc xsd:float +cim:GovHydroR.at xsd:float +cim:GovHydroR.db1 xsd:float +cim:GovHydroR.db2 xsd:float +cim:GovHydroR.dturb xsd:float +cim:GovHydroR.eps xsd:float +cim:GovHydroR.gmax xsd:float +cim:GovHydroR.gmin xsd:float +cim:GovHydroR.gv1 xsd:float +cim:GovHydroR.gv2 xsd:float +cim:GovHydroR.gv3 xsd:float +cim:GovHydroR.gv4 xsd:float +cim:GovHydroR.gv5 xsd:float +cim:GovHydroR.gv6 xsd:float +cim:GovHydroR.h0 xsd:float +cim:GovHydroR.inputSignal xsd:boolean +cim:GovHydroR.kg xsd:float +cim:GovHydroR.ki xsd:float +cim:GovHydroR.mwbase xsd:float +cim:GovHydroR.pgv1 xsd:float +cim:GovHydroR.pgv2 xsd:float +cim:GovHydroR.pgv3 xsd:float +cim:GovHydroR.pgv4 xsd:float +cim:GovHydroR.pgv5 xsd:float +cim:GovHydroR.pgv6 xsd:float +cim:GovHydroR.pmax xsd:float +cim:GovHydroR.pmin xsd:float +cim:GovHydroR.qnl xsd:float +cim:GovHydroR.r xsd:float +cim:GovHydroR.t1 xsd:float +cim:GovHydroR.t2 xsd:float +cim:GovHydroR.t3 xsd:float +cim:GovHydroR.t4 xsd:float +cim:GovHydroR.t5 xsd:float +cim:GovHydroR.t6 xsd:float +cim:GovHydroR.t7 xsd:float +cim:GovHydroR.t8 xsd:float +cim:GovHydroR.td xsd:float +cim:GovHydroR.tp xsd:float +cim:GovHydroR.tt xsd:float +cim:GovHydroR.tw xsd:float +cim:GovHydroR.velcl xsd:float +cim:GovHydroR.velop xsd:float +cim:GovHydroWEH.db xsd:float +cim:GovHydroWEH.dicn xsd:float +cim:GovHydroWEH.dpv xsd:float +cim:GovHydroWEH.dturb xsd:float +cim:GovHydroWEH.feedbackSignal xsd:boolean +cim:GovHydroWEH.fl1 xsd:float +cim:GovHydroWEH.fl2 xsd:float +cim:GovHydroWEH.fl3 xsd:float +cim:GovHydroWEH.fl4 xsd:float +cim:GovHydroWEH.fl5 xsd:float +cim:GovHydroWEH.fp1 xsd:float +cim:GovHydroWEH.fp10 xsd:float +cim:GovHydroWEH.fp2 xsd:float +cim:GovHydroWEH.fp3 xsd:float +cim:GovHydroWEH.fp4 xsd:float +cim:GovHydroWEH.fp5 xsd:float +cim:GovHydroWEH.fp6 xsd:float +cim:GovHydroWEH.fp7 xsd:float +cim:GovHydroWEH.fp8 xsd:float +cim:GovHydroWEH.fp9 xsd:float +cim:GovHydroWEH.gmax xsd:float +cim:GovHydroWEH.gmin xsd:float +cim:GovHydroWEH.gtmxcl xsd:float +cim:GovHydroWEH.gtmxop xsd:float +cim:GovHydroWEH.gv1 xsd:float +cim:GovHydroWEH.gv2 xsd:float +cim:GovHydroWEH.gv3 xsd:float +cim:GovHydroWEH.gv4 xsd:float +cim:GovHydroWEH.gv5 xsd:float +cim:GovHydroWEH.kd xsd:float +cim:GovHydroWEH.ki xsd:float +cim:GovHydroWEH.kp xsd:float +cim:GovHydroWEH.mwbase xsd:float +cim:GovHydroWEH.pmss1 xsd:float +cim:GovHydroWEH.pmss10 xsd:float +cim:GovHydroWEH.pmss2 xsd:float +cim:GovHydroWEH.pmss3 xsd:float +cim:GovHydroWEH.pmss4 xsd:float +cim:GovHydroWEH.pmss5 xsd:float +cim:GovHydroWEH.pmss6 xsd:float +cim:GovHydroWEH.pmss7 xsd:float +cim:GovHydroWEH.pmss8 xsd:float +cim:GovHydroWEH.pmss9 xsd:float +cim:GovHydroWEH.rpg xsd:float +cim:GovHydroWEH.rpp xsd:float +cim:GovHydroWEH.td xsd:float +cim:GovHydroWEH.tdv xsd:float +cim:GovHydroWEH.tg xsd:float +cim:GovHydroWEH.tp xsd:float +cim:GovHydroWEH.tpe xsd:float +cim:GovHydroWEH.tw xsd:float +cim:GovHydroWPID.d xsd:float +cim:GovHydroWPID.gatmax xsd:float +cim:GovHydroWPID.gatmin xsd:float +cim:GovHydroWPID.gv1 xsd:float +cim:GovHydroWPID.gv2 xsd:float +cim:GovHydroWPID.gv3 xsd:float +cim:GovHydroWPID.kd xsd:float +cim:GovHydroWPID.ki xsd:float +cim:GovHydroWPID.kp xsd:float +cim:GovHydroWPID.mwbase xsd:float +cim:GovHydroWPID.pgv1 xsd:float +cim:GovHydroWPID.pgv2 xsd:float +cim:GovHydroWPID.pgv3 xsd:float +cim:GovHydroWPID.pmax xsd:float +cim:GovHydroWPID.pmin xsd:float +cim:GovHydroWPID.reg xsd:float +cim:GovHydroWPID.ta xsd:float +cim:GovHydroWPID.tb xsd:float +cim:GovHydroWPID.treg xsd:float +cim:GovHydroWPID.tw xsd:float +cim:GovHydroWPID.velmax xsd:float +cim:GovHydroWPID.velmin xsd:float +cim:GovSteam0.dt xsd:float +cim:GovSteam0.mwbase xsd:float +cim:GovSteam0.r xsd:float +cim:GovSteam0.t1 xsd:float +cim:GovSteam0.t2 xsd:float +cim:GovSteam0.t3 xsd:float +cim:GovSteam0.vmax xsd:float +cim:GovSteam0.vmin xsd:float +cim:GovSteam1.db1 xsd:float +cim:GovSteam1.db2 xsd:float +cim:GovSteam1.eps xsd:float +cim:GovSteam1.gv1 xsd:float +cim:GovSteam1.gv2 xsd:float +cim:GovSteam1.gv3 xsd:float +cim:GovSteam1.gv4 xsd:float +cim:GovSteam1.gv5 xsd:float +cim:GovSteam1.gv6 xsd:float +cim:GovSteam1.k xsd:float +cim:GovSteam1.k1 xsd:float +cim:GovSteam1.k2 xsd:float +cim:GovSteam1.k3 xsd:float +cim:GovSteam1.k4 xsd:float +cim:GovSteam1.k5 xsd:float +cim:GovSteam1.k6 xsd:float +cim:GovSteam1.k7 xsd:float +cim:GovSteam1.k8 xsd:float +cim:GovSteam1.mwbase xsd:float +cim:GovSteam1.pgv1 xsd:float +cim:GovSteam1.pgv2 xsd:float +cim:GovSteam1.pgv3 xsd:float +cim:GovSteam1.pgv4 xsd:float +cim:GovSteam1.pgv5 xsd:float +cim:GovSteam1.pgv6 xsd:float +cim:GovSteam1.pmax xsd:float +cim:GovSteam1.pmin xsd:float +cim:GovSteam1.sdb1 xsd:boolean +cim:GovSteam1.sdb2 xsd:boolean +cim:GovSteam1.t1 xsd:float +cim:GovSteam1.t2 xsd:float +cim:GovSteam1.t3 xsd:float +cim:GovSteam1.t4 xsd:float +cim:GovSteam1.t5 xsd:float +cim:GovSteam1.t6 xsd:float +cim:GovSteam1.t7 xsd:float +cim:GovSteam1.uc xsd:float +cim:GovSteam1.uo xsd:float +cim:GovSteam1.valve xsd:boolean +cim:GovSteam2.dbf xsd:float +cim:GovSteam2.k xsd:float +cim:GovSteam2.mnef xsd:float +cim:GovSteam2.mxef xsd:float +cim:GovSteam2.pmax xsd:float +cim:GovSteam2.pmin xsd:float +cim:GovSteam2.t1 xsd:float +cim:GovSteam2.t2 xsd:float +cim:GovSteamBB.fcut xsd:float +cim:GovSteamBB.k2 xsd:float +cim:GovSteamBB.k3 xsd:float +cim:GovSteamBB.kd xsd:float +cim:GovSteamBB.kg xsd:float +cim:GovSteamBB.kls xsd:float +cim:GovSteamBB.kp xsd:float +cim:GovSteamBB.ks xsd:float +cim:GovSteamBB.peflag xsd:boolean +cim:GovSteamBB.pmax xsd:float +cim:GovSteamBB.pmin xsd:float +cim:GovSteamBB.t1 xsd:float +cim:GovSteamBB.t4 xsd:float +cim:GovSteamBB.t5 xsd:float +cim:GovSteamBB.t6 xsd:float +cim:GovSteamBB.td xsd:float +cim:GovSteamBB.tn xsd:float +cim:GovSteamCC.dhp xsd:float +cim:GovSteamCC.dlp xsd:float +cim:GovSteamCC.fhp xsd:float +cim:GovSteamCC.flp xsd:float +cim:GovSteamCC.mwbase xsd:float +cim:GovSteamCC.pmaxhp xsd:float +cim:GovSteamCC.pmaxlp xsd:float +cim:GovSteamCC.rhp xsd:float +cim:GovSteamCC.rlp xsd:float +cim:GovSteamCC.t1hp xsd:float +cim:GovSteamCC.t1lp xsd:float +cim:GovSteamCC.t3hp xsd:float +cim:GovSteamCC.t3lp xsd:float +cim:GovSteamCC.t4hp xsd:float +cim:GovSteamCC.t4lp xsd:float +cim:GovSteamCC.t5hp xsd:float +cim:GovSteamCC.t5lp xsd:float +cim:GovSteamEU.chc xsd:float +cim:GovSteamEU.cho xsd:float +cim:GovSteamEU.cic xsd:float +cim:GovSteamEU.cio xsd:float +cim:GovSteamEU.db1 xsd:float +cim:GovSteamEU.db2 xsd:float +cim:GovSteamEU.hhpmax xsd:float +cim:GovSteamEU.ke xsd:float +cim:GovSteamEU.kfcor xsd:float +cim:GovSteamEU.khp xsd:float +cim:GovSteamEU.klp xsd:float +cim:GovSteamEU.komegacor xsd:float +cim:GovSteamEU.mwbase xsd:float +cim:GovSteamEU.pmax xsd:float +cim:GovSteamEU.prhmax xsd:float +cim:GovSteamEU.simx xsd:float +cim:GovSteamEU.tb xsd:float +cim:GovSteamEU.tdp xsd:float +cim:GovSteamEU.ten xsd:float +cim:GovSteamEU.tf xsd:float +cim:GovSteamEU.tfp xsd:float +cim:GovSteamEU.thp xsd:float +cim:GovSteamEU.tip xsd:float +cim:GovSteamEU.tlp xsd:float +cim:GovSteamEU.tp xsd:float +cim:GovSteamEU.trh xsd:float +cim:GovSteamEU.tvhp xsd:float +cim:GovSteamEU.tvip xsd:float +cim:GovSteamEU.tw xsd:float +cim:GovSteamEU.wfmax xsd:float +cim:GovSteamEU.wfmin xsd:float +cim:GovSteamEU.wmax1 xsd:float +cim:GovSteamEU.wmax2 xsd:float +cim:GovSteamEU.wwmax xsd:float +cim:GovSteamEU.wwmin xsd:float +cim:GovSteamFV2.dt xsd:float +cim:GovSteamFV2.k xsd:float +cim:GovSteamFV2.mwbase xsd:float +cim:GovSteamFV2.r xsd:float +cim:GovSteamFV2.t1 xsd:float +cim:GovSteamFV2.t3 xsd:float +cim:GovSteamFV2.ta xsd:float +cim:GovSteamFV2.tb xsd:float +cim:GovSteamFV2.tc xsd:float +cim:GovSteamFV2.tt xsd:float +cim:GovSteamFV2.vmax xsd:float +cim:GovSteamFV2.vmin xsd:float +cim:GovSteamFV3.gv1 xsd:float +cim:GovSteamFV3.gv2 xsd:float +cim:GovSteamFV3.gv3 xsd:float +cim:GovSteamFV3.gv4 xsd:float +cim:GovSteamFV3.gv5 xsd:float +cim:GovSteamFV3.gv6 xsd:float +cim:GovSteamFV3.k xsd:float +cim:GovSteamFV3.k1 xsd:float +cim:GovSteamFV3.k2 xsd:float +cim:GovSteamFV3.k3 xsd:float +cim:GovSteamFV3.mwbase xsd:float +cim:GovSteamFV3.pgv1 xsd:float +cim:GovSteamFV3.pgv2 xsd:float +cim:GovSteamFV3.pgv3 xsd:float +cim:GovSteamFV3.pgv4 xsd:float +cim:GovSteamFV3.pgv5 xsd:float +cim:GovSteamFV3.pgv6 xsd:float +cim:GovSteamFV3.pmax xsd:float +cim:GovSteamFV3.pmin xsd:float +cim:GovSteamFV3.prmax xsd:float +cim:GovSteamFV3.t1 xsd:float +cim:GovSteamFV3.t2 xsd:float +cim:GovSteamFV3.t3 xsd:float +cim:GovSteamFV3.t4 xsd:float +cim:GovSteamFV3.t5 xsd:float +cim:GovSteamFV3.t6 xsd:float +cim:GovSteamFV3.ta xsd:float +cim:GovSteamFV3.tb xsd:float +cim:GovSteamFV3.tc xsd:float +cim:GovSteamFV3.uc xsd:float +cim:GovSteamFV3.uo xsd:float +cim:GovSteamFV4.cpsmn xsd:float +cim:GovSteamFV4.cpsmx xsd:float +cim:GovSteamFV4.crmn xsd:float +cim:GovSteamFV4.crmx xsd:float +cim:GovSteamFV4.kdc xsd:float +cim:GovSteamFV4.kf1 xsd:float +cim:GovSteamFV4.kf3 xsd:float +cim:GovSteamFV4.khp xsd:float +cim:GovSteamFV4.kic xsd:float +cim:GovSteamFV4.kip xsd:float +cim:GovSteamFV4.kit xsd:float +cim:GovSteamFV4.kmp1 xsd:float +cim:GovSteamFV4.kmp2 xsd:float +cim:GovSteamFV4.kpc xsd:float +cim:GovSteamFV4.kpp xsd:float +cim:GovSteamFV4.kpt xsd:float +cim:GovSteamFV4.krc xsd:float +cim:GovSteamFV4.ksh xsd:float +cim:GovSteamFV4.lpi xsd:float +cim:GovSteamFV4.lps xsd:float +cim:GovSteamFV4.mnef xsd:float +cim:GovSteamFV4.mxef xsd:float +cim:GovSteamFV4.pr1 xsd:float +cim:GovSteamFV4.pr2 xsd:float +cim:GovSteamFV4.psmn xsd:float +cim:GovSteamFV4.rsmimn xsd:float +cim:GovSteamFV4.rsmimx xsd:float +cim:GovSteamFV4.rvgmn xsd:float +cim:GovSteamFV4.rvgmx xsd:float +cim:GovSteamFV4.srmn xsd:float +cim:GovSteamFV4.srmx xsd:float +cim:GovSteamFV4.srsmp xsd:float +cim:GovSteamFV4.svmn xsd:float +cim:GovSteamFV4.svmx xsd:float +cim:GovSteamFV4.ta xsd:float +cim:GovSteamFV4.tam xsd:float +cim:GovSteamFV4.tc xsd:float +cim:GovSteamFV4.tcm xsd:float +cim:GovSteamFV4.tdc xsd:float +cim:GovSteamFV4.tf1 xsd:float +cim:GovSteamFV4.tf2 xsd:float +cim:GovSteamFV4.thp xsd:float +cim:GovSteamFV4.tmp xsd:float +cim:GovSteamFV4.trh xsd:float +cim:GovSteamFV4.tv xsd:float +cim:GovSteamFV4.ty xsd:float +cim:GovSteamFV4.y xsd:float +cim:GovSteamFV4.yhpmn xsd:float +cim:GovSteamFV4.yhpmx xsd:float +cim:GovSteamFV4.ympmn xsd:float +cim:GovSteamFV4.ympmx xsd:float +cim:GovSteamIEEE1.k xsd:float +cim:GovSteamIEEE1.k1 xsd:float +cim:GovSteamIEEE1.k2 xsd:float +cim:GovSteamIEEE1.k3 xsd:float +cim:GovSteamIEEE1.k4 xsd:float +cim:GovSteamIEEE1.k5 xsd:float +cim:GovSteamIEEE1.k6 xsd:float +cim:GovSteamIEEE1.k7 xsd:float +cim:GovSteamIEEE1.k8 xsd:float +cim:GovSteamIEEE1.mwbase xsd:float +cim:GovSteamIEEE1.pmax xsd:float +cim:GovSteamIEEE1.pmin xsd:float +cim:GovSteamIEEE1.t1 xsd:float +cim:GovSteamIEEE1.t2 xsd:float +cim:GovSteamIEEE1.t3 xsd:float +cim:GovSteamIEEE1.t4 xsd:float +cim:GovSteamIEEE1.t5 xsd:float +cim:GovSteamIEEE1.t6 xsd:float +cim:GovSteamIEEE1.t7 xsd:float +cim:GovSteamIEEE1.uc xsd:float +cim:GovSteamIEEE1.uo xsd:float +cim:GovSteamSGO.k1 xsd:float +cim:GovSteamSGO.k2 xsd:float +cim:GovSteamSGO.k3 xsd:float +cim:GovSteamSGO.mwbase xsd:float +cim:GovSteamSGO.pmax xsd:float +cim:GovSteamSGO.pmin xsd:float +cim:GovSteamSGO.t1 xsd:float +cim:GovSteamSGO.t2 xsd:float +cim:GovSteamSGO.t3 xsd:float +cim:GovSteamSGO.t4 xsd:float +cim:GovSteamSGO.t5 xsd:float +cim:GovSteamSGO.t6 xsd:float +cim:GroundingImpedance.x xsd:float +cim:HydroGeneratingUnit.dropHeight xsd:float +cim:IdentifiedObject.aliasName xsd:string +cim:IdentifiedObject.description xsd:string +cim:IdentifiedObject.mRID xsd:string +cim:IdentifiedObject.name xsd:string +cim:LimitSet.isPercentageLimits xsd:boolean +cim:LinearShuntCompensator.b0PerSection xsd:float +cim:LinearShuntCompensator.bPerSection xsd:float +cim:LinearShuntCompensator.g0PerSection xsd:float +cim:LinearShuntCompensator.gPerSection xsd:float +cim:LoadComposite.epfd xsd:float +cim:LoadComposite.epfs xsd:float +cim:LoadComposite.epvd xsd:float +cim:LoadComposite.epvs xsd:float +cim:LoadComposite.eqfd xsd:float +cim:LoadComposite.eqfs xsd:float +cim:LoadComposite.eqvd xsd:float +cim:LoadComposite.eqvs xsd:float +cim:LoadComposite.h xsd:float +cim:LoadComposite.lfac xsd:float +cim:LoadComposite.pfrac xsd:float +cim:LoadGenericNonLinear.bs xsd:float +cim:LoadGenericNonLinear.bt xsd:float +cim:LoadGenericNonLinear.ls xsd:float +cim:LoadGenericNonLinear.lt xsd:float +cim:LoadGenericNonLinear.tp xsd:float +cim:LoadGenericNonLinear.tq xsd:float +cim:LoadMotor.d xsd:float +cim:LoadMotor.h xsd:float +cim:LoadMotor.lfac xsd:float +cim:LoadMotor.lp xsd:float +cim:LoadMotor.lpp xsd:float +cim:LoadMotor.ls xsd:float +cim:LoadMotor.pfrac xsd:float +cim:LoadMotor.ra xsd:float +cim:LoadMotor.tbkr xsd:float +cim:LoadMotor.tpo xsd:float +cim:LoadMotor.tppo xsd:float +cim:LoadMotor.tv xsd:float +cim:LoadMotor.vt xsd:float +cim:LoadResponseCharacteristic.exponentModel xsd:boolean +cim:LoadResponseCharacteristic.pConstantCurrent xsd:float +cim:LoadResponseCharacteristic.pConstantImpedance xsd:float +cim:LoadResponseCharacteristic.pConstantPower xsd:float +cim:LoadResponseCharacteristic.pFrequencyExponent xsd:float +cim:LoadResponseCharacteristic.pVoltageExponent xsd:float +cim:LoadResponseCharacteristic.qConstantCurrent xsd:float +cim:LoadResponseCharacteristic.qConstantImpedance xsd:float +cim:LoadResponseCharacteristic.qConstantPower xsd:float +cim:LoadResponseCharacteristic.qFrequencyExponent xsd:float +cim:LoadResponseCharacteristic.qVoltageExponent xsd:float +cim:LoadStatic.ep1 xsd:float +cim:LoadStatic.ep2 xsd:float +cim:LoadStatic.ep3 xsd:float +cim:LoadStatic.eq1 xsd:float +cim:LoadStatic.eq2 xsd:float +cim:LoadStatic.eq3 xsd:float +cim:LoadStatic.kp1 xsd:float +cim:LoadStatic.kp2 xsd:float +cim:LoadStatic.kp3 xsd:float +cim:LoadStatic.kp4 xsd:float +cim:LoadStatic.kpf xsd:float +cim:LoadStatic.kq1 xsd:float +cim:LoadStatic.kq2 xsd:float +cim:LoadStatic.kq3 xsd:float +cim:LoadStatic.kq4 xsd:float +cim:LoadStatic.kqf xsd:float +cim:LoadUserDefined.proprietary xsd:boolean +cim:Measurement.measurementType xsd:string +cim:MeasurementValue.sensorAccuracy xsd:float +cim:MeasurementValue.timeStamp xsd:dateTime +cim:MechLoad1.a xsd:float +cim:MechLoad1.b xsd:float +cim:MechLoad1.d xsd:float +cim:MechLoad1.e xsd:float +cim:MechanicalLoadUserDefined.proprietary xsd:boolean +cim:MutualCoupling.b0ch xsd:float +cim:MutualCoupling.distance11 xsd:float +cim:MutualCoupling.distance12 xsd:float +cim:MutualCoupling.distance21 xsd:float +cim:MutualCoupling.distance22 xsd:float +cim:MutualCoupling.g0ch xsd:float +cim:MutualCoupling.r0 xsd:float +cim:MutualCoupling.x0 xsd:float +cim:Name.name xsd:string +cim:NameType.description xsd:string +cim:NameType.name xsd:string +cim:NonlinearShuntCompensatorPoint.b xsd:float +cim:NonlinearShuntCompensatorPoint.b0 xsd:float +cim:NonlinearShuntCompensatorPoint.g xsd:float +cim:NonlinearShuntCompensatorPoint.g0 xsd:float +cim:NonlinearShuntCompensatorPoint.sectionNumber xsd:integer +cim:OperationalLimitType.acceptableDuration xsd:float +cim:OperationalLimitType.isInfiniteDuration xsd:boolean +cim:OverexcLim2.ifdlim xsd:float +cim:OverexcLim2.koi xsd:float +cim:OverexcLim2.voimax xsd:float +cim:OverexcLim2.voimin xsd:float +cim:OverexcLimIEEE.hyst xsd:float +cim:OverexcLimIEEE.ifdlim xsd:float +cim:OverexcLimIEEE.ifdmax xsd:float +cim:OverexcLimIEEE.itfpu xsd:float +cim:OverexcLimIEEE.kcd xsd:float +cim:OverexcLimIEEE.kramp xsd:float +cim:OverexcLimX1.efd1 xsd:float +cim:OverexcLimX1.efd2 xsd:float +cim:OverexcLimX1.efd3 xsd:float +cim:OverexcLimX1.efddes xsd:float +cim:OverexcLimX1.efdrated xsd:float +cim:OverexcLimX1.kmx xsd:float +cim:OverexcLimX1.t1 xsd:float +cim:OverexcLimX1.t2 xsd:float +cim:OverexcLimX1.t3 xsd:float +cim:OverexcLimX1.vlow xsd:float +cim:OverexcLimX2.efd1 xsd:float +cim:OverexcLimX2.efd2 xsd:float +cim:OverexcLimX2.efd3 xsd:float +cim:OverexcLimX2.efddes xsd:float +cim:OverexcLimX2.efdrated xsd:float +cim:OverexcLimX2.kmx xsd:float +cim:OverexcLimX2.m xsd:boolean +cim:OverexcLimX2.t1 xsd:float +cim:OverexcLimX2.t2 xsd:float +cim:OverexcLimX2.t3 xsd:float +cim:OverexcLimX2.vlow xsd:float +cim:OverexcitationLimiterUserDefined.proprietary xsd:boolean +cim:PFVArControllerType1UserDefined.proprietary xsd:boolean +cim:PFVArControllerType2UserDefined.proprietary xsd:boolean +cim:PFVArType1IEEEPFController.ovex xsd:boolean +cim:PFVArType1IEEEPFController.tpfc xsd:float +cim:PFVArType1IEEEPFController.vitmin xsd:float +cim:PFVArType1IEEEPFController.vpf xsd:float +cim:PFVArType1IEEEPFController.vpfcbw xsd:float +cim:PFVArType1IEEEPFController.vpfref xsd:float +cim:PFVArType1IEEEPFController.vvtmax xsd:float +cim:PFVArType1IEEEPFController.vvtmin xsd:float +cim:PFVArType1IEEEVArController.tvarc xsd:float +cim:PFVArType1IEEEVArController.vvar xsd:float +cim:PFVArType1IEEEVArController.vvarcbw xsd:float +cim:PFVArType1IEEEVArController.vvarref xsd:float +cim:PFVArType1IEEEVArController.vvtmax xsd:float +cim:PFVArType1IEEEVArController.vvtmin xsd:float +cim:PFVArType2Common1.j xsd:boolean +cim:PFVArType2Common1.ki xsd:float +cim:PFVArType2Common1.kp xsd:float +cim:PFVArType2Common1.max xsd:float +cim:PFVArType2Common1.ref xsd:float +cim:PFVArType2IEEEPFController.exlon xsd:boolean +cim:PFVArType2IEEEPFController.ki xsd:float +cim:PFVArType2IEEEPFController.kp xsd:float +cim:PFVArType2IEEEPFController.pfref xsd:float +cim:PFVArType2IEEEPFController.vclmt xsd:float +cim:PFVArType2IEEEPFController.vref xsd:float +cim:PFVArType2IEEEPFController.vs xsd:float +cim:PFVArType2IEEEVArController.exlon xsd:boolean +cim:PFVArType2IEEEVArController.ki xsd:float +cim:PFVArType2IEEEVArController.kp xsd:float +cim:PFVArType2IEEEVArController.qref xsd:float +cim:PFVArType2IEEEVArController.vclmt xsd:float +cim:PFVArType2IEEEVArController.vref xsd:float +cim:PFVArType2IEEEVArController.vs xsd:float +cim:PetersenCoil.nominalU xsd:float +cim:PetersenCoil.offsetCurrent xsd:float +cim:PetersenCoil.positionCurrent xsd:float +cim:PetersenCoil.xGroundMax xsd:float +cim:PetersenCoil.xGroundMin xsd:float +cim:PetersenCoil.xGroundNominal xsd:float +cim:PhaseTapChangerAsymmetrical.windingConnectionAngle xsd:float +cim:PhaseTapChangerLinear.stepPhaseShiftIncrement xsd:float +cim:PhaseTapChangerLinear.xMax xsd:float +cim:PhaseTapChangerLinear.xMin xsd:float +cim:PhaseTapChangerNonLinear.voltageStepIncrement xsd:float +cim:PhaseTapChangerNonLinear.xMax xsd:float +cim:PhaseTapChangerNonLinear.xMin xsd:float +cim:PhaseTapChangerTablePoint.angle xsd:float +cim:PositionPoint.sequenceNumber xsd:integer +cim:PositionPoint.xPosition xsd:string +cim:PositionPoint.yPosition xsd:string +cim:PositionPoint.zPosition xsd:string +cim:PowerElectronicsConnection.maxQ xsd:float +cim:PowerElectronicsConnection.minQ xsd:float +cim:PowerElectronicsConnection.p xsd:float +cim:PowerElectronicsConnection.q xsd:float +cim:PowerElectronicsConnection.ratedS xsd:float +cim:PowerElectronicsConnection.ratedU xsd:float +cim:PowerElectronicsUnit.maxP xsd:float +cim:PowerElectronicsUnit.minP xsd:float +cim:PowerSystemStabilizerUserDefined.proprietary xsd:boolean +cim:PowerTransformer.beforeShCircuitHighestOperatingCurrent xsd:float +cim:PowerTransformer.beforeShCircuitHighestOperatingVoltage xsd:float +cim:PowerTransformer.beforeShortCircuitAnglePf xsd:float +cim:PowerTransformer.highSideMinOperatingU xsd:float +cim:PowerTransformer.isPartOfGeneratorUnit xsd:boolean +cim:PowerTransformer.operationalValuesConsidered xsd:boolean +cim:PowerTransformerEnd.b xsd:float +cim:PowerTransformerEnd.b0 xsd:float +cim:PowerTransformerEnd.g xsd:float +cim:PowerTransformerEnd.g0 xsd:float +cim:PowerTransformerEnd.phaseAngleClock xsd:integer +cim:PowerTransformerEnd.r xsd:float +cim:PowerTransformerEnd.r0 xsd:float +cim:PowerTransformerEnd.ratedS xsd:float +cim:PowerTransformerEnd.ratedU xsd:float +cim:PowerTransformerEnd.x xsd:float +cim:PowerTransformerEnd.x0 xsd:float +cim:ProprietaryParameterDynamics.booleanParameterValue xsd:boolean +cim:ProprietaryParameterDynamics.floatParameterValue xsd:float +cim:ProprietaryParameterDynamics.integerParameterValue xsd:integer +cim:ProprietaryParameterDynamics.parameterNumber xsd:integer +cim:Pss1.kf xsd:float +cim:Pss1.komega xsd:float +cim:Pss1.kpe xsd:float +cim:Pss1.ks xsd:float +cim:Pss1.pmin xsd:float +cim:Pss1.t10 xsd:float +cim:Pss1.t5 xsd:float +cim:Pss1.t6 xsd:float +cim:Pss1.t7 xsd:float +cim:Pss1.t8 xsd:float +cim:Pss1.t9 xsd:float +cim:Pss1.tpe xsd:float +cim:Pss1.vadat xsd:boolean +cim:Pss1.vsmn xsd:float +cim:Pss1.vsmx xsd:float +cim:Pss1A.a1 xsd:float +cim:Pss1A.a2 xsd:float +cim:Pss1A.a3 xsd:float +cim:Pss1A.a4 xsd:float +cim:Pss1A.a5 xsd:float +cim:Pss1A.a6 xsd:float +cim:Pss1A.a7 xsd:float +cim:Pss1A.a8 xsd:float +cim:Pss1A.kd xsd:boolean +cim:Pss1A.ks xsd:float +cim:Pss1A.t1 xsd:float +cim:Pss1A.t2 xsd:float +cim:Pss1A.t3 xsd:float +cim:Pss1A.t4 xsd:float +cim:Pss1A.t5 xsd:float +cim:Pss1A.t6 xsd:float +cim:Pss1A.tdelay xsd:float +cim:Pss1A.vcl xsd:float +cim:Pss1A.vcu xsd:float +cim:Pss1A.vrmax xsd:float +cim:Pss1A.vrmin xsd:float +cim:Pss2B.a xsd:float +cim:Pss2B.ks1 xsd:float +cim:Pss2B.ks2 xsd:float +cim:Pss2B.ks3 xsd:float +cim:Pss2B.ks4 xsd:float +cim:Pss2B.m xsd:integer +cim:Pss2B.n xsd:integer +cim:Pss2B.t1 xsd:float +cim:Pss2B.t10 xsd:float +cim:Pss2B.t11 xsd:float +cim:Pss2B.t2 xsd:float +cim:Pss2B.t3 xsd:float +cim:Pss2B.t4 xsd:float +cim:Pss2B.t6 xsd:float +cim:Pss2B.t7 xsd:float +cim:Pss2B.t8 xsd:float +cim:Pss2B.t9 xsd:float +cim:Pss2B.ta xsd:float +cim:Pss2B.tb xsd:float +cim:Pss2B.tw1 xsd:float +cim:Pss2B.tw2 xsd:float +cim:Pss2B.tw3 xsd:float +cim:Pss2B.tw4 xsd:float +cim:Pss2B.vsi1max xsd:float +cim:Pss2B.vsi1min xsd:float +cim:Pss2B.vsi2max xsd:float +cim:Pss2B.vsi2min xsd:float +cim:Pss2B.vstmax xsd:float +cim:Pss2B.vstmin xsd:float +cim:Pss2ST.k1 xsd:float +cim:Pss2ST.k2 xsd:float +cim:Pss2ST.lsmax xsd:float +cim:Pss2ST.lsmin xsd:float +cim:Pss2ST.t1 xsd:float +cim:Pss2ST.t10 xsd:float +cim:Pss2ST.t2 xsd:float +cim:Pss2ST.t3 xsd:float +cim:Pss2ST.t4 xsd:float +cim:Pss2ST.t5 xsd:float +cim:Pss2ST.t6 xsd:float +cim:Pss2ST.t7 xsd:float +cim:Pss2ST.t8 xsd:float +cim:Pss2ST.t9 xsd:float +cim:Pss2ST.vcl xsd:float +cim:Pss2ST.vcu xsd:float +cim:Pss5.ctw2 xsd:boolean +cim:Pss5.deadband xsd:float +cim:Pss5.isfreq xsd:boolean +cim:Pss5.kf xsd:float +cim:Pss5.kpe xsd:float +cim:Pss5.kpss xsd:float +cim:Pss5.pmin xsd:float +cim:Pss5.tl1 xsd:float +cim:Pss5.tl2 xsd:float +cim:Pss5.tl3 xsd:float +cim:Pss5.tl4 xsd:float +cim:Pss5.tpe xsd:float +cim:Pss5.tw1 xsd:float +cim:Pss5.tw2 xsd:float +cim:Pss5.vadat xsd:boolean +cim:Pss5.vsmn xsd:float +cim:Pss5.vsmx xsd:float +cim:PssELIN2.apss xsd:float +cim:PssELIN2.ks1 xsd:float +cim:PssELIN2.ks2 xsd:float +cim:PssELIN2.ppss xsd:float +cim:PssELIN2.psslim xsd:float +cim:PssELIN2.ts1 xsd:float +cim:PssELIN2.ts2 xsd:float +cim:PssELIN2.ts3 xsd:float +cim:PssELIN2.ts4 xsd:float +cim:PssELIN2.ts5 xsd:float +cim:PssELIN2.ts6 xsd:float +cim:PssIEEE1A.a1 xsd:float +cim:PssIEEE1A.a2 xsd:float +cim:PssIEEE1A.ks xsd:float +cim:PssIEEE1A.t1 xsd:float +cim:PssIEEE1A.t2 xsd:float +cim:PssIEEE1A.t3 xsd:float +cim:PssIEEE1A.t4 xsd:float +cim:PssIEEE1A.t5 xsd:float +cim:PssIEEE1A.t6 xsd:float +cim:PssIEEE1A.vrmax xsd:float +cim:PssIEEE1A.vrmin xsd:float +cim:PssIEEE2B.ks1 xsd:float +cim:PssIEEE2B.ks2 xsd:float +cim:PssIEEE2B.ks3 xsd:float +cim:PssIEEE2B.m xsd:integer +cim:PssIEEE2B.n xsd:integer +cim:PssIEEE2B.t1 xsd:float +cim:PssIEEE2B.t10 xsd:float +cim:PssIEEE2B.t11 xsd:float +cim:PssIEEE2B.t2 xsd:float +cim:PssIEEE2B.t3 xsd:float +cim:PssIEEE2B.t4 xsd:float +cim:PssIEEE2B.t6 xsd:float +cim:PssIEEE2B.t7 xsd:float +cim:PssIEEE2B.t8 xsd:float +cim:PssIEEE2B.t9 xsd:float +cim:PssIEEE2B.tw1 xsd:float +cim:PssIEEE2B.tw2 xsd:float +cim:PssIEEE2B.tw3 xsd:float +cim:PssIEEE2B.tw4 xsd:float +cim:PssIEEE2B.vsi1max xsd:float +cim:PssIEEE2B.vsi1min xsd:float +cim:PssIEEE2B.vsi2max xsd:float +cim:PssIEEE2B.vsi2min xsd:float +cim:PssIEEE2B.vstmax xsd:float +cim:PssIEEE2B.vstmin xsd:float +cim:PssIEEE3B.a1 xsd:float +cim:PssIEEE3B.a2 xsd:float +cim:PssIEEE3B.a3 xsd:float +cim:PssIEEE3B.a4 xsd:float +cim:PssIEEE3B.a5 xsd:float +cim:PssIEEE3B.a6 xsd:float +cim:PssIEEE3B.a7 xsd:float +cim:PssIEEE3B.a8 xsd:float +cim:PssIEEE3B.ks1 xsd:float +cim:PssIEEE3B.ks2 xsd:float +cim:PssIEEE3B.t1 xsd:float +cim:PssIEEE3B.t2 xsd:float +cim:PssIEEE3B.tw1 xsd:float +cim:PssIEEE3B.tw2 xsd:float +cim:PssIEEE3B.tw3 xsd:float +cim:PssIEEE3B.vstmax xsd:float +cim:PssIEEE3B.vstmin xsd:float +cim:PssIEEE4B.bwh1 xsd:float +cim:PssIEEE4B.bwh2 xsd:float +cim:PssIEEE4B.bwl1 xsd:float +cim:PssIEEE4B.bwl2 xsd:float +cim:PssIEEE4B.kh xsd:float +cim:PssIEEE4B.kh1 xsd:float +cim:PssIEEE4B.kh11 xsd:float +cim:PssIEEE4B.kh17 xsd:float +cim:PssIEEE4B.kh2 xsd:float +cim:PssIEEE4B.ki xsd:float +cim:PssIEEE4B.ki1 xsd:float +cim:PssIEEE4B.ki11 xsd:float +cim:PssIEEE4B.ki17 xsd:float +cim:PssIEEE4B.ki2 xsd:float +cim:PssIEEE4B.kl xsd:float +cim:PssIEEE4B.kl1 xsd:float +cim:PssIEEE4B.kl11 xsd:float +cim:PssIEEE4B.kl17 xsd:float +cim:PssIEEE4B.kl2 xsd:float +cim:PssIEEE4B.omeganh1 xsd:float +cim:PssIEEE4B.omeganh2 xsd:float +cim:PssIEEE4B.omeganl1 xsd:float +cim:PssIEEE4B.omeganl2 xsd:float +cim:PssIEEE4B.th1 xsd:float +cim:PssIEEE4B.th10 xsd:float +cim:PssIEEE4B.th11 xsd:float +cim:PssIEEE4B.th12 xsd:float +cim:PssIEEE4B.th2 xsd:float +cim:PssIEEE4B.th3 xsd:float +cim:PssIEEE4B.th4 xsd:float +cim:PssIEEE4B.th5 xsd:float +cim:PssIEEE4B.th6 xsd:float +cim:PssIEEE4B.th7 xsd:float +cim:PssIEEE4B.th8 xsd:float +cim:PssIEEE4B.th9 xsd:float +cim:PssIEEE4B.ti1 xsd:float +cim:PssIEEE4B.ti10 xsd:float +cim:PssIEEE4B.ti11 xsd:float +cim:PssIEEE4B.ti12 xsd:float +cim:PssIEEE4B.ti2 xsd:float +cim:PssIEEE4B.ti3 xsd:float +cim:PssIEEE4B.ti4 xsd:float +cim:PssIEEE4B.ti5 xsd:float +cim:PssIEEE4B.ti6 xsd:float +cim:PssIEEE4B.ti7 xsd:float +cim:PssIEEE4B.ti8 xsd:float +cim:PssIEEE4B.ti9 xsd:float +cim:PssIEEE4B.tl1 xsd:float +cim:PssIEEE4B.tl10 xsd:float +cim:PssIEEE4B.tl11 xsd:float +cim:PssIEEE4B.tl12 xsd:float +cim:PssIEEE4B.tl2 xsd:float +cim:PssIEEE4B.tl3 xsd:float +cim:PssIEEE4B.tl4 xsd:float +cim:PssIEEE4B.tl5 xsd:float +cim:PssIEEE4B.tl6 xsd:float +cim:PssIEEE4B.tl7 xsd:float +cim:PssIEEE4B.tl8 xsd:float +cim:PssIEEE4B.tl9 xsd:float +cim:PssIEEE4B.vhmax xsd:float +cim:PssIEEE4B.vhmin xsd:float +cim:PssIEEE4B.vimax xsd:float +cim:PssIEEE4B.vimin xsd:float +cim:PssIEEE4B.vlmax xsd:float +cim:PssIEEE4B.vlmin xsd:float +cim:PssIEEE4B.vstmax xsd:float +cim:PssIEEE4B.vstmin xsd:float +cim:PssPTIST1.dtc xsd:float +cim:PssPTIST1.dtf xsd:float +cim:PssPTIST1.dtp xsd:float +cim:PssPTIST1.k xsd:float +cim:PssPTIST1.m xsd:float +cim:PssPTIST1.t1 xsd:float +cim:PssPTIST1.t2 xsd:float +cim:PssPTIST1.t3 xsd:float +cim:PssPTIST1.t4 xsd:float +cim:PssPTIST1.tf xsd:float +cim:PssPTIST1.tp xsd:float +cim:PssPTIST3.a0 xsd:float +cim:PssPTIST3.a1 xsd:float +cim:PssPTIST3.a2 xsd:float +cim:PssPTIST3.a3 xsd:float +cim:PssPTIST3.a4 xsd:float +cim:PssPTIST3.a5 xsd:float +cim:PssPTIST3.al xsd:float +cim:PssPTIST3.athres xsd:float +cim:PssPTIST3.b0 xsd:float +cim:PssPTIST3.b1 xsd:float +cim:PssPTIST3.b2 xsd:float +cim:PssPTIST3.b3 xsd:float +cim:PssPTIST3.b4 xsd:float +cim:PssPTIST3.b5 xsd:float +cim:PssPTIST3.dl xsd:float +cim:PssPTIST3.dtc xsd:float +cim:PssPTIST3.dtf xsd:float +cim:PssPTIST3.dtp xsd:float +cim:PssPTIST3.isw xsd:boolean +cim:PssPTIST3.k xsd:float +cim:PssPTIST3.lthres xsd:float +cim:PssPTIST3.m xsd:float +cim:PssPTIST3.nav xsd:float +cim:PssPTIST3.ncl xsd:float +cim:PssPTIST3.ncr xsd:float +cim:PssPTIST3.pmin xsd:float +cim:PssPTIST3.t1 xsd:float +cim:PssPTIST3.t2 xsd:float +cim:PssPTIST3.t3 xsd:float +cim:PssPTIST3.t4 xsd:float +cim:PssPTIST3.t5 xsd:float +cim:PssPTIST3.t6 xsd:float +cim:PssPTIST3.tf xsd:float +cim:PssPTIST3.tp xsd:float +cim:PssRQB.kdpm xsd:float +cim:PssRQB.ki2 xsd:float +cim:PssRQB.ki3 xsd:float +cim:PssRQB.ki4 xsd:float +cim:PssRQB.sibv xsd:float +cim:PssRQB.t4f xsd:float +cim:PssRQB.t4m xsd:float +cim:PssRQB.t4mom xsd:float +cim:PssRQB.tomd xsd:float +cim:PssRQB.tomsl xsd:float +cim:PssSB4.kx xsd:float +cim:PssSB4.ta xsd:float +cim:PssSB4.tb xsd:float +cim:PssSB4.tc xsd:float +cim:PssSB4.td xsd:float +cim:PssSB4.te xsd:float +cim:PssSB4.tt xsd:float +cim:PssSB4.tx1 xsd:float +cim:PssSB4.tx2 xsd:float +cim:PssSB4.vsmax xsd:float +cim:PssSB4.vsmin xsd:float +cim:PssSH.k xsd:float +cim:PssSH.k0 xsd:float +cim:PssSH.k1 xsd:float +cim:PssSH.k2 xsd:float +cim:PssSH.k3 xsd:float +cim:PssSH.k4 xsd:float +cim:PssSH.t1 xsd:float +cim:PssSH.t2 xsd:float +cim:PssSH.t3 xsd:float +cim:PssSH.t4 xsd:float +cim:PssSH.td xsd:float +cim:PssSH.vsmax xsd:float +cim:PssSH.vsmin xsd:float +cim:PssSK.k1 xsd:float +cim:PssSK.k2 xsd:float +cim:PssSK.k3 xsd:float +cim:PssSK.t1 xsd:float +cim:PssSK.t2 xsd:float +cim:PssSK.t3 xsd:float +cim:PssSK.t4 xsd:float +cim:PssSK.t5 xsd:float +cim:PssSK.t6 xsd:float +cim:PssSK.vsmax xsd:float +cim:PssSK.vsmin xsd:float +cim:PssSTAB2A.hlim xsd:float +cim:PssSTAB2A.k2 xsd:float +cim:PssSTAB2A.k3 xsd:float +cim:PssSTAB2A.k4 xsd:float +cim:PssSTAB2A.k5 xsd:float +cim:PssSTAB2A.t2 xsd:float +cim:PssSTAB2A.t3 xsd:float +cim:PssSTAB2A.t5 xsd:float +cim:PssWECC.k1 xsd:float +cim:PssWECC.k2 xsd:float +cim:PssWECC.t1 xsd:float +cim:PssWECC.t10 xsd:float +cim:PssWECC.t2 xsd:float +cim:PssWECC.t3 xsd:float +cim:PssWECC.t4 xsd:float +cim:PssWECC.t5 xsd:float +cim:PssWECC.t6 xsd:float +cim:PssWECC.t7 xsd:float +cim:PssWECC.t8 xsd:float +cim:PssWECC.t9 xsd:float +cim:PssWECC.vcl xsd:float +cim:PssWECC.vcu xsd:float +cim:PssWECC.vsmax xsd:float +cim:PssWECC.vsmin xsd:float +cim:Quality61850.badReference xsd:boolean +cim:Quality61850.estimatorReplaced xsd:boolean +cim:Quality61850.failure xsd:boolean +cim:Quality61850.oldData xsd:boolean +cim:Quality61850.operatorBlocked xsd:boolean +cim:Quality61850.oscillatory xsd:boolean +cim:Quality61850.outOfRange xsd:boolean +cim:Quality61850.overFlow xsd:boolean +cim:Quality61850.suspect xsd:boolean +cim:Quality61850.test xsd:boolean +cim:RatioTapChanger.stepVoltageIncrement xsd:float +cim:ReactiveCapabilityCurve.coolantTemperature xsd:float +cim:ReactiveCapabilityCurve.hydrogenPressure xsd:float +cim:RegularIntervalSchedule.endTime xsd:dateTime +cim:RegularIntervalSchedule.timeStep xsd:float +cim:RegularTimePoint.sequenceNumber xsd:integer +cim:RegularTimePoint.value1 xsd:float +cim:RegularTimePoint.value2 xsd:float +cim:RegulatingCondEq.controlEnabled xsd:boolean +cim:RegulatingControl.discrete xsd:boolean +cim:RegulatingControl.enabled xsd:boolean +cim:RegulatingControl.maxAllowedTargetValue xsd:float +cim:RegulatingControl.minAllowedTargetValue xsd:float +cim:RegulatingControl.targetDeadband xsd:float +cim:RegulatingControl.targetValue xsd:float +cim:RotatingMachine.p xsd:float +cim:RotatingMachine.q xsd:float +cim:RotatingMachine.ratedPowerFactor xsd:float +cim:RotatingMachine.ratedS xsd:float +cim:RotatingMachine.ratedU xsd:float +cim:RotatingMachineDynamics.damping xsd:float +cim:RotatingMachineDynamics.inertia xsd:float +cim:RotatingMachineDynamics.saturationFactor xsd:float +cim:RotatingMachineDynamics.saturationFactor120 xsd:float +cim:RotatingMachineDynamics.statorLeakageReactance xsd:float +cim:RotatingMachineDynamics.statorResistance xsd:float +cim:SVCUserDefined.proprietary xsd:boolean +cim:Season.endDate xsd:gMonthDay +cim:Season.startDate xsd:gMonthDay +cim:SeriesCompensator.r xsd:float +cim:SeriesCompensator.r0 xsd:float +cim:SeriesCompensator.varistorPresent xsd:boolean +cim:SeriesCompensator.varistorRatedCurrent xsd:float +cim:SeriesCompensator.varistorVoltageThreshold xsd:float +cim:SeriesCompensator.x xsd:float +cim:SeriesCompensator.x0 xsd:float +cim:SetPoint.normalValue xsd:float +cim:SetPoint.value xsd:float +cim:ShuntCompensator.aVRDelay xsd:float +cim:ShuntCompensator.grounded xsd:boolean +cim:ShuntCompensator.maximumSections xsd:integer +cim:ShuntCompensator.nomU xsd:float +cim:ShuntCompensator.normalSections xsd:integer +cim:ShuntCompensator.sections xsd:float +cim:ShuntCompensator.voltageSensitivity xsd:float +cim:StaticVarCompensator.capacitiveRating xsd:float +cim:StaticVarCompensator.inductiveRating xsd:float +cim:StaticVarCompensator.q xsd:float +cim:StaticVarCompensator.slope xsd:float +cim:StaticVarCompensator.voltageSetPoint xsd:float +cim:Status.dateTime xsd:dateTime +cim:Status.reason xsd:string +cim:Status.remark xsd:string +cim:Status.value xsd:string +cim:StreetAddress.language xsd:string +cim:StreetAddress.poBox xsd:string +cim:StreetAddress.postalCode xsd:string +cim:StreetDetail.addressGeneral xsd:string +cim:StreetDetail.addressGeneral2 xsd:string +cim:StreetDetail.addressGeneral3 xsd:string +cim:StreetDetail.buildingName xsd:string +cim:StreetDetail.code xsd:string +cim:StreetDetail.floorIdentification xsd:string +cim:StreetDetail.name xsd:string +cim:StreetDetail.number xsd:string +cim:StreetDetail.prefix xsd:string +cim:StreetDetail.suffix xsd:string +cim:StreetDetail.suiteNumber xsd:string +cim:StreetDetail.type xsd:string +cim:StreetDetail.withinTownLimits xsd:boolean +cim:SvInjection.pInjection xsd:float +cim:SvInjection.qInjection xsd:float +cim:SvPowerFlow.p xsd:float +cim:SvPowerFlow.q xsd:float +cim:SvShuntCompensatorSections.sections xsd:float +cim:SvStatus.inService xsd:boolean +cim:SvSwitch.open xsd:boolean +cim:SvTapStep.position xsd:float +cim:SvVoltage.angle xsd:float +cim:SvVoltage.v xsd:float +cim:Switch.locked xsd:boolean +cim:Switch.normalOpen xsd:boolean +cim:Switch.open xsd:boolean +cim:Switch.ratedCurrent xsd:float +cim:Switch.retained xsd:boolean +cim:SynchronousMachine.earthing xsd:boolean +cim:SynchronousMachine.earthingStarPointR xsd:float +cim:SynchronousMachine.earthingStarPointX xsd:float +cim:SynchronousMachine.ikk xsd:float +cim:SynchronousMachine.maxQ xsd:float +cim:SynchronousMachine.minQ xsd:float +cim:SynchronousMachine.mu xsd:float +cim:SynchronousMachine.qPercent xsd:float +cim:SynchronousMachine.r xsd:float +cim:SynchronousMachine.r0 xsd:float +cim:SynchronousMachine.r2 xsd:float +cim:SynchronousMachine.referencePriority xsd:integer +cim:SynchronousMachine.satDirectSubtransX xsd:float +cim:SynchronousMachine.satDirectSyncX xsd:float +cim:SynchronousMachine.satDirectTransX xsd:float +cim:SynchronousMachine.voltageRegulationRange xsd:float +cim:SynchronousMachine.x0 xsd:float +cim:SynchronousMachine.x2 xsd:float +cim:SynchronousMachineDetailed.efdBaseRatio xsd:float +cim:SynchronousMachineDetailed.saturationFactor120QAxis xsd:float +cim:SynchronousMachineDetailed.saturationFactorQAxis xsd:float +cim:SynchronousMachineEquivalentCircuit.r1d xsd:float +cim:SynchronousMachineEquivalentCircuit.r1q xsd:float +cim:SynchronousMachineEquivalentCircuit.r2q xsd:float +cim:SynchronousMachineEquivalentCircuit.rfd xsd:float +cim:SynchronousMachineEquivalentCircuit.x1d xsd:float +cim:SynchronousMachineEquivalentCircuit.x1q xsd:float +cim:SynchronousMachineEquivalentCircuit.x2q xsd:float +cim:SynchronousMachineEquivalentCircuit.xad xsd:float +cim:SynchronousMachineEquivalentCircuit.xaq xsd:float +cim:SynchronousMachineEquivalentCircuit.xf1d xsd:float +cim:SynchronousMachineEquivalentCircuit.xfd xsd:float +cim:SynchronousMachineTimeConstantReactance.ks xsd:float +cim:SynchronousMachineTimeConstantReactance.tc xsd:float +cim:SynchronousMachineTimeConstantReactance.tpdo xsd:float +cim:SynchronousMachineTimeConstantReactance.tppdo xsd:float +cim:SynchronousMachineTimeConstantReactance.tppqo xsd:float +cim:SynchronousMachineTimeConstantReactance.tpqo xsd:float +cim:SynchronousMachineTimeConstantReactance.xDirectSubtrans xsd:float +cim:SynchronousMachineTimeConstantReactance.xDirectSync xsd:float +cim:SynchronousMachineTimeConstantReactance.xDirectTrans xsd:float +cim:SynchronousMachineTimeConstantReactance.xQuadSubtrans xsd:float +cim:SynchronousMachineTimeConstantReactance.xQuadSync xsd:float +cim:SynchronousMachineTimeConstantReactance.xQuadTrans xsd:float +cim:SynchronousMachineUserDefined.proprietary xsd:boolean +cim:TapChanger.controlEnabled xsd:boolean +cim:TapChanger.highStep xsd:integer +cim:TapChanger.lowStep xsd:integer +cim:TapChanger.ltcFlag xsd:boolean +cim:TapChanger.neutralStep xsd:integer +cim:TapChanger.neutralU xsd:float +cim:TapChanger.normalStep xsd:integer +cim:TapChanger.step xsd:float +cim:TapChangerTablePoint.b xsd:float +cim:TapChangerTablePoint.g xsd:float +cim:TapChangerTablePoint.r xsd:float +cim:TapChangerTablePoint.ratio xsd:float +cim:TapChangerTablePoint.step xsd:integer +cim:TapChangerTablePoint.x xsd:float +cim:TextDiagramObject.text xsd:string +cim:TieFlow.positiveFlowIn xsd:boolean +cim:TownDetail.code xsd:string +cim:TownDetail.country xsd:string +cim:TownDetail.name xsd:string +cim:TownDetail.section xsd:string +cim:TownDetail.stateOrProvince xsd:string +cim:TransformerEnd.endNumber xsd:integer +cim:TransformerEnd.grounded xsd:boolean +cim:TransformerEnd.rground xsd:float +cim:TransformerEnd.xground xsd:float +cim:TurbLCFB1.db xsd:float +cim:TurbLCFB1.emax xsd:float +cim:TurbLCFB1.fb xsd:float +cim:TurbLCFB1.fbf xsd:boolean +cim:TurbLCFB1.irmax xsd:float +cim:TurbLCFB1.ki xsd:float +cim:TurbLCFB1.kp xsd:float +cim:TurbLCFB1.mwbase xsd:float +cim:TurbLCFB1.pbf xsd:boolean +cim:TurbLCFB1.pmwset xsd:float +cim:TurbLCFB1.speedReferenceGovernor xsd:boolean +cim:TurbLCFB1.tpelec xsd:float +cim:TurbineGovernorUserDefined.proprietary xsd:boolean +cim:TurbineLoadControllerUserDefined.proprietary xsd:boolean +cim:UnderexcLim2Simplified.kui xsd:float +cim:UnderexcLim2Simplified.p0 xsd:float +cim:UnderexcLim2Simplified.p1 xsd:float +cim:UnderexcLim2Simplified.q0 xsd:float +cim:UnderexcLim2Simplified.q1 xsd:float +cim:UnderexcLim2Simplified.vuimax xsd:float +cim:UnderexcLim2Simplified.vuimin xsd:float +cim:UnderexcLimIEEE1.kuc xsd:float +cim:UnderexcLimIEEE1.kuf xsd:float +cim:UnderexcLimIEEE1.kui xsd:float +cim:UnderexcLimIEEE1.kul xsd:float +cim:UnderexcLimIEEE1.kur xsd:float +cim:UnderexcLimIEEE1.tu1 xsd:float +cim:UnderexcLimIEEE1.tu2 xsd:float +cim:UnderexcLimIEEE1.tu3 xsd:float +cim:UnderexcLimIEEE1.tu4 xsd:float +cim:UnderexcLimIEEE1.vucmax xsd:float +cim:UnderexcLimIEEE1.vuimax xsd:float +cim:UnderexcLimIEEE1.vuimin xsd:float +cim:UnderexcLimIEEE1.vulmax xsd:float +cim:UnderexcLimIEEE1.vulmin xsd:float +cim:UnderexcLimIEEE1.vurmax xsd:float +cim:UnderexcLimIEEE2.k1 xsd:float +cim:UnderexcLimIEEE2.k2 xsd:float +cim:UnderexcLimIEEE2.kfb xsd:float +cim:UnderexcLimIEEE2.kuf xsd:float +cim:UnderexcLimIEEE2.kui xsd:float +cim:UnderexcLimIEEE2.kul xsd:float +cim:UnderexcLimIEEE2.p0 xsd:float +cim:UnderexcLimIEEE2.p1 xsd:float +cim:UnderexcLimIEEE2.p10 xsd:float +cim:UnderexcLimIEEE2.p2 xsd:float +cim:UnderexcLimIEEE2.p3 xsd:float +cim:UnderexcLimIEEE2.p4 xsd:float +cim:UnderexcLimIEEE2.p5 xsd:float +cim:UnderexcLimIEEE2.p6 xsd:float +cim:UnderexcLimIEEE2.p7 xsd:float +cim:UnderexcLimIEEE2.p8 xsd:float +cim:UnderexcLimIEEE2.p9 xsd:float +cim:UnderexcLimIEEE2.q0 xsd:float +cim:UnderexcLimIEEE2.q1 xsd:float +cim:UnderexcLimIEEE2.q10 xsd:float +cim:UnderexcLimIEEE2.q2 xsd:float +cim:UnderexcLimIEEE2.q3 xsd:float +cim:UnderexcLimIEEE2.q4 xsd:float +cim:UnderexcLimIEEE2.q5 xsd:float +cim:UnderexcLimIEEE2.q6 xsd:float +cim:UnderexcLimIEEE2.q7 xsd:float +cim:UnderexcLimIEEE2.q8 xsd:float +cim:UnderexcLimIEEE2.q9 xsd:float +cim:UnderexcLimIEEE2.tu1 xsd:float +cim:UnderexcLimIEEE2.tu2 xsd:float +cim:UnderexcLimIEEE2.tu3 xsd:float +cim:UnderexcLimIEEE2.tu4 xsd:float +cim:UnderexcLimIEEE2.tul xsd:float +cim:UnderexcLimIEEE2.tup xsd:float +cim:UnderexcLimIEEE2.tuq xsd:float +cim:UnderexcLimIEEE2.tuv xsd:float +cim:UnderexcLimIEEE2.vuimax xsd:float +cim:UnderexcLimIEEE2.vuimin xsd:float +cim:UnderexcLimIEEE2.vulmax xsd:float +cim:UnderexcLimIEEE2.vulmin xsd:float +cim:UnderexcLimX1.k xsd:float +cim:UnderexcLimX1.kf2 xsd:float +cim:UnderexcLimX1.km xsd:float +cim:UnderexcLimX1.melmax xsd:float +cim:UnderexcLimX1.tf2 xsd:float +cim:UnderexcLimX1.tm xsd:float +cim:UnderexcLimX2.kf2 xsd:float +cim:UnderexcLimX2.km xsd:float +cim:UnderexcLimX2.melmax xsd:float +cim:UnderexcLimX2.qo xsd:float +cim:UnderexcLimX2.r xsd:float +cim:UnderexcLimX2.tf2 xsd:float +cim:UnderexcLimX2.tm xsd:float +cim:UnderexcitationLimiterUserDefined.proprietary xsd:boolean +cim:UnplannedOutage.reportedStartTime xsd:dateTime +cim:VAdjIEEE.adjslew xsd:float +cim:VAdjIEEE.taoff xsd:float +cim:VAdjIEEE.taon xsd:float +cim:VAdjIEEE.vadjf xsd:float +cim:VAdjIEEE.vadjmax xsd:float +cim:VAdjIEEE.vadjmin xsd:float +cim:VCompIEEEType1.rc xsd:float +cim:VCompIEEEType1.tr xsd:float +cim:VCompIEEEType1.xc xsd:float +cim:VCompIEEEType2.tr xsd:float +cim:VSCUserDefined.proprietary xsd:boolean +cim:ValueToAlias.value xsd:integer +cim:VisibilityLayer.drawingOrder xsd:integer +cim:VoltageAdjusterUserDefined.proprietary xsd:boolean +cim:VoltageCompensatorUserDefined.proprietary xsd:boolean +cim:VoltageLevel.highVoltageLimit xsd:float +cim:VoltageLevel.lowVoltageLimit xsd:float +cim:VoltageLimit.normalValue xsd:float +cim:VoltageLimit.value xsd:float +cim:VsConverter.delta xsd:float +cim:VsConverter.droop xsd:float +cim:VsConverter.droopCompensation xsd:float +cim:VsConverter.maxModulationIndex xsd:float +cim:VsConverter.qShare xsd:float +cim:VsConverter.targetPWMfactor xsd:float +cim:VsConverter.targetPhasePcc xsd:float +cim:VsConverter.targetPowerFactorPcc xsd:float +cim:VsConverter.targetQpcc xsd:float +cim:VsConverter.targetUpcc xsd:float +cim:VsConverter.uv xsd:float +cim:WindAeroOneDimIEC.ka xsd:float +cim:WindAeroOneDimIEC.thetaomega xsd:float +cim:WindAeroTwoDimIEC.dpomega xsd:float +cim:WindAeroTwoDimIEC.dptheta xsd:float +cim:WindAeroTwoDimIEC.dpv1 xsd:float +cim:WindAeroTwoDimIEC.omegazero xsd:float +cim:WindAeroTwoDimIEC.pavail xsd:float +cim:WindAeroTwoDimIEC.thetav2 xsd:float +cim:WindAeroTwoDimIEC.thetazero xsd:float +cim:WindContCurrLimIEC.imax xsd:float +cim:WindContCurrLimIEC.imaxdip xsd:float +cim:WindContCurrLimIEC.kpqu xsd:float +cim:WindContCurrLimIEC.mdfslim xsd:boolean +cim:WindContCurrLimIEC.mqpri xsd:boolean +cim:WindContCurrLimIEC.tufiltcl xsd:float +cim:WindContCurrLimIEC.upqumax xsd:float +cim:WindContPType3IEC.dpmax xsd:float +cim:WindContPType3IEC.dprefmax xsd:float +cim:WindContPType3IEC.dprefmin xsd:float +cim:WindContPType3IEC.dthetamax xsd:float +cim:WindContPType3IEC.dthetamaxuvrt xsd:float +cim:WindContPType3IEC.kdtd xsd:float +cim:WindContPType3IEC.kip xsd:float +cim:WindContPType3IEC.kpp xsd:float +cim:WindContPType3IEC.mpuvrt xsd:boolean +cim:WindContPType3IEC.omegadtd xsd:float +cim:WindContPType3IEC.omegaoffset xsd:float +cim:WindContPType3IEC.pdtdmax xsd:float +cim:WindContPType3IEC.tdvs xsd:float +cim:WindContPType3IEC.thetaemin xsd:float +cim:WindContPType3IEC.thetauscale xsd:float +cim:WindContPType3IEC.tomegafiltp3 xsd:float +cim:WindContPType3IEC.tomegaref xsd:float +cim:WindContPType3IEC.tpfiltp3 xsd:float +cim:WindContPType3IEC.tpord xsd:float +cim:WindContPType3IEC.tufiltp3 xsd:float +cim:WindContPType3IEC.udvs xsd:float +cim:WindContPType3IEC.updip xsd:float +cim:WindContPType3IEC.zeta xsd:float +cim:WindContPType4aIEC.dpmaxp4a xsd:float +cim:WindContPType4aIEC.tpordp4a xsd:float +cim:WindContPType4aIEC.tufiltp4a xsd:float +cim:WindContPType4bIEC.dpmaxp4b xsd:float +cim:WindContPType4bIEC.tpaero xsd:float +cim:WindContPType4bIEC.tpordp4b xsd:float +cim:WindContPType4bIEC.tufiltp4b xsd:float +cim:WindContPitchAngleIEC.dthetamax xsd:float +cim:WindContPitchAngleIEC.dthetamin xsd:float +cim:WindContPitchAngleIEC.kic xsd:float +cim:WindContPitchAngleIEC.kiomega xsd:float +cim:WindContPitchAngleIEC.kpc xsd:float +cim:WindContPitchAngleIEC.kpomega xsd:float +cim:WindContPitchAngleIEC.kpx xsd:float +cim:WindContPitchAngleIEC.thetamax xsd:float +cim:WindContPitchAngleIEC.thetamin xsd:float +cim:WindContPitchAngleIEC.ttheta xsd:float +cim:WindContQIEC.iqh1 xsd:float +cim:WindContQIEC.iqmax xsd:float +cim:WindContQIEC.iqmin xsd:float +cim:WindContQIEC.iqpost xsd:float +cim:WindContQIEC.kiq xsd:float +cim:WindContQIEC.kiu xsd:float +cim:WindContQIEC.kpq xsd:float +cim:WindContQIEC.kpu xsd:float +cim:WindContQIEC.kqv xsd:float +cim:WindContQIEC.rdroop xsd:float +cim:WindContQIEC.tpfiltq xsd:float +cim:WindContQIEC.tpost xsd:float +cim:WindContQIEC.tqord xsd:float +cim:WindContQIEC.tufiltq xsd:float +cim:WindContQIEC.udb1 xsd:float +cim:WindContQIEC.udb2 xsd:float +cim:WindContQIEC.umax xsd:float +cim:WindContQIEC.umin xsd:float +cim:WindContQIEC.uqdip xsd:float +cim:WindContQIEC.uref0 xsd:float +cim:WindContQIEC.xdroop xsd:float +cim:WindContQLimIEC.qmax xsd:float +cim:WindContQLimIEC.qmin xsd:float +cim:WindContQPQULimIEC.tpfiltql xsd:float +cim:WindContQPQULimIEC.tufiltql xsd:float +cim:WindContRotorRIEC.kirr xsd:float +cim:WindContRotorRIEC.komegafilt xsd:float +cim:WindContRotorRIEC.kpfilt xsd:float +cim:WindContRotorRIEC.kprr xsd:float +cim:WindContRotorRIEC.rmax xsd:float +cim:WindContRotorRIEC.rmin xsd:float +cim:WindContRotorRIEC.tomegafiltrr xsd:float +cim:WindContRotorRIEC.tpfiltrr xsd:float +cim:WindDynamicsLookupTable.input xsd:float +cim:WindDynamicsLookupTable.output xsd:float +cim:WindDynamicsLookupTable.sequence xsd:integer +cim:WindGenType3IEC.dipmax xsd:float +cim:WindGenType3IEC.diqmax xsd:float +cim:WindGenType3IEC.xs xsd:float +cim:WindGenType3aIEC.kpc xsd:float +cim:WindGenType3aIEC.tic xsd:float +cim:WindGenType3bIEC.mwtcwp xsd:boolean +cim:WindGenType3bIEC.tg xsd:float +cim:WindGenType3bIEC.two xsd:float +cim:WindGenType4IEC.dipmax xsd:float +cim:WindGenType4IEC.diqmax xsd:float +cim:WindGenType4IEC.diqmin xsd:float +cim:WindGenType4IEC.tg xsd:float +cim:WindMechIEC.cdrt xsd:float +cim:WindMechIEC.hgen xsd:float +cim:WindMechIEC.hwtr xsd:float +cim:WindMechIEC.kdrt xsd:float +cim:WindPitchContPowerIEC.dpmax xsd:float +cim:WindPitchContPowerIEC.dpmin xsd:float +cim:WindPitchContPowerIEC.pmin xsd:float +cim:WindPitchContPowerIEC.pset xsd:float +cim:WindPitchContPowerIEC.t1 xsd:float +cim:WindPitchContPowerIEC.tr xsd:float +cim:WindPitchContPowerIEC.uuvrt xsd:float +cim:WindPlantFreqPcontrolIEC.dprefmax xsd:float +cim:WindPlantFreqPcontrolIEC.dprefmin xsd:float +cim:WindPlantFreqPcontrolIEC.dpwprefmax xsd:float +cim:WindPlantFreqPcontrolIEC.dpwprefmin xsd:float +cim:WindPlantFreqPcontrolIEC.kiwpp xsd:float +cim:WindPlantFreqPcontrolIEC.kiwppmax xsd:float +cim:WindPlantFreqPcontrolIEC.kiwppmin xsd:float +cim:WindPlantFreqPcontrolIEC.kpwpp xsd:float +cim:WindPlantFreqPcontrolIEC.kwppref xsd:float +cim:WindPlantFreqPcontrolIEC.prefmax xsd:float +cim:WindPlantFreqPcontrolIEC.prefmin xsd:float +cim:WindPlantFreqPcontrolIEC.tpft xsd:float +cim:WindPlantFreqPcontrolIEC.tpfv xsd:float +cim:WindPlantFreqPcontrolIEC.twpffiltp xsd:float +cim:WindPlantFreqPcontrolIEC.twppfiltp xsd:float +cim:WindPlantReactiveControlIEC.dxrefmax xsd:float +cim:WindPlantReactiveControlIEC.dxrefmin xsd:float +cim:WindPlantReactiveControlIEC.kiwpx xsd:float +cim:WindPlantReactiveControlIEC.kiwpxmax xsd:float +cim:WindPlantReactiveControlIEC.kiwpxmin xsd:float +cim:WindPlantReactiveControlIEC.kpwpx xsd:float +cim:WindPlantReactiveControlIEC.kwpqref xsd:float +cim:WindPlantReactiveControlIEC.kwpqu xsd:float +cim:WindPlantReactiveControlIEC.tuqfilt xsd:float +cim:WindPlantReactiveControlIEC.twppfiltq xsd:float +cim:WindPlantReactiveControlIEC.twpqfiltq xsd:float +cim:WindPlantReactiveControlIEC.twpufiltq xsd:float +cim:WindPlantReactiveControlIEC.txft xsd:float +cim:WindPlantReactiveControlIEC.txfv xsd:float +cim:WindPlantReactiveControlIEC.uwpqdip xsd:float +cim:WindPlantReactiveControlIEC.xrefmax xsd:float +cim:WindPlantReactiveControlIEC.xrefmin xsd:float +cim:WindPlantUserDefined.proprietary xsd:boolean +cim:WindProtectionIEC.dfimax xsd:float +cim:WindProtectionIEC.fover xsd:float +cim:WindProtectionIEC.funder xsd:float +cim:WindProtectionIEC.mzc xsd:boolean +cim:WindProtectionIEC.tfma xsd:float +cim:WindProtectionIEC.uover xsd:float +cim:WindProtectionIEC.uunder xsd:float +cim:WindRefFrameRotIEC.tpll xsd:float +cim:WindRefFrameRotIEC.upll1 xsd:float +cim:WindRefFrameRotIEC.upll2 xsd:float +cim:WindType1or2UserDefined.proprietary xsd:boolean +cim:WindType3or4UserDefined.proprietary xsd:boolean +dcat:Resource.hasVersion xsd:anyURI +dcat:Resource.isVersionOf xsd:anyURI +dcat:Resource.keyword xsd:string +dcat:Resource.version xsd:string +dcat:Resource.versionNotes xsd:string +dcat:endDate xsd:dateTimeStamp +dcat:keyword xsd:string +dcat:startDate xsd:dateTimeStamp +dcat:temporalResolution xsd:duration +dcat:version xsd:string +dct:PowerSystemProjectGroup.description xsd:string +dct:PowerSystemProjectGroup.identifier xsd:string +dct:PowerSystemProjectGroup.title xsd:string +dct:Resource.accessRights xsd:string +dct:Resource.conformsTo xsd:string +dct:Resource.creator xsd:string +dct:Resource.description xsd:string +dct:Resource.identifier xsd:string +dct:Resource.issued xsd:dateTime +dct:Resource.license xsd:string +dct:Resource.modified xsd:date +dct:Resource.publisher xsd:string +dct:Resource.rights xsd:string +dct:Resource.rightsHolder xsd:string +dct:Resource.title xsd:string +dct:description xsd:string +dct:identifier xsd:string +dct:issued xsd:dateTime +dct:rights xsd:string +dct:rightsHolder xsd:string +dct:title xsd:string +eu:BoundaryPoint.fromEndIsoCode xsd:string +eu:BoundaryPoint.fromEndName xsd:string +eu:BoundaryPoint.fromEndNameTso xsd:string +eu:BoundaryPoint.isDirectCurrent xsd:boolean +eu:BoundaryPoint.isExcludedFromAreaInterchange xsd:boolean +eu:BoundaryPoint.toEndIsoCode xsd:string +eu:BoundaryPoint.toEndName xsd:string +eu:BoundaryPoint.toEndNameTso xsd:string +eu:IdentifiedObject.energyIdentCodeEic xsd:string +eu:IdentifiedObject.shortName xsd:string +eumd:Model.applicationSoftware xsd:string +euvoc:status xsd:anyURI +md:Model.created xsd:dateTime +md:Model.description xsd:string +md:Model.modelingAuthoritySet xsd:anyURI +md:Model.profile xsd:anyURI +md:Model.scenarioTime xsd:dateTime +md:Model.version xsd:integer +md:Model.version xsd:string +nc:ACDCConverterRegularSchedule.p xsd:float +nc:ACDCConverterRegularSchedule.q xsd:float +nc:ACDCConverterRegularSchedule.targetPpcc xsd:float +nc:ACDCConverterRegularSchedule.targetUdc xsd:float +nc:ACDCTimePoint.atTime xsd:dateTime +nc:ACDCTimePoint.p xsd:float +nc:ACDCTimePoint.q xsd:float +nc:ACDCTimePoint.targetPpcc xsd:float +nc:ACDCTimePoint.targetUdc xsd:float +nc:ACEmulationControlFunction.gain xsd:float +nc:ACEmulationControlFunction.referenceP xsd:float +nc:ACEmulationControlFunction.timeConstant xsd:float +nc:ActivePowerControlFunction.targetValue xsd:float +nc:ActivePowerLimitTimePoint.atTime xsd:dateTime +nc:ActivePowerLimitTimePoint.value xsd:float +nc:ApparentPowerLimitTimePoint.atTime xsd:dateTime +nc:ApparentPowerLimitTimePoint.value xsd:float +nc:AreaBorderTerminal.mRID xsd:string +nc:AreaDispatchableUnit.enabled xsd:boolean +nc:AreaDispatchableUnit.normalEnabled xsd:boolean +nc:AreaDispatchableUnit.p xsd:float +nc:AreaInterchangeController.pTolerance xsd:float +nc:AssessedElement.appointedMargin xsd:float +nc:AssessedElement.coordinatedValidationAdjustment xsd:float +nc:AssessedElement.coordinatedValidationAdjustmentJustification xsd:string +nc:AssessedElement.criticalElementContingencyJustification xsd:string +nc:AssessedElement.enabled xsd:boolean +nc:AssessedElement.flowReliabilityMargin xsd:float +nc:AssessedElement.inBaseCase xsd:boolean +nc:AssessedElement.individualValidationAdjustment xsd:float +nc:AssessedElement.individualValidationAdjustmentJustification xsd:string +nc:AssessedElement.individualValidationAdjustmentShare xsd:float +nc:AssessedElement.insideCapacityMargin xsd:float +nc:AssessedElement.isCombinableWithContingency xsd:boolean +nc:AssessedElement.isCombinableWithRemedialAction xsd:boolean +nc:AssessedElement.maxFlow xsd:float +nc:AssessedElement.maxMarginAdjustment xsd:float +nc:AssessedElement.normalAppointedMargin xsd:float +nc:AssessedElement.normalCoordinatedValidationAdjustment xsd:float +nc:AssessedElement.normalCoordinatedValidationAdjustmentJustification xsd:string +nc:AssessedElement.normalCriticalElementContingencyJustification xsd:string +nc:AssessedElement.normalEnabled xsd:boolean +nc:AssessedElement.normalIndividualValidationAdjustment xsd:float +nc:AssessedElement.normalIndividualValidationAdjustmentJustification xsd:string +nc:AssessedElement.normalIndividualValidationAdjustmentShare xsd:float +nc:AssessedElement.normalMaxFlow xsd:float +nc:AssessedElement.normalPositiveVirtualMargin xsd:float +nc:AssessedElement.normalScannedThresholdMargin xsd:float +nc:AssessedElement.normalTargetRemainingAvailableMarginJustification xsd:string +nc:AssessedElement.outsideCapacityMargin xsd:float +nc:AssessedElement.positiveVirtualMargin xsd:float +nc:AssessedElement.scannedThresholdMargin xsd:float +nc:AssessedElement.targetRemainingAvailableMargin xsd:float +nc:AssessedElement.targetRemainingAvailableMarginJustification xsd:string +nc:AssessedElementRegularTimePoint.appointedMargin xsd:float +nc:AssessedElementRegularTimePoint.enabled xsd:boolean +nc:AssessedElementRegularTimePoint.maxFlow xsd:float +nc:AssessedElementRegularTimePoint.scannedThresholdMargin xsd:float +nc:AssessedElementRegularTimePoint.virtualPositiveMargin xsd:float +nc:AssessedElementTimePoint.appointedMargin xsd:float +nc:AssessedElementTimePoint.atTime xsd:dateTime +nc:AssessedElementTimePoint.coordinatedValidationAdjustment xsd:float +nc:AssessedElementTimePoint.coordinatedValidationAdjustmentJustification xsd:string +nc:AssessedElementTimePoint.criticalElementContingencyJustification xsd:string +nc:AssessedElementTimePoint.enabled xsd:boolean +nc:AssessedElementTimePoint.individualValidationAdjustment xsd:float +nc:AssessedElementTimePoint.individualValidationAdjustmentJustification xsd:string +nc:AssessedElementTimePoint.individualValidationAdjustmentShare xsd:float +nc:AssessedElementTimePoint.maxFlow xsd:float +nc:AssessedElementTimePoint.scannedThresholdMargin xsd:float +nc:AssessedElementTimePoint.targetRemainingAvailableMarginJustification xsd:string +nc:AssessedElementTimePoint.virtualPositiveMargin xsd:float +nc:AssessedElementWithContingency.enabled xsd:boolean +nc:AssessedElementWithContingency.mRID xsd:string +nc:AssessedElementWithContingency.normalEnabled xsd:boolean +nc:AssessedElementWithRemedialAction.enabled xsd:boolean +nc:AssessedElementWithRemedialAction.mRID xsd:string +nc:AssessedElementWithRemedialAction.normalEnabled xsd:boolean +nc:AsynchronousMachineTimePoint.atTime xsd:dateTime +nc:AutomationBlockGroup.priority xsd:integer +nc:AutomationFunction.enabled xsd:boolean +nc:AutomationFunction.normalEnabled xsd:boolean +nc:AutomationFunction.type xsd:string +nc:AvailabilityEnabled.enabled xsd:boolean +nc:AvailabilityExceptionalLimit.value xsd:float +nc:AvailabilitySchedule.cancelledDateTime xsd:dateTime +nc:AvailabilitySchedule.causeDescription xsd:string +nc:AvailabilitySchedule.daytimeRestitutionDuration xsd:duration +nc:AvailabilitySchedule.eveningRestitutionDuration xsd:duration +nc:AvailabilitySchedule.isCancelled xsd:boolean +nc:AvailabilitySchedule.maxRestitutionDuration xsd:duration +nc:AvailabilitySchedule.priority xsd:integer +nc:AvailabilitySchedule.weekendRestitutionDuration xsd:duration +nc:AvailabilityTimePoint.atTime xsd:dateTime +nc:AvailabilityTimePoint.available xsd:boolean +nc:BaseRegularIntervalSchedule.intervalEndTime xsd:dateTime +nc:BaseRegularIntervalSchedule.intervalStartTime xsd:dateTime +nc:BaseTimeSeries.actionMethod xsd:string +nc:BaseTimeSeries.generatedAtTime xsd:dateTime +nc:BaseTimeSeries.percentile xsd:integer +nc:BatteryUnitTimePoint.atTime xsd:dateTime +nc:BatteryUnitTimePoint.storedE xsd:float +nc:BiddingZone.isTradeEnabled xsd:boolean +nc:BiddingZone.netPosition xsd:float +nc:BiddingZoneBorder.alreadyAllocatedCapacity xsd:float +nc:BiddingZoneBorder.alreadyAllocatedFlow xsd:float +nc:BiddingZoneBorder.availableTransferCapacity xsd:float +nc:BiddingZoneBorder.netTransferCapacity xsd:float +nc:BiddingZoneBorder.totalTransferCapacity xsd:float +nc:BiddingZoneBorder.transmissionReliabilityMargin xsd:float +nc:BipolarDCSystem.isRigid xsd:boolean +nc:Circuit.positiveFlowIn xsd:boolean +nc:CircuitShare.contributionFactor xsd:float +nc:CircuitShare.normalContributionFactor xsd:float +nc:Contingency.normalMustStudy xsd:boolean +nc:Contingency.normalProbability xsd:float +nc:Contingency.probability xsd:float +nc:ContingencyTimePoint.atTime xsd:dateTime +nc:ContingencyTimePoint.mustStudy xsd:boolean +nc:ContingencyTimePoint.probability xsd:float +nc:ContingencyWithRemedialAction.enabled xsd:boolean +nc:ContingencyWithRemedialAction.mRID xsd:string +nc:ContingencyWithRemedialAction.normalEnabled xsd:boolean +nc:ControlAreaRegularSchedule.netInterchange xsd:float +nc:ControlAreaRegularSchedule.pTolerance xsd:float +nc:ControlAreaTimePoint.atTime xsd:dateTime +nc:ControlAreaTimePoint.netInterchange xsd:float +nc:ControlAreaTimePoint.pTolerance xsd:float +nc:ControlFunctionBlock.isDiscrete xsd:boolean +nc:ControlFunctionBlock.maxAllowedTargetValue xsd:float +nc:ControlFunctionBlock.minAllowedTargetValue xsd:float +nc:ControlFunctionBlock.targetDeadband xsd:float +nc:ControllableQuantity.value xsd:float +nc:CountertradeRemedialAction.maxEconomicPMargin xsd:float +nc:CountertradeRemedialAction.minEconomicPMargin xsd:float +nc:CrossBorderRelevance.enabled xsd:boolean +nc:CrossBorderRelevance.mRID xsd:string +nc:CrossBorderRelevance.normalEnabled xsd:boolean +nc:CsConverterRegularSchedule.targetAlpha xsd:float +nc:CsConverterRegularSchedule.targetGamma xsd:float +nc:CsConverterRegularSchedule.targetIdc xsd:float +nc:CsConverterTimePoint.targetAlpha xsd:float +nc:CsConverterTimePoint.targetGamma xsd:float +nc:CsConverterTimePoint.targetIdc xsd:float +nc:CurrentControlFunction.targetValue xsd:float +nc:CurrentDroopControlFunction.droopCapacitive xsd:float +nc:CurrentDroopControlFunction.droopInductive xsd:float +nc:CurrentDroopControlFunction.offsetCapacitive xsd:float +nc:CurrentDroopControlFunction.offsetInductive xsd:float +nc:CurrentDroopControlFunction.targetValueCapacitive xsd:float +nc:CurrentDroopControlFunction.targetValueInductive xsd:float +nc:CurrentDroopOverride.droopCapacitive xsd:float +nc:CurrentDroopOverride.droopInductive xsd:float +nc:CurrentDroopOverride.enabled xsd:boolean +nc:CurrentDroopOverride.mRID xsd:string +nc:CurrentDroopOverride.offsetCapacitiveI xsd:float +nc:CurrentDroopOverride.offsetInductiveI xsd:float +nc:CurrentDroopOverride.targetValueCapacitiveI xsd:float +nc:CurrentDroopOverride.targetValueInductiveI xsd:float +nc:CurrentLimitTimePoint.atTime xsd:dateTime +nc:CurrentLimitTimePoint.value xsd:float +nc:DCCurrentControlFunction.droop xsd:float +nc:DCCurrentControlFunction.droopCompensation xsd:float +nc:DCCurrentControlFunction.targetValue xsd:float +nc:DCPole.maxEconomicP xsd:float +nc:DCPole.minEconomicP xsd:float +nc:DCPole.normalParticipationFactor xsd:float +nc:DCPole.p xsd:float +nc:DCPole.participationFactor xsd:float +nc:DCSubstation.isTapping xsd:boolean +nc:DCSwitch.locked xsd:boolean +nc:DCSwitch.open xsd:boolean +nc:DCTieCorridor.maxRegulatingReserve xsd:float +nc:DCTieCorridor.minRegulatingReserve xsd:float +nc:DCTieCorridor.p xsd:float +nc:DCTieCorridor.q xsd:float +nc:DCVoltageControlFunction.targetValue xsd:float +nc:EnablingTimePoint.atTime xsd:dateTime +nc:EnablingTimePoint.enabled xsd:boolean +nc:EnergyBlockOrder.normalParticipationFactor xsd:float +nc:EnergyBlockOrder.normalSequence xsd:integer +nc:EnergyBlockOrder.p xsd:float +nc:EnergyBlockOrder.participationFactor xsd:float +nc:EnergyBlockOrder.powerDuration xsd:duration +nc:EnergyBlockOrder.sequence xsd:integer +nc:EnergyConnectionRegularSchedule.p xsd:float +nc:EnergyConnectionRegularSchedule.q xsd:float +nc:EnergyConnectionTimePoint.atTime xsd:dateTime +nc:EnergyConnectionTimePoint.p xsd:float +nc:EnergyConnectionTimePoint.q xsd:float +nc:EnergyConsumer.maxEconomicP xsd:float +nc:EnergyConsumer.minEconomicP xsd:float +nc:EnergyConsumer.normalParticipationFactor xsd:float +nc:EnergyConsumer.participationFactor xsd:float +nc:EnergyGroup.normalParticipationFactor xsd:float +nc:EnergyGroup.p xsd:float +nc:EnergyGroup.participationFactor xsd:float +nc:EnergyGroup.powerDuration xsd:duration +nc:EquivalentInjectionRegularSchedule.p xsd:float +nc:EquivalentInjectionRegularSchedule.q xsd:float +nc:EquivalentInjectionRegularSchedule.regulationStatus xsd:boolean +nc:EquivalentInjectionRegularSchedule.regulationTarget xsd:float +nc:EquivalentInjectionTimePoint.atTime xsd:dateTime +nc:EquivalentInjectionTimePoint.p xsd:float +nc:EquivalentInjectionTimePoint.q xsd:float +nc:EquivalentInjectionTimePoint.regulationStatus xsd:boolean +nc:EquivalentInjectionTimePoint.regulationTarget xsd:float +nc:EventTimePoint.atTime xsd:dateTime +nc:EventTimePoint.isActive xsd:boolean +nc:ExternalNetworkInjectionRegularSchedule.p xsd:float +nc:ExternalNetworkInjectionRegularSchedule.q xsd:float +nc:ExternalNetworkInjectionRegularSchedule.referencePriority xsd:integer +nc:ExternalNetworkInjectionTimePoint.atTime xsd:dateTime +nc:ExternalNetworkInjectionTimePoint.p xsd:float +nc:ExternalNetworkInjectionTimePoint.q xsd:float +nc:ExternalNetworkInjectionTimePoint.referencePriority xsd:integer +nc:FACTSEquipment.maxC xsd:float +nc:FACTSEquipment.maxL xsd:float +nc:FACTSEquipment.minC xsd:float +nc:FACTSEquipment.minL xsd:float +nc:FACTSEquipment.q xsd:float +nc:FACTSEquipment.ratedC xsd:float +nc:FACTSEquipment.ratedI xsd:float +nc:FACTSEquipment.ratedL xsd:float +nc:FACTSEquipment.ratedU xsd:float +nc:FACTSEquipment.slope xsd:float +nc:Fault.duration xsd:duration +nc:Fault.isDirectlyEarthed xsd:boolean +nc:Fault.isIntermittent xsd:boolean +nc:Fault.isPermanent xsd:boolean +nc:Fault.repairTime xsd:duration +nc:Fault.sequenceNumber xsd:integer +nc:FaultCause.mRID xsd:string +nc:FaultOutage.isMainFault xsd:boolean +nc:FaultOutage.mRID xsd:string +nc:FlexibleEnergyUnit.buffer xsd:float +nc:FlexibleEnergyUnit.timeShift xsd:float +nc:FlexibleEnergyUnit.unconstrained xsd:float +nc:FlexibleEnergyUnit.uncontrollable xsd:float +nc:FrequencyControlFuntion.frequencyBias xsd:float +nc:FrequencyControlFuntion.targetValue xsd:float +nc:FrequencyMonitoringTerminal.mRID xsd:string +nc:FrequencyMonitoringTerminal.priority xsd:integer +nc:FuelStorage.energyStorage xsd:float +nc:FunctionBlock.enabled xsd:boolean +nc:FunctionBlock.normalEnabled xsd:boolean +nc:GateInputPin.absoluteValue xsd:boolean +nc:GateInputPin.duration xsd:duration +nc:GateInputPin.isValuePreFault xsd:boolean +nc:GateInputPin.negate xsd:boolean +nc:GateInputPin.thresholdPercentage xsd:float +nc:GateInputPin.thresholdValue xsd:float +nc:GeneratingUnit.coolDownTime xsd:duration +nc:GeneratingUnit.maxStartupLoad xsd:float +nc:GeneratingUnit.minimumUpTime xsd:duration +nc:GeneratingUnit.mustRun xsd:boolean +nc:GeneratingUnit.mustRunP xsd:float +nc:GeneratingUnit.mustRunQ xsd:float +nc:GeneratingUnit.normalMustRunP xsd:float +nc:GeneratingUnit.normalMustRunQ xsd:float +nc:GeneratingUnit.normalStartupCost xsd:decimal +nc:GeneratingUnit.normalWarmStartupCost xsd:decimal +nc:GeneratingUnit.participationFactor xsd:float +nc:GeneratingUnit.runningLeadTime xsd:duration +nc:GeneratingUnit.shutdownCost xsd:decimal +nc:GeneratingUnit.shutdownTime xsd:duration +nc:GeneratingUnit.startupRampRate xsd:float +nc:GeneratingUnit.warmStartupCost xsd:decimal +nc:GeneratingUnit.warmStartupTime xsd:duration +nc:GeneratingUnitTimePoint.atTime xsd:dateTime +nc:GeneratingUnitTimePoint.normalPF xsd:float +nc:GenericValueTimePoint.atTime xsd:dateTime +nc:GenericValueTimePoint.value xsd:float +nc:GridStateAlteration.enabled xsd:boolean +nc:GridStateAlteration.maximumPerDay xsd:integer +nc:GridStateAlteration.minimumActivation xsd:duration +nc:GridStateAlteration.normalEnabled xsd:boolean +nc:GridStateAlteration.participationFactor xsd:float +nc:GridStateAlteration.timePerStage xsd:duration +nc:GridStateAlterationTimePoint.atTime xsd:dateTime +nc:GridStateAlterationTimePoint.enabled xsd:boolean +nc:GridStateAlterationTimePoint.participationFactor xsd:float +nc:HourPeriod.endTime xsd:time +nc:HourPeriod.mRID xsd:string +nc:HourPeriod.startTime xsd:time +nc:HydroPump.maxEconomicP xsd:float +nc:HydroPump.maxOperatingP xsd:float +nc:HydroPump.minEconomicP xsd:float +nc:HydroPump.minOperatingP xsd:float +nc:HydroPump.normalParticipationFactor xsd:float +nc:HydroPump.participationFactor xsd:float +nc:ImpedanceControlFunction.targetValue xsd:float +nc:InServiceRegularSchedule.inService xsd:boolean +nc:InServiceTimePoint.atTime xsd:dateTime +nc:InServiceTimePoint.inService xsd:boolean +nc:InfeedLimit.normalValueA xsd:float +nc:InfeedLimit.normalValueW xsd:float +nc:InfeedLimit.valueA xsd:float +nc:InfeedLimit.valueW xsd:float +nc:InfeedLimitTimePoint.atTime xsd:dateTime +nc:InfeedLimitTimePoint.valueA xsd:float +nc:InfeedLimitTimePoint.valueW xsd:float +nc:InfeedTerminal.mRID xsd:string +nc:InfluenceArea.filteringInfluenceFactor xsd:float +nc:InfluenceArea.identificationInfluenceFactor xsd:float +nc:InfluenceArea.voltageInfluenceFactor xsd:float +nc:Interruption.duration xsd:duration +nc:Interruption.energyNotDelivered xsd:float +nc:Interruption.energyNotSupplied xsd:float +nc:Interruption.interruptedPower xsd:float +nc:Interruption.startDateTime xsd:dateTime +nc:LoadFrequencyControlArea.deficientGenerationLimit xsd:float +nc:LoadFrequencyControlArea.frequencyBiasFactor xsd:float +nc:LoadFrequencyControlArea.frequencyRestorationReserveDelay xsd:float +nc:LoadFrequencyControlArea.frequencyRestorationReserveMaxRamp xsd:float +nc:LoadFrequencyControlArea.frequencyRestorationReserveThreshold xsd:float +nc:LoadFrequencyControlArea.includeFrequencyBias xsd:boolean +nc:MeasurementCalculatorInput.absoluteValue xsd:boolean +nc:MeasurementCalculatorInput.order xsd:integer +nc:MonopolarDCSystem.isSymmetrical xsd:boolean +nc:MustRunTimePoint.atTime xsd:dateTime +nc:MustRunTimePoint.mustRun xsd:boolean +nc:MustRunTimePoint.mustRunP xsd:float +nc:MustRunTimePoint.mustRunQ xsd:float +nc:Name.language xsd:string +nc:Name.mRID xsd:string +nc:NameType.mRID xsd:string +nc:NamingAuthority.description xsd:string +nc:NamingAuthority.mRID xsd:string +nc:NamingAuthority.name xsd:string +nc:ObjectType.type xsd:string +nc:OperationalLimitType.isMinimum xsd:boolean +nc:OrganisationRole.globalLocationNumber xsd:string +nc:OutcomeValue.mRID xsd:string +nc:OwnerRemedialActionAssessment.mRID xsd:string +nc:PTCActivePowerSupport.maximum xsd:float +nc:PTCActivePowerSupport.normal xsd:float +nc:PTCActivePowerSupport.value xsd:float +nc:ParticipationFactorTimePoint.atTime xsd:dateTime +nc:ParticipationFactorTimePoint.participationFactor xsd:float +nc:PhaseControlFunction.targetValue xsd:float +nc:PowerBidDependency.delay xsd:duration +nc:PowerBidDependency.mRID xsd:string +nc:PowerBidSchedule.activationCost xsd:decimal +nc:PowerBidSchedule.isFixed xsd:boolean +nc:PowerBidSchedule.isOffer xsd:boolean +nc:PowerBidSchedule.leadTime xsd:duration +nc:PowerBidSchedule.maxRampDownP xsd:float +nc:PowerBidSchedule.maxRampUpP xsd:float +nc:PowerBidSchedule.maximumUptime xsd:duration +nc:PowerBidSchedule.minimumOffTime xsd:duration +nc:PowerBidSchedule.minimumUptime xsd:duration +nc:PowerBidSchedule.priority xsd:integer +nc:PowerBidSchedule.shutdownCost xsd:decimal +nc:PowerBidSchedule.totalMaximumEnergy xsd:float +nc:PowerBidSchedule.totalMinimumEnergy xsd:float +nc:PowerBidScheduleTimePoint.atTime xsd:dateTime +nc:PowerBidScheduleTimePoint.minimumActivationP xsd:float +nc:PowerBidScheduleTimePoint.p xsd:float +nc:PowerBidScheduleTimePoint.price xsd:decimal +nc:PowerBidScheduleTimePoint.reservePrice xsd:decimal +nc:PowerBidScheduleTimePoint.stepIncrementP xsd:float +nc:PowerCapacity.maxInterchange xsd:float +nc:PowerCapacity.minImportP xsd:float +nc:PowerCapacity.minInterchange xsd:float +nc:PowerCapacity.netACInterchange xsd:float +nc:PowerCapacity.netACInterchangeTolerance xsd:float +nc:PowerCapacity.netDCInterchange xsd:float +nc:PowerCapacity.regulatingDownAllocation xsd:float +nc:PowerCapacity.regulatingUpAllocation xsd:float +nc:PowerElectronicsUnit.maxEconomicP xsd:float +nc:PowerElectronicsUnit.minEconomicP xsd:float +nc:PowerElectronicsUnit.normalParticipationFactor xsd:float +nc:PowerElectronicsUnit.p xsd:float +nc:PowerElectronicsUnit.participationFactor xsd:float +nc:PowerFactorControlFunction.targetValue xsd:float +nc:PowerFlowResult.absoluteValue xsd:float +nc:PowerFlowResult.atTime xsd:dateTime +nc:PowerFlowResult.isViolation xsd:boolean +nc:PowerFlowResult.value xsd:float +nc:PowerFlowResult.valueA xsd:float +nc:PowerFlowResult.valueAngle xsd:float +nc:PowerFlowResult.valueV xsd:float +nc:PowerFlowResult.valueVA xsd:float +nc:PowerFlowResult.valueVAR xsd:float +nc:PowerFlowResult.valueW xsd:float +nc:PowerRemedialAction.maxRegulatingDown xsd:float +nc:PowerRemedialAction.maxRegulatingUp xsd:float +nc:PowerRemedialActionTimePoint.atTime xsd:dateTime +nc:PowerRemedialActionTimePoint.maxRegulatingDown xsd:float +nc:PowerRemedialActionTimePoint.maxRegulatingUp xsd:float +nc:PowerScheduleAction.energyPrice xsd:decimal +nc:PowerShiftKeyStrategy.dispatchableUnitOnly xsd:boolean +nc:PowerShiftKeyStrategy.enabled xsd:boolean +nc:PowerShiftKeyStrategy.normalEnabled xsd:boolean +nc:PowerShiftKeyStrategy.normalParticipationFactor xsd:float +nc:PowerShiftKeyStrategy.participationFactor xsd:float +nc:PowerSystemProject.cancelled xsd:dateTime +nc:PowerSystemProject.commissioned xsd:dateTime +nc:PowerSystemProject.committed xsd:dateTime +nc:PowerSystemProject.inBuild xsd:dateTime +nc:PowerSystemProject.inPlan xsd:dateTime +nc:PowerSystemProject.officialExpectedCommissioning xsd:dateTime +nc:PowerSystemProject.priority xsd:integer +nc:PowerTimePoint.activatedP xsd:float +nc:PowerTimePoint.activatedPrice xsd:decimal +nc:PowerTimePoint.activatedQ xsd:float +nc:PowerTimePoint.atTime xsd:dateTime +nc:PowerTimePoint.meritOrder xsd:integer +nc:PowerTimePoint.p xsd:float +nc:PowerTimePoint.price xsd:decimal +nc:PowerTimePoint.q xsd:float +nc:PowerTransferCorridor.enabled xsd:boolean +nc:PowerTransferCorridor.normalEnabled xsd:boolean +nc:ProportionalEnergyComponent.normalParticipationFactor xsd:float +nc:ProportionalEnergyComponent.powerDuration xsd:duration +nc:ProposingRemedialActionScheduleShare.costSharingFactor xsd:decimal +nc:ProposingRemedialActionScheduleShare.mRID xsd:string +nc:RangeConstraint.normalValue xsd:float +nc:RangeConstraint.value xsd:float +nc:ReactiveCapabilityCurve.referenceVoltage xsd:float +nc:ReactivePowerControlFunction.targetValue xsd:float +nc:RegulatingControlRegularSchedule.maxAllowedTargetValue xsd:float +nc:RegulatingControlRegularSchedule.minAllowedTargetValue xsd:float +nc:RegulatingControlRegularSchedule.targetValue xsd:float +nc:RegulatingControlTimePoint.atTime xsd:dateTime +nc:RegulatingControlTimePoint.maxAllowedTargetValue xsd:float +nc:RegulatingControlTimePoint.minAllowedTargetValue xsd:float +nc:RegulatingControlTimePoint.targetValue xsd:float +nc:RemedialAction.available xsd:boolean +nc:RemedialAction.impactThresholdMargin xsd:float +nc:RemedialAction.isCrossBorderRelevant xsd:boolean +nc:RemedialAction.isManual xsd:boolean +nc:RemedialAction.normalAvailable xsd:boolean +nc:RemedialAction.penaltyFactor xsd:float +nc:RemedialAction.timeToImplement xsd:duration +nc:RemedialActionApplied.mRID xsd:string +nc:RemedialActionCost.costAllocationTime xsd:dateTime +nc:RemedialActionCost.mRID xsd:string +nc:RemedialActionCost.operationalCost xsd:decimal +nc:RemedialActionCost.opportunityCost xsd:decimal +nc:RemedialActionCost.otherCost xsd:decimal +nc:RemedialActionCost.processingFee xsd:decimal +nc:RemedialActionCost.savedFuelCost xsd:decimal +nc:RemedialActionCost.shutdownCost xsd:decimal +nc:RemedialActionCost.startupCost xsd:decimal +nc:RemedialActionDependency.enabled xsd:boolean +nc:RemedialActionDependency.mRID xsd:string +nc:RemedialActionDependency.normalEnabled xsd:boolean +nc:RemedialActionGroup.maxRegulatingDown xsd:float +nc:RemedialActionGroup.maxRegulatingUp xsd:float +nc:RemedialActionGroupTimePoint.atTime xsd:dateTime +nc:RemedialActionGroupTimePoint.maxRegulatingDown xsd:float +nc:RemedialActionGroupTimePoint.maxRegulatingUp xsd:float +nc:RemedialActionImpact.impactQuantity xsd:float +nc:RemedialActionImpact.mRID xsd:string +nc:RemedialActionOutcomeValue.impactQuantity xsd:float +nc:RemedialActionSchedule.statusReason xsd:string +nc:RemedialActionScheduleAcceptance.mRID xsd:string +nc:RemedialActionScheduleDependency.mRID xsd:string +nc:RemedialActionScheme.armed xsd:boolean +nc:RemedialActionScheme.inService xsd:boolean +nc:RemedialActionScheme.normalArmed xsd:boolean +nc:RemedialActionSchemeTimePoint.armed xsd:boolean +nc:RemedialActionSchemeTimePoint.atTime xsd:dateTime +nc:RemedialActionSchemeTimePoint.inService xsd:boolean +nc:Reservoir.energyStorage xsd:float +nc:SSSCController.maxInjectionU xsd:float +nc:SSSCController.maxLimitI xsd:float +nc:SSSCController.minInjectionU xsd:float +nc:SSSCController.minLimitI xsd:float +nc:SSSCSimulationSettings.deltaX xsd:float +nc:SSSCSimulationSettings.isEstimateDLDVSensitive xsd:boolean +nc:SSSCSimulationSettings.mRID xsd:string +nc:SSSCSimulationSettings.maxCorrectionX xsd:float +nc:SSSCSimulationSettings.maxIterations xsd:integer +nc:SSSCSimulationSettings.maxMismatch xsd:float +nc:ScheduleResource.p xsd:float +nc:ScheduleResource.participationFactor xsd:float +nc:SchedulingArea.isIslandingEnabled xsd:boolean +nc:SchedulingArea.isMeteringGridArea xsd:boolean +nc:SchedulingArea.normalParticipationFactor xsd:float +nc:SchedulingArea.p xsd:float +nc:SchedulingArea.participationFactor xsd:float +nc:SensitivityFactor.value xsd:float +nc:SequenceTimePoint.atTime xsd:dateTime +nc:SequenceTimePoint.sequence xsd:integer +nc:ShuntCompensatorTimePoint.atTime xsd:dateTime +nc:ShuntCompensatorTimePoint.sections xsd:float +nc:Stage.priority xsd:integer +nc:StageTrigger.armed xsd:boolean +nc:StageTrigger.inService xsd:boolean +nc:StageTrigger.normalArmed xsd:boolean +nc:StageTrigger.priority xsd:integer +nc:StageTriggerTimePoint.armed xsd:boolean +nc:StageTriggerTimePoint.atTime xsd:dateTime +nc:StageTriggerTimePoint.inService xsd:boolean +nc:StaticVarCompensatorTimePoint.atTime xsd:dateTime +nc:StaticVarCompensatorTimePoint.q xsd:float +nc:SwitchRegularSchedule.locked xsd:boolean +nc:SwitchRegularSchedule.open xsd:boolean +nc:SwitchTimePoint.atTime xsd:dateTime +nc:SwitchTimePoint.locked xsd:boolean +nc:SwitchTimePoint.open xsd:boolean +nc:SynchronousArea.nominalFrequency xsd:float +nc:SynchronousMachineRegularSchedule.referencePriority xsd:integer +nc:SynchronousMachineTimePoint.atTime xsd:dateTime +nc:SynchronousMachineTimePoint.referencePriority xsd:integer +nc:TCSCCompensationPoint.compensationZ xsd:float +nc:TCSCCompensationPoint.mRID xsd:string +nc:TCSCCompensationPoint.section xsd:integer +nc:TapRegularSchedule.controlEnabled xsd:boolean +nc:TapRegularSchedule.step xsd:float +nc:TapScheduleTimePoint.atTime xsd:dateTime +nc:TapScheduleTimePoint.controlEnabled xsd:boolean +nc:TapScheduleTimePoint.step xsd:float +nc:ThyristorControlledSeriesCompensator.compensationZ xsd:float +nc:ThyristorControlledSeriesCompensator.currentSection xsd:integer +nc:ThyristorControlledSeriesCompensator.flexibleCapacitiveZ xsd:float +nc:ThyristorControlledSeriesCompensator.flexibleInductiveZ xsd:float +nc:ThyristorControlledSeriesCompensator.minI xsd:float +nc:ThyristorControlledSeriesCompensator.reconnectionI xsd:float +nc:TieCorridor.delayRegulatingReserve xsd:float +nc:TieCorridor.maxRegulatingReserveRamp xsd:float +nc:TieCorridor.thresholdRegulatingReserve xsd:float +nc:UnitCostTimePoint.atTime xsd:dateTime +nc:UnitCostTimePoint.startupCost xsd:decimal +nc:UnitCostTimePoint.warmStartupCost xsd:decimal +nc:UnplannedOutage.duration xsd:duration +nc:UnplannedOutage.startDateTime xsd:dateTime +nc:VoltageAngleLimit.isFlowToRefTerminal xsd:boolean +nc:VoltageAngleLimit.normalValue xsd:float +nc:VoltageAngleLimit.value xsd:float +nc:VoltageAngleTimePoint.atTime xsd:dateTime +nc:VoltageAngleTimePoint.value xsd:float +nc:VoltageControlFunction.targetValue xsd:float +nc:VoltageInjectionControlFunction.targetValue xsd:float +nc:VoltageLimitTimePoint.atTime xsd:dateTime +nc:VoltageLimitTimePoint.value xsd:float +nc:VsCapabilityCurve.referenceVoltage xsd:float +nc:VsConverterRegularSchedule.droop xsd:float +nc:VsConverterRegularSchedule.droopCompensation xsd:float +nc:VsConverterRegularSchedule.qShare xsd:float +nc:VsConverterRegularSchedule.targetPWMfactor xsd:float +nc:VsConverterRegularSchedule.targetPhasePcc xsd:float +nc:VsConverterRegularSchedule.targetPowerFactorPcc xsd:float +nc:VsConverterRegularSchedule.targetQpcc xsd:float +nc:VsConverterRegularSchedule.targetUpcc xsd:float +nc:VsConverterTimePoint.droop xsd:float +nc:VsConverterTimePoint.droopCompensation xsd:float +nc:VsConverterTimePoint.qShare xsd:float +nc:VsConverterTimePoint.targetPWMfactor xsd:float +nc:VsConverterTimePoint.targetPhasePcc xsd:float +nc:VsConverterTimePoint.targetPowerFactorPcc xsd:float +nc:VsConverterTimePoint.targetQpcc xsd:float +nc:VsConverterTimePoint.targetUpcc xsd:float +prov:generatedAtTime xsd:dateTime +rdf:Statement.object xsd:string +rdf:Statement.predicate xsd:string +rdf:Statement.subject xsd:string +rdf:Statements.object xsd:string +rdf:Statements.predicate xsd:string +rdf:Statements.subject xsd:string diff --git a/rdfs-improved/fix-all.ru b/rdfs-improved/fix-all.ru index 3302c60..9b05950 100644 --- a/rdfs-improved/fix-all.ru +++ b/rdfs-improved/fix-all.ru @@ -348,15 +348,15 @@ where { }; # https://github.com/Sveino/Inst4CIM-KG/issues/47 - -delete {?x rdfs:label ?old} -insert {?x rdfs:label ?new} -where { - values ?enumOfCodes {cim:Currency cim:IfdBaseKind cim:PhaseCode cim:StaticLoadModelKind cim:UnitMultiplier cim:UnitSymbol cim:WindingConnection} - ?x a ?enumOfCodes; rdfs:label ?old - filter(lang(?old) != "") - bind(str(?old) as ?new) -}; +# This is now subsumed by fix16-langTagLabelVsDefinition.ru (https://github.com/Sveino/Inst4CIM-KG/issues/93) +#delete {?x rdfs:label ?old} +#insert {?x rdfs:label ?new} +#where { +# values ?enumOfCodes {cim:Currency cim:IfdBaseKind cim:PhaseCode cim:StaticLoadModelKind cim:UnitMultiplier cim:UnitSymbol cim:WindingConnection} +# ?x a ?enumOfCodes; rdfs:label ?old +# filter(lang(?old) != "") +# bind(str(?old) as ?new) +#}; # https://github.com/Sveino/Inst4CIM-KG/issues/24 @@ -367,3 +367,47 @@ delete {?p cims:stereotype "deprecated"} insert {?p owl:deprecated true} where {?p cims:stereotype "deprecated"}; +# https://github.com/Sveino/Inst4CIM-KG/issues/93 + +prefix rdfs: + +delete {?x rdfs:label ?oldLabel; rdfs:comment ?oldComment} +insert {?x rdfs:label ?newLabel; rdfs:comment ?newComment} +where { + ?x rdfs:label ?oldLabel; rdfs:comment ?oldComment + bind(lang(?oldLabel) as ?lang) + filter(?lang="" || ?lang="en") # safeguard in case multiple langs are added: that would get mixed up + bind(str(?oldLabel) as ?newLabel) + bind(strlang(?oldComment,"en") as ?newComment) +}; +# https://github.com/Sveino/Inst4CIM-KG/issues/32 + +prefix owl: +prefix dcat: +prefix dct: +prefix dc: + +delete {?x dct:conformsTo ?old} +insert {?x dc:source ?new} +where { + ?x a owl:Ontology; dct:conformsTo ?old + filter(strstarts(?old,"file://")) + bind(strafter(?old,"file://") as ?new) +}; + +delete {?x ?p ?old} +insert {?x ?p ?new} +where { + values ?p {dcat:landingPage dct:conformsTo} + ?x a owl:Ontology; ?p ?old + bind(iri(?old) as ?new) +}; + +delete {?x ?p ?old} +insert {?x ?p ?new} +where { + values ?p {dct:publisher dct:rightsHolder owl:versionInfo} + ?x a owl:Ontology; ?p ?old + bind(str(?old) as ?new) +}; + diff --git a/rdfs-improved/fix-namespaces.pl b/rdfs-improved/fix-namespaces.pl index b72e972..2d91096 100644 --- a/rdfs-improved/fix-namespaces.pl +++ b/rdfs-improved/fix-namespaces.pl @@ -1,8 +1,11 @@ #!perl -wp +# https://github.com/3lbits/CIM4NoUtility/issues/343 + BEGIN {print "\@prefix uml: .\n"} s{http://iec.ch/TC57/CIM100#} {https://cim.ucaiug.io/ns#}; s{http://iec.ch/TC57/CIM100-European#}{https://cim.ucaiug.io/ns/eu#}; +s{http://entsoe.eu/ns/nc#} {https://cim4.eu/ns/nc#}; s{http://purl.org/dc/terms/#} {http://purl.org/dc/terms/}; s{dcterms:} {dct:}g; diff --git a/rdfs-improved/fix10-classPropKind.ru b/rdfs-improved/fix10-classPropKind-75.ru similarity index 100% rename from rdfs-improved/fix10-classPropKind.ru rename to rdfs-improved/fix10-classPropKind-75.ru diff --git a/rdfs-improved/fix14-langTagInCodes-47.ru b/rdfs-improved/fix14-langTagInCodes-47.ru index 9eded03..d6ff50d 100644 --- a/rdfs-improved/fix14-langTagInCodes-47.ru +++ b/rdfs-improved/fix14-langTagInCodes-47.ru @@ -1,11 +1,11 @@ # https://github.com/Sveino/Inst4CIM-KG/issues/47 - -delete {?x rdfs:label ?old} -insert {?x rdfs:label ?new} -where { - values ?enumOfCodes {cim:Currency cim:IfdBaseKind cim:PhaseCode cim:StaticLoadModelKind cim:UnitMultiplier cim:UnitSymbol cim:WindingConnection} - ?x a ?enumOfCodes; rdfs:label ?old - filter(lang(?old) != "") - bind(str(?old) as ?new) -}; +# This is now subsumed by fix16-langTagLabelVsDefinition.ru (https://github.com/Sveino/Inst4CIM-KG/issues/93) +#delete {?x rdfs:label ?old} +#insert {?x rdfs:label ?new} +#where { +# values ?enumOfCodes {cim:Currency cim:IfdBaseKind cim:PhaseCode cim:StaticLoadModelKind cim:UnitMultiplier cim:UnitSymbol cim:WindingConnection} +# ?x a ?enumOfCodes; rdfs:label ?old +# filter(lang(?old) != "") +# bind(str(?old) as ?new) +#}; diff --git a/rdfs-improved/fix16-langTagLabelVsDefinition-93.ru b/rdfs-improved/fix16-langTagLabelVsDefinition-93.ru new file mode 100644 index 0000000..172e137 --- /dev/null +++ b/rdfs-improved/fix16-langTagLabelVsDefinition-93.ru @@ -0,0 +1,13 @@ +# https://github.com/Sveino/Inst4CIM-KG/issues/93 + +prefix rdfs: + +delete {?x rdfs:label ?oldLabel; rdfs:comment ?oldComment} +insert {?x rdfs:label ?newLabel; rdfs:comment ?newComment} +where { + ?x rdfs:label ?oldLabel; rdfs:comment ?oldComment + bind(lang(?oldLabel) as ?lang) + filter(?lang="" || ?lang="en") # safeguard in case multiple langs are added: that would get mixed up + bind(str(?oldLabel) as ?newLabel) + bind(strlang(?oldComment,"en") as ?newComment) +}; diff --git a/rdfs-improved/fix20-ontologyMetadata-32.ru b/rdfs-improved/fix20-ontologyMetadata-32.ru new file mode 100644 index 0000000..780991c --- /dev/null +++ b/rdfs-improved/fix20-ontologyMetadata-32.ru @@ -0,0 +1,31 @@ +# https://github.com/Sveino/Inst4CIM-KG/issues/32 + +prefix owl: +prefix dcat: +prefix dct: +prefix dc: + +delete {?x dct:conformsTo ?old} +insert {?x dc:source ?new} +where { + ?x a owl:Ontology; dct:conformsTo ?old + filter(strstarts(?old,"file://")) + bind(strafter(?old,"file://") as ?new) +}; + +delete {?x ?p ?old} +insert {?x ?p ?new} +where { + values ?p {dcat:landingPage dct:conformsTo} + ?x a owl:Ontology; ?p ?old + bind(iri(?old) as ?new) +}; + +delete {?x ?p ?old} +insert {?x ?p ?new} +where { + values ?p {dct:publisher dct:rightsHolder owl:versionInfo} + ?x a owl:Ontology; ?p ?old + bind(str(?old) as ?new) +}; + diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_DiagramLayout-AP-Con-Simple-SHACLED2a_v3-0-0.rdf b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_DiagramLayout-AP-Con-Simple-SHACLED2a_v3-0-0.rdf similarity index 100% rename from source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_DiagramLayout-AP-Con-Simple-SHACLED2a_v3-0-0.rdf rename to source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_DiagramLayout-AP-Con-Simple-SHACLED2a_v3-0-0.rdf diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_Dynamics-AP-Con-Simple-SHACLED2a_v3-0-0.rdf b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_Dynamics-AP-Con-Simple-SHACLED2a_v3-0-0.rdf similarity index 100% rename from source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_Dynamics-AP-Con-Simple-SHACLED2a_v3-0-0.rdf rename to source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_Dynamics-AP-Con-Simple-SHACLED2a_v3-0-0.rdf diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_Equipment-AP-Con-Simple-SHACLED2a_v3-0-0.rdf b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_Equipment-AP-Con-Simple-SHACLED2a_v3-0-0.rdf similarity index 100% rename from source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_Equipment-AP-Con-Simple-SHACLED2a_v3-0-0.rdf rename to source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_Equipment-AP-Con-Simple-SHACLED2a_v3-0-0.rdf diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_EquipmentBoundary-AP-Con-Simple-SHACLED2a_v3-0-0.rdf b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_EquipmentBoundary-AP-Con-Simple-SHACLED2a_v3-0-0.rdf similarity index 100% rename from source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_EquipmentBoundary-AP-Con-Simple-SHACLED2a_v3-0-0.rdf rename to source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_EquipmentBoundary-AP-Con-Simple-SHACLED2a_v3-0-0.rdf diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_GeographicalLocation-AP-Con-Simple-SHACLED2a_v3-0-0.rdf b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_GeographicalLocation-AP-Con-Simple-SHACLED2a_v3-0-0.rdf similarity index 100% rename from source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_GeographicalLocation-AP-Con-Simple-SHACLED2a_v3-0-0.rdf rename to source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_GeographicalLocation-AP-Con-Simple-SHACLED2a_v3-0-0.rdf diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_Operation-AP-Con-Simple-SHACLED2a_v3-0-0.rdf b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_Operation-AP-Con-Simple-SHACLED2a_v3-0-0.rdf similarity index 100% rename from source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_Operation-AP-Con-Simple-SHACLED2a_v3-0-0.rdf rename to source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_Operation-AP-Con-Simple-SHACLED2a_v3-0-0.rdf diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_ShortCircuit-AP-Con-Simple-SHACLED2a_v3-0-0.rdf b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_ShortCircuit-AP-Con-Simple-SHACLED2a_v3-0-0.rdf similarity index 100% rename from source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_ShortCircuit-AP-Con-Simple-SHACLED2a_v3-0-0.rdf rename to source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_ShortCircuit-AP-Con-Simple-SHACLED2a_v3-0-0.rdf diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_StateVariables-AP-Con-Simple-SHACLED2a_v3-0-0.rdf b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_StateVariables-AP-Con-Simple-SHACLED2a_v3-0-0.rdf similarity index 100% rename from source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_StateVariables-AP-Con-Simple-SHACLED2a_v3-0-0.rdf rename to source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_StateVariables-AP-Con-Simple-SHACLED2a_v3-0-0.rdf diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_SteadyStateHypothesis-AP-Con-Simple-SHACLED2a_v3-0-0.rdf b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_SteadyStateHypothesis-AP-Con-Simple-SHACLED2a_v3-0-0.rdf similarity index 100% rename from source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_SteadyStateHypothesis-AP-Con-Simple-SHACLED2a_v3-0-0.rdf rename to source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_SteadyStateHypothesis-AP-Con-Simple-SHACLED2a_v3-0-0.rdf diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_Topology-AP-Con-Simple-SHACLED2a_v3-0-0.rdf b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_Topology-AP-Con-Simple-SHACLED2a_v3-0-0.rdf similarity index 100% rename from source/CGMES/v3.0/RDFSEd2Beta/SHACL/61970-600-2_Topology-AP-Con-Simple-SHACLED2a_v3-0-0.rdf rename to source/CGMES/v3.0/RDFSEd2Beta/SHACL/rdf/61970-600-2_Topology-AP-Con-Simple-SHACLED2a_v3-0-0.rdf diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_DiagramLayout-AP-Con-Simple-SHACLED2a_v3-0-0.ttl b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_DiagramLayout-AP-Con-Simple-SHACLED2a_v3-0-0.ttl new file mode 100644 index 0000000..31bdf48 --- /dev/null +++ b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_DiagramLayout-AP-Con-Simple-SHACLED2a_v3-0-0.ttl @@ -0,0 +1,785 @@ +@prefix cim: . +@prefix cims: . +@prefix dc: . +@prefix dcat: . +@prefix dct: . +@prefix dl: . +@prefix eu: . +@prefix owl: . +@prefix prof: . +@prefix profcim: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix xsd: . + +dl:AssociationsGroup rdf:type sh:PropertyGroup ; + rdfs:label "Associations" ; + sh:order 2 . + +dl:CardinalityGroup rdf:type sh:PropertyGroup ; + rdfs:label "Cardinality" ; + sh:order 0 . + +dl:DatatypesGroup rdf:type sh:PropertyGroup ; + rdfs:label "Datatypes" ; + sh:order 1 . + +dl:Diagram rdf:type sh:NodeShape ; + sh:property dl:Diagram.x1InitialView-datatype , dl:Diagram.orientation-datatype , dl:IdentifiedObject.mRID-datatype , dl:Diagram.x1InitialView-cardinality , dl:Diagram.y2InitialView-cardinality , dl:Diagram.DiagramStyle-cardinality , dl:IdentifiedObject.name-cardinality , dl:Diagram.x2InitialView-datatype , dl:Diagram.y1InitialView-cardinality , dl:Diagram.x2InitialView-cardinality , dl:Diagram.y2InitialView-datatype , dl:IdentifiedObject.description-cardinality , dl:IdentifiedObject.name-datatype , dl:Diagram.y1InitialView-datatype , dl:Diagram.DiagramStyle-valueType , dl:IdentifiedObject.description-datatype , dl:IdentifiedObject.mRID-cardinality , dl:Diagram.orientation-cardinality ; + sh:targetClass cim:Diagram . + +dl:Diagram.DiagramStyle-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Diagram.DiagramStyle-cardinality" ; + sh:order 19 ; + sh:path cim:Diagram.DiagramStyle ; + sh:severity sh:Violation . + +dl:Diagram.DiagramStyle-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiagramStyle ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiagramStyle." ; + sh:name "Diagram.DiagramStyle-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path cim:Diagram.DiagramStyle ; + sh:severity sh:Violation . + +dl:Diagram.orientation-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (orientation)." ; + sh:minCount 1 ; + sh:name "Diagram.orientation-cardinality" ; + sh:order 0 ; + sh:path cim:Diagram.orientation ; + sh:severity sh:Violation . + +dl:Diagram.orientation-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the orientation." ; + sh:group dl:DatatypesGroup ; + sh:in ( cim:OrientationKind.positive cim:OrientationKind.negative ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Diagram.orientation-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path cim:Diagram.orientation ; + sh:severity sh:Violation . + +dl:Diagram.x1InitialView-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Diagram.x1InitialView-cardinality" ; + sh:order 1 ; + sh:path cim:Diagram.x1InitialView ; + sh:severity sh:Violation . + +dl:Diagram.x1InitialView-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x1InitialView." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Diagram.x1InitialView-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path cim:Diagram.x1InitialView ; + sh:severity sh:Violation . + +dl:Diagram.x2InitialView-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Diagram.x2InitialView-cardinality" ; + sh:order 2 ; + sh:path cim:Diagram.x2InitialView ; + sh:severity sh:Violation . + +dl:Diagram.x2InitialView-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x2InitialView." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Diagram.x2InitialView-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path cim:Diagram.x2InitialView ; + sh:severity sh:Violation . + +dl:Diagram.y1InitialView-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Diagram.y1InitialView-cardinality" ; + sh:order 3 ; + sh:path cim:Diagram.y1InitialView ; + sh:severity sh:Violation . + +dl:Diagram.y1InitialView-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the y1InitialView." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Diagram.y1InitialView-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path cim:Diagram.y1InitialView ; + sh:severity sh:Violation . + +dl:Diagram.y2InitialView-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Diagram.y2InitialView-cardinality" ; + sh:order 4 ; + sh:path cim:Diagram.y2InitialView ; + sh:severity sh:Violation . + +dl:Diagram.y2InitialView-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the y2InitialView." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Diagram.y2InitialView-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path cim:Diagram.y2InitialView ; + sh:severity sh:Violation . + +dl:DiagramObject rdf:type sh:NodeShape ; + sh:property dl:DiagramObject.offsetX-cardinality , dl:DiagramObject.isPolygon-cardinality , dl:DiagramObject.rotation-cardinality , dl:DiagramObject.isPolygon-datatype , dl:DiagramObject.IdentifiedObject-cardinality , dl:IdentifiedObject.description-cardinality , dl:IdentifiedObject.mRID-datatype , dl:IdentifiedObject.mRID-cardinality , dl:DiagramObject.DiagramObjectStyle-cardinality , dl:DiagramObject.offsetY-datatype , dl:DiagramObject.Diagram-valueType , dl:DiagramObject.offsetX-datatype , dl:DiagramObject.Diagram-cardinality , dl:IdentifiedObject.description-datatype , dl:DiagramObject.drawingOrder-datatype , dl:DiagramObject.rotation-datatype , dl:DiagramObject.offsetY-cardinality , dl:DiagramObject.drawingOrder-cardinality , dl:IdentifiedObject.name-cardinality , dl:DiagramObject.DiagramObjectStyle-valueType , dl:IdentifiedObject.name-datatype ; + sh:targetClass cim:DiagramObject . + +dl:DiagramObject.Diagram-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "DiagramObject.Diagram-cardinality" ; + sh:order 22 ; + sh:path cim:DiagramObject.Diagram ; + sh:severity sh:Violation . + +dl:DiagramObject.Diagram-valueType + rdf:type sh:PropertyShape ; + sh:class +cim:Diagram ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Diagram." ; + sh:name "DiagramObject.Diagram-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path cim:DiagramObject.Diagram ; + sh:severity sh:Violation . + +dl:DiagramObject.DiagramObjectStyle-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DiagramObject.DiagramObjectStyle-cardinality" ; + sh:order 21 ; + sh:path cim:DiagramObject.DiagramObjectStyle ; + sh:severity sh:Violation . + +dl:DiagramObject.DiagramObjectStyle-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiagramObjectStyle ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiagramObjectStyle." ; + sh:name "DiagramObject.DiagramObjectStyle-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path cim:DiagramObject.DiagramObjectStyle ; + sh:severity sh:Violation . + +dl:DiagramObject.IdentifiedObject-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DiagramObject.IdentifiedObject-cardinality" ; + sh:order 20 ; + sh:path cim:DiagramObject.IdentifiedObject ; + sh:severity sh:Violation . + +dl:DiagramObject.IdentifiedObject-valueType + rdf:type sh:NodeShape ; + sh:or ( dl:DiagramObject.IdentifiedObjectVisibilityLayer-valueType dl:DiagramObject.IdentifiedObjectDiagramStyle-valueType dl:DiagramObject.IdentifiedObjectDiagramObjectStyle-valueType dl:DiagramObject.IdentifiedObjectDiagramObject-valueType dl:DiagramObject.IdentifiedObjectTextDiagramObject-valueType dl:DiagramObject.IdentifiedObjectDiagram-valueType ) . + +dl:DiagramObject.IdentifiedObjectDiagram-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Diagram ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Diagram." ; + sh:name "DiagramObject.IdentifiedObjectDiagram-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path cim:DiagramObject.IdentifiedObject ; + sh:severity sh:Violation . + +dl:DiagramObject.IdentifiedObjectDiagramObject-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiagramObject ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiagramObject." ; + sh:name "DiagramObject.IdentifiedObjectDiagramObject-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path cim:DiagramObject.IdentifiedObject ; + sh:severity sh:Violation . + +dl:DiagramObject.IdentifiedObjectDiagramObjectStyle-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiagramObjectStyle ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiagramObjectStyle." ; + sh:name "DiagramObject.IdentifiedObjectDiagramObjectStyle-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path cim:DiagramObject.IdentifiedObject ; + sh:severity sh:Violation . + +dl:DiagramObject.IdentifiedObjectDiagramStyle-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiagramStyle ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiagramStyle." ; + sh:name "DiagramObject.IdentifiedObjectDiagramStyle-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path cim:DiagramObject.IdentifiedObject ; + sh:severity sh:Violation . + +dl:DiagramObject.IdentifiedObjectTextDiagramObject-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TextDiagramObject ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TextDiagramObject." ; + sh:name "DiagramObject.IdentifiedObjectTextDiagramObject-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path cim:DiagramObject.IdentifiedObject ; + sh:severity sh:Violation . + +dl:DiagramObject.IdentifiedObjectVisibilityLayer-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VisibilityLayer ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VisibilityLayer." ; + sh:name "DiagramObject.IdentifiedObjectVisibilityLayer-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path cim:DiagramObject.IdentifiedObject ; + sh:severity sh:Violation . + +dl:DiagramObject.drawingOrder-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DiagramObject.drawingOrder-cardinality" ; + sh:order 5 ; + sh:path cim:DiagramObject.drawingOrder ; + sh:severity sh:Violation . + +dl:DiagramObject.drawingOrder-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the drawingOrder." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiagramObject.drawingOrder-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path cim:DiagramObject.drawingOrder ; + sh:severity sh:Violation . + +dl:DiagramObject.isPolygon-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DiagramObject.isPolygon-cardinality" ; + sh:order 6 ; + sh:path cim:DiagramObject.isPolygon ; + sh:severity sh:Violation . + +dl:DiagramObject.isPolygon-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the isPolygon." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiagramObject.isPolygon-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path cim:DiagramObject.isPolygon ; + sh:severity sh:Violation . + +dl:DiagramObject.offsetX-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DiagramObject.offsetX-cardinality" ; + sh:order 7 ; + sh:path cim:DiagramObject.offsetX ; + sh:severity sh:Violation . + +dl:DiagramObject.offsetX-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the offsetX." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiagramObject.offsetX-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path cim:DiagramObject.offsetX ; + sh:severity sh:Violation . + +dl:DiagramObject.offsetY-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DiagramObject.offsetY-cardinality" ; + sh:order 8 ; + sh:path cim:DiagramObject.offsetY ; + sh:severity sh:Violation . + +dl:DiagramObject.offsetY-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the offsetY." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiagramObject.offsetY-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path cim:DiagramObject.offsetY ; + sh:severity sh:Violation . + +dl:DiagramObject.rotation-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DiagramObject.rotation-cardinality" ; + sh:order 9 ; + sh:path cim:DiagramObject.rotation ; + sh:severity sh:Violation . + +dl:DiagramObject.rotation-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rotation." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiagramObject.rotation-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path cim:DiagramObject.rotation ; + sh:severity sh:Violation . + +dl:DiagramObjectGluePoint + rdf:type sh:NodeShape ; + sh:targetClass cim:DiagramObjectGluePoint . + +dl:DiagramObjectPoint + rdf:type sh:NodeShape ; + sh:property dl:DiagramObjectPoint.DiagramObjectGluePoint-cardinality , dl:DiagramObjectPoint.sequenceNumber-datatype , dl:DiagramObjectPoint.zPosition-datatype , dl:DiagramObjectPoint.yPosition-cardinality , dl:DiagramObjectPoint.sequenceNumber-cardinality , dl:DiagramObjectPoint.DiagramObjectGluePoint-valueType , dl:DiagramObjectPoint.DiagramObject-cardinality , dl:DiagramObjectPoint.zPosition-cardinality , dl:DiagramObjectPoint.xPosition-datatype , dl:DiagramObjectPoint.xPosition-cardinality , dl:DiagramObjectPoint.yPosition-datatype ; + sh:targetClass cim:DiagramObjectPoint . + +dl:DiagramObjectPoint.DiagramObject-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "DiagramObjectPoint.DiagramObject-cardinality" ; + sh:order 24 ; + sh:path cim:DiagramObjectPoint.DiagramObject ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.DiagramObject-valueType + rdf:type sh:NodeShape ; + sh:or ( dl:DiagramObjectPoint.DiagramObjectTextDiagramObject-valueType dl:DiagramObjectPoint.DiagramObjectDiagramObject-valueType ) . + +dl:DiagramObjectPoint.DiagramObjectDiagramObject-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiagramObject ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiagramObject." ; + sh:name "DiagramObjectPoint.DiagramObjectDiagramObject-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path cim:DiagramObjectPoint.DiagramObject ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.DiagramObjectGluePoint-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DiagramObjectPoint.DiagramObjectGluePoint-cardinality" ; + sh:order 23 ; + sh:path cim:DiagramObjectPoint.DiagramObjectGluePoint ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.DiagramObjectGluePoint-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiagramObjectGluePoint ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiagramObjectGluePoint." ; + sh:name "DiagramObjectPoint.DiagramObjectGluePoint-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path cim:DiagramObjectPoint.DiagramObjectGluePoint ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.DiagramObjectTextDiagramObject-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TextDiagramObject ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TextDiagramObject." ; + sh:name "DiagramObjectPoint.DiagramObjectTextDiagramObject-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path cim:DiagramObjectPoint.DiagramObject ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.sequenceNumber-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DiagramObjectPoint.sequenceNumber-cardinality" ; + sh:order 10 ; + sh:path cim:DiagramObjectPoint.sequenceNumber ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.sequenceNumber-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the sequenceNumber." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiagramObjectPoint.sequenceNumber-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path cim:DiagramObjectPoint.sequenceNumber ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.xPosition-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xPosition)." ; + sh:minCount 1 ; + sh:name "DiagramObjectPoint.xPosition-cardinality" ; + sh:order 11 ; + sh:path cim:DiagramObjectPoint.xPosition ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.xPosition-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xPosition." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiagramObjectPoint.xPosition-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path cim:DiagramObjectPoint.xPosition ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.yPosition-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (yPosition)." ; + sh:minCount 1 ; + sh:name "DiagramObjectPoint.yPosition-cardinality" ; + sh:order 12 ; + sh:path cim:DiagramObjectPoint.yPosition ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.yPosition-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the yPosition." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiagramObjectPoint.yPosition-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path cim:DiagramObjectPoint.yPosition ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.zPosition-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DiagramObjectPoint.zPosition-cardinality" ; + sh:order 13 ; + sh:path cim:DiagramObjectPoint.zPosition ; + sh:severity sh:Violation . + +dl:DiagramObjectPoint.zPosition-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the zPosition." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiagramObjectPoint.zPosition-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path cim:DiagramObjectPoint.zPosition ; + sh:severity sh:Violation . + +dl:DiagramObjectStyle + rdf:type sh:NodeShape ; + sh:property dl:IdentifiedObject.description-datatype , dl:IdentifiedObject.description-cardinality , dl:IdentifiedObject.name-datatype , dl:IdentifiedObject.name-cardinality , dl:IdentifiedObject.mRID-datatype , dl:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:DiagramObjectStyle . + +dl:DiagramStyle rdf:type sh:NodeShape ; + sh:property dl:IdentifiedObject.description-datatype , dl:IdentifiedObject.description-cardinality , dl:IdentifiedObject.name-datatype , dl:IdentifiedObject.name-cardinality , dl:IdentifiedObject.mRID-datatype , dl:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:DiagramStyle . + +dl:IdentifiedObject.description-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.description-cardinality" ; + sh:order 16 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +dl:IdentifiedObject.description-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the description." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.description-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +dl:IdentifiedObject.mRID-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mRID)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.mRID-cardinality" ; + sh:order 14 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +dl:IdentifiedObject.mRID-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the mRID." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.mRID-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +dl:IdentifiedObject.name-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (name)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.name-cardinality" ; + sh:order 15 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +dl:IdentifiedObject.name-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the name." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.name-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +dl:Ontology rdf:type owl:Ontology ; + dct:conformsTo "urn:iso:std:iec:61970-600-2:ed-1" , "urn:iso:std:iec:61970-401:draft:ed-1" , "urn:iso:std:iec:61970-301:ed-7:amd1" , "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" , "urn:iso:std:iec:61970-501:draft:ed-2" ; + dct:creator "ENTSO-E CIM EG"@en ; + dct:description "The constraints for the diagram layout profile from IEC 61970-453."@en ; + dct:identifier "urn:uuid:7b269643-3da3-4dd0-83e8-58d7f13ee3bc" ; + dct:issued "2021-01-27T15:21:50Z"^^xsd:dateTime ; + dct:language "en-GB" ; + dct:modified "2020-10-12"^^xsd:date ; + dct:publisher "ENTSO-E"@en ; + dct:rights "Copyright"@en ; + dct:rightsHolder "ENTSO-E"@en ; + dct:title "Diagram Layout Constraints"@en ; + owl:backwardCompatibleWith ; + owl:incompatibleWith ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "3.0.0"@en ; + dcat:keyword "DL" ; + dcat:theme "constraints"@en . + +dl:TextDiagramObject rdf:type sh:NodeShape ; + sh:property dl:DiagramObject.DiagramObjectStyle-valueType , dl:DiagramObject.drawingOrder-datatype , dl:TextDiagramObject.text-cardinality , dl:DiagramObject.offsetY-datatype , dl:IdentifiedObject.description-cardinality , dl:DiagramObject.drawingOrder-cardinality , dl:IdentifiedObject.mRID-datatype , dl:DiagramObject.offsetX-datatype , dl:DiagramObject.Diagram-cardinality , dl:IdentifiedObject.description-datatype , dl:DiagramObject.isPolygon-datatype , dl:DiagramObject.IdentifiedObject-cardinality , dl:DiagramObject.isPolygon-cardinality , dl:IdentifiedObject.name-cardinality , dl:TextDiagramObject.text-datatype , dl:DiagramObject.IdentifiedObject-valueType , dl:DiagramObject.offsetX-cardinality , dl:DiagramObject.offsetY-cardinality , dl:DiagramObject.rotation-cardinality , dl:DiagramObject.Diagram-valueType , dl:IdentifiedObject.mRID-cardinality , dl:DiagramObject.DiagramObjectStyle-cardinality , dl:IdentifiedObject.name-datatype , dl:DiagramObject.rotation-datatype ; + sh:targetClass cim:TextDiagramObject . + +dl:TextDiagramObject.text-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (text)." ; + sh:minCount 1 ; + sh:name "TextDiagramObject.text-cardinality" ; + sh:order 17 ; + sh:path cim:TextDiagramObject.text ; + sh:severity sh:Violation . + +dl:TextDiagramObject.text-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the text." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TextDiagramObject.text-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path cim:TextDiagramObject.text ; + sh:severity sh:Violation . + +dl:VisibilityLayer rdf:type sh:NodeShape ; + sh:property dl:IdentifiedObject.description-cardinality , dl:IdentifiedObject.name-cardinality , dl:IdentifiedObject.mRID-datatype , dl:IdentifiedObject.description-datatype , dl:VisibilityLayer.drawingOrder-cardinality , dl:VisibilityLayer.drawingOrder-datatype , dl:IdentifiedObject.mRID-cardinality , dl:VisibilityLayer.VisibleObjects-cardinality , dl:IdentifiedObject.name-datatype ; + sh:targetClass cim:VisibilityLayer . + +dl:VisibilityLayer.VisibleObjects-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dl:CardinalityGroup ; + sh:message "Cardinality violation. Missing required association." ; + sh:minCount 1 ; + sh:name "VisibilityLayer.VisibleObjects-cardinality" ; + sh:order 25 ; + sh:path cim:VisibilityLayer.VisibleObjects ; + sh:severity sh:Violation . + +dl:VisibilityLayer.VisibleObjects-valueType + rdf:type sh:NodeShape ; + sh:or ( dl:VisibilityLayer.VisibleObjectsTextDiagramObject-valueType dl:VisibilityLayer.VisibleObjectsDiagramObject-valueType ) . + +dl:VisibilityLayer.VisibleObjectsDiagramObject-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiagramObject ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiagramObject." ; + sh:name "VisibilityLayer.VisibleObjectsDiagramObject-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path cim:VisibilityLayer.VisibleObjects ; + sh:severity sh:Violation . + +dl:VisibilityLayer.VisibleObjectsTextDiagramObject-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TextDiagramObject ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TextDiagramObject." ; + sh:name "VisibilityLayer.VisibleObjectsTextDiagramObject-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path cim:VisibilityLayer.VisibleObjects ; + sh:severity sh:Violation . + +dl:VisibilityLayer.drawingOrder-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VisibilityLayer.drawingOrder-cardinality" ; + sh:order 18 ; + sh:path cim:VisibilityLayer.drawingOrder ; + sh:severity sh:Violation . + +dl:VisibilityLayer.drawingOrder-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the drawingOrder." ; + sh:group dl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VisibilityLayer.drawingOrder-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path cim:VisibilityLayer.drawingOrder ; + sh:severity sh:Violation . + diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Dynamics-AP-Con-Simple-SHACLED2a_v3-0-0.ttl b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Dynamics-AP-Con-Simple-SHACLED2a_v3-0-0.ttl new file mode 100644 index 0000000..cff8f14 --- /dev/null +++ b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Dynamics-AP-Con-Simple-SHACLED2a_v3-0-0.ttl @@ -0,0 +1,73499 @@ +@prefix cim: . +@prefix cims: . +@prefix dc: . +@prefix dcat: . +@prefix dct: . +@prefix dy: . +@prefix eu: . +@prefix owl: . +@prefix prof: . +@prefix profcim: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix xsd: . + +dy:AssociationsGroup rdf:type sh:PropertyGroup ; + rdfs:label "Associations" ; + sh:order 2 . + +dy:AsynchronousMachineDynamics.AsynchronousMachine-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineDynamics.AsynchronousMachine-cardinality" ; + sh:order 2701 ; + sh:path cim:AsynchronousMachineDynamics.AsynchronousMachine ; + sh:severity sh:Violation . + +dy:AsynchronousMachineDynamics.AsynchronousMachine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachine ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachine." ; + sh:name "AsynchronousMachineDynamics.AsynchronousMachine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 42 ; + sh:path cim:AsynchronousMachineDynamics.AsynchronousMachine ; + sh:severity sh:Violation . + +dy:AsynchronousMachineEquivalentCircuit + rdf:type sh:NodeShape ; + sh:property dy:AsynchronousMachineEquivalentCircuit.rr2-datatype , dy:AsynchronousMachineEquivalentCircuit.xlr1-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:AsynchronousMachineDynamics.AsynchronousMachine-valueType , dy:AsynchronousMachineEquivalentCircuit.xm-cardinality , dy:IdentifiedObject.name-datatype , dy:RotatingMachineDynamics.statorResistance-datatype , dy:RotatingMachineDynamics.inertia-datatype , dy:RotatingMachineDynamics.saturationFactor-datatype , dy:AsynchronousMachineEquivalentCircuit.rr2-cardinality , dy:RotatingMachineDynamics.saturationFactor120-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-datatype , dy:RotatingMachineDynamics.statorLeakageReactance-datatype , dy:RotatingMachineDynamics.damping-datatype , dy:AsynchronousMachineEquivalentCircuit.xlr1-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:RotatingMachineDynamics.saturationFactor-cardinality , dy:AsynchronousMachineEquivalentCircuit.xm-datatype , dy:AsynchronousMachineEquivalentCircuit.xlr2-cardinality , dy:RotatingMachineDynamics.damping-cardinality , dy:AsynchronousMachineEquivalentCircuit.rr1-cardinality , dy:RotatingMachineDynamics.statorLeakageReactance-cardinality , dy:AsynchronousMachineEquivalentCircuit.xlr2-datatype , dy:RotatingMachineDynamics.inertia-cardinality , dy:IdentifiedObject.description-cardinality , dy:AsynchronousMachineDynamics.AsynchronousMachine-cardinality , dy:RotatingMachineDynamics.statorResistance-cardinality , dy:AsynchronousMachineEquivalentCircuit.rr1-datatype , dy:RotatingMachineDynamics.saturationFactor120-datatype ; + sh:targetClass cim:AsynchronousMachineEquivalentCircuit . + +dy:AsynchronousMachineEquivalentCircuit.rr1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rr1)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineEquivalentCircuit.rr1-cardinality" ; + sh:order 46 ; + sh:path cim:AsynchronousMachineEquivalentCircuit.rr1 ; + sh:severity sh:Violation . + +dy:AsynchronousMachineEquivalentCircuit.rr1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rr1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachineEquivalentCircuit.rr1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 46 ; + sh:path cim:AsynchronousMachineEquivalentCircuit.rr1 ; + sh:severity sh:Violation . + +dy:AsynchronousMachineEquivalentCircuit.rr2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rr2)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineEquivalentCircuit.rr2-cardinality" ; + sh:order 48 ; + sh:path cim:AsynchronousMachineEquivalentCircuit.rr2 ; + sh:severity sh:Violation . + +dy:AsynchronousMachineEquivalentCircuit.rr2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rr2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachineEquivalentCircuit.rr2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 48 ; + sh:path cim:AsynchronousMachineEquivalentCircuit.rr2 ; + sh:severity sh:Violation . + +dy:AsynchronousMachineEquivalentCircuit.xlr1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xlr1)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineEquivalentCircuit.xlr1-cardinality" ; + sh:order 47 ; + sh:path cim:AsynchronousMachineEquivalentCircuit.xlr1 ; + sh:severity sh:Violation . + +dy:AsynchronousMachineEquivalentCircuit.xlr1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xlr1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachineEquivalentCircuit.xlr1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 47 ; + sh:path cim:AsynchronousMachineEquivalentCircuit.xlr1 ; + sh:severity sh:Violation . + +dy:AsynchronousMachineEquivalentCircuit.xlr2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xlr2)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineEquivalentCircuit.xlr2-cardinality" ; + sh:order 49 ; + sh:path cim:AsynchronousMachineEquivalentCircuit.xlr2 ; + sh:severity sh:Violation . + +dy:AsynchronousMachineEquivalentCircuit.xlr2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xlr2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachineEquivalentCircuit.xlr2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 49 ; + sh:path cim:AsynchronousMachineEquivalentCircuit.xlr2 ; + sh:severity sh:Violation . + +dy:AsynchronousMachineEquivalentCircuit.xm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xm)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineEquivalentCircuit.xm-cardinality" ; + sh:order 45 ; + sh:path cim:AsynchronousMachineEquivalentCircuit.xm ; + sh:severity sh:Violation . + +dy:AsynchronousMachineEquivalentCircuit.xm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachineEquivalentCircuit.xm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 45 ; + sh:path cim:AsynchronousMachineEquivalentCircuit.xm ; + sh:severity sh:Violation . + +dy:AsynchronousMachineTimeConstantReactance + rdf:type sh:NodeShape ; + sh:property dy:RotatingMachineDynamics.saturationFactor-datatype , dy:RotatingMachineDynamics.damping-datatype , dy:RotatingMachineDynamics.statorResistance-datatype , dy:RotatingMachineDynamics.statorLeakageReactance-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:AsynchronousMachineTimeConstantReactance.xp-datatype , dy:AsynchronousMachineTimeConstantReactance.xp-cardinality , dy:AsynchronousMachineTimeConstantReactance.tpo-datatype , dy:AsynchronousMachineTimeConstantReactance.tpo-cardinality , dy:IdentifiedObject.mRID-datatype , dy:RotatingMachineDynamics.damping-cardinality , dy:AsynchronousMachineDynamics.AsynchronousMachine-valueType , dy:RotatingMachineDynamics.saturationFactor120-cardinality , dy:AsynchronousMachineTimeConstantReactance.xs-cardinality , dy:AsynchronousMachineTimeConstantReactance.xs-datatype , dy:IdentifiedObject.mRID-cardinality , dy:RotatingMachineDynamics.statorLeakageReactance-datatype , dy:AsynchronousMachineTimeConstantReactance.tppo-cardinality , dy:RotatingMachineDynamics.saturationFactor-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.description-cardinality , dy:AsynchronousMachineTimeConstantReactance.xpp-cardinality , dy:AsynchronousMachineTimeConstantReactance.xpp-datatype , dy:RotatingMachineDynamics.inertia-datatype , dy:IdentifiedObject.description-datatype , dy:RotatingMachineDynamics.inertia-cardinality , dy:AsynchronousMachineDynamics.AsynchronousMachine-cardinality , dy:RotatingMachineDynamics.saturationFactor120-datatype , dy:RotatingMachineDynamics.statorResistance-cardinality , dy:AsynchronousMachineTimeConstantReactance.tppo-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality ; + sh:targetClass cim:AsynchronousMachineTimeConstantReactance . + +dy:AsynchronousMachineTimeConstantReactance.tpo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpo)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineTimeConstantReactance.tpo-cardinality" ; + sh:order 43 ; + sh:path cim:AsynchronousMachineTimeConstantReactance.tpo ; + sh:severity sh:Violation . + +dy:AsynchronousMachineTimeConstantReactance.tpo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachineTimeConstantReactance.tpo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path cim:AsynchronousMachineTimeConstantReactance.tpo ; + sh:severity sh:Violation . + +dy:AsynchronousMachineTimeConstantReactance.tppo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tppo)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineTimeConstantReactance.tppo-cardinality" ; + sh:order 44 ; + sh:path cim:AsynchronousMachineTimeConstantReactance.tppo ; + sh:severity sh:Violation . + +dy:AsynchronousMachineTimeConstantReactance.tppo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tppo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachineTimeConstantReactance.tppo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 44 ; + sh:path cim:AsynchronousMachineTimeConstantReactance.tppo ; + sh:severity sh:Violation . + +dy:AsynchronousMachineTimeConstantReactance.xp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xp)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineTimeConstantReactance.xp-cardinality" ; + sh:order 41 ; + sh:path cim:AsynchronousMachineTimeConstantReactance.xp ; + sh:severity sh:Violation . + +dy:AsynchronousMachineTimeConstantReactance.xp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachineTimeConstantReactance.xp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path cim:AsynchronousMachineTimeConstantReactance.xp ; + sh:severity sh:Violation . + +dy:AsynchronousMachineTimeConstantReactance.xpp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xpp)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineTimeConstantReactance.xpp-cardinality" ; + sh:order 42 ; + sh:path cim:AsynchronousMachineTimeConstantReactance.xpp ; + sh:severity sh:Violation . + +dy:AsynchronousMachineTimeConstantReactance.xpp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xpp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachineTimeConstantReactance.xpp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 42 ; + sh:path cim:AsynchronousMachineTimeConstantReactance.xpp ; + sh:severity sh:Violation . + +dy:AsynchronousMachineTimeConstantReactance.xs-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xs)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineTimeConstantReactance.xs-cardinality" ; + sh:order 40 ; + sh:path cim:AsynchronousMachineTimeConstantReactance.xs ; + sh:severity sh:Violation . + +dy:AsynchronousMachineTimeConstantReactance.xs-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xs." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachineTimeConstantReactance.xs-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 40 ; + sh:path cim:AsynchronousMachineTimeConstantReactance.xs ; + sh:severity sh:Violation . + +dy:AsynchronousMachineUserDefined + rdf:type sh:NodeShape ; + sh:property dy:RotatingMachineDynamics.saturationFactor120-datatype , dy:AsynchronousMachineUserDefined.proprietary-datatype , dy:AsynchronousMachineDynamics.AsynchronousMachine-cardinality , dy:IdentifiedObject.mRID-datatype , dy:RotatingMachineDynamics.damping-cardinality , dy:RotatingMachineDynamics.saturationFactor-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:RotatingMachineDynamics.saturationFactor-cardinality , dy:RotatingMachineDynamics.inertia-cardinality , dy:RotatingMachineDynamics.saturationFactor120-cardinality , dy:IdentifiedObject.name-cardinality , dy:AsynchronousMachineUserDefined.proprietary-cardinality , dy:RotatingMachineDynamics.statorResistance-datatype , dy:RotatingMachineDynamics.statorResistance-cardinality , dy:RotatingMachineDynamics.damping-datatype , dy:IdentifiedObject.name-datatype , dy:RotatingMachineDynamics.inertia-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.mRID-cardinality , dy:AsynchronousMachineDynamics.AsynchronousMachine-valueType , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality , dy:RotatingMachineDynamics.statorLeakageReactance-cardinality , dy:RotatingMachineDynamics.statorLeakageReactance-datatype ; + sh:targetClass cim:AsynchronousMachineUserDefined . + +dy:AsynchronousMachineUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachineUserDefined.proprietary-cardinality" ; + sh:order 2674 ; + sh:path cim:AsynchronousMachineUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:AsynchronousMachineUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachineUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2674 ; + sh:path cim:AsynchronousMachineUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:CSCDynamics.CSConverter-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "CSCDynamics.CSConverter-cardinality" ; + sh:order 2763 ; + sh:path cim:CSCDynamics.CSConverter ; + sh:severity sh:Violation . + +dy:CSCDynamics.CSConverter-valueType + rdf:type sh:PropertyShape ; + sh:class cim:CsConverter ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:CsConverter." ; + sh:name "CSCDynamics.CSConverter-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 556 ; + sh:path cim:CSCDynamics.CSConverter ; + sh:severity sh:Violation . + +dy:CSCUserDefined rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.name-cardinality , dy:CSCUserDefined.proprietary-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-cardinality , dy:CSCUserDefined.proprietary-cardinality , dy:IdentifiedObject.description-datatype , dy:CSCDynamics.CSConverter-valueType , dy:CSCDynamics.CSConverter-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality ; + sh:targetClass cim:CSCUserDefined . + +dy:CSCUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "CSCUserDefined.proprietary-cardinality" ; + sh:order 2667 ; + sh:path cim:CSCUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:CSCUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CSCUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2667 ; + sh:path cim:CSCUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:CardinalityGroup rdf:type sh:PropertyGroup ; + rdfs:label "Cardinality" ; + sh:order 0 . + +dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics-cardinality" ; + sh:order 2702 ; + sh:path cim:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineUserDefined-valueType dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineSimplified-valueType ) . + +dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineEquivalentCircuit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineEquivalentCircuit." ; + sh:name "CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 44 ; + sh:path cim:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineSimplified-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineSimplified ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineSimplified." ; + sh:name "CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineSimplified-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 46 ; + sh:path cim:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineTimeConstantReactance ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineTimeConstantReactance." ; + sh:name "CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 45 ; + sh:path cim:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineUserDefined." ; + sh:name "CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamicsSynchronousMachineUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 43 ; + sh:path cim:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics-cardinality" ; + sh:order 2703 ; + sh:path cim:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineUserDefined-valueType dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineSimplified-valueType ) . + +dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineEquivalentCircuit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineEquivalentCircuit." ; + sh:name "CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 48 ; + sh:path cim:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineSimplified-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineSimplified ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineSimplified." ; + sh:name "CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineSimplified-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 50 ; + sh:path cim:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineTimeConstantReactance ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineTimeConstantReactance." ; + sh:name "CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 49 ; + sh:path cim:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineUserDefined." ; + sh:name "CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamicsSynchronousMachineUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 47 ; + sh:path cim:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:DatatypesGroup rdf:type sh:PropertyGroup ; + rdfs:label "Datatypes" ; + sh:order 1 . + +dy:DiscExcContIEEEDEC1A + rdf:type sh:NodeShape ; + sh:property dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics-valueType , dy:DiscExcContIEEEDEC1A.vtc-cardinality , dy:DiscExcContIEEEDEC1A.vsmin-cardinality , dy:DiscExcContIEEEDEC1A.vtc-datatype , dy:DiscExcContIEEEDEC1A.tw5-cardinality , dy:DiscExcContIEEEDEC1A.val-datatype , dy:DiscExcContIEEEDEC1A.tan-cardinality , dy:DiscExcContIEEEDEC1A.vsmin-datatype , dy:DiscExcContIEEEDEC1A.tl1-cardinality , dy:DiscExcContIEEEDEC1A.vomin-cardinality , dy:IdentifiedObject.description-datatype , dy:DiscExcContIEEEDEC1A.esc-cardinality , dy:DiscExcContIEEEDEC1A.vtlmt-cardinality , dy:DiscExcContIEEEDEC1A.vtm-datatype , dy:DiscExcContIEEEDEC1A.tan-datatype , dy:DiscExcContIEEEDEC1A.td-datatype , dy:DiscExcContIEEEDEC1A.esc-datatype , dy:DiscExcContIEEEDEC1A.vanmax-datatype , dy:DiscExcContIEEEDEC1A.val-cardinality , dy:DiscExcContIEEEDEC1A.vsmax-datatype , dy:DiscExcContIEEEDEC1A.ketl-cardinality , dy:DiscExcContIEEEDEC1A.vomax-datatype , dy:DiscExcContIEEEDEC1A.vomax-cardinality , dy:DiscExcContIEEEDEC1A.vomin-datatype , dy:DiscExcContIEEEDEC1A.tl2-cardinality , dy:DiscExcContIEEEDEC1A.vsmax-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:DiscExcContIEEEDEC1A.kan-cardinality , dy:DiscExcContIEEEDEC1A.vtlmt-datatype , dy:DiscExcContIEEEDEC1A.vtn-datatype , dy:DiscExcContIEEEDEC1A.vtm-cardinality , dy:DiscExcContIEEEDEC1A.ketl-datatype , dy:DiscExcContIEEEDEC1A.tl1-datatype , dy:DiscExcContIEEEDEC1A.vanmax-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:DiscExcContIEEEDEC1A.tl2-datatype , dy:DiscExcContIEEEDEC1A.vtn-cardinality , dy:DiscExcContIEEEDEC1A.td-cardinality , dy:IdentifiedObject.name-datatype , dy:DiscExcContIEEEDEC1A.kan-datatype , dy:IdentifiedObject.mRID-datatype , dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics-cardinality , dy:DiscExcContIEEEDEC1A.tw5-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality ; + sh:targetClass cim:DiscExcContIEEEDEC1A . + +dy:DiscExcContIEEEDEC1A.esc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (esc)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.esc-cardinality" ; + sh:order 2394 ; + sh:path cim:DiscExcContIEEEDEC1A.esc ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.esc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the esc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.esc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2394 ; + sh:path cim:DiscExcContIEEEDEC1A.esc ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.kan-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kan)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.kan-cardinality" ; + sh:order 2395 ; + sh:path cim:DiscExcContIEEEDEC1A.kan ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.kan-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kan." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.kan-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2395 ; + sh:path cim:DiscExcContIEEEDEC1A.kan ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.ketl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ketl)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.ketl-cardinality" ; + sh:order 2391 ; + sh:path cim:DiscExcContIEEEDEC1A.ketl ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.ketl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ketl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.ketl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2391 ; + sh:path cim:DiscExcContIEEEDEC1A.ketl ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.tan-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tan)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.tan-cardinality" ; + sh:order 2396 ; + sh:path cim:DiscExcContIEEEDEC1A.tan ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.tan-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tan." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.tan-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2396 ; + sh:path cim:DiscExcContIEEEDEC1A.tan ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.td-cardinality" ; + sh:order 2400 ; + sh:path cim:DiscExcContIEEEDEC1A.td ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2400 ; + sh:path cim:DiscExcContIEEEDEC1A.td ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.tl1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl1)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.tl1-cardinality" ; + sh:order 2401 ; + sh:path cim:DiscExcContIEEEDEC1A.tl1 ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.tl1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.tl1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2401 ; + sh:path cim:DiscExcContIEEEDEC1A.tl1 ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.tl2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl2)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.tl2-cardinality" ; + sh:order 2402 ; + sh:path cim:DiscExcContIEEEDEC1A.tl2 ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.tl2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.tl2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2402 ; + sh:path cim:DiscExcContIEEEDEC1A.tl2 ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.tw5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw5)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.tw5-cardinality" ; + sh:order 2397 ; + sh:path cim:DiscExcContIEEEDEC1A.tw5 ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.tw5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.tw5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2397 ; + sh:path cim:DiscExcContIEEEDEC1A.tw5 ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.val-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (val)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.val-cardinality" ; + sh:order 2393 ; + sh:path cim:DiscExcContIEEEDEC1A.val ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.val-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the val." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.val-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2393 ; + sh:path cim:DiscExcContIEEEDEC1A.val ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vanmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vanmax)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.vanmax-cardinality" ; + sh:order 2405 ; + sh:path cim:DiscExcContIEEEDEC1A.vanmax ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vanmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vanmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.vanmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2405 ; + sh:path cim:DiscExcContIEEEDEC1A.vanmax ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vomax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vomax)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.vomax-cardinality" ; + sh:order 2389 ; + sh:path cim:DiscExcContIEEEDEC1A.vomax ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vomax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vomax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.vomax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2389 ; + sh:path cim:DiscExcContIEEEDEC1A.vomax ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vomin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vomin)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.vomin-cardinality" ; + sh:order 2390 ; + sh:path cim:DiscExcContIEEEDEC1A.vomin ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vomin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vomin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.vomin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2390 ; + sh:path cim:DiscExcContIEEEDEC1A.vomin ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vsmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmax)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.vsmax-cardinality" ; + sh:order 2398 ; + sh:path cim:DiscExcContIEEEDEC1A.vsmax ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vsmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.vsmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2398 ; + sh:path cim:DiscExcContIEEEDEC1A.vsmax ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vsmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmin)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.vsmin-cardinality" ; + sh:order 2399 ; + sh:path cim:DiscExcContIEEEDEC1A.vsmin ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vsmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.vsmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2399 ; + sh:path cim:DiscExcContIEEEDEC1A.vsmin ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vtc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vtc)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.vtc-cardinality" ; + sh:order 2392 ; + sh:path cim:DiscExcContIEEEDEC1A.vtc ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vtc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vtc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.vtc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2392 ; + sh:path cim:DiscExcContIEEEDEC1A.vtc ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vtlmt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vtlmt)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.vtlmt-cardinality" ; + sh:order 2388 ; + sh:path cim:DiscExcContIEEEDEC1A.vtlmt ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vtlmt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vtlmt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.vtlmt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2388 ; + sh:path cim:DiscExcContIEEEDEC1A.vtlmt ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vtm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vtm)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.vtm-cardinality" ; + sh:order 2403 ; + sh:path cim:DiscExcContIEEEDEC1A.vtm ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vtm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vtm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.vtm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2403 ; + sh:path cim:DiscExcContIEEEDEC1A.vtm ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vtn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vtn)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC1A.vtn-cardinality" ; + sh:order 2404 ; + sh:path cim:DiscExcContIEEEDEC1A.vtn ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC1A.vtn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vtn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC1A.vtn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2404 ; + sh:path cim:DiscExcContIEEEDEC1A.vtn ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC2A + rdf:type sh:NodeShape ; + sh:property dy:DynamicsFunctionBlock.enabled-cardinality , dy:DiscExcContIEEEDEC2A.vk-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.name-datatype , dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics-cardinality , dy:DiscExcContIEEEDEC2A.td2-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:DiscExcContIEEEDEC2A.td1-cardinality , dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics-valueType , dy:DiscExcContIEEEDEC2A.td2-datatype , dy:DiscExcContIEEEDEC2A.vdmin-datatype , dy:DiscExcContIEEEDEC2A.vdmin-cardinality , dy:DiscExcContIEEEDEC2A.vk-cardinality , dy:IdentifiedObject.mRID-datatype , dy:DiscExcContIEEEDEC2A.vdmax-cardinality , dy:DiscExcContIEEEDEC2A.vdmax-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.description-datatype , dy:DiscExcContIEEEDEC2A.td1-datatype , dy:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:DiscExcContIEEEDEC2A . + +dy:DiscExcContIEEEDEC2A.td1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td1)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC2A.td1-cardinality" ; + sh:order 2407 ; + sh:path cim:DiscExcContIEEEDEC2A.td1 ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC2A.td1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC2A.td1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2407 ; + sh:path cim:DiscExcContIEEEDEC2A.td1 ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC2A.td2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td2)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC2A.td2-cardinality" ; + sh:order 2408 ; + sh:path cim:DiscExcContIEEEDEC2A.td2 ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC2A.td2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC2A.td2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2408 ; + sh:path cim:DiscExcContIEEEDEC2A.td2 ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC2A.vdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vdmax)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC2A.vdmax-cardinality" ; + sh:order 2410 ; + sh:path cim:DiscExcContIEEEDEC2A.vdmax ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC2A.vdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC2A.vdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2410 ; + sh:path cim:DiscExcContIEEEDEC2A.vdmax ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC2A.vdmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vdmin)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC2A.vdmin-cardinality" ; + sh:order 2409 ; + sh:path cim:DiscExcContIEEEDEC2A.vdmin ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC2A.vdmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vdmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC2A.vdmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2409 ; + sh:path cim:DiscExcContIEEEDEC2A.vdmin ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC2A.vk-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vk)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC2A.vk-cardinality" ; + sh:order 2406 ; + sh:path cim:DiscExcContIEEEDEC2A.vk ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC2A.vk-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vk." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC2A.vk-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2406 ; + sh:path cim:DiscExcContIEEEDEC2A.vk ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC3A + rdf:type sh:NodeShape ; + sh:property dy:DynamicsFunctionBlock.enabled-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.description-cardinality , dy:DiscExcContIEEEDEC3A.vtmin-cardinality , dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.name-datatype , dy:DiscExcContIEEEDEC3A.tdr-cardinality , dy:DiscExcContIEEEDEC3A.tdr-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-cardinality , dy:DiscExcContIEEEDEC3A.vtmin-datatype , dy:IdentifiedObject.mRID-datatype , dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics-cardinality ; + sh:targetClass cim:DiscExcContIEEEDEC3A . + +dy:DiscExcContIEEEDEC3A.tdr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tdr)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC3A.tdr-cardinality" ; + sh:order 2412 ; + sh:path cim:DiscExcContIEEEDEC3A.tdr ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC3A.tdr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tdr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC3A.tdr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2412 ; + sh:path cim:DiscExcContIEEEDEC3A.tdr ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC3A.vtmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vtmin)." ; + sh:minCount 1 ; + sh:name "DiscExcContIEEEDEC3A.vtmin-cardinality" ; + sh:order 2411 ; + sh:path cim:DiscExcContIEEEDEC3A.vtmin ; + sh:severity sh:Violation . + +dy:DiscExcContIEEEDEC3A.vtmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vtmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscExcContIEEEDEC3A.vtmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2411 ; + sh:path cim:DiscExcContIEEEDEC3A.vtmin ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics-cardinality" ; + sh:order 2713 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST7B-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST6B-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST4B-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST3A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST2A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST1A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcSK-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcSEXS-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcSCRX-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcRQB-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcREXS-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcPIC-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcOEX3T-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcNI-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcHU-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcELIN2-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcELIN1-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC3A1-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC3A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC2A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC1A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcCZ-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcBBC-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR7-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR5-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR4-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR3-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR2-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR1-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcANS-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC8B-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC6A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC5A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC4A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC3A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC2A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC1A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType ) . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC1A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 310 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC2A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 309 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC3A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 308 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC4A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 307 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC5A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 306 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC6A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 305 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC8B." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 304 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcANS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcANS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcANS." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcANS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 303 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR1." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 302 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR2." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 301 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR3-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR3 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR3." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR3-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 300 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR4-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR4 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR4." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR4-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 299 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR5-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR5 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR5." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR5-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 298 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR7-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR7 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR7." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcAVR7-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 297 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcBBC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcBBC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcBBC." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcBBC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 296 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcCZ-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcCZ ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcCZ." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcCZ-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 295 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC1A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 294 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC2A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 293 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 292 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC3A1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A1." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcDC3A1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 291 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcELIN1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN1." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcELIN1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 290 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcELIN2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN2." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcELIN2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 289 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcHU-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcHU ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcHU." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcHU-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 288 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC1A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 329 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC2A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 328 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC3A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 327 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC4A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 326 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC5A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 325 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC6A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 324 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC7B." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 323 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC8B." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 322 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC1A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 321 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC2A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 320 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC3A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 319 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC4B." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 318 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST1A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 317 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST2A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 316 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST3A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 315 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST4B." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 314 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST5B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST5B." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 313 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST6B." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 312 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST7B." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 311 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcNI-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcNI ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcNI." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcNI-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 287 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcOEX3T-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcOEX3T ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcOEX3T." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcOEX3T-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 286 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcPIC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcPIC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcPIC." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcPIC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 285 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcREXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcREXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcREXS." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcREXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 284 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcRQB-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcRQB ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcRQB." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcRQB-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 283 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcSCRX-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSCRX ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSCRX." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcSCRX-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 282 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcSEXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSEXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSEXS." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcSEXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 281 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcSK-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSK ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSK." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcSK-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 280 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST1A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 279 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST2A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 278 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST3A." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 277 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST4B." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 276 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST6B." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 275 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST7B." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 274 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcitationSystemUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcitationSystemUserDefined." ; + sh:name "DiscontinuousExcitationControlDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 273 ; + sh:path cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlUserDefined + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.mRID-datatype , dy:DiscontinuousExcitationControlUserDefined.proprietary-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:DiscontinuousExcitationControlUserDefined.proprietary-cardinality , dy:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics-cardinality ; + sh:targetClass cim:DiscontinuousExcitationControlUserDefined . + +dy:DiscontinuousExcitationControlUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "DiscontinuousExcitationControlUserDefined.proprietary-cardinality" ; + sh:order 2682 ; + sh:path cim:DiscontinuousExcitationControlUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:DiscontinuousExcitationControlUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DiscontinuousExcitationControlUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2682 ; + sh:path cim:DiscontinuousExcitationControlUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:DynamicsFunctionBlock.enabled-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (enabled)." ; + sh:minCount 1 ; + sh:name "DynamicsFunctionBlock.enabled-cardinality" ; + sh:order 4 ; + sh:path cim:DynamicsFunctionBlock.enabled ; + sh:severity sh:Violation . + +dy:DynamicsFunctionBlock.enabled-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the enabled." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DynamicsFunctionBlock.enabled-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path cim:DynamicsFunctionBlock.enabled ; + sh:severity sh:Violation . + +dy:EnergyConsumer rdf:type sh:NodeShape ; + sh:property dy:EnergyConsumer.LoadDynamics-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality ; + sh:targetClass cim:EnergyConsumer . + +dy:EnergyConsumer.LoadDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergyConsumer.LoadDynamics-cardinality" ; + sh:order 2693 ; + sh:path cim:EnergyConsumer.LoadDynamics ; + sh:severity sh:Violation . + +dy:EnergyConsumer.LoadDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:EnergyConsumer.LoadDynamicsLoadUserDefined-valueType dy:EnergyConsumer.LoadDynamicsLoadAggregate-valueType dy:EnergyConsumer.LoadDynamicsLoadGenericNonLinear-valueType dy:EnergyConsumer.LoadDynamicsLoadComposite-valueType ) . + +dy:EnergyConsumer.LoadDynamicsLoadAggregate-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadAggregate ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadAggregate." ; + sh:name "EnergyConsumer.LoadDynamicsLoadAggregate-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path cim:EnergyConsumer.LoadDynamics ; + sh:severity sh:Violation . + +dy:EnergyConsumer.LoadDynamicsLoadComposite-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadComposite ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadComposite." ; + sh:name "EnergyConsumer.LoadDynamicsLoadComposite-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path cim:EnergyConsumer.LoadDynamics ; + sh:severity sh:Violation . + +dy:EnergyConsumer.LoadDynamicsLoadGenericNonLinear-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadGenericNonLinear ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadGenericNonLinear." ; + sh:name "EnergyConsumer.LoadDynamicsLoadGenericNonLinear-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path cim:EnergyConsumer.LoadDynamics ; + sh:severity sh:Violation . + +dy:EnergyConsumer.LoadDynamicsLoadUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadUserDefined." ; + sh:name "EnergyConsumer.LoadDynamicsLoadUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path cim:EnergyConsumer.LoadDynamics ; + sh:severity sh:Violation . + +dy:ExcAC1A rdf:type sh:NodeShape ; + sh:property dy:ExcAC1A.kf2-datatype , dy:ExcAC1A.te-cardinality , dy:ExcAC1A.kf2-cardinality , dy:ExcAC1A.vrmax-cardinality , dy:ExcAC1A.tb-cardinality , dy:ExcAC1A.ks-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcAC1A.tc-datatype , dy:ExcAC1A.kc-datatype , dy:ExcAC1A.vrmin-cardinality , dy:ExcAC1A.vrmin-datatype , dy:ExcAC1A.ta-cardinality , dy:ExcAC1A.kf1-datatype , dy:ExcAC1A.tf-cardinality , dy:ExcAC1A.ka-datatype , dy:ExcAC1A.kf1-cardinality , dy:ExcAC1A.seve2-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcAC1A.seve1-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcAC1A.seve1-cardinality , dy:ExcAC1A.kf-cardinality , dy:ExcAC1A.te-datatype , dy:ExcAC1A.ka-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcAC1A.hvlvgates-cardinality , dy:ExcAC1A.vamax-cardinality , dy:ExcAC1A.ks-cardinality , dy:ExcAC1A.kd-datatype , dy:ExcAC1A.kc-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcAC1A.tf-datatype , dy:ExcAC1A.ve2-cardinality , dy:ExcAC1A.tb-datatype , dy:ExcAC1A.vamax-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcAC1A.kf-datatype , dy:ExcAC1A.vamin-datatype , dy:ExcAC1A.ve1-datatype , dy:ExcAC1A.vrmax-datatype , dy:ExcAC1A.kd-cardinality , dy:ExcAC1A.vamin-cardinality , dy:ExcAC1A.seve2-cardinality , dy:ExcAC1A.tc-cardinality , dy:ExcAC1A.ve1-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcAC1A.ke-cardinality , dy:ExcAC1A.ta-datatype , dy:ExcAC1A.ve2-datatype , dy:IdentifiedObject.name-datatype , dy:ExcAC1A.hvlvgates-datatype , dy:ExcAC1A.ke-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality ; + sh:targetClass cim:ExcAC1A . + +dy:ExcAC1A.hvlvgates-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hvlvgates)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.hvlvgates-cardinality" ; + sh:order 1307 ; + sh:path cim:ExcAC1A.hvlvgates ; + sh:severity sh:Violation . + +dy:ExcAC1A.hvlvgates-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the hvlvgates." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.hvlvgates-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1307 ; + sh:path cim:ExcAC1A.hvlvgates ; + sh:severity sh:Violation . + +dy:ExcAC1A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.ka-cardinality" ; + sh:order 1288 ; + sh:path cim:ExcAC1A.ka ; + sh:severity sh:Violation . + +dy:ExcAC1A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1288 ; + sh:path cim:ExcAC1A.ka ; + sh:severity sh:Violation . + +dy:ExcAC1A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.kc-cardinality" ; + sh:order 1298 ; + sh:path cim:ExcAC1A.kc ; + sh:severity sh:Violation . + +dy:ExcAC1A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1298 ; + sh:path cim:ExcAC1A.kc ; + sh:severity sh:Violation . + +dy:ExcAC1A.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.kd-cardinality" ; + sh:order 1299 ; + sh:path cim:ExcAC1A.kd ; + sh:severity sh:Violation . + +dy:ExcAC1A.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1299 ; + sh:path cim:ExcAC1A.kd ; + sh:severity sh:Violation . + +dy:ExcAC1A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.ke-cardinality" ; + sh:order 1300 ; + sh:path cim:ExcAC1A.ke ; + sh:severity sh:Violation . + +dy:ExcAC1A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1300 ; + sh:path cim:ExcAC1A.ke ; + sh:severity sh:Violation . + +dy:ExcAC1A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.kf-cardinality" ; + sh:order 1293 ; + sh:path cim:ExcAC1A.kf ; + sh:severity sh:Violation . + +dy:ExcAC1A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1293 ; + sh:path cim:ExcAC1A.kf ; + sh:severity sh:Violation . + +dy:ExcAC1A.kf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf1)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.kf1-cardinality" ; + sh:order 1294 ; + sh:path cim:ExcAC1A.kf1 ; + sh:severity sh:Violation . + +dy:ExcAC1A.kf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.kf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1294 ; + sh:path cim:ExcAC1A.kf1 ; + sh:severity sh:Violation . + +dy:ExcAC1A.kf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf2)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.kf2-cardinality" ; + sh:order 1295 ; + sh:path cim:ExcAC1A.kf2 ; + sh:severity sh:Violation . + +dy:ExcAC1A.kf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.kf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1295 ; + sh:path cim:ExcAC1A.kf2 ; + sh:severity sh:Violation . + +dy:ExcAC1A.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.ks-cardinality" ; + sh:order 1296 ; + sh:path cim:ExcAC1A.ks ; + sh:severity sh:Violation . + +dy:ExcAC1A.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1296 ; + sh:path cim:ExcAC1A.ks ; + sh:severity sh:Violation . + +dy:ExcAC1A.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.seve1-cardinality" ; + sh:order 1302 ; + sh:path cim:ExcAC1A.seve1 ; + sh:severity sh:Violation . + +dy:ExcAC1A.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1302 ; + sh:path cim:ExcAC1A.seve1 ; + sh:severity sh:Violation . + +dy:ExcAC1A.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.seve2-cardinality" ; + sh:order 1304 ; + sh:path cim:ExcAC1A.seve2 ; + sh:severity sh:Violation . + +dy:ExcAC1A.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1304 ; + sh:path cim:ExcAC1A.seve2 ; + sh:severity sh:Violation . + +dy:ExcAC1A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.ta-cardinality" ; + sh:order 1289 ; + sh:path cim:ExcAC1A.ta ; + sh:severity sh:Violation . + +dy:ExcAC1A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1289 ; + sh:path cim:ExcAC1A.ta ; + sh:severity sh:Violation . + +dy:ExcAC1A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.tb-cardinality" ; + sh:order 1286 ; + sh:path cim:ExcAC1A.tb ; + sh:severity sh:Violation . + +dy:ExcAC1A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1286 ; + sh:path cim:ExcAC1A.tb ; + sh:severity sh:Violation . + +dy:ExcAC1A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.tc-cardinality" ; + sh:order 1287 ; + sh:path cim:ExcAC1A.tc ; + sh:severity sh:Violation . + +dy:ExcAC1A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1287 ; + sh:path cim:ExcAC1A.tc ; + sh:severity sh:Violation . + +dy:ExcAC1A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.te-cardinality" ; + sh:order 1292 ; + sh:path cim:ExcAC1A.te ; + sh:severity sh:Violation . + +dy:ExcAC1A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1292 ; + sh:path cim:ExcAC1A.te ; + sh:severity sh:Violation . + +dy:ExcAC1A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.tf-cardinality" ; + sh:order 1297 ; + sh:path cim:ExcAC1A.tf ; + sh:severity sh:Violation . + +dy:ExcAC1A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1297 ; + sh:path cim:ExcAC1A.tf ; + sh:severity sh:Violation . + +dy:ExcAC1A.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.vamax-cardinality" ; + sh:order 1290 ; + sh:path cim:ExcAC1A.vamax ; + sh:severity sh:Violation . + +dy:ExcAC1A.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1290 ; + sh:path cim:ExcAC1A.vamax ; + sh:severity sh:Violation . + +dy:ExcAC1A.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.vamin-cardinality" ; + sh:order 1291 ; + sh:path cim:ExcAC1A.vamin ; + sh:severity sh:Violation . + +dy:ExcAC1A.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1291 ; + sh:path cim:ExcAC1A.vamin ; + sh:severity sh:Violation . + +dy:ExcAC1A.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.ve1-cardinality" ; + sh:order 1301 ; + sh:path cim:ExcAC1A.ve1 ; + sh:severity sh:Violation . + +dy:ExcAC1A.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1301 ; + sh:path cim:ExcAC1A.ve1 ; + sh:severity sh:Violation . + +dy:ExcAC1A.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.ve2-cardinality" ; + sh:order 1303 ; + sh:path cim:ExcAC1A.ve2 ; + sh:severity sh:Violation . + +dy:ExcAC1A.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1303 ; + sh:path cim:ExcAC1A.ve2 ; + sh:severity sh:Violation . + +dy:ExcAC1A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.vrmax-cardinality" ; + sh:order 1305 ; + sh:path cim:ExcAC1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC1A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1305 ; + sh:path cim:ExcAC1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC1A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcAC1A.vrmin-cardinality" ; + sh:order 1306 ; + sh:path cim:ExcAC1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC1A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC1A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1306 ; + sh:path cim:ExcAC1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC2A rdf:type sh:NodeShape ; + sh:property dy:ExcAC2A.vrmin-cardinality , dy:ExcAC2A.hvgate-datatype , dy:ExcAC2A.ke-datatype , dy:ExcAC2A.vamin-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcAC2A.tb-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcAC2A.ve2-cardinality , dy:ExcAC2A.kh-cardinality , dy:ExcAC2A.tc-cardinality , dy:ExcAC2A.lvgate-datatype , dy:ExcAC2A.ve1-datatype , dy:ExcAC2A.vlr-datatype , dy:ExcAC2A.tc-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcAC2A.seve1-cardinality , dy:ExcAC2A.ks-datatype , dy:ExcAC2A.te-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcAC2A.kc-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcAC2A.ke-cardinality , dy:ExcAC2A.ks-cardinality , dy:ExcAC2A.vrmax-cardinality , dy:ExcAC2A.kh-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcAC2A.vamin-cardinality , dy:ExcAC2A.kf-cardinality , dy:ExcAC2A.seve1-datatype , dy:ExcAC2A.ka-cardinality , dy:ExcAC2A.ve1-cardinality , dy:ExcAC2A.kd-datatype , dy:ExcAC2A.hvgate-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcAC2A.vfemax-datatype , dy:ExcAC2A.seve2-datatype , dy:ExcAC2A.ka-datatype , dy:ExcAC2A.kb1-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcAC2A.tf-datatype , dy:ExcAC2A.ta-datatype , dy:ExcAC2A.ve2-datatype , dy:ExcAC2A.kb-datatype , dy:ExcAC2A.kb1-cardinality , dy:ExcAC2A.vfemax-cardinality , dy:ExcAC2A.kl-cardinality , dy:ExcAC2A.vrmax-datatype , dy:ExcAC2A.vlr-cardinality , dy:ExcAC2A.tf-cardinality , dy:ExcAC2A.kl1-datatype , dy:IdentifiedObject.name-datatype , dy:ExcAC2A.vamax-datatype , dy:ExcAC2A.kf-datatype , dy:ExcAC2A.kb-cardinality , dy:ExcAC2A.kl1-cardinality , dy:ExcAC2A.kd-cardinality , dy:ExcAC2A.ta-cardinality , dy:ExcAC2A.seve2-cardinality , dy:ExcAC2A.tb-datatype , dy:ExcAC2A.te-datatype , dy:ExcAC2A.vamax-cardinality , dy:ExcAC2A.kl-datatype , dy:ExcAC2A.vrmin-datatype , dy:ExcAC2A.kc-datatype , dy:ExcAC2A.lvgate-cardinality ; + sh:targetClass cim:ExcAC2A . + +dy:ExcAC2A.hvgate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hvgate)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.hvgate-cardinality" ; + sh:order 1334 ; + sh:path cim:ExcAC2A.hvgate ; + sh:severity sh:Violation . + +dy:ExcAC2A.hvgate-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the hvgate." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.hvgate-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1334 ; + sh:path cim:ExcAC2A.hvgate ; + sh:severity sh:Violation . + +dy:ExcAC2A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.ka-cardinality" ; + sh:order 1310 ; + sh:path cim:ExcAC2A.ka ; + sh:severity sh:Violation . + +dy:ExcAC2A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1310 ; + sh:path cim:ExcAC2A.ka ; + sh:severity sh:Violation . + +dy:ExcAC2A.kb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kb)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.kb-cardinality" ; + sh:order 1314 ; + sh:path cim:ExcAC2A.kb ; + sh:severity sh:Violation . + +dy:ExcAC2A.kb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.kb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1314 ; + sh:path cim:ExcAC2A.kb ; + sh:severity sh:Violation . + +dy:ExcAC2A.kb1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kb1)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.kb1-cardinality" ; + sh:order 1315 ; + sh:path cim:ExcAC2A.kb1 ; + sh:severity sh:Violation . + +dy:ExcAC2A.kb1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kb1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.kb1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1315 ; + sh:path cim:ExcAC2A.kb1 ; + sh:severity sh:Violation . + +dy:ExcAC2A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.kc-cardinality" ; + sh:order 1327 ; + sh:path cim:ExcAC2A.kc ; + sh:severity sh:Violation . + +dy:ExcAC2A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1327 ; + sh:path cim:ExcAC2A.kc ; + sh:severity sh:Violation . + +dy:ExcAC2A.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.kd-cardinality" ; + sh:order 1328 ; + sh:path cim:ExcAC2A.kd ; + sh:severity sh:Violation . + +dy:ExcAC2A.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1328 ; + sh:path cim:ExcAC2A.kd ; + sh:severity sh:Violation . + +dy:ExcAC2A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.ke-cardinality" ; + sh:order 1329 ; + sh:path cim:ExcAC2A.ke ; + sh:severity sh:Violation . + +dy:ExcAC2A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1329 ; + sh:path cim:ExcAC2A.ke ; + sh:severity sh:Violation . + +dy:ExcAC2A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.kf-cardinality" ; + sh:order 1321 ; + sh:path cim:ExcAC2A.kf ; + sh:severity sh:Violation . + +dy:ExcAC2A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1321 ; + sh:path cim:ExcAC2A.kf ; + sh:severity sh:Violation . + +dy:ExcAC2A.kh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.kh-cardinality" ; + sh:order 1320 ; + sh:path cim:ExcAC2A.kh ; + sh:severity sh:Violation . + +dy:ExcAC2A.kh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.kh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1320 ; + sh:path cim:ExcAC2A.kh ; + sh:severity sh:Violation . + +dy:ExcAC2A.kl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kl)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.kl-cardinality" ; + sh:order 1322 ; + sh:path cim:ExcAC2A.kl ; + sh:severity sh:Violation . + +dy:ExcAC2A.kl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.kl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1322 ; + sh:path cim:ExcAC2A.kl ; + sh:severity sh:Violation . + +dy:ExcAC2A.kl1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kl1)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.kl1-cardinality" ; + sh:order 1324 ; + sh:path cim:ExcAC2A.kl1 ; + sh:severity sh:Violation . + +dy:ExcAC2A.kl1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kl1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.kl1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1324 ; + sh:path cim:ExcAC2A.kl1 ; + sh:severity sh:Violation . + +dy:ExcAC2A.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.ks-cardinality" ; + sh:order 1325 ; + sh:path cim:ExcAC2A.ks ; + sh:severity sh:Violation . + +dy:ExcAC2A.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1325 ; + sh:path cim:ExcAC2A.ks ; + sh:severity sh:Violation . + +dy:ExcAC2A.lvgate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lvgate)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.lvgate-cardinality" ; + sh:order 1335 ; + sh:path cim:ExcAC2A.lvgate ; + sh:severity sh:Violation . + +dy:ExcAC2A.lvgate-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the lvgate." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.lvgate-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1335 ; + sh:path cim:ExcAC2A.lvgate ; + sh:severity sh:Violation . + +dy:ExcAC2A.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.seve1-cardinality" ; + sh:order 1331 ; + sh:path cim:ExcAC2A.seve1 ; + sh:severity sh:Violation . + +dy:ExcAC2A.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1331 ; + sh:path cim:ExcAC2A.seve1 ; + sh:severity sh:Violation . + +dy:ExcAC2A.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.seve2-cardinality" ; + sh:order 1333 ; + sh:path cim:ExcAC2A.seve2 ; + sh:severity sh:Violation . + +dy:ExcAC2A.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1333 ; + sh:path cim:ExcAC2A.seve2 ; + sh:severity sh:Violation . + +dy:ExcAC2A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.ta-cardinality" ; + sh:order 1311 ; + sh:path cim:ExcAC2A.ta ; + sh:severity sh:Violation . + +dy:ExcAC2A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1311 ; + sh:path cim:ExcAC2A.ta ; + sh:severity sh:Violation . + +dy:ExcAC2A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.tb-cardinality" ; + sh:order 1308 ; + sh:path cim:ExcAC2A.tb ; + sh:severity sh:Violation . + +dy:ExcAC2A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1308 ; + sh:path cim:ExcAC2A.tb ; + sh:severity sh:Violation . + +dy:ExcAC2A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.tc-cardinality" ; + sh:order 1309 ; + sh:path cim:ExcAC2A.tc ; + sh:severity sh:Violation . + +dy:ExcAC2A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1309 ; + sh:path cim:ExcAC2A.tc ; + sh:severity sh:Violation . + +dy:ExcAC2A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.te-cardinality" ; + sh:order 1318 ; + sh:path cim:ExcAC2A.te ; + sh:severity sh:Violation . + +dy:ExcAC2A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1318 ; + sh:path cim:ExcAC2A.te ; + sh:severity sh:Violation . + +dy:ExcAC2A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.tf-cardinality" ; + sh:order 1326 ; + sh:path cim:ExcAC2A.tf ; + sh:severity sh:Violation . + +dy:ExcAC2A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1326 ; + sh:path cim:ExcAC2A.tf ; + sh:severity sh:Violation . + +dy:ExcAC2A.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.vamax-cardinality" ; + sh:order 1312 ; + sh:path cim:ExcAC2A.vamax ; + sh:severity sh:Violation . + +dy:ExcAC2A.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1312 ; + sh:path cim:ExcAC2A.vamax ; + sh:severity sh:Violation . + +dy:ExcAC2A.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.vamin-cardinality" ; + sh:order 1313 ; + sh:path cim:ExcAC2A.vamin ; + sh:severity sh:Violation . + +dy:ExcAC2A.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1313 ; + sh:path cim:ExcAC2A.vamin ; + sh:severity sh:Violation . + +dy:ExcAC2A.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.ve1-cardinality" ; + sh:order 1330 ; + sh:path cim:ExcAC2A.ve1 ; + sh:severity sh:Violation . + +dy:ExcAC2A.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1330 ; + sh:path cim:ExcAC2A.ve1 ; + sh:severity sh:Violation . + +dy:ExcAC2A.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.ve2-cardinality" ; + sh:order 1332 ; + sh:path cim:ExcAC2A.ve2 ; + sh:severity sh:Violation . + +dy:ExcAC2A.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1332 ; + sh:path cim:ExcAC2A.ve2 ; + sh:severity sh:Violation . + +dy:ExcAC2A.vfemax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfemax)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.vfemax-cardinality" ; + sh:order 1319 ; + sh:path cim:ExcAC2A.vfemax ; + sh:severity sh:Violation . + +dy:ExcAC2A.vfemax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfemax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.vfemax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1319 ; + sh:path cim:ExcAC2A.vfemax ; + sh:severity sh:Violation . + +dy:ExcAC2A.vlr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vlr)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.vlr-cardinality" ; + sh:order 1323 ; + sh:path cim:ExcAC2A.vlr ; + sh:severity sh:Violation . + +dy:ExcAC2A.vlr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vlr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.vlr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1323 ; + sh:path cim:ExcAC2A.vlr ; + sh:severity sh:Violation . + +dy:ExcAC2A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.vrmax-cardinality" ; + sh:order 1316 ; + sh:path cim:ExcAC2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC2A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1316 ; + sh:path cim:ExcAC2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC2A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcAC2A.vrmin-cardinality" ; + sh:order 1317 ; + sh:path cim:ExcAC2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC2A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC2A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1317 ; + sh:path cim:ExcAC2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC3A rdf:type sh:NodeShape ; + sh:property dy:ExcAC3A.ks-datatype , dy:ExcAC3A.te-cardinality , dy:ExcAC3A.kr-datatype , dy:ExcAC3A.ta-cardinality , dy:ExcAC3A.ve2-datatype , dy:ExcAC3A.ke-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcAC3A.kc-cardinality , dy:IdentifiedObject.description-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcAC3A.te-datatype , dy:ExcAC3A.kf-datatype , dy:ExcAC3A.vamin-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcAC3A.ve1-cardinality , dy:ExcAC3A.seve1-cardinality , dy:ExcAC3A.vemin-datatype , dy:IdentifiedObject.name-datatype , dy:ExcAC3A.seve1-datatype , dy:ExcAC3A.kf2-datatype , dy:ExcAC3A.klv-cardinality , dy:ExcAC3A.kf2-cardinality , dy:ExcAC3A.ve1-datatype , dy:ExcAC3A.kn-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcAC3A.kc-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcAC3A.vemin-cardinality , dy:ExcAC3A.ka-datatype , dy:ExcAC3A.tc-datatype , dy:ExcAC3A.vamax-datatype , dy:ExcAC3A.vlv-datatype , dy:ExcAC3A.tf-cardinality , dy:ExcAC3A.kd-datatype , dy:ExcAC3A.tf-datatype , dy:ExcAC3A.kn-cardinality , dy:ExcAC3A.tc-cardinality , dy:ExcAC3A.kf1-cardinality , dy:ExcAC3A.klv-datatype , dy:ExcAC3A.ve2-cardinality , dy:ExcAC3A.seve2-cardinality , dy:ExcAC3A.tb-cardinality , dy:ExcAC3A.vfemax-datatype , dy:ExcAC3A.ke-cardinality , dy:ExcAC3A.seve2-datatype , dy:ExcAC3A.vfemax-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcAC3A.ka-cardinality , dy:ExcAC3A.tb-datatype , dy:ExcAC3A.kr-cardinality , dy:ExcAC3A.efdn-cardinality , dy:ExcAC3A.kd-cardinality , dy:ExcAC3A.ta-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.mRID-datatype , dy:ExcAC3A.vlv-cardinality , dy:ExcAC3A.kf-cardinality , dy:ExcAC3A.vamax-cardinality , dy:ExcAC3A.kf1-datatype , dy:ExcAC3A.efdn-datatype , dy:ExcAC3A.ks-cardinality , dy:ExcAC3A.vamin-cardinality ; + sh:targetClass cim:ExcAC3A . + +dy:ExcAC3A.efdn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdn)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.efdn-cardinality" ; + sh:order 1348 ; + sh:path cim:ExcAC3A.efdn ; + sh:severity sh:Violation . + +dy:ExcAC3A.efdn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.efdn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1348 ; + sh:path cim:ExcAC3A.efdn ; + sh:severity sh:Violation . + +dy:ExcAC3A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.ka-cardinality" ; + sh:order 1338 ; + sh:path cim:ExcAC3A.ka ; + sh:severity sh:Violation . + +dy:ExcAC3A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1338 ; + sh:path cim:ExcAC3A.ka ; + sh:severity sh:Violation . + +dy:ExcAC3A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.kc-cardinality" ; + sh:order 1349 ; + sh:path cim:ExcAC3A.kc ; + sh:severity sh:Violation . + +dy:ExcAC3A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1349 ; + sh:path cim:ExcAC3A.kc ; + sh:severity sh:Violation . + +dy:ExcAC3A.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.kd-cardinality" ; + sh:order 1350 ; + sh:path cim:ExcAC3A.kd ; + sh:severity sh:Violation . + +dy:ExcAC3A.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1350 ; + sh:path cim:ExcAC3A.kd ; + sh:severity sh:Violation . + +dy:ExcAC3A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.ke-cardinality" ; + sh:order 1351 ; + sh:path cim:ExcAC3A.ke ; + sh:severity sh:Violation . + +dy:ExcAC3A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1351 ; + sh:path cim:ExcAC3A.ke ; + sh:severity sh:Violation . + +dy:ExcAC3A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.kf-cardinality" ; + sh:order 1345 ; + sh:path cim:ExcAC3A.kf ; + sh:severity sh:Violation . + +dy:ExcAC3A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1345 ; + sh:path cim:ExcAC3A.kf ; + sh:severity sh:Violation . + +dy:ExcAC3A.kf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf1)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.kf1-cardinality" ; + sh:order 1353 ; + sh:path cim:ExcAC3A.kf1 ; + sh:severity sh:Violation . + +dy:ExcAC3A.kf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.kf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1353 ; + sh:path cim:ExcAC3A.kf1 ; + sh:severity sh:Violation . + +dy:ExcAC3A.kf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf2)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.kf2-cardinality" ; + sh:order 1354 ; + sh:path cim:ExcAC3A.kf2 ; + sh:severity sh:Violation . + +dy:ExcAC3A.kf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.kf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1354 ; + sh:path cim:ExcAC3A.kf2 ; + sh:severity sh:Violation . + +dy:ExcAC3A.klv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (klv)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.klv-cardinality" ; + sh:order 1352 ; + sh:path cim:ExcAC3A.klv ; + sh:severity sh:Violation . + +dy:ExcAC3A.klv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the klv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.klv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1352 ; + sh:path cim:ExcAC3A.klv ; + sh:severity sh:Violation . + +dy:ExcAC3A.kn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kn)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.kn-cardinality" ; + sh:order 1347 ; + sh:path cim:ExcAC3A.kn ; + sh:severity sh:Violation . + +dy:ExcAC3A.kn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.kn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1347 ; + sh:path cim:ExcAC3A.kn ; + sh:severity sh:Violation . + +dy:ExcAC3A.kr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kr)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.kr-cardinality" ; + sh:order 1344 ; + sh:path cim:ExcAC3A.kr ; + sh:severity sh:Violation . + +dy:ExcAC3A.kr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.kr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1344 ; + sh:path cim:ExcAC3A.kr ; + sh:severity sh:Violation . + +dy:ExcAC3A.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.ks-cardinality" ; + sh:order 1355 ; + sh:path cim:ExcAC3A.ks ; + sh:severity sh:Violation . + +dy:ExcAC3A.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1355 ; + sh:path cim:ExcAC3A.ks ; + sh:severity sh:Violation . + +dy:ExcAC3A.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.seve1-cardinality" ; + sh:order 1358 ; + sh:path cim:ExcAC3A.seve1 ; + sh:severity sh:Violation . + +dy:ExcAC3A.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1358 ; + sh:path cim:ExcAC3A.seve1 ; + sh:severity sh:Violation . + +dy:ExcAC3A.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.seve2-cardinality" ; + sh:order 1360 ; + sh:path cim:ExcAC3A.seve2 ; + sh:severity sh:Violation . + +dy:ExcAC3A.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1360 ; + sh:path cim:ExcAC3A.seve2 ; + sh:severity sh:Violation . + +dy:ExcAC3A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.ta-cardinality" ; + sh:order 1339 ; + sh:path cim:ExcAC3A.ta ; + sh:severity sh:Violation . + +dy:ExcAC3A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1339 ; + sh:path cim:ExcAC3A.ta ; + sh:severity sh:Violation . + +dy:ExcAC3A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.tb-cardinality" ; + sh:order 1336 ; + sh:path cim:ExcAC3A.tb ; + sh:severity sh:Violation . + +dy:ExcAC3A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1336 ; + sh:path cim:ExcAC3A.tb ; + sh:severity sh:Violation . + +dy:ExcAC3A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.tc-cardinality" ; + sh:order 1337 ; + sh:path cim:ExcAC3A.tc ; + sh:severity sh:Violation . + +dy:ExcAC3A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1337 ; + sh:path cim:ExcAC3A.tc ; + sh:severity sh:Violation . + +dy:ExcAC3A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.te-cardinality" ; + sh:order 1342 ; + sh:path cim:ExcAC3A.te ; + sh:severity sh:Violation . + +dy:ExcAC3A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1342 ; + sh:path cim:ExcAC3A.te ; + sh:severity sh:Violation . + +dy:ExcAC3A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.tf-cardinality" ; + sh:order 1346 ; + sh:path cim:ExcAC3A.tf ; + sh:severity sh:Violation . + +dy:ExcAC3A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1346 ; + sh:path cim:ExcAC3A.tf ; + sh:severity sh:Violation . + +dy:ExcAC3A.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.vamax-cardinality" ; + sh:order 1340 ; + sh:path cim:ExcAC3A.vamax ; + sh:severity sh:Violation . + +dy:ExcAC3A.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1340 ; + sh:path cim:ExcAC3A.vamax ; + sh:severity sh:Violation . + +dy:ExcAC3A.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.vamin-cardinality" ; + sh:order 1341 ; + sh:path cim:ExcAC3A.vamin ; + sh:severity sh:Violation . + +dy:ExcAC3A.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1341 ; + sh:path cim:ExcAC3A.vamin ; + sh:severity sh:Violation . + +dy:ExcAC3A.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.ve1-cardinality" ; + sh:order 1357 ; + sh:path cim:ExcAC3A.ve1 ; + sh:severity sh:Violation . + +dy:ExcAC3A.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1357 ; + sh:path cim:ExcAC3A.ve1 ; + sh:severity sh:Violation . + +dy:ExcAC3A.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.ve2-cardinality" ; + sh:order 1359 ; + sh:path cim:ExcAC3A.ve2 ; + sh:severity sh:Violation . + +dy:ExcAC3A.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1359 ; + sh:path cim:ExcAC3A.ve2 ; + sh:severity sh:Violation . + +dy:ExcAC3A.vemin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vemin)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.vemin-cardinality" ; + sh:order 1343 ; + sh:path cim:ExcAC3A.vemin ; + sh:severity sh:Violation . + +dy:ExcAC3A.vemin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vemin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.vemin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1343 ; + sh:path cim:ExcAC3A.vemin ; + sh:severity sh:Violation . + +dy:ExcAC3A.vfemax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfemax)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.vfemax-cardinality" ; + sh:order 1356 ; + sh:path cim:ExcAC3A.vfemax ; + sh:severity sh:Violation . + +dy:ExcAC3A.vfemax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfemax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.vfemax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1356 ; + sh:path cim:ExcAC3A.vfemax ; + sh:severity sh:Violation . + +dy:ExcAC3A.vlv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vlv)." ; + sh:minCount 1 ; + sh:name "ExcAC3A.vlv-cardinality" ; + sh:order 1361 ; + sh:path cim:ExcAC3A.vlv ; + sh:severity sh:Violation . + +dy:ExcAC3A.vlv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vlv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC3A.vlv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1361 ; + sh:path cim:ExcAC3A.vlv ; + sh:severity sh:Violation . + +dy:ExcAC4A rdf:type sh:NodeShape ; + sh:property dy:ExcAC4A.tb-cardinality , dy:ExcAC4A.kc-datatype , dy:IdentifiedObject.description-datatype , dy:ExcAC4A.vimin-cardinality , dy:ExcAC4A.vrmax-datatype , dy:ExcAC4A.tb-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcAC4A.kc-cardinality , dy:ExcAC4A.vrmin-datatype , dy:ExcAC4A.ta-datatype , dy:ExcAC4A.vrmin-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcAC4A.vimax-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcAC4A.vrmax-cardinality , dy:ExcAC4A.ta-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcAC4A.tc-cardinality , dy:ExcAC4A.vimin-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcAC4A.ka-datatype , dy:ExcAC4A.vimax-cardinality , dy:ExcAC4A.tc-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcAC4A.ka-cardinality , dy:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:ExcAC4A . + +dy:ExcAC4A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAC4A.ka-cardinality" ; + sh:order 1366 ; + sh:path cim:ExcAC4A.ka ; + sh:severity sh:Violation . + +dy:ExcAC4A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC4A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1366 ; + sh:path cim:ExcAC4A.ka ; + sh:severity sh:Violation . + +dy:ExcAC4A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcAC4A.kc-cardinality" ; + sh:order 1370 ; + sh:path cim:ExcAC4A.kc ; + sh:severity sh:Violation . + +dy:ExcAC4A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC4A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1370 ; + sh:path cim:ExcAC4A.kc ; + sh:severity sh:Violation . + +dy:ExcAC4A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcAC4A.ta-cardinality" ; + sh:order 1367 ; + sh:path cim:ExcAC4A.ta ; + sh:severity sh:Violation . + +dy:ExcAC4A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC4A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1367 ; + sh:path cim:ExcAC4A.ta ; + sh:severity sh:Violation . + +dy:ExcAC4A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcAC4A.tb-cardinality" ; + sh:order 1365 ; + sh:path cim:ExcAC4A.tb ; + sh:severity sh:Violation . + +dy:ExcAC4A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC4A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1365 ; + sh:path cim:ExcAC4A.tb ; + sh:severity sh:Violation . + +dy:ExcAC4A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcAC4A.tc-cardinality" ; + sh:order 1364 ; + sh:path cim:ExcAC4A.tc ; + sh:severity sh:Violation . + +dy:ExcAC4A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC4A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1364 ; + sh:path cim:ExcAC4A.tc ; + sh:severity sh:Violation . + +dy:ExcAC4A.vimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimax)." ; + sh:minCount 1 ; + sh:name "ExcAC4A.vimax-cardinality" ; + sh:order 1362 ; + sh:path cim:ExcAC4A.vimax ; + sh:severity sh:Violation . + +dy:ExcAC4A.vimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC4A.vimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1362 ; + sh:path cim:ExcAC4A.vimax ; + sh:severity sh:Violation . + +dy:ExcAC4A.vimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimin)." ; + sh:minCount 1 ; + sh:name "ExcAC4A.vimin-cardinality" ; + sh:order 1363 ; + sh:path cim:ExcAC4A.vimin ; + sh:severity sh:Violation . + +dy:ExcAC4A.vimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC4A.vimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1363 ; + sh:path cim:ExcAC4A.vimin ; + sh:severity sh:Violation . + +dy:ExcAC4A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcAC4A.vrmax-cardinality" ; + sh:order 1368 ; + sh:path cim:ExcAC4A.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC4A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC4A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1368 ; + sh:path cim:ExcAC4A.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC4A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcAC4A.vrmin-cardinality" ; + sh:order 1369 ; + sh:path cim:ExcAC4A.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC4A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC4A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1369 ; + sh:path cim:ExcAC4A.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC5A rdf:type sh:NodeShape ; + sh:property dy:ExcAC5A.vrmax-datatype , dy:ExcAC5A.ta-cardinality , dy:ExcAC5A.kf-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcAC5A.ka-datatype , dy:ExcAC5A.efd1-datatype , dy:ExcAC5A.vrmin-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcAC5A.te-datatype , dy:ExcAC5A.tf1-cardinality , dy:ExcAC5A.ke-datatype , dy:ExcAC5A.tc-datatype , dy:ExcAC5A.ks-cardinality , dy:ExcAC5A.tb-cardinality , dy:ExcAC5A.efd1-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcAC5A.tb-datatype , dy:ExcAC5A.seefd1-cardinality , dy:ExcAC5A.vrmin-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcAC5A.tc-cardinality , dy:ExcAC5A.ke-cardinality , dy:ExcAC5A.tf3-datatype , dy:ExcAC5A.tf3-cardinality , dy:ExcAC5A.efd2-cardinality , dy:ExcAC5A.tf2-cardinality , dy:ExcAC5A.a-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcAC5A.ks-datatype , dy:ExcAC5A.a-cardinality , dy:ExcAC5A.kf-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcAC5A.ka-cardinality , dy:ExcAC5A.tf2-datatype , dy:ExcAC5A.te-cardinality , dy:ExcAC5A.vrmax-cardinality , dy:ExcAC5A.tf1-datatype , dy:ExcAC5A.seefd2-datatype , dy:ExcAC5A.ta-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcAC5A.efd2-datatype , dy:ExcAC5A.seefd1-datatype , dy:ExcAC5A.seefd2-cardinality ; + sh:targetClass cim:ExcAC5A . + +dy:ExcAC5A.a-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.a-cardinality" ; + sh:order 1388 ; + sh:path cim:ExcAC5A.a ; + sh:severity sh:Violation . + +dy:ExcAC5A.a-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.a-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1388 ; + sh:path cim:ExcAC5A.a ; + sh:severity sh:Violation . + +dy:ExcAC5A.efd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd1)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.efd1-cardinality" ; + sh:order 1384 ; + sh:path cim:ExcAC5A.efd1 ; + sh:severity sh:Violation . + +dy:ExcAC5A.efd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.efd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1384 ; + sh:path cim:ExcAC5A.efd1 ; + sh:severity sh:Violation . + +dy:ExcAC5A.efd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd2)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.efd2-cardinality" ; + sh:order 1386 ; + sh:path cim:ExcAC5A.efd2 ; + sh:severity sh:Violation . + +dy:ExcAC5A.efd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.efd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1386 ; + sh:path cim:ExcAC5A.efd2 ; + sh:severity sh:Violation . + +dy:ExcAC5A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.ka-cardinality" ; + sh:order 1371 ; + sh:path cim:ExcAC5A.ka ; + sh:severity sh:Violation . + +dy:ExcAC5A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1371 ; + sh:path cim:ExcAC5A.ka ; + sh:severity sh:Violation . + +dy:ExcAC5A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.ke-cardinality" ; + sh:order 1378 ; + sh:path cim:ExcAC5A.ke ; + sh:severity sh:Violation . + +dy:ExcAC5A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1378 ; + sh:path cim:ExcAC5A.ke ; + sh:severity sh:Violation . + +dy:ExcAC5A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.kf-cardinality" ; + sh:order 1380 ; + sh:path cim:ExcAC5A.kf ; + sh:severity sh:Violation . + +dy:ExcAC5A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1380 ; + sh:path cim:ExcAC5A.kf ; + sh:severity sh:Violation . + +dy:ExcAC5A.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.ks-cardinality" ; + sh:order 1372 ; + sh:path cim:ExcAC5A.ks ; + sh:severity sh:Violation . + +dy:ExcAC5A.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1372 ; + sh:path cim:ExcAC5A.ks ; + sh:severity sh:Violation . + +dy:ExcAC5A.seefd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd1)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.seefd1-cardinality" ; + sh:order 1385 ; + sh:path cim:ExcAC5A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcAC5A.seefd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.seefd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1385 ; + sh:path cim:ExcAC5A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcAC5A.seefd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd2)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.seefd2-cardinality" ; + sh:order 1387 ; + sh:path cim:ExcAC5A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcAC5A.seefd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.seefd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1387 ; + sh:path cim:ExcAC5A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcAC5A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.ta-cardinality" ; + sh:order 1375 ; + sh:path cim:ExcAC5A.ta ; + sh:severity sh:Violation . + +dy:ExcAC5A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1375 ; + sh:path cim:ExcAC5A.ta ; + sh:severity sh:Violation . + +dy:ExcAC5A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.tb-cardinality" ; + sh:order 1373 ; + sh:path cim:ExcAC5A.tb ; + sh:severity sh:Violation . + +dy:ExcAC5A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1373 ; + sh:path cim:ExcAC5A.tb ; + sh:severity sh:Violation . + +dy:ExcAC5A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.tc-cardinality" ; + sh:order 1374 ; + sh:path cim:ExcAC5A.tc ; + sh:severity sh:Violation . + +dy:ExcAC5A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1374 ; + sh:path cim:ExcAC5A.tc ; + sh:severity sh:Violation . + +dy:ExcAC5A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.te-cardinality" ; + sh:order 1379 ; + sh:path cim:ExcAC5A.te ; + sh:severity sh:Violation . + +dy:ExcAC5A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1379 ; + sh:path cim:ExcAC5A.te ; + sh:severity sh:Violation . + +dy:ExcAC5A.tf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf1)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.tf1-cardinality" ; + sh:order 1381 ; + sh:path cim:ExcAC5A.tf1 ; + sh:severity sh:Violation . + +dy:ExcAC5A.tf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.tf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1381 ; + sh:path cim:ExcAC5A.tf1 ; + sh:severity sh:Violation . + +dy:ExcAC5A.tf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf2)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.tf2-cardinality" ; + sh:order 1382 ; + sh:path cim:ExcAC5A.tf2 ; + sh:severity sh:Violation . + +dy:ExcAC5A.tf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.tf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1382 ; + sh:path cim:ExcAC5A.tf2 ; + sh:severity sh:Violation . + +dy:ExcAC5A.tf3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf3)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.tf3-cardinality" ; + sh:order 1383 ; + sh:path cim:ExcAC5A.tf3 ; + sh:severity sh:Violation . + +dy:ExcAC5A.tf3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.tf3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1383 ; + sh:path cim:ExcAC5A.tf3 ; + sh:severity sh:Violation . + +dy:ExcAC5A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.vrmax-cardinality" ; + sh:order 1376 ; + sh:path cim:ExcAC5A.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC5A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1376 ; + sh:path cim:ExcAC5A.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC5A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcAC5A.vrmin-cardinality" ; + sh:order 1377 ; + sh:path cim:ExcAC5A.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC5A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC5A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1377 ; + sh:path cim:ExcAC5A.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC6A rdf:type sh:NodeShape ; + sh:property dy:ExcAC6A.seve2-cardinality , dy:ExcAC6A.ve1-datatype , dy:ExcAC6A.tk-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcAC6A.seve2-datatype , dy:ExcAC6A.vrmax-datatype , dy:ExcAC6A.ka-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcAC6A.ve2-cardinality , dy:ExcAC6A.ka-cardinality , dy:ExcAC6A.tc-cardinality , dy:ExcAC6A.tj-datatype , dy:ExcAC6A.vamin-cardinality , dy:ExcAC6A.kc-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcAC6A.kh-cardinality , dy:ExcAC6A.tb-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcAC6A.vfelim-cardinality , dy:ExcAC6A.kc-datatype , dy:ExcAC6A.vamin-datatype , dy:ExcAC6A.ta-datatype , dy:ExcAC6A.seve1-datatype , dy:ExcAC6A.vamax-cardinality , dy:ExcAC6A.vhmax-cardinality , dy:ExcAC6A.tk-datatype , dy:ExcAC6A.ta-cardinality , dy:ExcAC6A.ks-cardinality , dy:ExcAC6A.te-cardinality , dy:ExcAC6A.th-cardinality , dy:ExcAC6A.vhmax-datatype , dy:ExcAC6A.ve1-cardinality , dy:ExcAC6A.seve1-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.description-cardinality , dy:ExcAC6A.ke-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcAC6A.ve2-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcAC6A.vfelim-datatype , dy:ExcAC6A.te-datatype , dy:ExcAC6A.vrmax-cardinality , dy:ExcAC6A.vrmin-datatype , dy:ExcAC6A.kh-datatype , dy:ExcAC6A.tj-cardinality , dy:ExcAC6A.th-datatype , dy:ExcAC6A.kd-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcAC6A.vrmin-cardinality , dy:ExcAC6A.ks-datatype , dy:ExcAC6A.kd-cardinality , dy:ExcAC6A.tb-cardinality , dy:ExcAC6A.tc-datatype , dy:IdentifiedObject.description-datatype , dy:ExcAC6A.ke-datatype , dy:ExcAC6A.vamax-datatype ; + sh:targetClass cim:ExcAC6A . + +dy:ExcAC6A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.ka-cardinality" ; + sh:order 1389 ; + sh:path cim:ExcAC6A.ka ; + sh:severity sh:Violation . + +dy:ExcAC6A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1389 ; + sh:path cim:ExcAC6A.ka ; + sh:severity sh:Violation . + +dy:ExcAC6A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.kc-cardinality" ; + sh:order 1405 ; + sh:path cim:ExcAC6A.kc ; + sh:severity sh:Violation . + +dy:ExcAC6A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1405 ; + sh:path cim:ExcAC6A.kc ; + sh:severity sh:Violation . + +dy:ExcAC6A.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.kd-cardinality" ; + sh:order 1406 ; + sh:path cim:ExcAC6A.kd ; + sh:severity sh:Violation . + +dy:ExcAC6A.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1406 ; + sh:path cim:ExcAC6A.kd ; + sh:severity sh:Violation . + +dy:ExcAC6A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.ke-cardinality" ; + sh:order 1407 ; + sh:path cim:ExcAC6A.ke ; + sh:severity sh:Violation . + +dy:ExcAC6A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1407 ; + sh:path cim:ExcAC6A.ke ; + sh:severity sh:Violation . + +dy:ExcAC6A.kh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.kh-cardinality" ; + sh:order 1400 ; + sh:path cim:ExcAC6A.kh ; + sh:severity sh:Violation . + +dy:ExcAC6A.kh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.kh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1400 ; + sh:path cim:ExcAC6A.kh ; + sh:severity sh:Violation . + +dy:ExcAC6A.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.ks-cardinality" ; + sh:order 1390 ; + sh:path cim:ExcAC6A.ks ; + sh:severity sh:Violation . + +dy:ExcAC6A.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1390 ; + sh:path cim:ExcAC6A.ks ; + sh:severity sh:Violation . + +dy:ExcAC6A.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.seve1-cardinality" ; + sh:order 1409 ; + sh:path cim:ExcAC6A.seve1 ; + sh:severity sh:Violation . + +dy:ExcAC6A.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1409 ; + sh:path cim:ExcAC6A.seve1 ; + sh:severity sh:Violation . + +dy:ExcAC6A.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.seve2-cardinality" ; + sh:order 1411 ; + sh:path cim:ExcAC6A.seve2 ; + sh:severity sh:Violation . + +dy:ExcAC6A.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1411 ; + sh:path cim:ExcAC6A.seve2 ; + sh:severity sh:Violation . + +dy:ExcAC6A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.ta-cardinality" ; + sh:order 1391 ; + sh:path cim:ExcAC6A.ta ; + sh:severity sh:Violation . + +dy:ExcAC6A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1391 ; + sh:path cim:ExcAC6A.ta ; + sh:severity sh:Violation . + +dy:ExcAC6A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.tb-cardinality" ; + sh:order 1393 ; + sh:path cim:ExcAC6A.tb ; + sh:severity sh:Violation . + +dy:ExcAC6A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1393 ; + sh:path cim:ExcAC6A.tb ; + sh:severity sh:Violation . + +dy:ExcAC6A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.tc-cardinality" ; + sh:order 1394 ; + sh:path cim:ExcAC6A.tc ; + sh:severity sh:Violation . + +dy:ExcAC6A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1394 ; + sh:path cim:ExcAC6A.tc ; + sh:severity sh:Violation . + +dy:ExcAC6A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.te-cardinality" ; + sh:order 1399 ; + sh:path cim:ExcAC6A.te ; + sh:severity sh:Violation . + +dy:ExcAC6A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1399 ; + sh:path cim:ExcAC6A.te ; + sh:severity sh:Violation . + +dy:ExcAC6A.th-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.th-cardinality" ; + sh:order 1402 ; + sh:path cim:ExcAC6A.th ; + sh:severity sh:Violation . + +dy:ExcAC6A.th-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.th-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1402 ; + sh:path cim:ExcAC6A.th ; + sh:severity sh:Violation . + +dy:ExcAC6A.tj-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tj)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.tj-cardinality" ; + sh:order 1401 ; + sh:path cim:ExcAC6A.tj ; + sh:severity sh:Violation . + +dy:ExcAC6A.tj-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tj." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.tj-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1401 ; + sh:path cim:ExcAC6A.tj ; + sh:severity sh:Violation . + +dy:ExcAC6A.tk-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tk)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.tk-cardinality" ; + sh:order 1392 ; + sh:path cim:ExcAC6A.tk ; + sh:severity sh:Violation . + +dy:ExcAC6A.tk-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tk." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.tk-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1392 ; + sh:path cim:ExcAC6A.tk ; + sh:severity sh:Violation . + +dy:ExcAC6A.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.vamax-cardinality" ; + sh:order 1395 ; + sh:path cim:ExcAC6A.vamax ; + sh:severity sh:Violation . + +dy:ExcAC6A.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1395 ; + sh:path cim:ExcAC6A.vamax ; + sh:severity sh:Violation . + +dy:ExcAC6A.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.vamin-cardinality" ; + sh:order 1396 ; + sh:path cim:ExcAC6A.vamin ; + sh:severity sh:Violation . + +dy:ExcAC6A.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1396 ; + sh:path cim:ExcAC6A.vamin ; + sh:severity sh:Violation . + +dy:ExcAC6A.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.ve1-cardinality" ; + sh:order 1408 ; + sh:path cim:ExcAC6A.ve1 ; + sh:severity sh:Violation . + +dy:ExcAC6A.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1408 ; + sh:path cim:ExcAC6A.ve1 ; + sh:severity sh:Violation . + +dy:ExcAC6A.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.ve2-cardinality" ; + sh:order 1410 ; + sh:path cim:ExcAC6A.ve2 ; + sh:severity sh:Violation . + +dy:ExcAC6A.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1410 ; + sh:path cim:ExcAC6A.ve2 ; + sh:severity sh:Violation . + +dy:ExcAC6A.vfelim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfelim)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.vfelim-cardinality" ; + sh:order 1403 ; + sh:path cim:ExcAC6A.vfelim ; + sh:severity sh:Violation . + +dy:ExcAC6A.vfelim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfelim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.vfelim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1403 ; + sh:path cim:ExcAC6A.vfelim ; + sh:severity sh:Violation . + +dy:ExcAC6A.vhmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vhmax)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.vhmax-cardinality" ; + sh:order 1404 ; + sh:path cim:ExcAC6A.vhmax ; + sh:severity sh:Violation . + +dy:ExcAC6A.vhmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vhmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.vhmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1404 ; + sh:path cim:ExcAC6A.vhmax ; + sh:severity sh:Violation . + +dy:ExcAC6A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.vrmax-cardinality" ; + sh:order 1397 ; + sh:path cim:ExcAC6A.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC6A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1397 ; + sh:path cim:ExcAC6A.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC6A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcAC6A.vrmin-cardinality" ; + sh:order 1398 ; + sh:path cim:ExcAC6A.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC6A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC6A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1398 ; + sh:path cim:ExcAC6A.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC8B rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-cardinality , dy:ExcAC8B.kc-cardinality , dy:ExcAC8B.vimin-datatype , dy:ExcAC8B.ka-cardinality , dy:ExcAC8B.vrmax-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcAC8B.vrmax-datatype , dy:ExcAC8B.vfemax-datatype , dy:ExcAC8B.ta-datatype , dy:ExcAC8B.tdr-datatype , dy:ExcAC8B.kdr-cardinality , dy:ExcAC8B.ke-datatype , dy:ExcAC8B.seve1-cardinality , dy:ExcAC8B.vtmult-cardinality , dy:ExcAC8B.vrmin-datatype , dy:ExcAC8B.vpidmin-cardinality , dy:ExcAC8B.seve2-cardinality , dy:ExcAC8B.kir-cardinality , dy:ExcAC8B.seve1-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcAC8B.vimax-datatype , dy:ExcAC8B.ta-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcAC8B.vpidmax-cardinality , dy:ExcAC8B.kd-cardinality , dy:ExcAC8B.vemin-cardinality , dy:ExcAC8B.vpidmax-datatype , dy:ExcAC8B.ve1-cardinality , dy:ExcAC8B.kir-datatype , dy:ExcAC8B.ka-datatype , dy:ExcAC8B.vrmin-cardinality , dy:ExcAC8B.vimin-cardinality , dy:ExcAC8B.telim-cardinality , dy:ExcAC8B.vemin-datatype , dy:ExcAC8B.te-datatype , dy:ExcAC8B.kc-datatype , dy:ExcAC8B.seve2-datatype , dy:ExcAC8B.telim-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcAC8B.vimax-cardinality , dy:ExcAC8B.kdr-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:ExcAC8B.pidlim-datatype , dy:ExcAC8B.ks-cardinality , dy:ExcAC8B.ve1-datatype , dy:ExcAC8B.ks-datatype , dy:ExcAC8B.vpidmin-datatype , dy:ExcAC8B.ve2-datatype , dy:ExcAC8B.inlim-datatype , dy:ExcAC8B.vfemax-cardinality , dy:ExcAC8B.pidlim-cardinality , dy:ExcAC8B.inlim-cardinality , dy:ExcAC8B.ke-cardinality , dy:ExcAC8B.tdr-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcAC8B.kd-datatype , dy:ExcAC8B.ve2-cardinality , dy:ExcAC8B.kpr-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcAC8B.kpr-cardinality , dy:ExcAC8B.te-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcAC8B.vtmult-datatype ; + sh:targetClass cim:ExcAC8B . + +dy:ExcAC8B.inlim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inlim)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.inlim-cardinality" ; + sh:order 1412 ; + sh:path cim:ExcAC8B.inlim ; + sh:severity sh:Violation . + +dy:ExcAC8B.inlim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the inlim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.inlim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1412 ; + sh:path cim:ExcAC8B.inlim ; + sh:severity sh:Violation . + +dy:ExcAC8B.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.ka-cardinality" ; + sh:order 1413 ; + sh:path cim:ExcAC8B.ka ; + sh:severity sh:Violation . + +dy:ExcAC8B.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1413 ; + sh:path cim:ExcAC8B.ka ; + sh:severity sh:Violation . + +dy:ExcAC8B.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.kc-cardinality" ; + sh:order 1414 ; + sh:path cim:ExcAC8B.kc ; + sh:severity sh:Violation . + +dy:ExcAC8B.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1414 ; + sh:path cim:ExcAC8B.kc ; + sh:severity sh:Violation . + +dy:ExcAC8B.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.kd-cardinality" ; + sh:order 1415 ; + sh:path cim:ExcAC8B.kd ; + sh:severity sh:Violation . + +dy:ExcAC8B.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1415 ; + sh:path cim:ExcAC8B.kd ; + sh:severity sh:Violation . + +dy:ExcAC8B.kdr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kdr)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.kdr-cardinality" ; + sh:order 1416 ; + sh:path cim:ExcAC8B.kdr ; + sh:severity sh:Violation . + +dy:ExcAC8B.kdr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kdr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.kdr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1416 ; + sh:path cim:ExcAC8B.kdr ; + sh:severity sh:Violation . + +dy:ExcAC8B.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.ke-cardinality" ; + sh:order 1417 ; + sh:path cim:ExcAC8B.ke ; + sh:severity sh:Violation . + +dy:ExcAC8B.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1417 ; + sh:path cim:ExcAC8B.ke ; + sh:severity sh:Violation . + +dy:ExcAC8B.kir-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kir)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.kir-cardinality" ; + sh:order 1418 ; + sh:path cim:ExcAC8B.kir ; + sh:severity sh:Violation . + +dy:ExcAC8B.kir-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kir." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.kir-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1418 ; + sh:path cim:ExcAC8B.kir ; + sh:severity sh:Violation . + +dy:ExcAC8B.kpr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpr)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.kpr-cardinality" ; + sh:order 1419 ; + sh:path cim:ExcAC8B.kpr ; + sh:severity sh:Violation . + +dy:ExcAC8B.kpr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.kpr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1419 ; + sh:path cim:ExcAC8B.kpr ; + sh:severity sh:Violation . + +dy:ExcAC8B.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.ks-cardinality" ; + sh:order 1420 ; + sh:path cim:ExcAC8B.ks ; + sh:severity sh:Violation . + +dy:ExcAC8B.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1420 ; + sh:path cim:ExcAC8B.ks ; + sh:severity sh:Violation . + +dy:ExcAC8B.pidlim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pidlim)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.pidlim-cardinality" ; + sh:order 1421 ; + sh:path cim:ExcAC8B.pidlim ; + sh:severity sh:Violation . + +dy:ExcAC8B.pidlim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the pidlim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.pidlim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1421 ; + sh:path cim:ExcAC8B.pidlim ; + sh:severity sh:Violation . + +dy:ExcAC8B.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.seve1-cardinality" ; + sh:order 1422 ; + sh:path cim:ExcAC8B.seve1 ; + sh:severity sh:Violation . + +dy:ExcAC8B.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1422 ; + sh:path cim:ExcAC8B.seve1 ; + sh:severity sh:Violation . + +dy:ExcAC8B.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.seve2-cardinality" ; + sh:order 1423 ; + sh:path cim:ExcAC8B.seve2 ; + sh:severity sh:Violation . + +dy:ExcAC8B.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1423 ; + sh:path cim:ExcAC8B.seve2 ; + sh:severity sh:Violation . + +dy:ExcAC8B.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.ta-cardinality" ; + sh:order 1424 ; + sh:path cim:ExcAC8B.ta ; + sh:severity sh:Violation . + +dy:ExcAC8B.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1424 ; + sh:path cim:ExcAC8B.ta ; + sh:severity sh:Violation . + +dy:ExcAC8B.tdr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tdr)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.tdr-cardinality" ; + sh:order 1425 ; + sh:path cim:ExcAC8B.tdr ; + sh:severity sh:Violation . + +dy:ExcAC8B.tdr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tdr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.tdr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1425 ; + sh:path cim:ExcAC8B.tdr ; + sh:severity sh:Violation . + +dy:ExcAC8B.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.te-cardinality" ; + sh:order 1426 ; + sh:path cim:ExcAC8B.te ; + sh:severity sh:Violation . + +dy:ExcAC8B.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1426 ; + sh:path cim:ExcAC8B.te ; + sh:severity sh:Violation . + +dy:ExcAC8B.telim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (telim)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.telim-cardinality" ; + sh:order 1427 ; + sh:path cim:ExcAC8B.telim ; + sh:severity sh:Violation . + +dy:ExcAC8B.telim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the telim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.telim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1427 ; + sh:path cim:ExcAC8B.telim ; + sh:severity sh:Violation . + +dy:ExcAC8B.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.ve1-cardinality" ; + sh:order 1428 ; + sh:path cim:ExcAC8B.ve1 ; + sh:severity sh:Violation . + +dy:ExcAC8B.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1428 ; + sh:path cim:ExcAC8B.ve1 ; + sh:severity sh:Violation . + +dy:ExcAC8B.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.ve2-cardinality" ; + sh:order 1429 ; + sh:path cim:ExcAC8B.ve2 ; + sh:severity sh:Violation . + +dy:ExcAC8B.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1429 ; + sh:path cim:ExcAC8B.ve2 ; + sh:severity sh:Violation . + +dy:ExcAC8B.vemin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vemin)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.vemin-cardinality" ; + sh:order 1430 ; + sh:path cim:ExcAC8B.vemin ; + sh:severity sh:Violation . + +dy:ExcAC8B.vemin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vemin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.vemin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1430 ; + sh:path cim:ExcAC8B.vemin ; + sh:severity sh:Violation . + +dy:ExcAC8B.vfemax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfemax)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.vfemax-cardinality" ; + sh:order 1431 ; + sh:path cim:ExcAC8B.vfemax ; + sh:severity sh:Violation . + +dy:ExcAC8B.vfemax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfemax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.vfemax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1431 ; + sh:path cim:ExcAC8B.vfemax ; + sh:severity sh:Violation . + +dy:ExcAC8B.vimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimax)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.vimax-cardinality" ; + sh:order 1432 ; + sh:path cim:ExcAC8B.vimax ; + sh:severity sh:Violation . + +dy:ExcAC8B.vimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.vimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1432 ; + sh:path cim:ExcAC8B.vimax ; + sh:severity sh:Violation . + +dy:ExcAC8B.vimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimin)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.vimin-cardinality" ; + sh:order 1433 ; + sh:path cim:ExcAC8B.vimin ; + sh:severity sh:Violation . + +dy:ExcAC8B.vimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.vimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1433 ; + sh:path cim:ExcAC8B.vimin ; + sh:severity sh:Violation . + +dy:ExcAC8B.vpidmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vpidmax)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.vpidmax-cardinality" ; + sh:order 1434 ; + sh:path cim:ExcAC8B.vpidmax ; + sh:severity sh:Violation . + +dy:ExcAC8B.vpidmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vpidmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.vpidmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1434 ; + sh:path cim:ExcAC8B.vpidmax ; + sh:severity sh:Violation . + +dy:ExcAC8B.vpidmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vpidmin)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.vpidmin-cardinality" ; + sh:order 1435 ; + sh:path cim:ExcAC8B.vpidmin ; + sh:severity sh:Violation . + +dy:ExcAC8B.vpidmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vpidmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.vpidmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1435 ; + sh:path cim:ExcAC8B.vpidmin ; + sh:severity sh:Violation . + +dy:ExcAC8B.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.vrmax-cardinality" ; + sh:order 1436 ; + sh:path cim:ExcAC8B.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC8B.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1436 ; + sh:path cim:ExcAC8B.vrmax ; + sh:severity sh:Violation . + +dy:ExcAC8B.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.vrmin-cardinality" ; + sh:order 1437 ; + sh:path cim:ExcAC8B.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC8B.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1437 ; + sh:path cim:ExcAC8B.vrmin ; + sh:severity sh:Violation . + +dy:ExcAC8B.vtmult-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vtmult)." ; + sh:minCount 1 ; + sh:name "ExcAC8B.vtmult-cardinality" ; + sh:order 1438 ; + sh:path cim:ExcAC8B.vtmult ; + sh:severity sh:Violation . + +dy:ExcAC8B.vtmult-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the vtmult." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAC8B.vtmult-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1438 ; + sh:path cim:ExcAC8B.vtmult ; + sh:severity sh:Violation . + +dy:ExcANS rdf:type sh:NodeShape ; + sh:property dy:ExcANS.k3-datatype , dy:IdentifiedObject.description-datatype , dy:ExcANS.blint-cardinality , dy:ExcANS.vrmx-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcANS.kce-datatype , dy:ExcANS.blint-datatype , dy:ExcANS.t3-cardinality , dy:ExcANS.k3-cardinality , dy:ExcANS.t1-cardinality , dy:ExcANS.t1-datatype , dy:ExcANS.t2-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcANS.vrmx-cardinality , dy:ExcANS.k2-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcANS.krvecc-cardinality , dy:ExcANS.ifmn-datatype , dy:ExcANS.t2-cardinality , dy:ExcANS.ifmn-cardinality , dy:ExcANS.kvfif-cardinality , dy:ExcANS.kce-cardinality , dy:ExcANS.vrmn-cardinality , dy:ExcANS.tb-cardinality , dy:ExcANS.kvfif-datatype , dy:ExcANS.t3-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcANS.k2-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcANS.ifmx-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcANS.krvecc-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcANS.ifmx-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.name-cardinality , dy:ExcANS.tb-datatype , dy:ExcANS.vrmn-datatype ; + sh:targetClass cim:ExcANS . + +dy:ExcANS.blint-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (blint)." ; + sh:minCount 1 ; + sh:name "ExcANS.blint-cardinality" ; + sh:order 1445 ; + sh:path cim:ExcANS.blint ; + sh:severity sh:Violation . + +dy:ExcANS.blint-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the blint." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.blint-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1445 ; + sh:path cim:ExcANS.blint ; + sh:severity sh:Violation . + +dy:ExcANS.ifmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ifmn)." ; + sh:minCount 1 ; + sh:name "ExcANS.ifmn-cardinality" ; + sh:order 1447 ; + sh:path cim:ExcANS.ifmn ; + sh:severity sh:Violation . + +dy:ExcANS.ifmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ifmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.ifmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1447 ; + sh:path cim:ExcANS.ifmn ; + sh:severity sh:Violation . + +dy:ExcANS.ifmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ifmx)." ; + sh:minCount 1 ; + sh:name "ExcANS.ifmx-cardinality" ; + sh:order 1448 ; + sh:path cim:ExcANS.ifmx ; + sh:severity sh:Violation . + +dy:ExcANS.ifmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ifmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.ifmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1448 ; + sh:path cim:ExcANS.ifmx ; + sh:severity sh:Violation . + +dy:ExcANS.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "ExcANS.k2-cardinality" ; + sh:order 1440 ; + sh:path cim:ExcANS.k2 ; + sh:severity sh:Violation . + +dy:ExcANS.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1440 ; + sh:path cim:ExcANS.k2 ; + sh:severity sh:Violation . + +dy:ExcANS.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "ExcANS.k3-cardinality" ; + sh:order 1439 ; + sh:path cim:ExcANS.k3 ; + sh:severity sh:Violation . + +dy:ExcANS.k3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1439 ; + sh:path cim:ExcANS.k3 ; + sh:severity sh:Violation . + +dy:ExcANS.kce-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kce)." ; + sh:minCount 1 ; + sh:name "ExcANS.kce-cardinality" ; + sh:order 1441 ; + sh:path cim:ExcANS.kce ; + sh:severity sh:Violation . + +dy:ExcANS.kce-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kce." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.kce-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1441 ; + sh:path cim:ExcANS.kce ; + sh:severity sh:Violation . + +dy:ExcANS.krvecc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (krvecc)." ; + sh:minCount 1 ; + sh:name "ExcANS.krvecc-cardinality" ; + sh:order 1451 ; + sh:path cim:ExcANS.krvecc ; + sh:severity sh:Violation . + +dy:ExcANS.krvecc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the krvecc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.krvecc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1451 ; + sh:path cim:ExcANS.krvecc ; + sh:severity sh:Violation . + +dy:ExcANS.kvfif-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kvfif)." ; + sh:minCount 1 ; + sh:name "ExcANS.kvfif-cardinality" ; + sh:order 1446 ; + sh:path cim:ExcANS.kvfif ; + sh:severity sh:Violation . + +dy:ExcANS.kvfif-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the kvfif." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.kvfif-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1446 ; + sh:path cim:ExcANS.kvfif ; + sh:severity sh:Violation . + +dy:ExcANS.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "ExcANS.t1-cardinality" ; + sh:order 1444 ; + sh:path cim:ExcANS.t1 ; + sh:severity sh:Violation . + +dy:ExcANS.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1444 ; + sh:path cim:ExcANS.t1 ; + sh:severity sh:Violation . + +dy:ExcANS.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "ExcANS.t2-cardinality" ; + sh:order 1443 ; + sh:path cim:ExcANS.t2 ; + sh:severity sh:Violation . + +dy:ExcANS.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1443 ; + sh:path cim:ExcANS.t2 ; + sh:severity sh:Violation . + +dy:ExcANS.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "ExcANS.t3-cardinality" ; + sh:order 1442 ; + sh:path cim:ExcANS.t3 ; + sh:severity sh:Violation . + +dy:ExcANS.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1442 ; + sh:path cim:ExcANS.t3 ; + sh:severity sh:Violation . + +dy:ExcANS.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcANS.tb-cardinality" ; + sh:order 1452 ; + sh:path cim:ExcANS.tb ; + sh:severity sh:Violation . + +dy:ExcANS.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1452 ; + sh:path cim:ExcANS.tb ; + sh:severity sh:Violation . + +dy:ExcANS.vrmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmn)." ; + sh:minCount 1 ; + sh:name "ExcANS.vrmn-cardinality" ; + sh:order 1449 ; + sh:path cim:ExcANS.vrmn ; + sh:severity sh:Violation . + +dy:ExcANS.vrmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.vrmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1449 ; + sh:path cim:ExcANS.vrmn ; + sh:severity sh:Violation . + +dy:ExcANS.vrmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmx)." ; + sh:minCount 1 ; + sh:name "ExcANS.vrmx-cardinality" ; + sh:order 1450 ; + sh:path cim:ExcANS.vrmx ; + sh:severity sh:Violation . + +dy:ExcANS.vrmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcANS.vrmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1450 ; + sh:path cim:ExcANS.vrmx ; + sh:severity sh:Violation . + +dy:ExcAVR1 rdf:type sh:NodeShape ; + sh:property dy:ExcAVR1.vrmx-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcAVR1.tb-datatype , dy:ExcAVR1.vrmn-cardinality , dy:ExcAVR1.e2-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcAVR1.se1-cardinality , dy:ExcAVR1.ta-datatype , dy:ExcAVR1.se2-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcAVR1.se1-datatype , dy:ExcAVR1.ka-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcAVR1.e2-cardinality , dy:ExcAVR1.te-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcAVR1.vrmx-datatype , dy:ExcAVR1.te-datatype , dy:ExcAVR1.tf-datatype , dy:ExcAVR1.kf-datatype , dy:ExcAVR1.vrmn-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcAVR1.se2-datatype , dy:ExcAVR1.ta-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:ExcAVR1.e1-datatype , dy:ExcAVR1.tf-cardinality , dy:ExcAVR1.e1-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcAVR1.ka-datatype , dy:ExcAVR1.kf-cardinality , dy:ExcAVR1.tb-cardinality ; + sh:targetClass cim:ExcAVR1 . + +dy:ExcAVR1.e1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e1)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.e1-cardinality" ; + sh:order 1459 ; + sh:path cim:ExcAVR1.e1 ; + sh:severity sh:Violation . + +dy:ExcAVR1.e1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.e1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1459 ; + sh:path cim:ExcAVR1.e1 ; + sh:severity sh:Violation . + +dy:ExcAVR1.e2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e2)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.e2-cardinality" ; + sh:order 1461 ; + sh:path cim:ExcAVR1.e2 ; + sh:severity sh:Violation . + +dy:ExcAVR1.e2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.e2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1461 ; + sh:path cim:ExcAVR1.e2 ; + sh:severity sh:Violation . + +dy:ExcAVR1.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.ka-cardinality" ; + sh:order 1453 ; + sh:path cim:ExcAVR1.ka ; + sh:severity sh:Violation . + +dy:ExcAVR1.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1453 ; + sh:path cim:ExcAVR1.ka ; + sh:severity sh:Violation . + +dy:ExcAVR1.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.kf-cardinality" ; + sh:order 1463 ; + sh:path cim:ExcAVR1.kf ; + sh:severity sh:Violation . + +dy:ExcAVR1.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1463 ; + sh:path cim:ExcAVR1.kf ; + sh:severity sh:Violation . + +dy:ExcAVR1.se1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (se1)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.se1-cardinality" ; + sh:order 1460 ; + sh:path cim:ExcAVR1.se1 ; + sh:severity sh:Violation . + +dy:ExcAVR1.se1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the se1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.se1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1460 ; + sh:path cim:ExcAVR1.se1 ; + sh:severity sh:Violation . + +dy:ExcAVR1.se2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (se2)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.se2-cardinality" ; + sh:order 1462 ; + sh:path cim:ExcAVR1.se2 ; + sh:severity sh:Violation . + +dy:ExcAVR1.se2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the se2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.se2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1462 ; + sh:path cim:ExcAVR1.se2 ; + sh:severity sh:Violation . + +dy:ExcAVR1.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.ta-cardinality" ; + sh:order 1456 ; + sh:path cim:ExcAVR1.ta ; + sh:severity sh:Violation . + +dy:ExcAVR1.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1456 ; + sh:path cim:ExcAVR1.ta ; + sh:severity sh:Violation . + +dy:ExcAVR1.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.tb-cardinality" ; + sh:order 1457 ; + sh:path cim:ExcAVR1.tb ; + sh:severity sh:Violation . + +dy:ExcAVR1.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1457 ; + sh:path cim:ExcAVR1.tb ; + sh:severity sh:Violation . + +dy:ExcAVR1.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.te-cardinality" ; + sh:order 1458 ; + sh:path cim:ExcAVR1.te ; + sh:severity sh:Violation . + +dy:ExcAVR1.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1458 ; + sh:path cim:ExcAVR1.te ; + sh:severity sh:Violation . + +dy:ExcAVR1.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.tf-cardinality" ; + sh:order 1464 ; + sh:path cim:ExcAVR1.tf ; + sh:severity sh:Violation . + +dy:ExcAVR1.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1464 ; + sh:path cim:ExcAVR1.tf ; + sh:severity sh:Violation . + +dy:ExcAVR1.vrmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmn)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.vrmn-cardinality" ; + sh:order 1454 ; + sh:path cim:ExcAVR1.vrmn ; + sh:severity sh:Violation . + +dy:ExcAVR1.vrmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.vrmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1454 ; + sh:path cim:ExcAVR1.vrmn ; + sh:severity sh:Violation . + +dy:ExcAVR1.vrmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmx)." ; + sh:minCount 1 ; + sh:name "ExcAVR1.vrmx-cardinality" ; + sh:order 1455 ; + sh:path cim:ExcAVR1.vrmx ; + sh:severity sh:Violation . + +dy:ExcAVR1.vrmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR1.vrmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1455 ; + sh:path cim:ExcAVR1.vrmx ; + sh:severity sh:Violation . + +dy:ExcAVR2 rdf:type sh:NodeShape ; + sh:property dy:ExcAVR2.kf-cardinality , dy:IdentifiedObject.name-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcAVR2.e1-cardinality , dy:ExcAVR2.vrmx-datatype , dy:ExcAVR2.ka-datatype , dy:ExcAVR2.se2-cardinality , dy:ExcAVR2.tb-cardinality , dy:ExcAVR2.tf1-cardinality , dy:ExcAVR2.e2-datatype , dy:IdentifiedObject.description-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.description-cardinality , dy:ExcAVR2.e2-cardinality , dy:ExcAVR2.vrmn-datatype , dy:ExcAVR2.te-cardinality , dy:ExcAVR2.vrmx-cardinality , dy:ExcAVR2.te-datatype , dy:ExcAVR2.se1-datatype , dy:IdentifiedObject.name-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcAVR2.se1-cardinality , dy:ExcAVR2.vrmn-cardinality , dy:ExcAVR2.tb-datatype , dy:ExcAVR2.se2-datatype , dy:ExcAVR2.ka-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcAVR2.kf-datatype , dy:ExcAVR2.tf1-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcAVR2.ta-cardinality , dy:ExcAVR2.tf2-cardinality , dy:ExcAVR2.tf2-datatype , dy:ExcAVR2.ta-datatype , dy:ExcAVR2.e1-datatype ; + sh:targetClass cim:ExcAVR2 . + +dy:ExcAVR2.e1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e1)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.e1-cardinality" ; + sh:order 1471 ; + sh:path cim:ExcAVR2.e1 ; + sh:severity sh:Violation . + +dy:ExcAVR2.e1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.e1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1471 ; + sh:path cim:ExcAVR2.e1 ; + sh:severity sh:Violation . + +dy:ExcAVR2.e2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e2)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.e2-cardinality" ; + sh:order 1473 ; + sh:path cim:ExcAVR2.e2 ; + sh:severity sh:Violation . + +dy:ExcAVR2.e2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.e2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1473 ; + sh:path cim:ExcAVR2.e2 ; + sh:severity sh:Violation . + +dy:ExcAVR2.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.ka-cardinality" ; + sh:order 1465 ; + sh:path cim:ExcAVR2.ka ; + sh:severity sh:Violation . + +dy:ExcAVR2.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1465 ; + sh:path cim:ExcAVR2.ka ; + sh:severity sh:Violation . + +dy:ExcAVR2.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.kf-cardinality" ; + sh:order 1475 ; + sh:path cim:ExcAVR2.kf ; + sh:severity sh:Violation . + +dy:ExcAVR2.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1475 ; + sh:path cim:ExcAVR2.kf ; + sh:severity sh:Violation . + +dy:ExcAVR2.se1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (se1)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.se1-cardinality" ; + sh:order 1472 ; + sh:path cim:ExcAVR2.se1 ; + sh:severity sh:Violation . + +dy:ExcAVR2.se1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the se1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.se1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1472 ; + sh:path cim:ExcAVR2.se1 ; + sh:severity sh:Violation . + +dy:ExcAVR2.se2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (se2)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.se2-cardinality" ; + sh:order 1474 ; + sh:path cim:ExcAVR2.se2 ; + sh:severity sh:Violation . + +dy:ExcAVR2.se2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the se2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.se2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1474 ; + sh:path cim:ExcAVR2.se2 ; + sh:severity sh:Violation . + +dy:ExcAVR2.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.ta-cardinality" ; + sh:order 1468 ; + sh:path cim:ExcAVR2.ta ; + sh:severity sh:Violation . + +dy:ExcAVR2.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1468 ; + sh:path cim:ExcAVR2.ta ; + sh:severity sh:Violation . + +dy:ExcAVR2.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.tb-cardinality" ; + sh:order 1469 ; + sh:path cim:ExcAVR2.tb ; + sh:severity sh:Violation . + +dy:ExcAVR2.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1469 ; + sh:path cim:ExcAVR2.tb ; + sh:severity sh:Violation . + +dy:ExcAVR2.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.te-cardinality" ; + sh:order 1470 ; + sh:path cim:ExcAVR2.te ; + sh:severity sh:Violation . + +dy:ExcAVR2.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1470 ; + sh:path cim:ExcAVR2.te ; + sh:severity sh:Violation . + +dy:ExcAVR2.tf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf1)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.tf1-cardinality" ; + sh:order 1476 ; + sh:path cim:ExcAVR2.tf1 ; + sh:severity sh:Violation . + +dy:ExcAVR2.tf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.tf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1476 ; + sh:path cim:ExcAVR2.tf1 ; + sh:severity sh:Violation . + +dy:ExcAVR2.tf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf2)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.tf2-cardinality" ; + sh:order 1477 ; + sh:path cim:ExcAVR2.tf2 ; + sh:severity sh:Violation . + +dy:ExcAVR2.tf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.tf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1477 ; + sh:path cim:ExcAVR2.tf2 ; + sh:severity sh:Violation . + +dy:ExcAVR2.vrmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmn)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.vrmn-cardinality" ; + sh:order 1466 ; + sh:path cim:ExcAVR2.vrmn ; + sh:severity sh:Violation . + +dy:ExcAVR2.vrmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.vrmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1466 ; + sh:path cim:ExcAVR2.vrmn ; + sh:severity sh:Violation . + +dy:ExcAVR2.vrmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmx)." ; + sh:minCount 1 ; + sh:name "ExcAVR2.vrmx-cardinality" ; + sh:order 1467 ; + sh:path cim:ExcAVR2.vrmx ; + sh:severity sh:Violation . + +dy:ExcAVR2.vrmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR2.vrmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1467 ; + sh:path cim:ExcAVR2.vrmx ; + sh:severity sh:Violation . + +dy:ExcAVR3 rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-datatype , dy:ExcAVR3.t3-cardinality , dy:ExcAVR3.t2-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcAVR3.se2-cardinality , dy:ExcAVR3.ka-cardinality , dy:ExcAVR3.t1-datatype , dy:ExcAVR3.t2-datatype , dy:ExcAVR3.e1-datatype , dy:ExcAVR3.vrmn-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcAVR3.se1-datatype , dy:ExcAVR3.e1-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcAVR3.se2-datatype , dy:ExcAVR3.vrmx-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcAVR3.te-datatype , dy:ExcAVR3.t4-datatype , dy:IdentifiedObject.description-datatype , dy:ExcAVR3.t4-cardinality , dy:ExcAVR3.vrmx-cardinality , dy:ExcAVR3.t3-datatype , dy:ExcAVR3.se1-cardinality , dy:ExcAVR3.t1-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcAVR3.vrmn-cardinality , dy:ExcAVR3.e2-datatype , dy:IdentifiedObject.name-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcAVR3.e2-cardinality , dy:ExcAVR3.te-cardinality , dy:ExcAVR3.ka-datatype ; + sh:targetClass cim:ExcAVR3 . + +dy:ExcAVR3.e1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e1)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.e1-cardinality" ; + sh:order 1486 ; + sh:path cim:ExcAVR3.e1 ; + sh:severity sh:Violation . + +dy:ExcAVR3.e1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.e1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1486 ; + sh:path cim:ExcAVR3.e1 ; + sh:severity sh:Violation . + +dy:ExcAVR3.e2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e2)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.e2-cardinality" ; + sh:order 1488 ; + sh:path cim:ExcAVR3.e2 ; + sh:severity sh:Violation . + +dy:ExcAVR3.e2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.e2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1488 ; + sh:path cim:ExcAVR3.e2 ; + sh:severity sh:Violation . + +dy:ExcAVR3.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.ka-cardinality" ; + sh:order 1478 ; + sh:path cim:ExcAVR3.ka ; + sh:severity sh:Violation . + +dy:ExcAVR3.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1478 ; + sh:path cim:ExcAVR3.ka ; + sh:severity sh:Violation . + +dy:ExcAVR3.se1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (se1)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.se1-cardinality" ; + sh:order 1487 ; + sh:path cim:ExcAVR3.se1 ; + sh:severity sh:Violation . + +dy:ExcAVR3.se1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the se1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.se1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1487 ; + sh:path cim:ExcAVR3.se1 ; + sh:severity sh:Violation . + +dy:ExcAVR3.se2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (se2)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.se2-cardinality" ; + sh:order 1489 ; + sh:path cim:ExcAVR3.se2 ; + sh:severity sh:Violation . + +dy:ExcAVR3.se2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the se2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.se2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1489 ; + sh:path cim:ExcAVR3.se2 ; + sh:severity sh:Violation . + +dy:ExcAVR3.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.t1-cardinality" ; + sh:order 1481 ; + sh:path cim:ExcAVR3.t1 ; + sh:severity sh:Violation . + +dy:ExcAVR3.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1481 ; + sh:path cim:ExcAVR3.t1 ; + sh:severity sh:Violation . + +dy:ExcAVR3.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.t2-cardinality" ; + sh:order 1482 ; + sh:path cim:ExcAVR3.t2 ; + sh:severity sh:Violation . + +dy:ExcAVR3.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1482 ; + sh:path cim:ExcAVR3.t2 ; + sh:severity sh:Violation . + +dy:ExcAVR3.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.t3-cardinality" ; + sh:order 1483 ; + sh:path cim:ExcAVR3.t3 ; + sh:severity sh:Violation . + +dy:ExcAVR3.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1483 ; + sh:path cim:ExcAVR3.t3 ; + sh:severity sh:Violation . + +dy:ExcAVR3.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.t4-cardinality" ; + sh:order 1484 ; + sh:path cim:ExcAVR3.t4 ; + sh:severity sh:Violation . + +dy:ExcAVR3.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1484 ; + sh:path cim:ExcAVR3.t4 ; + sh:severity sh:Violation . + +dy:ExcAVR3.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.te-cardinality" ; + sh:order 1485 ; + sh:path cim:ExcAVR3.te ; + sh:severity sh:Violation . + +dy:ExcAVR3.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1485 ; + sh:path cim:ExcAVR3.te ; + sh:severity sh:Violation . + +dy:ExcAVR3.vrmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmn)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.vrmn-cardinality" ; + sh:order 1479 ; + sh:path cim:ExcAVR3.vrmn ; + sh:severity sh:Violation . + +dy:ExcAVR3.vrmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.vrmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1479 ; + sh:path cim:ExcAVR3.vrmn ; + sh:severity sh:Violation . + +dy:ExcAVR3.vrmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmx)." ; + sh:minCount 1 ; + sh:name "ExcAVR3.vrmx-cardinality" ; + sh:order 1480 ; + sh:path cim:ExcAVR3.vrmx ; + sh:severity sh:Violation . + +dy:ExcAVR3.vrmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR3.vrmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1480 ; + sh:path cim:ExcAVR3.vrmx ; + sh:severity sh:Violation . + +dy:ExcAVR4 rdf:type sh:NodeShape ; + sh:property dy:ExcAVR4.t1if-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcAVR4.vfmn-cardinality , dy:ExcAVR4.vrmn-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcAVR4.t4-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcAVR4.vfmx-datatype , dy:ExcAVR4.tif-datatype , dy:ExcAVR4.imul-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcAVR4.vrmx-cardinality , dy:ExcAVR4.kif-cardinality , dy:ExcAVR4.ka-cardinality , dy:ExcAVR4.vrmx-datatype , dy:ExcAVR4.ke-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcAVR4.t1if-cardinality , dy:ExcAVR4.t2-cardinality , dy:ExcAVR4.ka-datatype , dy:ExcAVR4.t2-datatype , dy:ExcAVR4.imul-cardinality , dy:ExcAVR4.vfmx-cardinality , dy:ExcAVR4.t3-datatype , dy:ExcAVR4.vfmn-datatype , dy:ExcAVR4.vrmn-cardinality , dy:ExcAVR4.tif-cardinality , dy:ExcAVR4.t1-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcAVR4.ke-datatype , dy:ExcAVR4.t3-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcAVR4.kif-datatype , dy:ExcAVR4.t1-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcAVR4.t4-cardinality ; + sh:targetClass cim:ExcAVR4 . + +dy:ExcAVR4.imul-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (imul)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.imul-cardinality" ; + sh:order 1503 ; + sh:path cim:ExcAVR4.imul ; + sh:severity sh:Violation . + +dy:ExcAVR4.imul-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the imul." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.imul-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1503 ; + sh:path cim:ExcAVR4.imul ; + sh:severity sh:Violation . + +dy:ExcAVR4.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.ka-cardinality" ; + sh:order 1490 ; + sh:path cim:ExcAVR4.ka ; + sh:severity sh:Violation . + +dy:ExcAVR4.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1490 ; + sh:path cim:ExcAVR4.ka ; + sh:severity sh:Violation . + +dy:ExcAVR4.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.ke-cardinality" ; + sh:order 1497 ; + sh:path cim:ExcAVR4.ke ; + sh:severity sh:Violation . + +dy:ExcAVR4.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1497 ; + sh:path cim:ExcAVR4.ke ; + sh:severity sh:Violation . + +dy:ExcAVR4.kif-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kif)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.kif-cardinality" ; + sh:order 1500 ; + sh:path cim:ExcAVR4.kif ; + sh:severity sh:Violation . + +dy:ExcAVR4.kif-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kif." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.kif-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1500 ; + sh:path cim:ExcAVR4.kif ; + sh:severity sh:Violation . + +dy:ExcAVR4.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.t1-cardinality" ; + sh:order 1493 ; + sh:path cim:ExcAVR4.t1 ; + sh:severity sh:Violation . + +dy:ExcAVR4.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1493 ; + sh:path cim:ExcAVR4.t1 ; + sh:severity sh:Violation . + +dy:ExcAVR4.t1if-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1if)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.t1if-cardinality" ; + sh:order 1502 ; + sh:path cim:ExcAVR4.t1if ; + sh:severity sh:Violation . + +dy:ExcAVR4.t1if-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1if." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.t1if-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1502 ; + sh:path cim:ExcAVR4.t1if ; + sh:severity sh:Violation . + +dy:ExcAVR4.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.t2-cardinality" ; + sh:order 1494 ; + sh:path cim:ExcAVR4.t2 ; + sh:severity sh:Violation . + +dy:ExcAVR4.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1494 ; + sh:path cim:ExcAVR4.t2 ; + sh:severity sh:Violation . + +dy:ExcAVR4.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.t3-cardinality" ; + sh:order 1495 ; + sh:path cim:ExcAVR4.t3 ; + sh:severity sh:Violation . + +dy:ExcAVR4.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1495 ; + sh:path cim:ExcAVR4.t3 ; + sh:severity sh:Violation . + +dy:ExcAVR4.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.t4-cardinality" ; + sh:order 1496 ; + sh:path cim:ExcAVR4.t4 ; + sh:severity sh:Violation . + +dy:ExcAVR4.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1496 ; + sh:path cim:ExcAVR4.t4 ; + sh:severity sh:Violation . + +dy:ExcAVR4.tif-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tif)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.tif-cardinality" ; + sh:order 1501 ; + sh:path cim:ExcAVR4.tif ; + sh:severity sh:Violation . + +dy:ExcAVR4.tif-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tif." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.tif-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1501 ; + sh:path cim:ExcAVR4.tif ; + sh:severity sh:Violation . + +dy:ExcAVR4.vfmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfmn)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.vfmn-cardinality" ; + sh:order 1499 ; + sh:path cim:ExcAVR4.vfmn ; + sh:severity sh:Violation . + +dy:ExcAVR4.vfmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.vfmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1499 ; + sh:path cim:ExcAVR4.vfmn ; + sh:severity sh:Violation . + +dy:ExcAVR4.vfmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfmx)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.vfmx-cardinality" ; + sh:order 1498 ; + sh:path cim:ExcAVR4.vfmx ; + sh:severity sh:Violation . + +dy:ExcAVR4.vfmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.vfmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1498 ; + sh:path cim:ExcAVR4.vfmx ; + sh:severity sh:Violation . + +dy:ExcAVR4.vrmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmn)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.vrmn-cardinality" ; + sh:order 1491 ; + sh:path cim:ExcAVR4.vrmn ; + sh:severity sh:Violation . + +dy:ExcAVR4.vrmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.vrmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1491 ; + sh:path cim:ExcAVR4.vrmn ; + sh:severity sh:Violation . + +dy:ExcAVR4.vrmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmx)." ; + sh:minCount 1 ; + sh:name "ExcAVR4.vrmx-cardinality" ; + sh:order 1492 ; + sh:path cim:ExcAVR4.vrmx ; + sh:severity sh:Violation . + +dy:ExcAVR4.vrmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR4.vrmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1492 ; + sh:path cim:ExcAVR4.vrmx ; + sh:severity sh:Violation . + +dy:ExcAVR5 rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-datatype , dy:ExcAVR5.ta-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcAVR5.rex-cardinality , dy:ExcAVR5.ka-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcAVR5.ka-datatype , dy:ExcAVR5.rex-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcAVR5.ta-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:DynamicsFunctionBlock.enabled-datatype ; + sh:targetClass cim:ExcAVR5 . + +dy:ExcAVR5.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcAVR5.ka-cardinality" ; + sh:order 1504 ; + sh:path cim:ExcAVR5.ka ; + sh:severity sh:Violation . + +dy:ExcAVR5.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR5.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1504 ; + sh:path cim:ExcAVR5.ka ; + sh:severity sh:Violation . + +dy:ExcAVR5.rex-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rex)." ; + sh:minCount 1 ; + sh:name "ExcAVR5.rex-cardinality" ; + sh:order 1506 ; + sh:path cim:ExcAVR5.rex ; + sh:severity sh:Violation . + +dy:ExcAVR5.rex-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rex." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR5.rex-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1506 ; + sh:path cim:ExcAVR5.rex ; + sh:severity sh:Violation . + +dy:ExcAVR5.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcAVR5.ta-cardinality" ; + sh:order 1505 ; + sh:path cim:ExcAVR5.ta ; + sh:severity sh:Violation . + +dy:ExcAVR5.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR5.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1505 ; + sh:path cim:ExcAVR5.ta ; + sh:severity sh:Violation . + +dy:ExcAVR7 rdf:type sh:NodeShape ; + sh:property dy:ExcAVR7.vmax3-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcAVR7.vmin1-cardinality , dy:ExcAVR7.t1-datatype , dy:ExcAVR7.vmin5-datatype , dy:ExcAVR7.vmin5-cardinality , dy:ExcAVR7.k1-cardinality , dy:ExcAVR7.k3-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcAVR7.t2-cardinality , dy:ExcAVR7.a1-cardinality , dy:ExcAVR7.vmax5-cardinality , dy:ExcAVR7.a4-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcAVR7.a3-datatype , dy:ExcAVR7.vmax5-datatype , dy:ExcAVR7.t4-datatype , dy:ExcAVR7.a4-datatype , dy:ExcAVR7.t1-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcAVR7.a6-datatype , dy:ExcAVR7.t5-cardinality , dy:ExcAVR7.t3-cardinality , dy:ExcAVR7.t2-datatype , dy:ExcAVR7.t4-cardinality , dy:ExcAVR7.a2-cardinality , dy:ExcAVR7.vmax1-cardinality , dy:ExcAVR7.k1-datatype , dy:ExcAVR7.a6-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcAVR7.a5-datatype , dy:ExcAVR7.vmin3-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcAVR7.k5-cardinality , dy:ExcAVR7.k5-datatype , dy:ExcAVR7.vmax3-cardinality , dy:ExcAVR7.vmin3-datatype , dy:ExcAVR7.a5-cardinality , dy:ExcAVR7.vmax1-datatype , dy:ExcAVR7.t5-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcAVR7.vmin1-datatype , dy:ExcAVR7.k3-cardinality , dy:ExcAVR7.a2-datatype , dy:ExcAVR7.t6-datatype , dy:ExcAVR7.a3-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcAVR7.t6-cardinality , dy:ExcAVR7.a1-datatype , dy:ExcAVR7.t3-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.description-datatype ; + sh:targetClass cim:ExcAVR7 . + +dy:ExcAVR7.a1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a1)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.a1-cardinality" ; + sh:order 1508 ; + sh:path cim:ExcAVR7.a1 ; + sh:severity sh:Violation . + +dy:ExcAVR7.a1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.a1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1508 ; + sh:path cim:ExcAVR7.a1 ; + sh:severity sh:Violation . + +dy:ExcAVR7.a2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a2)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.a2-cardinality" ; + sh:order 1509 ; + sh:path cim:ExcAVR7.a2 ; + sh:severity sh:Violation . + +dy:ExcAVR7.a2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.a2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1509 ; + sh:path cim:ExcAVR7.a2 ; + sh:severity sh:Violation . + +dy:ExcAVR7.a3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a3)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.a3-cardinality" ; + sh:order 1515 ; + sh:path cim:ExcAVR7.a3 ; + sh:severity sh:Violation . + +dy:ExcAVR7.a3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.a3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1515 ; + sh:path cim:ExcAVR7.a3 ; + sh:severity sh:Violation . + +dy:ExcAVR7.a4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a4)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.a4-cardinality" ; + sh:order 1516 ; + sh:path cim:ExcAVR7.a4 ; + sh:severity sh:Violation . + +dy:ExcAVR7.a4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.a4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1516 ; + sh:path cim:ExcAVR7.a4 ; + sh:severity sh:Violation . + +dy:ExcAVR7.a5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a5)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.a5-cardinality" ; + sh:order 1522 ; + sh:path cim:ExcAVR7.a5 ; + sh:severity sh:Violation . + +dy:ExcAVR7.a5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.a5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1522 ; + sh:path cim:ExcAVR7.a5 ; + sh:severity sh:Violation . + +dy:ExcAVR7.a6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a6)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.a6-cardinality" ; + sh:order 1523 ; + sh:path cim:ExcAVR7.a6 ; + sh:severity sh:Violation . + +dy:ExcAVR7.a6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.a6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1523 ; + sh:path cim:ExcAVR7.a6 ; + sh:severity sh:Violation . + +dy:ExcAVR7.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.k1-cardinality" ; + sh:order 1507 ; + sh:path cim:ExcAVR7.k1 ; + sh:severity sh:Violation . + +dy:ExcAVR7.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1507 ; + sh:path cim:ExcAVR7.k1 ; + sh:severity sh:Violation . + +dy:ExcAVR7.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.k3-cardinality" ; + sh:order 1514 ; + sh:path cim:ExcAVR7.k3 ; + sh:severity sh:Violation . + +dy:ExcAVR7.k3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1514 ; + sh:path cim:ExcAVR7.k3 ; + sh:severity sh:Violation . + +dy:ExcAVR7.k5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k5)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.k5-cardinality" ; + sh:order 1521 ; + sh:path cim:ExcAVR7.k5 ; + sh:severity sh:Violation . + +dy:ExcAVR7.k5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.k5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1521 ; + sh:path cim:ExcAVR7.k5 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.t1-cardinality" ; + sh:order 1510 ; + sh:path cim:ExcAVR7.t1 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1510 ; + sh:path cim:ExcAVR7.t1 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.t2-cardinality" ; + sh:order 1511 ; + sh:path cim:ExcAVR7.t2 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1511 ; + sh:path cim:ExcAVR7.t2 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.t3-cardinality" ; + sh:order 1517 ; + sh:path cim:ExcAVR7.t3 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1517 ; + sh:path cim:ExcAVR7.t3 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.t4-cardinality" ; + sh:order 1518 ; + sh:path cim:ExcAVR7.t4 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1518 ; + sh:path cim:ExcAVR7.t4 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.t5-cardinality" ; + sh:order 1524 ; + sh:path cim:ExcAVR7.t5 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1524 ; + sh:path cim:ExcAVR7.t5 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.t6-cardinality" ; + sh:order 1525 ; + sh:path cim:ExcAVR7.t6 ; + sh:severity sh:Violation . + +dy:ExcAVR7.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1525 ; + sh:path cim:ExcAVR7.t6 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmax1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmax1)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.vmax1-cardinality" ; + sh:order 1512 ; + sh:path cim:ExcAVR7.vmax1 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmax1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmax1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.vmax1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1512 ; + sh:path cim:ExcAVR7.vmax1 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmax3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmax3)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.vmax3-cardinality" ; + sh:order 1519 ; + sh:path cim:ExcAVR7.vmax3 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmax3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmax3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.vmax3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1519 ; + sh:path cim:ExcAVR7.vmax3 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmax5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmax5)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.vmax5-cardinality" ; + sh:order 1526 ; + sh:path cim:ExcAVR7.vmax5 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmax5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmax5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.vmax5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1526 ; + sh:path cim:ExcAVR7.vmax5 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmin1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmin1)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.vmin1-cardinality" ; + sh:order 1513 ; + sh:path cim:ExcAVR7.vmin1 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmin1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmin1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.vmin1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1513 ; + sh:path cim:ExcAVR7.vmin1 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmin3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmin3)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.vmin3-cardinality" ; + sh:order 1520 ; + sh:path cim:ExcAVR7.vmin3 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmin3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmin3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.vmin3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1520 ; + sh:path cim:ExcAVR7.vmin3 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmin5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmin5)." ; + sh:minCount 1 ; + sh:name "ExcAVR7.vmin5-cardinality" ; + sh:order 1527 ; + sh:path cim:ExcAVR7.vmin5 ; + sh:severity sh:Violation . + +dy:ExcAVR7.vmin5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmin5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcAVR7.vmin5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1527 ; + sh:path cim:ExcAVR7.vmin5 ; + sh:severity sh:Violation . + +dy:ExcBBC rdf:type sh:NodeShape ; + sh:property dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcBBC.t3-datatype , dy:ExcBBC.t2-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.mRID-datatype , dy:ExcBBC.k-datatype , dy:ExcBBC.t1-datatype , dy:ExcBBC.t1-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcBBC.switch-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcBBC.vrmax-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcBBC.t3-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcBBC.xe-cardinality , dy:ExcBBC.t2-datatype , dy:ExcBBC.k-cardinality , dy:ExcBBC.efdmax-datatype , dy:ExcBBC.efdmax-cardinality , dy:ExcBBC.efdmin-datatype , dy:ExcBBC.vrmin-datatype , dy:ExcBBC.t4-cardinality , dy:ExcBBC.t4-datatype , dy:ExcBBC.switch-datatype , dy:ExcBBC.vrmax-cardinality , dy:ExcBBC.xe-datatype , dy:ExcBBC.efdmin-cardinality , dy:ExcBBC.vrmin-cardinality ; + sh:targetClass cim:ExcBBC . + +dy:ExcBBC.efdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmax)." ; + sh:minCount 1 ; + sh:name "ExcBBC.efdmax-cardinality" ; + sh:order 1536 ; + sh:path cim:ExcBBC.efdmax ; + sh:severity sh:Violation . + +dy:ExcBBC.efdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcBBC.efdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1536 ; + sh:path cim:ExcBBC.efdmax ; + sh:severity sh:Violation . + +dy:ExcBBC.efdmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmin)." ; + sh:minCount 1 ; + sh:name "ExcBBC.efdmin-cardinality" ; + sh:order 1535 ; + sh:path cim:ExcBBC.efdmin ; + sh:severity sh:Violation . + +dy:ExcBBC.efdmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcBBC.efdmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1535 ; + sh:path cim:ExcBBC.efdmin ; + sh:severity sh:Violation . + +dy:ExcBBC.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "ExcBBC.k-cardinality" ; + sh:order 1532 ; + sh:path cim:ExcBBC.k ; + sh:severity sh:Violation . + +dy:ExcBBC.k-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcBBC.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1532 ; + sh:path cim:ExcBBC.k ; + sh:severity sh:Violation . + +dy:ExcBBC.switch-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (switch)." ; + sh:minCount 1 ; + sh:name "ExcBBC.switch-cardinality" ; + sh:order 1538 ; + sh:path cim:ExcBBC.switch ; + sh:severity sh:Violation . + +dy:ExcBBC.switch-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the switch." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcBBC.switch-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1538 ; + sh:path cim:ExcBBC.switch ; + sh:severity sh:Violation . + +dy:ExcBBC.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "ExcBBC.t1-cardinality" ; + sh:order 1528 ; + sh:path cim:ExcBBC.t1 ; + sh:severity sh:Violation . + +dy:ExcBBC.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcBBC.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1528 ; + sh:path cim:ExcBBC.t1 ; + sh:severity sh:Violation . + +dy:ExcBBC.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "ExcBBC.t2-cardinality" ; + sh:order 1529 ; + sh:path cim:ExcBBC.t2 ; + sh:severity sh:Violation . + +dy:ExcBBC.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcBBC.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1529 ; + sh:path cim:ExcBBC.t2 ; + sh:severity sh:Violation . + +dy:ExcBBC.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "ExcBBC.t3-cardinality" ; + sh:order 1530 ; + sh:path cim:ExcBBC.t3 ; + sh:severity sh:Violation . + +dy:ExcBBC.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcBBC.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1530 ; + sh:path cim:ExcBBC.t3 ; + sh:severity sh:Violation . + +dy:ExcBBC.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "ExcBBC.t4-cardinality" ; + sh:order 1531 ; + sh:path cim:ExcBBC.t4 ; + sh:severity sh:Violation . + +dy:ExcBBC.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcBBC.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1531 ; + sh:path cim:ExcBBC.t4 ; + sh:severity sh:Violation . + +dy:ExcBBC.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcBBC.vrmax-cardinality" ; + sh:order 1534 ; + sh:path cim:ExcBBC.vrmax ; + sh:severity sh:Violation . + +dy:ExcBBC.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcBBC.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1534 ; + sh:path cim:ExcBBC.vrmax ; + sh:severity sh:Violation . + +dy:ExcBBC.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcBBC.vrmin-cardinality" ; + sh:order 1533 ; + sh:path cim:ExcBBC.vrmin ; + sh:severity sh:Violation . + +dy:ExcBBC.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcBBC.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1533 ; + sh:path cim:ExcBBC.vrmin ; + sh:severity sh:Violation . + +dy:ExcBBC.xe-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xe)." ; + sh:minCount 1 ; + sh:name "ExcBBC.xe-cardinality" ; + sh:order 1537 ; + sh:path cim:ExcBBC.xe ; + sh:severity sh:Violation . + +dy:ExcBBC.xe-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xe." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcBBC.xe-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1537 ; + sh:path cim:ExcBBC.xe ; + sh:severity sh:Violation . + +dy:ExcCZ rdf:type sh:NodeShape ; + sh:property dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcCZ.efdmin-datatype , dy:ExcCZ.kp-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:ExcCZ.efdmax-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcCZ.tc-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcCZ.ta-cardinality , dy:ExcCZ.ke-datatype , dy:ExcCZ.efdmax-datatype , dy:ExcCZ.efdmin-cardinality , dy:ExcCZ.vrmax-datatype , dy:ExcCZ.vrmax-cardinality , dy:ExcCZ.ke-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcCZ.ta-datatype , dy:ExcCZ.te-datatype , dy:ExcCZ.vrmin-datatype , dy:ExcCZ.kp-cardinality , dy:ExcCZ.te-cardinality , dy:ExcCZ.ka-cardinality , dy:ExcCZ.vrmin-cardinality , dy:ExcCZ.tc-datatype , dy:ExcCZ.ka-datatype , dy:IdentifiedObject.mRID-datatype , dy:DynamicsFunctionBlock.enabled-datatype ; + sh:targetClass cim:ExcCZ . + +dy:ExcCZ.efdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmax)." ; + sh:minCount 1 ; + sh:name "ExcCZ.efdmax-cardinality" ; + sh:order 1547 ; + sh:path cim:ExcCZ.efdmax ; + sh:severity sh:Violation . + +dy:ExcCZ.efdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcCZ.efdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1547 ; + sh:path cim:ExcCZ.efdmax ; + sh:severity sh:Violation . + +dy:ExcCZ.efdmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmin)." ; + sh:minCount 1 ; + sh:name "ExcCZ.efdmin-cardinality" ; + sh:order 1548 ; + sh:path cim:ExcCZ.efdmin ; + sh:severity sh:Violation . + +dy:ExcCZ.efdmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcCZ.efdmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1548 ; + sh:path cim:ExcCZ.efdmin ; + sh:severity sh:Violation . + +dy:ExcCZ.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcCZ.ka-cardinality" ; + sh:order 1543 ; + sh:path cim:ExcCZ.ka ; + sh:severity sh:Violation . + +dy:ExcCZ.ka-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcCZ.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1543 ; + sh:path cim:ExcCZ.ka ; + sh:severity sh:Violation . + +dy:ExcCZ.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcCZ.ke-cardinality" ; + sh:order 1545 ; + sh:path cim:ExcCZ.ke ; + sh:severity sh:Violation . + +dy:ExcCZ.ke-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcCZ.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1545 ; + sh:path cim:ExcCZ.ke ; + sh:severity sh:Violation . + +dy:ExcCZ.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcCZ.kp-cardinality" ; + sh:order 1539 ; + sh:path cim:ExcCZ.kp ; + sh:severity sh:Violation . + +dy:ExcCZ.kp-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcCZ.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1539 ; + sh:path cim:ExcCZ.kp ; + sh:severity sh:Violation . + +dy:ExcCZ.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcCZ.ta-cardinality" ; + sh:order 1544 ; + sh:path cim:ExcCZ.ta ; + sh:severity sh:Violation . + +dy:ExcCZ.ta-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcCZ.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1544 ; + sh:path cim:ExcCZ.ta ; + sh:severity sh:Violation . + +dy:ExcCZ.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcCZ.tc-cardinality" ; + sh:order 1540 ; + sh:path cim:ExcCZ.tc ; + sh:severity sh:Violation . + +dy:ExcCZ.tc-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcCZ.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1540 ; + sh:path cim:ExcCZ.tc ; + sh:severity sh:Violation . + +dy:ExcCZ.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcCZ.te-cardinality" ; + sh:order 1546 ; + sh:path cim:ExcCZ.te ; + sh:severity sh:Violation . + +dy:ExcCZ.te-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcCZ.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1546 ; + sh:path cim:ExcCZ.te ; + sh:severity sh:Violation . + +dy:ExcCZ.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcCZ.vrmax-cardinality" ; + sh:order 1541 ; + sh:path cim:ExcCZ.vrmax ; + sh:severity sh:Violation . + +dy:ExcCZ.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcCZ.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1541 ; + sh:path cim:ExcCZ.vrmax ; + sh:severity sh:Violation . + +dy:ExcCZ.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcCZ.vrmin-cardinality" ; + sh:order 1542 ; + sh:path cim:ExcCZ.vrmin ; + sh:severity sh:Violation . + +dy:ExcCZ.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcCZ.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1542 ; + sh:path cim:ExcCZ.vrmin ; + sh:severity sh:Violation . + +dy:ExcDC1A rdf:type sh:NodeShape ; + sh:property dy:ExcDC1A.tf-datatype , dy:ExcDC1A.seefd1-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcDC1A.efd2-cardinality , dy:ExcDC1A.exclim-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcDC1A.ta-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcDC1A.efd1-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcDC1A.vrmax-datatype , dy:ExcDC1A.tc-cardinality , dy:ExcDC1A.efdmin-datatype , dy:ExcDC1A.vrmin-cardinality , dy:ExcDC1A.seefd2-cardinality , dy:ExcDC1A.efdmax-datatype , dy:ExcDC1A.vrmax-cardinality , dy:ExcDC1A.kf-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcDC1A.ta-cardinality , dy:ExcDC1A.efdmin-cardinality , dy:ExcDC1A.seefd1-cardinality , dy:ExcDC1A.tb-cardinality , dy:ExcDC1A.ks-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcDC1A.tf-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcDC1A.efd2-datatype , dy:ExcDC1A.efdmax-cardinality , dy:ExcDC1A.ka-datatype , dy:ExcDC1A.seefd2-datatype , dy:ExcDC1A.te-datatype , dy:ExcDC1A.tc-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcDC1A.exclim-cardinality , dy:ExcDC1A.tb-datatype , dy:ExcDC1A.ka-cardinality , dy:ExcDC1A.kf-datatype , dy:ExcDC1A.te-cardinality , dy:ExcDC1A.efd1-datatype , dy:ExcDC1A.ke-datatype , dy:ExcDC1A.ks-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcDC1A.ke-cardinality , dy:ExcDC1A.vrmin-datatype ; + sh:targetClass cim:ExcDC1A . + +dy:ExcDC1A.efd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd1)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.efd1-cardinality" ; + sh:order 1560 ; + sh:path cim:ExcDC1A.efd1 ; + sh:severity sh:Violation . + +dy:ExcDC1A.efd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.efd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1560 ; + sh:path cim:ExcDC1A.efd1 ; + sh:severity sh:Violation . + +dy:ExcDC1A.efd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd2)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.efd2-cardinality" ; + sh:order 1562 ; + sh:path cim:ExcDC1A.efd2 ; + sh:severity sh:Violation . + +dy:ExcDC1A.efd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.efd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1562 ; + sh:path cim:ExcDC1A.efd2 ; + sh:severity sh:Violation . + +dy:ExcDC1A.efdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmax)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.efdmax-cardinality" ; + sh:order 1566 ; + sh:path cim:ExcDC1A.efdmax ; + sh:severity sh:Violation . + +dy:ExcDC1A.efdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.efdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1566 ; + sh:path cim:ExcDC1A.efdmax ; + sh:severity sh:Violation . + +dy:ExcDC1A.efdmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmin)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.efdmin-cardinality" ; + sh:order 1565 ; + sh:path cim:ExcDC1A.efdmin ; + sh:severity sh:Violation . + +dy:ExcDC1A.efdmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.efdmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1565 ; + sh:path cim:ExcDC1A.efdmin ; + sh:severity sh:Violation . + +dy:ExcDC1A.exclim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (exclim)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.exclim-cardinality" ; + sh:order 1564 ; + sh:path cim:ExcDC1A.exclim ; + sh:severity sh:Violation . + +dy:ExcDC1A.exclim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the exclim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.exclim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1564 ; + sh:path cim:ExcDC1A.exclim ; + sh:severity sh:Violation . + +dy:ExcDC1A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.ka-cardinality" ; + sh:order 1549 ; + sh:path cim:ExcDC1A.ka ; + sh:severity sh:Violation . + +dy:ExcDC1A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1549 ; + sh:path cim:ExcDC1A.ka ; + sh:severity sh:Violation . + +dy:ExcDC1A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.ke-cardinality" ; + sh:order 1556 ; + sh:path cim:ExcDC1A.ke ; + sh:severity sh:Violation . + +dy:ExcDC1A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1556 ; + sh:path cim:ExcDC1A.ke ; + sh:severity sh:Violation . + +dy:ExcDC1A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.kf-cardinality" ; + sh:order 1558 ; + sh:path cim:ExcDC1A.kf ; + sh:severity sh:Violation . + +dy:ExcDC1A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1558 ; + sh:path cim:ExcDC1A.kf ; + sh:severity sh:Violation . + +dy:ExcDC1A.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.ks-cardinality" ; + sh:order 1550 ; + sh:path cim:ExcDC1A.ks ; + sh:severity sh:Violation . + +dy:ExcDC1A.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1550 ; + sh:path cim:ExcDC1A.ks ; + sh:severity sh:Violation . + +dy:ExcDC1A.seefd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd1)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.seefd1-cardinality" ; + sh:order 1561 ; + sh:path cim:ExcDC1A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcDC1A.seefd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.seefd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1561 ; + sh:path cim:ExcDC1A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcDC1A.seefd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd2)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.seefd2-cardinality" ; + sh:order 1563 ; + sh:path cim:ExcDC1A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcDC1A.seefd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.seefd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1563 ; + sh:path cim:ExcDC1A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcDC1A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.ta-cardinality" ; + sh:order 1551 ; + sh:path cim:ExcDC1A.ta ; + sh:severity sh:Violation . + +dy:ExcDC1A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1551 ; + sh:path cim:ExcDC1A.ta ; + sh:severity sh:Violation . + +dy:ExcDC1A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.tb-cardinality" ; + sh:order 1552 ; + sh:path cim:ExcDC1A.tb ; + sh:severity sh:Violation . + +dy:ExcDC1A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1552 ; + sh:path cim:ExcDC1A.tb ; + sh:severity sh:Violation . + +dy:ExcDC1A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.tc-cardinality" ; + sh:order 1553 ; + sh:path cim:ExcDC1A.tc ; + sh:severity sh:Violation . + +dy:ExcDC1A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1553 ; + sh:path cim:ExcDC1A.tc ; + sh:severity sh:Violation . + +dy:ExcDC1A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.te-cardinality" ; + sh:order 1557 ; + sh:path cim:ExcDC1A.te ; + sh:severity sh:Violation . + +dy:ExcDC1A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1557 ; + sh:path cim:ExcDC1A.te ; + sh:severity sh:Violation . + +dy:ExcDC1A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.tf-cardinality" ; + sh:order 1559 ; + sh:path cim:ExcDC1A.tf ; + sh:severity sh:Violation . + +dy:ExcDC1A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1559 ; + sh:path cim:ExcDC1A.tf ; + sh:severity sh:Violation . + +dy:ExcDC1A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.vrmax-cardinality" ; + sh:order 1554 ; + sh:path cim:ExcDC1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcDC1A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1554 ; + sh:path cim:ExcDC1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcDC1A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcDC1A.vrmin-cardinality" ; + sh:order 1555 ; + sh:path cim:ExcDC1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcDC1A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC1A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1555 ; + sh:path cim:ExcDC1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcDC2A rdf:type sh:NodeShape ; + sh:property dy:ExcDC2A.te-datatype , dy:ExcDC2A.efd2-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcDC2A.tc-datatype , dy:ExcDC2A.vrmin-cardinality , dy:ExcDC2A.ke-cardinality , dy:ExcDC2A.kf-datatype , dy:ExcDC2A.vtlim-cardinality , dy:ExcDC2A.tb-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcDC2A.kf-cardinality , dy:ExcDC2A.tf-datatype , dy:ExcDC2A.ka-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcDC2A.seefd1-datatype , dy:ExcDC2A.tb-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcDC2A.ks-datatype , dy:ExcDC2A.vrmin-datatype , dy:ExcDC2A.vrmax-datatype , dy:IdentifiedObject.description-datatype , dy:ExcDC2A.tf-cardinality , dy:ExcDC2A.tc-cardinality , dy:ExcDC2A.tf1-datatype , dy:ExcDC2A.vtlim-datatype , dy:ExcDC2A.exclim-datatype , dy:ExcDC2A.ke-datatype , dy:ExcDC2A.te-cardinality , dy:ExcDC2A.efd2-cardinality , dy:ExcDC2A.tf1-cardinality , dy:ExcDC2A.seefd2-datatype , dy:ExcDC2A.vrmax-cardinality , dy:ExcDC2A.ka-cardinality , dy:ExcDC2A.efd1-datatype , dy:ExcDC2A.seefd2-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcDC2A.ks-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcDC2A.efd1-cardinality , dy:ExcDC2A.seefd1-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcDC2A.ta-cardinality , dy:ExcDC2A.exclim-cardinality , dy:ExcDC2A.ta-datatype ; + sh:targetClass cim:ExcDC2A . + +dy:ExcDC2A.efd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd1)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.efd1-cardinality" ; + sh:order 1579 ; + sh:path cim:ExcDC2A.efd1 ; + sh:severity sh:Violation . + +dy:ExcDC2A.efd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.efd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1579 ; + sh:path cim:ExcDC2A.efd1 ; + sh:severity sh:Violation . + +dy:ExcDC2A.efd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd2)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.efd2-cardinality" ; + sh:order 1581 ; + sh:path cim:ExcDC2A.efd2 ; + sh:severity sh:Violation . + +dy:ExcDC2A.efd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.efd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1581 ; + sh:path cim:ExcDC2A.efd2 ; + sh:severity sh:Violation . + +dy:ExcDC2A.exclim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (exclim)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.exclim-cardinality" ; + sh:order 1583 ; + sh:path cim:ExcDC2A.exclim ; + sh:severity sh:Violation . + +dy:ExcDC2A.exclim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the exclim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.exclim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1583 ; + sh:path cim:ExcDC2A.exclim ; + sh:severity sh:Violation . + +dy:ExcDC2A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.ka-cardinality" ; + sh:order 1567 ; + sh:path cim:ExcDC2A.ka ; + sh:severity sh:Violation . + +dy:ExcDC2A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1567 ; + sh:path cim:ExcDC2A.ka ; + sh:severity sh:Violation . + +dy:ExcDC2A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.ke-cardinality" ; + sh:order 1574 ; + sh:path cim:ExcDC2A.ke ; + sh:severity sh:Violation . + +dy:ExcDC2A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1574 ; + sh:path cim:ExcDC2A.ke ; + sh:severity sh:Violation . + +dy:ExcDC2A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.kf-cardinality" ; + sh:order 1576 ; + sh:path cim:ExcDC2A.kf ; + sh:severity sh:Violation . + +dy:ExcDC2A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1576 ; + sh:path cim:ExcDC2A.kf ; + sh:severity sh:Violation . + +dy:ExcDC2A.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.ks-cardinality" ; + sh:order 1568 ; + sh:path cim:ExcDC2A.ks ; + sh:severity sh:Violation . + +dy:ExcDC2A.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1568 ; + sh:path cim:ExcDC2A.ks ; + sh:severity sh:Violation . + +dy:ExcDC2A.seefd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd1)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.seefd1-cardinality" ; + sh:order 1580 ; + sh:path cim:ExcDC2A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcDC2A.seefd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.seefd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1580 ; + sh:path cim:ExcDC2A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcDC2A.seefd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd2)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.seefd2-cardinality" ; + sh:order 1582 ; + sh:path cim:ExcDC2A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcDC2A.seefd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.seefd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1582 ; + sh:path cim:ExcDC2A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcDC2A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.ta-cardinality" ; + sh:order 1569 ; + sh:path cim:ExcDC2A.ta ; + sh:severity sh:Violation . + +dy:ExcDC2A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1569 ; + sh:path cim:ExcDC2A.ta ; + sh:severity sh:Violation . + +dy:ExcDC2A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.tb-cardinality" ; + sh:order 1570 ; + sh:path cim:ExcDC2A.tb ; + sh:severity sh:Violation . + +dy:ExcDC2A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1570 ; + sh:path cim:ExcDC2A.tb ; + sh:severity sh:Violation . + +dy:ExcDC2A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.tc-cardinality" ; + sh:order 1571 ; + sh:path cim:ExcDC2A.tc ; + sh:severity sh:Violation . + +dy:ExcDC2A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1571 ; + sh:path cim:ExcDC2A.tc ; + sh:severity sh:Violation . + +dy:ExcDC2A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.te-cardinality" ; + sh:order 1575 ; + sh:path cim:ExcDC2A.te ; + sh:severity sh:Violation . + +dy:ExcDC2A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1575 ; + sh:path cim:ExcDC2A.te ; + sh:severity sh:Violation . + +dy:ExcDC2A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.tf-cardinality" ; + sh:order 1577 ; + sh:path cim:ExcDC2A.tf ; + sh:severity sh:Violation . + +dy:ExcDC2A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1577 ; + sh:path cim:ExcDC2A.tf ; + sh:severity sh:Violation . + +dy:ExcDC2A.tf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf1)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.tf1-cardinality" ; + sh:order 1578 ; + sh:path cim:ExcDC2A.tf1 ; + sh:severity sh:Violation . + +dy:ExcDC2A.tf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.tf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1578 ; + sh:path cim:ExcDC2A.tf1 ; + sh:severity sh:Violation . + +dy:ExcDC2A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.vrmax-cardinality" ; + sh:order 1572 ; + sh:path cim:ExcDC2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcDC2A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1572 ; + sh:path cim:ExcDC2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcDC2A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.vrmin-cardinality" ; + sh:order 1573 ; + sh:path cim:ExcDC2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcDC2A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1573 ; + sh:path cim:ExcDC2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcDC2A.vtlim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vtlim)." ; + sh:minCount 1 ; + sh:name "ExcDC2A.vtlim-cardinality" ; + sh:order 1584 ; + sh:path cim:ExcDC2A.vtlim ; + sh:severity sh:Violation . + +dy:ExcDC2A.vtlim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the vtlim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC2A.vtlim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1584 ; + sh:path cim:ExcDC2A.vtlim ; + sh:severity sh:Violation . + +dy:ExcDC3A rdf:type sh:NodeShape ; + sh:property dy:ExcDC3A.kr-datatype , dy:ExcDC3A.seefd2-cardinality , dy:ExcDC3A.efd2-cardinality , dy:ExcDC3A.efdlim-cardinality , dy:ExcDC3A.vrmax-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcDC3A.kv-datatype , dy:ExcDC3A.seefd1-cardinality , dy:ExcDC3A.ke-cardinality , dy:ExcDC3A.efdmax-cardinality , dy:ExcDC3A.vrmin-cardinality , dy:ExcDC3A.vrmin-datatype , dy:ExcDC3A.trh-cardinality , dy:ExcDC3A.te-datatype , dy:ExcDC3A.kv-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcDC3A.efdmin-cardinality , dy:ExcDC3A.trh-datatype , dy:ExcDC3A.seefd1-datatype , dy:ExcDC3A.exclim-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcDC3A.efd1-datatype , dy:ExcDC3A.te-cardinality , dy:ExcDC3A.efd2-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcDC3A.ks-datatype , dy:ExcDC3A.ke-datatype , dy:ExcDC3A.efdmax-datatype , dy:ExcDC3A.seefd2-datatype , dy:ExcDC3A.vrmax-datatype , dy:ExcDC3A.exclim-cardinality , dy:ExcDC3A.efdlim-datatype , dy:ExcDC3A.efdmin-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcDC3A.efd1-cardinality , dy:ExcDC3A.ks-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.description-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcDC3A.kr-cardinality ; + sh:targetClass cim:ExcDC3A . + +dy:ExcDC3A.efd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd1)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.efd1-cardinality" ; + sh:order 1593 ; + sh:path cim:ExcDC3A.efd1 ; + sh:severity sh:Violation . + +dy:ExcDC3A.efd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.efd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1593 ; + sh:path cim:ExcDC3A.efd1 ; + sh:severity sh:Violation . + +dy:ExcDC3A.efd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd2)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.efd2-cardinality" ; + sh:order 1595 ; + sh:path cim:ExcDC3A.efd2 ; + sh:severity sh:Violation . + +dy:ExcDC3A.efd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.efd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1595 ; + sh:path cim:ExcDC3A.efd2 ; + sh:severity sh:Violation . + +dy:ExcDC3A.efdlim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdlim)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.efdlim-cardinality" ; + sh:order 1600 ; + sh:path cim:ExcDC3A.efdlim ; + sh:severity sh:Violation . + +dy:ExcDC3A.efdlim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the efdlim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.efdlim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1600 ; + sh:path cim:ExcDC3A.efdlim ; + sh:severity sh:Violation . + +dy:ExcDC3A.efdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmax)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.efdmax-cardinality" ; + sh:order 1598 ; + sh:path cim:ExcDC3A.efdmax ; + sh:severity sh:Violation . + +dy:ExcDC3A.efdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.efdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1598 ; + sh:path cim:ExcDC3A.efdmax ; + sh:severity sh:Violation . + +dy:ExcDC3A.efdmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmin)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.efdmin-cardinality" ; + sh:order 1599 ; + sh:path cim:ExcDC3A.efdmin ; + sh:severity sh:Violation . + +dy:ExcDC3A.efdmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.efdmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1599 ; + sh:path cim:ExcDC3A.efdmin ; + sh:severity sh:Violation . + +dy:ExcDC3A.exclim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (exclim)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.exclim-cardinality" ; + sh:order 1597 ; + sh:path cim:ExcDC3A.exclim ; + sh:severity sh:Violation . + +dy:ExcDC3A.exclim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the exclim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.exclim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1597 ; + sh:path cim:ExcDC3A.exclim ; + sh:severity sh:Violation . + +dy:ExcDC3A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.ke-cardinality" ; + sh:order 1592 ; + sh:path cim:ExcDC3A.ke ; + sh:severity sh:Violation . + +dy:ExcDC3A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1592 ; + sh:path cim:ExcDC3A.ke ; + sh:severity sh:Violation . + +dy:ExcDC3A.kr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kr)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.kr-cardinality" ; + sh:order 1587 ; + sh:path cim:ExcDC3A.kr ; + sh:severity sh:Violation . + +dy:ExcDC3A.kr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.kr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1587 ; + sh:path cim:ExcDC3A.kr ; + sh:severity sh:Violation . + +dy:ExcDC3A.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.ks-cardinality" ; + sh:order 1586 ; + sh:path cim:ExcDC3A.ks ; + sh:severity sh:Violation . + +dy:ExcDC3A.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1586 ; + sh:path cim:ExcDC3A.ks ; + sh:severity sh:Violation . + +dy:ExcDC3A.kv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kv)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.kv-cardinality" ; + sh:order 1588 ; + sh:path cim:ExcDC3A.kv ; + sh:severity sh:Violation . + +dy:ExcDC3A.kv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.kv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1588 ; + sh:path cim:ExcDC3A.kv ; + sh:severity sh:Violation . + +dy:ExcDC3A.seefd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd1)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.seefd1-cardinality" ; + sh:order 1594 ; + sh:path cim:ExcDC3A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcDC3A.seefd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.seefd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1594 ; + sh:path cim:ExcDC3A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcDC3A.seefd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd2)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.seefd2-cardinality" ; + sh:order 1596 ; + sh:path cim:ExcDC3A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcDC3A.seefd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.seefd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1596 ; + sh:path cim:ExcDC3A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcDC3A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.te-cardinality" ; + sh:order 1591 ; + sh:path cim:ExcDC3A.te ; + sh:severity sh:Violation . + +dy:ExcDC3A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1591 ; + sh:path cim:ExcDC3A.te ; + sh:severity sh:Violation . + +dy:ExcDC3A.trh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (trh)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.trh-cardinality" ; + sh:order 1585 ; + sh:path cim:ExcDC3A.trh ; + sh:severity sh:Violation . + +dy:ExcDC3A.trh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the trh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.trh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1585 ; + sh:path cim:ExcDC3A.trh ; + sh:severity sh:Violation . + +dy:ExcDC3A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.vrmax-cardinality" ; + sh:order 1589 ; + sh:path cim:ExcDC3A.vrmax ; + sh:severity sh:Violation . + +dy:ExcDC3A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1589 ; + sh:path cim:ExcDC3A.vrmax ; + sh:severity sh:Violation . + +dy:ExcDC3A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcDC3A.vrmin-cardinality" ; + sh:order 1590 ; + sh:path cim:ExcDC3A.vrmin ; + sh:severity sh:Violation . + +dy:ExcDC3A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1590 ; + sh:path cim:ExcDC3A.vrmin ; + sh:severity sh:Violation . + +dy:ExcDC3A1 rdf:type sh:NodeShape ; + sh:property dy:ExcDC3A1.ka-datatype , dy:ExcDC3A1.exclim-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcDC3A1.ki-datatype , dy:ExcDC3A1.vb1max-datatype , dy:ExcDC3A1.kp-datatype , dy:ExcDC3A1.tf-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcDC3A1.vrmin-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcDC3A1.vblim-datatype , dy:ExcDC3A1.vrmax-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcDC3A1.vrmax-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcDC3A1.vbmax-datatype , dy:ExcDC3A1.ke-datatype , dy:ExcDC3A1.ki-cardinality , dy:ExcDC3A1.vrmin-datatype , dy:ExcDC3A1.ka-cardinality , dy:ExcDC3A1.kp-cardinality , dy:ExcDC3A1.vblim-cardinality , dy:ExcDC3A1.ta-cardinality , dy:ExcDC3A1.vbmax-cardinality , dy:ExcDC3A1.vb1max-cardinality , dy:ExcDC3A1.kf-cardinality , dy:ExcDC3A1.te-datatype , dy:ExcDC3A1.ta-datatype , dy:ExcDC3A1.te-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcDC3A1.kf-datatype , dy:ExcDC3A1.exclim-cardinality , dy:ExcDC3A1.tf-datatype , dy:IdentifiedObject.description-datatype , dy:ExcDC3A1.ke-cardinality ; + sh:targetClass cim:ExcDC3A1 . + +dy:ExcDC3A1.exclim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (exclim)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.exclim-cardinality" ; + sh:order 1611 ; + sh:path cim:ExcDC3A1.exclim ; + sh:severity sh:Violation . + +dy:ExcDC3A1.exclim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the exclim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.exclim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1611 ; + sh:path cim:ExcDC3A1.exclim ; + sh:severity sh:Violation . + +dy:ExcDC3A1.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.ka-cardinality" ; + sh:order 1601 ; + sh:path cim:ExcDC3A1.ka ; + sh:severity sh:Violation . + +dy:ExcDC3A1.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1601 ; + sh:path cim:ExcDC3A1.ka ; + sh:severity sh:Violation . + +dy:ExcDC3A1.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.ke-cardinality" ; + sh:order 1612 ; + sh:path cim:ExcDC3A1.ke ; + sh:severity sh:Violation . + +dy:ExcDC3A1.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1612 ; + sh:path cim:ExcDC3A1.ke ; + sh:severity sh:Violation . + +dy:ExcDC3A1.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.kf-cardinality" ; + sh:order 1606 ; + sh:path cim:ExcDC3A1.kf ; + sh:severity sh:Violation . + +dy:ExcDC3A1.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1606 ; + sh:path cim:ExcDC3A1.kf ; + sh:severity sh:Violation . + +dy:ExcDC3A1.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.ki-cardinality" ; + sh:order 1609 ; + sh:path cim:ExcDC3A1.ki ; + sh:severity sh:Violation . + +dy:ExcDC3A1.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1609 ; + sh:path cim:ExcDC3A1.ki ; + sh:severity sh:Violation . + +dy:ExcDC3A1.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.kp-cardinality" ; + sh:order 1608 ; + sh:path cim:ExcDC3A1.kp ; + sh:severity sh:Violation . + +dy:ExcDC3A1.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1608 ; + sh:path cim:ExcDC3A1.kp ; + sh:severity sh:Violation . + +dy:ExcDC3A1.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.ta-cardinality" ; + sh:order 1602 ; + sh:path cim:ExcDC3A1.ta ; + sh:severity sh:Violation . + +dy:ExcDC3A1.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1602 ; + sh:path cim:ExcDC3A1.ta ; + sh:severity sh:Violation . + +dy:ExcDC3A1.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.te-cardinality" ; + sh:order 1605 ; + sh:path cim:ExcDC3A1.te ; + sh:severity sh:Violation . + +dy:ExcDC3A1.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1605 ; + sh:path cim:ExcDC3A1.te ; + sh:severity sh:Violation . + +dy:ExcDC3A1.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.tf-cardinality" ; + sh:order 1607 ; + sh:path cim:ExcDC3A1.tf ; + sh:severity sh:Violation . + +dy:ExcDC3A1.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1607 ; + sh:path cim:ExcDC3A1.tf ; + sh:severity sh:Violation . + +dy:ExcDC3A1.vb1max-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vb1max)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.vb1max-cardinality" ; + sh:order 1613 ; + sh:path cim:ExcDC3A1.vb1max ; + sh:severity sh:Violation . + +dy:ExcDC3A1.vb1max-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vb1max." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.vb1max-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1613 ; + sh:path cim:ExcDC3A1.vb1max ; + sh:severity sh:Violation . + +dy:ExcDC3A1.vblim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vblim)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.vblim-cardinality" ; + sh:order 1614 ; + sh:path cim:ExcDC3A1.vblim ; + sh:severity sh:Violation . + +dy:ExcDC3A1.vblim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the vblim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.vblim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1614 ; + sh:path cim:ExcDC3A1.vblim ; + sh:severity sh:Violation . + +dy:ExcDC3A1.vbmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vbmax)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.vbmax-cardinality" ; + sh:order 1610 ; + sh:path cim:ExcDC3A1.vbmax ; + sh:severity sh:Violation . + +dy:ExcDC3A1.vbmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vbmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.vbmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1610 ; + sh:path cim:ExcDC3A1.vbmax ; + sh:severity sh:Violation . + +dy:ExcDC3A1.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.vrmax-cardinality" ; + sh:order 1603 ; + sh:path cim:ExcDC3A1.vrmax ; + sh:severity sh:Violation . + +dy:ExcDC3A1.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1603 ; + sh:path cim:ExcDC3A1.vrmax ; + sh:severity sh:Violation . + +dy:ExcDC3A1.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcDC3A1.vrmin-cardinality" ; + sh:order 1604 ; + sh:path cim:ExcDC3A1.vrmin ; + sh:severity sh:Violation . + +dy:ExcDC3A1.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcDC3A1.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1604 ; + sh:path cim:ExcDC3A1.vrmin ; + sh:severity sh:Violation . + +dy:ExcELIN1 rdf:type sh:NodeShape ; + sh:property dy:ExcELIN1.dpnf-cardinality , dy:ExcELIN1.vpu-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcELIN1.efmax-datatype , dy:ExcELIN1.ks2-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcELIN1.ks1-datatype , dy:ExcELIN1.tfi-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcELIN1.ts1-datatype , dy:ExcELIN1.tsw-datatype , dy:ExcELIN1.smax-cardinality , dy:ExcELIN1.efmin-cardinality , dy:ExcELIN1.ks1-cardinality , dy:ExcELIN1.tnu-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.description-datatype , dy:ExcELIN1.ks2-datatype , dy:ExcELIN1.efmax-cardinality , dy:ExcELIN1.tsw-cardinality , dy:ExcELIN1.tfi-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcELIN1.smax-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcELIN1.dpnf-datatype , dy:ExcELIN1.ts1-cardinality , dy:ExcELIN1.vpi-cardinality , dy:ExcELIN1.vpi-datatype , dy:ExcELIN1.xe-datatype , dy:ExcELIN1.vpu-cardinality , dy:ExcELIN1.vpnf-datatype , dy:ExcELIN1.efmin-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcELIN1.vpnf-cardinality , dy:ExcELIN1.tnu-datatype , dy:ExcELIN1.ts2-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcELIN1.xe-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcELIN1.ts2-datatype ; + sh:targetClass cim:ExcELIN1 . + +dy:ExcELIN1.dpnf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dpnf)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.dpnf-cardinality" ; + sh:order 1620 ; + sh:path cim:ExcELIN1.dpnf ; + sh:severity sh:Violation . + +dy:ExcELIN1.dpnf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dpnf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.dpnf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1620 ; + sh:path cim:ExcELIN1.dpnf ; + sh:severity sh:Violation . + +dy:ExcELIN1.efmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efmax)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.efmax-cardinality" ; + sh:order 1623 ; + sh:path cim:ExcELIN1.efmax ; + sh:severity sh:Violation . + +dy:ExcELIN1.efmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.efmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1623 ; + sh:path cim:ExcELIN1.efmax ; + sh:severity sh:Violation . + +dy:ExcELIN1.efmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efmin)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.efmin-cardinality" ; + sh:order 1622 ; + sh:path cim:ExcELIN1.efmin ; + sh:severity sh:Violation . + +dy:ExcELIN1.efmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.efmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1622 ; + sh:path cim:ExcELIN1.efmin ; + sh:severity sh:Violation . + +dy:ExcELIN1.ks1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks1)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.ks1-cardinality" ; + sh:order 1625 ; + sh:path cim:ExcELIN1.ks1 ; + sh:severity sh:Violation . + +dy:ExcELIN1.ks1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.ks1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1625 ; + sh:path cim:ExcELIN1.ks1 ; + sh:severity sh:Violation . + +dy:ExcELIN1.ks2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks2)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.ks2-cardinality" ; + sh:order 1626 ; + sh:path cim:ExcELIN1.ks2 ; + sh:severity sh:Violation . + +dy:ExcELIN1.ks2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.ks2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1626 ; + sh:path cim:ExcELIN1.ks2 ; + sh:severity sh:Violation . + +dy:ExcELIN1.smax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (smax)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.smax-cardinality" ; + sh:order 1629 ; + sh:path cim:ExcELIN1.smax ; + sh:severity sh:Violation . + +dy:ExcELIN1.smax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the smax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.smax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1629 ; + sh:path cim:ExcELIN1.smax ; + sh:severity sh:Violation . + +dy:ExcELIN1.tfi-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tfi)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.tfi-cardinality" ; + sh:order 1615 ; + sh:path cim:ExcELIN1.tfi ; + sh:severity sh:Violation . + +dy:ExcELIN1.tfi-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tfi." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.tfi-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1615 ; + sh:path cim:ExcELIN1.tfi ; + sh:severity sh:Violation . + +dy:ExcELIN1.tnu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tnu)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.tnu-cardinality" ; + sh:order 1616 ; + sh:path cim:ExcELIN1.tnu ; + sh:severity sh:Violation . + +dy:ExcELIN1.tnu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tnu." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.tnu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1616 ; + sh:path cim:ExcELIN1.tnu ; + sh:severity sh:Violation . + +dy:ExcELIN1.ts1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts1)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.ts1-cardinality" ; + sh:order 1627 ; + sh:path cim:ExcELIN1.ts1 ; + sh:severity sh:Violation . + +dy:ExcELIN1.ts1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.ts1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1627 ; + sh:path cim:ExcELIN1.ts1 ; + sh:severity sh:Violation . + +dy:ExcELIN1.ts2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts2)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.ts2-cardinality" ; + sh:order 1628 ; + sh:path cim:ExcELIN1.ts2 ; + sh:severity sh:Violation . + +dy:ExcELIN1.ts2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.ts2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1628 ; + sh:path cim:ExcELIN1.ts2 ; + sh:severity sh:Violation . + +dy:ExcELIN1.tsw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tsw)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.tsw-cardinality" ; + sh:order 1621 ; + sh:path cim:ExcELIN1.tsw ; + sh:severity sh:Violation . + +dy:ExcELIN1.tsw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tsw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.tsw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1621 ; + sh:path cim:ExcELIN1.tsw ; + sh:severity sh:Violation . + +dy:ExcELIN1.vpi-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vpi)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.vpi-cardinality" ; + sh:order 1618 ; + sh:path cim:ExcELIN1.vpi ; + sh:severity sh:Violation . + +dy:ExcELIN1.vpi-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vpi." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.vpi-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1618 ; + sh:path cim:ExcELIN1.vpi ; + sh:severity sh:Violation . + +dy:ExcELIN1.vpnf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vpnf)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.vpnf-cardinality" ; + sh:order 1619 ; + sh:path cim:ExcELIN1.vpnf ; + sh:severity sh:Violation . + +dy:ExcELIN1.vpnf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vpnf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.vpnf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1619 ; + sh:path cim:ExcELIN1.vpnf ; + sh:severity sh:Violation . + +dy:ExcELIN1.vpu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vpu)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.vpu-cardinality" ; + sh:order 1617 ; + sh:path cim:ExcELIN1.vpu ; + sh:severity sh:Violation . + +dy:ExcELIN1.vpu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vpu." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.vpu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1617 ; + sh:path cim:ExcELIN1.vpu ; + sh:severity sh:Violation . + +dy:ExcELIN1.xe-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xe)." ; + sh:minCount 1 ; + sh:name "ExcELIN1.xe-cardinality" ; + sh:order 1624 ; + sh:path cim:ExcELIN1.xe ; + sh:severity sh:Violation . + +dy:ExcELIN1.xe-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xe." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN1.xe-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1624 ; + sh:path cim:ExcELIN1.xe ; + sh:severity sh:Violation . + +dy:ExcELIN2 rdf:type sh:NodeShape ; + sh:property dy:ExcELIN2.upmin-datatype , dy:ExcELIN2.efdbas-cardinality , dy:ExcELIN2.ketb-datatype , dy:ExcELIN2.k2-datatype , dy:ExcELIN2.upmax-cardinality , dy:ExcELIN2.ti1-datatype , dy:ExcELIN2.ve2-cardinality , dy:ExcELIN2.tb1-cardinality , dy:ExcELIN2.seve2-datatype , dy:ExcELIN2.ti1-cardinality , dy:ExcELIN2.k1-cardinality , dy:ExcELIN2.k3-datatype , dy:ExcELIN2.ve1-datatype , dy:ExcELIN2.tr4-datatype , dy:ExcELIN2.iefmax-datatype , dy:ExcELIN2.ti4-cardinality , dy:ExcELIN2.kd1-datatype , dy:ExcELIN2.pid1max-cardinality , dy:ExcELIN2.xp-cardinality , dy:ExcELIN2.iefmin-datatype , dy:ExcELIN2.seve1-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcELIN2.ve1-cardinality , dy:ExcELIN2.iefmax2-datatype , dy:ExcELIN2.iefmin-cardinality , dy:ExcELIN2.efdbas-datatype , dy:ExcELIN2.k3-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcELIN2.ke2-datatype , dy:ExcELIN2.ve2-datatype , dy:ExcELIN2.k1ec-cardinality , dy:ExcELIN2.ti3-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcELIN2.ti4-datatype , dy:ExcELIN2.tr4-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcELIN2.k4-cardinality , dy:ExcELIN2.xp-datatype , dy:ExcELIN2.seve1-cardinality , dy:ExcELIN2.te2-cardinality , dy:ExcELIN2.k4-datatype , dy:ExcELIN2.upmin-cardinality , dy:ExcELIN2.te2-datatype , dy:ExcELIN2.ti3-datatype , dy:ExcELIN2.seve2-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-datatype , dy:ExcELIN2.te-datatype , dy:ExcELIN2.iefmax2-cardinality , dy:ExcELIN2.k1ec-datatype , dy:ExcELIN2.te-cardinality , dy:ExcELIN2.kd1-cardinality , dy:ExcELIN2.upmax-datatype , dy:ExcELIN2.tb1-datatype , dy:ExcELIN2.ketb-cardinality , dy:ExcELIN2.iefmax-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcELIN2.pid1max-datatype , dy:ExcELIN2.k1-datatype , dy:ExcELIN2.k2-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcELIN2.ke2-cardinality ; + sh:targetClass cim:ExcELIN2 . + +dy:ExcELIN2.efdbas-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdbas)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.efdbas-cardinality" ; + sh:order 1656 ; + sh:path cim:ExcELIN2.efdbas ; + sh:severity sh:Violation . + +dy:ExcELIN2.efdbas-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdbas." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.efdbas-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1656 ; + sh:path cim:ExcELIN2.efdbas ; + sh:severity sh:Violation . + +dy:ExcELIN2.iefmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (iefmax)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.iefmax-cardinality" ; + sh:order 1654 ; + sh:path cim:ExcELIN2.iefmax ; + sh:severity sh:Violation . + +dy:ExcELIN2.iefmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the iefmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.iefmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1654 ; + sh:path cim:ExcELIN2.iefmax ; + sh:severity sh:Violation . + +dy:ExcELIN2.iefmax2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (iefmax2)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.iefmax2-cardinality" ; + sh:order 1636 ; + sh:path cim:ExcELIN2.iefmax2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.iefmax2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the iefmax2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.iefmax2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1636 ; + sh:path cim:ExcELIN2.iefmax2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.iefmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (iefmin)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.iefmin-cardinality" ; + sh:order 1655 ; + sh:path cim:ExcELIN2.iefmin ; + sh:severity sh:Violation . + +dy:ExcELIN2.iefmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the iefmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.iefmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1655 ; + sh:path cim:ExcELIN2.iefmin ; + sh:severity sh:Violation . + +dy:ExcELIN2.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.k1-cardinality" ; + sh:order 1630 ; + sh:path cim:ExcELIN2.k1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1630 ; + sh:path cim:ExcELIN2.k1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.k1ec-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1ec)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.k1ec-cardinality" ; + sh:order 1631 ; + sh:path cim:ExcELIN2.k1ec ; + sh:severity sh:Violation . + +dy:ExcELIN2.k1ec-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1ec." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.k1ec-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1631 ; + sh:path cim:ExcELIN2.k1ec ; + sh:severity sh:Violation . + +dy:ExcELIN2.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.k2-cardinality" ; + sh:order 1637 ; + sh:path cim:ExcELIN2.k2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1637 ; + sh:path cim:ExcELIN2.k2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.k3-cardinality" ; + sh:order 1650 ; + sh:path cim:ExcELIN2.k3 ; + sh:severity sh:Violation . + +dy:ExcELIN2.k3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1650 ; + sh:path cim:ExcELIN2.k3 ; + sh:severity sh:Violation . + +dy:ExcELIN2.k4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k4)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.k4-cardinality" ; + sh:order 1652 ; + sh:path cim:ExcELIN2.k4 ; + sh:severity sh:Violation . + +dy:ExcELIN2.k4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.k4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1652 ; + sh:path cim:ExcELIN2.k4 ; + sh:severity sh:Violation . + +dy:ExcELIN2.kd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd1)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.kd1-cardinality" ; + sh:order 1632 ; + sh:path cim:ExcELIN2.kd1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.kd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.kd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1632 ; + sh:path cim:ExcELIN2.kd1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ke2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke2)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.ke2-cardinality" ; + sh:order 1644 ; + sh:path cim:ExcELIN2.ke2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ke2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.ke2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1644 ; + sh:path cim:ExcELIN2.ke2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ketb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ketb)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.ketb-cardinality" ; + sh:order 1638 ; + sh:path cim:ExcELIN2.ketb ; + sh:severity sh:Violation . + +dy:ExcELIN2.ketb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ketb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.ketb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1638 ; + sh:path cim:ExcELIN2.ketb ; + sh:severity sh:Violation . + +dy:ExcELIN2.pid1max-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pid1max)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.pid1max-cardinality" ; + sh:order 1634 ; + sh:path cim:ExcELIN2.pid1max ; + sh:severity sh:Violation . + +dy:ExcELIN2.pid1max-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pid1max." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.pid1max-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1634 ; + sh:path cim:ExcELIN2.pid1max ; + sh:severity sh:Violation . + +dy:ExcELIN2.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.seve1-cardinality" ; + sh:order 1646 ; + sh:path cim:ExcELIN2.seve1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1646 ; + sh:path cim:ExcELIN2.seve1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.seve2-cardinality" ; + sh:order 1648 ; + sh:path cim:ExcELIN2.seve2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1648 ; + sh:path cim:ExcELIN2.seve2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.tb1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb1)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.tb1-cardinality" ; + sh:order 1633 ; + sh:path cim:ExcELIN2.tb1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.tb1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.tb1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1633 ; + sh:path cim:ExcELIN2.tb1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.te-cardinality" ; + sh:order 1641 ; + sh:path cim:ExcELIN2.te ; + sh:severity sh:Violation . + +dy:ExcELIN2.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1641 ; + sh:path cim:ExcELIN2.te ; + sh:severity sh:Violation . + +dy:ExcELIN2.te2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te2)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.te2-cardinality" ; + sh:order 1643 ; + sh:path cim:ExcELIN2.te2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.te2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.te2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1643 ; + sh:path cim:ExcELIN2.te2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ti1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti1)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.ti1-cardinality" ; + sh:order 1635 ; + sh:path cim:ExcELIN2.ti1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ti1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.ti1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1635 ; + sh:path cim:ExcELIN2.ti1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ti3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti3)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.ti3-cardinality" ; + sh:order 1651 ; + sh:path cim:ExcELIN2.ti3 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ti3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.ti3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1651 ; + sh:path cim:ExcELIN2.ti3 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ti4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti4)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.ti4-cardinality" ; + sh:order 1653 ; + sh:path cim:ExcELIN2.ti4 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ti4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.ti4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1653 ; + sh:path cim:ExcELIN2.ti4 ; + sh:severity sh:Violation . + +dy:ExcELIN2.tr4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr4)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.tr4-cardinality" ; + sh:order 1649 ; + sh:path cim:ExcELIN2.tr4 ; + sh:severity sh:Violation . + +dy:ExcELIN2.tr4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.tr4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1649 ; + sh:path cim:ExcELIN2.tr4 ; + sh:severity sh:Violation . + +dy:ExcELIN2.upmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (upmax)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.upmax-cardinality" ; + sh:order 1639 ; + sh:path cim:ExcELIN2.upmax ; + sh:severity sh:Violation . + +dy:ExcELIN2.upmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the upmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.upmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1639 ; + sh:path cim:ExcELIN2.upmax ; + sh:severity sh:Violation . + +dy:ExcELIN2.upmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (upmin)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.upmin-cardinality" ; + sh:order 1640 ; + sh:path cim:ExcELIN2.upmin ; + sh:severity sh:Violation . + +dy:ExcELIN2.upmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the upmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.upmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1640 ; + sh:path cim:ExcELIN2.upmin ; + sh:severity sh:Violation . + +dy:ExcELIN2.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.ve1-cardinality" ; + sh:order 1645 ; + sh:path cim:ExcELIN2.ve1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1645 ; + sh:path cim:ExcELIN2.ve1 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.ve2-cardinality" ; + sh:order 1647 ; + sh:path cim:ExcELIN2.ve2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1647 ; + sh:path cim:ExcELIN2.ve2 ; + sh:severity sh:Violation . + +dy:ExcELIN2.xp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xp)." ; + sh:minCount 1 ; + sh:name "ExcELIN2.xp-cardinality" ; + sh:order 1642 ; + sh:path cim:ExcELIN2.xp ; + sh:severity sh:Violation . + +dy:ExcELIN2.xp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcELIN2.xp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1642 ; + sh:path cim:ExcELIN2.xp ; + sh:severity sh:Violation . + +dy:ExcHU rdf:type sh:NodeShape ; + sh:property dy:ExcHU.ki-datatype , dy:ExcHU.imax-datatype , dy:ExcHU.ke-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcHU.emax-cardinality , dy:ExcHU.ti-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcHU.imin-datatype , dy:ExcHU.atr-cardinality , dy:ExcHU.imax-cardinality , dy:ExcHU.ae-cardinality , dy:ExcHU.emin-datatype , dy:ExcHU.tr-cardinality , dy:ExcHU.tr-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:ExcHU.emax-datatype , dy:ExcHU.te-datatype , dy:ExcHU.ke-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcHU.te-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcHU.ti-datatype , dy:ExcHU.atr-datatype , dy:ExcHU.ai-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcHU.emin-cardinality , dy:ExcHU.ki-cardinality , dy:ExcHU.ae-datatype , dy:ExcHU.ai-datatype , dy:ExcHU.imin-cardinality ; + sh:targetClass cim:ExcHU . + +dy:ExcHU.ae-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ae)." ; + sh:minCount 1 ; + sh:name "ExcHU.ae-cardinality" ; + sh:order 1661 ; + sh:path cim:ExcHU.ae ; + sh:severity sh:Violation . + +dy:ExcHU.ae-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ae." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.ae-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1661 ; + sh:path cim:ExcHU.ae ; + sh:severity sh:Violation . + +dy:ExcHU.ai-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ai)." ; + sh:minCount 1 ; + sh:name "ExcHU.ai-cardinality" ; + sh:order 1665 ; + sh:path cim:ExcHU.ai ; + sh:severity sh:Violation . + +dy:ExcHU.ai-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ai." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.ai-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1665 ; + sh:path cim:ExcHU.ai ; + sh:severity sh:Violation . + +dy:ExcHU.atr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (atr)." ; + sh:minCount 1 ; + sh:name "ExcHU.atr-cardinality" ; + sh:order 1667 ; + sh:path cim:ExcHU.atr ; + sh:severity sh:Violation . + +dy:ExcHU.atr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the atr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.atr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1667 ; + sh:path cim:ExcHU.atr ; + sh:severity sh:Violation . + +dy:ExcHU.emax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (emax)." ; + sh:minCount 1 ; + sh:name "ExcHU.emax-cardinality" ; + sh:order 1663 ; + sh:path cim:ExcHU.emax ; + sh:severity sh:Violation . + +dy:ExcHU.emax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the emax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.emax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1663 ; + sh:path cim:ExcHU.emax ; + sh:severity sh:Violation . + +dy:ExcHU.emin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (emin)." ; + sh:minCount 1 ; + sh:name "ExcHU.emin-cardinality" ; + sh:order 1662 ; + sh:path cim:ExcHU.emin ; + sh:severity sh:Violation . + +dy:ExcHU.emin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the emin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.emin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1662 ; + sh:path cim:ExcHU.emin ; + sh:severity sh:Violation . + +dy:ExcHU.imax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (imax)." ; + sh:minCount 1 ; + sh:name "ExcHU.imax-cardinality" ; + sh:order 1660 ; + sh:path cim:ExcHU.imax ; + sh:severity sh:Violation . + +dy:ExcHU.imax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the imax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.imax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1660 ; + sh:path cim:ExcHU.imax ; + sh:severity sh:Violation . + +dy:ExcHU.imin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (imin)." ; + sh:minCount 1 ; + sh:name "ExcHU.imin-cardinality" ; + sh:order 1659 ; + sh:path cim:ExcHU.imin ; + sh:severity sh:Violation . + +dy:ExcHU.imin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the imin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.imin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1659 ; + sh:path cim:ExcHU.imin ; + sh:severity sh:Violation . + +dy:ExcHU.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcHU.ke-cardinality" ; + sh:order 1668 ; + sh:path cim:ExcHU.ke ; + sh:severity sh:Violation . + +dy:ExcHU.ke-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1668 ; + sh:path cim:ExcHU.ke ; + sh:severity sh:Violation . + +dy:ExcHU.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "ExcHU.ki-cardinality" ; + sh:order 1664 ; + sh:path cim:ExcHU.ki ; + sh:severity sh:Violation . + +dy:ExcHU.ki-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1664 ; + sh:path cim:ExcHU.ki ; + sh:severity sh:Violation . + +dy:ExcHU.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcHU.te-cardinality" ; + sh:order 1658 ; + sh:path cim:ExcHU.te ; + sh:severity sh:Violation . + +dy:ExcHU.te-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1658 ; + sh:path cim:ExcHU.te ; + sh:severity sh:Violation . + +dy:ExcHU.ti-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti)." ; + sh:minCount 1 ; + sh:name "ExcHU.ti-cardinality" ; + sh:order 1666 ; + sh:path cim:ExcHU.ti ; + sh:severity sh:Violation . + +dy:ExcHU.ti-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.ti-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1666 ; + sh:path cim:ExcHU.ti ; + sh:severity sh:Violation . + +dy:ExcHU.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "ExcHU.tr-cardinality" ; + sh:order 1657 ; + sh:path cim:ExcHU.tr ; + sh:severity sh:Violation . + +dy:ExcHU.tr-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcHU.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1657 ; + sh:path cim:ExcHU.tr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-cardinality , dy:ExcIEEEAC1A.ta-datatype , dy:ExcIEEEAC1A.vamin-datatype , dy:ExcIEEEAC1A.vrmin-cardinality , dy:ExcIEEEAC1A.ke-datatype , dy:ExcIEEEAC1A.ke-cardinality , dy:ExcIEEEAC1A.kf-datatype , dy:ExcIEEEAC1A.vrmax-datatype , dy:ExcIEEEAC1A.vamax-datatype , dy:ExcIEEEAC1A.seve2-datatype , dy:ExcIEEEAC1A.te-datatype , dy:ExcIEEEAC1A.ve1-cardinality , dy:ExcIEEEAC1A.ve2-datatype , dy:ExcIEEEAC1A.vrmin-datatype , dy:ExcIEEEAC1A.tb-datatype , dy:ExcIEEEAC1A.tf-datatype , dy:ExcIEEEAC1A.kc-datatype , dy:ExcIEEEAC1A.seve2-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEAC1A.vamax-cardinality , dy:ExcIEEEAC1A.seve1-datatype , dy:ExcIEEEAC1A.tc-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.description-datatype , dy:ExcIEEEAC1A.ka-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEAC1A.ka-datatype , dy:ExcIEEEAC1A.vamin-cardinality , dy:ExcIEEEAC1A.ve1-datatype , dy:IdentifiedObject.name-datatype , dy:ExcIEEEAC1A.vrmax-cardinality , dy:ExcIEEEAC1A.ve2-cardinality , dy:ExcIEEEAC1A.kf-cardinality , dy:ExcIEEEAC1A.kc-cardinality , dy:ExcIEEEAC1A.tf-cardinality , dy:ExcIEEEAC1A.ta-cardinality , dy:ExcIEEEAC1A.kd-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEAC1A.seve1-cardinality , dy:ExcIEEEAC1A.kd-cardinality , dy:ExcIEEEAC1A.tc-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEAC1A.te-cardinality , dy:ExcIEEEAC1A.tb-cardinality , dy:DynamicsFunctionBlock.enabled-datatype ; + sh:targetClass cim:ExcIEEEAC1A . + +dy:ExcIEEEAC1A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.ka-cardinality" ; + sh:order 963 ; + sh:path cim:ExcIEEEAC1A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 963 ; + sh:path cim:ExcIEEEAC1A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.kc-cardinality" ; + sh:order 970 ; + sh:path cim:ExcIEEEAC1A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 970 ; + sh:path cim:ExcIEEEAC1A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.kd-cardinality" ; + sh:order 971 ; + sh:path cim:ExcIEEEAC1A.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 971 ; + sh:path cim:ExcIEEEAC1A.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.ke-cardinality" ; + sh:order 972 ; + sh:path cim:ExcIEEEAC1A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 972 ; + sh:path cim:ExcIEEEAC1A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.kf-cardinality" ; + sh:order 968 ; + sh:path cim:ExcIEEEAC1A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 968 ; + sh:path cim:ExcIEEEAC1A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.seve1-cardinality" ; + sh:order 974 ; + sh:path cim:ExcIEEEAC1A.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 974 ; + sh:path cim:ExcIEEEAC1A.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.seve2-cardinality" ; + sh:order 976 ; + sh:path cim:ExcIEEEAC1A.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 976 ; + sh:path cim:ExcIEEEAC1A.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.ta-cardinality" ; + sh:order 964 ; + sh:path cim:ExcIEEEAC1A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 964 ; + sh:path cim:ExcIEEEAC1A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.tb-cardinality" ; + sh:order 961 ; + sh:path cim:ExcIEEEAC1A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 961 ; + sh:path cim:ExcIEEEAC1A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.tc-cardinality" ; + sh:order 962 ; + sh:path cim:ExcIEEEAC1A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 962 ; + sh:path cim:ExcIEEEAC1A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.te-cardinality" ; + sh:order 967 ; + sh:path cim:ExcIEEEAC1A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 967 ; + sh:path cim:ExcIEEEAC1A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.tf-cardinality" ; + sh:order 969 ; + sh:path cim:ExcIEEEAC1A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 969 ; + sh:path cim:ExcIEEEAC1A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.vamax-cardinality" ; + sh:order 965 ; + sh:path cim:ExcIEEEAC1A.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 965 ; + sh:path cim:ExcIEEEAC1A.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.vamin-cardinality" ; + sh:order 966 ; + sh:path cim:ExcIEEEAC1A.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 966 ; + sh:path cim:ExcIEEEAC1A.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.ve1-cardinality" ; + sh:order 973 ; + sh:path cim:ExcIEEEAC1A.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 973 ; + sh:path cim:ExcIEEEAC1A.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.ve2-cardinality" ; + sh:order 975 ; + sh:path cim:ExcIEEEAC1A.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 975 ; + sh:path cim:ExcIEEEAC1A.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.vrmax-cardinality" ; + sh:order 977 ; + sh:path cim:ExcIEEEAC1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 977 ; + sh:path cim:ExcIEEEAC1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC1A.vrmin-cardinality" ; + sh:order 978 ; + sh:path cim:ExcIEEEAC1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC1A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC1A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 978 ; + sh:path cim:ExcIEEEAC1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEAC2A.seve2-cardinality , dy:ExcIEEEAC2A.vamin-cardinality , dy:ExcIEEEAC2A.vamin-datatype , dy:ExcIEEEAC2A.ve2-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEAC2A.vfemax-datatype , dy:ExcIEEEAC2A.ke-cardinality , dy:ExcIEEEAC2A.kh-datatype , dy:ExcIEEEAC2A.tf-cardinality , dy:ExcIEEEAC2A.seve1-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEAC2A.tc-cardinality , dy:ExcIEEEAC2A.kh-cardinality , dy:ExcIEEEAC2A.vamax-cardinality , dy:ExcIEEEAC2A.vrmin-cardinality , dy:ExcIEEEAC2A.tb-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEAC2A.ka-datatype , dy:ExcIEEEAC2A.ve1-cardinality , dy:ExcIEEEAC2A.vrmax-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEAC2A.kf-datatype , dy:ExcIEEEAC2A.kf-cardinality , dy:ExcIEEEAC2A.kd-cardinality , dy:ExcIEEEAC2A.kc-datatype , dy:ExcIEEEAC2A.vrmax-cardinality , dy:ExcIEEEAC2A.te-cardinality , dy:ExcIEEEAC2A.vamax-datatype , dy:ExcIEEEAC2A.ve2-cardinality , dy:ExcIEEEAC2A.ta-cardinality , dy:ExcIEEEAC2A.kb-cardinality , dy:ExcIEEEAC2A.tf-datatype , dy:ExcIEEEAC2A.kd-datatype , dy:ExcIEEEAC2A.vfemax-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEAC2A.seve2-datatype , dy:ExcIEEEAC2A.kb-datatype , dy:ExcIEEEAC2A.ta-datatype , dy:ExcIEEEAC2A.ka-cardinality , dy:ExcIEEEAC2A.tb-datatype , dy:ExcIEEEAC2A.te-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEAC2A.kc-cardinality , dy:ExcIEEEAC2A.tc-datatype , dy:ExcIEEEAC2A.ve1-datatype , dy:ExcIEEEAC2A.ke-datatype , dy:ExcIEEEAC2A.seve1-datatype , dy:ExcIEEEAC2A.vrmin-datatype ; + sh:targetClass cim:ExcIEEEAC2A . + +dy:ExcIEEEAC2A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.ka-cardinality" ; + sh:order 981 ; + sh:path cim:ExcIEEEAC2A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 981 ; + sh:path cim:ExcIEEEAC2A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.kb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kb)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.kb-cardinality" ; + sh:order 985 ; + sh:path cim:ExcIEEEAC2A.kb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.kb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.kb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 985 ; + sh:path cim:ExcIEEEAC2A.kb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.kc-cardinality" ; + sh:order 993 ; + sh:path cim:ExcIEEEAC2A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 993 ; + sh:path cim:ExcIEEEAC2A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.kd-cardinality" ; + sh:order 994 ; + sh:path cim:ExcIEEEAC2A.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 994 ; + sh:path cim:ExcIEEEAC2A.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.ke-cardinality" ; + sh:order 995 ; + sh:path cim:ExcIEEEAC2A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 995 ; + sh:path cim:ExcIEEEAC2A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.kf-cardinality" ; + sh:order 991 ; + sh:path cim:ExcIEEEAC2A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 991 ; + sh:path cim:ExcIEEEAC2A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.kh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.kh-cardinality" ; + sh:order 990 ; + sh:path cim:ExcIEEEAC2A.kh ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.kh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.kh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 990 ; + sh:path cim:ExcIEEEAC2A.kh ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.seve1-cardinality" ; + sh:order 997 ; + sh:path cim:ExcIEEEAC2A.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 997 ; + sh:path cim:ExcIEEEAC2A.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.seve2-cardinality" ; + sh:order 999 ; + sh:path cim:ExcIEEEAC2A.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 999 ; + sh:path cim:ExcIEEEAC2A.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.ta-cardinality" ; + sh:order 982 ; + sh:path cim:ExcIEEEAC2A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 982 ; + sh:path cim:ExcIEEEAC2A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.tb-cardinality" ; + sh:order 979 ; + sh:path cim:ExcIEEEAC2A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 979 ; + sh:path cim:ExcIEEEAC2A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.tc-cardinality" ; + sh:order 980 ; + sh:path cim:ExcIEEEAC2A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 980 ; + sh:path cim:ExcIEEEAC2A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.te-cardinality" ; + sh:order 988 ; + sh:path cim:ExcIEEEAC2A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 988 ; + sh:path cim:ExcIEEEAC2A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.tf-cardinality" ; + sh:order 992 ; + sh:path cim:ExcIEEEAC2A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 992 ; + sh:path cim:ExcIEEEAC2A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.vamax-cardinality" ; + sh:order 983 ; + sh:path cim:ExcIEEEAC2A.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 983 ; + sh:path cim:ExcIEEEAC2A.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.vamin-cardinality" ; + sh:order 984 ; + sh:path cim:ExcIEEEAC2A.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 984 ; + sh:path cim:ExcIEEEAC2A.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.ve1-cardinality" ; + sh:order 996 ; + sh:path cim:ExcIEEEAC2A.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 996 ; + sh:path cim:ExcIEEEAC2A.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.ve2-cardinality" ; + sh:order 998 ; + sh:path cim:ExcIEEEAC2A.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 998 ; + sh:path cim:ExcIEEEAC2A.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.vfemax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfemax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.vfemax-cardinality" ; + sh:order 989 ; + sh:path cim:ExcIEEEAC2A.vfemax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.vfemax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfemax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.vfemax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 989 ; + sh:path cim:ExcIEEEAC2A.vfemax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.vrmax-cardinality" ; + sh:order 986 ; + sh:path cim:ExcIEEEAC2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 986 ; + sh:path cim:ExcIEEEAC2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC2A.vrmin-cardinality" ; + sh:order 987 ; + sh:path cim:ExcIEEEAC2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC2A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC2A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 987 ; + sh:path cim:ExcIEEEAC2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEAC3A.vfemax-cardinality , dy:ExcIEEEAC3A.kc-cardinality , dy:IdentifiedObject.name-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEAC3A.tb-cardinality , dy:ExcIEEEAC3A.kf-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEAC3A.kf-datatype , dy:ExcIEEEAC3A.ve1-cardinality , dy:ExcIEEEAC3A.kd-datatype , dy:ExcIEEEAC3A.ve1-datatype , dy:ExcIEEEAC3A.ka-cardinality , dy:ExcIEEEAC3A.seve2-cardinality , dy:ExcIEEEAC3A.kd-cardinality , dy:ExcIEEEAC3A.seve1-datatype , dy:ExcIEEEAC3A.te-datatype , dy:ExcIEEEAC3A.tf-datatype , dy:ExcIEEEAC3A.tf-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEAC3A.seve1-cardinality , dy:ExcIEEEAC3A.ke-cardinality , dy:ExcIEEEAC3A.efdn-cardinality , dy:ExcIEEEAC3A.ka-datatype , dy:ExcIEEEAC3A.kr-cardinality , dy:ExcIEEEAC3A.kn-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEAC3A.ve2-datatype , dy:ExcIEEEAC3A.tc-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEAC3A.tc-cardinality , dy:ExcIEEEAC3A.kr-datatype , dy:ExcIEEEAC3A.vamax-datatype , dy:ExcIEEEAC3A.ve2-cardinality , dy:ExcIEEEAC3A.vamin-cardinality , dy:ExcIEEEAC3A.kc-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcIEEEAC3A.seve2-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEAC3A.vfemax-datatype , dy:ExcIEEEAC3A.efdn-datatype , dy:ExcIEEEAC3A.tb-datatype , dy:ExcIEEEAC3A.ke-datatype , dy:ExcIEEEAC3A.vamin-datatype , dy:ExcIEEEAC3A.kn-cardinality , dy:ExcIEEEAC3A.vamax-cardinality , dy:ExcIEEEAC3A.te-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEAC3A.vemin-datatype , dy:ExcIEEEAC3A.ta-datatype , dy:ExcIEEEAC3A.vemin-cardinality , dy:ExcIEEEAC3A.ta-cardinality ; + sh:targetClass cim:ExcIEEEAC3A . + +dy:ExcIEEEAC3A.efdn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdn)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.efdn-cardinality" ; + sh:order 1012 ; + sh:path cim:ExcIEEEAC3A.efdn ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.efdn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.efdn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1012 ; + sh:path cim:ExcIEEEAC3A.efdn ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.ka-cardinality" ; + sh:order 1002 ; + sh:path cim:ExcIEEEAC3A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1002 ; + sh:path cim:ExcIEEEAC3A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.kc-cardinality" ; + sh:order 1013 ; + sh:path cim:ExcIEEEAC3A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1013 ; + sh:path cim:ExcIEEEAC3A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.kd-cardinality" ; + sh:order 1014 ; + sh:path cim:ExcIEEEAC3A.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1014 ; + sh:path cim:ExcIEEEAC3A.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.ke-cardinality" ; + sh:order 1015 ; + sh:path cim:ExcIEEEAC3A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1015 ; + sh:path cim:ExcIEEEAC3A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.kf-cardinality" ; + sh:order 1009 ; + sh:path cim:ExcIEEEAC3A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1009 ; + sh:path cim:ExcIEEEAC3A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.kn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kn)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.kn-cardinality" ; + sh:order 1011 ; + sh:path cim:ExcIEEEAC3A.kn ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.kn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.kn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1011 ; + sh:path cim:ExcIEEEAC3A.kn ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.kr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.kr-cardinality" ; + sh:order 1008 ; + sh:path cim:ExcIEEEAC3A.kr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.kr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.kr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1008 ; + sh:path cim:ExcIEEEAC3A.kr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.seve1-cardinality" ; + sh:order 1018 ; + sh:path cim:ExcIEEEAC3A.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1018 ; + sh:path cim:ExcIEEEAC3A.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.seve2-cardinality" ; + sh:order 1020 ; + sh:path cim:ExcIEEEAC3A.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1020 ; + sh:path cim:ExcIEEEAC3A.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.ta-cardinality" ; + sh:order 1003 ; + sh:path cim:ExcIEEEAC3A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1003 ; + sh:path cim:ExcIEEEAC3A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.tb-cardinality" ; + sh:order 1000 ; + sh:path cim:ExcIEEEAC3A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1000 ; + sh:path cim:ExcIEEEAC3A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.tc-cardinality" ; + sh:order 1001 ; + sh:path cim:ExcIEEEAC3A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1001 ; + sh:path cim:ExcIEEEAC3A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.te-cardinality" ; + sh:order 1006 ; + sh:path cim:ExcIEEEAC3A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1006 ; + sh:path cim:ExcIEEEAC3A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.tf-cardinality" ; + sh:order 1010 ; + sh:path cim:ExcIEEEAC3A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1010 ; + sh:path cim:ExcIEEEAC3A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.vamax-cardinality" ; + sh:order 1004 ; + sh:path cim:ExcIEEEAC3A.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1004 ; + sh:path cim:ExcIEEEAC3A.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.vamin-cardinality" ; + sh:order 1005 ; + sh:path cim:ExcIEEEAC3A.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1005 ; + sh:path cim:ExcIEEEAC3A.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.ve1-cardinality" ; + sh:order 1017 ; + sh:path cim:ExcIEEEAC3A.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1017 ; + sh:path cim:ExcIEEEAC3A.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.ve2-cardinality" ; + sh:order 1019 ; + sh:path cim:ExcIEEEAC3A.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1019 ; + sh:path cim:ExcIEEEAC3A.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.vemin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vemin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.vemin-cardinality" ; + sh:order 1007 ; + sh:path cim:ExcIEEEAC3A.vemin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.vemin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vemin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.vemin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1007 ; + sh:path cim:ExcIEEEAC3A.vemin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.vfemax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfemax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC3A.vfemax-cardinality" ; + sh:order 1016 ; + sh:path cim:ExcIEEEAC3A.vfemax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC3A.vfemax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfemax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC3A.vfemax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1016 ; + sh:path cim:ExcIEEEAC3A.vfemax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEAC4A.tc-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEAC4A.ta-datatype , dy:IdentifiedObject.description-datatype , dy:ExcIEEEAC4A.vimin-cardinality , dy:ExcIEEEAC4A.tb-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEAC4A.kc-datatype , dy:ExcIEEEAC4A.vrmax-cardinality , dy:ExcIEEEAC4A.tb-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcIEEEAC4A.kc-cardinality , dy:ExcIEEEAC4A.vrmin-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEAC4A.vimax-datatype , dy:ExcIEEEAC4A.ta-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEAC4A.ka-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEAC4A.vrmin-cardinality , dy:ExcIEEEAC4A.vrmax-datatype , dy:ExcIEEEAC4A.vimax-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcIEEEAC4A.tc-datatype , dy:ExcIEEEAC4A.vimin-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEAC4A.ka-datatype ; + sh:targetClass cim:ExcIEEEAC4A . + +dy:ExcIEEEAC4A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC4A.ka-cardinality" ; + sh:order 1025 ; + sh:path cim:ExcIEEEAC4A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC4A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1025 ; + sh:path cim:ExcIEEEAC4A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC4A.kc-cardinality" ; + sh:order 1029 ; + sh:path cim:ExcIEEEAC4A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC4A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1029 ; + sh:path cim:ExcIEEEAC4A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC4A.ta-cardinality" ; + sh:order 1026 ; + sh:path cim:ExcIEEEAC4A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC4A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1026 ; + sh:path cim:ExcIEEEAC4A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC4A.tb-cardinality" ; + sh:order 1024 ; + sh:path cim:ExcIEEEAC4A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC4A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1024 ; + sh:path cim:ExcIEEEAC4A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC4A.tc-cardinality" ; + sh:order 1023 ; + sh:path cim:ExcIEEEAC4A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC4A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1023 ; + sh:path cim:ExcIEEEAC4A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.vimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC4A.vimax-cardinality" ; + sh:order 1021 ; + sh:path cim:ExcIEEEAC4A.vimax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.vimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC4A.vimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1021 ; + sh:path cim:ExcIEEEAC4A.vimax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.vimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC4A.vimin-cardinality" ; + sh:order 1022 ; + sh:path cim:ExcIEEEAC4A.vimin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.vimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC4A.vimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1022 ; + sh:path cim:ExcIEEEAC4A.vimin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC4A.vrmax-cardinality" ; + sh:order 1027 ; + sh:path cim:ExcIEEEAC4A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC4A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1027 ; + sh:path cim:ExcIEEEAC4A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC4A.vrmin-cardinality" ; + sh:order 1028 ; + sh:path cim:ExcIEEEAC4A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC4A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC4A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1028 ; + sh:path cim:ExcIEEEAC4A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEAC5A.te-datatype , dy:ExcIEEEAC5A.ka-datatype , dy:ExcIEEEAC5A.kf-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEAC5A.ka-cardinality , dy:IdentifiedObject.mRID-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEAC5A.vrmax-cardinality , dy:ExcIEEEAC5A.tf3-datatype , dy:ExcIEEEAC5A.efd2-cardinality , dy:ExcIEEEAC5A.tf2-cardinality , dy:ExcIEEEAC5A.kf-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcIEEEAC5A.ta-cardinality , dy:ExcIEEEAC5A.vrmin-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEAC5A.seefd2-cardinality , dy:ExcIEEEAC5A.te-cardinality , dy:ExcIEEEAC5A.efd1-cardinality , dy:ExcIEEEAC5A.vrmax-datatype , dy:ExcIEEEAC5A.efd1-datatype , dy:ExcIEEEAC5A.seefd2-datatype , dy:ExcIEEEAC5A.vrmin-cardinality , dy:ExcIEEEAC5A.ke-datatype , dy:ExcIEEEAC5A.ta-datatype , dy:ExcIEEEAC5A.seefd1-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEAC5A.seefd1-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEAC5A.efd2-datatype , dy:IdentifiedObject.name-datatype , dy:ExcIEEEAC5A.ke-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcIEEEAC5A.tf1-cardinality , dy:ExcIEEEAC5A.tf3-cardinality , dy:ExcIEEEAC5A.tf1-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEAC5A.tf2-datatype ; + sh:targetClass cim:ExcIEEEAC5A . + +dy:ExcIEEEAC5A.efd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.efd1-cardinality" ; + sh:order 1040 ; + sh:path cim:ExcIEEEAC5A.efd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.efd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.efd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1040 ; + sh:path cim:ExcIEEEAC5A.efd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.efd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.efd2-cardinality" ; + sh:order 1042 ; + sh:path cim:ExcIEEEAC5A.efd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.efd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.efd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1042 ; + sh:path cim:ExcIEEEAC5A.efd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.ka-cardinality" ; + sh:order 1030 ; + sh:path cim:ExcIEEEAC5A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1030 ; + sh:path cim:ExcIEEEAC5A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.ke-cardinality" ; + sh:order 1034 ; + sh:path cim:ExcIEEEAC5A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1034 ; + sh:path cim:ExcIEEEAC5A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.kf-cardinality" ; + sh:order 1036 ; + sh:path cim:ExcIEEEAC5A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1036 ; + sh:path cim:ExcIEEEAC5A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.seefd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.seefd1-cardinality" ; + sh:order 1041 ; + sh:path cim:ExcIEEEAC5A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.seefd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.seefd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1041 ; + sh:path cim:ExcIEEEAC5A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.seefd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.seefd2-cardinality" ; + sh:order 1043 ; + sh:path cim:ExcIEEEAC5A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.seefd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.seefd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1043 ; + sh:path cim:ExcIEEEAC5A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.ta-cardinality" ; + sh:order 1031 ; + sh:path cim:ExcIEEEAC5A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1031 ; + sh:path cim:ExcIEEEAC5A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.te-cardinality" ; + sh:order 1035 ; + sh:path cim:ExcIEEEAC5A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1035 ; + sh:path cim:ExcIEEEAC5A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.tf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.tf1-cardinality" ; + sh:order 1037 ; + sh:path cim:ExcIEEEAC5A.tf1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.tf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.tf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1037 ; + sh:path cim:ExcIEEEAC5A.tf1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.tf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.tf2-cardinality" ; + sh:order 1038 ; + sh:path cim:ExcIEEEAC5A.tf2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.tf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.tf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1038 ; + sh:path cim:ExcIEEEAC5A.tf2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.tf3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf3)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.tf3-cardinality" ; + sh:order 1039 ; + sh:path cim:ExcIEEEAC5A.tf3 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.tf3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.tf3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1039 ; + sh:path cim:ExcIEEEAC5A.tf3 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.vrmax-cardinality" ; + sh:order 1032 ; + sh:path cim:ExcIEEEAC5A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1032 ; + sh:path cim:ExcIEEEAC5A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC5A.vrmin-cardinality" ; + sh:order 1033 ; + sh:path cim:ExcIEEEAC5A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC5A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC5A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1033 ; + sh:path cim:ExcIEEEAC5A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEAC6A.tc-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcIEEEAC6A.kc-datatype , dy:ExcIEEEAC6A.seve1-datatype , dy:ExcIEEEAC6A.ta-datatype , dy:ExcIEEEAC6A.vamin-datatype , dy:ExcIEEEAC6A.vrmin-datatype , dy:ExcIEEEAC6A.te-cardinality , dy:ExcIEEEAC6A.ke-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEAC6A.kd-datatype , dy:ExcIEEEAC6A.kh-cardinality , dy:ExcIEEEAC6A.ke-cardinality , dy:ExcIEEEAC6A.vamax-datatype , dy:ExcIEEEAC6A.ka-cardinality , dy:ExcIEEEAC6A.vrmin-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEAC6A.kh-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcIEEEAC6A.ve2-datatype , dy:ExcIEEEAC6A.tc-datatype , dy:ExcIEEEAC6A.vamax-cardinality , dy:ExcIEEEAC6A.vrmax-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEAC6A.vfelim-cardinality , dy:ExcIEEEAC6A.vfelim-datatype , dy:ExcIEEEAC6A.te-datatype , dy:ExcIEEEAC6A.vhmax-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcIEEEAC6A.vrmax-cardinality , dy:ExcIEEEAC6A.vhmax-datatype , dy:ExcIEEEAC6A.th-cardinality , dy:ExcIEEEAC6A.seve1-cardinality , dy:ExcIEEEAC6A.ka-datatype , dy:ExcIEEEAC6A.tb-datatype , dy:ExcIEEEAC6A.tb-cardinality , dy:ExcIEEEAC6A.vamin-cardinality , dy:ExcIEEEAC6A.tj-cardinality , dy:ExcIEEEAC6A.kc-cardinality , dy:ExcIEEEAC6A.kd-cardinality , dy:ExcIEEEAC6A.ve1-datatype , dy:ExcIEEEAC6A.th-datatype , dy:ExcIEEEAC6A.ta-cardinality , dy:ExcIEEEAC6A.tj-datatype , dy:ExcIEEEAC6A.ve1-cardinality , dy:ExcIEEEAC6A.seve2-cardinality , dy:ExcIEEEAC6A.ve2-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEAC6A.tk-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEAC6A.tk-cardinality , dy:ExcIEEEAC6A.seve2-datatype ; + sh:targetClass cim:ExcIEEEAC6A . + +dy:ExcIEEEAC6A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.ka-cardinality" ; + sh:order 1044 ; + sh:path cim:ExcIEEEAC6A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1044 ; + sh:path cim:ExcIEEEAC6A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.kc-cardinality" ; + sh:order 1059 ; + sh:path cim:ExcIEEEAC6A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1059 ; + sh:path cim:ExcIEEEAC6A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.kd-cardinality" ; + sh:order 1060 ; + sh:path cim:ExcIEEEAC6A.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1060 ; + sh:path cim:ExcIEEEAC6A.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.ke-cardinality" ; + sh:order 1061 ; + sh:path cim:ExcIEEEAC6A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1061 ; + sh:path cim:ExcIEEEAC6A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.kh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.kh-cardinality" ; + sh:order 1054 ; + sh:path cim:ExcIEEEAC6A.kh ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.kh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.kh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1054 ; + sh:path cim:ExcIEEEAC6A.kh ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.seve1-cardinality" ; + sh:order 1063 ; + sh:path cim:ExcIEEEAC6A.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1063 ; + sh:path cim:ExcIEEEAC6A.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.seve2-cardinality" ; + sh:order 1065 ; + sh:path cim:ExcIEEEAC6A.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1065 ; + sh:path cim:ExcIEEEAC6A.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.ta-cardinality" ; + sh:order 1045 ; + sh:path cim:ExcIEEEAC6A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1045 ; + sh:path cim:ExcIEEEAC6A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.tb-cardinality" ; + sh:order 1047 ; + sh:path cim:ExcIEEEAC6A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1047 ; + sh:path cim:ExcIEEEAC6A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.tc-cardinality" ; + sh:order 1048 ; + sh:path cim:ExcIEEEAC6A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1048 ; + sh:path cim:ExcIEEEAC6A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.te-cardinality" ; + sh:order 1053 ; + sh:path cim:ExcIEEEAC6A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1053 ; + sh:path cim:ExcIEEEAC6A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.th-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.th-cardinality" ; + sh:order 1056 ; + sh:path cim:ExcIEEEAC6A.th ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.th-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.th-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1056 ; + sh:path cim:ExcIEEEAC6A.th ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.tj-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tj)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.tj-cardinality" ; + sh:order 1055 ; + sh:path cim:ExcIEEEAC6A.tj ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.tj-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tj." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.tj-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1055 ; + sh:path cim:ExcIEEEAC6A.tj ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.tk-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tk)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.tk-cardinality" ; + sh:order 1046 ; + sh:path cim:ExcIEEEAC6A.tk ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.tk-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tk." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.tk-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1046 ; + sh:path cim:ExcIEEEAC6A.tk ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.vamax-cardinality" ; + sh:order 1049 ; + sh:path cim:ExcIEEEAC6A.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1049 ; + sh:path cim:ExcIEEEAC6A.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.vamin-cardinality" ; + sh:order 1050 ; + sh:path cim:ExcIEEEAC6A.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1050 ; + sh:path cim:ExcIEEEAC6A.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.ve1-cardinality" ; + sh:order 1062 ; + sh:path cim:ExcIEEEAC6A.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1062 ; + sh:path cim:ExcIEEEAC6A.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.ve2-cardinality" ; + sh:order 1064 ; + sh:path cim:ExcIEEEAC6A.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1064 ; + sh:path cim:ExcIEEEAC6A.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vfelim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfelim)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.vfelim-cardinality" ; + sh:order 1057 ; + sh:path cim:ExcIEEEAC6A.vfelim ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vfelim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfelim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.vfelim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1057 ; + sh:path cim:ExcIEEEAC6A.vfelim ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vhmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vhmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.vhmax-cardinality" ; + sh:order 1058 ; + sh:path cim:ExcIEEEAC6A.vhmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vhmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vhmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.vhmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1058 ; + sh:path cim:ExcIEEEAC6A.vhmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.vrmax-cardinality" ; + sh:order 1051 ; + sh:path cim:ExcIEEEAC6A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1051 ; + sh:path cim:ExcIEEEAC6A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC6A.vrmin-cardinality" ; + sh:order 1052 ; + sh:path cim:ExcIEEEAC6A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC6A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC6A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1052 ; + sh:path cim:ExcIEEEAC6A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEAC7B.ve1-cardinality , dy:ExcIEEEAC7B.seve2-cardinality , dy:ExcIEEEAC7B.kf2-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcIEEEAC7B.kp-cardinality , dy:ExcIEEEAC7B.kf3-datatype , dy:ExcIEEEAC7B.kpr-cardinality , dy:ExcIEEEAC7B.kpa-cardinality , dy:ExcIEEEAC7B.vamax-cardinality , dy:ExcIEEEAC7B.kdr-cardinality , dy:ExcIEEEAC7B.te-datatype , dy:ExcIEEEAC7B.kd-datatype , dy:ExcIEEEAC7B.tdr-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEAC7B.kc-datatype , dy:ExcIEEEAC7B.kf3-cardinality , dy:ExcIEEEAC7B.kir-datatype , dy:ExcIEEEAC7B.seve2-datatype , dy:ExcIEEEAC7B.vamax-datatype , dy:ExcIEEEAC7B.vfemax-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEAC7B.kir-cardinality , dy:ExcIEEEAC7B.ve1-datatype , dy:ExcIEEEAC7B.seve1-cardinality , dy:ExcIEEEAC7B.kc-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEAC7B.kl-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcIEEEAC7B.kia-datatype , dy:ExcIEEEAC7B.tdr-datatype , dy:ExcIEEEAC7B.vrmin-cardinality , dy:ExcIEEEAC7B.tf-datatype , dy:ExcIEEEAC7B.vrmin-datatype , dy:ExcIEEEAC7B.kdr-datatype , dy:ExcIEEEAC7B.vemin-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEAC7B.ke-datatype , dy:ExcIEEEAC7B.kf2-datatype , dy:ExcIEEEAC7B.kl-datatype , dy:ExcIEEEAC7B.tf-cardinality , dy:ExcIEEEAC7B.vamin-cardinality , dy:ExcIEEEAC7B.kpr-datatype , dy:ExcIEEEAC7B.kia-cardinality , dy:ExcIEEEAC7B.kp-datatype , dy:ExcIEEEAC7B.te-cardinality , dy:IdentifiedObject.name-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEAC7B.vrmax-cardinality , dy:ExcIEEEAC7B.kd-cardinality , dy:ExcIEEEAC7B.ve2-datatype , dy:ExcIEEEAC7B.ve2-cardinality , dy:ExcIEEEAC7B.kf1-cardinality , dy:ExcIEEEAC7B.vemin-datatype , dy:ExcIEEEAC7B.kpa-datatype , dy:ExcIEEEAC7B.vamin-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEAC7B.seve1-datatype , dy:ExcIEEEAC7B.kf1-datatype , dy:ExcIEEEAC7B.vrmax-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEAC7B.vfemax-cardinality , dy:ExcIEEEAC7B.ke-cardinality ; + sh:targetClass cim:ExcIEEEAC7B . + +dy:ExcIEEEAC7B.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kc-cardinality" ; + sh:order 1082 ; + sh:path cim:ExcIEEEAC7B.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1082 ; + sh:path cim:ExcIEEEAC7B.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kd-cardinality" ; + sh:order 1083 ; + sh:path cim:ExcIEEEAC7B.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1083 ; + sh:path cim:ExcIEEEAC7B.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kdr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kdr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kdr-cardinality" ; + sh:order 1068 ; + sh:path cim:ExcIEEEAC7B.kdr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kdr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kdr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kdr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1068 ; + sh:path cim:ExcIEEEAC7B.kdr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.ke-cardinality" ; + sh:order 1081 ; + sh:path cim:ExcIEEEAC7B.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1081 ; + sh:path cim:ExcIEEEAC7B.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kf1-cardinality" ; + sh:order 1084 ; + sh:path cim:ExcIEEEAC7B.kf1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1084 ; + sh:path cim:ExcIEEEAC7B.kf1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kf2-cardinality" ; + sh:order 1085 ; + sh:path cim:ExcIEEEAC7B.kf2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1085 ; + sh:path cim:ExcIEEEAC7B.kf2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kf3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf3)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kf3-cardinality" ; + sh:order 1086 ; + sh:path cim:ExcIEEEAC7B.kf3 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kf3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kf3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1086 ; + sh:path cim:ExcIEEEAC7B.kf3 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kia-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kia)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kia-cardinality" ; + sh:order 1073 ; + sh:path cim:ExcIEEEAC7B.kia ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kia-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kia." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kia-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1073 ; + sh:path cim:ExcIEEEAC7B.kia ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kir-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kir)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kir-cardinality" ; + sh:order 1067 ; + sh:path cim:ExcIEEEAC7B.kir ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kir-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kir." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kir-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1067 ; + sh:path cim:ExcIEEEAC7B.kir ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kl)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kl-cardinality" ; + sh:order 1077 ; + sh:path cim:ExcIEEEAC7B.kl ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1077 ; + sh:path cim:ExcIEEEAC7B.kl ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kp-cardinality" ; + sh:order 1076 ; + sh:path cim:ExcIEEEAC7B.kp ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1076 ; + sh:path cim:ExcIEEEAC7B.kp ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kpa-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpa)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kpa-cardinality" ; + sh:order 1072 ; + sh:path cim:ExcIEEEAC7B.kpa ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kpa-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpa." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kpa-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1072 ; + sh:path cim:ExcIEEEAC7B.kpa ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kpr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.kpr-cardinality" ; + sh:order 1066 ; + sh:path cim:ExcIEEEAC7B.kpr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.kpr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.kpr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1066 ; + sh:path cim:ExcIEEEAC7B.kpr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.seve1-cardinality" ; + sh:order 1089 ; + sh:path cim:ExcIEEEAC7B.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1089 ; + sh:path cim:ExcIEEEAC7B.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.seve2-cardinality" ; + sh:order 1091 ; + sh:path cim:ExcIEEEAC7B.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1091 ; + sh:path cim:ExcIEEEAC7B.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.tdr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tdr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.tdr-cardinality" ; + sh:order 1069 ; + sh:path cim:ExcIEEEAC7B.tdr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.tdr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tdr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.tdr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1069 ; + sh:path cim:ExcIEEEAC7B.tdr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.te-cardinality" ; + sh:order 1078 ; + sh:path cim:ExcIEEEAC7B.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1078 ; + sh:path cim:ExcIEEEAC7B.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.tf-cardinality" ; + sh:order 1087 ; + sh:path cim:ExcIEEEAC7B.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1087 ; + sh:path cim:ExcIEEEAC7B.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.vamax-cardinality" ; + sh:order 1074 ; + sh:path cim:ExcIEEEAC7B.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1074 ; + sh:path cim:ExcIEEEAC7B.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.vamin-cardinality" ; + sh:order 1075 ; + sh:path cim:ExcIEEEAC7B.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1075 ; + sh:path cim:ExcIEEEAC7B.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.ve1-cardinality" ; + sh:order 1088 ; + sh:path cim:ExcIEEEAC7B.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1088 ; + sh:path cim:ExcIEEEAC7B.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.ve2-cardinality" ; + sh:order 1090 ; + sh:path cim:ExcIEEEAC7B.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1090 ; + sh:path cim:ExcIEEEAC7B.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vemin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vemin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.vemin-cardinality" ; + sh:order 1080 ; + sh:path cim:ExcIEEEAC7B.vemin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vemin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vemin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.vemin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1080 ; + sh:path cim:ExcIEEEAC7B.vemin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vfemax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfemax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.vfemax-cardinality" ; + sh:order 1079 ; + sh:path cim:ExcIEEEAC7B.vfemax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vfemax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfemax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.vfemax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1079 ; + sh:path cim:ExcIEEEAC7B.vfemax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.vrmax-cardinality" ; + sh:order 1070 ; + sh:path cim:ExcIEEEAC7B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1070 ; + sh:path cim:ExcIEEEAC7B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC7B.vrmin-cardinality" ; + sh:order 1071 ; + sh:path cim:ExcIEEEAC7B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC7B.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC7B.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1071 ; + sh:path cim:ExcIEEEAC7B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEAC8B.vfemax-cardinality , dy:ExcIEEEAC8B.kpr-datatype , dy:ExcIEEEAC8B.kir-cardinality , dy:ExcIEEEAC8B.seve1-cardinality , dy:ExcIEEEAC8B.ta-datatype , dy:ExcIEEEAC8B.ka-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcIEEEAC8B.ke-datatype , dy:ExcIEEEAC8B.te-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEAC8B.ve1-cardinality , dy:ExcIEEEAC8B.kd-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEAC8B.kc-datatype , dy:ExcIEEEAC8B.vrmax-datatype , dy:ExcIEEEAC8B.kir-datatype , dy:ExcIEEEAC8B.ve2-cardinality , dy:ExcIEEEAC8B.ve2-datatype , dy:IdentifiedObject.name-datatype , dy:ExcIEEEAC8B.ve1-datatype , dy:ExcIEEEAC8B.vemin-cardinality , dy:ExcIEEEAC8B.kdr-cardinality , dy:ExcIEEEAC8B.seve2-cardinality , dy:ExcIEEEAC8B.vrmax-cardinality , dy:ExcIEEEAC8B.te-cardinality , dy:ExcIEEEAC8B.vemin-datatype , dy:ExcIEEEAC8B.seve1-datatype , dy:ExcIEEEAC8B.kpr-cardinality , dy:ExcIEEEAC8B.kc-cardinality , dy:ExcIEEEAC8B.tdr-datatype , dy:IdentifiedObject.name-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEAC8B.ka-datatype , dy:ExcIEEEAC8B.ke-cardinality , dy:ExcIEEEAC8B.kd-cardinality , dy:ExcIEEEAC8B.tdr-cardinality , dy:ExcIEEEAC8B.kdr-datatype , dy:ExcIEEEAC8B.ta-cardinality , dy:ExcIEEEAC8B.vrmin-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEAC8B.vfemax-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEAC8B.vrmin-datatype , dy:ExcIEEEAC8B.seve2-datatype ; + sh:targetClass cim:ExcIEEEAC8B . + +dy:ExcIEEEAC8B.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.ka-cardinality" ; + sh:order 1098 ; + sh:path cim:ExcIEEEAC8B.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1098 ; + sh:path cim:ExcIEEEAC8B.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.kc-cardinality" ; + sh:order 1104 ; + sh:path cim:ExcIEEEAC8B.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1104 ; + sh:path cim:ExcIEEEAC8B.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.kd-cardinality" ; + sh:order 1105 ; + sh:path cim:ExcIEEEAC8B.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1105 ; + sh:path cim:ExcIEEEAC8B.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.kdr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kdr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.kdr-cardinality" ; + sh:order 1094 ; + sh:path cim:ExcIEEEAC8B.kdr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.kdr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kdr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.kdr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1094 ; + sh:path cim:ExcIEEEAC8B.kdr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.ke-cardinality" ; + sh:order 1103 ; + sh:path cim:ExcIEEEAC8B.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1103 ; + sh:path cim:ExcIEEEAC8B.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.kir-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kir)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.kir-cardinality" ; + sh:order 1093 ; + sh:path cim:ExcIEEEAC8B.kir ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.kir-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kir." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.kir-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1093 ; + sh:path cim:ExcIEEEAC8B.kir ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.kpr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.kpr-cardinality" ; + sh:order 1092 ; + sh:path cim:ExcIEEEAC8B.kpr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.kpr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.kpr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1092 ; + sh:path cim:ExcIEEEAC8B.kpr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.seve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.seve1-cardinality" ; + sh:order 1107 ; + sh:path cim:ExcIEEEAC8B.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.seve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.seve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1107 ; + sh:path cim:ExcIEEEAC8B.seve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.seve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.seve2-cardinality" ; + sh:order 1109 ; + sh:path cim:ExcIEEEAC8B.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.seve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.seve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1109 ; + sh:path cim:ExcIEEEAC8B.seve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.ta-cardinality" ; + sh:order 1099 ; + sh:path cim:ExcIEEEAC8B.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1099 ; + sh:path cim:ExcIEEEAC8B.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.tdr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tdr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.tdr-cardinality" ; + sh:order 1095 ; + sh:path cim:ExcIEEEAC8B.tdr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.tdr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tdr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.tdr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1095 ; + sh:path cim:ExcIEEEAC8B.tdr ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.te-cardinality" ; + sh:order 1100 ; + sh:path cim:ExcIEEEAC8B.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1100 ; + sh:path cim:ExcIEEEAC8B.te ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.ve1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.ve1-cardinality" ; + sh:order 1106 ; + sh:path cim:ExcIEEEAC8B.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.ve1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.ve1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1106 ; + sh:path cim:ExcIEEEAC8B.ve1 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.ve2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ve2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.ve2-cardinality" ; + sh:order 1108 ; + sh:path cim:ExcIEEEAC8B.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.ve2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ve2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.ve2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1108 ; + sh:path cim:ExcIEEEAC8B.ve2 ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.vemin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vemin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.vemin-cardinality" ; + sh:order 1102 ; + sh:path cim:ExcIEEEAC8B.vemin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.vemin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vemin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.vemin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1102 ; + sh:path cim:ExcIEEEAC8B.vemin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.vfemax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfemax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.vfemax-cardinality" ; + sh:order 1101 ; + sh:path cim:ExcIEEEAC8B.vfemax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.vfemax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfemax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.vfemax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1101 ; + sh:path cim:ExcIEEEAC8B.vfemax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.vrmax-cardinality" ; + sh:order 1096 ; + sh:path cim:ExcIEEEAC8B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1096 ; + sh:path cim:ExcIEEEAC8B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEAC8B.vrmin-cardinality" ; + sh:order 1097 ; + sh:path cim:ExcIEEEAC8B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEAC8B.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEAC8B.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1097 ; + sh:path cim:ExcIEEEAC8B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEDC1A.ka-datatype , dy:ExcIEEEDC1A.seefd2-datatype , dy:ExcIEEEDC1A.tf-cardinality , dy:ExcIEEEDC1A.efd1-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEDC1A.exclim-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEDC1A.efd1-cardinality , dy:ExcIEEEDC1A.vrmin-cardinality , dy:ExcIEEEDC1A.seefd1-cardinality , dy:ExcIEEEDC1A.exclim-cardinality , dy:ExcIEEEDC1A.tc-datatype , dy:ExcIEEEDC1A.uelin-datatype , dy:ExcIEEEDC1A.te-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEDC1A.uelin-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEDC1A.efd2-datatype , dy:ExcIEEEDC1A.vrmax-cardinality , dy:ExcIEEEDC1A.tb-datatype , dy:ExcIEEEDC1A.kf-datatype , dy:ExcIEEEDC1A.ke-cardinality , dy:ExcIEEEDC1A.vrmin-datatype , dy:ExcIEEEDC1A.ka-cardinality , dy:ExcIEEEDC1A.vrmax-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEDC1A.tf-datatype , dy:ExcIEEEDC1A.efd2-cardinality , dy:ExcIEEEDC1A.ta-datatype , dy:ExcIEEEDC1A.seefd1-datatype , dy:ExcIEEEDC1A.kf-cardinality , dy:ExcIEEEDC1A.tb-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEDC1A.ke-datatype , dy:ExcIEEEDC1A.tc-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcIEEEDC1A.ta-cardinality , dy:ExcIEEEDC1A.te-datatype , dy:ExcIEEEDC1A.seefd2-cardinality ; + sh:targetClass cim:ExcIEEEDC1A . + +dy:ExcIEEEDC1A.efd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.efd1-cardinality" ; + sh:order 1120 ; + sh:path cim:ExcIEEEDC1A.efd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.efd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.efd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1120 ; + sh:path cim:ExcIEEEDC1A.efd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.efd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.efd2-cardinality" ; + sh:order 1122 ; + sh:path cim:ExcIEEEDC1A.efd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.efd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.efd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1122 ; + sh:path cim:ExcIEEEDC1A.efd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.exclim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (exclim)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.exclim-cardinality" ; + sh:order 1125 ; + sh:path cim:ExcIEEEDC1A.exclim ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.exclim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the exclim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.exclim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1125 ; + sh:path cim:ExcIEEEDC1A.exclim ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.ka-cardinality" ; + sh:order 1110 ; + sh:path cim:ExcIEEEDC1A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1110 ; + sh:path cim:ExcIEEEDC1A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.ke-cardinality" ; + sh:order 1116 ; + sh:path cim:ExcIEEEDC1A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1116 ; + sh:path cim:ExcIEEEDC1A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.kf-cardinality" ; + sh:order 1118 ; + sh:path cim:ExcIEEEDC1A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1118 ; + sh:path cim:ExcIEEEDC1A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.seefd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.seefd1-cardinality" ; + sh:order 1121 ; + sh:path cim:ExcIEEEDC1A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.seefd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.seefd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1121 ; + sh:path cim:ExcIEEEDC1A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.seefd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.seefd2-cardinality" ; + sh:order 1123 ; + sh:path cim:ExcIEEEDC1A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.seefd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.seefd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1123 ; + sh:path cim:ExcIEEEDC1A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.ta-cardinality" ; + sh:order 1111 ; + sh:path cim:ExcIEEEDC1A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1111 ; + sh:path cim:ExcIEEEDC1A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.tb-cardinality" ; + sh:order 1112 ; + sh:path cim:ExcIEEEDC1A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1112 ; + sh:path cim:ExcIEEEDC1A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.tc-cardinality" ; + sh:order 1113 ; + sh:path cim:ExcIEEEDC1A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1113 ; + sh:path cim:ExcIEEEDC1A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.te-cardinality" ; + sh:order 1117 ; + sh:path cim:ExcIEEEDC1A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1117 ; + sh:path cim:ExcIEEEDC1A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.tf-cardinality" ; + sh:order 1119 ; + sh:path cim:ExcIEEEDC1A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1119 ; + sh:path cim:ExcIEEEDC1A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.uelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uelin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.uelin-cardinality" ; + sh:order 1124 ; + sh:path cim:ExcIEEEDC1A.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.uelin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the uelin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.uelin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1124 ; + sh:path cim:ExcIEEEDC1A.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.vrmax-cardinality" ; + sh:order 1114 ; + sh:path cim:ExcIEEEDC1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1114 ; + sh:path cim:ExcIEEEDC1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC1A.vrmin-cardinality" ; + sh:order 1115 ; + sh:path cim:ExcIEEEDC1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC1A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC1A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1115 ; + sh:path cim:ExcIEEEDC1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEDC2A.seefd2-cardinality , dy:ExcIEEEDC2A.vrmin-cardinality , dy:ExcIEEEDC2A.seefd1-datatype , dy:ExcIEEEDC2A.ke-datatype , dy:ExcIEEEDC2A.tb-cardinality , dy:ExcIEEEDC2A.seefd2-datatype , dy:ExcIEEEDC2A.kf-cardinality , dy:ExcIEEEDC2A.uelin-cardinality , dy:ExcIEEEDC2A.vrmax-cardinality , dy:ExcIEEEDC2A.ke-cardinality , dy:ExcIEEEDC2A.ka-datatype , dy:ExcIEEEDC2A.ta-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEDC2A.efd2-cardinality , dy:ExcIEEEDC2A.vrmax-datatype , dy:IdentifiedObject.description-datatype , dy:ExcIEEEDC2A.efd1-datatype , dy:ExcIEEEDC2A.kf-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEDC2A.vrmin-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEDC2A.te-cardinality , dy:ExcIEEEDC2A.tb-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEDC2A.ta-datatype , dy:ExcIEEEDC2A.tf-cardinality , dy:ExcIEEEDC2A.uelin-datatype , dy:ExcIEEEDC2A.tf-datatype , dy:ExcIEEEDC2A.ka-cardinality , dy:ExcIEEEDC2A.tc-cardinality , dy:ExcIEEEDC2A.exclim-datatype , dy:ExcIEEEDC2A.tc-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEDC2A.efd2-datatype , dy:ExcIEEEDC2A.seefd1-cardinality , dy:ExcIEEEDC2A.efd1-cardinality , dy:ExcIEEEDC2A.te-datatype , dy:ExcIEEEDC2A.exclim-cardinality , dy:IdentifiedObject.name-datatype , dy:DynamicsFunctionBlock.enabled-datatype ; + sh:targetClass cim:ExcIEEEDC2A . + +dy:ExcIEEEDC2A.efd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.efd1-cardinality" ; + sh:order 1126 ; + sh:path cim:ExcIEEEDC2A.efd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.efd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.efd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1126 ; + sh:path cim:ExcIEEEDC2A.efd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.efd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.efd2-cardinality" ; + sh:order 1127 ; + sh:path cim:ExcIEEEDC2A.efd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.efd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.efd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1127 ; + sh:path cim:ExcIEEEDC2A.efd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.exclim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (exclim)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.exclim-cardinality" ; + sh:order 1128 ; + sh:path cim:ExcIEEEDC2A.exclim ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.exclim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the exclim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.exclim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1128 ; + sh:path cim:ExcIEEEDC2A.exclim ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.ka-cardinality" ; + sh:order 1129 ; + sh:path cim:ExcIEEEDC2A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1129 ; + sh:path cim:ExcIEEEDC2A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.ke-cardinality" ; + sh:order 1130 ; + sh:path cim:ExcIEEEDC2A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1130 ; + sh:path cim:ExcIEEEDC2A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.kf-cardinality" ; + sh:order 1131 ; + sh:path cim:ExcIEEEDC2A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1131 ; + sh:path cim:ExcIEEEDC2A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.seefd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.seefd1-cardinality" ; + sh:order 1132 ; + sh:path cim:ExcIEEEDC2A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.seefd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.seefd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1132 ; + sh:path cim:ExcIEEEDC2A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.seefd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.seefd2-cardinality" ; + sh:order 1133 ; + sh:path cim:ExcIEEEDC2A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.seefd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.seefd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1133 ; + sh:path cim:ExcIEEEDC2A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.ta-cardinality" ; + sh:order 1134 ; + sh:path cim:ExcIEEEDC2A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1134 ; + sh:path cim:ExcIEEEDC2A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.tb-cardinality" ; + sh:order 1135 ; + sh:path cim:ExcIEEEDC2A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1135 ; + sh:path cim:ExcIEEEDC2A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.tc-cardinality" ; + sh:order 1136 ; + sh:path cim:ExcIEEEDC2A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1136 ; + sh:path cim:ExcIEEEDC2A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.te-cardinality" ; + sh:order 1137 ; + sh:path cim:ExcIEEEDC2A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1137 ; + sh:path cim:ExcIEEEDC2A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.tf-cardinality" ; + sh:order 1138 ; + sh:path cim:ExcIEEEDC2A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1138 ; + sh:path cim:ExcIEEEDC2A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.uelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uelin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.uelin-cardinality" ; + sh:order 1139 ; + sh:path cim:ExcIEEEDC2A.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.uelin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the uelin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.uelin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1139 ; + sh:path cim:ExcIEEEDC2A.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.vrmax-cardinality" ; + sh:order 1140 ; + sh:path cim:ExcIEEEDC2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1140 ; + sh:path cim:ExcIEEEDC2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC2A.vrmin-cardinality" ; + sh:order 1141 ; + sh:path cim:ExcIEEEDC2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC2A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC2A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1141 ; + sh:path cim:ExcIEEEDC2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEDC3A.te-cardinality , dy:ExcIEEEDC3A.efd1-cardinality , dy:ExcIEEEDC3A.ke-datatype , dy:IdentifiedObject.name-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEDC3A.trh-datatype , dy:ExcIEEEDC3A.seefd2-datatype , dy:ExcIEEEDC3A.kv-cardinality , dy:ExcIEEEDC3A.ke-cardinality , dy:ExcIEEEDC3A.kv-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEDC3A.seefd2-cardinality , dy:ExcIEEEDC3A.efd2-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcIEEEDC3A.seefd1-datatype , dy:ExcIEEEDC3A.efd1-datatype , dy:ExcIEEEDC3A.vrmin-cardinality , dy:ExcIEEEDC3A.exclim-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEDC3A.vrmax-cardinality , dy:ExcIEEEDC3A.efd2-datatype , dy:ExcIEEEDC3A.vrmin-datatype , dy:ExcIEEEDC3A.te-datatype , dy:ExcIEEEDC3A.trh-cardinality , dy:ExcIEEEDC3A.seefd1-cardinality , dy:ExcIEEEDC3A.exclim-datatype , dy:ExcIEEEDC3A.vrmax-datatype ; + sh:targetClass cim:ExcIEEEDC3A . + +dy:ExcIEEEDC3A.efd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC3A.efd1-cardinality" ; + sh:order 1148 ; + sh:path cim:ExcIEEEDC3A.efd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.efd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC3A.efd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1148 ; + sh:path cim:ExcIEEEDC3A.efd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.efd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC3A.efd2-cardinality" ; + sh:order 1150 ; + sh:path cim:ExcIEEEDC3A.efd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.efd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC3A.efd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1150 ; + sh:path cim:ExcIEEEDC3A.efd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.exclim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (exclim)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC3A.exclim-cardinality" ; + sh:order 1152 ; + sh:path cim:ExcIEEEDC3A.exclim ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.exclim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the exclim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC3A.exclim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1152 ; + sh:path cim:ExcIEEEDC3A.exclim ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC3A.ke-cardinality" ; + sh:order 1147 ; + sh:path cim:ExcIEEEDC3A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC3A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1147 ; + sh:path cim:ExcIEEEDC3A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.kv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kv)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC3A.kv-cardinality" ; + sh:order 1143 ; + sh:path cim:ExcIEEEDC3A.kv ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.kv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC3A.kv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1143 ; + sh:path cim:ExcIEEEDC3A.kv ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.seefd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC3A.seefd1-cardinality" ; + sh:order 1149 ; + sh:path cim:ExcIEEEDC3A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.seefd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC3A.seefd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1149 ; + sh:path cim:ExcIEEEDC3A.seefd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.seefd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC3A.seefd2-cardinality" ; + sh:order 1151 ; + sh:path cim:ExcIEEEDC3A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.seefd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC3A.seefd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1151 ; + sh:path cim:ExcIEEEDC3A.seefd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC3A.te-cardinality" ; + sh:order 1146 ; + sh:path cim:ExcIEEEDC3A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC3A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1146 ; + sh:path cim:ExcIEEEDC3A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.trh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (trh)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC3A.trh-cardinality" ; + sh:order 1142 ; + sh:path cim:ExcIEEEDC3A.trh ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.trh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the trh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC3A.trh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1142 ; + sh:path cim:ExcIEEEDC3A.trh ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC3A.vrmax-cardinality" ; + sh:order 1144 ; + sh:path cim:ExcIEEEDC3A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC3A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1144 ; + sh:path cim:ExcIEEEDC3A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC3A.vrmin-cardinality" ; + sh:order 1145 ; + sh:path cim:ExcIEEEDC3A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC3A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC3A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1145 ; + sh:path cim:ExcIEEEDC3A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEDC4B.efd2-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEDC4B.ke-datatype , dy:ExcIEEEDC4B.seefd2-cardinality , dy:ExcIEEEDC4B.kf-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-datatype , dy:ExcIEEEDC4B.vrmin-datatype , dy:ExcIEEEDC4B.ka-cardinality , dy:ExcIEEEDC4B.vrmax-datatype , dy:ExcIEEEDC4B.ka-datatype , dy:ExcIEEEDC4B.kp-cardinality , dy:ExcIEEEDC4B.efd2-cardinality , dy:ExcIEEEDC4B.ta-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEDC4B.efd1-cardinality , dy:ExcIEEEDC4B.ta-cardinality , dy:ExcIEEEDC4B.vrmin-cardinality , dy:ExcIEEEDC4B.te-cardinality , dy:ExcIEEEDC4B.tf-datatype , dy:ExcIEEEDC4B.seefd1-datatype , dy:ExcIEEEDC4B.seefd1-cardinality , dy:ExcIEEEDC4B.ki-datatype , dy:ExcIEEEDC4B.td-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEDC4B.ki-cardinality , dy:ExcIEEEDC4B.uelin-cardinality , dy:ExcIEEEDC4B.oelin-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcIEEEDC4B.vemin-datatype , dy:ExcIEEEDC4B.kf-datatype , dy:ExcIEEEDC4B.kd-cardinality , dy:ExcIEEEDC4B.seefd2-datatype , dy:ExcIEEEDC4B.te-datatype , dy:ExcIEEEDC4B.oelin-datatype , dy:ExcIEEEDC4B.tf-cardinality , dy:ExcIEEEDC4B.vemin-cardinality , dy:ExcIEEEDC4B.kp-datatype , dy:ExcIEEEDC4B.vrmax-cardinality , dy:ExcIEEEDC4B.uelin-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEDC4B.ke-cardinality , dy:ExcIEEEDC4B.kd-datatype , dy:ExcIEEEDC4B.efd1-datatype , dy:ExcIEEEDC4B.td-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality ; + sh:targetClass cim:ExcIEEEDC4B . + +dy:ExcIEEEDC4B.efd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.efd1-cardinality" ; + sh:order 1165 ; + sh:path cim:ExcIEEEDC4B.efd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.efd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.efd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1165 ; + sh:path cim:ExcIEEEDC4B.efd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.efd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.efd2-cardinality" ; + sh:order 1167 ; + sh:path cim:ExcIEEEDC4B.efd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.efd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.efd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1167 ; + sh:path cim:ExcIEEEDC4B.efd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.ka-cardinality" ; + sh:order 1153 ; + sh:path cim:ExcIEEEDC4B.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1153 ; + sh:path cim:ExcIEEEDC4B.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.kd-cardinality" ; + sh:order 1157 ; + sh:path cim:ExcIEEEDC4B.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1157 ; + sh:path cim:ExcIEEEDC4B.kd ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.ke-cardinality" ; + sh:order 1161 ; + sh:path cim:ExcIEEEDC4B.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1161 ; + sh:path cim:ExcIEEEDC4B.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.kf-cardinality" ; + sh:order 1163 ; + sh:path cim:ExcIEEEDC4B.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1163 ; + sh:path cim:ExcIEEEDC4B.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.ki-cardinality" ; + sh:order 1156 ; + sh:path cim:ExcIEEEDC4B.ki ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1156 ; + sh:path cim:ExcIEEEDC4B.ki ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.kp-cardinality" ; + sh:order 1155 ; + sh:path cim:ExcIEEEDC4B.kp ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1155 ; + sh:path cim:ExcIEEEDC4B.kp ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.oelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (oelin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.oelin-cardinality" ; + sh:order 1170 ; + sh:path cim:ExcIEEEDC4B.oelin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.oelin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the oelin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.oelin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1170 ; + sh:path cim:ExcIEEEDC4B.oelin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.seefd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.seefd1-cardinality" ; + sh:order 1166 ; + sh:path cim:ExcIEEEDC4B.seefd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.seefd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.seefd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1166 ; + sh:path cim:ExcIEEEDC4B.seefd1 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.seefd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (seefd2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.seefd2-cardinality" ; + sh:order 1168 ; + sh:path cim:ExcIEEEDC4B.seefd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.seefd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the seefd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.seefd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1168 ; + sh:path cim:ExcIEEEDC4B.seefd2 ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.ta-cardinality" ; + sh:order 1154 ; + sh:path cim:ExcIEEEDC4B.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1154 ; + sh:path cim:ExcIEEEDC4B.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.td-cardinality" ; + sh:order 1158 ; + sh:path cim:ExcIEEEDC4B.td ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1158 ; + sh:path cim:ExcIEEEDC4B.td ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.te-cardinality" ; + sh:order 1162 ; + sh:path cim:ExcIEEEDC4B.te ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1162 ; + sh:path cim:ExcIEEEDC4B.te ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.tf-cardinality" ; + sh:order 1164 ; + sh:path cim:ExcIEEEDC4B.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1164 ; + sh:path cim:ExcIEEEDC4B.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.uelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uelin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.uelin-cardinality" ; + sh:order 1171 ; + sh:path cim:ExcIEEEDC4B.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.uelin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the uelin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.uelin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1171 ; + sh:path cim:ExcIEEEDC4B.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.vemin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vemin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.vemin-cardinality" ; + sh:order 1169 ; + sh:path cim:ExcIEEEDC4B.vemin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.vemin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vemin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.vemin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1169 ; + sh:path cim:ExcIEEEDC4B.vemin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.vrmax-cardinality" ; + sh:order 1159 ; + sh:path cim:ExcIEEEDC4B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1159 ; + sh:path cim:ExcIEEEDC4B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEDC4B.vrmin-cardinality" ; + sh:order 1160 ; + sh:path cim:ExcIEEEDC4B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEDC4B.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEDC4B.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1160 ; + sh:path cim:ExcIEEEDC4B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEST1A.vrmin-cardinality , dy:ExcIEEEST1A.tb1-datatype , dy:ExcIEEEST1A.uelin-cardinality , dy:ExcIEEEST1A.tc-cardinality , dy:ExcIEEEST1A.vimax-cardinality , dy:ExcIEEEST1A.kc-datatype , dy:ExcIEEEST1A.ta-cardinality , dy:ExcIEEEST1A.tc-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEST1A.vamin-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcIEEEST1A.vamin-datatype , dy:ExcIEEEST1A.tb1-cardinality , dy:ExcIEEEST1A.vimin-datatype , dy:ExcIEEEST1A.tb-datatype , dy:IdentifiedObject.name-datatype , dy:ExcIEEEST1A.kc-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEST1A.vamax-cardinality , dy:ExcIEEEST1A.vrmax-cardinality , dy:ExcIEEEST1A.vimin-cardinality , dy:ExcIEEEST1A.kf-cardinality , dy:ExcIEEEST1A.ta-datatype , dy:ExcIEEEST1A.kf-datatype , dy:ExcIEEEST1A.vrmin-datatype , dy:ExcIEEEST1A.ka-datatype , dy:ExcIEEEST1A.klr-cardinality , dy:ExcIEEEST1A.ilr-datatype , dy:ExcIEEEST1A.tb-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcIEEEST1A.pssin-cardinality , dy:ExcIEEEST1A.tc1-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEST1A.vamax-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEST1A.ka-cardinality , dy:ExcIEEEST1A.vimax-datatype , dy:ExcIEEEST1A.vrmax-datatype , dy:ExcIEEEST1A.klr-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEST1A.uelin-datatype , dy:ExcIEEEST1A.tf-datatype , dy:ExcIEEEST1A.pssin-datatype , dy:ExcIEEEST1A.tc1-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEST1A.tf-cardinality , dy:ExcIEEEST1A.ilr-cardinality ; + sh:targetClass cim:ExcIEEEST1A . + +dy:ExcIEEEST1A.ilr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ilr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.ilr-cardinality" ; + sh:order 1172 ; + sh:path cim:ExcIEEEST1A.ilr ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.ilr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ilr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.ilr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1172 ; + sh:path cim:ExcIEEEST1A.ilr ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.ka-cardinality" ; + sh:order 1173 ; + sh:path cim:ExcIEEEST1A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1173 ; + sh:path cim:ExcIEEEST1A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.kc-cardinality" ; + sh:order 1174 ; + sh:path cim:ExcIEEEST1A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1174 ; + sh:path cim:ExcIEEEST1A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.kf-cardinality" ; + sh:order 1175 ; + sh:path cim:ExcIEEEST1A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1175 ; + sh:path cim:ExcIEEEST1A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.klr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (klr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.klr-cardinality" ; + sh:order 1176 ; + sh:path cim:ExcIEEEST1A.klr ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.klr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the klr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.klr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1176 ; + sh:path cim:ExcIEEEST1A.klr ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.pssin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pssin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.pssin-cardinality" ; + sh:order 1177 ; + sh:path cim:ExcIEEEST1A.pssin ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.pssin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the pssin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.pssin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1177 ; + sh:path cim:ExcIEEEST1A.pssin ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.ta-cardinality" ; + sh:order 1178 ; + sh:path cim:ExcIEEEST1A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1178 ; + sh:path cim:ExcIEEEST1A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.tb-cardinality" ; + sh:order 1179 ; + sh:path cim:ExcIEEEST1A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1179 ; + sh:path cim:ExcIEEEST1A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.tb1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.tb1-cardinality" ; + sh:order 1180 ; + sh:path cim:ExcIEEEST1A.tb1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.tb1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.tb1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1180 ; + sh:path cim:ExcIEEEST1A.tb1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.tc-cardinality" ; + sh:order 1181 ; + sh:path cim:ExcIEEEST1A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1181 ; + sh:path cim:ExcIEEEST1A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.tc1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.tc1-cardinality" ; + sh:order 1182 ; + sh:path cim:ExcIEEEST1A.tc1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.tc1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.tc1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1182 ; + sh:path cim:ExcIEEEST1A.tc1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.tf-cardinality" ; + sh:order 1183 ; + sh:path cim:ExcIEEEST1A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1183 ; + sh:path cim:ExcIEEEST1A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.uelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uelin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.uelin-cardinality" ; + sh:order 1184 ; + sh:path cim:ExcIEEEST1A.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.uelin-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the uelin." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:ExcIEEEST1AUELselectorKind.ignoreUELsignal cim:ExcIEEEST1AUELselectorKind.inputHVgateVoltageOutput cim:ExcIEEEST1AUELselectorKind.inputHVgateErrorSignal cim:ExcIEEEST1AUELselectorKind.inputAddedToErrorSignal ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "ExcIEEEST1A.uelin-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 1184 ; + sh:path cim:ExcIEEEST1A.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.vamax-cardinality" ; + sh:order 1185 ; + sh:path cim:ExcIEEEST1A.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1185 ; + sh:path cim:ExcIEEEST1A.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.vamin-cardinality" ; + sh:order 1186 ; + sh:path cim:ExcIEEEST1A.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1186 ; + sh:path cim:ExcIEEEST1A.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.vimax-cardinality" ; + sh:order 1187 ; + sh:path cim:ExcIEEEST1A.vimax ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.vimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1187 ; + sh:path cim:ExcIEEEST1A.vimax ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.vimin-cardinality" ; + sh:order 1188 ; + sh:path cim:ExcIEEEST1A.vimin ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.vimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1188 ; + sh:path cim:ExcIEEEST1A.vimin ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.vrmax-cardinality" ; + sh:order 1189 ; + sh:path cim:ExcIEEEST1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1189 ; + sh:path cim:ExcIEEEST1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST1A.vrmin-cardinality" ; + sh:order 1190 ; + sh:path cim:ExcIEEEST1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST1A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST1A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1190 ; + sh:path cim:ExcIEEEST1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEST2A.kc-datatype , dy:ExcIEEEST2A.kf-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEST2A.te-datatype , dy:IdentifiedObject.name-datatype , dy:ExcIEEEST2A.vrmin-datatype , dy:ExcIEEEST2A.uelin-cardinality , dy:ExcIEEEST2A.kc-cardinality , dy:ExcIEEEST2A.ke-datatype , dy:ExcIEEEST2A.ka-datatype , dy:ExcIEEEST2A.vrmax-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEST2A.tf-cardinality , dy:ExcIEEEST2A.uelin-datatype , dy:ExcIEEEST2A.kp-datatype , dy:IdentifiedObject.description-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEST2A.vrmin-cardinality , dy:ExcIEEEST2A.ki-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.name-cardinality , dy:ExcIEEEST2A.efdmax-datatype , dy:ExcIEEEST2A.ta-datatype , dy:ExcIEEEST2A.ka-cardinality , dy:ExcIEEEST2A.efdmax-cardinality , dy:ExcIEEEST2A.ke-cardinality , dy:ExcIEEEST2A.vrmax-cardinality , dy:ExcIEEEST2A.te-cardinality , dy:ExcIEEEST2A.tf-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEST2A.kp-cardinality , dy:ExcIEEEST2A.kf-cardinality , dy:ExcIEEEST2A.ta-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEST2A.ki-datatype ; + sh:targetClass cim:ExcIEEEST2A . + +dy:ExcIEEEST2A.efdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.efdmax-cardinality" ; + sh:order 1202 ; + sh:path cim:ExcIEEEST2A.efdmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.efdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.efdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1202 ; + sh:path cim:ExcIEEEST2A.efdmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.ka-cardinality" ; + sh:order 1191 ; + sh:path cim:ExcIEEEST2A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1191 ; + sh:path cim:ExcIEEEST2A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.kc-cardinality" ; + sh:order 1201 ; + sh:path cim:ExcIEEEST2A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1201 ; + sh:path cim:ExcIEEEST2A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.ke-cardinality" ; + sh:order 1195 ; + sh:path cim:ExcIEEEST2A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1195 ; + sh:path cim:ExcIEEEST2A.ke ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.kf-cardinality" ; + sh:order 1197 ; + sh:path cim:ExcIEEEST2A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1197 ; + sh:path cim:ExcIEEEST2A.kf ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.ki-cardinality" ; + sh:order 1200 ; + sh:path cim:ExcIEEEST2A.ki ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1200 ; + sh:path cim:ExcIEEEST2A.ki ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.kp-cardinality" ; + sh:order 1199 ; + sh:path cim:ExcIEEEST2A.kp ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1199 ; + sh:path cim:ExcIEEEST2A.kp ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.ta-cardinality" ; + sh:order 1192 ; + sh:path cim:ExcIEEEST2A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1192 ; + sh:path cim:ExcIEEEST2A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.te-cardinality" ; + sh:order 1196 ; + sh:path cim:ExcIEEEST2A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1196 ; + sh:path cim:ExcIEEEST2A.te ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.tf-cardinality" ; + sh:order 1198 ; + sh:path cim:ExcIEEEST2A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1198 ; + sh:path cim:ExcIEEEST2A.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.uelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uelin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.uelin-cardinality" ; + sh:order 1203 ; + sh:path cim:ExcIEEEST2A.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.uelin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the uelin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.uelin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1203 ; + sh:path cim:ExcIEEEST2A.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.vrmax-cardinality" ; + sh:order 1193 ; + sh:path cim:ExcIEEEST2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1193 ; + sh:path cim:ExcIEEEST2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST2A.vrmin-cardinality" ; + sh:order 1194 ; + sh:path cim:ExcIEEEST2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST2A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST2A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1194 ; + sh:path cim:ExcIEEEST2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEST3A.vrmin-datatype , dy:IdentifiedObject.description-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEST3A.vimin-datatype , dy:ExcIEEEST3A.ta-cardinality , dy:ExcIEEEST3A.vimax-datatype , dy:ExcIEEEST3A.tb-cardinality , dy:ExcIEEEST3A.vrmax-datatype , dy:IdentifiedObject.name-datatype , dy:ExcIEEEST3A.vmmax-datatype , dy:ExcIEEEST3A.tc-cardinality , dy:ExcIEEEST3A.vmmax-cardinality , dy:ExcIEEEST3A.kg-datatype , dy:ExcIEEEST3A.vgmax-cardinality , dy:ExcIEEEST3A.tm-cardinality , dy:ExcIEEEST3A.tm-datatype , dy:ExcIEEEST3A.tc-datatype , dy:ExcIEEEST3A.xl-cardinality , dy:ExcIEEEST3A.thetap-cardinality , dy:ExcIEEEST3A.vimax-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEST3A.xl-datatype , dy:ExcIEEEST3A.kc-datatype , dy:ExcIEEEST3A.vmmin-datatype , dy:ExcIEEEST3A.kp-datatype , dy:ExcIEEEST3A.vimin-cardinality , dy:ExcIEEEST3A.vrmax-cardinality , dy:ExcIEEEST3A.kp-cardinality , dy:ExcIEEEST3A.vbmax-datatype , dy:ExcIEEEST3A.vmmin-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEST3A.ki-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEST3A.kc-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEST3A.tb-datatype , dy:ExcIEEEST3A.ka-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEST3A.ta-datatype , dy:ExcIEEEST3A.vbmax-cardinality , dy:ExcIEEEST3A.km-cardinality , dy:ExcIEEEST3A.vgmax-datatype , dy:ExcIEEEST3A.km-datatype , dy:ExcIEEEST3A.ka-cardinality , dy:ExcIEEEST3A.vrmin-cardinality , dy:ExcIEEEST3A.kg-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcIEEEST3A.ki-cardinality , dy:ExcIEEEST3A.thetap-datatype ; + sh:targetClass cim:ExcIEEEST3A . + +dy:ExcIEEEST3A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.ka-cardinality" ; + sh:order 1206 ; + sh:path cim:ExcIEEEST3A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1206 ; + sh:path cim:ExcIEEEST3A.ka ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.kc-cardinality" ; + sh:order 1220 ; + sh:path cim:ExcIEEEST3A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1220 ; + sh:path cim:ExcIEEEST3A.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.kg-cardinality" ; + sh:order 1216 ; + sh:path cim:ExcIEEEST3A.kg ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1216 ; + sh:path cim:ExcIEEEST3A.kg ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.ki-cardinality" ; + sh:order 1219 ; + sh:path cim:ExcIEEEST3A.ki ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1219 ; + sh:path cim:ExcIEEEST3A.ki ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.km-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (km)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.km-cardinality" ; + sh:order 1212 ; + sh:path cim:ExcIEEEST3A.km ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.km-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the km." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.km-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1212 ; + sh:path cim:ExcIEEEST3A.km ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.kp-cardinality" ; + sh:order 1217 ; + sh:path cim:ExcIEEEST3A.kp ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1217 ; + sh:path cim:ExcIEEEST3A.kp ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.ta-cardinality" ; + sh:order 1207 ; + sh:path cim:ExcIEEEST3A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1207 ; + sh:path cim:ExcIEEEST3A.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.tb-cardinality" ; + sh:order 1208 ; + sh:path cim:ExcIEEEST3A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1208 ; + sh:path cim:ExcIEEEST3A.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.tc-cardinality" ; + sh:order 1209 ; + sh:path cim:ExcIEEEST3A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1209 ; + sh:path cim:ExcIEEEST3A.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.thetap-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thetap)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.thetap-cardinality" ; + sh:order 1218 ; + sh:path cim:ExcIEEEST3A.thetap ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.thetap-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thetap." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.thetap-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1218 ; + sh:path cim:ExcIEEEST3A.thetap ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.tm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tm)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.tm-cardinality" ; + sh:order 1213 ; + sh:path cim:ExcIEEEST3A.tm ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.tm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.tm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1213 ; + sh:path cim:ExcIEEEST3A.tm ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vbmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vbmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.vbmax-cardinality" ; + sh:order 1222 ; + sh:path cim:ExcIEEEST3A.vbmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vbmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vbmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.vbmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1222 ; + sh:path cim:ExcIEEEST3A.vbmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vgmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vgmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.vgmax-cardinality" ; + sh:order 1223 ; + sh:path cim:ExcIEEEST3A.vgmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vgmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vgmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.vgmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1223 ; + sh:path cim:ExcIEEEST3A.vgmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.vimax-cardinality" ; + sh:order 1204 ; + sh:path cim:ExcIEEEST3A.vimax ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.vimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1204 ; + sh:path cim:ExcIEEEST3A.vimax ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.vimin-cardinality" ; + sh:order 1205 ; + sh:path cim:ExcIEEEST3A.vimin ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.vimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1205 ; + sh:path cim:ExcIEEEST3A.vimin ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vmmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.vmmax-cardinality" ; + sh:order 1214 ; + sh:path cim:ExcIEEEST3A.vmmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vmmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.vmmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1214 ; + sh:path cim:ExcIEEEST3A.vmmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vmmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.vmmin-cardinality" ; + sh:order 1215 ; + sh:path cim:ExcIEEEST3A.vmmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vmmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.vmmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1215 ; + sh:path cim:ExcIEEEST3A.vmmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.vrmax-cardinality" ; + sh:order 1210 ; + sh:path cim:ExcIEEEST3A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1210 ; + sh:path cim:ExcIEEEST3A.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.vrmin-cardinality" ; + sh:order 1211 ; + sh:path cim:ExcIEEEST3A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1211 ; + sh:path cim:ExcIEEEST3A.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.xl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xl)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST3A.xl-cardinality" ; + sh:order 1221 ; + sh:path cim:ExcIEEEST3A.xl ; + sh:severity sh:Violation . + +dy:ExcIEEEST3A.xl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST3A.xl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1221 ; + sh:path cim:ExcIEEEST3A.xl ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEST4B.vbmax-datatype , dy:IdentifiedObject.description-datatype , dy:ExcIEEEST4B.kc-datatype , dy:ExcIEEEST4B.kg-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEST4B.kg-cardinality , dy:ExcIEEEST4B.vbmax-cardinality , dy:ExcIEEEST4B.vrmin-datatype , dy:IdentifiedObject.name-datatype , dy:ExcIEEEST4B.vrmin-cardinality , dy:ExcIEEEST4B.thetap-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEST4B.kpr-datatype , dy:ExcIEEEST4B.kp-datatype , dy:ExcIEEEST4B.vmmin-datatype , dy:ExcIEEEST4B.thetap-datatype , dy:ExcIEEEST4B.kir-datatype , dy:ExcIEEEST4B.ki-datatype , dy:ExcIEEEST4B.xl-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEST4B.ta-cardinality , dy:ExcIEEEST4B.kp-cardinality , dy:ExcIEEEST4B.kir-cardinality , dy:ExcIEEEST4B.kim-datatype , dy:ExcIEEEST4B.ki-cardinality , dy:ExcIEEEST4B.vmmax-datatype , dy:ExcIEEEST4B.kpm-cardinality , dy:ExcIEEEST4B.vmmax-cardinality , dy:ExcIEEEST4B.kpr-cardinality , dy:ExcIEEEST4B.vmmin-cardinality , dy:ExcIEEEST4B.ta-datatype , dy:ExcIEEEST4B.kim-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEST4B.kpm-datatype , dy:ExcIEEEST4B.vrmax-datatype , dy:ExcIEEEST4B.kc-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEST4B.xl-datatype , dy:ExcIEEEST4B.vrmax-cardinality ; + sh:targetClass cim:ExcIEEEST4B . + +dy:ExcIEEEST4B.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.kc-cardinality" ; + sh:order 1237 ; + sh:path cim:ExcIEEEST4B.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1237 ; + sh:path cim:ExcIEEEST4B.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.kg-cardinality" ; + sh:order 1233 ; + sh:path cim:ExcIEEEST4B.kg ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1233 ; + sh:path cim:ExcIEEEST4B.kg ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.ki-cardinality" ; + sh:order 1236 ; + sh:path cim:ExcIEEEST4B.ki ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1236 ; + sh:path cim:ExcIEEEST4B.ki ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kim)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.kim-cardinality" ; + sh:order 1230 ; + sh:path cim:ExcIEEEST4B.kim ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.kim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1230 ; + sh:path cim:ExcIEEEST4B.kim ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kir-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kir)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.kir-cardinality" ; + sh:order 1225 ; + sh:path cim:ExcIEEEST4B.kir ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kir-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kir." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.kir-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1225 ; + sh:path cim:ExcIEEEST4B.kir ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.kp-cardinality" ; + sh:order 1234 ; + sh:path cim:ExcIEEEST4B.kp ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1234 ; + sh:path cim:ExcIEEEST4B.kp ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kpm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpm)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.kpm-cardinality" ; + sh:order 1229 ; + sh:path cim:ExcIEEEST4B.kpm ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kpm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.kpm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1229 ; + sh:path cim:ExcIEEEST4B.kpm ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kpr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.kpr-cardinality" ; + sh:order 1224 ; + sh:path cim:ExcIEEEST4B.kpr ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.kpr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.kpr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1224 ; + sh:path cim:ExcIEEEST4B.kpr ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.ta-cardinality" ; + sh:order 1226 ; + sh:path cim:ExcIEEEST4B.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1226 ; + sh:path cim:ExcIEEEST4B.ta ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.thetap-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thetap)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.thetap-cardinality" ; + sh:order 1235 ; + sh:path cim:ExcIEEEST4B.thetap ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.thetap-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thetap." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.thetap-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1235 ; + sh:path cim:ExcIEEEST4B.thetap ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.vbmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vbmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.vbmax-cardinality" ; + sh:order 1239 ; + sh:path cim:ExcIEEEST4B.vbmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.vbmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vbmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.vbmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1239 ; + sh:path cim:ExcIEEEST4B.vbmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.vmmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.vmmax-cardinality" ; + sh:order 1231 ; + sh:path cim:ExcIEEEST4B.vmmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.vmmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.vmmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1231 ; + sh:path cim:ExcIEEEST4B.vmmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.vmmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.vmmin-cardinality" ; + sh:order 1232 ; + sh:path cim:ExcIEEEST4B.vmmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.vmmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.vmmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1232 ; + sh:path cim:ExcIEEEST4B.vmmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.vrmax-cardinality" ; + sh:order 1227 ; + sh:path cim:ExcIEEEST4B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1227 ; + sh:path cim:ExcIEEEST4B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.vrmin-cardinality" ; + sh:order 1228 ; + sh:path cim:ExcIEEEST4B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1228 ; + sh:path cim:ExcIEEEST4B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.xl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xl)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST4B.xl-cardinality" ; + sh:order 1238 ; + sh:path cim:ExcIEEEST4B.xl ; + sh:severity sh:Violation . + +dy:ExcIEEEST4B.xl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST4B.xl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1238 ; + sh:path cim:ExcIEEEST4B.xl ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEST5B.t1-cardinality , dy:ExcIEEEST5B.tub2-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEST5B.kc-datatype , dy:ExcIEEEST5B.kr-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcIEEEST5B.kr-datatype , dy:ExcIEEEST5B.tub1-cardinality , dy:ExcIEEEST5B.tb1-datatype , dy:ExcIEEEST5B.kc-cardinality , dy:ExcIEEEST5B.t1-datatype , dy:ExcIEEEST5B.vrmin-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEST5B.tuc1-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEST5B.toc1-cardinality , dy:ExcIEEEST5B.vrmin-cardinality , dy:ExcIEEEST5B.vrmax-cardinality , dy:ExcIEEEST5B.tob2-datatype , dy:ExcIEEEST5B.toc2-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEST5B.tb1-cardinality , dy:ExcIEEEST5B.tob1-cardinality , dy:ExcIEEEST5B.tb2-datatype , dy:ExcIEEEST5B.tb2-cardinality , dy:ExcIEEEST5B.tuc2-cardinality , dy:ExcIEEEST5B.tob1-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEST5B.tub1-datatype , dy:ExcIEEEST5B.tub2-cardinality , dy:ExcIEEEST5B.tuc1-cardinality , dy:ExcIEEEST5B.tuc2-datatype , dy:ExcIEEEST5B.tc1-cardinality , dy:ExcIEEEST5B.toc2-cardinality , dy:ExcIEEEST5B.tc1-datatype , dy:ExcIEEEST5B.tc2-cardinality , dy:ExcIEEEST5B.toc1-datatype , dy:ExcIEEEST5B.vrmax-datatype , dy:ExcIEEEST5B.tc2-datatype , dy:ExcIEEEST5B.tob2-cardinality ; + sh:targetClass cim:ExcIEEEST5B . + +dy:ExcIEEEST5B.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.kc-cardinality" ; + sh:order 1242 ; + sh:path cim:ExcIEEEST5B.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1242 ; + sh:path cim:ExcIEEEST5B.kc ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.kr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.kr-cardinality" ; + sh:order 1240 ; + sh:path cim:ExcIEEEST5B.kr ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.kr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.kr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1240 ; + sh:path cim:ExcIEEEST5B.kr ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.t1-cardinality" ; + sh:order 1241 ; + sh:path cim:ExcIEEEST5B.t1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1241 ; + sh:path cim:ExcIEEEST5B.t1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tb1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.tb1-cardinality" ; + sh:order 1246 ; + sh:path cim:ExcIEEEST5B.tb1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tb1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.tb1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1246 ; + sh:path cim:ExcIEEEST5B.tb1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tb2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.tb2-cardinality" ; + sh:order 1248 ; + sh:path cim:ExcIEEEST5B.tb2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tb2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.tb2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1248 ; + sh:path cim:ExcIEEEST5B.tb2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tc1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.tc1-cardinality" ; + sh:order 1245 ; + sh:path cim:ExcIEEEST5B.tc1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tc1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.tc1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1245 ; + sh:path cim:ExcIEEEST5B.tc1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tc2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.tc2-cardinality" ; + sh:order 1247 ; + sh:path cim:ExcIEEEST5B.tc2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tc2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.tc2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1247 ; + sh:path cim:ExcIEEEST5B.tc2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tob1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tob1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.tob1-cardinality" ; + sh:order 1250 ; + sh:path cim:ExcIEEEST5B.tob1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tob1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tob1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.tob1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1250 ; + sh:path cim:ExcIEEEST5B.tob1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tob2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tob2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.tob2-cardinality" ; + sh:order 1252 ; + sh:path cim:ExcIEEEST5B.tob2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tob2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tob2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.tob2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1252 ; + sh:path cim:ExcIEEEST5B.tob2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.toc1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (toc1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.toc1-cardinality" ; + sh:order 1249 ; + sh:path cim:ExcIEEEST5B.toc1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.toc1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the toc1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.toc1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1249 ; + sh:path cim:ExcIEEEST5B.toc1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.toc2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (toc2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.toc2-cardinality" ; + sh:order 1251 ; + sh:path cim:ExcIEEEST5B.toc2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.toc2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the toc2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.toc2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1251 ; + sh:path cim:ExcIEEEST5B.toc2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tub1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tub1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.tub1-cardinality" ; + sh:order 1254 ; + sh:path cim:ExcIEEEST5B.tub1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tub1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tub1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.tub1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1254 ; + sh:path cim:ExcIEEEST5B.tub1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tub2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tub2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.tub2-cardinality" ; + sh:order 1256 ; + sh:path cim:ExcIEEEST5B.tub2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tub2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tub2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.tub2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1256 ; + sh:path cim:ExcIEEEST5B.tub2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tuc1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tuc1)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.tuc1-cardinality" ; + sh:order 1253 ; + sh:path cim:ExcIEEEST5B.tuc1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tuc1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tuc1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.tuc1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1253 ; + sh:path cim:ExcIEEEST5B.tuc1 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tuc2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tuc2)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.tuc2-cardinality" ; + sh:order 1255 ; + sh:path cim:ExcIEEEST5B.tuc2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.tuc2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tuc2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.tuc2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1255 ; + sh:path cim:ExcIEEEST5B.tuc2 ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.vrmax-cardinality" ; + sh:order 1243 ; + sh:path cim:ExcIEEEST5B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1243 ; + sh:path cim:ExcIEEEST5B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST5B.vrmin-cardinality" ; + sh:order 1244 ; + sh:path cim:ExcIEEEST5B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST5B.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST5B.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1244 ; + sh:path cim:ExcIEEEST5B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEST6B.km-cardinality , dy:ExcIEEEST6B.vamin-cardinality , dy:ExcIEEEST6B.vrmin-datatype , dy:ExcIEEEST6B.vamin-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEST6B.kci-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcIEEEST6B.oelin-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEST6B.kia-cardinality , dy:ExcIEEEST6B.vrmax-datatype , dy:ExcIEEEST6B.vrmin-cardinality , dy:ExcIEEEST6B.vrmax-cardinality , dy:ExcIEEEST6B.kci-datatype , dy:ExcIEEEST6B.kg-cardinality , dy:ExcIEEEST6B.kff-cardinality , dy:ExcIEEEST6B.tg-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEST6B.vamax-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcIEEEST6B.kpa-datatype , dy:ExcIEEEST6B.ilr-cardinality , dy:ExcIEEEST6B.oelin-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcIEEEST6B.km-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEST6B.kia-datatype , dy:ExcIEEEST6B.kg-datatype , dy:ExcIEEEST6B.ilr-datatype , dy:ExcIEEEST6B.vamax-cardinality , dy:ExcIEEEST6B.kpa-cardinality , dy:ExcIEEEST6B.kff-datatype , dy:ExcIEEEST6B.tg-cardinality , dy:ExcIEEEST6B.klr-cardinality , dy:ExcIEEEST6B.klr-datatype ; + sh:targetClass cim:ExcIEEEST6B . + +dy:ExcIEEEST6B.ilr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ilr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.ilr-cardinality" ; + sh:order 1257 ; + sh:path cim:ExcIEEEST6B.ilr ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.ilr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ilr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.ilr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1257 ; + sh:path cim:ExcIEEEST6B.ilr ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.kci-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kci)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.kci-cardinality" ; + sh:order 1258 ; + sh:path cim:ExcIEEEST6B.kci ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.kci-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kci." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.kci-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1258 ; + sh:path cim:ExcIEEEST6B.kci ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.kff-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kff)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.kff-cardinality" ; + sh:order 1259 ; + sh:path cim:ExcIEEEST6B.kff ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.kff-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kff." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.kff-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1259 ; + sh:path cim:ExcIEEEST6B.kff ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.kg-cardinality" ; + sh:order 1260 ; + sh:path cim:ExcIEEEST6B.kg ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1260 ; + sh:path cim:ExcIEEEST6B.kg ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.kia-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kia)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.kia-cardinality" ; + sh:order 1261 ; + sh:path cim:ExcIEEEST6B.kia ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.kia-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kia." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.kia-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1261 ; + sh:path cim:ExcIEEEST6B.kia ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.klr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (klr)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.klr-cardinality" ; + sh:order 1262 ; + sh:path cim:ExcIEEEST6B.klr ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.klr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the klr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.klr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1262 ; + sh:path cim:ExcIEEEST6B.klr ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.km-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (km)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.km-cardinality" ; + sh:order 1263 ; + sh:path cim:ExcIEEEST6B.km ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.km-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the km." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.km-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1263 ; + sh:path cim:ExcIEEEST6B.km ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.kpa-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpa)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.kpa-cardinality" ; + sh:order 1264 ; + sh:path cim:ExcIEEEST6B.kpa ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.kpa-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpa." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.kpa-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1264 ; + sh:path cim:ExcIEEEST6B.kpa ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.oelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (oelin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.oelin-cardinality" ; + sh:order 1265 ; + sh:path cim:ExcIEEEST6B.oelin ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.oelin-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the oelin." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:ExcST6BOELselectorKind.noOELinput cim:ExcST6BOELselectorKind.beforeUEL cim:ExcST6BOELselectorKind.afterUEL ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "ExcIEEEST6B.oelin-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 1265 ; + sh:path cim:ExcIEEEST6B.oelin ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.tg-cardinality" ; + sh:order 1266 ; + sh:path cim:ExcIEEEST6B.tg ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1266 ; + sh:path cim:ExcIEEEST6B.tg ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.vamax-cardinality" ; + sh:order 1267 ; + sh:path cim:ExcIEEEST6B.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1267 ; + sh:path cim:ExcIEEEST6B.vamax ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.vamin-cardinality" ; + sh:order 1268 ; + sh:path cim:ExcIEEEST6B.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1268 ; + sh:path cim:ExcIEEEST6B.vamin ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.vrmax-cardinality" ; + sh:order 1269 ; + sh:path cim:ExcIEEEST6B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1269 ; + sh:path cim:ExcIEEEST6B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST6B.vrmin-cardinality" ; + sh:order 1270 ; + sh:path cim:ExcIEEEST6B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST6B.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST6B.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1270 ; + sh:path cim:ExcIEEEST6B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B rdf:type sh:NodeShape ; + sh:property dy:ExcIEEEST7B.kia-datatype , dy:ExcIEEEST7B.kpa-datatype , dy:ExcIEEEST7B.kh-cardinality , dy:ExcIEEEST7B.vmax-cardinality , dy:ExcIEEEST7B.tb-datatype , dy:ExcIEEEST7B.vmin-cardinality , dy:ExcIEEEST7B.vmin-datatype , dy:ExcIEEEST7B.vrmin-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcIEEEST7B.tia-cardinality , dy:ExcIEEEST7B.tc-cardinality , dy:ExcIEEEST7B.tia-datatype , dy:ExcIEEEST7B.kl-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcIEEEST7B.oelin-datatype , dy:ExcIEEEST7B.uelin-datatype , dy:ExcIEEEST7B.vrmax-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcIEEEST7B.uelin-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.name-datatype , dy:ExcIEEEST7B.kh-datatype , dy:ExcIEEEST7B.tb-cardinality , dy:ExcIEEEST7B.kl-cardinality , dy:ExcIEEEST7B.kia-cardinality , dy:ExcIEEEST7B.tg-datatype , dy:ExcIEEEST7B.vrmax-datatype , dy:ExcIEEEST7B.kpa-cardinality , dy:ExcIEEEST7B.oelin-cardinality , dy:ExcIEEEST7B.tf-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcIEEEST7B.vrmin-cardinality , dy:ExcIEEEST7B.vmax-datatype , dy:ExcIEEEST7B.tf-datatype , dy:IdentifiedObject.description-datatype , dy:ExcIEEEST7B.tg-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcIEEEST7B.tc-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality ; + sh:targetClass cim:ExcIEEEST7B . + +dy:ExcIEEEST7B.kh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.kh-cardinality" ; + sh:order 1271 ; + sh:path cim:ExcIEEEST7B.kh ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.kh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.kh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1271 ; + sh:path cim:ExcIEEEST7B.kh ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.kia-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kia)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.kia-cardinality" ; + sh:order 1272 ; + sh:path cim:ExcIEEEST7B.kia ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.kia-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kia." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.kia-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1272 ; + sh:path cim:ExcIEEEST7B.kia ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.kl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kl)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.kl-cardinality" ; + sh:order 1273 ; + sh:path cim:ExcIEEEST7B.kl ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.kl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.kl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1273 ; + sh:path cim:ExcIEEEST7B.kl ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.kpa-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpa)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.kpa-cardinality" ; + sh:order 1274 ; + sh:path cim:ExcIEEEST7B.kpa ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.kpa-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpa." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.kpa-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1274 ; + sh:path cim:ExcIEEEST7B.kpa ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.oelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (oelin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.oelin-cardinality" ; + sh:order 1275 ; + sh:path cim:ExcIEEEST7B.oelin ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.oelin-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the oelin." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:ExcST7BOELselectorKind.noOELinput cim:ExcST7BOELselectorKind.addVref cim:ExcST7BOELselectorKind.inputLVgate cim:ExcST7BOELselectorKind.outputLVgate ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "ExcIEEEST7B.oelin-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 1275 ; + sh:path cim:ExcIEEEST7B.oelin ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.tb-cardinality" ; + sh:order 1276 ; + sh:path cim:ExcIEEEST7B.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1276 ; + sh:path cim:ExcIEEEST7B.tb ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.tc-cardinality" ; + sh:order 1277 ; + sh:path cim:ExcIEEEST7B.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1277 ; + sh:path cim:ExcIEEEST7B.tc ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.tf-cardinality" ; + sh:order 1278 ; + sh:path cim:ExcIEEEST7B.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1278 ; + sh:path cim:ExcIEEEST7B.tf ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.tg-cardinality" ; + sh:order 1279 ; + sh:path cim:ExcIEEEST7B.tg ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1279 ; + sh:path cim:ExcIEEEST7B.tg ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.tia-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tia)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.tia-cardinality" ; + sh:order 1280 ; + sh:path cim:ExcIEEEST7B.tia ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.tia-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tia." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.tia-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1280 ; + sh:path cim:ExcIEEEST7B.tia ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.uelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uelin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.uelin-cardinality" ; + sh:order 1281 ; + sh:path cim:ExcIEEEST7B.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.uelin-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the uelin." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:ExcST7BUELselectorKind.noUELinput cim:ExcST7BUELselectorKind.addVref cim:ExcST7BUELselectorKind.inputHVgate cim:ExcST7BUELselectorKind.outputHVgate ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "ExcIEEEST7B.uelin-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 1281 ; + sh:path cim:ExcIEEEST7B.uelin ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.vmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.vmax-cardinality" ; + sh:order 1282 ; + sh:path cim:ExcIEEEST7B.vmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.vmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.vmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1282 ; + sh:path cim:ExcIEEEST7B.vmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.vmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.vmin-cardinality" ; + sh:order 1283 ; + sh:path cim:ExcIEEEST7B.vmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.vmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.vmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1283 ; + sh:path cim:ExcIEEEST7B.vmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.vrmax-cardinality" ; + sh:order 1284 ; + sh:path cim:ExcIEEEST7B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1284 ; + sh:path cim:ExcIEEEST7B.vrmax ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcIEEEST7B.vrmin-cardinality" ; + sh:order 1285 ; + sh:path cim:ExcIEEEST7B.vrmin ; + sh:severity sh:Violation . + +dy:ExcIEEEST7B.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcIEEEST7B.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1285 ; + sh:path cim:ExcIEEEST7B.vrmin ; + sh:severity sh:Violation . + +dy:ExcNI rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-datatype , dy:ExcNI.r-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcNI.tf2-cardinality , dy:ExcNI.ta-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcNI.tr-datatype , dy:ExcNI.ta-datatype , dy:ExcNI.kf-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcNI.kf-cardinality , dy:ExcNI.tr-cardinality , dy:ExcNI.tf2-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcNI.busFedSelector-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcNI.vrmin-cardinality , dy:ExcNI.tf1-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcNI.ka-cardinality , dy:ExcNI.busFedSelector-datatype , dy:ExcNI.vrmax-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcNI.vrmin-datatype , dy:ExcNI.vrmax-cardinality , dy:ExcNI.r-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcNI.tf1-datatype , dy:ExcNI.ka-datatype ; + sh:targetClass cim:ExcNI . + +dy:ExcNI.busFedSelector-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (busFedSelector)." ; + sh:minCount 1 ; + sh:name "ExcNI.busFedSelector-cardinality" ; + sh:order 1669 ; + sh:path cim:ExcNI.busFedSelector ; + sh:severity sh:Violation . + +dy:ExcNI.busFedSelector-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the busFedSelector." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcNI.busFedSelector-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1669 ; + sh:path cim:ExcNI.busFedSelector ; + sh:severity sh:Violation . + +dy:ExcNI.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcNI.ka-cardinality" ; + sh:order 1671 ; + sh:path cim:ExcNI.ka ; + sh:severity sh:Violation . + +dy:ExcNI.ka-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcNI.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1671 ; + sh:path cim:ExcNI.ka ; + sh:severity sh:Violation . + +dy:ExcNI.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcNI.kf-cardinality" ; + sh:order 1675 ; + sh:path cim:ExcNI.kf ; + sh:severity sh:Violation . + +dy:ExcNI.kf-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcNI.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1675 ; + sh:path cim:ExcNI.kf ; + sh:severity sh:Violation . + +dy:ExcNI.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "ExcNI.r-cardinality" ; + sh:order 1678 ; + sh:path cim:ExcNI.r ; + sh:severity sh:Violation . + +dy:ExcNI.r-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcNI.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1678 ; + sh:path cim:ExcNI.r ; + sh:severity sh:Violation . + +dy:ExcNI.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcNI.ta-cardinality" ; + sh:order 1672 ; + sh:path cim:ExcNI.ta ; + sh:severity sh:Violation . + +dy:ExcNI.ta-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcNI.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1672 ; + sh:path cim:ExcNI.ta ; + sh:severity sh:Violation . + +dy:ExcNI.tf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf1)." ; + sh:minCount 1 ; + sh:name "ExcNI.tf1-cardinality" ; + sh:order 1677 ; + sh:path cim:ExcNI.tf1 ; + sh:severity sh:Violation . + +dy:ExcNI.tf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcNI.tf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1677 ; + sh:path cim:ExcNI.tf1 ; + sh:severity sh:Violation . + +dy:ExcNI.tf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf2)." ; + sh:minCount 1 ; + sh:name "ExcNI.tf2-cardinality" ; + sh:order 1676 ; + sh:path cim:ExcNI.tf2 ; + sh:severity sh:Violation . + +dy:ExcNI.tf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcNI.tf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1676 ; + sh:path cim:ExcNI.tf2 ; + sh:severity sh:Violation . + +dy:ExcNI.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "ExcNI.tr-cardinality" ; + sh:order 1670 ; + sh:path cim:ExcNI.tr ; + sh:severity sh:Violation . + +dy:ExcNI.tr-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcNI.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1670 ; + sh:path cim:ExcNI.tr ; + sh:severity sh:Violation . + +dy:ExcNI.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcNI.vrmax-cardinality" ; + sh:order 1673 ; + sh:path cim:ExcNI.vrmax ; + sh:severity sh:Violation . + +dy:ExcNI.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcNI.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1673 ; + sh:path cim:ExcNI.vrmax ; + sh:severity sh:Violation . + +dy:ExcNI.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcNI.vrmin-cardinality" ; + sh:order 1674 ; + sh:path cim:ExcNI.vrmin ; + sh:severity sh:Violation . + +dy:ExcNI.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcNI.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1674 ; + sh:path cim:ExcNI.vrmin ; + sh:severity sh:Violation . + +dy:ExcOEX3T rdf:type sh:NodeShape ; + sh:property dy:ExcOEX3T.see1-cardinality , dy:ExcOEX3T.see2-cardinality , dy:ExcOEX3T.see2-datatype , dy:ExcOEX3T.vrmax-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcOEX3T.vrmax-datatype , dy:ExcOEX3T.kd-datatype , dy:ExcOEX3T.t5-cardinality , dy:ExcOEX3T.t2-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcOEX3T.t1-cardinality , dy:ExcOEX3T.t4-datatype , dy:ExcOEX3T.ka-cardinality , dy:ExcOEX3T.kd-cardinality , dy:ExcOEX3T.vrmin-datatype , dy:ExcOEX3T.e2-cardinality , dy:ExcOEX3T.ke-cardinality , dy:ExcOEX3T.ke-datatype , dy:ExcOEX3T.t6-datatype , dy:ExcOEX3T.ka-datatype , dy:ExcOEX3T.t1-datatype , dy:ExcOEX3T.t3-datatype , dy:ExcOEX3T.t4-cardinality , dy:ExcOEX3T.te-datatype , dy:ExcOEX3T.e1-datatype , dy:ExcOEX3T.e2-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcOEX3T.vrmin-cardinality , dy:ExcOEX3T.kf-datatype , dy:ExcOEX3T.tf-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcOEX3T.t2-cardinality , dy:ExcOEX3T.t3-cardinality , dy:ExcOEX3T.see1-datatype , dy:ExcOEX3T.te-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcOEX3T.e1-cardinality , dy:ExcOEX3T.kc-cardinality , dy:ExcOEX3T.tf-datatype , dy:ExcOEX3T.kf-cardinality , dy:IdentifiedObject.name-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcOEX3T.kc-datatype , dy:ExcOEX3T.t5-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcOEX3T.t6-cardinality , dy:IdentifiedObject.name-cardinality ; + sh:targetClass cim:ExcOEX3T . + +dy:ExcOEX3T.e1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e1)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.e1-cardinality" ; + sh:order 1694 ; + sh:path cim:ExcOEX3T.e1 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.e1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.e1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1694 ; + sh:path cim:ExcOEX3T.e1 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.e2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e2)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.e2-cardinality" ; + sh:order 1696 ; + sh:path cim:ExcOEX3T.e2 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.e2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.e2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1696 ; + sh:path cim:ExcOEX3T.e2 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.ka-cardinality" ; + sh:order 1683 ; + sh:path cim:ExcOEX3T.ka ; + sh:severity sh:Violation . + +dy:ExcOEX3T.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1683 ; + sh:path cim:ExcOEX3T.ka ; + sh:severity sh:Violation . + +dy:ExcOEX3T.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.kc-cardinality" ; + sh:order 1691 ; + sh:path cim:ExcOEX3T.kc ; + sh:severity sh:Violation . + +dy:ExcOEX3T.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1691 ; + sh:path cim:ExcOEX3T.kc ; + sh:severity sh:Violation . + +dy:ExcOEX3T.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.kd-cardinality" ; + sh:order 1692 ; + sh:path cim:ExcOEX3T.kd ; + sh:severity sh:Violation . + +dy:ExcOEX3T.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1692 ; + sh:path cim:ExcOEX3T.kd ; + sh:severity sh:Violation . + +dy:ExcOEX3T.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.ke-cardinality" ; + sh:order 1693 ; + sh:path cim:ExcOEX3T.ke ; + sh:severity sh:Violation . + +dy:ExcOEX3T.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1693 ; + sh:path cim:ExcOEX3T.ke ; + sh:severity sh:Violation . + +dy:ExcOEX3T.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.kf-cardinality" ; + sh:order 1689 ; + sh:path cim:ExcOEX3T.kf ; + sh:severity sh:Violation . + +dy:ExcOEX3T.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1689 ; + sh:path cim:ExcOEX3T.kf ; + sh:severity sh:Violation . + +dy:ExcOEX3T.see1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (see1)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.see1-cardinality" ; + sh:order 1695 ; + sh:path cim:ExcOEX3T.see1 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.see1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the see1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.see1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1695 ; + sh:path cim:ExcOEX3T.see1 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.see2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (see2)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.see2-cardinality" ; + sh:order 1697 ; + sh:path cim:ExcOEX3T.see2 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.see2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the see2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.see2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1697 ; + sh:path cim:ExcOEX3T.see2 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.t1-cardinality" ; + sh:order 1679 ; + sh:path cim:ExcOEX3T.t1 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1679 ; + sh:path cim:ExcOEX3T.t1 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.t2-cardinality" ; + sh:order 1680 ; + sh:path cim:ExcOEX3T.t2 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1680 ; + sh:path cim:ExcOEX3T.t2 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.t3-cardinality" ; + sh:order 1681 ; + sh:path cim:ExcOEX3T.t3 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1681 ; + sh:path cim:ExcOEX3T.t3 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.t4-cardinality" ; + sh:order 1682 ; + sh:path cim:ExcOEX3T.t4 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1682 ; + sh:path cim:ExcOEX3T.t4 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.t5-cardinality" ; + sh:order 1684 ; + sh:path cim:ExcOEX3T.t5 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1684 ; + sh:path cim:ExcOEX3T.t5 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.t6-cardinality" ; + sh:order 1685 ; + sh:path cim:ExcOEX3T.t6 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1685 ; + sh:path cim:ExcOEX3T.t6 ; + sh:severity sh:Violation . + +dy:ExcOEX3T.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.te-cardinality" ; + sh:order 1688 ; + sh:path cim:ExcOEX3T.te ; + sh:severity sh:Violation . + +dy:ExcOEX3T.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1688 ; + sh:path cim:ExcOEX3T.te ; + sh:severity sh:Violation . + +dy:ExcOEX3T.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.tf-cardinality" ; + sh:order 1690 ; + sh:path cim:ExcOEX3T.tf ; + sh:severity sh:Violation . + +dy:ExcOEX3T.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1690 ; + sh:path cim:ExcOEX3T.tf ; + sh:severity sh:Violation . + +dy:ExcOEX3T.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.vrmax-cardinality" ; + sh:order 1686 ; + sh:path cim:ExcOEX3T.vrmax ; + sh:severity sh:Violation . + +dy:ExcOEX3T.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1686 ; + sh:path cim:ExcOEX3T.vrmax ; + sh:severity sh:Violation . + +dy:ExcOEX3T.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcOEX3T.vrmin-cardinality" ; + sh:order 1687 ; + sh:path cim:ExcOEX3T.vrmin ; + sh:severity sh:Violation . + +dy:ExcOEX3T.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcOEX3T.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1687 ; + sh:path cim:ExcOEX3T.vrmin ; + sh:severity sh:Violation . + +dy:ExcPIC rdf:type sh:NodeShape ; + sh:property dy:ExcPIC.vrmax-datatype , dy:ExcPIC.se1-cardinality , dy:ExcPIC.vrmax-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcPIC.se2-datatype , dy:ExcPIC.ta4-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcPIC.vr1-datatype , dy:ExcPIC.tf1-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcPIC.ke-cardinality , dy:ExcPIC.se2-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcPIC.kf-cardinality , dy:ExcPIC.ka-cardinality , dy:ExcPIC.vr2-datatype , dy:ExcPIC.kp-datatype , dy:ExcPIC.tf1-datatype , dy:ExcPIC.ta2-cardinality , dy:ExcPIC.efdmin-cardinality , dy:ExcPIC.vr2-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcPIC.vr1-cardinality , dy:ExcPIC.e1-cardinality , dy:ExcPIC.ta1-cardinality , dy:ExcPIC.ta1-datatype , dy:ExcPIC.ki-cardinality , dy:ExcPIC.te-cardinality , dy:ExcPIC.ta3-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcPIC.kf-datatype , dy:ExcPIC.ta3-datatype , dy:ExcPIC.ke-datatype , dy:ExcPIC.vrmin-cardinality , dy:ExcPIC.efdmax-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcPIC.vrmin-datatype , dy:ExcPIC.efdmax-datatype , dy:ExcPIC.kc-datatype , dy:ExcPIC.tf2-cardinality , dy:ExcPIC.e2-cardinality , dy:ExcPIC.se1-datatype , dy:IdentifiedObject.description-datatype , dy:ExcPIC.ki-datatype , dy:ExcPIC.kc-cardinality , dy:ExcPIC.ka-datatype , dy:ExcPIC.tf2-datatype , dy:ExcPIC.ta2-datatype , dy:ExcPIC.kp-cardinality , dy:ExcPIC.e1-datatype , dy:ExcPIC.ta4-datatype , dy:ExcPIC.te-datatype , dy:ExcPIC.efdmin-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcPIC.e2-datatype ; + sh:targetClass cim:ExcPIC . + +dy:ExcPIC.e1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e1)." ; + sh:minCount 1 ; + sh:name "ExcPIC.e1-cardinality" ; + sh:order 1714 ; + sh:path cim:ExcPIC.e1 ; + sh:severity sh:Violation . + +dy:ExcPIC.e1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.e1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1714 ; + sh:path cim:ExcPIC.e1 ; + sh:severity sh:Violation . + +dy:ExcPIC.e2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e2)." ; + sh:minCount 1 ; + sh:name "ExcPIC.e2-cardinality" ; + sh:order 1716 ; + sh:path cim:ExcPIC.e2 ; + sh:severity sh:Violation . + +dy:ExcPIC.e2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.e2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1716 ; + sh:path cim:ExcPIC.e2 ; + sh:severity sh:Violation . + +dy:ExcPIC.efdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmax)." ; + sh:minCount 1 ; + sh:name "ExcPIC.efdmax-cardinality" ; + sh:order 1710 ; + sh:path cim:ExcPIC.efdmax ; + sh:severity sh:Violation . + +dy:ExcPIC.efdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.efdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1710 ; + sh:path cim:ExcPIC.efdmax ; + sh:severity sh:Violation . + +dy:ExcPIC.efdmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmin)." ; + sh:minCount 1 ; + sh:name "ExcPIC.efdmin-cardinality" ; + sh:order 1711 ; + sh:path cim:ExcPIC.efdmin ; + sh:severity sh:Violation . + +dy:ExcPIC.efdmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.efdmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1711 ; + sh:path cim:ExcPIC.efdmin ; + sh:severity sh:Violation . + +dy:ExcPIC.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcPIC.ka-cardinality" ; + sh:order 1698 ; + sh:path cim:ExcPIC.ka ; + sh:severity sh:Violation . + +dy:ExcPIC.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1698 ; + sh:path cim:ExcPIC.ka ; + sh:severity sh:Violation . + +dy:ExcPIC.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcPIC.kc-cardinality" ; + sh:order 1720 ; + sh:path cim:ExcPIC.kc ; + sh:severity sh:Violation . + +dy:ExcPIC.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1720 ; + sh:path cim:ExcPIC.kc ; + sh:severity sh:Violation . + +dy:ExcPIC.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcPIC.ke-cardinality" ; + sh:order 1712 ; + sh:path cim:ExcPIC.ke ; + sh:severity sh:Violation . + +dy:ExcPIC.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1712 ; + sh:path cim:ExcPIC.ke ; + sh:severity sh:Violation . + +dy:ExcPIC.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcPIC.kf-cardinality" ; + sh:order 1707 ; + sh:path cim:ExcPIC.kf ; + sh:severity sh:Violation . + +dy:ExcPIC.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1707 ; + sh:path cim:ExcPIC.kf ; + sh:severity sh:Violation . + +dy:ExcPIC.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "ExcPIC.ki-cardinality" ; + sh:order 1719 ; + sh:path cim:ExcPIC.ki ; + sh:severity sh:Violation . + +dy:ExcPIC.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1719 ; + sh:path cim:ExcPIC.ki ; + sh:severity sh:Violation . + +dy:ExcPIC.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcPIC.kp-cardinality" ; + sh:order 1718 ; + sh:path cim:ExcPIC.kp ; + sh:severity sh:Violation . + +dy:ExcPIC.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1718 ; + sh:path cim:ExcPIC.kp ; + sh:severity sh:Violation . + +dy:ExcPIC.se1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (se1)." ; + sh:minCount 1 ; + sh:name "ExcPIC.se1-cardinality" ; + sh:order 1715 ; + sh:path cim:ExcPIC.se1 ; + sh:severity sh:Violation . + +dy:ExcPIC.se1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the se1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.se1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1715 ; + sh:path cim:ExcPIC.se1 ; + sh:severity sh:Violation . + +dy:ExcPIC.se2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (se2)." ; + sh:minCount 1 ; + sh:name "ExcPIC.se2-cardinality" ; + sh:order 1717 ; + sh:path cim:ExcPIC.se2 ; + sh:severity sh:Violation . + +dy:ExcPIC.se2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the se2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.se2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1717 ; + sh:path cim:ExcPIC.se2 ; + sh:severity sh:Violation . + +dy:ExcPIC.ta1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta1)." ; + sh:minCount 1 ; + sh:name "ExcPIC.ta1-cardinality" ; + sh:order 1699 ; + sh:path cim:ExcPIC.ta1 ; + sh:severity sh:Violation . + +dy:ExcPIC.ta1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.ta1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1699 ; + sh:path cim:ExcPIC.ta1 ; + sh:severity sh:Violation . + +dy:ExcPIC.ta2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta2)." ; + sh:minCount 1 ; + sh:name "ExcPIC.ta2-cardinality" ; + sh:order 1702 ; + sh:path cim:ExcPIC.ta2 ; + sh:severity sh:Violation . + +dy:ExcPIC.ta2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.ta2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1702 ; + sh:path cim:ExcPIC.ta2 ; + sh:severity sh:Violation . + +dy:ExcPIC.ta3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta3)." ; + sh:minCount 1 ; + sh:name "ExcPIC.ta3-cardinality" ; + sh:order 1703 ; + sh:path cim:ExcPIC.ta3 ; + sh:severity sh:Violation . + +dy:ExcPIC.ta3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.ta3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1703 ; + sh:path cim:ExcPIC.ta3 ; + sh:severity sh:Violation . + +dy:ExcPIC.ta4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta4)." ; + sh:minCount 1 ; + sh:name "ExcPIC.ta4-cardinality" ; + sh:order 1704 ; + sh:path cim:ExcPIC.ta4 ; + sh:severity sh:Violation . + +dy:ExcPIC.ta4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.ta4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1704 ; + sh:path cim:ExcPIC.ta4 ; + sh:severity sh:Violation . + +dy:ExcPIC.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcPIC.te-cardinality" ; + sh:order 1713 ; + sh:path cim:ExcPIC.te ; + sh:severity sh:Violation . + +dy:ExcPIC.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1713 ; + sh:path cim:ExcPIC.te ; + sh:severity sh:Violation . + +dy:ExcPIC.tf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf1)." ; + sh:minCount 1 ; + sh:name "ExcPIC.tf1-cardinality" ; + sh:order 1708 ; + sh:path cim:ExcPIC.tf1 ; + sh:severity sh:Violation . + +dy:ExcPIC.tf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.tf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1708 ; + sh:path cim:ExcPIC.tf1 ; + sh:severity sh:Violation . + +dy:ExcPIC.tf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf2)." ; + sh:minCount 1 ; + sh:name "ExcPIC.tf2-cardinality" ; + sh:order 1709 ; + sh:path cim:ExcPIC.tf2 ; + sh:severity sh:Violation . + +dy:ExcPIC.tf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.tf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1709 ; + sh:path cim:ExcPIC.tf2 ; + sh:severity sh:Violation . + +dy:ExcPIC.vr1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vr1)." ; + sh:minCount 1 ; + sh:name "ExcPIC.vr1-cardinality" ; + sh:order 1700 ; + sh:path cim:ExcPIC.vr1 ; + sh:severity sh:Violation . + +dy:ExcPIC.vr1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vr1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.vr1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1700 ; + sh:path cim:ExcPIC.vr1 ; + sh:severity sh:Violation . + +dy:ExcPIC.vr2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vr2)." ; + sh:minCount 1 ; + sh:name "ExcPIC.vr2-cardinality" ; + sh:order 1701 ; + sh:path cim:ExcPIC.vr2 ; + sh:severity sh:Violation . + +dy:ExcPIC.vr2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vr2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.vr2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1701 ; + sh:path cim:ExcPIC.vr2 ; + sh:severity sh:Violation . + +dy:ExcPIC.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcPIC.vrmax-cardinality" ; + sh:order 1705 ; + sh:path cim:ExcPIC.vrmax ; + sh:severity sh:Violation . + +dy:ExcPIC.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1705 ; + sh:path cim:ExcPIC.vrmax ; + sh:severity sh:Violation . + +dy:ExcPIC.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcPIC.vrmin-cardinality" ; + sh:order 1706 ; + sh:path cim:ExcPIC.vrmin ; + sh:severity sh:Violation . + +dy:ExcPIC.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcPIC.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1706 ; + sh:path cim:ExcPIC.vrmin ; + sh:severity sh:Violation . + +dy:ExcREXS rdf:type sh:NodeShape ; + sh:property dy:ExcREXS.kvi-datatype , dy:ExcREXS.kvphz-datatype , dy:ExcREXS.vrmin-datatype , dy:ExcREXS.vfmin-cardinality , dy:ExcREXS.ke-datatype , dy:ExcREXS.tf2-cardinality , dy:ExcREXS.tc2-datatype , dy:ExcREXS.tb1-cardinality , dy:ExcREXS.kvp-cardinality , dy:ExcREXS.e1-datatype , dy:ExcREXS.ta-datatype , dy:ExcREXS.se1-datatype , dy:ExcREXS.vimax-cardinality , dy:ExcREXS.tf2-datatype , dy:ExcREXS.ks-cardinality , dy:ExcREXS.tf-datatype , dy:ExcREXS.ta-cardinality , dy:ExcREXS.nvphz-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcREXS.kii-cardinality , dy:ExcREXS.vimax-datatype , dy:ExcREXS.tc1-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcREXS.tb2-cardinality , dy:ExcREXS.kh-cardinality , dy:ExcREXS.xc-cardinality , dy:ExcREXS.kefd-datatype , dy:ExcREXS.tb1-datatype , dy:ExcREXS.kc-datatype , dy:ExcREXS.tf1-datatype , dy:ExcREXS.kvp-datatype , dy:ExcREXS.fbf-datatype , dy:ExcREXS.tf-cardinality , dy:ExcREXS.vrmax-datatype , dy:ExcREXS.se2-cardinality , dy:ExcREXS.kd-cardinality , dy:ExcREXS.ke-cardinality , dy:ExcREXS.vrmin-cardinality , dy:ExcREXS.vfmax-datatype , dy:ExcREXS.fbf-cardinality , dy:ExcREXS.kc-cardinality , dy:ExcREXS.e2-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcREXS.ks-datatype , dy:IdentifiedObject.description-datatype , dy:ExcREXS.kh-datatype , dy:ExcREXS.tb2-datatype , dy:ExcREXS.kvphz-cardinality , dy:ExcREXS.kd-datatype , dy:ExcREXS.vfmin-datatype , dy:ExcREXS.kf-cardinality , dy:ExcREXS.vrmax-cardinality , dy:ExcREXS.flimf-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcREXS.se2-datatype , dy:ExcREXS.vfmax-cardinality , dy:ExcREXS.tp-cardinality , dy:ExcREXS.tp-datatype , dy:ExcREXS.vcmax-datatype , dy:ExcREXS.nvphz-datatype , dy:ExcREXS.tc1-datatype , dy:ExcREXS.e2-cardinality , dy:ExcREXS.tc2-cardinality , dy:ExcREXS.te-cardinality , dy:ExcREXS.kf-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcREXS.flimf-cardinality , dy:ExcREXS.e1-cardinality , dy:ExcREXS.kii-datatype , dy:ExcREXS.vcmax-cardinality , dy:ExcREXS.se1-cardinality , dy:ExcREXS.kefd-cardinality , dy:ExcREXS.xc-datatype , dy:IdentifiedObject.name-datatype , dy:ExcREXS.kip-datatype , dy:ExcREXS.te-datatype , dy:ExcREXS.tf1-cardinality , dy:ExcREXS.kvi-cardinality , dy:ExcREXS.kip-cardinality ; + sh:targetClass cim:ExcREXS . + +dy:ExcREXS.e1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e1)." ; + sh:minCount 1 ; + sh:name "ExcREXS.e1-cardinality" ; + sh:order 1721 ; + sh:path cim:ExcREXS.e1 ; + sh:severity sh:Violation . + +dy:ExcREXS.e1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.e1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1721 ; + sh:path cim:ExcREXS.e1 ; + sh:severity sh:Violation . + +dy:ExcREXS.e2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e2)." ; + sh:minCount 1 ; + sh:name "ExcREXS.e2-cardinality" ; + sh:order 1722 ; + sh:path cim:ExcREXS.e2 ; + sh:severity sh:Violation . + +dy:ExcREXS.e2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.e2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1722 ; + sh:path cim:ExcREXS.e2 ; + sh:severity sh:Violation . + +dy:ExcREXS.fbf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fbf)." ; + sh:minCount 1 ; + sh:name "ExcREXS.fbf-cardinality" ; + sh:order 1723 ; + sh:path cim:ExcREXS.fbf ; + sh:severity sh:Violation . + +dy:ExcREXS.fbf-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the fbf." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:ExcREXSFeedbackSignalKind.fieldVoltage cim:ExcREXSFeedbackSignalKind.fieldCurrent cim:ExcREXSFeedbackSignalKind.outputVoltage ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "ExcREXS.fbf-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 1723 ; + sh:path cim:ExcREXS.fbf ; + sh:severity sh:Violation . + +dy:ExcREXS.flimf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flimf)." ; + sh:minCount 1 ; + sh:name "ExcREXS.flimf-cardinality" ; + sh:order 1724 ; + sh:path cim:ExcREXS.flimf ; + sh:severity sh:Violation . + +dy:ExcREXS.flimf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flimf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.flimf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1724 ; + sh:path cim:ExcREXS.flimf ; + sh:severity sh:Violation . + +dy:ExcREXS.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcREXS.kc-cardinality" ; + sh:order 1725 ; + sh:path cim:ExcREXS.kc ; + sh:severity sh:Violation . + +dy:ExcREXS.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1725 ; + sh:path cim:ExcREXS.kc ; + sh:severity sh:Violation . + +dy:ExcREXS.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcREXS.kd-cardinality" ; + sh:order 1726 ; + sh:path cim:ExcREXS.kd ; + sh:severity sh:Violation . + +dy:ExcREXS.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1726 ; + sh:path cim:ExcREXS.kd ; + sh:severity sh:Violation . + +dy:ExcREXS.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcREXS.ke-cardinality" ; + sh:order 1727 ; + sh:path cim:ExcREXS.ke ; + sh:severity sh:Violation . + +dy:ExcREXS.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1727 ; + sh:path cim:ExcREXS.ke ; + sh:severity sh:Violation . + +dy:ExcREXS.kefd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kefd)." ; + sh:minCount 1 ; + sh:name "ExcREXS.kefd-cardinality" ; + sh:order 1728 ; + sh:path cim:ExcREXS.kefd ; + sh:severity sh:Violation . + +dy:ExcREXS.kefd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kefd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.kefd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1728 ; + sh:path cim:ExcREXS.kefd ; + sh:severity sh:Violation . + +dy:ExcREXS.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcREXS.kf-cardinality" ; + sh:order 1729 ; + sh:path cim:ExcREXS.kf ; + sh:severity sh:Violation . + +dy:ExcREXS.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1729 ; + sh:path cim:ExcREXS.kf ; + sh:severity sh:Violation . + +dy:ExcREXS.kh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh)." ; + sh:minCount 1 ; + sh:name "ExcREXS.kh-cardinality" ; + sh:order 1730 ; + sh:path cim:ExcREXS.kh ; + sh:severity sh:Violation . + +dy:ExcREXS.kh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.kh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1730 ; + sh:path cim:ExcREXS.kh ; + sh:severity sh:Violation . + +dy:ExcREXS.kii-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kii)." ; + sh:minCount 1 ; + sh:name "ExcREXS.kii-cardinality" ; + sh:order 1731 ; + sh:path cim:ExcREXS.kii ; + sh:severity sh:Violation . + +dy:ExcREXS.kii-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kii." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.kii-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1731 ; + sh:path cim:ExcREXS.kii ; + sh:severity sh:Violation . + +dy:ExcREXS.kip-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kip)." ; + sh:minCount 1 ; + sh:name "ExcREXS.kip-cardinality" ; + sh:order 1732 ; + sh:path cim:ExcREXS.kip ; + sh:severity sh:Violation . + +dy:ExcREXS.kip-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kip." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.kip-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1732 ; + sh:path cim:ExcREXS.kip ; + sh:severity sh:Violation . + +dy:ExcREXS.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "ExcREXS.ks-cardinality" ; + sh:order 1733 ; + sh:path cim:ExcREXS.ks ; + sh:severity sh:Violation . + +dy:ExcREXS.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1733 ; + sh:path cim:ExcREXS.ks ; + sh:severity sh:Violation . + +dy:ExcREXS.kvi-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kvi)." ; + sh:minCount 1 ; + sh:name "ExcREXS.kvi-cardinality" ; + sh:order 1734 ; + sh:path cim:ExcREXS.kvi ; + sh:severity sh:Violation . + +dy:ExcREXS.kvi-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kvi." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.kvi-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1734 ; + sh:path cim:ExcREXS.kvi ; + sh:severity sh:Violation . + +dy:ExcREXS.kvp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kvp)." ; + sh:minCount 1 ; + sh:name "ExcREXS.kvp-cardinality" ; + sh:order 1735 ; + sh:path cim:ExcREXS.kvp ; + sh:severity sh:Violation . + +dy:ExcREXS.kvp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kvp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.kvp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1735 ; + sh:path cim:ExcREXS.kvp ; + sh:severity sh:Violation . + +dy:ExcREXS.kvphz-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kvphz)." ; + sh:minCount 1 ; + sh:name "ExcREXS.kvphz-cardinality" ; + sh:order 1736 ; + sh:path cim:ExcREXS.kvphz ; + sh:severity sh:Violation . + +dy:ExcREXS.kvphz-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kvphz." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.kvphz-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1736 ; + sh:path cim:ExcREXS.kvphz ; + sh:severity sh:Violation . + +dy:ExcREXS.nvphz-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (nvphz)." ; + sh:minCount 1 ; + sh:name "ExcREXS.nvphz-cardinality" ; + sh:order 1737 ; + sh:path cim:ExcREXS.nvphz ; + sh:severity sh:Violation . + +dy:ExcREXS.nvphz-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the nvphz." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.nvphz-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1737 ; + sh:path cim:ExcREXS.nvphz ; + sh:severity sh:Violation . + +dy:ExcREXS.se1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (se1)." ; + sh:minCount 1 ; + sh:name "ExcREXS.se1-cardinality" ; + sh:order 1738 ; + sh:path cim:ExcREXS.se1 ; + sh:severity sh:Violation . + +dy:ExcREXS.se1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the se1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.se1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1738 ; + sh:path cim:ExcREXS.se1 ; + sh:severity sh:Violation . + +dy:ExcREXS.se2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (se2)." ; + sh:minCount 1 ; + sh:name "ExcREXS.se2-cardinality" ; + sh:order 1739 ; + sh:path cim:ExcREXS.se2 ; + sh:severity sh:Violation . + +dy:ExcREXS.se2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the se2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.se2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1739 ; + sh:path cim:ExcREXS.se2 ; + sh:severity sh:Violation . + +dy:ExcREXS.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcREXS.ta-cardinality" ; + sh:order 1740 ; + sh:path cim:ExcREXS.ta ; + sh:severity sh:Violation . + +dy:ExcREXS.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1740 ; + sh:path cim:ExcREXS.ta ; + sh:severity sh:Violation . + +dy:ExcREXS.tb1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb1)." ; + sh:minCount 1 ; + sh:name "ExcREXS.tb1-cardinality" ; + sh:order 1741 ; + sh:path cim:ExcREXS.tb1 ; + sh:severity sh:Violation . + +dy:ExcREXS.tb1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.tb1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1741 ; + sh:path cim:ExcREXS.tb1 ; + sh:severity sh:Violation . + +dy:ExcREXS.tb2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb2)." ; + sh:minCount 1 ; + sh:name "ExcREXS.tb2-cardinality" ; + sh:order 1742 ; + sh:path cim:ExcREXS.tb2 ; + sh:severity sh:Violation . + +dy:ExcREXS.tb2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.tb2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1742 ; + sh:path cim:ExcREXS.tb2 ; + sh:severity sh:Violation . + +dy:ExcREXS.tc1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc1)." ; + sh:minCount 1 ; + sh:name "ExcREXS.tc1-cardinality" ; + sh:order 1743 ; + sh:path cim:ExcREXS.tc1 ; + sh:severity sh:Violation . + +dy:ExcREXS.tc1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.tc1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1743 ; + sh:path cim:ExcREXS.tc1 ; + sh:severity sh:Violation . + +dy:ExcREXS.tc2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc2)." ; + sh:minCount 1 ; + sh:name "ExcREXS.tc2-cardinality" ; + sh:order 1744 ; + sh:path cim:ExcREXS.tc2 ; + sh:severity sh:Violation . + +dy:ExcREXS.tc2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.tc2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1744 ; + sh:path cim:ExcREXS.tc2 ; + sh:severity sh:Violation . + +dy:ExcREXS.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcREXS.te-cardinality" ; + sh:order 1745 ; + sh:path cim:ExcREXS.te ; + sh:severity sh:Violation . + +dy:ExcREXS.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1745 ; + sh:path cim:ExcREXS.te ; + sh:severity sh:Violation . + +dy:ExcREXS.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcREXS.tf-cardinality" ; + sh:order 1746 ; + sh:path cim:ExcREXS.tf ; + sh:severity sh:Violation . + +dy:ExcREXS.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1746 ; + sh:path cim:ExcREXS.tf ; + sh:severity sh:Violation . + +dy:ExcREXS.tf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf1)." ; + sh:minCount 1 ; + sh:name "ExcREXS.tf1-cardinality" ; + sh:order 1747 ; + sh:path cim:ExcREXS.tf1 ; + sh:severity sh:Violation . + +dy:ExcREXS.tf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.tf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1747 ; + sh:path cim:ExcREXS.tf1 ; + sh:severity sh:Violation . + +dy:ExcREXS.tf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf2)." ; + sh:minCount 1 ; + sh:name "ExcREXS.tf2-cardinality" ; + sh:order 1748 ; + sh:path cim:ExcREXS.tf2 ; + sh:severity sh:Violation . + +dy:ExcREXS.tf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.tf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1748 ; + sh:path cim:ExcREXS.tf2 ; + sh:severity sh:Violation . + +dy:ExcREXS.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "ExcREXS.tp-cardinality" ; + sh:order 1749 ; + sh:path cim:ExcREXS.tp ; + sh:severity sh:Violation . + +dy:ExcREXS.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1749 ; + sh:path cim:ExcREXS.tp ; + sh:severity sh:Violation . + +dy:ExcREXS.vcmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vcmax)." ; + sh:minCount 1 ; + sh:name "ExcREXS.vcmax-cardinality" ; + sh:order 1750 ; + sh:path cim:ExcREXS.vcmax ; + sh:severity sh:Violation . + +dy:ExcREXS.vcmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vcmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.vcmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1750 ; + sh:path cim:ExcREXS.vcmax ; + sh:severity sh:Violation . + +dy:ExcREXS.vfmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfmax)." ; + sh:minCount 1 ; + sh:name "ExcREXS.vfmax-cardinality" ; + sh:order 1751 ; + sh:path cim:ExcREXS.vfmax ; + sh:severity sh:Violation . + +dy:ExcREXS.vfmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.vfmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1751 ; + sh:path cim:ExcREXS.vfmax ; + sh:severity sh:Violation . + +dy:ExcREXS.vfmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vfmin)." ; + sh:minCount 1 ; + sh:name "ExcREXS.vfmin-cardinality" ; + sh:order 1752 ; + sh:path cim:ExcREXS.vfmin ; + sh:severity sh:Violation . + +dy:ExcREXS.vfmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vfmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.vfmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1752 ; + sh:path cim:ExcREXS.vfmin ; + sh:severity sh:Violation . + +dy:ExcREXS.vimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimax)." ; + sh:minCount 1 ; + sh:name "ExcREXS.vimax-cardinality" ; + sh:order 1753 ; + sh:path cim:ExcREXS.vimax ; + sh:severity sh:Violation . + +dy:ExcREXS.vimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.vimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1753 ; + sh:path cim:ExcREXS.vimax ; + sh:severity sh:Violation . + +dy:ExcREXS.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcREXS.vrmax-cardinality" ; + sh:order 1754 ; + sh:path cim:ExcREXS.vrmax ; + sh:severity sh:Violation . + +dy:ExcREXS.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1754 ; + sh:path cim:ExcREXS.vrmax ; + sh:severity sh:Violation . + +dy:ExcREXS.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcREXS.vrmin-cardinality" ; + sh:order 1755 ; + sh:path cim:ExcREXS.vrmin ; + sh:severity sh:Violation . + +dy:ExcREXS.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1755 ; + sh:path cim:ExcREXS.vrmin ; + sh:severity sh:Violation . + +dy:ExcREXS.xc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xc)." ; + sh:minCount 1 ; + sh:name "ExcREXS.xc-cardinality" ; + sh:order 1756 ; + sh:path cim:ExcREXS.xc ; + sh:severity sh:Violation . + +dy:ExcREXS.xc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcREXS.xc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1756 ; + sh:path cim:ExcREXS.xc ; + sh:severity sh:Violation . + +dy:ExcRQB rdf:type sh:NodeShape ; + sh:property dy:ExcRQB.t4m-cardinality , dy:ExcRQB.te-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcRQB.lus-datatype , dy:IdentifiedObject.description-datatype , dy:ExcRQB.ucmin-cardinality , dy:ExcRQB.ki0-cardinality , dy:ExcRQB.klir-cardinality , dy:ExcRQB.mesu-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcRQB.t4m-datatype , dy:ExcRQB.klus-cardinality , dy:ExcRQB.lus-cardinality , dy:ExcRQB.ucmin-datatype , dy:ExcRQB.klir-datatype , dy:ExcRQB.te-cardinality , dy:ExcRQB.lsat-cardinality , dy:ExcRQB.tc-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcRQB.tf-cardinality , dy:ExcRQB.ki1-datatype , dy:ExcRQB.ki0-datatype , dy:ExcRQB.lsat-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcRQB.mesu-cardinality , dy:ExcRQB.ucmax-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcRQB.tf-datatype , dy:ExcRQB.ki1-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcRQB.klus-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcRQB.ucmax-datatype , dy:ExcRQB.tc-datatype ; + sh:targetClass cim:ExcRQB . + +dy:ExcRQB.ki0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki0)." ; + sh:minCount 1 ; + sh:name "ExcRQB.ki0-cardinality" ; + sh:order 1757 ; + sh:path cim:ExcRQB.ki0 ; + sh:severity sh:Violation . + +dy:ExcRQB.ki0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.ki0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1757 ; + sh:path cim:ExcRQB.ki0 ; + sh:severity sh:Violation . + +dy:ExcRQB.ki1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki1)." ; + sh:minCount 1 ; + sh:name "ExcRQB.ki1-cardinality" ; + sh:order 1758 ; + sh:path cim:ExcRQB.ki1 ; + sh:severity sh:Violation . + +dy:ExcRQB.ki1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.ki1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1758 ; + sh:path cim:ExcRQB.ki1 ; + sh:severity sh:Violation . + +dy:ExcRQB.klir-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (klir)." ; + sh:minCount 1 ; + sh:name "ExcRQB.klir-cardinality" ; + sh:order 1761 ; + sh:path cim:ExcRQB.klir ; + sh:severity sh:Violation . + +dy:ExcRQB.klir-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the klir." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.klir-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1761 ; + sh:path cim:ExcRQB.klir ; + sh:severity sh:Violation . + +dy:ExcRQB.klus-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (klus)." ; + sh:minCount 1 ; + sh:name "ExcRQB.klus-cardinality" ; + sh:order 1765 ; + sh:path cim:ExcRQB.klus ; + sh:severity sh:Violation . + +dy:ExcRQB.klus-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the klus." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.klus-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1765 ; + sh:path cim:ExcRQB.klus ; + sh:severity sh:Violation . + +dy:ExcRQB.lsat-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lsat)." ; + sh:minCount 1 ; + sh:name "ExcRQB.lsat-cardinality" ; + sh:order 1768 ; + sh:path cim:ExcRQB.lsat ; + sh:severity sh:Violation . + +dy:ExcRQB.lsat-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lsat." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.lsat-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1768 ; + sh:path cim:ExcRQB.lsat ; + sh:severity sh:Violation . + +dy:ExcRQB.lus-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lus)." ; + sh:minCount 1 ; + sh:name "ExcRQB.lus-cardinality" ; + sh:order 1764 ; + sh:path cim:ExcRQB.lus ; + sh:severity sh:Violation . + +dy:ExcRQB.lus-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lus." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.lus-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1764 ; + sh:path cim:ExcRQB.lus ; + sh:severity sh:Violation . + +dy:ExcRQB.mesu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mesu)." ; + sh:minCount 1 ; + sh:name "ExcRQB.mesu-cardinality" ; + sh:order 1766 ; + sh:path cim:ExcRQB.mesu ; + sh:severity sh:Violation . + +dy:ExcRQB.mesu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mesu." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.mesu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1766 ; + sh:path cim:ExcRQB.mesu ; + sh:severity sh:Violation . + +dy:ExcRQB.t4m-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4m)." ; + sh:minCount 1 ; + sh:name "ExcRQB.t4m-cardinality" ; + sh:order 1767 ; + sh:path cim:ExcRQB.t4m ; + sh:severity sh:Violation . + +dy:ExcRQB.t4m-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4m." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.t4m-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1767 ; + sh:path cim:ExcRQB.t4m ; + sh:severity sh:Violation . + +dy:ExcRQB.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcRQB.tc-cardinality" ; + sh:order 1760 ; + sh:path cim:ExcRQB.tc ; + sh:severity sh:Violation . + +dy:ExcRQB.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1760 ; + sh:path cim:ExcRQB.tc ; + sh:severity sh:Violation . + +dy:ExcRQB.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcRQB.te-cardinality" ; + sh:order 1759 ; + sh:path cim:ExcRQB.te ; + sh:severity sh:Violation . + +dy:ExcRQB.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1759 ; + sh:path cim:ExcRQB.te ; + sh:severity sh:Violation . + +dy:ExcRQB.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcRQB.tf-cardinality" ; + sh:order 1769 ; + sh:path cim:ExcRQB.tf ; + sh:severity sh:Violation . + +dy:ExcRQB.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1769 ; + sh:path cim:ExcRQB.tf ; + sh:severity sh:Violation . + +dy:ExcRQB.ucmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ucmax)." ; + sh:minCount 1 ; + sh:name "ExcRQB.ucmax-cardinality" ; + sh:order 1763 ; + sh:path cim:ExcRQB.ucmax ; + sh:severity sh:Violation . + +dy:ExcRQB.ucmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ucmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.ucmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1763 ; + sh:path cim:ExcRQB.ucmax ; + sh:severity sh:Violation . + +dy:ExcRQB.ucmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ucmin)." ; + sh:minCount 1 ; + sh:name "ExcRQB.ucmin-cardinality" ; + sh:order 1762 ; + sh:path cim:ExcRQB.ucmin ; + sh:severity sh:Violation . + +dy:ExcRQB.ucmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ucmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcRQB.ucmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1762 ; + sh:path cim:ExcRQB.ucmin ; + sh:severity sh:Violation . + +dy:ExcSCRX rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcSCRX.tatb-datatype , dy:ExcSCRX.emin-datatype , dy:ExcSCRX.tatb-cardinality , dy:ExcSCRX.rcrfd-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcSCRX.tb-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcSCRX.emin-cardinality , dy:ExcSCRX.emax-datatype , dy:ExcSCRX.k-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcSCRX.te-datatype , dy:ExcSCRX.te-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-datatype , dy:ExcSCRX.cswitch-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcSCRX.rcrfd-datatype , dy:ExcSCRX.cswitch-cardinality , dy:ExcSCRX.emax-cardinality , dy:ExcSCRX.tb-datatype , dy:ExcSCRX.k-datatype ; + sh:targetClass cim:ExcSCRX . + +dy:ExcSCRX.cswitch-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (cswitch)." ; + sh:minCount 1 ; + sh:name "ExcSCRX.cswitch-cardinality" ; + sh:order 1776 ; + sh:path cim:ExcSCRX.cswitch ; + sh:severity sh:Violation . + +dy:ExcSCRX.cswitch-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the cswitch." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSCRX.cswitch-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1776 ; + sh:path cim:ExcSCRX.cswitch ; + sh:severity sh:Violation . + +dy:ExcSCRX.emax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (emax)." ; + sh:minCount 1 ; + sh:name "ExcSCRX.emax-cardinality" ; + sh:order 1775 ; + sh:path cim:ExcSCRX.emax ; + sh:severity sh:Violation . + +dy:ExcSCRX.emax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the emax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSCRX.emax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1775 ; + sh:path cim:ExcSCRX.emax ; + sh:severity sh:Violation . + +dy:ExcSCRX.emin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (emin)." ; + sh:minCount 1 ; + sh:name "ExcSCRX.emin-cardinality" ; + sh:order 1774 ; + sh:path cim:ExcSCRX.emin ; + sh:severity sh:Violation . + +dy:ExcSCRX.emin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the emin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSCRX.emin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1774 ; + sh:path cim:ExcSCRX.emin ; + sh:severity sh:Violation . + +dy:ExcSCRX.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "ExcSCRX.k-cardinality" ; + sh:order 1772 ; + sh:path cim:ExcSCRX.k ; + sh:severity sh:Violation . + +dy:ExcSCRX.k-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSCRX.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1772 ; + sh:path cim:ExcSCRX.k ; + sh:severity sh:Violation . + +dy:ExcSCRX.rcrfd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rcrfd)." ; + sh:minCount 1 ; + sh:name "ExcSCRX.rcrfd-cardinality" ; + sh:order 1777 ; + sh:path cim:ExcSCRX.rcrfd ; + sh:severity sh:Violation . + +dy:ExcSCRX.rcrfd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rcrfd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSCRX.rcrfd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1777 ; + sh:path cim:ExcSCRX.rcrfd ; + sh:severity sh:Violation . + +dy:ExcSCRX.tatb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tatb)." ; + sh:minCount 1 ; + sh:name "ExcSCRX.tatb-cardinality" ; + sh:order 1770 ; + sh:path cim:ExcSCRX.tatb ; + sh:severity sh:Violation . + +dy:ExcSCRX.tatb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tatb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSCRX.tatb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1770 ; + sh:path cim:ExcSCRX.tatb ; + sh:severity sh:Violation . + +dy:ExcSCRX.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcSCRX.tb-cardinality" ; + sh:order 1771 ; + sh:path cim:ExcSCRX.tb ; + sh:severity sh:Violation . + +dy:ExcSCRX.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSCRX.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1771 ; + sh:path cim:ExcSCRX.tb ; + sh:severity sh:Violation . + +dy:ExcSCRX.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcSCRX.te-cardinality" ; + sh:order 1773 ; + sh:path cim:ExcSCRX.te ; + sh:severity sh:Violation . + +dy:ExcSCRX.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSCRX.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1773 ; + sh:path cim:ExcSCRX.te ; + sh:severity sh:Violation . + +dy:ExcSEXS rdf:type sh:NodeShape ; + sh:property dy:ExcSEXS.efdmax-datatype , dy:ExcSEXS.emax-datatype , dy:ExcSEXS.tatb-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcSEXS.efdmax-cardinality , dy:ExcSEXS.tc-datatype , dy:ExcSEXS.k-cardinality , dy:ExcSEXS.k-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcSEXS.tb-cardinality , dy:ExcSEXS.kc-datatype , dy:ExcSEXS.te-datatype , dy:ExcSEXS.emin-cardinality , dy:ExcSEXS.tb-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcSEXS.te-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcSEXS.emax-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcSEXS.emin-datatype , dy:ExcSEXS.kc-cardinality , dy:ExcSEXS.efdmin-datatype , dy:ExcSEXS.tatb-datatype , dy:ExcSEXS.tc-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcSEXS.efdmin-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType ; + sh:targetClass cim:ExcSEXS . + +dy:ExcSEXS.efdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmax)." ; + sh:minCount 1 ; + sh:name "ExcSEXS.efdmax-cardinality" ; + sh:order 1787 ; + sh:path cim:ExcSEXS.efdmax ; + sh:severity sh:Violation . + +dy:ExcSEXS.efdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSEXS.efdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1787 ; + sh:path cim:ExcSEXS.efdmax ; + sh:severity sh:Violation . + +dy:ExcSEXS.efdmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmin)." ; + sh:minCount 1 ; + sh:name "ExcSEXS.efdmin-cardinality" ; + sh:order 1786 ; + sh:path cim:ExcSEXS.efdmin ; + sh:severity sh:Violation . + +dy:ExcSEXS.efdmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSEXS.efdmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1786 ; + sh:path cim:ExcSEXS.efdmin ; + sh:severity sh:Violation . + +dy:ExcSEXS.emax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (emax)." ; + sh:minCount 1 ; + sh:name "ExcSEXS.emax-cardinality" ; + sh:order 1783 ; + sh:path cim:ExcSEXS.emax ; + sh:severity sh:Violation . + +dy:ExcSEXS.emax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the emax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSEXS.emax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1783 ; + sh:path cim:ExcSEXS.emax ; + sh:severity sh:Violation . + +dy:ExcSEXS.emin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (emin)." ; + sh:minCount 1 ; + sh:name "ExcSEXS.emin-cardinality" ; + sh:order 1782 ; + sh:path cim:ExcSEXS.emin ; + sh:severity sh:Violation . + +dy:ExcSEXS.emin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the emin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSEXS.emin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1782 ; + sh:path cim:ExcSEXS.emin ; + sh:severity sh:Violation . + +dy:ExcSEXS.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "ExcSEXS.k-cardinality" ; + sh:order 1780 ; + sh:path cim:ExcSEXS.k ; + sh:severity sh:Violation . + +dy:ExcSEXS.k-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSEXS.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1780 ; + sh:path cim:ExcSEXS.k ; + sh:severity sh:Violation . + +dy:ExcSEXS.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcSEXS.kc-cardinality" ; + sh:order 1784 ; + sh:path cim:ExcSEXS.kc ; + sh:severity sh:Violation . + +dy:ExcSEXS.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSEXS.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1784 ; + sh:path cim:ExcSEXS.kc ; + sh:severity sh:Violation . + +dy:ExcSEXS.tatb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tatb)." ; + sh:minCount 1 ; + sh:name "ExcSEXS.tatb-cardinality" ; + sh:order 1778 ; + sh:path cim:ExcSEXS.tatb ; + sh:severity sh:Violation . + +dy:ExcSEXS.tatb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tatb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSEXS.tatb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1778 ; + sh:path cim:ExcSEXS.tatb ; + sh:severity sh:Violation . + +dy:ExcSEXS.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcSEXS.tb-cardinality" ; + sh:order 1779 ; + sh:path cim:ExcSEXS.tb ; + sh:severity sh:Violation . + +dy:ExcSEXS.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSEXS.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1779 ; + sh:path cim:ExcSEXS.tb ; + sh:severity sh:Violation . + +dy:ExcSEXS.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcSEXS.tc-cardinality" ; + sh:order 1785 ; + sh:path cim:ExcSEXS.tc ; + sh:severity sh:Violation . + +dy:ExcSEXS.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSEXS.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1785 ; + sh:path cim:ExcSEXS.tc ; + sh:severity sh:Violation . + +dy:ExcSEXS.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcSEXS.te-cardinality" ; + sh:order 1781 ; + sh:path cim:ExcSEXS.te ; + sh:severity sh:Violation . + +dy:ExcSEXS.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSEXS.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1781 ; + sh:path cim:ExcSEXS.te ; + sh:severity sh:Violation . + +dy:ExcSK rdf:type sh:NodeShape ; + sh:property dy:ExcSK.k1-datatype , dy:ExcSK.ti-datatype , dy:ExcSK.efdmax-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcSK.kqp-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcSK.emin-datatype , dy:ExcSK.kd-cardinality , dy:ExcSK.urmin-cardinality , dy:ExcSK.emax-cardinality , dy:ExcSK.emin-cardinality , dy:ExcSK.kc-datatype , dy:IdentifiedObject.name-datatype , dy:ExcSK.qz-datatype , dy:ExcSK.te-cardinality , dy:ExcSK.kqp-cardinality , dy:ExcSK.sbase-cardinality , dy:ExcSK.uimin-datatype , dy:ExcSK.kqob-datatype , dy:ExcSK.tp-datatype , dy:ExcSK.k2-cardinality , dy:ExcSK.kce-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcSK.vtmax-cardinality , dy:ExcSK.yp-datatype , dy:ExcSK.vtmax-datatype , dy:ExcSK.vtmin-cardinality , dy:ExcSK.urmin-datatype , dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcSK.kp-cardinality , dy:ExcSK.tr-cardinality , dy:ExcSK.te-datatype , dy:ExcSK.emax-datatype , dy:ExcSK.k-datatype , dy:ExcSK.efdmin-datatype , dy:ExcSK.kc-cardinality , dy:ExcSK.kgob-datatype , dy:ExcSK.kd-datatype , dy:ExcSK.qconoff-cardinality , dy:ExcSK.remote-datatype , dy:ExcSK.tc-datatype , dy:ExcSK.kp-datatype , dy:ExcSK.uimin-cardinality , dy:ExcSK.nq-datatype , dy:ExcSK.uimax-cardinality , dy:ExcSK.nq-cardinality , dy:ExcSK.uimax-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcSK.tc-cardinality , dy:ExcSK.efdmax-datatype , dy:ExcSK.qconoff-datatype , dy:ExcSK.k1-cardinality , dy:ExcSK.kgob-cardinality , dy:ExcSK.kqi-datatype , dy:ExcSK.remote-cardinality , dy:ExcSK.sbase-datatype , dy:ExcSK.efdmin-cardinality , dy:ExcSK.tr-datatype , dy:ExcSK.k2-datatype , dy:ExcSK.ti-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcSK.urmax-datatype , dy:ExcSK.k-cardinality , dy:ExcSK.kqi-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcSK.tp-cardinality , dy:ExcSK.kce-cardinality , dy:ExcSK.vtmin-datatype , dy:ExcSK.qz-cardinality , dy:ExcSK.urmax-cardinality , dy:ExcSK.yp-cardinality , dy:ExcSK.kqob-cardinality ; + sh:targetClass cim:ExcSK . + +dy:ExcSK.efdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmax)." ; + sh:minCount 1 ; + sh:name "ExcSK.efdmax-cardinality" ; + sh:order 1788 ; + sh:path cim:ExcSK.efdmax ; + sh:severity sh:Violation . + +dy:ExcSK.efdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.efdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1788 ; + sh:path cim:ExcSK.efdmax ; + sh:severity sh:Violation . + +dy:ExcSK.efdmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmin)." ; + sh:minCount 1 ; + sh:name "ExcSK.efdmin-cardinality" ; + sh:order 1789 ; + sh:path cim:ExcSK.efdmin ; + sh:severity sh:Violation . + +dy:ExcSK.efdmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.efdmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1789 ; + sh:path cim:ExcSK.efdmin ; + sh:severity sh:Violation . + +dy:ExcSK.emax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (emax)." ; + sh:minCount 1 ; + sh:name "ExcSK.emax-cardinality" ; + sh:order 1790 ; + sh:path cim:ExcSK.emax ; + sh:severity sh:Violation . + +dy:ExcSK.emax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the emax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.emax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1790 ; + sh:path cim:ExcSK.emax ; + sh:severity sh:Violation . + +dy:ExcSK.emin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (emin)." ; + sh:minCount 1 ; + sh:name "ExcSK.emin-cardinality" ; + sh:order 1791 ; + sh:path cim:ExcSK.emin ; + sh:severity sh:Violation . + +dy:ExcSK.emin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the emin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.emin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1791 ; + sh:path cim:ExcSK.emin ; + sh:severity sh:Violation . + +dy:ExcSK.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "ExcSK.k-cardinality" ; + sh:order 1792 ; + sh:path cim:ExcSK.k ; + sh:severity sh:Violation . + +dy:ExcSK.k-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1792 ; + sh:path cim:ExcSK.k ; + sh:severity sh:Violation . + +dy:ExcSK.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "ExcSK.k1-cardinality" ; + sh:order 1793 ; + sh:path cim:ExcSK.k1 ; + sh:severity sh:Violation . + +dy:ExcSK.k1-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1793 ; + sh:path cim:ExcSK.k1 ; + sh:severity sh:Violation . + +dy:ExcSK.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "ExcSK.k2-cardinality" ; + sh:order 1794 ; + sh:path cim:ExcSK.k2 ; + sh:severity sh:Violation . + +dy:ExcSK.k2-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1794 ; + sh:path cim:ExcSK.k2 ; + sh:severity sh:Violation . + +dy:ExcSK.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcSK.kc-cardinality" ; + sh:order 1795 ; + sh:path cim:ExcSK.kc ; + sh:severity sh:Violation . + +dy:ExcSK.kc-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1795 ; + sh:path cim:ExcSK.kc ; + sh:severity sh:Violation . + +dy:ExcSK.kce-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kce)." ; + sh:minCount 1 ; + sh:name "ExcSK.kce-cardinality" ; + sh:order 1796 ; + sh:path cim:ExcSK.kce ; + sh:severity sh:Violation . + +dy:ExcSK.kce-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kce." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.kce-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1796 ; + sh:path cim:ExcSK.kce ; + sh:severity sh:Violation . + +dy:ExcSK.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "ExcSK.kd-cardinality" ; + sh:order 1797 ; + sh:path cim:ExcSK.kd ; + sh:severity sh:Violation . + +dy:ExcSK.kd-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1797 ; + sh:path cim:ExcSK.kd ; + sh:severity sh:Violation . + +dy:ExcSK.kgob-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kgob)." ; + sh:minCount 1 ; + sh:name "ExcSK.kgob-cardinality" ; + sh:order 1798 ; + sh:path cim:ExcSK.kgob ; + sh:severity sh:Violation . + +dy:ExcSK.kgob-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kgob." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.kgob-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1798 ; + sh:path cim:ExcSK.kgob ; + sh:severity sh:Violation . + +dy:ExcSK.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcSK.kp-cardinality" ; + sh:order 1799 ; + sh:path cim:ExcSK.kp ; + sh:severity sh:Violation . + +dy:ExcSK.kp-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1799 ; + sh:path cim:ExcSK.kp ; + sh:severity sh:Violation . + +dy:ExcSK.kqi-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kqi)." ; + sh:minCount 1 ; + sh:name "ExcSK.kqi-cardinality" ; + sh:order 1800 ; + sh:path cim:ExcSK.kqi ; + sh:severity sh:Violation . + +dy:ExcSK.kqi-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kqi." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.kqi-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1800 ; + sh:path cim:ExcSK.kqi ; + sh:severity sh:Violation . + +dy:ExcSK.kqob-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kqob)." ; + sh:minCount 1 ; + sh:name "ExcSK.kqob-cardinality" ; + sh:order 1801 ; + sh:path cim:ExcSK.kqob ; + sh:severity sh:Violation . + +dy:ExcSK.kqob-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kqob." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.kqob-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1801 ; + sh:path cim:ExcSK.kqob ; + sh:severity sh:Violation . + +dy:ExcSK.kqp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kqp)." ; + sh:minCount 1 ; + sh:name "ExcSK.kqp-cardinality" ; + sh:order 1802 ; + sh:path cim:ExcSK.kqp ; + sh:severity sh:Violation . + +dy:ExcSK.kqp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kqp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.kqp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1802 ; + sh:path cim:ExcSK.kqp ; + sh:severity sh:Violation . + +dy:ExcSK.nq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (nq)." ; + sh:minCount 1 ; + sh:name "ExcSK.nq-cardinality" ; + sh:order 1803 ; + sh:path cim:ExcSK.nq ; + sh:severity sh:Violation . + +dy:ExcSK.nq-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the nq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.nq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1803 ; + sh:path cim:ExcSK.nq ; + sh:severity sh:Violation . + +dy:ExcSK.qconoff-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qconoff)." ; + sh:minCount 1 ; + sh:name "ExcSK.qconoff-cardinality" ; + sh:order 1804 ; + sh:path cim:ExcSK.qconoff ; + sh:severity sh:Violation . + +dy:ExcSK.qconoff-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the qconoff." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.qconoff-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1804 ; + sh:path cim:ExcSK.qconoff ; + sh:severity sh:Violation . + +dy:ExcSK.qz-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qz)." ; + sh:minCount 1 ; + sh:name "ExcSK.qz-cardinality" ; + sh:order 1805 ; + sh:path cim:ExcSK.qz ; + sh:severity sh:Violation . + +dy:ExcSK.qz-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qz." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.qz-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1805 ; + sh:path cim:ExcSK.qz ; + sh:severity sh:Violation . + +dy:ExcSK.remote-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (remote)." ; + sh:minCount 1 ; + sh:name "ExcSK.remote-cardinality" ; + sh:order 1806 ; + sh:path cim:ExcSK.remote ; + sh:severity sh:Violation . + +dy:ExcSK.remote-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the remote." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.remote-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1806 ; + sh:path cim:ExcSK.remote ; + sh:severity sh:Violation . + +dy:ExcSK.sbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (sbase)." ; + sh:minCount 1 ; + sh:name "ExcSK.sbase-cardinality" ; + sh:order 1807 ; + sh:path cim:ExcSK.sbase ; + sh:severity sh:Violation . + +dy:ExcSK.sbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the sbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.sbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1807 ; + sh:path cim:ExcSK.sbase ; + sh:severity sh:Violation . + +dy:ExcSK.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcSK.tc-cardinality" ; + sh:order 1808 ; + sh:path cim:ExcSK.tc ; + sh:severity sh:Violation . + +dy:ExcSK.tc-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1808 ; + sh:path cim:ExcSK.tc ; + sh:severity sh:Violation . + +dy:ExcSK.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcSK.te-cardinality" ; + sh:order 1809 ; + sh:path cim:ExcSK.te ; + sh:severity sh:Violation . + +dy:ExcSK.te-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1809 ; + sh:path cim:ExcSK.te ; + sh:severity sh:Violation . + +dy:ExcSK.ti-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti)." ; + sh:minCount 1 ; + sh:name "ExcSK.ti-cardinality" ; + sh:order 1810 ; + sh:path cim:ExcSK.ti ; + sh:severity sh:Violation . + +dy:ExcSK.ti-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.ti-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1810 ; + sh:path cim:ExcSK.ti ; + sh:severity sh:Violation . + +dy:ExcSK.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "ExcSK.tp-cardinality" ; + sh:order 1811 ; + sh:path cim:ExcSK.tp ; + sh:severity sh:Violation . + +dy:ExcSK.tp-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1811 ; + sh:path cim:ExcSK.tp ; + sh:severity sh:Violation . + +dy:ExcSK.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "ExcSK.tr-cardinality" ; + sh:order 1812 ; + sh:path cim:ExcSK.tr ; + sh:severity sh:Violation . + +dy:ExcSK.tr-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1812 ; + sh:path cim:ExcSK.tr ; + sh:severity sh:Violation . + +dy:ExcSK.uimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uimax)." ; + sh:minCount 1 ; + sh:name "ExcSK.uimax-cardinality" ; + sh:order 1813 ; + sh:path cim:ExcSK.uimax ; + sh:severity sh:Violation . + +dy:ExcSK.uimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.uimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1813 ; + sh:path cim:ExcSK.uimax ; + sh:severity sh:Violation . + +dy:ExcSK.uimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uimin)." ; + sh:minCount 1 ; + sh:name "ExcSK.uimin-cardinality" ; + sh:order 1814 ; + sh:path cim:ExcSK.uimin ; + sh:severity sh:Violation . + +dy:ExcSK.uimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.uimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1814 ; + sh:path cim:ExcSK.uimin ; + sh:severity sh:Violation . + +dy:ExcSK.urmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (urmax)." ; + sh:minCount 1 ; + sh:name "ExcSK.urmax-cardinality" ; + sh:order 1815 ; + sh:path cim:ExcSK.urmax ; + sh:severity sh:Violation . + +dy:ExcSK.urmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the urmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.urmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1815 ; + sh:path cim:ExcSK.urmax ; + sh:severity sh:Violation . + +dy:ExcSK.urmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (urmin)." ; + sh:minCount 1 ; + sh:name "ExcSK.urmin-cardinality" ; + sh:order 1816 ; + sh:path cim:ExcSK.urmin ; + sh:severity sh:Violation . + +dy:ExcSK.urmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the urmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.urmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1816 ; + sh:path cim:ExcSK.urmin ; + sh:severity sh:Violation . + +dy:ExcSK.vtmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vtmax)." ; + sh:minCount 1 ; + sh:name "ExcSK.vtmax-cardinality" ; + sh:order 1817 ; + sh:path cim:ExcSK.vtmax ; + sh:severity sh:Violation . + +dy:ExcSK.vtmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vtmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.vtmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1817 ; + sh:path cim:ExcSK.vtmax ; + sh:severity sh:Violation . + +dy:ExcSK.vtmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vtmin)." ; + sh:minCount 1 ; + sh:name "ExcSK.vtmin-cardinality" ; + sh:order 1818 ; + sh:path cim:ExcSK.vtmin ; + sh:severity sh:Violation . + +dy:ExcSK.vtmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vtmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.vtmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1818 ; + sh:path cim:ExcSK.vtmin ; + sh:severity sh:Violation . + +dy:ExcSK.yp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (yp)." ; + sh:minCount 1 ; + sh:name "ExcSK.yp-cardinality" ; + sh:order 1819 ; + sh:path cim:ExcSK.yp ; + sh:severity sh:Violation . + +dy:ExcSK.yp-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the yp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcSK.yp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1819 ; + sh:path cim:ExcSK.yp ; + sh:severity sh:Violation . + +dy:ExcST1A rdf:type sh:NodeShape ; + sh:property dy:ExcST1A.tb1-cardinality , dy:ExcST1A.xe-cardinality , dy:ExcST1A.ka-cardinality , dy:ExcST1A.vimin-cardinality , dy:ExcST1A.vamin-cardinality , dy:ExcST1A.tc1-datatype , dy:ExcST1A.tf-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcST1A.xe-datatype , dy:ExcST1A.kc-datatype , dy:ExcST1A.tb-cardinality , dy:ExcST1A.vamin-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcST1A.vimin-datatype , dy:ExcST1A.vrmax-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcST1A.vimax-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcST1A.vrmin-datatype , dy:ExcST1A.vimax-cardinality , dy:ExcST1A.vamax-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcST1A.tc-cardinality , dy:ExcST1A.ta-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcST1A.ta-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcST1A.kf-datatype , dy:ExcST1A.vrmax-datatype , dy:ExcST1A.klr-datatype , dy:ExcST1A.tf-datatype , dy:ExcST1A.kc-cardinality , dy:ExcST1A.tb1-datatype , dy:ExcST1A.kf-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcST1A.klr-cardinality , dy:ExcST1A.tc-datatype , dy:ExcST1A.vamax-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcST1A.ilr-datatype , dy:ExcST1A.ilr-cardinality , dy:ExcST1A.vrmin-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcST1A.tc1-cardinality , dy:ExcST1A.tb-datatype , dy:ExcST1A.ka-datatype ; + sh:targetClass cim:ExcST1A . + +dy:ExcST1A.ilr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ilr)." ; + sh:minCount 1 ; + sh:name "ExcST1A.ilr-cardinality" ; + sh:order 1835 ; + sh:path cim:ExcST1A.ilr ; + sh:severity sh:Violation . + +dy:ExcST1A.ilr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ilr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.ilr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1835 ; + sh:path cim:ExcST1A.ilr ; + sh:severity sh:Violation . + +dy:ExcST1A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcST1A.ka-cardinality" ; + sh:order 1824 ; + sh:path cim:ExcST1A.ka ; + sh:severity sh:Violation . + +dy:ExcST1A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1824 ; + sh:path cim:ExcST1A.ka ; + sh:severity sh:Violation . + +dy:ExcST1A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcST1A.kc-cardinality" ; + sh:order 1828 ; + sh:path cim:ExcST1A.kc ; + sh:severity sh:Violation . + +dy:ExcST1A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1828 ; + sh:path cim:ExcST1A.kc ; + sh:severity sh:Violation . + +dy:ExcST1A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcST1A.kf-cardinality" ; + sh:order 1829 ; + sh:path cim:ExcST1A.kf ; + sh:severity sh:Violation . + +dy:ExcST1A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1829 ; + sh:path cim:ExcST1A.kf ; + sh:severity sh:Violation . + +dy:ExcST1A.klr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (klr)." ; + sh:minCount 1 ; + sh:name "ExcST1A.klr-cardinality" ; + sh:order 1836 ; + sh:path cim:ExcST1A.klr ; + sh:severity sh:Violation . + +dy:ExcST1A.klr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the klr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.klr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1836 ; + sh:path cim:ExcST1A.klr ; + sh:severity sh:Violation . + +dy:ExcST1A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcST1A.ta-cardinality" ; + sh:order 1825 ; + sh:path cim:ExcST1A.ta ; + sh:severity sh:Violation . + +dy:ExcST1A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1825 ; + sh:path cim:ExcST1A.ta ; + sh:severity sh:Violation . + +dy:ExcST1A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcST1A.tb-cardinality" ; + sh:order 1823 ; + sh:path cim:ExcST1A.tb ; + sh:severity sh:Violation . + +dy:ExcST1A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1823 ; + sh:path cim:ExcST1A.tb ; + sh:severity sh:Violation . + +dy:ExcST1A.tb1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb1)." ; + sh:minCount 1 ; + sh:name "ExcST1A.tb1-cardinality" ; + sh:order 1832 ; + sh:path cim:ExcST1A.tb1 ; + sh:severity sh:Violation . + +dy:ExcST1A.tb1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.tb1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1832 ; + sh:path cim:ExcST1A.tb1 ; + sh:severity sh:Violation . + +dy:ExcST1A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcST1A.tc-cardinality" ; + sh:order 1822 ; + sh:path cim:ExcST1A.tc ; + sh:severity sh:Violation . + +dy:ExcST1A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1822 ; + sh:path cim:ExcST1A.tc ; + sh:severity sh:Violation . + +dy:ExcST1A.tc1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc1)." ; + sh:minCount 1 ; + sh:name "ExcST1A.tc1-cardinality" ; + sh:order 1831 ; + sh:path cim:ExcST1A.tc1 ; + sh:severity sh:Violation . + +dy:ExcST1A.tc1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.tc1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1831 ; + sh:path cim:ExcST1A.tc1 ; + sh:severity sh:Violation . + +dy:ExcST1A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcST1A.tf-cardinality" ; + sh:order 1830 ; + sh:path cim:ExcST1A.tf ; + sh:severity sh:Violation . + +dy:ExcST1A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1830 ; + sh:path cim:ExcST1A.tf ; + sh:severity sh:Violation . + +dy:ExcST1A.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcST1A.vamax-cardinality" ; + sh:order 1833 ; + sh:path cim:ExcST1A.vamax ; + sh:severity sh:Violation . + +dy:ExcST1A.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1833 ; + sh:path cim:ExcST1A.vamax ; + sh:severity sh:Violation . + +dy:ExcST1A.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcST1A.vamin-cardinality" ; + sh:order 1834 ; + sh:path cim:ExcST1A.vamin ; + sh:severity sh:Violation . + +dy:ExcST1A.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1834 ; + sh:path cim:ExcST1A.vamin ; + sh:severity sh:Violation . + +dy:ExcST1A.vimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimax)." ; + sh:minCount 1 ; + sh:name "ExcST1A.vimax-cardinality" ; + sh:order 1820 ; + sh:path cim:ExcST1A.vimax ; + sh:severity sh:Violation . + +dy:ExcST1A.vimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.vimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1820 ; + sh:path cim:ExcST1A.vimax ; + sh:severity sh:Violation . + +dy:ExcST1A.vimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimin)." ; + sh:minCount 1 ; + sh:name "ExcST1A.vimin-cardinality" ; + sh:order 1821 ; + sh:path cim:ExcST1A.vimin ; + sh:severity sh:Violation . + +dy:ExcST1A.vimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.vimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1821 ; + sh:path cim:ExcST1A.vimin ; + sh:severity sh:Violation . + +dy:ExcST1A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcST1A.vrmax-cardinality" ; + sh:order 1826 ; + sh:path cim:ExcST1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcST1A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1826 ; + sh:path cim:ExcST1A.vrmax ; + sh:severity sh:Violation . + +dy:ExcST1A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcST1A.vrmin-cardinality" ; + sh:order 1827 ; + sh:path cim:ExcST1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcST1A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1827 ; + sh:path cim:ExcST1A.vrmin ; + sh:severity sh:Violation . + +dy:ExcST1A.xe-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xe)." ; + sh:minCount 1 ; + sh:name "ExcST1A.xe-cardinality" ; + sh:order 1837 ; + sh:path cim:ExcST1A.xe ; + sh:severity sh:Violation . + +dy:ExcST1A.xe-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xe." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST1A.xe-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1837 ; + sh:path cim:ExcST1A.xe ; + sh:severity sh:Violation . + +dy:ExcST2A rdf:type sh:NodeShape ; + sh:property dy:ExcST2A.kp-datatype , dy:ExcST2A.uelin-datatype , dy:ExcST2A.uelin-cardinality , dy:ExcST2A.tf-datatype , dy:ExcST2A.ka-datatype , dy:IdentifiedObject.description-datatype , dy:ExcST2A.kf-cardinality , dy:ExcST2A.kf-datatype , dy:ExcST2A.kc-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcST2A.tf-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcST2A.ke-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcST2A.tb-datatype , dy:IdentifiedObject.name-datatype , dy:ExcST2A.efdmax-datatype , dy:ExcST2A.vrmax-datatype , dy:ExcST2A.tb-cardinality , dy:ExcST2A.vrmin-datatype , dy:ExcST2A.ta-datatype , dy:ExcST2A.tc-cardinality , dy:ExcST2A.ka-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcST2A.vrmax-cardinality , dy:ExcST2A.tc-datatype , dy:ExcST2A.te-datatype , dy:ExcST2A.ki-datatype , dy:ExcST2A.ki-cardinality , dy:ExcST2A.kc-datatype , dy:ExcST2A.efdmax-cardinality , dy:ExcST2A.ta-cardinality , dy:ExcST2A.kp-cardinality , dy:ExcST2A.vrmin-cardinality , dy:ExcST2A.ke-cardinality , dy:ExcST2A.te-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-datatype ; + sh:targetClass cim:ExcST2A . + +dy:ExcST2A.efdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmax)." ; + sh:minCount 1 ; + sh:name "ExcST2A.efdmax-cardinality" ; + sh:order 1849 ; + sh:path cim:ExcST2A.efdmax ; + sh:severity sh:Violation . + +dy:ExcST2A.efdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.efdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1849 ; + sh:path cim:ExcST2A.efdmax ; + sh:severity sh:Violation . + +dy:ExcST2A.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "ExcST2A.ka-cardinality" ; + sh:order 1838 ; + sh:path cim:ExcST2A.ka ; + sh:severity sh:Violation . + +dy:ExcST2A.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1838 ; + sh:path cim:ExcST2A.ka ; + sh:severity sh:Violation . + +dy:ExcST2A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcST2A.kc-cardinality" ; + sh:order 1848 ; + sh:path cim:ExcST2A.kc ; + sh:severity sh:Violation . + +dy:ExcST2A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1848 ; + sh:path cim:ExcST2A.kc ; + sh:severity sh:Violation . + +dy:ExcST2A.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "ExcST2A.ke-cardinality" ; + sh:order 1842 ; + sh:path cim:ExcST2A.ke ; + sh:severity sh:Violation . + +dy:ExcST2A.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1842 ; + sh:path cim:ExcST2A.ke ; + sh:severity sh:Violation . + +dy:ExcST2A.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "ExcST2A.kf-cardinality" ; + sh:order 1844 ; + sh:path cim:ExcST2A.kf ; + sh:severity sh:Violation . + +dy:ExcST2A.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1844 ; + sh:path cim:ExcST2A.kf ; + sh:severity sh:Violation . + +dy:ExcST2A.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "ExcST2A.ki-cardinality" ; + sh:order 1847 ; + sh:path cim:ExcST2A.ki ; + sh:severity sh:Violation . + +dy:ExcST2A.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1847 ; + sh:path cim:ExcST2A.ki ; + sh:severity sh:Violation . + +dy:ExcST2A.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcST2A.kp-cardinality" ; + sh:order 1846 ; + sh:path cim:ExcST2A.kp ; + sh:severity sh:Violation . + +dy:ExcST2A.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1846 ; + sh:path cim:ExcST2A.kp ; + sh:severity sh:Violation . + +dy:ExcST2A.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcST2A.ta-cardinality" ; + sh:order 1839 ; + sh:path cim:ExcST2A.ta ; + sh:severity sh:Violation . + +dy:ExcST2A.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1839 ; + sh:path cim:ExcST2A.ta ; + sh:severity sh:Violation . + +dy:ExcST2A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcST2A.tb-cardinality" ; + sh:order 1851 ; + sh:path cim:ExcST2A.tb ; + sh:severity sh:Violation . + +dy:ExcST2A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1851 ; + sh:path cim:ExcST2A.tb ; + sh:severity sh:Violation . + +dy:ExcST2A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcST2A.tc-cardinality" ; + sh:order 1852 ; + sh:path cim:ExcST2A.tc ; + sh:severity sh:Violation . + +dy:ExcST2A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1852 ; + sh:path cim:ExcST2A.tc ; + sh:severity sh:Violation . + +dy:ExcST2A.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "ExcST2A.te-cardinality" ; + sh:order 1843 ; + sh:path cim:ExcST2A.te ; + sh:severity sh:Violation . + +dy:ExcST2A.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1843 ; + sh:path cim:ExcST2A.te ; + sh:severity sh:Violation . + +dy:ExcST2A.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcST2A.tf-cardinality" ; + sh:order 1845 ; + sh:path cim:ExcST2A.tf ; + sh:severity sh:Violation . + +dy:ExcST2A.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1845 ; + sh:path cim:ExcST2A.tf ; + sh:severity sh:Violation . + +dy:ExcST2A.uelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uelin)." ; + sh:minCount 1 ; + sh:name "ExcST2A.uelin-cardinality" ; + sh:order 1850 ; + sh:path cim:ExcST2A.uelin ; + sh:severity sh:Violation . + +dy:ExcST2A.uelin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the uelin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.uelin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1850 ; + sh:path cim:ExcST2A.uelin ; + sh:severity sh:Violation . + +dy:ExcST2A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcST2A.vrmax-cardinality" ; + sh:order 1840 ; + sh:path cim:ExcST2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcST2A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1840 ; + sh:path cim:ExcST2A.vrmax ; + sh:severity sh:Violation . + +dy:ExcST2A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcST2A.vrmin-cardinality" ; + sh:order 1841 ; + sh:path cim:ExcST2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcST2A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST2A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1841 ; + sh:path cim:ExcST2A.vrmin ; + sh:severity sh:Violation . + +dy:ExcST3A rdf:type sh:NodeShape ; + sh:property dy:ExcST3A.vgmax-cardinality , dy:ExcST3A.tc-datatype , dy:ExcST3A.ks-cardinality , dy:ExcST3A.efdmax-datatype , dy:ExcST3A.ks-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcST3A.kc-cardinality , dy:ExcST3A.tb-cardinality , dy:ExcST3A.ki-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcST3A.vrmin-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcST3A.kc-datatype , dy:ExcST3A.km-cardinality , dy:ExcST3A.ks1-datatype , dy:ExcST3A.vimin-cardinality , dy:ExcST3A.vrmax-datatype , dy:ExcST3A.vimax-cardinality , dy:ExcST3A.vgmax-datatype , dy:ExcST3A.thetap-cardinality , dy:ExcST3A.kj-cardinality , dy:ExcST3A.vbmax-cardinality , dy:ExcST3A.kj-datatype , dy:ExcST3A.xl-cardinality , dy:ExcST3A.xl-datatype , dy:ExcST3A.ki-cardinality , dy:ExcST3A.tm-cardinality , dy:ExcST3A.tm-datatype , dy:ExcST3A.vimax-datatype , dy:ExcST3A.vrmax-cardinality , dy:ExcST3A.efdmax-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcST3A.kg-datatype , dy:ExcST3A.kg-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcST3A.km-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:ExcST3A.tc-cardinality , dy:ExcST3A.tb-datatype , dy:ExcST3A.thetap-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcST3A.kp-datatype , dy:ExcST3A.ks1-cardinality , dy:ExcST3A.vimin-datatype , dy:ExcST3A.vbmax-datatype , dy:ExcST3A.vrmin-cardinality , dy:ExcST3A.kp-cardinality ; + sh:targetClass cim:ExcST3A . + +dy:ExcST3A.efdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdmax)." ; + sh:minCount 1 ; + sh:name "ExcST3A.efdmax-cardinality" ; + sh:order 1858 ; + sh:path cim:ExcST3A.efdmax ; + sh:severity sh:Violation . + +dy:ExcST3A.efdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.efdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1858 ; + sh:path cim:ExcST3A.efdmax ; + sh:severity sh:Violation . + +dy:ExcST3A.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcST3A.kc-cardinality" ; + sh:order 1867 ; + sh:path cim:ExcST3A.kc ; + sh:severity sh:Violation . + +dy:ExcST3A.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1867 ; + sh:path cim:ExcST3A.kc ; + sh:severity sh:Violation . + +dy:ExcST3A.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "ExcST3A.kg-cardinality" ; + sh:order 1863 ; + sh:path cim:ExcST3A.kg ; + sh:severity sh:Violation . + +dy:ExcST3A.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1863 ; + sh:path cim:ExcST3A.kg ; + sh:severity sh:Violation . + +dy:ExcST3A.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "ExcST3A.ki-cardinality" ; + sh:order 1866 ; + sh:path cim:ExcST3A.ki ; + sh:severity sh:Violation . + +dy:ExcST3A.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1866 ; + sh:path cim:ExcST3A.ki ; + sh:severity sh:Violation . + +dy:ExcST3A.kj-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kj)." ; + sh:minCount 1 ; + sh:name "ExcST3A.kj-cardinality" ; + sh:order 1855 ; + sh:path cim:ExcST3A.kj ; + sh:severity sh:Violation . + +dy:ExcST3A.kj-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kj." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.kj-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1855 ; + sh:path cim:ExcST3A.kj ; + sh:severity sh:Violation . + +dy:ExcST3A.km-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (km)." ; + sh:minCount 1 ; + sh:name "ExcST3A.km-cardinality" ; + sh:order 1859 ; + sh:path cim:ExcST3A.km ; + sh:severity sh:Violation . + +dy:ExcST3A.km-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the km." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.km-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1859 ; + sh:path cim:ExcST3A.km ; + sh:severity sh:Violation . + +dy:ExcST3A.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcST3A.kp-cardinality" ; + sh:order 1864 ; + sh:path cim:ExcST3A.kp ; + sh:severity sh:Violation . + +dy:ExcST3A.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1864 ; + sh:path cim:ExcST3A.kp ; + sh:severity sh:Violation . + +dy:ExcST3A.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "ExcST3A.ks-cardinality" ; + sh:order 1871 ; + sh:path cim:ExcST3A.ks ; + sh:severity sh:Violation . + +dy:ExcST3A.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1871 ; + sh:path cim:ExcST3A.ks ; + sh:severity sh:Violation . + +dy:ExcST3A.ks1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks1)." ; + sh:minCount 1 ; + sh:name "ExcST3A.ks1-cardinality" ; + sh:order 1872 ; + sh:path cim:ExcST3A.ks1 ; + sh:severity sh:Violation . + +dy:ExcST3A.ks1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.ks1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1872 ; + sh:path cim:ExcST3A.ks1 ; + sh:severity sh:Violation . + +dy:ExcST3A.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcST3A.tb-cardinality" ; + sh:order 1856 ; + sh:path cim:ExcST3A.tb ; + sh:severity sh:Violation . + +dy:ExcST3A.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1856 ; + sh:path cim:ExcST3A.tb ; + sh:severity sh:Violation . + +dy:ExcST3A.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcST3A.tc-cardinality" ; + sh:order 1857 ; + sh:path cim:ExcST3A.tc ; + sh:severity sh:Violation . + +dy:ExcST3A.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1857 ; + sh:path cim:ExcST3A.tc ; + sh:severity sh:Violation . + +dy:ExcST3A.thetap-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thetap)." ; + sh:minCount 1 ; + sh:name "ExcST3A.thetap-cardinality" ; + sh:order 1865 ; + sh:path cim:ExcST3A.thetap ; + sh:severity sh:Violation . + +dy:ExcST3A.thetap-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thetap." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.thetap-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1865 ; + sh:path cim:ExcST3A.thetap ; + sh:severity sh:Violation . + +dy:ExcST3A.tm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tm)." ; + sh:minCount 1 ; + sh:name "ExcST3A.tm-cardinality" ; + sh:order 1860 ; + sh:path cim:ExcST3A.tm ; + sh:severity sh:Violation . + +dy:ExcST3A.tm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.tm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1860 ; + sh:path cim:ExcST3A.tm ; + sh:severity sh:Violation . + +dy:ExcST3A.vbmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vbmax)." ; + sh:minCount 1 ; + sh:name "ExcST3A.vbmax-cardinality" ; + sh:order 1869 ; + sh:path cim:ExcST3A.vbmax ; + sh:severity sh:Violation . + +dy:ExcST3A.vbmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vbmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.vbmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1869 ; + sh:path cim:ExcST3A.vbmax ; + sh:severity sh:Violation . + +dy:ExcST3A.vgmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vgmax)." ; + sh:minCount 1 ; + sh:name "ExcST3A.vgmax-cardinality" ; + sh:order 1870 ; + sh:path cim:ExcST3A.vgmax ; + sh:severity sh:Violation . + +dy:ExcST3A.vgmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vgmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.vgmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1870 ; + sh:path cim:ExcST3A.vgmax ; + sh:severity sh:Violation . + +dy:ExcST3A.vimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimax)." ; + sh:minCount 1 ; + sh:name "ExcST3A.vimax-cardinality" ; + sh:order 1853 ; + sh:path cim:ExcST3A.vimax ; + sh:severity sh:Violation . + +dy:ExcST3A.vimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.vimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1853 ; + sh:path cim:ExcST3A.vimax ; + sh:severity sh:Violation . + +dy:ExcST3A.vimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimin)." ; + sh:minCount 1 ; + sh:name "ExcST3A.vimin-cardinality" ; + sh:order 1854 ; + sh:path cim:ExcST3A.vimin ; + sh:severity sh:Violation . + +dy:ExcST3A.vimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.vimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1854 ; + sh:path cim:ExcST3A.vimin ; + sh:severity sh:Violation . + +dy:ExcST3A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcST3A.vrmax-cardinality" ; + sh:order 1861 ; + sh:path cim:ExcST3A.vrmax ; + sh:severity sh:Violation . + +dy:ExcST3A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1861 ; + sh:path cim:ExcST3A.vrmax ; + sh:severity sh:Violation . + +dy:ExcST3A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcST3A.vrmin-cardinality" ; + sh:order 1862 ; + sh:path cim:ExcST3A.vrmin ; + sh:severity sh:Violation . + +dy:ExcST3A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1862 ; + sh:path cim:ExcST3A.vrmin ; + sh:severity sh:Violation . + +dy:ExcST3A.xl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xl)." ; + sh:minCount 1 ; + sh:name "ExcST3A.xl-cardinality" ; + sh:order 1868 ; + sh:path cim:ExcST3A.xl ; + sh:severity sh:Violation . + +dy:ExcST3A.xl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST3A.xl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1868 ; + sh:path cim:ExcST3A.xl ; + sh:severity sh:Violation . + +dy:ExcST4B rdf:type sh:NodeShape ; + sh:property dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcST4B.vrmax-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcST4B.vrmin-datatype , dy:ExcST4B.kg-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcST4B.kpr-datatype , dy:ExcST4B.kg-datatype , dy:ExcST4B.vgmax-datatype , dy:ExcST4B.vmmin-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcST4B.kp-cardinality , dy:ExcST4B.uel-datatype , dy:ExcST4B.vmmax-cardinality , dy:ExcST4B.uel-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcST4B.lvgate-datatype , dy:ExcST4B.vgmax-cardinality , dy:ExcST4B.ki-datatype , dy:ExcST4B.ta-cardinality , dy:ExcST4B.lvgate-cardinality , dy:ExcST4B.thetap-cardinality , dy:ExcST4B.kc-cardinality , dy:ExcST4B.kir-cardinality , dy:ExcST4B.xl-cardinality , dy:ExcST4B.kpr-cardinality , dy:ExcST4B.kim-cardinality , dy:ExcST4B.thetap-datatype , dy:ExcST4B.vrmax-datatype , dy:ExcST4B.vbmax-datatype , dy:ExcST4B.xl-datatype , dy:ExcST4B.vmmin-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcST4B.ta-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcST4B.ki-cardinality , dy:ExcST4B.kir-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcST4B.kpm-datatype , dy:ExcST4B.kc-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcST4B.vmmax-datatype , dy:ExcST4B.kp-datatype , dy:ExcST4B.vrmin-cardinality , dy:ExcST4B.kpm-cardinality , dy:ExcST4B.vbmax-cardinality , dy:ExcST4B.kim-datatype ; + sh:targetClass cim:ExcST4B . + +dy:ExcST4B.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "ExcST4B.kc-cardinality" ; + sh:order 1886 ; + sh:path cim:ExcST4B.kc ; + sh:severity sh:Violation . + +dy:ExcST4B.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1886 ; + sh:path cim:ExcST4B.kc ; + sh:severity sh:Violation . + +dy:ExcST4B.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "ExcST4B.kg-cardinality" ; + sh:order 1882 ; + sh:path cim:ExcST4B.kg ; + sh:severity sh:Violation . + +dy:ExcST4B.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1882 ; + sh:path cim:ExcST4B.kg ; + sh:severity sh:Violation . + +dy:ExcST4B.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "ExcST4B.ki-cardinality" ; + sh:order 1885 ; + sh:path cim:ExcST4B.ki ; + sh:severity sh:Violation . + +dy:ExcST4B.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1885 ; + sh:path cim:ExcST4B.ki ; + sh:severity sh:Violation . + +dy:ExcST4B.kim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kim)." ; + sh:minCount 1 ; + sh:name "ExcST4B.kim-cardinality" ; + sh:order 1879 ; + sh:path cim:ExcST4B.kim ; + sh:severity sh:Violation . + +dy:ExcST4B.kim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.kim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1879 ; + sh:path cim:ExcST4B.kim ; + sh:severity sh:Violation . + +dy:ExcST4B.kir-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kir)." ; + sh:minCount 1 ; + sh:name "ExcST4B.kir-cardinality" ; + sh:order 1874 ; + sh:path cim:ExcST4B.kir ; + sh:severity sh:Violation . + +dy:ExcST4B.kir-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kir." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.kir-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1874 ; + sh:path cim:ExcST4B.kir ; + sh:severity sh:Violation . + +dy:ExcST4B.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "ExcST4B.kp-cardinality" ; + sh:order 1883 ; + sh:path cim:ExcST4B.kp ; + sh:severity sh:Violation . + +dy:ExcST4B.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1883 ; + sh:path cim:ExcST4B.kp ; + sh:severity sh:Violation . + +dy:ExcST4B.kpm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpm)." ; + sh:minCount 1 ; + sh:name "ExcST4B.kpm-cardinality" ; + sh:order 1878 ; + sh:path cim:ExcST4B.kpm ; + sh:severity sh:Violation . + +dy:ExcST4B.kpm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.kpm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1878 ; + sh:path cim:ExcST4B.kpm ; + sh:severity sh:Violation . + +dy:ExcST4B.kpr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpr)." ; + sh:minCount 1 ; + sh:name "ExcST4B.kpr-cardinality" ; + sh:order 1873 ; + sh:path cim:ExcST4B.kpr ; + sh:severity sh:Violation . + +dy:ExcST4B.kpr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.kpr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1873 ; + sh:path cim:ExcST4B.kpr ; + sh:severity sh:Violation . + +dy:ExcST4B.lvgate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lvgate)." ; + sh:minCount 1 ; + sh:name "ExcST4B.lvgate-cardinality" ; + sh:order 1891 ; + sh:path cim:ExcST4B.lvgate ; + sh:severity sh:Violation . + +dy:ExcST4B.lvgate-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the lvgate." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.lvgate-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1891 ; + sh:path cim:ExcST4B.lvgate ; + sh:severity sh:Violation . + +dy:ExcST4B.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "ExcST4B.ta-cardinality" ; + sh:order 1875 ; + sh:path cim:ExcST4B.ta ; + sh:severity sh:Violation . + +dy:ExcST4B.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1875 ; + sh:path cim:ExcST4B.ta ; + sh:severity sh:Violation . + +dy:ExcST4B.thetap-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thetap)." ; + sh:minCount 1 ; + sh:name "ExcST4B.thetap-cardinality" ; + sh:order 1884 ; + sh:path cim:ExcST4B.thetap ; + sh:severity sh:Violation . + +dy:ExcST4B.thetap-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thetap." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.thetap-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1884 ; + sh:path cim:ExcST4B.thetap ; + sh:severity sh:Violation . + +dy:ExcST4B.uel-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uel)." ; + sh:minCount 1 ; + sh:name "ExcST4B.uel-cardinality" ; + sh:order 1890 ; + sh:path cim:ExcST4B.uel ; + sh:severity sh:Violation . + +dy:ExcST4B.uel-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the uel." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.uel-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1890 ; + sh:path cim:ExcST4B.uel ; + sh:severity sh:Violation . + +dy:ExcST4B.vbmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vbmax)." ; + sh:minCount 1 ; + sh:name "ExcST4B.vbmax-cardinality" ; + sh:order 1888 ; + sh:path cim:ExcST4B.vbmax ; + sh:severity sh:Violation . + +dy:ExcST4B.vbmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vbmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.vbmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1888 ; + sh:path cim:ExcST4B.vbmax ; + sh:severity sh:Violation . + +dy:ExcST4B.vgmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vgmax)." ; + sh:minCount 1 ; + sh:name "ExcST4B.vgmax-cardinality" ; + sh:order 1889 ; + sh:path cim:ExcST4B.vgmax ; + sh:severity sh:Violation . + +dy:ExcST4B.vgmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vgmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.vgmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1889 ; + sh:path cim:ExcST4B.vgmax ; + sh:severity sh:Violation . + +dy:ExcST4B.vmmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmmax)." ; + sh:minCount 1 ; + sh:name "ExcST4B.vmmax-cardinality" ; + sh:order 1880 ; + sh:path cim:ExcST4B.vmmax ; + sh:severity sh:Violation . + +dy:ExcST4B.vmmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.vmmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1880 ; + sh:path cim:ExcST4B.vmmax ; + sh:severity sh:Violation . + +dy:ExcST4B.vmmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmmin)." ; + sh:minCount 1 ; + sh:name "ExcST4B.vmmin-cardinality" ; + sh:order 1881 ; + sh:path cim:ExcST4B.vmmin ; + sh:severity sh:Violation . + +dy:ExcST4B.vmmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.vmmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1881 ; + sh:path cim:ExcST4B.vmmin ; + sh:severity sh:Violation . + +dy:ExcST4B.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcST4B.vrmax-cardinality" ; + sh:order 1876 ; + sh:path cim:ExcST4B.vrmax ; + sh:severity sh:Violation . + +dy:ExcST4B.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1876 ; + sh:path cim:ExcST4B.vrmax ; + sh:severity sh:Violation . + +dy:ExcST4B.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcST4B.vrmin-cardinality" ; + sh:order 1877 ; + sh:path cim:ExcST4B.vrmin ; + sh:severity sh:Violation . + +dy:ExcST4B.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1877 ; + sh:path cim:ExcST4B.vrmin ; + sh:severity sh:Violation . + +dy:ExcST4B.xl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xl)." ; + sh:minCount 1 ; + sh:name "ExcST4B.xl-cardinality" ; + sh:order 1887 ; + sh:path cim:ExcST4B.xl ; + sh:severity sh:Violation . + +dy:ExcST4B.xl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST4B.xl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1887 ; + sh:path cim:ExcST4B.xl ; + sh:severity sh:Violation . + +dy:ExcST6B rdf:type sh:NodeShape ; + sh:property dy:ExcST6B.k1-cardinality , dy:IdentifiedObject.name-cardinality , dy:ExcST6B.ts-cardinality , dy:ExcST6B.kcl-cardinality , dy:IdentifiedObject.description-datatype , dy:ExcST6B.oelin-datatype , dy:ExcST6B.vilim-datatype , dy:ExcST6B.k1-datatype , dy:ExcST6B.vrmin-datatype , dy:ExcST6B.vrmax-datatype , dy:ExcST6B.ilr-datatype , dy:ExcST6B.kg-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcST6B.kvd-cardinality , dy:ExcST6B.vmult-cardinality , dy:ExcST6B.kff-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcST6B.klr-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:ExcST6B.vilim-cardinality , dy:ExcST6B.kvd-datatype , dy:ExcST6B.oelin-cardinality , dy:ExcST6B.ts-datatype , dy:ExcST6B.vamax-datatype , dy:ExcST6B.vamin-datatype , dy:ExcST6B.km-datatype , dy:ExcST6B.kg-datatype , dy:ExcST6B.tg-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcST6B.tg-datatype , dy:ExcST6B.kcl-datatype , dy:ExcST6B.vamax-cardinality , dy:ExcST6B.vimax-datatype , dy:ExcST6B.xc-cardinality , dy:ExcST6B.vimin-datatype , dy:ExcST6B.klr-cardinality , dy:ExcST6B.tvd-cardinality , dy:ExcST6B.vimin-cardinality , dy:ExcST6B.kia-datatype , dy:ExcST6B.vmult-datatype , dy:ExcST6B.vrmax-cardinality , dy:ExcST6B.vrmin-cardinality , dy:ExcST6B.km-cardinality , dy:ExcST6B.kia-cardinality , dy:ExcST6B.kpa-datatype , dy:ExcST6B.vimax-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcST6B.kff-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:ExcST6B.kpa-cardinality , dy:ExcST6B.ilr-cardinality , dy:ExcST6B.vamin-cardinality , dy:ExcST6B.tvd-datatype , dy:ExcST6B.xc-datatype , dy:IdentifiedObject.name-datatype ; + sh:targetClass cim:ExcST6B . + +dy:ExcST6B.ilr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ilr)." ; + sh:minCount 1 ; + sh:name "ExcST6B.ilr-cardinality" ; + sh:order 1892 ; + sh:path cim:ExcST6B.ilr ; + sh:severity sh:Violation . + +dy:ExcST6B.ilr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ilr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.ilr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1892 ; + sh:path cim:ExcST6B.ilr ; + sh:severity sh:Violation . + +dy:ExcST6B.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "ExcST6B.k1-cardinality" ; + sh:order 1893 ; + sh:path cim:ExcST6B.k1 ; + sh:severity sh:Violation . + +dy:ExcST6B.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1893 ; + sh:path cim:ExcST6B.k1 ; + sh:severity sh:Violation . + +dy:ExcST6B.kcl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kcl)." ; + sh:minCount 1 ; + sh:name "ExcST6B.kcl-cardinality" ; + sh:order 1894 ; + sh:path cim:ExcST6B.kcl ; + sh:severity sh:Violation . + +dy:ExcST6B.kcl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kcl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.kcl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1894 ; + sh:path cim:ExcST6B.kcl ; + sh:severity sh:Violation . + +dy:ExcST6B.kff-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kff)." ; + sh:minCount 1 ; + sh:name "ExcST6B.kff-cardinality" ; + sh:order 1895 ; + sh:path cim:ExcST6B.kff ; + sh:severity sh:Violation . + +dy:ExcST6B.kff-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kff." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.kff-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1895 ; + sh:path cim:ExcST6B.kff ; + sh:severity sh:Violation . + +dy:ExcST6B.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "ExcST6B.kg-cardinality" ; + sh:order 1896 ; + sh:path cim:ExcST6B.kg ; + sh:severity sh:Violation . + +dy:ExcST6B.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1896 ; + sh:path cim:ExcST6B.kg ; + sh:severity sh:Violation . + +dy:ExcST6B.kia-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kia)." ; + sh:minCount 1 ; + sh:name "ExcST6B.kia-cardinality" ; + sh:order 1897 ; + sh:path cim:ExcST6B.kia ; + sh:severity sh:Violation . + +dy:ExcST6B.kia-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kia." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.kia-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1897 ; + sh:path cim:ExcST6B.kia ; + sh:severity sh:Violation . + +dy:ExcST6B.klr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (klr)." ; + sh:minCount 1 ; + sh:name "ExcST6B.klr-cardinality" ; + sh:order 1898 ; + sh:path cim:ExcST6B.klr ; + sh:severity sh:Violation . + +dy:ExcST6B.klr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the klr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.klr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1898 ; + sh:path cim:ExcST6B.klr ; + sh:severity sh:Violation . + +dy:ExcST6B.km-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (km)." ; + sh:minCount 1 ; + sh:name "ExcST6B.km-cardinality" ; + sh:order 1899 ; + sh:path cim:ExcST6B.km ; + sh:severity sh:Violation . + +dy:ExcST6B.km-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the km." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.km-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1899 ; + sh:path cim:ExcST6B.km ; + sh:severity sh:Violation . + +dy:ExcST6B.kpa-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpa)." ; + sh:minCount 1 ; + sh:name "ExcST6B.kpa-cardinality" ; + sh:order 1900 ; + sh:path cim:ExcST6B.kpa ; + sh:severity sh:Violation . + +dy:ExcST6B.kpa-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpa." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.kpa-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1900 ; + sh:path cim:ExcST6B.kpa ; + sh:severity sh:Violation . + +dy:ExcST6B.kvd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kvd)." ; + sh:minCount 1 ; + sh:name "ExcST6B.kvd-cardinality" ; + sh:order 1901 ; + sh:path cim:ExcST6B.kvd ; + sh:severity sh:Violation . + +dy:ExcST6B.kvd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kvd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.kvd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1901 ; + sh:path cim:ExcST6B.kvd ; + sh:severity sh:Violation . + +dy:ExcST6B.oelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (oelin)." ; + sh:minCount 1 ; + sh:name "ExcST6B.oelin-cardinality" ; + sh:order 1902 ; + sh:path cim:ExcST6B.oelin ; + sh:severity sh:Violation . + +dy:ExcST6B.oelin-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the oelin." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:ExcST6BOELselectorKind.noOELinput cim:ExcST6BOELselectorKind.beforeUEL cim:ExcST6BOELselectorKind.afterUEL ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "ExcST6B.oelin-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 1902 ; + sh:path cim:ExcST6B.oelin ; + sh:severity sh:Violation . + +dy:ExcST6B.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "ExcST6B.tg-cardinality" ; + sh:order 1903 ; + sh:path cim:ExcST6B.tg ; + sh:severity sh:Violation . + +dy:ExcST6B.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1903 ; + sh:path cim:ExcST6B.tg ; + sh:severity sh:Violation . + +dy:ExcST6B.ts-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts)." ; + sh:minCount 1 ; + sh:name "ExcST6B.ts-cardinality" ; + sh:order 1904 ; + sh:path cim:ExcST6B.ts ; + sh:severity sh:Violation . + +dy:ExcST6B.ts-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.ts-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1904 ; + sh:path cim:ExcST6B.ts ; + sh:severity sh:Violation . + +dy:ExcST6B.tvd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tvd)." ; + sh:minCount 1 ; + sh:name "ExcST6B.tvd-cardinality" ; + sh:order 1905 ; + sh:path cim:ExcST6B.tvd ; + sh:severity sh:Violation . + +dy:ExcST6B.tvd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tvd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.tvd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1905 ; + sh:path cim:ExcST6B.tvd ; + sh:severity sh:Violation . + +dy:ExcST6B.vamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamax)." ; + sh:minCount 1 ; + sh:name "ExcST6B.vamax-cardinality" ; + sh:order 1906 ; + sh:path cim:ExcST6B.vamax ; + sh:severity sh:Violation . + +dy:ExcST6B.vamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.vamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1906 ; + sh:path cim:ExcST6B.vamax ; + sh:severity sh:Violation . + +dy:ExcST6B.vamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vamin)." ; + sh:minCount 1 ; + sh:name "ExcST6B.vamin-cardinality" ; + sh:order 1907 ; + sh:path cim:ExcST6B.vamin ; + sh:severity sh:Violation . + +dy:ExcST6B.vamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.vamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1907 ; + sh:path cim:ExcST6B.vamin ; + sh:severity sh:Violation . + +dy:ExcST6B.vilim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vilim)." ; + sh:minCount 1 ; + sh:name "ExcST6B.vilim-cardinality" ; + sh:order 1908 ; + sh:path cim:ExcST6B.vilim ; + sh:severity sh:Violation . + +dy:ExcST6B.vilim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the vilim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.vilim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1908 ; + sh:path cim:ExcST6B.vilim ; + sh:severity sh:Violation . + +dy:ExcST6B.vimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimax)." ; + sh:minCount 1 ; + sh:name "ExcST6B.vimax-cardinality" ; + sh:order 1909 ; + sh:path cim:ExcST6B.vimax ; + sh:severity sh:Violation . + +dy:ExcST6B.vimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.vimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1909 ; + sh:path cim:ExcST6B.vimax ; + sh:severity sh:Violation . + +dy:ExcST6B.vimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimin)." ; + sh:minCount 1 ; + sh:name "ExcST6B.vimin-cardinality" ; + sh:order 1910 ; + sh:path cim:ExcST6B.vimin ; + sh:severity sh:Violation . + +dy:ExcST6B.vimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.vimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1910 ; + sh:path cim:ExcST6B.vimin ; + sh:severity sh:Violation . + +dy:ExcST6B.vmult-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmult)." ; + sh:minCount 1 ; + sh:name "ExcST6B.vmult-cardinality" ; + sh:order 1911 ; + sh:path cim:ExcST6B.vmult ; + sh:severity sh:Violation . + +dy:ExcST6B.vmult-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the vmult." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.vmult-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1911 ; + sh:path cim:ExcST6B.vmult ; + sh:severity sh:Violation . + +dy:ExcST6B.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcST6B.vrmax-cardinality" ; + sh:order 1912 ; + sh:path cim:ExcST6B.vrmax ; + sh:severity sh:Violation . + +dy:ExcST6B.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1912 ; + sh:path cim:ExcST6B.vrmax ; + sh:severity sh:Violation . + +dy:ExcST6B.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcST6B.vrmin-cardinality" ; + sh:order 1913 ; + sh:path cim:ExcST6B.vrmin ; + sh:severity sh:Violation . + +dy:ExcST6B.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1913 ; + sh:path cim:ExcST6B.vrmin ; + sh:severity sh:Violation . + +dy:ExcST6B.xc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xc)." ; + sh:minCount 1 ; + sh:name "ExcST6B.xc-cardinality" ; + sh:order 1914 ; + sh:path cim:ExcST6B.xc ; + sh:severity sh:Violation . + +dy:ExcST6B.xc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST6B.xc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1914 ; + sh:path cim:ExcST6B.xc ; + sh:severity sh:Violation . + +dy:ExcST7B rdf:type sh:NodeShape ; + sh:property dy:ExcST7B.tb-cardinality , dy:ExcST7B.vmin-cardinality , dy:ExcST7B.ts-cardinality , dy:ExcST7B.kl-datatype , dy:ExcST7B.kpa-cardinality , dy:ExcST7B.tc-datatype , dy:ExcST7B.vrmin-datatype , dy:ExcST7B.tg-datatype , dy:ExcST7B.vmax-cardinality , dy:IdentifiedObject.mRID-datatype , dy:ExcST7B.tia-datatype , dy:ExcST7B.kia-cardinality , dy:ExcST7B.vmax-datatype , dy:ExcST7B.tc-cardinality , dy:ExcST7B.uelin-cardinality , dy:ExcST7B.kh-cardinality , dy:ExcST7B.kpa-datatype , dy:ExcST7B.tb-datatype , dy:ExcST7B.tia-cardinality , dy:ExcST7B.kl-cardinality , dy:ExcST7B.ts-datatype , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType , dy:ExcST7B.tg-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:ExcST7B.oelin-datatype , dy:IdentifiedObject.mRID-cardinality , dy:ExcST7B.vrmin-cardinality , dy:ExcST7B.uelin-datatype , dy:ExcST7B.kh-datatype , dy:ExcST7B.tf-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcST7B.kia-datatype , dy:IdentifiedObject.description-cardinality , dy:ExcST7B.vmin-datatype , dy:IdentifiedObject.description-datatype , dy:ExcST7B.oelin-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:ExcST7B.vrmax-cardinality , dy:ExcST7B.tf-cardinality , dy:IdentifiedObject.name-datatype , dy:ExcST7B.vrmax-datatype ; + sh:targetClass cim:ExcST7B . + +dy:ExcST7B.kh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh)." ; + sh:minCount 1 ; + sh:name "ExcST7B.kh-cardinality" ; + sh:order 1915 ; + sh:path cim:ExcST7B.kh ; + sh:severity sh:Violation . + +dy:ExcST7B.kh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.kh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1915 ; + sh:path cim:ExcST7B.kh ; + sh:severity sh:Violation . + +dy:ExcST7B.kia-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kia)." ; + sh:minCount 1 ; + sh:name "ExcST7B.kia-cardinality" ; + sh:order 1916 ; + sh:path cim:ExcST7B.kia ; + sh:severity sh:Violation . + +dy:ExcST7B.kia-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kia." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.kia-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1916 ; + sh:path cim:ExcST7B.kia ; + sh:severity sh:Violation . + +dy:ExcST7B.kl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kl)." ; + sh:minCount 1 ; + sh:name "ExcST7B.kl-cardinality" ; + sh:order 1917 ; + sh:path cim:ExcST7B.kl ; + sh:severity sh:Violation . + +dy:ExcST7B.kl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.kl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1917 ; + sh:path cim:ExcST7B.kl ; + sh:severity sh:Violation . + +dy:ExcST7B.kpa-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpa)." ; + sh:minCount 1 ; + sh:name "ExcST7B.kpa-cardinality" ; + sh:order 1918 ; + sh:path cim:ExcST7B.kpa ; + sh:severity sh:Violation . + +dy:ExcST7B.kpa-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpa." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.kpa-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1918 ; + sh:path cim:ExcST7B.kpa ; + sh:severity sh:Violation . + +dy:ExcST7B.oelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (oelin)." ; + sh:minCount 1 ; + sh:name "ExcST7B.oelin-cardinality" ; + sh:order 1919 ; + sh:path cim:ExcST7B.oelin ; + sh:severity sh:Violation . + +dy:ExcST7B.oelin-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the oelin." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:ExcST7BOELselectorKind.noOELinput cim:ExcST7BOELselectorKind.addVref cim:ExcST7BOELselectorKind.inputLVgate cim:ExcST7BOELselectorKind.outputLVgate ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "ExcST7B.oelin-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 1919 ; + sh:path cim:ExcST7B.oelin ; + sh:severity sh:Violation . + +dy:ExcST7B.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "ExcST7B.tb-cardinality" ; + sh:order 1920 ; + sh:path cim:ExcST7B.tb ; + sh:severity sh:Violation . + +dy:ExcST7B.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1920 ; + sh:path cim:ExcST7B.tb ; + sh:severity sh:Violation . + +dy:ExcST7B.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "ExcST7B.tc-cardinality" ; + sh:order 1921 ; + sh:path cim:ExcST7B.tc ; + sh:severity sh:Violation . + +dy:ExcST7B.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1921 ; + sh:path cim:ExcST7B.tc ; + sh:severity sh:Violation . + +dy:ExcST7B.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "ExcST7B.tf-cardinality" ; + sh:order 1922 ; + sh:path cim:ExcST7B.tf ; + sh:severity sh:Violation . + +dy:ExcST7B.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1922 ; + sh:path cim:ExcST7B.tf ; + sh:severity sh:Violation . + +dy:ExcST7B.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "ExcST7B.tg-cardinality" ; + sh:order 1923 ; + sh:path cim:ExcST7B.tg ; + sh:severity sh:Violation . + +dy:ExcST7B.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1923 ; + sh:path cim:ExcST7B.tg ; + sh:severity sh:Violation . + +dy:ExcST7B.tia-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tia)." ; + sh:minCount 1 ; + sh:name "ExcST7B.tia-cardinality" ; + sh:order 1924 ; + sh:path cim:ExcST7B.tia ; + sh:severity sh:Violation . + +dy:ExcST7B.tia-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tia." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.tia-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1924 ; + sh:path cim:ExcST7B.tia ; + sh:severity sh:Violation . + +dy:ExcST7B.ts-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts)." ; + sh:minCount 1 ; + sh:name "ExcST7B.ts-cardinality" ; + sh:order 1925 ; + sh:path cim:ExcST7B.ts ; + sh:severity sh:Violation . + +dy:ExcST7B.ts-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.ts-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1925 ; + sh:path cim:ExcST7B.ts ; + sh:severity sh:Violation . + +dy:ExcST7B.uelin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uelin)." ; + sh:minCount 1 ; + sh:name "ExcST7B.uelin-cardinality" ; + sh:order 1926 ; + sh:path cim:ExcST7B.uelin ; + sh:severity sh:Violation . + +dy:ExcST7B.uelin-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the uelin." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:ExcST7BUELselectorKind.noUELinput cim:ExcST7BUELselectorKind.addVref cim:ExcST7BUELselectorKind.inputHVgate cim:ExcST7BUELselectorKind.outputHVgate ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "ExcST7B.uelin-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 1926 ; + sh:path cim:ExcST7B.uelin ; + sh:severity sh:Violation . + +dy:ExcST7B.vmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmax)." ; + sh:minCount 1 ; + sh:name "ExcST7B.vmax-cardinality" ; + sh:order 1927 ; + sh:path cim:ExcST7B.vmax ; + sh:severity sh:Violation . + +dy:ExcST7B.vmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.vmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1927 ; + sh:path cim:ExcST7B.vmax ; + sh:severity sh:Violation . + +dy:ExcST7B.vmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmin)." ; + sh:minCount 1 ; + sh:name "ExcST7B.vmin-cardinality" ; + sh:order 1928 ; + sh:path cim:ExcST7B.vmin ; + sh:severity sh:Violation . + +dy:ExcST7B.vmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.vmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1928 ; + sh:path cim:ExcST7B.vmin ; + sh:severity sh:Violation . + +dy:ExcST7B.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "ExcST7B.vrmax-cardinality" ; + sh:order 1929 ; + sh:path cim:ExcST7B.vrmax ; + sh:severity sh:Violation . + +dy:ExcST7B.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1929 ; + sh:path cim:ExcST7B.vrmax ; + sh:severity sh:Violation . + +dy:ExcST7B.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "ExcST7B.vrmin-cardinality" ; + sh:order 1930 ; + sh:path cim:ExcST7B.vrmin ; + sh:severity sh:Violation . + +dy:ExcST7B.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcST7B.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1930 ; + sh:path cim:ExcST7B.vrmin ; + sh:severity sh:Violation . + +dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality" ; + sh:order 2709 ; + sh:path cim:ExcitationSystemDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType dy:ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType dy:ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType dy:ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType ) . + +dy:ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineEquivalentCircuit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineEquivalentCircuit." ; + sh:name "ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 99 ; + sh:path cim:ExcitationSystemDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineSimplified ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineSimplified." ; + sh:name "ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 101 ; + sh:path cim:ExcitationSystemDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineTimeConstantReactance ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineTimeConstantReactance." ; + sh:name "ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 100 ; + sh:path cim:ExcitationSystemDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineUserDefined." ; + sh:name "ExcitationSystemDynamics.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 98 ; + sh:path cim:ExcitationSystemDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:ExcitationSystemUserDefined + rdf:type sh:NodeShape ; + sh:property dy:ExcitationSystemUserDefined.proprietary-datatype , dy:IdentifiedObject.mRID-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:ExcitationSystemUserDefined.proprietary-cardinality , dy:ExcitationSystemDynamics.SynchronousMachineDynamics-valueType ; + sh:targetClass cim:ExcitationSystemUserDefined . + +dy:ExcitationSystemUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "ExcitationSystemUserDefined.proprietary-cardinality" ; + sh:order 2678 ; + sh:path cim:ExcitationSystemUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:ExcitationSystemUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExcitationSystemUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2678 ; + sh:path cim:ExcitationSystemUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:GenICompensationForGenJ + rdf:type sh:NodeShape ; + sh:property dy:GenICompensationForGenJ.VcompIEEEType2-valueType , dy:IdentifiedObject.mRID-cardinality , dy:GenICompensationForGenJ.rcij-datatype , dy:IdentifiedObject.name-cardinality , dy:GenICompensationForGenJ.rcij-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.name-datatype , dy:GenICompensationForGenJ.xcij-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-datatype , dy:GenICompensationForGenJ.xcij-cardinality , dy:GenICompensationForGenJ.VcompIEEEType2-cardinality , dy:GenICompensationForGenJ.SynchronousMachineDynamics-cardinality ; + sh:targetClass cim:GenICompensationForGenJ . + +dy:GenICompensationForGenJ.SynchronousMachineDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "GenICompensationForGenJ.SynchronousMachineDynamics-cardinality" ; + sh:order 2719 ; + sh:path cim:GenICompensationForGenJ.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:GenICompensationForGenJ.SynchronousMachineDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType dy:GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType dy:GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType dy:GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType ) . + +dy:GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineEquivalentCircuit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineEquivalentCircuit." ; + sh:name "GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 506 ; + sh:path cim:GenICompensationForGenJ.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineSimplified ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineSimplified." ; + sh:name "GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 508 ; + sh:path cim:GenICompensationForGenJ.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineTimeConstantReactance ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineTimeConstantReactance." ; + sh:name "GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 507 ; + sh:path cim:GenICompensationForGenJ.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineUserDefined." ; + sh:name "GenICompensationForGenJ.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 505 ; + sh:path cim:GenICompensationForGenJ.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:GenICompensationForGenJ.VcompIEEEType2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "GenICompensationForGenJ.VcompIEEEType2-cardinality" ; + sh:order 2718 ; + sh:path cim:GenICompensationForGenJ.VcompIEEEType2 ; + sh:severity sh:Violation . + +dy:GenICompensationForGenJ.VcompIEEEType2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VCompIEEEType2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VCompIEEEType2." ; + sh:name "GenICompensationForGenJ.VcompIEEEType2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 504 ; + sh:path cim:GenICompensationForGenJ.VcompIEEEType2 ; + sh:severity sh:Violation . + +dy:GenICompensationForGenJ.rcij-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rcij)." ; + sh:minCount 1 ; + sh:name "GenICompensationForGenJ.rcij-cardinality" ; + sh:order 2456 ; + sh:path cim:GenICompensationForGenJ.rcij ; + sh:severity sh:Violation . + +dy:GenICompensationForGenJ.rcij-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rcij." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GenICompensationForGenJ.rcij-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2456 ; + sh:path cim:GenICompensationForGenJ.rcij ; + sh:severity sh:Violation . + +dy:GenICompensationForGenJ.xcij-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xcij)." ; + sh:minCount 1 ; + sh:name "GenICompensationForGenJ.xcij-cardinality" ; + sh:order 2457 ; + sh:path cim:GenICompensationForGenJ.xcij ; + sh:severity sh:Violation . + +dy:GenICompensationForGenJ.xcij-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xcij." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GenICompensationForGenJ.xcij-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2457 ; + sh:path cim:GenICompensationForGenJ.xcij ; + sh:severity sh:Violation . + +dy:GovCT1 rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.description-datatype , dy:GovCT1.kdgov-cardinality , dy:IdentifiedObject.name-cardinality , dy:GovCT1.kpload-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovCT1.r-cardinality , dy:GovCT1.kturb-datatype , dy:GovCT1.vmax-datatype , dy:GovCT1.ka-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovCT1.ldref-cardinality , dy:GovCT1.rselect-cardinality , dy:GovCT1.ropen-cardinality , dy:GovCT1.tc-datatype , dy:GovCT1.rup-cardinality , dy:IdentifiedObject.name-datatype , dy:GovCT1.tfload-cardinality , dy:GovCT1.kigov-datatype , dy:GovCT1.rclose-datatype , dy:GovCT1.tact-cardinality , dy:GovCT1.kpgov-datatype , dy:GovCT1.tsb-cardinality , dy:GovCT1.dm-cardinality , dy:GovCT1.tb-datatype , dy:GovCT1.tsa-datatype , dy:GovCT1.rclose-cardinality , dy:GovCT1.teng-cardinality , dy:GovCT1.aset-cardinality , dy:GovCT1.ldref-datatype , dy:GovCT1.mwbase-cardinality , dy:GovCT1.teng-datatype , dy:GovCT1.kimw-datatype , dy:GovCT1.ka-cardinality , dy:GovCT1.maxerr-datatype , dy:GovCT1.wfspd-datatype , dy:GovCT1.dm-datatype , dy:GovCT1.rdown-datatype , dy:GovCT1.tc-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovCT1.mwbase-datatype , dy:GovCT1.db-datatype , dy:GovCT1.tsb-datatype , dy:GovCT1.rup-datatype , dy:GovCT1.kdgov-datatype , dy:GovCT1.tsa-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovCT1.kimw-cardinality , dy:GovCT1.vmin-datatype , dy:GovCT1.kpload-cardinality , dy:GovCT1.kpgov-cardinality , dy:GovCT1.wfnl-cardinality , dy:GovCT1.tpelec-datatype , dy:GovCT1.vmin-cardinality , dy:GovCT1.ropen-datatype , dy:GovCT1.tpelec-cardinality , dy:GovCT1.minerr-cardinality , dy:GovCT1.wfnl-datatype , dy:GovCT1.kturb-cardinality , dy:GovCT1.rselect-datatype , dy:GovCT1.kiload-cardinality , dy:GovCT1.tfload-datatype , dy:GovCT1.tdgov-datatype , dy:GovCT1.ta-datatype , dy:GovCT1.tact-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovCT1.kigov-cardinality , dy:GovCT1.tdgov-cardinality , dy:GovCT1.maxerr-cardinality , dy:GovCT1.db-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovCT1.r-datatype , dy:GovCT1.wfspd-cardinality , dy:GovCT1.aset-datatype , dy:GovCT1.vmax-cardinality , dy:GovCT1.rdown-cardinality , dy:GovCT1.ta-cardinality , dy:GovCT1.kiload-datatype , dy:GovCT1.tb-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovCT1.minerr-datatype ; + sh:targetClass cim:GovCT1 . + +dy:GovCT1.aset-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (aset)." ; + sh:minCount 1 ; + sh:name "GovCT1.aset-cardinality" ; + sh:order 132 ; + sh:path cim:GovCT1.aset ; + sh:severity sh:Violation . + +dy:GovCT1.aset-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the aset." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.aset-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 132 ; + sh:path cim:GovCT1.aset ; + sh:severity sh:Violation . + +dy:GovCT1.db-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db)." ; + sh:minCount 1 ; + sh:name "GovCT1.db-cardinality" ; + sh:order 135 ; + sh:path cim:GovCT1.db ; + sh:severity sh:Violation . + +dy:GovCT1.db-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.db-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 135 ; + sh:path cim:GovCT1.db ; + sh:severity sh:Violation . + +dy:GovCT1.dm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dm)." ; + sh:minCount 1 ; + sh:name "GovCT1.dm-cardinality" ; + sh:order 128 ; + sh:path cim:GovCT1.dm ; + sh:severity sh:Violation . + +dy:GovCT1.dm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.dm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 128 ; + sh:path cim:GovCT1.dm ; + sh:severity sh:Violation . + +dy:GovCT1.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "GovCT1.ka-cardinality" ; + sh:order 133 ; + sh:path cim:GovCT1.ka ; + sh:severity sh:Violation . + +dy:GovCT1.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 133 ; + sh:path cim:GovCT1.ka ; + sh:severity sh:Violation . + +dy:GovCT1.kdgov-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kdgov)." ; + sh:minCount 1 ; + sh:name "GovCT1.kdgov-cardinality" ; + sh:order 113 ; + sh:path cim:GovCT1.kdgov ; + sh:severity sh:Violation . + +dy:GovCT1.kdgov-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kdgov." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.kdgov-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 113 ; + sh:path cim:GovCT1.kdgov ; + sh:severity sh:Violation . + +dy:GovCT1.kigov-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kigov)." ; + sh:minCount 1 ; + sh:name "GovCT1.kigov-cardinality" ; + sh:order 112 ; + sh:path cim:GovCT1.kigov ; + sh:severity sh:Violation . + +dy:GovCT1.kigov-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kigov." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.kigov-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 112 ; + sh:path cim:GovCT1.kigov ; + sh:severity sh:Violation . + +dy:GovCT1.kiload-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kiload)." ; + sh:minCount 1 ; + sh:name "GovCT1.kiload-cardinality" ; + sh:order 126 ; + sh:path cim:GovCT1.kiload ; + sh:severity sh:Violation . + +dy:GovCT1.kiload-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kiload." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.kiload-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 126 ; + sh:path cim:GovCT1.kiload ; + sh:severity sh:Violation . + +dy:GovCT1.kimw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kimw)." ; + sh:minCount 1 ; + sh:name "GovCT1.kimw-cardinality" ; + sh:order 131 ; + sh:path cim:GovCT1.kimw ; + sh:severity sh:Violation . + +dy:GovCT1.kimw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kimw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.kimw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 131 ; + sh:path cim:GovCT1.kimw ; + sh:severity sh:Violation . + +dy:GovCT1.kpgov-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpgov)." ; + sh:minCount 1 ; + sh:name "GovCT1.kpgov-cardinality" ; + sh:order 111 ; + sh:path cim:GovCT1.kpgov ; + sh:severity sh:Violation . + +dy:GovCT1.kpgov-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpgov." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.kpgov-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 111 ; + sh:path cim:GovCT1.kpgov ; + sh:severity sh:Violation . + +dy:GovCT1.kpload-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpload)." ; + sh:minCount 1 ; + sh:name "GovCT1.kpload-cardinality" ; + sh:order 125 ; + sh:path cim:GovCT1.kpload ; + sh:severity sh:Violation . + +dy:GovCT1.kpload-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpload." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.kpload-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 125 ; + sh:path cim:GovCT1.kpload ; + sh:severity sh:Violation . + +dy:GovCT1.kturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kturb)." ; + sh:minCount 1 ; + sh:name "GovCT1.kturb-cardinality" ; + sh:order 118 ; + sh:path cim:GovCT1.kturb ; + sh:severity sh:Violation . + +dy:GovCT1.kturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.kturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 118 ; + sh:path cim:GovCT1.kturb ; + sh:severity sh:Violation . + +dy:GovCT1.ldref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ldref)." ; + sh:minCount 1 ; + sh:name "GovCT1.ldref-cardinality" ; + sh:order 127 ; + sh:path cim:GovCT1.ldref ; + sh:severity sh:Violation . + +dy:GovCT1.ldref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ldref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.ldref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 127 ; + sh:path cim:GovCT1.ldref ; + sh:severity sh:Violation . + +dy:GovCT1.maxerr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (maxerr)." ; + sh:minCount 1 ; + sh:name "GovCT1.maxerr-cardinality" ; + sh:order 109 ; + sh:path cim:GovCT1.maxerr ; + sh:severity sh:Violation . + +dy:GovCT1.maxerr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxerr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.maxerr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 109 ; + sh:path cim:GovCT1.maxerr ; + sh:severity sh:Violation . + +dy:GovCT1.minerr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (minerr)." ; + sh:minCount 1 ; + sh:name "GovCT1.minerr-cardinality" ; + sh:order 110 ; + sh:path cim:GovCT1.minerr ; + sh:severity sh:Violation . + +dy:GovCT1.minerr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minerr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.minerr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 110 ; + sh:path cim:GovCT1.minerr ; + sh:severity sh:Violation . + +dy:GovCT1.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovCT1.mwbase-cardinality" ; + sh:order 105 ; + sh:path cim:GovCT1.mwbase ; + sh:severity sh:Violation . + +dy:GovCT1.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 105 ; + sh:path cim:GovCT1.mwbase ; + sh:severity sh:Violation . + +dy:GovCT1.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "GovCT1.r-cardinality" ; + sh:order 106 ; + sh:path cim:GovCT1.r ; + sh:severity sh:Violation . + +dy:GovCT1.r-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 106 ; + sh:path cim:GovCT1.r ; + sh:severity sh:Violation . + +dy:GovCT1.rclose-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rclose)." ; + sh:minCount 1 ; + sh:name "GovCT1.rclose-cardinality" ; + sh:order 130 ; + sh:path cim:GovCT1.rclose ; + sh:severity sh:Violation . + +dy:GovCT1.rclose-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rclose." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.rclose-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 130 ; + sh:path cim:GovCT1.rclose ; + sh:severity sh:Violation . + +dy:GovCT1.rdown-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rdown)." ; + sh:minCount 1 ; + sh:name "GovCT1.rdown-cardinality" ; + sh:order 139 ; + sh:path cim:GovCT1.rdown ; + sh:severity sh:Violation . + +dy:GovCT1.rdown-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rdown." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.rdown-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 139 ; + sh:path cim:GovCT1.rdown ; + sh:severity sh:Violation . + +dy:GovCT1.ropen-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ropen)." ; + sh:minCount 1 ; + sh:name "GovCT1.ropen-cardinality" ; + sh:order 129 ; + sh:path cim:GovCT1.ropen ; + sh:severity sh:Violation . + +dy:GovCT1.ropen-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ropen." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.ropen-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 129 ; + sh:path cim:GovCT1.ropen ; + sh:severity sh:Violation . + +dy:GovCT1.rselect-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rselect)." ; + sh:minCount 1 ; + sh:name "GovCT1.rselect-cardinality" ; + sh:order 107 ; + sh:path cim:GovCT1.rselect ; + sh:severity sh:Violation . + +dy:GovCT1.rselect-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the rselect." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:DroopSignalFeedbackKind.electricalPower cim:DroopSignalFeedbackKind.none cim:DroopSignalFeedbackKind.fuelValveStroke cim:DroopSignalFeedbackKind.governorOutput ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "GovCT1.rselect-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 107 ; + sh:path cim:GovCT1.rselect ; + sh:severity sh:Violation . + +dy:GovCT1.rup-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rup)." ; + sh:minCount 1 ; + sh:name "GovCT1.rup-cardinality" ; + sh:order 138 ; + sh:path cim:GovCT1.rup ; + sh:severity sh:Violation . + +dy:GovCT1.rup-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rup." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.rup-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 138 ; + sh:path cim:GovCT1.rup ; + sh:severity sh:Violation . + +dy:GovCT1.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "GovCT1.ta-cardinality" ; + sh:order 134 ; + sh:path cim:GovCT1.ta ; + sh:severity sh:Violation . + +dy:GovCT1.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 134 ; + sh:path cim:GovCT1.ta ; + sh:severity sh:Violation . + +dy:GovCT1.tact-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tact)." ; + sh:minCount 1 ; + sh:name "GovCT1.tact-cardinality" ; + sh:order 117 ; + sh:path cim:GovCT1.tact ; + sh:severity sh:Violation . + +dy:GovCT1.tact-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tact." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.tact-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 117 ; + sh:path cim:GovCT1.tact ; + sh:severity sh:Violation . + +dy:GovCT1.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "GovCT1.tb-cardinality" ; + sh:order 120 ; + sh:path cim:GovCT1.tb ; + sh:severity sh:Violation . + +dy:GovCT1.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 120 ; + sh:path cim:GovCT1.tb ; + sh:severity sh:Violation . + +dy:GovCT1.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "GovCT1.tc-cardinality" ; + sh:order 121 ; + sh:path cim:GovCT1.tc ; + sh:severity sh:Violation . + +dy:GovCT1.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 121 ; + sh:path cim:GovCT1.tc ; + sh:severity sh:Violation . + +dy:GovCT1.tdgov-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tdgov)." ; + sh:minCount 1 ; + sh:name "GovCT1.tdgov-cardinality" ; + sh:order 114 ; + sh:path cim:GovCT1.tdgov ; + sh:severity sh:Violation . + +dy:GovCT1.tdgov-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tdgov." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.tdgov-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 114 ; + sh:path cim:GovCT1.tdgov ; + sh:severity sh:Violation . + +dy:GovCT1.teng-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (teng)." ; + sh:minCount 1 ; + sh:name "GovCT1.teng-cardinality" ; + sh:order 123 ; + sh:path cim:GovCT1.teng ; + sh:severity sh:Violation . + +dy:GovCT1.teng-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the teng." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.teng-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 123 ; + sh:path cim:GovCT1.teng ; + sh:severity sh:Violation . + +dy:GovCT1.tfload-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tfload)." ; + sh:minCount 1 ; + sh:name "GovCT1.tfload-cardinality" ; + sh:order 124 ; + sh:path cim:GovCT1.tfload ; + sh:severity sh:Violation . + +dy:GovCT1.tfload-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tfload." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.tfload-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 124 ; + sh:path cim:GovCT1.tfload ; + sh:severity sh:Violation . + +dy:GovCT1.tpelec-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpelec)." ; + sh:minCount 1 ; + sh:name "GovCT1.tpelec-cardinality" ; + sh:order 108 ; + sh:path cim:GovCT1.tpelec ; + sh:severity sh:Violation . + +dy:GovCT1.tpelec-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpelec." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.tpelec-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 108 ; + sh:path cim:GovCT1.tpelec ; + sh:severity sh:Violation . + +dy:GovCT1.tsa-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tsa)." ; + sh:minCount 1 ; + sh:name "GovCT1.tsa-cardinality" ; + sh:order 136 ; + sh:path cim:GovCT1.tsa ; + sh:severity sh:Violation . + +dy:GovCT1.tsa-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tsa." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.tsa-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 136 ; + sh:path cim:GovCT1.tsa ; + sh:severity sh:Violation . + +dy:GovCT1.tsb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tsb)." ; + sh:minCount 1 ; + sh:name "GovCT1.tsb-cardinality" ; + sh:order 137 ; + sh:path cim:GovCT1.tsb ; + sh:severity sh:Violation . + +dy:GovCT1.tsb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tsb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.tsb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 137 ; + sh:path cim:GovCT1.tsb ; + sh:severity sh:Violation . + +dy:GovCT1.vmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmax)." ; + sh:minCount 1 ; + sh:name "GovCT1.vmax-cardinality" ; + sh:order 115 ; + sh:path cim:GovCT1.vmax ; + sh:severity sh:Violation . + +dy:GovCT1.vmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.vmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 115 ; + sh:path cim:GovCT1.vmax ; + sh:severity sh:Violation . + +dy:GovCT1.vmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmin)." ; + sh:minCount 1 ; + sh:name "GovCT1.vmin-cardinality" ; + sh:order 116 ; + sh:path cim:GovCT1.vmin ; + sh:severity sh:Violation . + +dy:GovCT1.vmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.vmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 116 ; + sh:path cim:GovCT1.vmin ; + sh:severity sh:Violation . + +dy:GovCT1.wfnl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (wfnl)." ; + sh:minCount 1 ; + sh:name "GovCT1.wfnl-cardinality" ; + sh:order 119 ; + sh:path cim:GovCT1.wfnl ; + sh:severity sh:Violation . + +dy:GovCT1.wfnl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the wfnl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.wfnl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 119 ; + sh:path cim:GovCT1.wfnl ; + sh:severity sh:Violation . + +dy:GovCT1.wfspd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (wfspd)." ; + sh:minCount 1 ; + sh:name "GovCT1.wfspd-cardinality" ; + sh:order 122 ; + sh:path cim:GovCT1.wfspd ; + sh:severity sh:Violation . + +dy:GovCT1.wfspd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the wfspd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT1.wfspd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 122 ; + sh:path cim:GovCT1.wfspd ; + sh:severity sh:Violation . + +dy:GovCT2 rdf:type sh:NodeShape ; + sh:property dy:GovCT2.plim1-cardinality , dy:GovCT2.rclose-cardinality , dy:GovCT2.tdgov-datatype , dy:GovCT2.wfspd-cardinality , dy:GovCT2.ldref-datatype , dy:GovCT2.flim9-cardinality , dy:GovCT2.ta-cardinality , dy:GovCT2.mwbase-datatype , dy:GovCT2.ldref-cardinality , dy:GovCT2.db-datatype , dy:GovCT2.plim7-cardinality , dy:GovCT2.ropen-datatype , dy:GovCT2.rup-cardinality , dy:GovCT2.rselect-datatype , dy:GovCT2.mwbase-cardinality , dy:GovCT2.plim10-cardinality , dy:GovCT2.vmin-cardinality , dy:GovCT2.plim9-cardinality , dy:GovCT2.aset-datatype , dy:GovCT2.plim4-datatype , dy:GovCT2.ka-datatype , dy:GovCT2.db-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovCT2.flim6-cardinality , dy:GovCT2.kpgov-datatype , dy:GovCT2.r-datatype , dy:GovCT2.wfnl-cardinality , dy:GovCT2.flim6-datatype , dy:GovCT2.kiload-datatype , dy:GovCT2.r-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovCT2.rup-datatype , dy:IdentifiedObject.description-datatype , dy:GovCT2.prate-cardinality , dy:GovCT2.kpgov-cardinality , dy:GovCT2.plim6-datatype , dy:GovCT2.plim5-cardinality , dy:GovCT2.tb-datatype , dy:GovCT2.rclose-datatype , dy:GovCT2.plim10-datatype , dy:GovCT2.ka-cardinality , dy:GovCT2.kimw-cardinality , dy:GovCT2.vmax-cardinality , dy:GovCT2.kturb-datatype , dy:GovCT2.plim7-datatype , dy:GovCT2.flim9-datatype , dy:GovCT2.flim8-datatype , dy:GovCT2.plim3-cardinality , dy:GovCT2.kdgov-datatype , dy:GovCT2.rdown-datatype , dy:GovCT2.tact-datatype , dy:GovCT2.tdgov-cardinality , dy:GovCT2.plim6-cardinality , dy:GovCT2.dm-datatype , dy:GovCT2.tact-cardinality , dy:GovCT2.kigov-datatype , dy:GovCT2.flim4-cardinality , dy:GovCT2.plim2-cardinality , dy:GovCT2.plim9-datatype , dy:GovCT2.kimw-datatype , dy:GovCT2.minerr-datatype , dy:GovCT2.plim3-datatype , dy:GovCT2.plim2-datatype , dy:GovCT2.flim7-cardinality , dy:GovCT2.flim3-datatype , dy:GovCT2.tpelec-datatype , dy:GovCT2.dm-cardinality , dy:GovCT2.kpload-cardinality , dy:GovCT2.kdgov-cardinality , dy:GovCT2.kpload-datatype , dy:GovCT2.ropen-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovCT2.tsb-cardinality , dy:GovCT2.plim1-datatype , dy:GovCT2.ta-datatype , dy:GovCT2.flim10-datatype , dy:GovCT2.maxerr-datatype , dy:GovCT2.flim1-cardinality , dy:GovCT2.tsb-datatype , dy:GovCT2.aset-cardinality , dy:GovCT2.wfnl-datatype , dy:GovCT2.tb-cardinality , dy:GovCT2.kturb-cardinality , dy:GovCT2.flim2-cardinality , dy:GovCT2.tpelec-cardinality , dy:GovCT2.flim7-datatype , dy:GovCT2.flim3-cardinality , dy:GovCT2.tsa-cardinality , dy:GovCT2.plim8-datatype , dy:IdentifiedObject.name-cardinality , dy:GovCT2.teng-cardinality , dy:IdentifiedObject.name-datatype , dy:GovCT2.flim8-cardinality , dy:GovCT2.kiload-cardinality , dy:GovCT2.maxerr-cardinality , dy:GovCT2.tfload-datatype , dy:GovCT2.teng-datatype , dy:GovCT2.flim10-cardinality , dy:GovCT2.rselect-cardinality , dy:GovCT2.minerr-cardinality , dy:GovCT2.flim5-cardinality , dy:GovCT2.vmax-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovCT2.flim2-datatype , dy:GovCT2.prate-datatype , dy:GovCT2.tfload-cardinality , dy:GovCT2.flim1-datatype , dy:IdentifiedObject.mRID-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovCT2.plim8-cardinality , dy:GovCT2.kigov-cardinality , dy:GovCT2.flim5-datatype , dy:GovCT2.wfspd-datatype , dy:GovCT2.tc-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovCT2.plim5-datatype , dy:GovCT2.vmin-datatype , dy:IdentifiedObject.mRID-cardinality , dy:GovCT2.tsa-datatype , dy:GovCT2.tc-cardinality , dy:GovCT2.plim4-cardinality , dy:GovCT2.rdown-cardinality , dy:GovCT2.flim4-datatype ; + sh:targetClass cim:GovCT2 . + +dy:GovCT2.aset-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (aset)." ; + sh:minCount 1 ; + sh:name "GovCT2.aset-cardinality" ; + sh:order 167 ; + sh:path cim:GovCT2.aset ; + sh:severity sh:Violation . + +dy:GovCT2.aset-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the aset." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.aset-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 167 ; + sh:path cim:GovCT2.aset ; + sh:severity sh:Violation . + +dy:GovCT2.db-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db)." ; + sh:minCount 1 ; + sh:name "GovCT2.db-cardinality" ; + sh:order 170 ; + sh:path cim:GovCT2.db ; + sh:severity sh:Violation . + +dy:GovCT2.db-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.db-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 170 ; + sh:path cim:GovCT2.db ; + sh:severity sh:Violation . + +dy:GovCT2.dm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dm)." ; + sh:minCount 1 ; + sh:name "GovCT2.dm-cardinality" ; + sh:order 163 ; + sh:path cim:GovCT2.dm ; + sh:severity sh:Violation . + +dy:GovCT2.dm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.dm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 163 ; + sh:path cim:GovCT2.dm ; + sh:severity sh:Violation . + +dy:GovCT2.flim1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flim1)." ; + sh:minCount 1 ; + sh:name "GovCT2.flim1-cardinality" ; + sh:order 176 ; + sh:path cim:GovCT2.flim1 ; + sh:severity sh:Violation . + +dy:GovCT2.flim1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flim1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.flim1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 176 ; + sh:path cim:GovCT2.flim1 ; + sh:severity sh:Violation . + +dy:GovCT2.flim10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flim10)." ; + sh:minCount 1 ; + sh:name "GovCT2.flim10-cardinality" ; + sh:order 194 ; + sh:path cim:GovCT2.flim10 ; + sh:severity sh:Violation . + +dy:GovCT2.flim10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flim10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.flim10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 194 ; + sh:path cim:GovCT2.flim10 ; + sh:severity sh:Violation . + +dy:GovCT2.flim2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flim2)." ; + sh:minCount 1 ; + sh:name "GovCT2.flim2-cardinality" ; + sh:order 178 ; + sh:path cim:GovCT2.flim2 ; + sh:severity sh:Violation . + +dy:GovCT2.flim2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flim2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.flim2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 178 ; + sh:path cim:GovCT2.flim2 ; + sh:severity sh:Violation . + +dy:GovCT2.flim3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flim3)." ; + sh:minCount 1 ; + sh:name "GovCT2.flim3-cardinality" ; + sh:order 180 ; + sh:path cim:GovCT2.flim3 ; + sh:severity sh:Violation . + +dy:GovCT2.flim3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flim3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.flim3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 180 ; + sh:path cim:GovCT2.flim3 ; + sh:severity sh:Violation . + +dy:GovCT2.flim4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flim4)." ; + sh:minCount 1 ; + sh:name "GovCT2.flim4-cardinality" ; + sh:order 182 ; + sh:path cim:GovCT2.flim4 ; + sh:severity sh:Violation . + +dy:GovCT2.flim4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flim4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.flim4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 182 ; + sh:path cim:GovCT2.flim4 ; + sh:severity sh:Violation . + +dy:GovCT2.flim5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flim5)." ; + sh:minCount 1 ; + sh:name "GovCT2.flim5-cardinality" ; + sh:order 184 ; + sh:path cim:GovCT2.flim5 ; + sh:severity sh:Violation . + +dy:GovCT2.flim5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flim5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.flim5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 184 ; + sh:path cim:GovCT2.flim5 ; + sh:severity sh:Violation . + +dy:GovCT2.flim6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flim6)." ; + sh:minCount 1 ; + sh:name "GovCT2.flim6-cardinality" ; + sh:order 186 ; + sh:path cim:GovCT2.flim6 ; + sh:severity sh:Violation . + +dy:GovCT2.flim6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flim6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.flim6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 186 ; + sh:path cim:GovCT2.flim6 ; + sh:severity sh:Violation . + +dy:GovCT2.flim7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flim7)." ; + sh:minCount 1 ; + sh:name "GovCT2.flim7-cardinality" ; + sh:order 188 ; + sh:path cim:GovCT2.flim7 ; + sh:severity sh:Violation . + +dy:GovCT2.flim7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flim7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.flim7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 188 ; + sh:path cim:GovCT2.flim7 ; + sh:severity sh:Violation . + +dy:GovCT2.flim8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flim8)." ; + sh:minCount 1 ; + sh:name "GovCT2.flim8-cardinality" ; + sh:order 190 ; + sh:path cim:GovCT2.flim8 ; + sh:severity sh:Violation . + +dy:GovCT2.flim8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flim8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.flim8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 190 ; + sh:path cim:GovCT2.flim8 ; + sh:severity sh:Violation . + +dy:GovCT2.flim9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flim9)." ; + sh:minCount 1 ; + sh:name "GovCT2.flim9-cardinality" ; + sh:order 192 ; + sh:path cim:GovCT2.flim9 ; + sh:severity sh:Violation . + +dy:GovCT2.flim9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flim9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.flim9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 192 ; + sh:path cim:GovCT2.flim9 ; + sh:severity sh:Violation . + +dy:GovCT2.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "GovCT2.ka-cardinality" ; + sh:order 168 ; + sh:path cim:GovCT2.ka ; + sh:severity sh:Violation . + +dy:GovCT2.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 168 ; + sh:path cim:GovCT2.ka ; + sh:severity sh:Violation . + +dy:GovCT2.kdgov-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kdgov)." ; + sh:minCount 1 ; + sh:name "GovCT2.kdgov-cardinality" ; + sh:order 148 ; + sh:path cim:GovCT2.kdgov ; + sh:severity sh:Violation . + +dy:GovCT2.kdgov-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kdgov." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.kdgov-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 148 ; + sh:path cim:GovCT2.kdgov ; + sh:severity sh:Violation . + +dy:GovCT2.kigov-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kigov)." ; + sh:minCount 1 ; + sh:name "GovCT2.kigov-cardinality" ; + sh:order 147 ; + sh:path cim:GovCT2.kigov ; + sh:severity sh:Violation . + +dy:GovCT2.kigov-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kigov." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.kigov-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 147 ; + sh:path cim:GovCT2.kigov ; + sh:severity sh:Violation . + +dy:GovCT2.kiload-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kiload)." ; + sh:minCount 1 ; + sh:name "GovCT2.kiload-cardinality" ; + sh:order 161 ; + sh:path cim:GovCT2.kiload ; + sh:severity sh:Violation . + +dy:GovCT2.kiload-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kiload." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.kiload-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 161 ; + sh:path cim:GovCT2.kiload ; + sh:severity sh:Violation . + +dy:GovCT2.kimw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kimw)." ; + sh:minCount 1 ; + sh:name "GovCT2.kimw-cardinality" ; + sh:order 166 ; + sh:path cim:GovCT2.kimw ; + sh:severity sh:Violation . + +dy:GovCT2.kimw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kimw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.kimw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 166 ; + sh:path cim:GovCT2.kimw ; + sh:severity sh:Violation . + +dy:GovCT2.kpgov-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpgov)." ; + sh:minCount 1 ; + sh:name "GovCT2.kpgov-cardinality" ; + sh:order 146 ; + sh:path cim:GovCT2.kpgov ; + sh:severity sh:Violation . + +dy:GovCT2.kpgov-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpgov." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.kpgov-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 146 ; + sh:path cim:GovCT2.kpgov ; + sh:severity sh:Violation . + +dy:GovCT2.kpload-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpload)." ; + sh:minCount 1 ; + sh:name "GovCT2.kpload-cardinality" ; + sh:order 160 ; + sh:path cim:GovCT2.kpload ; + sh:severity sh:Violation . + +dy:GovCT2.kpload-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpload." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.kpload-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 160 ; + sh:path cim:GovCT2.kpload ; + sh:severity sh:Violation . + +dy:GovCT2.kturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kturb)." ; + sh:minCount 1 ; + sh:name "GovCT2.kturb-cardinality" ; + sh:order 153 ; + sh:path cim:GovCT2.kturb ; + sh:severity sh:Violation . + +dy:GovCT2.kturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.kturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 153 ; + sh:path cim:GovCT2.kturb ; + sh:severity sh:Violation . + +dy:GovCT2.ldref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ldref)." ; + sh:minCount 1 ; + sh:name "GovCT2.ldref-cardinality" ; + sh:order 162 ; + sh:path cim:GovCT2.ldref ; + sh:severity sh:Violation . + +dy:GovCT2.ldref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ldref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.ldref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 162 ; + sh:path cim:GovCT2.ldref ; + sh:severity sh:Violation . + +dy:GovCT2.maxerr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (maxerr)." ; + sh:minCount 1 ; + sh:name "GovCT2.maxerr-cardinality" ; + sh:order 144 ; + sh:path cim:GovCT2.maxerr ; + sh:severity sh:Violation . + +dy:GovCT2.maxerr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxerr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.maxerr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 144 ; + sh:path cim:GovCT2.maxerr ; + sh:severity sh:Violation . + +dy:GovCT2.minerr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (minerr)." ; + sh:minCount 1 ; + sh:name "GovCT2.minerr-cardinality" ; + sh:order 145 ; + sh:path cim:GovCT2.minerr ; + sh:severity sh:Violation . + +dy:GovCT2.minerr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minerr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.minerr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 145 ; + sh:path cim:GovCT2.minerr ; + sh:severity sh:Violation . + +dy:GovCT2.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovCT2.mwbase-cardinality" ; + sh:order 140 ; + sh:path cim:GovCT2.mwbase ; + sh:severity sh:Violation . + +dy:GovCT2.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 140 ; + sh:path cim:GovCT2.mwbase ; + sh:severity sh:Violation . + +dy:GovCT2.plim1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (plim1)." ; + sh:minCount 1 ; + sh:name "GovCT2.plim1-cardinality" ; + sh:order 177 ; + sh:path cim:GovCT2.plim1 ; + sh:severity sh:Violation . + +dy:GovCT2.plim1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the plim1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.plim1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 177 ; + sh:path cim:GovCT2.plim1 ; + sh:severity sh:Violation . + +dy:GovCT2.plim10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (plim10)." ; + sh:minCount 1 ; + sh:name "GovCT2.plim10-cardinality" ; + sh:order 195 ; + sh:path cim:GovCT2.plim10 ; + sh:severity sh:Violation . + +dy:GovCT2.plim10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the plim10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.plim10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 195 ; + sh:path cim:GovCT2.plim10 ; + sh:severity sh:Violation . + +dy:GovCT2.plim2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (plim2)." ; + sh:minCount 1 ; + sh:name "GovCT2.plim2-cardinality" ; + sh:order 179 ; + sh:path cim:GovCT2.plim2 ; + sh:severity sh:Violation . + +dy:GovCT2.plim2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the plim2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.plim2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 179 ; + sh:path cim:GovCT2.plim2 ; + sh:severity sh:Violation . + +dy:GovCT2.plim3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (plim3)." ; + sh:minCount 1 ; + sh:name "GovCT2.plim3-cardinality" ; + sh:order 181 ; + sh:path cim:GovCT2.plim3 ; + sh:severity sh:Violation . + +dy:GovCT2.plim3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the plim3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.plim3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 181 ; + sh:path cim:GovCT2.plim3 ; + sh:severity sh:Violation . + +dy:GovCT2.plim4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (plim4)." ; + sh:minCount 1 ; + sh:name "GovCT2.plim4-cardinality" ; + sh:order 183 ; + sh:path cim:GovCT2.plim4 ; + sh:severity sh:Violation . + +dy:GovCT2.plim4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the plim4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.plim4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 183 ; + sh:path cim:GovCT2.plim4 ; + sh:severity sh:Violation . + +dy:GovCT2.plim5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (plim5)." ; + sh:minCount 1 ; + sh:name "GovCT2.plim5-cardinality" ; + sh:order 185 ; + sh:path cim:GovCT2.plim5 ; + sh:severity sh:Violation . + +dy:GovCT2.plim5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the plim5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.plim5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 185 ; + sh:path cim:GovCT2.plim5 ; + sh:severity sh:Violation . + +dy:GovCT2.plim6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (plim6)." ; + sh:minCount 1 ; + sh:name "GovCT2.plim6-cardinality" ; + sh:order 187 ; + sh:path cim:GovCT2.plim6 ; + sh:severity sh:Violation . + +dy:GovCT2.plim6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the plim6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.plim6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 187 ; + sh:path cim:GovCT2.plim6 ; + sh:severity sh:Violation . + +dy:GovCT2.plim7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (plim7)." ; + sh:minCount 1 ; + sh:name "GovCT2.plim7-cardinality" ; + sh:order 189 ; + sh:path cim:GovCT2.plim7 ; + sh:severity sh:Violation . + +dy:GovCT2.plim7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the plim7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.plim7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 189 ; + sh:path cim:GovCT2.plim7 ; + sh:severity sh:Violation . + +dy:GovCT2.plim8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (plim8)." ; + sh:minCount 1 ; + sh:name "GovCT2.plim8-cardinality" ; + sh:order 191 ; + sh:path cim:GovCT2.plim8 ; + sh:severity sh:Violation . + +dy:GovCT2.plim8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the plim8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.plim8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 191 ; + sh:path cim:GovCT2.plim8 ; + sh:severity sh:Violation . + +dy:GovCT2.plim9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (plim9)." ; + sh:minCount 1 ; + sh:name "GovCT2.plim9-cardinality" ; + sh:order 193 ; + sh:path cim:GovCT2.plim9 ; + sh:severity sh:Violation . + +dy:GovCT2.plim9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the plim9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.plim9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 193 ; + sh:path cim:GovCT2.plim9 ; + sh:severity sh:Violation . + +dy:GovCT2.prate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (prate)." ; + sh:minCount 1 ; + sh:name "GovCT2.prate-cardinality" ; + sh:order 175 ; + sh:path cim:GovCT2.prate ; + sh:severity sh:Violation . + +dy:GovCT2.prate-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the prate." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.prate-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 175 ; + sh:path cim:GovCT2.prate ; + sh:severity sh:Violation . + +dy:GovCT2.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "GovCT2.r-cardinality" ; + sh:order 141 ; + sh:path cim:GovCT2.r ; + sh:severity sh:Violation . + +dy:GovCT2.r-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 141 ; + sh:path cim:GovCT2.r ; + sh:severity sh:Violation . + +dy:GovCT2.rclose-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rclose)." ; + sh:minCount 1 ; + sh:name "GovCT2.rclose-cardinality" ; + sh:order 165 ; + sh:path cim:GovCT2.rclose ; + sh:severity sh:Violation . + +dy:GovCT2.rclose-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rclose." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.rclose-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 165 ; + sh:path cim:GovCT2.rclose ; + sh:severity sh:Violation . + +dy:GovCT2.rdown-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rdown)." ; + sh:minCount 1 ; + sh:name "GovCT2.rdown-cardinality" ; + sh:order 174 ; + sh:path cim:GovCT2.rdown ; + sh:severity sh:Violation . + +dy:GovCT2.rdown-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rdown." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.rdown-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 174 ; + sh:path cim:GovCT2.rdown ; + sh:severity sh:Violation . + +dy:GovCT2.ropen-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ropen)." ; + sh:minCount 1 ; + sh:name "GovCT2.ropen-cardinality" ; + sh:order 164 ; + sh:path cim:GovCT2.ropen ; + sh:severity sh:Violation . + +dy:GovCT2.ropen-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ropen." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.ropen-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 164 ; + sh:path cim:GovCT2.ropen ; + sh:severity sh:Violation . + +dy:GovCT2.rselect-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rselect)." ; + sh:minCount 1 ; + sh:name "GovCT2.rselect-cardinality" ; + sh:order 142 ; + sh:path cim:GovCT2.rselect ; + sh:severity sh:Violation . + +dy:GovCT2.rselect-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the rselect." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:DroopSignalFeedbackKind.electricalPower cim:DroopSignalFeedbackKind.none cim:DroopSignalFeedbackKind.fuelValveStroke cim:DroopSignalFeedbackKind.governorOutput ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "GovCT2.rselect-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 142 ; + sh:path cim:GovCT2.rselect ; + sh:severity sh:Violation . + +dy:GovCT2.rup-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rup)." ; + sh:minCount 1 ; + sh:name "GovCT2.rup-cardinality" ; + sh:order 173 ; + sh:path cim:GovCT2.rup ; + sh:severity sh:Violation . + +dy:GovCT2.rup-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rup." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.rup-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 173 ; + sh:path cim:GovCT2.rup ; + sh:severity sh:Violation . + +dy:GovCT2.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "GovCT2.ta-cardinality" ; + sh:order 169 ; + sh:path cim:GovCT2.ta ; + sh:severity sh:Violation . + +dy:GovCT2.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 169 ; + sh:path cim:GovCT2.ta ; + sh:severity sh:Violation . + +dy:GovCT2.tact-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tact)." ; + sh:minCount 1 ; + sh:name "GovCT2.tact-cardinality" ; + sh:order 152 ; + sh:path cim:GovCT2.tact ; + sh:severity sh:Violation . + +dy:GovCT2.tact-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tact." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.tact-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 152 ; + sh:path cim:GovCT2.tact ; + sh:severity sh:Violation . + +dy:GovCT2.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "GovCT2.tb-cardinality" ; + sh:order 155 ; + sh:path cim:GovCT2.tb ; + sh:severity sh:Violation . + +dy:GovCT2.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 155 ; + sh:path cim:GovCT2.tb ; + sh:severity sh:Violation . + +dy:GovCT2.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "GovCT2.tc-cardinality" ; + sh:order 156 ; + sh:path cim:GovCT2.tc ; + sh:severity sh:Violation . + +dy:GovCT2.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 156 ; + sh:path cim:GovCT2.tc ; + sh:severity sh:Violation . + +dy:GovCT2.tdgov-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tdgov)." ; + sh:minCount 1 ; + sh:name "GovCT2.tdgov-cardinality" ; + sh:order 149 ; + sh:path cim:GovCT2.tdgov ; + sh:severity sh:Violation . + +dy:GovCT2.tdgov-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tdgov." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.tdgov-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 149 ; + sh:path cim:GovCT2.tdgov ; + sh:severity sh:Violation . + +dy:GovCT2.teng-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (teng)." ; + sh:minCount 1 ; + sh:name "GovCT2.teng-cardinality" ; + sh:order 158 ; + sh:path cim:GovCT2.teng ; + sh:severity sh:Violation . + +dy:GovCT2.teng-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the teng." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.teng-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 158 ; + sh:path cim:GovCT2.teng ; + sh:severity sh:Violation . + +dy:GovCT2.tfload-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tfload)." ; + sh:minCount 1 ; + sh:name "GovCT2.tfload-cardinality" ; + sh:order 159 ; + sh:path cim:GovCT2.tfload ; + sh:severity sh:Violation . + +dy:GovCT2.tfload-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tfload." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.tfload-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 159 ; + sh:path cim:GovCT2.tfload ; + sh:severity sh:Violation . + +dy:GovCT2.tpelec-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpelec)." ; + sh:minCount 1 ; + sh:name "GovCT2.tpelec-cardinality" ; + sh:order 143 ; + sh:path cim:GovCT2.tpelec ; + sh:severity sh:Violation . + +dy:GovCT2.tpelec-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpelec." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.tpelec-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 143 ; + sh:path cim:GovCT2.tpelec ; + sh:severity sh:Violation . + +dy:GovCT2.tsa-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tsa)." ; + sh:minCount 1 ; + sh:name "GovCT2.tsa-cardinality" ; + sh:order 171 ; + sh:path cim:GovCT2.tsa ; + sh:severity sh:Violation . + +dy:GovCT2.tsa-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tsa." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.tsa-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 171 ; + sh:path cim:GovCT2.tsa ; + sh:severity sh:Violation . + +dy:GovCT2.tsb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tsb)." ; + sh:minCount 1 ; + sh:name "GovCT2.tsb-cardinality" ; + sh:order 172 ; + sh:path cim:GovCT2.tsb ; + sh:severity sh:Violation . + +dy:GovCT2.tsb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tsb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.tsb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 172 ; + sh:path cim:GovCT2.tsb ; + sh:severity sh:Violation . + +dy:GovCT2.vmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmax)." ; + sh:minCount 1 ; + sh:name "GovCT2.vmax-cardinality" ; + sh:order 150 ; + sh:path cim:GovCT2.vmax ; + sh:severity sh:Violation . + +dy:GovCT2.vmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.vmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 150 ; + sh:path cim:GovCT2.vmax ; + sh:severity sh:Violation . + +dy:GovCT2.vmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmin)." ; + sh:minCount 1 ; + sh:name "GovCT2.vmin-cardinality" ; + sh:order 151 ; + sh:path cim:GovCT2.vmin ; + sh:severity sh:Violation . + +dy:GovCT2.vmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.vmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 151 ; + sh:path cim:GovCT2.vmin ; + sh:severity sh:Violation . + +dy:GovCT2.wfnl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (wfnl)." ; + sh:minCount 1 ; + sh:name "GovCT2.wfnl-cardinality" ; + sh:order 154 ; + sh:path cim:GovCT2.wfnl ; + sh:severity sh:Violation . + +dy:GovCT2.wfnl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the wfnl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.wfnl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 154 ; + sh:path cim:GovCT2.wfnl ; + sh:severity sh:Violation . + +dy:GovCT2.wfspd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (wfspd)." ; + sh:minCount 1 ; + sh:name "GovCT2.wfspd-cardinality" ; + sh:order 157 ; + sh:path cim:GovCT2.wfspd ; + sh:severity sh:Violation . + +dy:GovCT2.wfspd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the wfspd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovCT2.wfspd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 157 ; + sh:path cim:GovCT2.wfspd ; + sh:severity sh:Violation . + +dy:GovGAST rdf:type sh:NodeShape ; + sh:property dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovGAST.t3-datatype , dy:GovGAST.kt-datatype , dy:GovGAST.dturb-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovGAST.mwbase-cardinality , dy:IdentifiedObject.name-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovGAST.r-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovGAST.mwbase-datatype , dy:GovGAST.t1-cardinality , dy:GovGAST.kt-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:GovGAST.vmax-cardinality , dy:GovGAST.vmin-datatype , dy:IdentifiedObject.description-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovGAST.vmax-datatype , dy:GovGAST.r-cardinality , dy:GovGAST.at-datatype , dy:IdentifiedObject.description-cardinality , dy:GovGAST.t1-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovGAST.t3-cardinality , dy:GovGAST.t2-datatype , dy:GovGAST.t2-cardinality , dy:GovGAST.at-cardinality , dy:GovGAST.vmin-cardinality , dy:GovGAST.dturb-datatype ; + sh:targetClass cim:GovGAST . + +dy:GovGAST.at-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (at)." ; + sh:minCount 1 ; + sh:name "GovGAST.at-cardinality" ; + sh:order 201 ; + sh:path cim:GovGAST.at ; + sh:severity sh:Violation . + +dy:GovGAST.at-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the at." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST.at-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 201 ; + sh:path cim:GovGAST.at ; + sh:severity sh:Violation . + +dy:GovGAST.dturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dturb)." ; + sh:minCount 1 ; + sh:name "GovGAST.dturb-cardinality" ; + sh:order 205 ; + sh:path cim:GovGAST.dturb ; + sh:severity sh:Violation . + +dy:GovGAST.dturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST.dturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 205 ; + sh:path cim:GovGAST.dturb ; + sh:severity sh:Violation . + +dy:GovGAST.kt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kt)." ; + sh:minCount 1 ; + sh:name "GovGAST.kt-cardinality" ; + sh:order 202 ; + sh:path cim:GovGAST.kt ; + sh:severity sh:Violation . + +dy:GovGAST.kt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST.kt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 202 ; + sh:path cim:GovGAST.kt ; + sh:severity sh:Violation . + +dy:GovGAST.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovGAST.mwbase-cardinality" ; + sh:order 196 ; + sh:path cim:GovGAST.mwbase ; + sh:severity sh:Violation . + +dy:GovGAST.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 196 ; + sh:path cim:GovGAST.mwbase ; + sh:severity sh:Violation . + +dy:GovGAST.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "GovGAST.r-cardinality" ; + sh:order 197 ; + sh:path cim:GovGAST.r ; + sh:severity sh:Violation . + +dy:GovGAST.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 197 ; + sh:path cim:GovGAST.r ; + sh:severity sh:Violation . + +dy:GovGAST.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovGAST.t1-cardinality" ; + sh:order 198 ; + sh:path cim:GovGAST.t1 ; + sh:severity sh:Violation . + +dy:GovGAST.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 198 ; + sh:path cim:GovGAST.t1 ; + sh:severity sh:Violation . + +dy:GovGAST.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "GovGAST.t2-cardinality" ; + sh:order 199 ; + sh:path cim:GovGAST.t2 ; + sh:severity sh:Violation . + +dy:GovGAST.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 199 ; + sh:path cim:GovGAST.t2 ; + sh:severity sh:Violation . + +dy:GovGAST.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovGAST.t3-cardinality" ; + sh:order 200 ; + sh:path cim:GovGAST.t3 ; + sh:severity sh:Violation . + +dy:GovGAST.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 200 ; + sh:path cim:GovGAST.t3 ; + sh:severity sh:Violation . + +dy:GovGAST.vmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmax)." ; + sh:minCount 1 ; + sh:name "GovGAST.vmax-cardinality" ; + sh:order 203 ; + sh:path cim:GovGAST.vmax ; + sh:severity sh:Violation . + +dy:GovGAST.vmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST.vmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 203 ; + sh:path cim:GovGAST.vmax ; + sh:severity sh:Violation . + +dy:GovGAST.vmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmin)." ; + sh:minCount 1 ; + sh:name "GovGAST.vmin-cardinality" ; + sh:order 204 ; + sh:path cim:GovGAST.vmin ; + sh:severity sh:Violation . + +dy:GovGAST.vmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST.vmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 204 ; + sh:path cim:GovGAST.vmin ; + sh:severity sh:Violation . + +dy:GovGAST1 rdf:type sh:NodeShape ; + sh:property dy:GovGAST1.pgv4-datatype , dy:GovGAST1.a-cardinality , dy:GovGAST1.gv2-datatype , dy:GovGAST1.r-datatype , dy:GovGAST1.b-cardinality , dy:GovGAST1.t4-datatype , dy:GovGAST1.loadinc-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovGAST1.pgv5-datatype , dy:GovGAST1.a-datatype , dy:GovGAST1.t5-cardinality , dy:IdentifiedObject.name-datatype , dy:GovGAST1.t1-cardinality , dy:GovGAST1.gv2-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovGAST1.gv1-cardinality , dy:GovGAST1.pgv1-datatype , dy:GovGAST1.gv6-cardinality , dy:GovGAST1.pgv4-cardinality , dy:GovGAST1.eps-cardinality , dy:GovGAST1.pgv6-datatype , dy:GovGAST1.vmax-cardinality , dy:GovGAST1.t4-cardinality , dy:GovGAST1.lmax-datatype , dy:GovGAST1.gv4-datatype , dy:GovGAST1.fidle-cardinality , dy:GovGAST1.fidle-datatype , dy:GovGAST1.vmax-datatype , dy:GovGAST1.tltr-cardinality , dy:GovGAST1.gv1-datatype , dy:IdentifiedObject.description-datatype , dy:GovGAST1.t2-cardinality , dy:GovGAST1.tltr-datatype , dy:IdentifiedObject.description-cardinality , dy:GovGAST1.r-cardinality , dy:GovGAST1.db1-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovGAST1.pgv6-cardinality , dy:GovGAST1.rmax-cardinality , dy:GovGAST1.rmax-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovGAST1.pgv2-datatype , dy:GovGAST1.lmax-cardinality , dy:GovGAST1.pgv1-cardinality , dy:GovGAST1.t3-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovGAST1.t3-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovGAST1.vmin-datatype , dy:GovGAST1.gv4-cardinality , dy:GovGAST1.pgv2-cardinality , dy:GovGAST1.pgv3-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovGAST1.gv6-datatype , dy:GovGAST1.db2-datatype , dy:GovGAST1.db2-cardinality , dy:GovGAST1.ltrate-cardinality , dy:GovGAST1.ka-datatype , dy:GovGAST1.db1-datatype , dy:GovGAST1.b-datatype , dy:GovGAST1.gv5-datatype , dy:IdentifiedObject.name-cardinality , dy:GovGAST1.gv3-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovGAST1.t2-datatype , dy:GovGAST1.mwbase-cardinality , dy:GovGAST1.eps-datatype , dy:GovGAST1.gv3-datatype , dy:GovGAST1.pgv3-datatype , dy:GovGAST1.ka-cardinality , dy:GovGAST1.ltrate-datatype , dy:GovGAST1.gv5-cardinality , dy:GovGAST1.vmin-cardinality , dy:GovGAST1.kt-datatype , dy:GovGAST1.t5-datatype , dy:GovGAST1.loadinc-datatype , dy:GovGAST1.kt-cardinality , dy:GovGAST1.mwbase-datatype , dy:GovGAST1.pgv5-cardinality , dy:GovGAST1.t1-datatype ; + sh:targetClass cim:GovGAST1 . + +dy:GovGAST1.a-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a)." ; + sh:minCount 1 ; + sh:name "GovGAST1.a-cardinality" ; + sh:order 220 ; + sh:path cim:GovGAST1.a ; + sh:severity sh:Violation . + +dy:GovGAST1.a-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.a-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 220 ; + sh:path cim:GovGAST1.a ; + sh:severity sh:Violation . + +dy:GovGAST1.b-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b)." ; + sh:minCount 1 ; + sh:name "GovGAST1.b-cardinality" ; + sh:order 221 ; + sh:path cim:GovGAST1.b ; + sh:severity sh:Violation . + +dy:GovGAST1.b-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.b-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 221 ; + sh:path cim:GovGAST1.b ; + sh:severity sh:Violation . + +dy:GovGAST1.db1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db1)." ; + sh:minCount 1 ; + sh:name "GovGAST1.db1-cardinality" ; + sh:order 222 ; + sh:path cim:GovGAST1.db1 ; + sh:severity sh:Violation . + +dy:GovGAST1.db1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.db1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 222 ; + sh:path cim:GovGAST1.db1 ; + sh:severity sh:Violation . + +dy:GovGAST1.db2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db2)." ; + sh:minCount 1 ; + sh:name "GovGAST1.db2-cardinality" ; + sh:order 224 ; + sh:path cim:GovGAST1.db2 ; + sh:severity sh:Violation . + +dy:GovGAST1.db2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.db2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 224 ; + sh:path cim:GovGAST1.db2 ; + sh:severity sh:Violation . + +dy:GovGAST1.eps-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eps)." ; + sh:minCount 1 ; + sh:name "GovGAST1.eps-cardinality" ; + sh:order 223 ; + sh:path cim:GovGAST1.eps ; + sh:severity sh:Violation . + +dy:GovGAST1.eps-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eps." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.eps-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 223 ; + sh:path cim:GovGAST1.eps ; + sh:severity sh:Violation . + +dy:GovGAST1.fidle-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fidle)." ; + sh:minCount 1 ; + sh:name "GovGAST1.fidle-cardinality" ; + sh:order 215 ; + sh:path cim:GovGAST1.fidle ; + sh:severity sh:Violation . + +dy:GovGAST1.fidle-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fidle." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.fidle-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 215 ; + sh:path cim:GovGAST1.fidle ; + sh:severity sh:Violation . + +dy:GovGAST1.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovGAST1.gv1-cardinality" ; + sh:order 225 ; + sh:path cim:GovGAST1.gv1 ; + sh:severity sh:Violation . + +dy:GovGAST1.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 225 ; + sh:path cim:GovGAST1.gv1 ; + sh:severity sh:Violation . + +dy:GovGAST1.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovGAST1.gv2-cardinality" ; + sh:order 227 ; + sh:path cim:GovGAST1.gv2 ; + sh:severity sh:Violation . + +dy:GovGAST1.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 227 ; + sh:path cim:GovGAST1.gv2 ; + sh:severity sh:Violation . + +dy:GovGAST1.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovGAST1.gv3-cardinality" ; + sh:order 229 ; + sh:path cim:GovGAST1.gv3 ; + sh:severity sh:Violation . + +dy:GovGAST1.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 229 ; + sh:path cim:GovGAST1.gv3 ; + sh:severity sh:Violation . + +dy:GovGAST1.gv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv4)." ; + sh:minCount 1 ; + sh:name "GovGAST1.gv4-cardinality" ; + sh:order 231 ; + sh:path cim:GovGAST1.gv4 ; + sh:severity sh:Violation . + +dy:GovGAST1.gv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.gv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 231 ; + sh:path cim:GovGAST1.gv4 ; + sh:severity sh:Violation . + +dy:GovGAST1.gv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv5)." ; + sh:minCount 1 ; + sh:name "GovGAST1.gv5-cardinality" ; + sh:order 233 ; + sh:path cim:GovGAST1.gv5 ; + sh:severity sh:Violation . + +dy:GovGAST1.gv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.gv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 233 ; + sh:path cim:GovGAST1.gv5 ; + sh:severity sh:Violation . + +dy:GovGAST1.gv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv6)." ; + sh:minCount 1 ; + sh:name "GovGAST1.gv6-cardinality" ; + sh:order 235 ; + sh:path cim:GovGAST1.gv6 ; + sh:severity sh:Violation . + +dy:GovGAST1.gv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.gv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 235 ; + sh:path cim:GovGAST1.gv6 ; + sh:severity sh:Violation . + +dy:GovGAST1.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "GovGAST1.ka-cardinality" ; + sh:order 237 ; + sh:path cim:GovGAST1.ka ; + sh:severity sh:Violation . + +dy:GovGAST1.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 237 ; + sh:path cim:GovGAST1.ka ; + sh:severity sh:Violation . + +dy:GovGAST1.kt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kt)." ; + sh:minCount 1 ; + sh:name "GovGAST1.kt-cardinality" ; + sh:order 212 ; + sh:path cim:GovGAST1.kt ; + sh:severity sh:Violation . + +dy:GovGAST1.kt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.kt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 212 ; + sh:path cim:GovGAST1.kt ; + sh:severity sh:Violation . + +dy:GovGAST1.lmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lmax)." ; + sh:minCount 1 ; + sh:name "GovGAST1.lmax-cardinality" ; + sh:order 211 ; + sh:path cim:GovGAST1.lmax ; + sh:severity sh:Violation . + +dy:GovGAST1.lmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.lmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 211 ; + sh:path cim:GovGAST1.lmax ; + sh:severity sh:Violation . + +dy:GovGAST1.loadinc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (loadinc)." ; + sh:minCount 1 ; + sh:name "GovGAST1.loadinc-cardinality" ; + sh:order 217 ; + sh:path cim:GovGAST1.loadinc ; + sh:severity sh:Violation . + +dy:GovGAST1.loadinc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the loadinc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.loadinc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 217 ; + sh:path cim:GovGAST1.loadinc ; + sh:severity sh:Violation . + +dy:GovGAST1.ltrate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ltrate)." ; + sh:minCount 1 ; + sh:name "GovGAST1.ltrate-cardinality" ; + sh:order 219 ; + sh:path cim:GovGAST1.ltrate ; + sh:severity sh:Violation . + +dy:GovGAST1.ltrate-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ltrate." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.ltrate-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 219 ; + sh:path cim:GovGAST1.ltrate ; + sh:severity sh:Violation . + +dy:GovGAST1.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovGAST1.mwbase-cardinality" ; + sh:order 206 ; + sh:path cim:GovGAST1.mwbase ; + sh:severity sh:Violation . + +dy:GovGAST1.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 206 ; + sh:path cim:GovGAST1.mwbase ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv1)." ; + sh:minCount 1 ; + sh:name "GovGAST1.pgv1-cardinality" ; + sh:order 226 ; + sh:path cim:GovGAST1.pgv1 ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.pgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 226 ; + sh:path cim:GovGAST1.pgv1 ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv2)." ; + sh:minCount 1 ; + sh:name "GovGAST1.pgv2-cardinality" ; + sh:order 228 ; + sh:path cim:GovGAST1.pgv2 ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.pgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 228 ; + sh:path cim:GovGAST1.pgv2 ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv3)." ; + sh:minCount 1 ; + sh:name "GovGAST1.pgv3-cardinality" ; + sh:order 230 ; + sh:path cim:GovGAST1.pgv3 ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.pgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 230 ; + sh:path cim:GovGAST1.pgv3 ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv4)." ; + sh:minCount 1 ; + sh:name "GovGAST1.pgv4-cardinality" ; + sh:order 232 ; + sh:path cim:GovGAST1.pgv4 ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.pgv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 232 ; + sh:path cim:GovGAST1.pgv4 ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv5)." ; + sh:minCount 1 ; + sh:name "GovGAST1.pgv5-cardinality" ; + sh:order 234 ; + sh:path cim:GovGAST1.pgv5 ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.pgv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 234 ; + sh:path cim:GovGAST1.pgv5 ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv6)." ; + sh:minCount 1 ; + sh:name "GovGAST1.pgv6-cardinality" ; + sh:order 236 ; + sh:path cim:GovGAST1.pgv6 ; + sh:severity sh:Violation . + +dy:GovGAST1.pgv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.pgv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 236 ; + sh:path cim:GovGAST1.pgv6 ; + sh:severity sh:Violation . + +dy:GovGAST1.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "GovGAST1.r-cardinality" ; + sh:order 207 ; + sh:path cim:GovGAST1.r ; + sh:severity sh:Violation . + +dy:GovGAST1.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 207 ; + sh:path cim:GovGAST1.r ; + sh:severity sh:Violation . + +dy:GovGAST1.rmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rmax)." ; + sh:minCount 1 ; + sh:name "GovGAST1.rmax-cardinality" ; + sh:order 216 ; + sh:path cim:GovGAST1.rmax ; + sh:severity sh:Violation . + +dy:GovGAST1.rmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.rmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 216 ; + sh:path cim:GovGAST1.rmax ; + sh:severity sh:Violation . + +dy:GovGAST1.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovGAST1.t1-cardinality" ; + sh:order 208 ; + sh:path cim:GovGAST1.t1 ; + sh:severity sh:Violation . + +dy:GovGAST1.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 208 ; + sh:path cim:GovGAST1.t1 ; + sh:severity sh:Violation . + +dy:GovGAST1.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "GovGAST1.t2-cardinality" ; + sh:order 209 ; + sh:path cim:GovGAST1.t2 ; + sh:severity sh:Violation . + +dy:GovGAST1.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 209 ; + sh:path cim:GovGAST1.t2 ; + sh:severity sh:Violation . + +dy:GovGAST1.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovGAST1.t3-cardinality" ; + sh:order 210 ; + sh:path cim:GovGAST1.t3 ; + sh:severity sh:Violation . + +dy:GovGAST1.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 210 ; + sh:path cim:GovGAST1.t3 ; + sh:severity sh:Violation . + +dy:GovGAST1.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "GovGAST1.t4-cardinality" ; + sh:order 238 ; + sh:path cim:GovGAST1.t4 ; + sh:severity sh:Violation . + +dy:GovGAST1.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 238 ; + sh:path cim:GovGAST1.t4 ; + sh:severity sh:Violation . + +dy:GovGAST1.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "GovGAST1.t5-cardinality" ; + sh:order 239 ; + sh:path cim:GovGAST1.t5 ; + sh:severity sh:Violation . + +dy:GovGAST1.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 239 ; + sh:path cim:GovGAST1.t5 ; + sh:severity sh:Violation . + +dy:GovGAST1.tltr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tltr)." ; + sh:minCount 1 ; + sh:name "GovGAST1.tltr-cardinality" ; + sh:order 218 ; + sh:path cim:GovGAST1.tltr ; + sh:severity sh:Violation . + +dy:GovGAST1.tltr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tltr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.tltr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 218 ; + sh:path cim:GovGAST1.tltr ; + sh:severity sh:Violation . + +dy:GovGAST1.vmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmax)." ; + sh:minCount 1 ; + sh:name "GovGAST1.vmax-cardinality" ; + sh:order 213 ; + sh:path cim:GovGAST1.vmax ; + sh:severity sh:Violation . + +dy:GovGAST1.vmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.vmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 213 ; + sh:path cim:GovGAST1.vmax ; + sh:severity sh:Violation . + +dy:GovGAST1.vmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmin)." ; + sh:minCount 1 ; + sh:name "GovGAST1.vmin-cardinality" ; + sh:order 214 ; + sh:path cim:GovGAST1.vmin ; + sh:severity sh:Violation . + +dy:GovGAST1.vmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST1.vmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 214 ; + sh:path cim:GovGAST1.vmin ; + sh:severity sh:Violation . + +dy:GovGAST2 rdf:type sh:NodeShape ; + sh:property dy:GovGAST2.tmax-cardinality , dy:GovGAST2.k4-datatype , dy:GovGAST2.af1-cardinality , dy:GovGAST2.kf-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovGAST2.k3-cardinality , dy:GovGAST2.a-cardinality , dy:GovGAST2.b-datatype , dy:GovGAST2.k6-datatype , dy:GovGAST2.tr-cardinality , dy:GovGAST2.b-cardinality , dy:GovGAST2.bf2-datatype , dy:GovGAST2.etd-datatype , dy:GovGAST2.cf2-datatype , dy:GovGAST2.tmin-cardinality , dy:IdentifiedObject.description-datatype , dy:GovGAST2.ecr-cardinality , dy:GovGAST2.tmin-datatype , dy:IdentifiedObject.name-datatype , dy:GovGAST2.w-cardinality , dy:GovGAST2.ecr-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovGAST2.af2-datatype , dy:GovGAST2.trate-datatype , dy:GovGAST2.tt-datatype , dy:GovGAST2.t-datatype , dy:GovGAST2.t4-cardinality , dy:GovGAST2.bf1-datatype , dy:GovGAST2.etd-cardinality , dy:GovGAST2.mwbase-datatype , dy:GovGAST2.c-cardinality , dy:GovGAST2.tf-cardinality , dy:GovGAST2.t-cardinality , dy:GovGAST2.mwbase-cardinality , dy:GovGAST2.tcd-cardinality , dy:GovGAST2.z-cardinality , dy:GovGAST2.bf1-cardinality , dy:GovGAST2.trate-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovGAST2.z-datatype , dy:GovGAST2.k3-datatype , dy:GovGAST2.c-datatype , dy:GovGAST2.k6-cardinality , dy:GovGAST2.bf2-cardinality , dy:GovGAST2.x-datatype , dy:GovGAST2.tr-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovGAST2.k5-datatype , dy:GovGAST2.y-datatype , dy:GovGAST2.y-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovGAST2.tmax-datatype , dy:GovGAST2.w-datatype , dy:GovGAST2.t5-cardinality , dy:GovGAST2.k5-cardinality , dy:GovGAST2.tc-cardinality , dy:GovGAST2.af2-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovGAST2.t3-datatype , dy:GovGAST2.k4-cardinality , dy:GovGAST2.t3-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovGAST2.tcd-datatype , dy:GovGAST2.cf2-cardinality , dy:GovGAST2.t5-datatype , dy:GovGAST2.tf-datatype , dy:GovGAST2.tc-datatype , dy:GovGAST2.tt-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovGAST2.af1-datatype , dy:GovGAST2.x-cardinality , dy:GovGAST2.a-datatype , dy:GovGAST2.t4-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovGAST2.kf-datatype ; + sh:targetClass cim:GovGAST2 . + +dy:GovGAST2.a-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a)." ; + sh:minCount 1 ; + sh:name "GovGAST2.a-cardinality" ; + sh:order 253 ; + sh:path cim:GovGAST2.a ; + sh:severity sh:Violation . + +dy:GovGAST2.a-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.a-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 253 ; + sh:path cim:GovGAST2.a ; + sh:severity sh:Violation . + +dy:GovGAST2.af1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (af1)." ; + sh:minCount 1 ; + sh:name "GovGAST2.af1-cardinality" ; + sh:order 264 ; + sh:path cim:GovGAST2.af1 ; + sh:severity sh:Violation . + +dy:GovGAST2.af1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the af1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.af1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 264 ; + sh:path cim:GovGAST2.af1 ; + sh:severity sh:Violation . + +dy:GovGAST2.af2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (af2)." ; + sh:minCount 1 ; + sh:name "GovGAST2.af2-cardinality" ; + sh:order 266 ; + sh:path cim:GovGAST2.af2 ; + sh:severity sh:Violation . + +dy:GovGAST2.af2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the af2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.af2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 266 ; + sh:path cim:GovGAST2.af2 ; + sh:severity sh:Violation . + +dy:GovGAST2.b-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b)." ; + sh:minCount 1 ; + sh:name "GovGAST2.b-cardinality" ; + sh:order 254 ; + sh:path cim:GovGAST2.b ; + sh:severity sh:Violation . + +dy:GovGAST2.b-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.b-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 254 ; + sh:path cim:GovGAST2.b ; + sh:severity sh:Violation . + +dy:GovGAST2.bf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bf1)." ; + sh:minCount 1 ; + sh:name "GovGAST2.bf1-cardinality" ; + sh:order 265 ; + sh:path cim:GovGAST2.bf1 ; + sh:severity sh:Violation . + +dy:GovGAST2.bf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.bf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 265 ; + sh:path cim:GovGAST2.bf1 ; + sh:severity sh:Violation . + +dy:GovGAST2.bf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bf2)." ; + sh:minCount 1 ; + sh:name "GovGAST2.bf2-cardinality" ; + sh:order 267 ; + sh:path cim:GovGAST2.bf2 ; + sh:severity sh:Violation . + +dy:GovGAST2.bf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.bf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 267 ; + sh:path cim:GovGAST2.bf2 ; + sh:severity sh:Violation . + +dy:GovGAST2.c-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (c)." ; + sh:minCount 1 ; + sh:name "GovGAST2.c-cardinality" ; + sh:order 255 ; + sh:path cim:GovGAST2.c ; + sh:severity sh:Violation . + +dy:GovGAST2.c-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the c." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.c-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 255 ; + sh:path cim:GovGAST2.c ; + sh:severity sh:Violation . + +dy:GovGAST2.cf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (cf2)." ; + sh:minCount 1 ; + sh:name "GovGAST2.cf2-cardinality" ; + sh:order 268 ; + sh:path cim:GovGAST2.cf2 ; + sh:severity sh:Violation . + +dy:GovGAST2.cf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the cf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.cf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 268 ; + sh:path cim:GovGAST2.cf2 ; + sh:severity sh:Violation . + +dy:GovGAST2.ecr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ecr)." ; + sh:minCount 1 ; + sh:name "GovGAST2.ecr-cardinality" ; + sh:order 251 ; + sh:path cim:GovGAST2.ecr ; + sh:severity sh:Violation . + +dy:GovGAST2.ecr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ecr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.ecr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 251 ; + sh:path cim:GovGAST2.ecr ; + sh:severity sh:Violation . + +dy:GovGAST2.etd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (etd)." ; + sh:minCount 1 ; + sh:name "GovGAST2.etd-cardinality" ; + sh:order 245 ; + sh:path cim:GovGAST2.etd ; + sh:severity sh:Violation . + +dy:GovGAST2.etd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the etd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.etd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 245 ; + sh:path cim:GovGAST2.etd ; + sh:severity sh:Violation . + +dy:GovGAST2.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "GovGAST2.k3-cardinality" ; + sh:order 252 ; + sh:path cim:GovGAST2.k3 ; + sh:severity sh:Violation . + +dy:GovGAST2.k3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 252 ; + sh:path cim:GovGAST2.k3 ; + sh:severity sh:Violation . + +dy:GovGAST2.k4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k4)." ; + sh:minCount 1 ; + sh:name "GovGAST2.k4-cardinality" ; + sh:order 259 ; + sh:path cim:GovGAST2.k4 ; + sh:severity sh:Violation . + +dy:GovGAST2.k4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.k4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 259 ; + sh:path cim:GovGAST2.k4 ; + sh:severity sh:Violation . + +dy:GovGAST2.k5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k5)." ; + sh:minCount 1 ; + sh:name "GovGAST2.k5-cardinality" ; + sh:order 258 ; + sh:path cim:GovGAST2.k5 ; + sh:severity sh:Violation . + +dy:GovGAST2.k5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.k5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 258 ; + sh:path cim:GovGAST2.k5 ; + sh:severity sh:Violation . + +dy:GovGAST2.k6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k6)." ; + sh:minCount 1 ; + sh:name "GovGAST2.k6-cardinality" ; + sh:order 270 ; + sh:path cim:GovGAST2.k6 ; + sh:severity sh:Violation . + +dy:GovGAST2.k6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.k6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 270 ; + sh:path cim:GovGAST2.k6 ; + sh:severity sh:Violation . + +dy:GovGAST2.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "GovGAST2.kf-cardinality" ; + sh:order 257 ; + sh:path cim:GovGAST2.kf ; + sh:severity sh:Violation . + +dy:GovGAST2.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 257 ; + sh:path cim:GovGAST2.kf ; + sh:severity sh:Violation . + +dy:GovGAST2.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovGAST2.mwbase-cardinality" ; + sh:order 240 ; + sh:path cim:GovGAST2.mwbase ; + sh:severity sh:Violation . + +dy:GovGAST2.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 240 ; + sh:path cim:GovGAST2.mwbase ; + sh:severity sh:Violation . + +dy:GovGAST2.t-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t)." ; + sh:minCount 1 ; + sh:name "GovGAST2.t-cardinality" ; + sh:order 248 ; + sh:path cim:GovGAST2.t ; + sh:severity sh:Violation . + +dy:GovGAST2.t-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.t-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 248 ; + sh:path cim:GovGAST2.t ; + sh:severity sh:Violation . + +dy:GovGAST2.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovGAST2.t3-cardinality" ; + sh:order 260 ; + sh:path cim:GovGAST2.t3 ; + sh:severity sh:Violation . + +dy:GovGAST2.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 260 ; + sh:path cim:GovGAST2.t3 ; + sh:severity sh:Violation . + +dy:GovGAST2.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "GovGAST2.t4-cardinality" ; + sh:order 261 ; + sh:path cim:GovGAST2.t4 ; + sh:severity sh:Violation . + +dy:GovGAST2.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 261 ; + sh:path cim:GovGAST2.t4 ; + sh:severity sh:Violation . + +dy:GovGAST2.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "GovGAST2.t5-cardinality" ; + sh:order 263 ; + sh:path cim:GovGAST2.t5 ; + sh:severity sh:Violation . + +dy:GovGAST2.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 263 ; + sh:path cim:GovGAST2.t5 ; + sh:severity sh:Violation . + +dy:GovGAST2.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "GovGAST2.tc-cardinality" ; + sh:order 271 ; + sh:path cim:GovGAST2.tc ; + sh:severity sh:Violation . + +dy:GovGAST2.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 271 ; + sh:path cim:GovGAST2.tc ; + sh:severity sh:Violation . + +dy:GovGAST2.tcd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tcd)." ; + sh:minCount 1 ; + sh:name "GovGAST2.tcd-cardinality" ; + sh:order 246 ; + sh:path cim:GovGAST2.tcd ; + sh:severity sh:Violation . + +dy:GovGAST2.tcd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tcd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.tcd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 246 ; + sh:path cim:GovGAST2.tcd ; + sh:severity sh:Violation . + +dy:GovGAST2.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "GovGAST2.tf-cardinality" ; + sh:order 256 ; + sh:path cim:GovGAST2.tf ; + sh:severity sh:Violation . + +dy:GovGAST2.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 256 ; + sh:path cim:GovGAST2.tf ; + sh:severity sh:Violation . + +dy:GovGAST2.tmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tmax)." ; + sh:minCount 1 ; + sh:name "GovGAST2.tmax-cardinality" ; + sh:order 249 ; + sh:path cim:GovGAST2.tmax ; + sh:severity sh:Violation . + +dy:GovGAST2.tmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.tmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 249 ; + sh:path cim:GovGAST2.tmax ; + sh:severity sh:Violation . + +dy:GovGAST2.tmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tmin)." ; + sh:minCount 1 ; + sh:name "GovGAST2.tmin-cardinality" ; + sh:order 250 ; + sh:path cim:GovGAST2.tmin ; + sh:severity sh:Violation . + +dy:GovGAST2.tmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.tmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 250 ; + sh:path cim:GovGAST2.tmin ; + sh:severity sh:Violation . + +dy:GovGAST2.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "GovGAST2.tr-cardinality" ; + sh:order 269 ; + sh:path cim:GovGAST2.tr ; + sh:severity sh:Violation . + +dy:GovGAST2.tr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 269 ; + sh:path cim:GovGAST2.tr ; + sh:severity sh:Violation . + +dy:GovGAST2.trate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (trate)." ; + sh:minCount 1 ; + sh:name "GovGAST2.trate-cardinality" ; + sh:order 247 ; + sh:path cim:GovGAST2.trate ; + sh:severity sh:Violation . + +dy:GovGAST2.trate-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the trate." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.trate-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 247 ; + sh:path cim:GovGAST2.trate ; + sh:severity sh:Violation . + +dy:GovGAST2.tt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tt)." ; + sh:minCount 1 ; + sh:name "GovGAST2.tt-cardinality" ; + sh:order 262 ; + sh:path cim:GovGAST2.tt ; + sh:severity sh:Violation . + +dy:GovGAST2.tt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.tt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 262 ; + sh:path cim:GovGAST2.tt ; + sh:severity sh:Violation . + +dy:GovGAST2.w-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (w)." ; + sh:minCount 1 ; + sh:name "GovGAST2.w-cardinality" ; + sh:order 241 ; + sh:path cim:GovGAST2.w ; + sh:severity sh:Violation . + +dy:GovGAST2.w-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the w." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.w-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 241 ; + sh:path cim:GovGAST2.w ; + sh:severity sh:Violation . + +dy:GovGAST2.x-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x)." ; + sh:minCount 1 ; + sh:name "GovGAST2.x-cardinality" ; + sh:order 242 ; + sh:path cim:GovGAST2.x ; + sh:severity sh:Violation . + +dy:GovGAST2.x-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.x-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 242 ; + sh:path cim:GovGAST2.x ; + sh:severity sh:Violation . + +dy:GovGAST2.y-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (y)." ; + sh:minCount 1 ; + sh:name "GovGAST2.y-cardinality" ; + sh:order 243 ; + sh:path cim:GovGAST2.y ; + sh:severity sh:Violation . + +dy:GovGAST2.y-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the y." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.y-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 243 ; + sh:path cim:GovGAST2.y ; + sh:severity sh:Violation . + +dy:GovGAST2.z-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (z)." ; + sh:minCount 1 ; + sh:name "GovGAST2.z-cardinality" ; + sh:order 244 ; + sh:path cim:GovGAST2.z ; + sh:severity sh:Violation . + +dy:GovGAST2.z-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the z." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST2.z-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 244 ; + sh:path cim:GovGAST2.z ; + sh:severity sh:Violation . + +dy:GovGAST3 rdf:type sh:NodeShape ; + sh:property dy:GovGAST3.rcmn-datatype , dy:GovGAST3.tac-datatype , dy:GovGAST3.tc-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovGAST3.bca-cardinality , dy:GovGAST3.mxef-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovGAST3.ksi-datatype , dy:GovGAST3.rcmn-cardinality , dy:GovGAST3.tac-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovGAST3.tg-datatype , dy:GovGAST3.ty-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovGAST3.ky-datatype , dy:GovGAST3.kac-datatype , dy:GovGAST3.tg-cardinality , dy:GovGAST3.ka-cardinality , dy:GovGAST3.tsi-datatype , dy:GovGAST3.tt-datatype , dy:GovGAST3.bca-datatype , dy:GovGAST3.rcmx-cardinality , dy:GovGAST3.bp-datatype , dy:GovGAST3.bp-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovGAST3.kca-datatype , dy:GovGAST3.rcmx-datatype , dy:IdentifiedObject.description-datatype , dy:GovGAST3.ksi-cardinality , dy:GovGAST3.dtc-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovGAST3.ty-cardinality , dy:GovGAST3.td-cardinality , dy:GovGAST3.ky-cardinality , dy:GovGAST3.ka-datatype , dy:GovGAST3.ttc-cardinality , dy:GovGAST3.dtc-datatype , dy:GovGAST3.tsi-cardinality , dy:GovGAST3.tfen-datatype , dy:GovGAST3.mxef-datatype , dy:GovGAST3.kca-cardinality , dy:GovGAST3.tc-cardinality , dy:IdentifiedObject.name-datatype , dy:GovGAST3.tfen-cardinality , dy:GovGAST3.kac-cardinality , dy:GovGAST3.mnef-datatype , dy:GovGAST3.ttc-datatype , dy:GovGAST3.mnef-cardinality , dy:GovGAST3.td-datatype , dy:GovGAST3.tt-cardinality ; + sh:targetClass cim:GovGAST3 . + +dy:GovGAST3.bca-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bca)." ; + sh:minCount 1 ; + sh:name "GovGAST3.bca-cardinality" ; + sh:order 281 ; + sh:path cim:GovGAST3.bca ; + sh:severity sh:Violation . + +dy:GovGAST3.bca-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bca." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.bca-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 281 ; + sh:path cim:GovGAST3.bca ; + sh:severity sh:Violation . + +dy:GovGAST3.bp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bp)." ; + sh:minCount 1 ; + sh:name "GovGAST3.bp-cardinality" ; + sh:order 272 ; + sh:path cim:GovGAST3.bp ; + sh:severity sh:Violation . + +dy:GovGAST3.bp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.bp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 272 ; + sh:path cim:GovGAST3.bp ; + sh:severity sh:Violation . + +dy:GovGAST3.dtc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dtc)." ; + sh:minCount 1 ; + sh:name "GovGAST3.dtc-cardinality" ; + sh:order 283 ; + sh:path cim:GovGAST3.dtc ; + sh:severity sh:Violation . + +dy:GovGAST3.dtc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dtc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.dtc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 283 ; + sh:path cim:GovGAST3.dtc ; + sh:severity sh:Violation . + +dy:GovGAST3.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "GovGAST3.ka-cardinality" ; + sh:order 284 ; + sh:path cim:GovGAST3.ka ; + sh:severity sh:Violation . + +dy:GovGAST3.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 284 ; + sh:path cim:GovGAST3.ka ; + sh:severity sh:Violation . + +dy:GovGAST3.kac-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kac)." ; + sh:minCount 1 ; + sh:name "GovGAST3.kac-cardinality" ; + sh:order 279 ; + sh:path cim:GovGAST3.kac ; + sh:severity sh:Violation . + +dy:GovGAST3.kac-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kac." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.kac-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 279 ; + sh:path cim:GovGAST3.kac ; + sh:severity sh:Violation . + +dy:GovGAST3.kca-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kca)." ; + sh:minCount 1 ; + sh:name "GovGAST3.kca-cardinality" ; + sh:order 282 ; + sh:path cim:GovGAST3.kca ; + sh:severity sh:Violation . + +dy:GovGAST3.kca-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kca." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.kca-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 282 ; + sh:path cim:GovGAST3.kca ; + sh:severity sh:Violation . + +dy:GovGAST3.ksi-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ksi)." ; + sh:minCount 1 ; + sh:name "GovGAST3.ksi-cardinality" ; + sh:order 286 ; + sh:path cim:GovGAST3.ksi ; + sh:severity sh:Violation . + +dy:GovGAST3.ksi-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ksi." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.ksi-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 286 ; + sh:path cim:GovGAST3.ksi ; + sh:severity sh:Violation . + +dy:GovGAST3.ky-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ky)." ; + sh:minCount 1 ; + sh:name "GovGAST3.ky-cardinality" ; + sh:order 276 ; + sh:path cim:GovGAST3.ky ; + sh:severity sh:Violation . + +dy:GovGAST3.ky-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ky." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.ky-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 276 ; + sh:path cim:GovGAST3.ky ; + sh:severity sh:Violation . + +dy:GovGAST3.mnef-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mnef)." ; + sh:minCount 1 ; + sh:name "GovGAST3.mnef-cardinality" ; + sh:order 292 ; + sh:path cim:GovGAST3.mnef ; + sh:severity sh:Violation . + +dy:GovGAST3.mnef-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mnef." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.mnef-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 292 ; + sh:path cim:GovGAST3.mnef ; + sh:severity sh:Violation . + +dy:GovGAST3.mxef-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mxef)." ; + sh:minCount 1 ; + sh:name "GovGAST3.mxef-cardinality" ; + sh:order 291 ; + sh:path cim:GovGAST3.mxef ; + sh:severity sh:Violation . + +dy:GovGAST3.mxef-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mxef." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.mxef-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 291 ; + sh:path cim:GovGAST3.mxef ; + sh:severity sh:Violation . + +dy:GovGAST3.rcmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rcmn)." ; + sh:minCount 1 ; + sh:name "GovGAST3.rcmn-cardinality" ; + sh:order 275 ; + sh:path cim:GovGAST3.rcmn ; + sh:severity sh:Violation . + +dy:GovGAST3.rcmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rcmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.rcmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 275 ; + sh:path cim:GovGAST3.rcmn ; + sh:severity sh:Violation . + +dy:GovGAST3.rcmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rcmx)." ; + sh:minCount 1 ; + sh:name "GovGAST3.rcmx-cardinality" ; + sh:order 274 ; + sh:path cim:GovGAST3.rcmx ; + sh:severity sh:Violation . + +dy:GovGAST3.rcmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rcmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.rcmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 274 ; + sh:path cim:GovGAST3.rcmx ; + sh:severity sh:Violation . + +dy:GovGAST3.tac-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tac)." ; + sh:minCount 1 ; + sh:name "GovGAST3.tac-cardinality" ; + sh:order 278 ; + sh:path cim:GovGAST3.tac ; + sh:severity sh:Violation . + +dy:GovGAST3.tac-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tac." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.tac-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 278 ; + sh:path cim:GovGAST3.tac ; + sh:severity sh:Violation . + +dy:GovGAST3.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "GovGAST3.tc-cardinality" ; + sh:order 280 ; + sh:path cim:GovGAST3.tc ; + sh:severity sh:Violation . + +dy:GovGAST3.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 280 ; + sh:path cim:GovGAST3.tc ; + sh:severity sh:Violation . + +dy:GovGAST3.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "GovGAST3.td-cardinality" ; + sh:order 289 ; + sh:path cim:GovGAST3.td ; + sh:severity sh:Violation . + +dy:GovGAST3.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 289 ; + sh:path cim:GovGAST3.td ; + sh:severity sh:Violation . + +dy:GovGAST3.tfen-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tfen)." ; + sh:minCount 1 ; + sh:name "GovGAST3.tfen-cardinality" ; + sh:order 288 ; + sh:path cim:GovGAST3.tfen ; + sh:severity sh:Violation . + +dy:GovGAST3.tfen-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tfen." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.tfen-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 288 ; + sh:path cim:GovGAST3.tfen ; + sh:severity sh:Violation . + +dy:GovGAST3.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "GovGAST3.tg-cardinality" ; + sh:order 273 ; + sh:path cim:GovGAST3.tg ; + sh:severity sh:Violation . + +dy:GovGAST3.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 273 ; + sh:path cim:GovGAST3.tg ; + sh:severity sh:Violation . + +dy:GovGAST3.tsi-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tsi)." ; + sh:minCount 1 ; + sh:name "GovGAST3.tsi-cardinality" ; + sh:order 285 ; + sh:path cim:GovGAST3.tsi ; + sh:severity sh:Violation . + +dy:GovGAST3.tsi-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tsi." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.tsi-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 285 ; + sh:path cim:GovGAST3.tsi ; + sh:severity sh:Violation . + +dy:GovGAST3.tt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tt)." ; + sh:minCount 1 ; + sh:name "GovGAST3.tt-cardinality" ; + sh:order 290 ; + sh:path cim:GovGAST3.tt ; + sh:severity sh:Violation . + +dy:GovGAST3.tt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.tt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 290 ; + sh:path cim:GovGAST3.tt ; + sh:severity sh:Violation . + +dy:GovGAST3.ttc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ttc)." ; + sh:minCount 1 ; + sh:name "GovGAST3.ttc-cardinality" ; + sh:order 287 ; + sh:path cim:GovGAST3.ttc ; + sh:severity sh:Violation . + +dy:GovGAST3.ttc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ttc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.ttc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 287 ; + sh:path cim:GovGAST3.ttc ; + sh:severity sh:Violation . + +dy:GovGAST3.ty-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ty)." ; + sh:minCount 1 ; + sh:name "GovGAST3.ty-cardinality" ; + sh:order 277 ; + sh:path cim:GovGAST3.ty ; + sh:severity sh:Violation . + +dy:GovGAST3.ty-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ty." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST3.ty-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 277 ; + sh:path cim:GovGAST3.ty ; + sh:severity sh:Violation . + +dy:GovGAST4 rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-datatype , dy:GovGAST4.rymx-datatype , dy:GovGAST4.tc-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovGAST4.ta-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovGAST4.ty-cardinality , dy:GovGAST4.ta-datatype , dy:GovGAST4.tcm-cardinality , dy:GovGAST4.bp-cardinality , dy:GovGAST4.rymn-cardinality , dy:GovGAST4.tcm-datatype , dy:GovGAST4.mnef-datatype , dy:GovGAST4.rymx-cardinality , dy:GovGAST4.mnef-cardinality , dy:GovGAST4.ktm-datatype , dy:GovGAST4.rymn-datatype , dy:GovGAST4.tc-datatype , dy:GovGAST4.tm-cardinality , dy:IdentifiedObject.name-datatype , dy:GovGAST4.mxef-datatype , dy:GovGAST4.mxef-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovGAST4.ty-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.description-cardinality , dy:GovGAST4.ktm-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.name-cardinality , dy:GovGAST4.bp-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovGAST4.tm-datatype , dy:IdentifiedObject.description-datatype ; + sh:targetClass cim:GovGAST4 . + +dy:GovGAST4.bp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bp)." ; + sh:minCount 1 ; + sh:name "GovGAST4.bp-cardinality" ; + sh:order 293 ; + sh:path cim:GovGAST4.bp ; + sh:severity sh:Violation . + +dy:GovGAST4.bp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST4.bp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 293 ; + sh:path cim:GovGAST4.bp ; + sh:severity sh:Violation . + +dy:GovGAST4.ktm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ktm)." ; + sh:minCount 1 ; + sh:name "GovGAST4.ktm-cardinality" ; + sh:order 298 ; + sh:path cim:GovGAST4.ktm ; + sh:severity sh:Violation . + +dy:GovGAST4.ktm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ktm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST4.ktm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 298 ; + sh:path cim:GovGAST4.ktm ; + sh:severity sh:Violation . + +dy:GovGAST4.mnef-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mnef)." ; + sh:minCount 1 ; + sh:name "GovGAST4.mnef-cardinality" ; + sh:order 303 ; + sh:path cim:GovGAST4.mnef ; + sh:severity sh:Violation . + +dy:GovGAST4.mnef-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mnef." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST4.mnef-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 303 ; + sh:path cim:GovGAST4.mnef ; + sh:severity sh:Violation . + +dy:GovGAST4.mxef-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mxef)." ; + sh:minCount 1 ; + sh:name "GovGAST4.mxef-cardinality" ; + sh:order 302 ; + sh:path cim:GovGAST4.mxef ; + sh:severity sh:Violation . + +dy:GovGAST4.mxef-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mxef." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST4.mxef-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 302 ; + sh:path cim:GovGAST4.mxef ; + sh:severity sh:Violation . + +dy:GovGAST4.rymn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rymn)." ; + sh:minCount 1 ; + sh:name "GovGAST4.rymn-cardinality" ; + sh:order 301 ; + sh:path cim:GovGAST4.rymn ; + sh:severity sh:Violation . + +dy:GovGAST4.rymn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rymn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST4.rymn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 301 ; + sh:path cim:GovGAST4.rymn ; + sh:severity sh:Violation . + +dy:GovGAST4.rymx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rymx)." ; + sh:minCount 1 ; + sh:name "GovGAST4.rymx-cardinality" ; + sh:order 300 ; + sh:path cim:GovGAST4.rymx ; + sh:severity sh:Violation . + +dy:GovGAST4.rymx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rymx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST4.rymx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 300 ; + sh:path cim:GovGAST4.rymx ; + sh:severity sh:Violation . + +dy:GovGAST4.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "GovGAST4.ta-cardinality" ; + sh:order 295 ; + sh:path cim:GovGAST4.ta ; + sh:severity sh:Violation . + +dy:GovGAST4.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST4.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 295 ; + sh:path cim:GovGAST4.ta ; + sh:severity sh:Violation . + +dy:GovGAST4.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "GovGAST4.tc-cardinality" ; + sh:order 296 ; + sh:path cim:GovGAST4.tc ; + sh:severity sh:Violation . + +dy:GovGAST4.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST4.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 296 ; + sh:path cim:GovGAST4.tc ; + sh:severity sh:Violation . + +dy:GovGAST4.tcm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tcm)." ; + sh:minCount 1 ; + sh:name "GovGAST4.tcm-cardinality" ; + sh:order 297 ; + sh:path cim:GovGAST4.tcm ; + sh:severity sh:Violation . + +dy:GovGAST4.tcm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tcm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST4.tcm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 297 ; + sh:path cim:GovGAST4.tcm ; + sh:severity sh:Violation . + +dy:GovGAST4.tm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tm)." ; + sh:minCount 1 ; + sh:name "GovGAST4.tm-cardinality" ; + sh:order 299 ; + sh:path cim:GovGAST4.tm ; + sh:severity sh:Violation . + +dy:GovGAST4.tm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST4.tm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 299 ; + sh:path cim:GovGAST4.tm ; + sh:severity sh:Violation . + +dy:GovGAST4.ty-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ty)." ; + sh:minCount 1 ; + sh:name "GovGAST4.ty-cardinality" ; + sh:order 294 ; + sh:path cim:GovGAST4.ty ; + sh:severity sh:Violation . + +dy:GovGAST4.ty-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ty." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGAST4.ty-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 294 ; + sh:path cim:GovGAST4.ty ; + sh:severity sh:Violation . + +dy:GovGASTWD rdf:type sh:NodeShape ; + sh:property dy:GovGASTWD.af2-datatype , dy:GovGASTWD.t3-datatype , dy:GovGASTWD.k4-datatype , dy:GovGASTWD.mwbase-datatype , dy:GovGASTWD.af1-cardinality , dy:GovGASTWD.af1-datatype , dy:GovGASTWD.tmax-datatype , dy:GovGASTWD.tmax-cardinality , dy:GovGASTWD.mwbase-cardinality , dy:GovGASTWD.kdroop-cardinality , dy:GovGASTWD.k6-cardinality , dy:GovGASTWD.tt-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovGASTWD.t5-datatype , dy:IdentifiedObject.mRID-cardinality , dy:GovGASTWD.bf2-datatype , dy:IdentifiedObject.name-datatype , dy:GovGASTWD.t5-cardinality , dy:GovGASTWD.t-datatype , dy:GovGASTWD.bf2-cardinality , dy:GovGASTWD.ecr-cardinality , dy:GovGASTWD.kd-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovGASTWD.tf-cardinality , dy:GovGASTWD.etd-datatype , dy:GovGASTWD.af2-cardinality , dy:GovGASTWD.tcd-cardinality , dy:GovGASTWD.k5-cardinality , dy:GovGASTWD.tmin-cardinality , dy:GovGASTWD.t3-cardinality , dy:GovGASTWD.a-datatype , dy:GovGASTWD.trate-datatype , dy:GovGASTWD.trate-cardinality , dy:GovGASTWD.ki-cardinality , dy:GovGASTWD.cf2-cardinality , dy:GovGASTWD.tr-datatype , dy:GovGASTWD.tc-cardinality , dy:GovGASTWD.kf-datatype , dy:GovGASTWD.kf-cardinality , dy:GovGASTWD.k5-datatype , dy:GovGASTWD.tcd-datatype , dy:GovGASTWD.kdroop-datatype , dy:GovGASTWD.c-datatype , dy:GovGASTWD.tr-cardinality , dy:GovGASTWD.k3-datatype , dy:GovGASTWD.bf1-datatype , dy:GovGASTWD.t-cardinality , dy:GovGASTWD.kp-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovGASTWD.t4-cardinality , dy:GovGASTWD.b-cardinality , dy:GovGASTWD.ki-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality , dy:GovGASTWD.td-cardinality , dy:GovGASTWD.cf2-datatype , dy:GovGASTWD.ecr-datatype , dy:GovGASTWD.t4-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovGASTWD.kd-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovGASTWD.td-datatype , dy:GovGASTWD.k6-datatype , dy:GovGASTWD.a-cardinality , dy:GovGASTWD.kp-datatype , dy:GovGASTWD.tt-datatype , dy:GovGASTWD.k3-cardinality , dy:GovGASTWD.bf1-cardinality , dy:GovGASTWD.tmin-datatype , dy:GovGASTWD.k4-cardinality , dy:IdentifiedObject.name-cardinality , dy:GovGASTWD.b-datatype , dy:GovGASTWD.tc-datatype , dy:IdentifiedObject.mRID-datatype , dy:GovGASTWD.c-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovGASTWD.etd-cardinality , dy:GovGASTWD.tf-datatype ; + sh:targetClass cim:GovGASTWD . + +dy:GovGASTWD.a-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.a-cardinality" ; + sh:order 317 ; + sh:path cim:GovGASTWD.a ; + sh:severity sh:Violation . + +dy:GovGASTWD.a-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.a-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 317 ; + sh:path cim:GovGASTWD.a ; + sh:severity sh:Violation . + +dy:GovGASTWD.af1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (af1)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.af1-cardinality" ; + sh:order 328 ; + sh:path cim:GovGASTWD.af1 ; + sh:severity sh:Violation . + +dy:GovGASTWD.af1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the af1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.af1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 328 ; + sh:path cim:GovGASTWD.af1 ; + sh:severity sh:Violation . + +dy:GovGASTWD.af2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (af2)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.af2-cardinality" ; + sh:order 330 ; + sh:path cim:GovGASTWD.af2 ; + sh:severity sh:Violation . + +dy:GovGASTWD.af2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the af2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.af2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 330 ; + sh:path cim:GovGASTWD.af2 ; + sh:severity sh:Violation . + +dy:GovGASTWD.b-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.b-cardinality" ; + sh:order 318 ; + sh:path cim:GovGASTWD.b ; + sh:severity sh:Violation . + +dy:GovGASTWD.b-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.b-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 318 ; + sh:path cim:GovGASTWD.b ; + sh:severity sh:Violation . + +dy:GovGASTWD.bf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bf1)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.bf1-cardinality" ; + sh:order 329 ; + sh:path cim:GovGASTWD.bf1 ; + sh:severity sh:Violation . + +dy:GovGASTWD.bf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.bf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 329 ; + sh:path cim:GovGASTWD.bf1 ; + sh:severity sh:Violation . + +dy:GovGASTWD.bf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bf2)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.bf2-cardinality" ; + sh:order 331 ; + sh:path cim:GovGASTWD.bf2 ; + sh:severity sh:Violation . + +dy:GovGASTWD.bf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.bf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 331 ; + sh:path cim:GovGASTWD.bf2 ; + sh:severity sh:Violation . + +dy:GovGASTWD.c-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (c)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.c-cardinality" ; + sh:order 319 ; + sh:path cim:GovGASTWD.c ; + sh:severity sh:Violation . + +dy:GovGASTWD.c-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the c." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.c-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 319 ; + sh:path cim:GovGASTWD.c ; + sh:severity sh:Violation . + +dy:GovGASTWD.cf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (cf2)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.cf2-cardinality" ; + sh:order 332 ; + sh:path cim:GovGASTWD.cf2 ; + sh:severity sh:Violation . + +dy:GovGASTWD.cf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the cf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.cf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 332 ; + sh:path cim:GovGASTWD.cf2 ; + sh:severity sh:Violation . + +dy:GovGASTWD.ecr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ecr)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.ecr-cardinality" ; + sh:order 315 ; + sh:path cim:GovGASTWD.ecr ; + sh:severity sh:Violation . + +dy:GovGASTWD.ecr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ecr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.ecr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 315 ; + sh:path cim:GovGASTWD.ecr ; + sh:severity sh:Violation . + +dy:GovGASTWD.etd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (etd)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.etd-cardinality" ; + sh:order 309 ; + sh:path cim:GovGASTWD.etd ; + sh:severity sh:Violation . + +dy:GovGASTWD.etd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the etd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.etd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 309 ; + sh:path cim:GovGASTWD.etd ; + sh:severity sh:Violation . + +dy:GovGASTWD.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.k3-cardinality" ; + sh:order 316 ; + sh:path cim:GovGASTWD.k3 ; + sh:severity sh:Violation . + +dy:GovGASTWD.k3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 316 ; + sh:path cim:GovGASTWD.k3 ; + sh:severity sh:Violation . + +dy:GovGASTWD.k4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k4)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.k4-cardinality" ; + sh:order 323 ; + sh:path cim:GovGASTWD.k4 ; + sh:severity sh:Violation . + +dy:GovGASTWD.k4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.k4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 323 ; + sh:path cim:GovGASTWD.k4 ; + sh:severity sh:Violation . + +dy:GovGASTWD.k5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k5)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.k5-cardinality" ; + sh:order 322 ; + sh:path cim:GovGASTWD.k5 ; + sh:severity sh:Violation . + +dy:GovGASTWD.k5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.k5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 322 ; + sh:path cim:GovGASTWD.k5 ; + sh:severity sh:Violation . + +dy:GovGASTWD.k6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k6)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.k6-cardinality" ; + sh:order 334 ; + sh:path cim:GovGASTWD.k6 ; + sh:severity sh:Violation . + +dy:GovGASTWD.k6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.k6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 334 ; + sh:path cim:GovGASTWD.k6 ; + sh:severity sh:Violation . + +dy:GovGASTWD.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.kd-cardinality" ; + sh:order 308 ; + sh:path cim:GovGASTWD.kd ; + sh:severity sh:Violation . + +dy:GovGASTWD.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 308 ; + sh:path cim:GovGASTWD.kd ; + sh:severity sh:Violation . + +dy:GovGASTWD.kdroop-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kdroop)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.kdroop-cardinality" ; + sh:order 305 ; + sh:path cim:GovGASTWD.kdroop ; + sh:severity sh:Violation . + +dy:GovGASTWD.kdroop-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kdroop." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.kdroop-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 305 ; + sh:path cim:GovGASTWD.kdroop ; + sh:severity sh:Violation . + +dy:GovGASTWD.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.kf-cardinality" ; + sh:order 321 ; + sh:path cim:GovGASTWD.kf ; + sh:severity sh:Violation . + +dy:GovGASTWD.kf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 321 ; + sh:path cim:GovGASTWD.kf ; + sh:severity sh:Violation . + +dy:GovGASTWD.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.ki-cardinality" ; + sh:order 307 ; + sh:path cim:GovGASTWD.ki ; + sh:severity sh:Violation . + +dy:GovGASTWD.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 307 ; + sh:path cim:GovGASTWD.ki ; + sh:severity sh:Violation . + +dy:GovGASTWD.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.kp-cardinality" ; + sh:order 306 ; + sh:path cim:GovGASTWD.kp ; + sh:severity sh:Violation . + +dy:GovGASTWD.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 306 ; + sh:path cim:GovGASTWD.kp ; + sh:severity sh:Violation . + +dy:GovGASTWD.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.mwbase-cardinality" ; + sh:order 304 ; + sh:path cim:GovGASTWD.mwbase ; + sh:severity sh:Violation . + +dy:GovGASTWD.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 304 ; + sh:path cim:GovGASTWD.mwbase ; + sh:severity sh:Violation . + +dy:GovGASTWD.t-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.t-cardinality" ; + sh:order 312 ; + sh:path cim:GovGASTWD.t ; + sh:severity sh:Violation . + +dy:GovGASTWD.t-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.t-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 312 ; + sh:path cim:GovGASTWD.t ; + sh:severity sh:Violation . + +dy:GovGASTWD.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.t3-cardinality" ; + sh:order 324 ; + sh:path cim:GovGASTWD.t3 ; + sh:severity sh:Violation . + +dy:GovGASTWD.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 324 ; + sh:path cim:GovGASTWD.t3 ; + sh:severity sh:Violation . + +dy:GovGASTWD.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.t4-cardinality" ; + sh:order 325 ; + sh:path cim:GovGASTWD.t4 ; + sh:severity sh:Violation . + +dy:GovGASTWD.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 325 ; + sh:path cim:GovGASTWD.t4 ; + sh:severity sh:Violation . + +dy:GovGASTWD.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.t5-cardinality" ; + sh:order 327 ; + sh:path cim:GovGASTWD.t5 ; + sh:severity sh:Violation . + +dy:GovGASTWD.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 327 ; + sh:path cim:GovGASTWD.t5 ; + sh:severity sh:Violation . + +dy:GovGASTWD.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.tc-cardinality" ; + sh:order 335 ; + sh:path cim:GovGASTWD.tc ; + sh:severity sh:Violation . + +dy:GovGASTWD.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 335 ; + sh:path cim:GovGASTWD.tc ; + sh:severity sh:Violation . + +dy:GovGASTWD.tcd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tcd)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.tcd-cardinality" ; + sh:order 310 ; + sh:path cim:GovGASTWD.tcd ; + sh:severity sh:Violation . + +dy:GovGASTWD.tcd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tcd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.tcd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 310 ; + sh:path cim:GovGASTWD.tcd ; + sh:severity sh:Violation . + +dy:GovGASTWD.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.td-cardinality" ; + sh:order 336 ; + sh:path cim:GovGASTWD.td ; + sh:severity sh:Violation . + +dy:GovGASTWD.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 336 ; + sh:path cim:GovGASTWD.td ; + sh:severity sh:Violation . + +dy:GovGASTWD.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.tf-cardinality" ; + sh:order 320 ; + sh:path cim:GovGASTWD.tf ; + sh:severity sh:Violation . + +dy:GovGASTWD.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 320 ; + sh:path cim:GovGASTWD.tf ; + sh:severity sh:Violation . + +dy:GovGASTWD.tmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tmax)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.tmax-cardinality" ; + sh:order 313 ; + sh:path cim:GovGASTWD.tmax ; + sh:severity sh:Violation . + +dy:GovGASTWD.tmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.tmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 313 ; + sh:path cim:GovGASTWD.tmax ; + sh:severity sh:Violation . + +dy:GovGASTWD.tmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tmin)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.tmin-cardinality" ; + sh:order 314 ; + sh:path cim:GovGASTWD.tmin ; + sh:severity sh:Violation . + +dy:GovGASTWD.tmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.tmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 314 ; + sh:path cim:GovGASTWD.tmin ; + sh:severity sh:Violation . + +dy:GovGASTWD.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.tr-cardinality" ; + sh:order 333 ; + sh:path cim:GovGASTWD.tr ; + sh:severity sh:Violation . + +dy:GovGASTWD.tr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 333 ; + sh:path cim:GovGASTWD.tr ; + sh:severity sh:Violation . + +dy:GovGASTWD.trate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (trate)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.trate-cardinality" ; + sh:order 311 ; + sh:path cim:GovGASTWD.trate ; + sh:severity sh:Violation . + +dy:GovGASTWD.trate-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the trate." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.trate-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 311 ; + sh:path cim:GovGASTWD.trate ; + sh:severity sh:Violation . + +dy:GovGASTWD.tt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tt)." ; + sh:minCount 1 ; + sh:name "GovGASTWD.tt-cardinality" ; + sh:order 326 ; + sh:path cim:GovGASTWD.tt ; + sh:severity sh:Violation . + +dy:GovGASTWD.tt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovGASTWD.tt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 326 ; + sh:path cim:GovGASTWD.tt ; + sh:severity sh:Violation . + +dy:GovHydro1 rdf:type sh:NodeShape ; + sh:property dy:GovHydro1.rperm-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydro1.velm-cardinality , dy:GovHydro1.tg-datatype , dy:GovHydro1.tw-cardinality , dy:GovHydro1.hdam-datatype , dy:GovHydro1.at-datatype , dy:GovHydro1.mwbase-cardinality , dy:GovHydro1.velm-datatype , dy:GovHydro1.tf-datatype , dy:GovHydro1.tr-cardinality , dy:GovHydro1.mwbase-datatype , dy:GovHydro1.tr-datatype , dy:GovHydro1.gmin-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovHydro1.tg-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:IdentifiedObject.name-datatype , dy:GovHydro1.tf-cardinality , dy:GovHydro1.tw-datatype , dy:GovHydro1.gmax-datatype , dy:GovHydro1.at-cardinality , dy:GovHydro1.rperm-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovHydro1.rtemp-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovHydro1.qnl-datatype , dy:IdentifiedObject.name-cardinality , dy:GovHydro1.gmin-datatype , dy:GovHydro1.qnl-cardinality , dy:GovHydro1.gmax-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydro1.rtemp-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovHydro1.dturb-cardinality , dy:GovHydro1.dturb-datatype , dy:GovHydro1.hdam-cardinality ; + sh:targetClass cim:GovHydro1 . + +dy:GovHydro1.at-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (at)." ; + sh:minCount 1 ; + sh:name "GovHydro1.at-cardinality" ; + sh:order 347 ; + sh:path cim:GovHydro1.at ; + sh:severity sh:Violation . + +dy:GovHydro1.at-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the at." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.at-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 347 ; + sh:path cim:GovHydro1.at ; + sh:severity sh:Violation . + +dy:GovHydro1.dturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dturb)." ; + sh:minCount 1 ; + sh:name "GovHydro1.dturb-cardinality" ; + sh:order 348 ; + sh:path cim:GovHydro1.dturb ; + sh:severity sh:Violation . + +dy:GovHydro1.dturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.dturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 348 ; + sh:path cim:GovHydro1.dturb ; + sh:severity sh:Violation . + +dy:GovHydro1.gmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmax)." ; + sh:minCount 1 ; + sh:name "GovHydro1.gmax-cardinality" ; + sh:order 344 ; + sh:path cim:GovHydro1.gmax ; + sh:severity sh:Violation . + +dy:GovHydro1.gmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.gmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 344 ; + sh:path cim:GovHydro1.gmax ; + sh:severity sh:Violation . + +dy:GovHydro1.gmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmin)." ; + sh:minCount 1 ; + sh:name "GovHydro1.gmin-cardinality" ; + sh:order 345 ; + sh:path cim:GovHydro1.gmin ; + sh:severity sh:Violation . + +dy:GovHydro1.gmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.gmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 345 ; + sh:path cim:GovHydro1.gmin ; + sh:severity sh:Violation . + +dy:GovHydro1.hdam-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hdam)." ; + sh:minCount 1 ; + sh:name "GovHydro1.hdam-cardinality" ; + sh:order 350 ; + sh:path cim:GovHydro1.hdam ; + sh:severity sh:Violation . + +dy:GovHydro1.hdam-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the hdam." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.hdam-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 350 ; + sh:path cim:GovHydro1.hdam ; + sh:severity sh:Violation . + +dy:GovHydro1.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydro1.mwbase-cardinality" ; + sh:order 337 ; + sh:path cim:GovHydro1.mwbase ; + sh:severity sh:Violation . + +dy:GovHydro1.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 337 ; + sh:path cim:GovHydro1.mwbase ; + sh:severity sh:Violation . + +dy:GovHydro1.qnl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qnl)." ; + sh:minCount 1 ; + sh:name "GovHydro1.qnl-cardinality" ; + sh:order 349 ; + sh:path cim:GovHydro1.qnl ; + sh:severity sh:Violation . + +dy:GovHydro1.qnl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qnl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.qnl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 349 ; + sh:path cim:GovHydro1.qnl ; + sh:severity sh:Violation . + +dy:GovHydro1.rperm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rperm)." ; + sh:minCount 1 ; + sh:name "GovHydro1.rperm-cardinality" ; + sh:order 338 ; + sh:path cim:GovHydro1.rperm ; + sh:severity sh:Violation . + +dy:GovHydro1.rperm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rperm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.rperm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 338 ; + sh:path cim:GovHydro1.rperm ; + sh:severity sh:Violation . + +dy:GovHydro1.rtemp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rtemp)." ; + sh:minCount 1 ; + sh:name "GovHydro1.rtemp-cardinality" ; + sh:order 339 ; + sh:path cim:GovHydro1.rtemp ; + sh:severity sh:Violation . + +dy:GovHydro1.rtemp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rtemp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.rtemp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 339 ; + sh:path cim:GovHydro1.rtemp ; + sh:severity sh:Violation . + +dy:GovHydro1.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "GovHydro1.tf-cardinality" ; + sh:order 341 ; + sh:path cim:GovHydro1.tf ; + sh:severity sh:Violation . + +dy:GovHydro1.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 341 ; + sh:path cim:GovHydro1.tf ; + sh:severity sh:Violation . + +dy:GovHydro1.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "GovHydro1.tg-cardinality" ; + sh:order 342 ; + sh:path cim:GovHydro1.tg ; + sh:severity sh:Violation . + +dy:GovHydro1.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 342 ; + sh:path cim:GovHydro1.tg ; + sh:severity sh:Violation . + +dy:GovHydro1.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "GovHydro1.tr-cardinality" ; + sh:order 340 ; + sh:path cim:GovHydro1.tr ; + sh:severity sh:Violation . + +dy:GovHydro1.tr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 340 ; + sh:path cim:GovHydro1.tr ; + sh:severity sh:Violation . + +dy:GovHydro1.tw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw)." ; + sh:minCount 1 ; + sh:name "GovHydro1.tw-cardinality" ; + sh:order 346 ; + sh:path cim:GovHydro1.tw ; + sh:severity sh:Violation . + +dy:GovHydro1.tw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.tw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 346 ; + sh:path cim:GovHydro1.tw ; + sh:severity sh:Violation . + +dy:GovHydro1.velm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velm)." ; + sh:minCount 1 ; + sh:name "GovHydro1.velm-cardinality" ; + sh:order 343 ; + sh:path cim:GovHydro1.velm ; + sh:severity sh:Violation . + +dy:GovHydro1.velm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro1.velm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 343 ; + sh:path cim:GovHydro1.velm ; + sh:severity sh:Violation . + +dy:GovHydro2 rdf:type sh:NodeShape ; + sh:property dy:GovHydro2.pgv5-datatype , dy:GovHydro2.rtemp-cardinality , dy:GovHydro2.uo-cardinality , dy:GovHydro2.pmin-datatype , dy:GovHydro2.rtemp-datatype , dy:GovHydro2.tg-cardinality , dy:IdentifiedObject.name-cardinality , dy:GovHydro2.gv3-cardinality , dy:GovHydro2.rperm-cardinality , dy:GovHydro2.tg-datatype , dy:GovHydro2.pgv4-datatype , dy:GovHydro2.gv2-cardinality , dy:GovHydro2.uo-datatype , dy:GovHydro2.gv4-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovHydro2.gv1-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovHydro2.pgv6-cardinality , dy:GovHydro2.pgv1-datatype , dy:IdentifiedObject.description-datatype , dy:GovHydro2.pgv3-datatype , dy:GovHydro2.gv1-datatype , dy:GovHydro2.tw-datatype , dy:GovHydro2.kturb-datatype , dy:GovHydro2.pmax-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.mRID-cardinality , dy:GovHydro2.gv6-datatype , dy:GovHydro2.gv3-datatype , dy:GovHydro2.kturb-cardinality , dy:GovHydro2.rperm-datatype , dy:GovHydro2.pgv4-cardinality , dy:GovHydro2.pgv3-cardinality , dy:GovHydro2.pmin-cardinality , dy:GovHydro2.tp-cardinality , dy:GovHydro2.pgv1-cardinality , dy:GovHydro2.aturb-datatype , dy:GovHydro2.gv4-cardinality , dy:GovHydro2.pmax-datatype , dy:GovHydro2.pgv6-datatype , dy:GovHydro2.gv2-datatype , dy:GovHydro2.db1-cardinality , dy:GovHydro2.pgv5-cardinality , dy:GovHydro2.gv5-cardinality , dy:GovHydro2.aturb-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydro2.db2-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovHydro2.uc-cardinality , dy:IdentifiedObject.name-datatype , dy:GovHydro2.db1-datatype , dy:GovHydro2.pgv2-datatype , dy:GovHydro2.db2-datatype , dy:GovHydro2.eps-datatype , dy:GovHydro2.tr-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovHydro2.mwbase-datatype , dy:GovHydro2.mwbase-cardinality , dy:GovHydro2.tp-datatype , dy:GovHydro2.eps-cardinality , dy:GovHydro2.gv5-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovHydro2.uc-datatype , dy:GovHydro2.bturb-datatype , dy:GovHydro2.tw-cardinality , dy:GovHydro2.bturb-cardinality , dy:GovHydro2.tr-datatype , dy:GovHydro2.pgv2-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydro2.gv6-cardinality ; + sh:targetClass cim:GovHydro2 . + +dy:GovHydro2.aturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (aturb)." ; + sh:minCount 1 ; + sh:name "GovHydro2.aturb-cardinality" ; + sh:order 363 ; + sh:path cim:GovHydro2.aturb ; + sh:severity sh:Violation . + +dy:GovHydro2.aturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the aturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.aturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 363 ; + sh:path cim:GovHydro2.aturb ; + sh:severity sh:Violation . + +dy:GovHydro2.bturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bturb)." ; + sh:minCount 1 ; + sh:name "GovHydro2.bturb-cardinality" ; + sh:order 364 ; + sh:path cim:GovHydro2.bturb ; + sh:severity sh:Violation . + +dy:GovHydro2.bturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.bturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 364 ; + sh:path cim:GovHydro2.bturb ; + sh:severity sh:Violation . + +dy:GovHydro2.db1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db1)." ; + sh:minCount 1 ; + sh:name "GovHydro2.db1-cardinality" ; + sh:order 365 ; + sh:path cim:GovHydro2.db1 ; + sh:severity sh:Violation . + +dy:GovHydro2.db1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.db1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 365 ; + sh:path cim:GovHydro2.db1 ; + sh:severity sh:Violation . + +dy:GovHydro2.db2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db2)." ; + sh:minCount 1 ; + sh:name "GovHydro2.db2-cardinality" ; + sh:order 367 ; + sh:path cim:GovHydro2.db2 ; + sh:severity sh:Violation . + +dy:GovHydro2.db2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.db2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 367 ; + sh:path cim:GovHydro2.db2 ; + sh:severity sh:Violation . + +dy:GovHydro2.eps-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eps)." ; + sh:minCount 1 ; + sh:name "GovHydro2.eps-cardinality" ; + sh:order 366 ; + sh:path cim:GovHydro2.eps ; + sh:severity sh:Violation . + +dy:GovHydro2.eps-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eps." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.eps-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 366 ; + sh:path cim:GovHydro2.eps ; + sh:severity sh:Violation . + +dy:GovHydro2.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovHydro2.gv1-cardinality" ; + sh:order 368 ; + sh:path cim:GovHydro2.gv1 ; + sh:severity sh:Violation . + +dy:GovHydro2.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 368 ; + sh:path cim:GovHydro2.gv1 ; + sh:severity sh:Violation . + +dy:GovHydro2.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovHydro2.gv2-cardinality" ; + sh:order 370 ; + sh:path cim:GovHydro2.gv2 ; + sh:severity sh:Violation . + +dy:GovHydro2.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 370 ; + sh:path cim:GovHydro2.gv2 ; + sh:severity sh:Violation . + +dy:GovHydro2.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovHydro2.gv3-cardinality" ; + sh:order 372 ; + sh:path cim:GovHydro2.gv3 ; + sh:severity sh:Violation . + +dy:GovHydro2.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 372 ; + sh:path cim:GovHydro2.gv3 ; + sh:severity sh:Violation . + +dy:GovHydro2.gv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv4)." ; + sh:minCount 1 ; + sh:name "GovHydro2.gv4-cardinality" ; + sh:order 374 ; + sh:path cim:GovHydro2.gv4 ; + sh:severity sh:Violation . + +dy:GovHydro2.gv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.gv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 374 ; + sh:path cim:GovHydro2.gv4 ; + sh:severity sh:Violation . + +dy:GovHydro2.gv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv5)." ; + sh:minCount 1 ; + sh:name "GovHydro2.gv5-cardinality" ; + sh:order 376 ; + sh:path cim:GovHydro2.gv5 ; + sh:severity sh:Violation . + +dy:GovHydro2.gv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.gv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 376 ; + sh:path cim:GovHydro2.gv5 ; + sh:severity sh:Violation . + +dy:GovHydro2.gv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv6)." ; + sh:minCount 1 ; + sh:name "GovHydro2.gv6-cardinality" ; + sh:order 378 ; + sh:path cim:GovHydro2.gv6 ; + sh:severity sh:Violation . + +dy:GovHydro2.gv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.gv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 378 ; + sh:path cim:GovHydro2.gv6 ; + sh:severity sh:Violation . + +dy:GovHydro2.kturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kturb)." ; + sh:minCount 1 ; + sh:name "GovHydro2.kturb-cardinality" ; + sh:order 362 ; + sh:path cim:GovHydro2.kturb ; + sh:severity sh:Violation . + +dy:GovHydro2.kturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.kturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 362 ; + sh:path cim:GovHydro2.kturb ; + sh:severity sh:Violation . + +dy:GovHydro2.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydro2.mwbase-cardinality" ; + sh:order 351 ; + sh:path cim:GovHydro2.mwbase ; + sh:severity sh:Violation . + +dy:GovHydro2.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 351 ; + sh:path cim:GovHydro2.mwbase ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv1)." ; + sh:minCount 1 ; + sh:name "GovHydro2.pgv1-cardinality" ; + sh:order 369 ; + sh:path cim:GovHydro2.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.pgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 369 ; + sh:path cim:GovHydro2.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv2)." ; + sh:minCount 1 ; + sh:name "GovHydro2.pgv2-cardinality" ; + sh:order 371 ; + sh:path cim:GovHydro2.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.pgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 371 ; + sh:path cim:GovHydro2.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv3)." ; + sh:minCount 1 ; + sh:name "GovHydro2.pgv3-cardinality" ; + sh:order 373 ; + sh:path cim:GovHydro2.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.pgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 373 ; + sh:path cim:GovHydro2.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv4)." ; + sh:minCount 1 ; + sh:name "GovHydro2.pgv4-cardinality" ; + sh:order 375 ; + sh:path cim:GovHydro2.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.pgv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 375 ; + sh:path cim:GovHydro2.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv5)." ; + sh:minCount 1 ; + sh:name "GovHydro2.pgv5-cardinality" ; + sh:order 377 ; + sh:path cim:GovHydro2.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.pgv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 377 ; + sh:path cim:GovHydro2.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv6)." ; + sh:minCount 1 ; + sh:name "GovHydro2.pgv6-cardinality" ; + sh:order 379 ; + sh:path cim:GovHydro2.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydro2.pgv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.pgv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 379 ; + sh:path cim:GovHydro2.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydro2.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovHydro2.pmax-cardinality" ; + sh:order 356 ; + sh:path cim:GovHydro2.pmax ; + sh:severity sh:Violation . + +dy:GovHydro2.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 356 ; + sh:path cim:GovHydro2.pmax ; + sh:severity sh:Violation . + +dy:GovHydro2.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovHydro2.pmin-cardinality" ; + sh:order 357 ; + sh:path cim:GovHydro2.pmin ; + sh:severity sh:Violation . + +dy:GovHydro2.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 357 ; + sh:path cim:GovHydro2.pmin ; + sh:severity sh:Violation . + +dy:GovHydro2.rperm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rperm)." ; + sh:minCount 1 ; + sh:name "GovHydro2.rperm-cardinality" ; + sh:order 358 ; + sh:path cim:GovHydro2.rperm ; + sh:severity sh:Violation . + +dy:GovHydro2.rperm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rperm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.rperm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 358 ; + sh:path cim:GovHydro2.rperm ; + sh:severity sh:Violation . + +dy:GovHydro2.rtemp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rtemp)." ; + sh:minCount 1 ; + sh:name "GovHydro2.rtemp-cardinality" ; + sh:order 359 ; + sh:path cim:GovHydro2.rtemp ; + sh:severity sh:Violation . + +dy:GovHydro2.rtemp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rtemp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.rtemp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 359 ; + sh:path cim:GovHydro2.rtemp ; + sh:severity sh:Violation . + +dy:GovHydro2.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "GovHydro2.tg-cardinality" ; + sh:order 352 ; + sh:path cim:GovHydro2.tg ; + sh:severity sh:Violation . + +dy:GovHydro2.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 352 ; + sh:path cim:GovHydro2.tg ; + sh:severity sh:Violation . + +dy:GovHydro2.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "GovHydro2.tp-cardinality" ; + sh:order 353 ; + sh:path cim:GovHydro2.tp ; + sh:severity sh:Violation . + +dy:GovHydro2.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 353 ; + sh:path cim:GovHydro2.tp ; + sh:severity sh:Violation . + +dy:GovHydro2.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "GovHydro2.tr-cardinality" ; + sh:order 360 ; + sh:path cim:GovHydro2.tr ; + sh:severity sh:Violation . + +dy:GovHydro2.tr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 360 ; + sh:path cim:GovHydro2.tr ; + sh:severity sh:Violation . + +dy:GovHydro2.tw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw)." ; + sh:minCount 1 ; + sh:name "GovHydro2.tw-cardinality" ; + sh:order 361 ; + sh:path cim:GovHydro2.tw ; + sh:severity sh:Violation . + +dy:GovHydro2.tw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.tw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 361 ; + sh:path cim:GovHydro2.tw ; + sh:severity sh:Violation . + +dy:GovHydro2.uc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uc)." ; + sh:minCount 1 ; + sh:name "GovHydro2.uc-cardinality" ; + sh:order 355 ; + sh:path cim:GovHydro2.uc ; + sh:severity sh:Violation . + +dy:GovHydro2.uc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.uc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 355 ; + sh:path cim:GovHydro2.uc ; + sh:severity sh:Violation . + +dy:GovHydro2.uo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uo)." ; + sh:minCount 1 ; + sh:name "GovHydro2.uo-cardinality" ; + sh:order 354 ; + sh:path cim:GovHydro2.uo ; + sh:severity sh:Violation . + +dy:GovHydro2.uo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro2.uo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 354 ; + sh:path cim:GovHydro2.uo ; + sh:severity sh:Violation . + +dy:GovHydro3 rdf:type sh:NodeShape ; + sh:property dy:GovHydro3.pgv2-datatype , dy:GovHydro3.gv3-datatype , dy:GovHydro3.velop-cardinality , dy:GovHydro3.pmin-cardinality , dy:GovHydro3.mwbase-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydro3.h0-cardinality , dy:GovHydro3.pgv1-cardinality , dy:GovHydro3.tw-datatype , dy:GovHydro3.pgv6-cardinality , dy:GovHydro3.governorControl-datatype , dy:GovHydro3.db1-cardinality , dy:GovHydro3.gv5-cardinality , dy:GovHydro3.at-cardinality , dy:GovHydro3.tw-cardinality , dy:GovHydro3.tt-datatype , dy:GovHydro3.tp-cardinality , dy:IdentifiedObject.name-datatype , dy:GovHydro3.gv6-cardinality , dy:GovHydro3.pgv3-cardinality , dy:GovHydro3.governorControl-cardinality , dy:GovHydro3.h0-datatype , dy:GovHydro3.pgv2-cardinality , dy:GovHydro3.qnl-datatype , dy:GovHydro3.at-datatype , dy:GovHydro3.relec-datatype , dy:GovHydro3.kg-datatype , dy:GovHydro3.eps-datatype , dy:GovHydro3.tf-cardinality , dy:GovHydro3.db1-datatype , dy:IdentifiedObject.mRID-datatype , dy:GovHydro3.velop-datatype , dy:GovHydro3.rgate-cardinality , dy:IdentifiedObject.description-datatype , dy:GovHydro3.ki-datatype , dy:GovHydro3.gv4-datatype , dy:GovHydro3.ki-cardinality , dy:GovHydro3.pmax-datatype , dy:GovHydro3.k2-datatype , dy:GovHydro3.gv1-datatype , dy:GovHydro3.pgv5-datatype , dy:GovHydro3.gv3-cardinality , dy:GovHydro3.td-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovHydro3.db2-cardinality , dy:GovHydro3.gv1-cardinality , dy:GovHydro3.pgv1-datatype , dy:GovHydro3.pmin-datatype , dy:GovHydro3.qnl-cardinality , dy:GovHydro3.k1-datatype , dy:GovHydro3.pgv5-cardinality , dy:GovHydro3.gv2-cardinality , dy:GovHydro3.k2-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovHydro3.dturb-cardinality , dy:GovHydro3.kg-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovHydro3.gv6-datatype , dy:GovHydro3.relec-cardinality , dy:GovHydro3.td-datatype , dy:GovHydro3.pgv4-datatype , dy:GovHydro3.k1-cardinality , dy:GovHydro3.gv2-datatype , dy:GovHydro3.dturb-datatype , dy:GovHydro3.pgv6-datatype , dy:GovHydro3.eps-cardinality , dy:GovHydro3.velcl-cardinality , dy:GovHydro3.gv5-datatype , dy:GovHydro3.tf-datatype , dy:GovHydro3.rgate-datatype , dy:GovHydro3.db2-datatype , dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydro3.pgv3-datatype , dy:IdentifiedObject.name-cardinality , dy:GovHydro3.pgv4-cardinality , dy:GovHydro3.velcl-datatype , dy:GovHydro3.tt-cardinality , dy:GovHydro3.mwbase-cardinality , dy:GovHydro3.pmax-cardinality , dy:GovHydro3.tp-datatype , dy:GovHydro3.gv4-cardinality ; + sh:targetClass cim:GovHydro3 . + +dy:GovHydro3.at-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (at)." ; + sh:minCount 1 ; + sh:name "GovHydro3.at-cardinality" ; + sh:order 400 ; + sh:path cim:GovHydro3.at ; + sh:severity sh:Violation . + +dy:GovHydro3.at-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the at." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.at-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 400 ; + sh:path cim:GovHydro3.at ; + sh:severity sh:Violation . + +dy:GovHydro3.db1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db1)." ; + sh:minCount 1 ; + sh:name "GovHydro3.db1-cardinality" ; + sh:order 396 ; + sh:path cim:GovHydro3.db1 ; + sh:severity sh:Violation . + +dy:GovHydro3.db1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.db1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 396 ; + sh:path cim:GovHydro3.db1 ; + sh:severity sh:Violation . + +dy:GovHydro3.db2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db2)." ; + sh:minCount 1 ; + sh:name "GovHydro3.db2-cardinality" ; + sh:order 398 ; + sh:path cim:GovHydro3.db2 ; + sh:severity sh:Violation . + +dy:GovHydro3.db2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.db2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 398 ; + sh:path cim:GovHydro3.db2 ; + sh:severity sh:Violation . + +dy:GovHydro3.dturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dturb)." ; + sh:minCount 1 ; + sh:name "GovHydro3.dturb-cardinality" ; + sh:order 401 ; + sh:path cim:GovHydro3.dturb ; + sh:severity sh:Violation . + +dy:GovHydro3.dturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.dturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 401 ; + sh:path cim:GovHydro3.dturb ; + sh:severity sh:Violation . + +dy:GovHydro3.eps-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eps)." ; + sh:minCount 1 ; + sh:name "GovHydro3.eps-cardinality" ; + sh:order 397 ; + sh:path cim:GovHydro3.eps ; + sh:severity sh:Violation . + +dy:GovHydro3.eps-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eps." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.eps-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 397 ; + sh:path cim:GovHydro3.eps ; + sh:severity sh:Violation . + +dy:GovHydro3.governorControl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (governorControl)." ; + sh:minCount 1 ; + sh:name "GovHydro3.governorControl-cardinality" ; + sh:order 383 ; + sh:path cim:GovHydro3.governorControl ; + sh:severity sh:Violation . + +dy:GovHydro3.governorControl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the governorControl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.governorControl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 383 ; + sh:path cim:GovHydro3.governorControl ; + sh:severity sh:Violation . + +dy:GovHydro3.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovHydro3.gv1-cardinality" ; + sh:order 404 ; + sh:path cim:GovHydro3.gv1 ; + sh:severity sh:Violation . + +dy:GovHydro3.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 404 ; + sh:path cim:GovHydro3.gv1 ; + sh:severity sh:Violation . + +dy:GovHydro3.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovHydro3.gv2-cardinality" ; + sh:order 406 ; + sh:path cim:GovHydro3.gv2 ; + sh:severity sh:Violation . + +dy:GovHydro3.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 406 ; + sh:path cim:GovHydro3.gv2 ; + sh:severity sh:Violation . + +dy:GovHydro3.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovHydro3.gv3-cardinality" ; + sh:order 408 ; + sh:path cim:GovHydro3.gv3 ; + sh:severity sh:Violation . + +dy:GovHydro3.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 408 ; + sh:path cim:GovHydro3.gv3 ; + sh:severity sh:Violation . + +dy:GovHydro3.gv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv4)." ; + sh:minCount 1 ; + sh:name "GovHydro3.gv4-cardinality" ; + sh:order 410 ; + sh:path cim:GovHydro3.gv4 ; + sh:severity sh:Violation . + +dy:GovHydro3.gv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.gv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 410 ; + sh:path cim:GovHydro3.gv4 ; + sh:severity sh:Violation . + +dy:GovHydro3.gv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv5)." ; + sh:minCount 1 ; + sh:name "GovHydro3.gv5-cardinality" ; + sh:order 412 ; + sh:path cim:GovHydro3.gv5 ; + sh:severity sh:Violation . + +dy:GovHydro3.gv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.gv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 412 ; + sh:path cim:GovHydro3.gv5 ; + sh:severity sh:Violation . + +dy:GovHydro3.gv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv6)." ; + sh:minCount 1 ; + sh:name "GovHydro3.gv6-cardinality" ; + sh:order 414 ; + sh:path cim:GovHydro3.gv6 ; + sh:severity sh:Violation . + +dy:GovHydro3.gv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.gv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 414 ; + sh:path cim:GovHydro3.gv6 ; + sh:severity sh:Violation . + +dy:GovHydro3.h0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (h0)." ; + sh:minCount 1 ; + sh:name "GovHydro3.h0-cardinality" ; + sh:order 403 ; + sh:path cim:GovHydro3.h0 ; + sh:severity sh:Violation . + +dy:GovHydro3.h0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the h0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.h0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 403 ; + sh:path cim:GovHydro3.h0 ; + sh:severity sh:Violation . + +dy:GovHydro3.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "GovHydro3.k1-cardinality" ; + sh:order 391 ; + sh:path cim:GovHydro3.k1 ; + sh:severity sh:Violation . + +dy:GovHydro3.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 391 ; + sh:path cim:GovHydro3.k1 ; + sh:severity sh:Violation . + +dy:GovHydro3.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "GovHydro3.k2-cardinality" ; + sh:order 392 ; + sh:path cim:GovHydro3.k2 ; + sh:severity sh:Violation . + +dy:GovHydro3.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 392 ; + sh:path cim:GovHydro3.k2 ; + sh:severity sh:Violation . + +dy:GovHydro3.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "GovHydro3.kg-cardinality" ; + sh:order 394 ; + sh:path cim:GovHydro3.kg ; + sh:severity sh:Violation . + +dy:GovHydro3.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 394 ; + sh:path cim:GovHydro3.kg ; + sh:severity sh:Violation . + +dy:GovHydro3.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "GovHydro3.ki-cardinality" ; + sh:order 393 ; + sh:path cim:GovHydro3.ki ; + sh:severity sh:Violation . + +dy:GovHydro3.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 393 ; + sh:path cim:GovHydro3.ki ; + sh:severity sh:Violation . + +dy:GovHydro3.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydro3.mwbase-cardinality" ; + sh:order 380 ; + sh:path cim:GovHydro3.mwbase ; + sh:severity sh:Violation . + +dy:GovHydro3.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 380 ; + sh:path cim:GovHydro3.mwbase ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv1)." ; + sh:minCount 1 ; + sh:name "GovHydro3.pgv1-cardinality" ; + sh:order 405 ; + sh:path cim:GovHydro3.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.pgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 405 ; + sh:path cim:GovHydro3.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv2)." ; + sh:minCount 1 ; + sh:name "GovHydro3.pgv2-cardinality" ; + sh:order 407 ; + sh:path cim:GovHydro3.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.pgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 407 ; + sh:path cim:GovHydro3.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv3)." ; + sh:minCount 1 ; + sh:name "GovHydro3.pgv3-cardinality" ; + sh:order 409 ; + sh:path cim:GovHydro3.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.pgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 409 ; + sh:path cim:GovHydro3.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv4)." ; + sh:minCount 1 ; + sh:name "GovHydro3.pgv4-cardinality" ; + sh:order 411 ; + sh:path cim:GovHydro3.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.pgv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 411 ; + sh:path cim:GovHydro3.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv5)." ; + sh:minCount 1 ; + sh:name "GovHydro3.pgv5-cardinality" ; + sh:order 413 ; + sh:path cim:GovHydro3.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.pgv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 413 ; + sh:path cim:GovHydro3.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv6)." ; + sh:minCount 1 ; + sh:name "GovHydro3.pgv6-cardinality" ; + sh:order 415 ; + sh:path cim:GovHydro3.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydro3.pgv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.pgv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 415 ; + sh:path cim:GovHydro3.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydro3.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovHydro3.pmax-cardinality" ; + sh:order 381 ; + sh:path cim:GovHydro3.pmax ; + sh:severity sh:Violation . + +dy:GovHydro3.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 381 ; + sh:path cim:GovHydro3.pmax ; + sh:severity sh:Violation . + +dy:GovHydro3.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovHydro3.pmin-cardinality" ; + sh:order 382 ; + sh:path cim:GovHydro3.pmin ; + sh:severity sh:Violation . + +dy:GovHydro3.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 382 ; + sh:path cim:GovHydro3.pmin ; + sh:severity sh:Violation . + +dy:GovHydro3.qnl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qnl)." ; + sh:minCount 1 ; + sh:name "GovHydro3.qnl-cardinality" ; + sh:order 402 ; + sh:path cim:GovHydro3.qnl ; + sh:severity sh:Violation . + +dy:GovHydro3.qnl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qnl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.qnl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 402 ; + sh:path cim:GovHydro3.qnl ; + sh:severity sh:Violation . + +dy:GovHydro3.relec-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (relec)." ; + sh:minCount 1 ; + sh:name "GovHydro3.relec-cardinality" ; + sh:order 385 ; + sh:path cim:GovHydro3.relec ; + sh:severity sh:Violation . + +dy:GovHydro3.relec-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the relec." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.relec-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 385 ; + sh:path cim:GovHydro3.relec ; + sh:severity sh:Violation . + +dy:GovHydro3.rgate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rgate)." ; + sh:minCount 1 ; + sh:name "GovHydro3.rgate-cardinality" ; + sh:order 384 ; + sh:path cim:GovHydro3.rgate ; + sh:severity sh:Violation . + +dy:GovHydro3.rgate-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rgate." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.rgate-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 384 ; + sh:path cim:GovHydro3.rgate ; + sh:severity sh:Violation . + +dy:GovHydro3.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "GovHydro3.td-cardinality" ; + sh:order 386 ; + sh:path cim:GovHydro3.td ; + sh:severity sh:Violation . + +dy:GovHydro3.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 386 ; + sh:path cim:GovHydro3.td ; + sh:severity sh:Violation . + +dy:GovHydro3.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "GovHydro3.tf-cardinality" ; + sh:order 387 ; + sh:path cim:GovHydro3.tf ; + sh:severity sh:Violation . + +dy:GovHydro3.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 387 ; + sh:path cim:GovHydro3.tf ; + sh:severity sh:Violation . + +dy:GovHydro3.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "GovHydro3.tp-cardinality" ; + sh:order 388 ; + sh:path cim:GovHydro3.tp ; + sh:severity sh:Violation . + +dy:GovHydro3.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 388 ; + sh:path cim:GovHydro3.tp ; + sh:severity sh:Violation . + +dy:GovHydro3.tt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tt)." ; + sh:minCount 1 ; + sh:name "GovHydro3.tt-cardinality" ; + sh:order 395 ; + sh:path cim:GovHydro3.tt ; + sh:severity sh:Violation . + +dy:GovHydro3.tt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.tt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 395 ; + sh:path cim:GovHydro3.tt ; + sh:severity sh:Violation . + +dy:GovHydro3.tw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw)." ; + sh:minCount 1 ; + sh:name "GovHydro3.tw-cardinality" ; + sh:order 399 ; + sh:path cim:GovHydro3.tw ; + sh:severity sh:Violation . + +dy:GovHydro3.tw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.tw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 399 ; + sh:path cim:GovHydro3.tw ; + sh:severity sh:Violation . + +dy:GovHydro3.velcl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velcl)." ; + sh:minCount 1 ; + sh:name "GovHydro3.velcl-cardinality" ; + sh:order 390 ; + sh:path cim:GovHydro3.velcl ; + sh:severity sh:Violation . + +dy:GovHydro3.velcl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velcl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.velcl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 390 ; + sh:path cim:GovHydro3.velcl ; + sh:severity sh:Violation . + +dy:GovHydro3.velop-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velop)." ; + sh:minCount 1 ; + sh:name "GovHydro3.velop-cardinality" ; + sh:order 389 ; + sh:path cim:GovHydro3.velop ; + sh:severity sh:Violation . + +dy:GovHydro3.velop-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velop." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro3.velop-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 389 ; + sh:path cim:GovHydro3.velop ; + sh:severity sh:Violation . + +dy:GovHydro4 rdf:type sh:NodeShape ; + sh:property dy:GovHydro4.rperm-cardinality , dy:GovHydro4.bgv5-cardinality , dy:GovHydro4.bgv2-cardinality , dy:GovHydro4.gv5-datatype , dy:GovHydro4.pgv4-datatype , dy:GovHydro4.pgv4-cardinality , dy:GovHydro4.gv4-datatype , dy:GovHydro4.db2-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovHydro4.hdam-datatype , dy:GovHydro4.pgv5-cardinality , dy:GovHydro4.bmax-datatype , dy:GovHydro4.hdam-cardinality , dy:GovHydro4.rtemp-cardinality , dy:GovHydro4.uc-datatype , dy:GovHydro4.qnl-datatype , dy:GovHydro4.tw-cardinality , dy:GovHydro4.dturb-cardinality , dy:GovHydro4.gmax-cardinality , dy:GovHydro4.gmax-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovHydro4.tr-datatype , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.description-cardinality , dy:GovHydro4.uo-cardinality , dy:GovHydro4.at-cardinality , dy:GovHydro4.bgv3-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-cardinality , dy:GovHydro4.pgv5-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.mRID-cardinality , dy:GovHydro4.gv0-cardinality , dy:GovHydro4.db1-datatype , dy:GovHydro4.bgv4-cardinality , dy:GovHydro4.gv0-datatype , dy:GovHydro4.uo-datatype , dy:GovHydro4.tp-datatype , dy:GovHydro4.tblade-cardinality , dy:IdentifiedObject.name-datatype , dy:GovHydro4.bmax-cardinality , dy:GovHydro4.bgv0-cardinality , dy:GovHydro4.tg-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydro4.pgv3-datatype , dy:GovHydro4.db2-cardinality , dy:GovHydro4.gv2-cardinality , dy:GovHydro4.pgv1-cardinality , dy:GovHydro4.tblade-datatype , dy:GovHydro4.bgv3-datatype , dy:GovHydro4.gv3-datatype , dy:GovHydro4.db1-cardinality , dy:GovHydro4.mwbase-datatype , dy:GovHydro4.eps-datatype , dy:GovHydro4.tw-datatype , dy:GovHydro4.bgv4-datatype , dy:GovHydro4.pgv0-cardinality , dy:GovHydro4.model-datatype , dy:GovHydro4.bgv2-datatype , dy:GovHydro4.tr-cardinality , dy:GovHydro4.gv2-datatype , dy:GovHydro4.pgv2-cardinality , dy:GovHydro4.gv1-datatype , dy:GovHydro4.pgv2-datatype , dy:GovHydro4.dturb-datatype , dy:GovHydro4.at-datatype , dy:GovHydro4.bgv0-datatype , dy:GovHydro4.tp-cardinality , dy:GovHydro4.pgv1-datatype , dy:GovHydro4.uc-cardinality , dy:GovHydro4.mwbase-cardinality , dy:GovHydro4.gv4-cardinality , dy:GovHydro4.gv5-cardinality , dy:GovHydro4.rperm-datatype , dy:GovHydro4.bgv5-datatype , dy:GovHydro4.gv1-cardinality , dy:GovHydro4.bgv1-datatype , dy:GovHydro4.tg-cardinality , dy:GovHydro4.gv3-cardinality , dy:GovHydro4.rtemp-datatype , dy:GovHydro4.pgv0-datatype , dy:GovHydro4.gmin-datatype , dy:GovHydro4.pgv3-cardinality , dy:GovHydro4.gmin-cardinality , dy:GovHydro4.eps-cardinality , dy:GovHydro4.bgv1-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydro4.qnl-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovHydro4.model-cardinality ; + sh:targetClass cim:GovHydro4 . + +dy:GovHydro4.at-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (at)." ; + sh:minCount 1 ; + sh:name "GovHydro4.at-cardinality" ; + sh:order 427 ; + sh:path cim:GovHydro4.at ; + sh:severity sh:Violation . + +dy:GovHydro4.at-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the at." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.at-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 427 ; + sh:path cim:GovHydro4.at ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bgv0)." ; + sh:minCount 1 ; + sh:name "GovHydro4.bgv0-cardinality" ; + sh:order 446 ; + sh:path cim:GovHydro4.bgv0 ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bgv0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.bgv0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 446 ; + sh:path cim:GovHydro4.bgv0 ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bgv1)." ; + sh:minCount 1 ; + sh:name "GovHydro4.bgv1-cardinality" ; + sh:order 447 ; + sh:path cim:GovHydro4.bgv1 ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.bgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 447 ; + sh:path cim:GovHydro4.bgv1 ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bgv2)." ; + sh:minCount 1 ; + sh:name "GovHydro4.bgv2-cardinality" ; + sh:order 448 ; + sh:path cim:GovHydro4.bgv2 ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.bgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 448 ; + sh:path cim:GovHydro4.bgv2 ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bgv3)." ; + sh:minCount 1 ; + sh:name "GovHydro4.bgv3-cardinality" ; + sh:order 449 ; + sh:path cim:GovHydro4.bgv3 ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.bgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 449 ; + sh:path cim:GovHydro4.bgv3 ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bgv4)." ; + sh:minCount 1 ; + sh:name "GovHydro4.bgv4-cardinality" ; + sh:order 450 ; + sh:path cim:GovHydro4.bgv4 ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bgv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.bgv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 450 ; + sh:path cim:GovHydro4.bgv4 ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bgv5)." ; + sh:minCount 1 ; + sh:name "GovHydro4.bgv5-cardinality" ; + sh:order 451 ; + sh:path cim:GovHydro4.bgv5 ; + sh:severity sh:Violation . + +dy:GovHydro4.bgv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bgv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.bgv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 451 ; + sh:path cim:GovHydro4.bgv5 ; + sh:severity sh:Violation . + +dy:GovHydro4.bmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bmax)." ; + sh:minCount 1 ; + sh:name "GovHydro4.bmax-cardinality" ; + sh:order 452 ; + sh:path cim:GovHydro4.bmax ; + sh:severity sh:Violation . + +dy:GovHydro4.bmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.bmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 452 ; + sh:path cim:GovHydro4.bmax ; + sh:severity sh:Violation . + +dy:GovHydro4.db1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db1)." ; + sh:minCount 1 ; + sh:name "GovHydro4.db1-cardinality" ; + sh:order 431 ; + sh:path cim:GovHydro4.db1 ; + sh:severity sh:Violation . + +dy:GovHydro4.db1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.db1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 431 ; + sh:path cim:GovHydro4.db1 ; + sh:severity sh:Violation . + +dy:GovHydro4.db2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db2)." ; + sh:minCount 1 ; + sh:name "GovHydro4.db2-cardinality" ; + sh:order 433 ; + sh:path cim:GovHydro4.db2 ; + sh:severity sh:Violation . + +dy:GovHydro4.db2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.db2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 433 ; + sh:path cim:GovHydro4.db2 ; + sh:severity sh:Violation . + +dy:GovHydro4.dturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dturb)." ; + sh:minCount 1 ; + sh:name "GovHydro4.dturb-cardinality" ; + sh:order 428 ; + sh:path cim:GovHydro4.dturb ; + sh:severity sh:Violation . + +dy:GovHydro4.dturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.dturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 428 ; + sh:path cim:GovHydro4.dturb ; + sh:severity sh:Violation . + +dy:GovHydro4.eps-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eps)." ; + sh:minCount 1 ; + sh:name "GovHydro4.eps-cardinality" ; + sh:order 432 ; + sh:path cim:GovHydro4.eps ; + sh:severity sh:Violation . + +dy:GovHydro4.eps-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eps." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.eps-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 432 ; + sh:path cim:GovHydro4.eps ; + sh:severity sh:Violation . + +dy:GovHydro4.gmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmax)." ; + sh:minCount 1 ; + sh:name "GovHydro4.gmax-cardinality" ; + sh:order 421 ; + sh:path cim:GovHydro4.gmax ; + sh:severity sh:Violation . + +dy:GovHydro4.gmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.gmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 421 ; + sh:path cim:GovHydro4.gmax ; + sh:severity sh:Violation . + +dy:GovHydro4.gmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmin)." ; + sh:minCount 1 ; + sh:name "GovHydro4.gmin-cardinality" ; + sh:order 422 ; + sh:path cim:GovHydro4.gmin ; + sh:severity sh:Violation . + +dy:GovHydro4.gmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.gmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 422 ; + sh:path cim:GovHydro4.gmin ; + sh:severity sh:Violation . + +dy:GovHydro4.gv0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv0)." ; + sh:minCount 1 ; + sh:name "GovHydro4.gv0-cardinality" ; + sh:order 434 ; + sh:path cim:GovHydro4.gv0 ; + sh:severity sh:Violation . + +dy:GovHydro4.gv0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.gv0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 434 ; + sh:path cim:GovHydro4.gv0 ; + sh:severity sh:Violation . + +dy:GovHydro4.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovHydro4.gv1-cardinality" ; + sh:order 436 ; + sh:path cim:GovHydro4.gv1 ; + sh:severity sh:Violation . + +dy:GovHydro4.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 436 ; + sh:path cim:GovHydro4.gv1 ; + sh:severity sh:Violation . + +dy:GovHydro4.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovHydro4.gv2-cardinality" ; + sh:order 438 ; + sh:path cim:GovHydro4.gv2 ; + sh:severity sh:Violation . + +dy:GovHydro4.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 438 ; + sh:path cim:GovHydro4.gv2 ; + sh:severity sh:Violation . + +dy:GovHydro4.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovHydro4.gv3-cardinality" ; + sh:order 440 ; + sh:path cim:GovHydro4.gv3 ; + sh:severity sh:Violation . + +dy:GovHydro4.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 440 ; + sh:path cim:GovHydro4.gv3 ; + sh:severity sh:Violation . + +dy:GovHydro4.gv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv4)." ; + sh:minCount 1 ; + sh:name "GovHydro4.gv4-cardinality" ; + sh:order 442 ; + sh:path cim:GovHydro4.gv4 ; + sh:severity sh:Violation . + +dy:GovHydro4.gv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.gv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 442 ; + sh:path cim:GovHydro4.gv4 ; + sh:severity sh:Violation . + +dy:GovHydro4.gv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv5)." ; + sh:minCount 1 ; + sh:name "GovHydro4.gv5-cardinality" ; + sh:order 444 ; + sh:path cim:GovHydro4.gv5 ; + sh:severity sh:Violation . + +dy:GovHydro4.gv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.gv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 444 ; + sh:path cim:GovHydro4.gv5 ; + sh:severity sh:Violation . + +dy:GovHydro4.hdam-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hdam)." ; + sh:minCount 1 ; + sh:name "GovHydro4.hdam-cardinality" ; + sh:order 429 ; + sh:path cim:GovHydro4.hdam ; + sh:severity sh:Violation . + +dy:GovHydro4.hdam-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the hdam." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.hdam-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 429 ; + sh:path cim:GovHydro4.hdam ; + sh:severity sh:Violation . + +dy:GovHydro4.model-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (model)." ; + sh:minCount 1 ; + sh:name "GovHydro4.model-cardinality" ; + sh:order 454 ; + sh:path cim:GovHydro4.model ; + sh:severity sh:Violation . + +dy:GovHydro4.model-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the model." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:GovHydro4ModelKind.simple cim:GovHydro4ModelKind.francisPelton cim:GovHydro4ModelKind.kaplan ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "GovHydro4.model-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 454 ; + sh:path cim:GovHydro4.model ; + sh:severity sh:Violation . + +dy:GovHydro4.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydro4.mwbase-cardinality" ; + sh:order 416 ; + sh:path cim:GovHydro4.mwbase ; + sh:severity sh:Violation . + +dy:GovHydro4.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 416 ; + sh:path cim:GovHydro4.mwbase ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv0)." ; + sh:minCount 1 ; + sh:name "GovHydro4.pgv0-cardinality" ; + sh:order 435 ; + sh:path cim:GovHydro4.pgv0 ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.pgv0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 435 ; + sh:path cim:GovHydro4.pgv0 ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv1)." ; + sh:minCount 1 ; + sh:name "GovHydro4.pgv1-cardinality" ; + sh:order 437 ; + sh:path cim:GovHydro4.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.pgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 437 ; + sh:path cim:GovHydro4.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv2)." ; + sh:minCount 1 ; + sh:name "GovHydro4.pgv2-cardinality" ; + sh:order 439 ; + sh:path cim:GovHydro4.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.pgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 439 ; + sh:path cim:GovHydro4.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv3)." ; + sh:minCount 1 ; + sh:name "GovHydro4.pgv3-cardinality" ; + sh:order 441 ; + sh:path cim:GovHydro4.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.pgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 441 ; + sh:path cim:GovHydro4.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv4)." ; + sh:minCount 1 ; + sh:name "GovHydro4.pgv4-cardinality" ; + sh:order 443 ; + sh:path cim:GovHydro4.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.pgv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 443 ; + sh:path cim:GovHydro4.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv5)." ; + sh:minCount 1 ; + sh:name "GovHydro4.pgv5-cardinality" ; + sh:order 445 ; + sh:path cim:GovHydro4.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydro4.pgv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.pgv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 445 ; + sh:path cim:GovHydro4.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydro4.qnl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qnl)." ; + sh:minCount 1 ; + sh:name "GovHydro4.qnl-cardinality" ; + sh:order 430 ; + sh:path cim:GovHydro4.qnl ; + sh:severity sh:Violation . + +dy:GovHydro4.qnl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qnl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.qnl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 430 ; + sh:path cim:GovHydro4.qnl ; + sh:severity sh:Violation . + +dy:GovHydro4.rperm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rperm)." ; + sh:minCount 1 ; + sh:name "GovHydro4.rperm-cardinality" ; + sh:order 423 ; + sh:path cim:GovHydro4.rperm ; + sh:severity sh:Violation . + +dy:GovHydro4.rperm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rperm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.rperm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 423 ; + sh:path cim:GovHydro4.rperm ; + sh:severity sh:Violation . + +dy:GovHydro4.rtemp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rtemp)." ; + sh:minCount 1 ; + sh:name "GovHydro4.rtemp-cardinality" ; + sh:order 424 ; + sh:path cim:GovHydro4.rtemp ; + sh:severity sh:Violation . + +dy:GovHydro4.rtemp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rtemp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.rtemp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 424 ; + sh:path cim:GovHydro4.rtemp ; + sh:severity sh:Violation . + +dy:GovHydro4.tblade-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tblade)." ; + sh:minCount 1 ; + sh:name "GovHydro4.tblade-cardinality" ; + sh:order 453 ; + sh:path cim:GovHydro4.tblade ; + sh:severity sh:Violation . + +dy:GovHydro4.tblade-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tblade." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.tblade-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 453 ; + sh:path cim:GovHydro4.tblade ; + sh:severity sh:Violation . + +dy:GovHydro4.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "GovHydro4.tg-cardinality" ; + sh:order 417 ; + sh:path cim:GovHydro4.tg ; + sh:severity sh:Violation . + +dy:GovHydro4.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 417 ; + sh:path cim:GovHydro4.tg ; + sh:severity sh:Violation . + +dy:GovHydro4.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "GovHydro4.tp-cardinality" ; + sh:order 418 ; + sh:path cim:GovHydro4.tp ; + sh:severity sh:Violation . + +dy:GovHydro4.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 418 ; + sh:path cim:GovHydro4.tp ; + sh:severity sh:Violation . + +dy:GovHydro4.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "GovHydro4.tr-cardinality" ; + sh:order 425 ; + sh:path cim:GovHydro4.tr ; + sh:severity sh:Violation . + +dy:GovHydro4.tr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 425 ; + sh:path cim:GovHydro4.tr ; + sh:severity sh:Violation . + +dy:GovHydro4.tw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw)." ; + sh:minCount 1 ; + sh:name "GovHydro4.tw-cardinality" ; + sh:order 426 ; + sh:path cim:GovHydro4.tw ; + sh:severity sh:Violation . + +dy:GovHydro4.tw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.tw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 426 ; + sh:path cim:GovHydro4.tw ; + sh:severity sh:Violation . + +dy:GovHydro4.uc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uc)." ; + sh:minCount 1 ; + sh:name "GovHydro4.uc-cardinality" ; + sh:order 420 ; + sh:path cim:GovHydro4.uc ; + sh:severity sh:Violation . + +dy:GovHydro4.uc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.uc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 420 ; + sh:path cim:GovHydro4.uc ; + sh:severity sh:Violation . + +dy:GovHydro4.uo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uo)." ; + sh:minCount 1 ; + sh:name "GovHydro4.uo-cardinality" ; + sh:order 419 ; + sh:path cim:GovHydro4.uo ; + sh:severity sh:Violation . + +dy:GovHydro4.uo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydro4.uo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 419 ; + sh:path cim:GovHydro4.uo ; + sh:severity sh:Violation . + +dy:GovHydroDD rdf:type sh:NodeShape ; + sh:property dy:GovHydroDD.tp-datatype , dy:GovHydroDD.r-cardinality , dy:GovHydroDD.gv4-cardinality , dy:IdentifiedObject.description-datatype , dy:GovHydroDD.ki-datatype , dy:GovHydroDD.velop-datatype , dy:GovHydroDD.gv5-cardinality , dy:GovHydroDD.pgv6-cardinality , dy:IdentifiedObject.name-datatype , dy:GovHydroDD.td-datatype , dy:GovHydroDD.gv2-datatype , dy:GovHydroDD.inputSignal-datatype , dy:GovHydroDD.pgv1-datatype , dy:GovHydroDD.gmax-cardinality , dy:GovHydroDD.gv2-cardinality , dy:GovHydroDD.tf-datatype , dy:GovHydroDD.gv1-datatype , dy:GovHydroDD.r-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovHydroDD.db2-cardinality , dy:GovHydroDD.pmin-datatype , dy:GovHydroDD.eps-cardinality , dy:GovHydroDD.pgv3-datatype , dy:GovHydroDD.tt-datatype , dy:GovHydroDD.aturb-cardinality , dy:GovHydroDD.k1-datatype , dy:GovHydroDD.aturb-datatype , dy:GovHydroDD.tturb-cardinality , dy:GovHydroDD.velcl-cardinality , dy:GovHydroDD.k1-cardinality , dy:GovHydroDD.tt-cardinality , dy:GovHydroDD.k2-datatype , dy:GovHydroDD.db1-cardinality , dy:GovHydroDD.td-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovHydroDD.tp-cardinality , dy:GovHydroDD.gmin-cardinality , dy:GovHydroDD.inputSignal-cardinality , dy:GovHydroDD.pgv4-datatype , dy:GovHydroDD.eps-datatype , dy:GovHydroDD.pgv6-datatype , dy:GovHydroDD.ki-cardinality , dy:GovHydroDD.pgv1-cardinality , dy:GovHydroDD.gv4-datatype , dy:GovHydroDD.gmin-datatype , dy:GovHydroDD.gmax-datatype , dy:GovHydroDD.gv6-datatype , dy:GovHydroDD.pmin-cardinality , dy:GovHydroDD.pgv2-datatype , dy:GovHydroDD.mwbase-cardinality , dy:GovHydroDD.pgv4-cardinality , dy:GovHydroDD.gv3-datatype , dy:GovHydroDD.bturb-cardinality , dy:GovHydroDD.pgv5-cardinality , dy:GovHydroDD.pgv2-cardinality , dy:GovHydroDD.gv1-cardinality , dy:GovHydroDD.db2-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydroDD.pmax-cardinality , dy:GovHydroDD.velcl-datatype , dy:GovHydroDD.velop-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovHydroDD.db1-datatype , dy:IdentifiedObject.description-cardinality , dy:GovHydroDD.kg-cardinality , dy:GovHydroDD.gv6-cardinality , dy:GovHydroDD.pgv5-datatype , dy:GovHydroDD.pgv3-cardinality , dy:IdentifiedObject.name-cardinality , dy:GovHydroDD.bturb-datatype , dy:GovHydroDD.gv3-cardinality , dy:GovHydroDD.gv5-datatype , dy:IdentifiedObject.mRID-datatype , dy:GovHydroDD.mwbase-datatype , dy:GovHydroDD.pmax-datatype , dy:IdentifiedObject.mRID-cardinality , dy:GovHydroDD.k2-cardinality , dy:GovHydroDD.tturb-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydroDD.tf-cardinality , dy:GovHydroDD.kg-datatype ; + sh:targetClass cim:GovHydroDD . + +dy:GovHydroDD.aturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (aturb)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.aturb-cardinality" ; + sh:order 469 ; + sh:path cim:GovHydroDD.aturb ; + sh:severity sh:Violation . + +dy:GovHydroDD.aturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the aturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.aturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 469 ; + sh:path cim:GovHydroDD.aturb ; + sh:severity sh:Violation . + +dy:GovHydroDD.bturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bturb)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.bturb-cardinality" ; + sh:order 470 ; + sh:path cim:GovHydroDD.bturb ; + sh:severity sh:Violation . + +dy:GovHydroDD.bturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.bturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 470 ; + sh:path cim:GovHydroDD.bturb ; + sh:severity sh:Violation . + +dy:GovHydroDD.db1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db1)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.db1-cardinality" ; + sh:order 472 ; + sh:path cim:GovHydroDD.db1 ; + sh:severity sh:Violation . + +dy:GovHydroDD.db1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.db1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 472 ; + sh:path cim:GovHydroDD.db1 ; + sh:severity sh:Violation . + +dy:GovHydroDD.db2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db2)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.db2-cardinality" ; + sh:order 474 ; + sh:path cim:GovHydroDD.db2 ; + sh:severity sh:Violation . + +dy:GovHydroDD.db2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.db2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 474 ; + sh:path cim:GovHydroDD.db2 ; + sh:severity sh:Violation . + +dy:GovHydroDD.eps-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eps)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.eps-cardinality" ; + sh:order 473 ; + sh:path cim:GovHydroDD.eps ; + sh:severity sh:Violation . + +dy:GovHydroDD.eps-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eps." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.eps-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 473 ; + sh:path cim:GovHydroDD.eps ; + sh:severity sh:Violation . + +dy:GovHydroDD.gmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmax)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.gmax-cardinality" ; + sh:order 487 ; + sh:path cim:GovHydroDD.gmax ; + sh:severity sh:Violation . + +dy:GovHydroDD.gmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.gmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 487 ; + sh:path cim:GovHydroDD.gmax ; + sh:severity sh:Violation . + +dy:GovHydroDD.gmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmin)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.gmin-cardinality" ; + sh:order 488 ; + sh:path cim:GovHydroDD.gmin ; + sh:severity sh:Violation . + +dy:GovHydroDD.gmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.gmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 488 ; + sh:path cim:GovHydroDD.gmin ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.gv1-cardinality" ; + sh:order 475 ; + sh:path cim:GovHydroDD.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 475 ; + sh:path cim:GovHydroDD.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.gv2-cardinality" ; + sh:order 477 ; + sh:path cim:GovHydroDD.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 477 ; + sh:path cim:GovHydroDD.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.gv3-cardinality" ; + sh:order 479 ; + sh:path cim:GovHydroDD.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 479 ; + sh:path cim:GovHydroDD.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv4)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.gv4-cardinality" ; + sh:order 481 ; + sh:path cim:GovHydroDD.gv4 ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.gv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 481 ; + sh:path cim:GovHydroDD.gv4 ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv5)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.gv5-cardinality" ; + sh:order 483 ; + sh:path cim:GovHydroDD.gv5 ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.gv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 483 ; + sh:path cim:GovHydroDD.gv5 ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv6)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.gv6-cardinality" ; + sh:order 485 ; + sh:path cim:GovHydroDD.gv6 ; + sh:severity sh:Violation . + +dy:GovHydroDD.gv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.gv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 485 ; + sh:path cim:GovHydroDD.gv6 ; + sh:severity sh:Violation . + +dy:GovHydroDD.inputSignal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inputSignal)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.inputSignal-cardinality" ; + sh:order 489 ; + sh:path cim:GovHydroDD.inputSignal ; + sh:severity sh:Violation . + +dy:GovHydroDD.inputSignal-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the inputSignal." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.inputSignal-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 489 ; + sh:path cim:GovHydroDD.inputSignal ; + sh:severity sh:Violation . + +dy:GovHydroDD.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.k1-cardinality" ; + sh:order 464 ; + sh:path cim:GovHydroDD.k1 ; + sh:severity sh:Violation . + +dy:GovHydroDD.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 464 ; + sh:path cim:GovHydroDD.k1 ; + sh:severity sh:Violation . + +dy:GovHydroDD.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.k2-cardinality" ; + sh:order 465 ; + sh:path cim:GovHydroDD.k2 ; + sh:severity sh:Violation . + +dy:GovHydroDD.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 465 ; + sh:path cim:GovHydroDD.k2 ; + sh:severity sh:Violation . + +dy:GovHydroDD.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.kg-cardinality" ; + sh:order 467 ; + sh:path cim:GovHydroDD.kg ; + sh:severity sh:Violation . + +dy:GovHydroDD.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 467 ; + sh:path cim:GovHydroDD.kg ; + sh:severity sh:Violation . + +dy:GovHydroDD.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.ki-cardinality" ; + sh:order 466 ; + sh:path cim:GovHydroDD.ki ; + sh:severity sh:Violation . + +dy:GovHydroDD.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 466 ; + sh:path cim:GovHydroDD.ki ; + sh:severity sh:Violation . + +dy:GovHydroDD.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.mwbase-cardinality" ; + sh:order 455 ; + sh:path cim:GovHydroDD.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroDD.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 455 ; + sh:path cim:GovHydroDD.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv1)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.pgv1-cardinality" ; + sh:order 476 ; + sh:path cim:GovHydroDD.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.pgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 476 ; + sh:path cim:GovHydroDD.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv2)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.pgv2-cardinality" ; + sh:order 478 ; + sh:path cim:GovHydroDD.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.pgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 478 ; + sh:path cim:GovHydroDD.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv3)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.pgv3-cardinality" ; + sh:order 480 ; + sh:path cim:GovHydroDD.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.pgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 480 ; + sh:path cim:GovHydroDD.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv4)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.pgv4-cardinality" ; + sh:order 482 ; + sh:path cim:GovHydroDD.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.pgv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 482 ; + sh:path cim:GovHydroDD.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv5)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.pgv5-cardinality" ; + sh:order 484 ; + sh:path cim:GovHydroDD.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.pgv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 484 ; + sh:path cim:GovHydroDD.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv6)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.pgv6-cardinality" ; + sh:order 486 ; + sh:path cim:GovHydroDD.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pgv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.pgv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 486 ; + sh:path cim:GovHydroDD.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydroDD.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.pmax-cardinality" ; + sh:order 456 ; + sh:path cim:GovHydroDD.pmax ; + sh:severity sh:Violation . + +dy:GovHydroDD.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 456 ; + sh:path cim:GovHydroDD.pmax ; + sh:severity sh:Violation . + +dy:GovHydroDD.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.pmin-cardinality" ; + sh:order 457 ; + sh:path cim:GovHydroDD.pmin ; + sh:severity sh:Violation . + +dy:GovHydroDD.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 457 ; + sh:path cim:GovHydroDD.pmin ; + sh:severity sh:Violation . + +dy:GovHydroDD.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.r-cardinality" ; + sh:order 458 ; + sh:path cim:GovHydroDD.r ; + sh:severity sh:Violation . + +dy:GovHydroDD.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 458 ; + sh:path cim:GovHydroDD.r ; + sh:severity sh:Violation . + +dy:GovHydroDD.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.td-cardinality" ; + sh:order 459 ; + sh:path cim:GovHydroDD.td ; + sh:severity sh:Violation . + +dy:GovHydroDD.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 459 ; + sh:path cim:GovHydroDD.td ; + sh:severity sh:Violation . + +dy:GovHydroDD.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.tf-cardinality" ; + sh:order 460 ; + sh:path cim:GovHydroDD.tf ; + sh:severity sh:Violation . + +dy:GovHydroDD.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 460 ; + sh:path cim:GovHydroDD.tf ; + sh:severity sh:Violation . + +dy:GovHydroDD.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.tp-cardinality" ; + sh:order 461 ; + sh:path cim:GovHydroDD.tp ; + sh:severity sh:Violation . + +dy:GovHydroDD.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 461 ; + sh:path cim:GovHydroDD.tp ; + sh:severity sh:Violation . + +dy:GovHydroDD.tt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tt)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.tt-cardinality" ; + sh:order 471 ; + sh:path cim:GovHydroDD.tt ; + sh:severity sh:Violation . + +dy:GovHydroDD.tt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.tt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 471 ; + sh:path cim:GovHydroDD.tt ; + sh:severity sh:Violation . + +dy:GovHydroDD.tturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tturb)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.tturb-cardinality" ; + sh:order 468 ; + sh:path cim:GovHydroDD.tturb ; + sh:severity sh:Violation . + +dy:GovHydroDD.tturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.tturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 468 ; + sh:path cim:GovHydroDD.tturb ; + sh:severity sh:Violation . + +dy:GovHydroDD.velcl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velcl)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.velcl-cardinality" ; + sh:order 463 ; + sh:path cim:GovHydroDD.velcl ; + sh:severity sh:Violation . + +dy:GovHydroDD.velcl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velcl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.velcl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 463 ; + sh:path cim:GovHydroDD.velcl ; + sh:severity sh:Violation . + +dy:GovHydroDD.velop-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velop)." ; + sh:minCount 1 ; + sh:name "GovHydroDD.velop-cardinality" ; + sh:order 462 ; + sh:path cim:GovHydroDD.velop ; + sh:severity sh:Violation . + +dy:GovHydroDD.velop-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velop." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroDD.velop-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 462 ; + sh:path cim:GovHydroDD.velop ; + sh:severity sh:Violation . + +dy:GovHydroFrancis rdf:type sh:NodeShape ; + sh:property dy:GovHydroFrancis.valvmin-datatype , dy:GovHydroFrancis.vc-datatype , dy:GovHydroFrancis.governorControl-datatype , dy:GovHydroFrancis.av1-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydroFrancis.vc-cardinality , dy:GovHydroFrancis.qc0-cardinality , dy:GovHydroFrancis.bp-cardinality , dy:GovHydroFrancis.av1-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovHydroFrancis.ts-cardinality , dy:GovHydroFrancis.zsfc-cardinality , dy:GovHydroFrancis.qn-datatype , dy:IdentifiedObject.description-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydroFrancis.va-cardinality , dy:GovHydroFrancis.td-datatype , dy:GovHydroFrancis.waterTunnelSurgeChamberSimulation-cardinality , dy:GovHydroFrancis.db1-datatype , dy:GovHydroFrancis.va-datatype , dy:IdentifiedObject.name-datatype , dy:GovHydroFrancis.governorControl-cardinality , dy:GovHydroFrancis.h1-cardinality , dy:GovHydroFrancis.twnc-datatype , dy:GovHydroFrancis.waterTunnelSurgeChamberSimulation-datatype , dy:GovHydroFrancis.hn-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovHydroFrancis.kc-datatype , dy:GovHydroFrancis.bp-datatype , dy:GovHydroFrancis.kc-cardinality , dy:GovHydroFrancis.twnc-cardinality , dy:GovHydroFrancis.valvmax-datatype , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.name-cardinality , dy:GovHydroFrancis.etamax-datatype , dy:GovHydroFrancis.db1-cardinality , dy:GovHydroFrancis.am-datatype , dy:GovHydroFrancis.av0-datatype , dy:GovHydroFrancis.twng-datatype , dy:GovHydroFrancis.ts-datatype , dy:GovHydroFrancis.kt-datatype , dy:IdentifiedObject.description-cardinality , dy:GovHydroFrancis.ta-datatype , dy:GovHydroFrancis.h2-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovHydroFrancis.twng-cardinality , dy:GovHydroFrancis.qn-cardinality , dy:GovHydroFrancis.valvmax-cardinality , dy:GovHydroFrancis.tx-cardinality , dy:GovHydroFrancis.hn-cardinality , dy:GovHydroFrancis.kt-cardinality , dy:GovHydroFrancis.am-cardinality , dy:GovHydroFrancis.av0-cardinality , dy:GovHydroFrancis.valvmin-cardinality , dy:GovHydroFrancis.kg-datatype , dy:GovHydroFrancis.zsfc-datatype , dy:GovHydroFrancis.etamax-cardinality , dy:GovHydroFrancis.h1-datatype , dy:GovHydroFrancis.kg-cardinality , dy:GovHydroFrancis.tx-datatype , dy:GovHydroFrancis.ta-cardinality , dy:GovHydroFrancis.h2-datatype , dy:GovHydroFrancis.qc0-datatype , dy:GovHydroFrancis.td-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:GovHydroFrancis . + +dy:GovHydroFrancis.am-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (am)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.am-cardinality" ; + sh:order 490 ; + sh:path cim:GovHydroFrancis.am ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.am-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the am." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.am-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 490 ; + sh:path cim:GovHydroFrancis.am ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.av0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (av0)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.av0-cardinality" ; + sh:order 491 ; + sh:path cim:GovHydroFrancis.av0 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.av0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the av0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.av0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 491 ; + sh:path cim:GovHydroFrancis.av0 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.av1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (av1)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.av1-cardinality" ; + sh:order 492 ; + sh:path cim:GovHydroFrancis.av1 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.av1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the av1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.av1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 492 ; + sh:path cim:GovHydroFrancis.av1 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.bp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bp)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.bp-cardinality" ; + sh:order 493 ; + sh:path cim:GovHydroFrancis.bp ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.bp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.bp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 493 ; + sh:path cim:GovHydroFrancis.bp ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.db1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db1)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.db1-cardinality" ; + sh:order 494 ; + sh:path cim:GovHydroFrancis.db1 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.db1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.db1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 494 ; + sh:path cim:GovHydroFrancis.db1 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.etamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (etamax)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.etamax-cardinality" ; + sh:order 495 ; + sh:path cim:GovHydroFrancis.etamax ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.etamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the etamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.etamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 495 ; + sh:path cim:GovHydroFrancis.etamax ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.governorControl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (governorControl)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.governorControl-cardinality" ; + sh:order 496 ; + sh:path cim:GovHydroFrancis.governorControl ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.governorControl-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the governorControl." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:FrancisGovernorControlKind.mechanicHydrolicTachoAccelerator cim:FrancisGovernorControlKind.mechanicHydraulicTransientFeedback cim:FrancisGovernorControlKind.electromechanicalElectrohydraulic ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "GovHydroFrancis.governorControl-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 496 ; + sh:path cim:GovHydroFrancis.governorControl ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.h1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (h1)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.h1-cardinality" ; + sh:order 497 ; + sh:path cim:GovHydroFrancis.h1 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.h1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the h1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.h1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 497 ; + sh:path cim:GovHydroFrancis.h1 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.h2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (h2)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.h2-cardinality" ; + sh:order 498 ; + sh:path cim:GovHydroFrancis.h2 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.h2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the h2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.h2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 498 ; + sh:path cim:GovHydroFrancis.h2 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.hn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hn)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.hn-cardinality" ; + sh:order 499 ; + sh:path cim:GovHydroFrancis.hn ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.hn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the hn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.hn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 499 ; + sh:path cim:GovHydroFrancis.hn ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.kc-cardinality" ; + sh:order 500 ; + sh:path cim:GovHydroFrancis.kc ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 500 ; + sh:path cim:GovHydroFrancis.kc ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.kg-cardinality" ; + sh:order 501 ; + sh:path cim:GovHydroFrancis.kg ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 501 ; + sh:path cim:GovHydroFrancis.kg ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.kt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kt)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.kt-cardinality" ; + sh:order 502 ; + sh:path cim:GovHydroFrancis.kt ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.kt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.kt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 502 ; + sh:path cim:GovHydroFrancis.kt ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.qc0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qc0)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.qc0-cardinality" ; + sh:order 503 ; + sh:path cim:GovHydroFrancis.qc0 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.qc0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qc0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.qc0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 503 ; + sh:path cim:GovHydroFrancis.qc0 ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.qn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qn)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.qn-cardinality" ; + sh:order 504 ; + sh:path cim:GovHydroFrancis.qn ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.qn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.qn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 504 ; + sh:path cim:GovHydroFrancis.qn ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.ta-cardinality" ; + sh:order 505 ; + sh:path cim:GovHydroFrancis.ta ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 505 ; + sh:path cim:GovHydroFrancis.ta ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.td-cardinality" ; + sh:order 506 ; + sh:path cim:GovHydroFrancis.td ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 506 ; + sh:path cim:GovHydroFrancis.td ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.ts-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.ts-cardinality" ; + sh:order 507 ; + sh:path cim:GovHydroFrancis.ts ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.ts-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.ts-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 507 ; + sh:path cim:GovHydroFrancis.ts ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.twnc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (twnc)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.twnc-cardinality" ; + sh:order 508 ; + sh:path cim:GovHydroFrancis.twnc ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.twnc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the twnc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.twnc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 508 ; + sh:path cim:GovHydroFrancis.twnc ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.twng-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (twng)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.twng-cardinality" ; + sh:order 509 ; + sh:path cim:GovHydroFrancis.twng ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.twng-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the twng." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.twng-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 509 ; + sh:path cim:GovHydroFrancis.twng ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.tx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tx)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.tx-cardinality" ; + sh:order 510 ; + sh:path cim:GovHydroFrancis.tx ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.tx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.tx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 510 ; + sh:path cim:GovHydroFrancis.tx ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.va-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (va)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.va-cardinality" ; + sh:order 511 ; + sh:path cim:GovHydroFrancis.va ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.va-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the va." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.va-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 511 ; + sh:path cim:GovHydroFrancis.va ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.valvmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (valvmax)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.valvmax-cardinality" ; + sh:order 512 ; + sh:path cim:GovHydroFrancis.valvmax ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.valvmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the valvmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.valvmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 512 ; + sh:path cim:GovHydroFrancis.valvmax ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.valvmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (valvmin)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.valvmin-cardinality" ; + sh:order 513 ; + sh:path cim:GovHydroFrancis.valvmin ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.valvmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the valvmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.valvmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 513 ; + sh:path cim:GovHydroFrancis.valvmin ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.vc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vc)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.vc-cardinality" ; + sh:order 514 ; + sh:path cim:GovHydroFrancis.vc ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.vc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.vc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 514 ; + sh:path cim:GovHydroFrancis.vc ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.waterTunnelSurgeChamberSimulation-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (waterTunnelSurgeChamberSimulation)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.waterTunnelSurgeChamberSimulation-cardinality" ; + sh:order 515 ; + sh:path cim:GovHydroFrancis.waterTunnelSurgeChamberSimulation ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.waterTunnelSurgeChamberSimulation-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the waterTunnelSurgeChamberSimulation." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.waterTunnelSurgeChamberSimulation-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 515 ; + sh:path cim:GovHydroFrancis.waterTunnelSurgeChamberSimulation ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.zsfc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (zsfc)." ; + sh:minCount 1 ; + sh:name "GovHydroFrancis.zsfc-cardinality" ; + sh:order 516 ; + sh:path cim:GovHydroFrancis.zsfc ; + sh:severity sh:Violation . + +dy:GovHydroFrancis.zsfc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the zsfc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroFrancis.zsfc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 516 ; + sh:path cim:GovHydroFrancis.zsfc ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0 rdf:type sh:NodeShape ; + sh:property dy:GovHydroIEEE0.t3-datatype , dy:IdentifiedObject.name-cardinality , dy:GovHydroIEEE0.k-datatype , dy:IdentifiedObject.name-datatype , dy:GovHydroIEEE0.t4-datatype , dy:GovHydroIEEE0.pmax-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydroIEEE0.t3-cardinality , dy:GovHydroIEEE0.pmin-cardinality , dy:IdentifiedObject.description-datatype , dy:GovHydroIEEE0.k-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovHydroIEEE0.t4-cardinality , dy:GovHydroIEEE0.t1-cardinality , dy:GovHydroIEEE0.mwbase-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovHydroIEEE0.t2-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovHydroIEEE0.pmax-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydroIEEE0.t2-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovHydroIEEE0.t1-datatype , dy:GovHydroIEEE0.mwbase-datatype , dy:GovHydroIEEE0.pmin-datatype , dy:IdentifiedObject.description-cardinality ; + sh:targetClass cim:GovHydroIEEE0 . + +dy:GovHydroIEEE0.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE0.k-cardinality" ; + sh:order 51 ; + sh:path cim:GovHydroIEEE0.k ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.k-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE0.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 51 ; + sh:path cim:GovHydroIEEE0.k ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE0.mwbase-cardinality" ; + sh:order 50 ; + sh:path cim:GovHydroIEEE0.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE0.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 50 ; + sh:path cim:GovHydroIEEE0.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE0.pmax-cardinality" ; + sh:order 56 ; + sh:path cim:GovHydroIEEE0.pmax ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE0.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 56 ; + sh:path cim:GovHydroIEEE0.pmax ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE0.pmin-cardinality" ; + sh:order 57 ; + sh:path cim:GovHydroIEEE0.pmin ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE0.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 57 ; + sh:path cim:GovHydroIEEE0.pmin ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE0.t1-cardinality" ; + sh:order 52 ; + sh:path cim:GovHydroIEEE0.t1 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE0.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 52 ; + sh:path cim:GovHydroIEEE0.t1 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE0.t2-cardinality" ; + sh:order 53 ; + sh:path cim:GovHydroIEEE0.t2 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE0.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 53 ; + sh:path cim:GovHydroIEEE0.t2 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE0.t3-cardinality" ; + sh:order 54 ; + sh:path cim:GovHydroIEEE0.t3 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE0.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 54 ; + sh:path cim:GovHydroIEEE0.t3 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE0.t4-cardinality" ; + sh:order 55 ; + sh:path cim:GovHydroIEEE0.t4 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE0.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE0.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 55 ; + sh:path cim:GovHydroIEEE0.t4 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2 rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.description-cardinality , dy:GovHydroIEEE2.mwbase-cardinality , dy:GovHydroIEEE2.pgv1-datatype , dy:GovHydroIEEE2.gv6-datatype , dy:GovHydroIEEE2.aturb-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovHydroIEEE2.uc-cardinality , dy:GovHydroIEEE2.gv1-cardinality , dy:GovHydroIEEE2.pgv3-cardinality , dy:GovHydroIEEE2.rtemp-cardinality , dy:GovHydroIEEE2.gv6-cardinality , dy:GovHydroIEEE2.kturb-datatype , dy:GovHydroIEEE2.gv1-datatype , dy:GovHydroIEEE2.gv3-datatype , dy:GovHydroIEEE2.aturb-datatype , dy:GovHydroIEEE2.tg-cardinality , dy:GovHydroIEEE2.bturb-cardinality , dy:GovHydroIEEE2.mwbase-datatype , dy:GovHydroIEEE2.pmax-datatype , dy:GovHydroIEEE2.rtemp-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovHydroIEEE2.tr-datatype , dy:GovHydroIEEE2.pgv2-datatype , dy:IdentifiedObject.description-datatype , dy:GovHydroIEEE2.gv3-cardinality , dy:GovHydroIEEE2.gv4-datatype , dy:GovHydroIEEE2.pmin-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.name-datatype , dy:GovHydroIEEE2.uc-datatype , dy:GovHydroIEEE2.gv4-cardinality , dy:GovHydroIEEE2.tw-datatype , dy:GovHydroIEEE2.pmax-cardinality , dy:GovHydroIEEE2.pgv2-cardinality , dy:GovHydroIEEE2.pgv1-cardinality , dy:GovHydroIEEE2.pgv3-datatype , dy:GovHydroIEEE2.tr-cardinality , dy:IdentifiedObject.name-cardinality , dy:GovHydroIEEE2.pgv6-datatype , dy:GovHydroIEEE2.pgv5-datatype , dy:GovHydroIEEE2.tp-cardinality , dy:GovHydroIEEE2.pgv4-cardinality , dy:GovHydroIEEE2.gv5-cardinality , dy:GovHydroIEEE2.pgv4-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydroIEEE2.pgv5-cardinality , dy:GovHydroIEEE2.tp-datatype , dy:GovHydroIEEE2.pgv6-cardinality , dy:GovHydroIEEE2.uo-datatype , dy:IdentifiedObject.mRID-cardinality , dy:GovHydroIEEE2.gv2-datatype , dy:GovHydroIEEE2.pmin-datatype , dy:GovHydroIEEE2.gv5-datatype , dy:GovHydroIEEE2.tg-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovHydroIEEE2.kturb-cardinality , dy:GovHydroIEEE2.uo-cardinality , dy:GovHydroIEEE2.rperm-datatype , dy:GovHydroIEEE2.rperm-cardinality , dy:GovHydroIEEE2.gv2-cardinality , dy:GovHydroIEEE2.tw-cardinality , dy:GovHydroIEEE2.bturb-datatype , dy:DynamicsFunctionBlock.enabled-datatype ; + sh:targetClass cim:GovHydroIEEE2 . + +dy:GovHydroIEEE2.aturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (aturb)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.aturb-cardinality" ; + sh:order 70 ; + sh:path cim:GovHydroIEEE2.aturb ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.aturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the aturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.aturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 70 ; + sh:path cim:GovHydroIEEE2.aturb ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.bturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bturb)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.bturb-cardinality" ; + sh:order 71 ; + sh:path cim:GovHydroIEEE2.bturb ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.bturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.bturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 71 ; + sh:path cim:GovHydroIEEE2.bturb ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.gv1-cardinality" ; + sh:order 72 ; + sh:path cim:GovHydroIEEE2.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 72 ; + sh:path cim:GovHydroIEEE2.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.gv2-cardinality" ; + sh:order 74 ; + sh:path cim:GovHydroIEEE2.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 74 ; + sh:path cim:GovHydroIEEE2.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.gv3-cardinality" ; + sh:order 76 ; + sh:path cim:GovHydroIEEE2.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 76 ; + sh:path cim:GovHydroIEEE2.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv4)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.gv4-cardinality" ; + sh:order 78 ; + sh:path cim:GovHydroIEEE2.gv4 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.gv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 78 ; + sh:path cim:GovHydroIEEE2.gv4 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv5)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.gv5-cardinality" ; + sh:order 80 ; + sh:path cim:GovHydroIEEE2.gv5 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.gv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 80 ; + sh:path cim:GovHydroIEEE2.gv5 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv6)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.gv6-cardinality" ; + sh:order 82 ; + sh:path cim:GovHydroIEEE2.gv6 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.gv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.gv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 82 ; + sh:path cim:GovHydroIEEE2.gv6 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.kturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kturb)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.kturb-cardinality" ; + sh:order 69 ; + sh:path cim:GovHydroIEEE2.kturb ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.kturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.kturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 69 ; + sh:path cim:GovHydroIEEE2.kturb ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.mwbase-cardinality" ; + sh:order 58 ; + sh:path cim:GovHydroIEEE2.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 58 ; + sh:path cim:GovHydroIEEE2.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv1)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.pgv1-cardinality" ; + sh:order 73 ; + sh:path cim:GovHydroIEEE2.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.pgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 73 ; + sh:path cim:GovHydroIEEE2.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv2)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.pgv2-cardinality" ; + sh:order 75 ; + sh:path cim:GovHydroIEEE2.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.pgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 75 ; + sh:path cim:GovHydroIEEE2.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv3)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.pgv3-cardinality" ; + sh:order 77 ; + sh:path cim:GovHydroIEEE2.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.pgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 77 ; + sh:path cim:GovHydroIEEE2.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv4)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.pgv4-cardinality" ; + sh:order 79 ; + sh:path cim:GovHydroIEEE2.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.pgv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 79 ; + sh:path cim:GovHydroIEEE2.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv5)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.pgv5-cardinality" ; + sh:order 81 ; + sh:path cim:GovHydroIEEE2.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.pgv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 81 ; + sh:path cim:GovHydroIEEE2.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv6)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.pgv6-cardinality" ; + sh:order 83 ; + sh:path cim:GovHydroIEEE2.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pgv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.pgv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 83 ; + sh:path cim:GovHydroIEEE2.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.pmax-cardinality" ; + sh:order 63 ; + sh:path cim:GovHydroIEEE2.pmax ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 63 ; + sh:path cim:GovHydroIEEE2.pmax ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.pmin-cardinality" ; + sh:order 64 ; + sh:path cim:GovHydroIEEE2.pmin ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 64 ; + sh:path cim:GovHydroIEEE2.pmin ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.rperm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rperm)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.rperm-cardinality" ; + sh:order 65 ; + sh:path cim:GovHydroIEEE2.rperm ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.rperm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rperm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.rperm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 65 ; + sh:path cim:GovHydroIEEE2.rperm ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.rtemp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rtemp)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.rtemp-cardinality" ; + sh:order 66 ; + sh:path cim:GovHydroIEEE2.rtemp ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.rtemp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rtemp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.rtemp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 66 ; + sh:path cim:GovHydroIEEE2.rtemp ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.tg-cardinality" ; + sh:order 59 ; + sh:path cim:GovHydroIEEE2.tg ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 59 ; + sh:path cim:GovHydroIEEE2.tg ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.tp-cardinality" ; + sh:order 60 ; + sh:path cim:GovHydroIEEE2.tp ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 60 ; + sh:path cim:GovHydroIEEE2.tp ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.tr-cardinality" ; + sh:order 67 ; + sh:path cim:GovHydroIEEE2.tr ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.tr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 67 ; + sh:path cim:GovHydroIEEE2.tr ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.tw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.tw-cardinality" ; + sh:order 68 ; + sh:path cim:GovHydroIEEE2.tw ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.tw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.tw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 68 ; + sh:path cim:GovHydroIEEE2.tw ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.uc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uc)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.uc-cardinality" ; + sh:order 62 ; + sh:path cim:GovHydroIEEE2.uc ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.uc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.uc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 62 ; + sh:path cim:GovHydroIEEE2.uc ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.uo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uo)." ; + sh:minCount 1 ; + sh:name "GovHydroIEEE2.uo-cardinality" ; + sh:order 61 ; + sh:path cim:GovHydroIEEE2.uo ; + sh:severity sh:Violation . + +dy:GovHydroIEEE2.uo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroIEEE2.uo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 61 ; + sh:path cim:GovHydroIEEE2.uo ; + sh:severity sh:Violation . + +dy:GovHydroPID rdf:type sh:NodeShape ; + sh:property dy:GovHydroPID.gv5-datatype , dy:GovHydroPID.pgv4-cardinality , dy:IdentifiedObject.name-datatype , dy:GovHydroPID.tturb-cardinality , dy:GovHydroPID.kp-cardinality , dy:GovHydroPID.tturb-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovHydroPID.bturb-cardinality , dy:GovHydroPID.pgv6-cardinality , dy:GovHydroPID.pgv2-cardinality , dy:GovHydroPID.gv5-cardinality , dy:GovHydroPID.tf-datatype , dy:GovHydroPID.gv4-cardinality , dy:IdentifiedObject.description-datatype , dy:GovHydroPID.gv6-cardinality , dy:GovHydroPID.r-datatype , dy:GovHydroPID.db2-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydroPID.tp-datatype , dy:GovHydroPID.pmin-datatype , dy:GovHydroPID.gv4-datatype , dy:GovHydroPID.pgv3-cardinality , dy:GovHydroPID.gv3-datatype , dy:GovHydroPID.db2-datatype , dy:GovHydroPID.inputSignal-datatype , dy:GovHydroPID.velop-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovHydroPID.kd-datatype , dy:GovHydroPID.bturb-datatype , dy:GovHydroPID.inputSignal-cardinality , dy:GovHydroPID.mwbase-datatype , dy:GovHydroPID.gv1-datatype , dy:GovHydroPID.eps-datatype , dy:IdentifiedObject.mRID-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydroPID.pmax-datatype , dy:GovHydroPID.mwbase-cardinality , dy:GovHydroPID.gv3-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovHydroPID.pgv5-cardinality , dy:GovHydroPID.td-datatype , dy:IdentifiedObject.name-cardinality , dy:GovHydroPID.tf-cardinality , dy:GovHydroPID.db1-cardinality , dy:GovHydroPID.ki-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovHydroPID.ki-cardinality , dy:GovHydroPID.velop-cardinality , dy:GovHydroPID.tt-datatype , dy:GovHydroPID.gv2-cardinality , dy:GovHydroPID.eps-cardinality , dy:GovHydroPID.tt-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovHydroPID.velcl-cardinality , dy:GovHydroPID.db1-datatype , dy:GovHydroPID.pmin-cardinality , dy:GovHydroPID.velcl-datatype , dy:GovHydroPID.pgv1-datatype , dy:GovHydroPID.gv2-datatype , dy:GovHydroPID.pgv1-cardinality , dy:GovHydroPID.tp-cardinality , dy:GovHydroPID.kg-cardinality , dy:GovHydroPID.pgv3-datatype , dy:GovHydroPID.pgv5-datatype , dy:GovHydroPID.pgv6-datatype , dy:GovHydroPID.gv6-datatype , dy:GovHydroPID.aturb-cardinality , dy:GovHydroPID.aturb-datatype , dy:GovHydroPID.kd-cardinality , dy:GovHydroPID.pgv4-datatype , dy:GovHydroPID.td-cardinality , dy:GovHydroPID.r-cardinality , dy:GovHydroPID.pgv2-datatype , dy:GovHydroPID.gv1-cardinality , dy:GovHydroPID.pmax-cardinality , dy:GovHydroPID.kg-datatype , dy:GovHydroPID.kp-datatype ; + sh:targetClass cim:GovHydroPID . + +dy:GovHydroPID.aturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (aturb)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.aturb-cardinality" ; + sh:order 559 ; + sh:path cim:GovHydroPID.aturb ; + sh:severity sh:Violation . + +dy:GovHydroPID.aturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the aturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.aturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 559 ; + sh:path cim:GovHydroPID.aturb ; + sh:severity sh:Violation . + +dy:GovHydroPID.bturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bturb)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.bturb-cardinality" ; + sh:order 560 ; + sh:path cim:GovHydroPID.bturb ; + sh:severity sh:Violation . + +dy:GovHydroPID.bturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.bturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 560 ; + sh:path cim:GovHydroPID.bturb ; + sh:severity sh:Violation . + +dy:GovHydroPID.db1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db1)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.db1-cardinality" ; + sh:order 562 ; + sh:path cim:GovHydroPID.db1 ; + sh:severity sh:Violation . + +dy:GovHydroPID.db1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.db1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 562 ; + sh:path cim:GovHydroPID.db1 ; + sh:severity sh:Violation . + +dy:GovHydroPID.db2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db2)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.db2-cardinality" ; + sh:order 565 ; + sh:path cim:GovHydroPID.db2 ; + sh:severity sh:Violation . + +dy:GovHydroPID.db2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.db2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 565 ; + sh:path cim:GovHydroPID.db2 ; + sh:severity sh:Violation . + +dy:GovHydroPID.eps-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eps)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.eps-cardinality" ; + sh:order 564 ; + sh:path cim:GovHydroPID.eps ; + sh:severity sh:Violation . + +dy:GovHydroPID.eps-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eps." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.eps-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 564 ; + sh:path cim:GovHydroPID.eps ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.gv1-cardinality" ; + sh:order 566 ; + sh:path cim:GovHydroPID.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 566 ; + sh:path cim:GovHydroPID.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.gv2-cardinality" ; + sh:order 568 ; + sh:path cim:GovHydroPID.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 568 ; + sh:path cim:GovHydroPID.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.gv3-cardinality" ; + sh:order 570 ; + sh:path cim:GovHydroPID.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 570 ; + sh:path cim:GovHydroPID.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv4)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.gv4-cardinality" ; + sh:order 572 ; + sh:path cim:GovHydroPID.gv4 ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.gv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 572 ; + sh:path cim:GovHydroPID.gv4 ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv5)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.gv5-cardinality" ; + sh:order 574 ; + sh:path cim:GovHydroPID.gv5 ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.gv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 574 ; + sh:path cim:GovHydroPID.gv5 ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv6)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.gv6-cardinality" ; + sh:order 576 ; + sh:path cim:GovHydroPID.gv6 ; + sh:severity sh:Violation . + +dy:GovHydroPID.gv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.gv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 576 ; + sh:path cim:GovHydroPID.gv6 ; + sh:severity sh:Violation . + +dy:GovHydroPID.inputSignal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inputSignal)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.inputSignal-cardinality" ; + sh:order 563 ; + sh:path cim:GovHydroPID.inputSignal ; + sh:severity sh:Violation . + +dy:GovHydroPID.inputSignal-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the inputSignal." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.inputSignal-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 563 ; + sh:path cim:GovHydroPID.inputSignal ; + sh:severity sh:Violation . + +dy:GovHydroPID.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.kd-cardinality" ; + sh:order 554 ; + sh:path cim:GovHydroPID.kd ; + sh:severity sh:Violation . + +dy:GovHydroPID.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 554 ; + sh:path cim:GovHydroPID.kd ; + sh:severity sh:Violation . + +dy:GovHydroPID.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.kg-cardinality" ; + sh:order 557 ; + sh:path cim:GovHydroPID.kg ; + sh:severity sh:Violation . + +dy:GovHydroPID.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 557 ; + sh:path cim:GovHydroPID.kg ; + sh:severity sh:Violation . + +dy:GovHydroPID.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.ki-cardinality" ; + sh:order 556 ; + sh:path cim:GovHydroPID.ki ; + sh:severity sh:Violation . + +dy:GovHydroPID.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 556 ; + sh:path cim:GovHydroPID.ki ; + sh:severity sh:Violation . + +dy:GovHydroPID.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.kp-cardinality" ; + sh:order 555 ; + sh:path cim:GovHydroPID.kp ; + sh:severity sh:Violation . + +dy:GovHydroPID.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 555 ; + sh:path cim:GovHydroPID.kp ; + sh:severity sh:Violation . + +dy:GovHydroPID.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.mwbase-cardinality" ; + sh:order 545 ; + sh:path cim:GovHydroPID.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroPID.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 545 ; + sh:path cim:GovHydroPID.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv1)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.pgv1-cardinality" ; + sh:order 567 ; + sh:path cim:GovHydroPID.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.pgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 567 ; + sh:path cim:GovHydroPID.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv2)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.pgv2-cardinality" ; + sh:order 569 ; + sh:path cim:GovHydroPID.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.pgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 569 ; + sh:path cim:GovHydroPID.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv3)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.pgv3-cardinality" ; + sh:order 571 ; + sh:path cim:GovHydroPID.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.pgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 571 ; + sh:path cim:GovHydroPID.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv4)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.pgv4-cardinality" ; + sh:order 573 ; + sh:path cim:GovHydroPID.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.pgv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 573 ; + sh:path cim:GovHydroPID.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv5)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.pgv5-cardinality" ; + sh:order 575 ; + sh:path cim:GovHydroPID.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.pgv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 575 ; + sh:path cim:GovHydroPID.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv6)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.pgv6-cardinality" ; + sh:order 577 ; + sh:path cim:GovHydroPID.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pgv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.pgv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 577 ; + sh:path cim:GovHydroPID.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydroPID.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.pmax-cardinality" ; + sh:order 546 ; + sh:path cim:GovHydroPID.pmax ; + sh:severity sh:Violation . + +dy:GovHydroPID.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 546 ; + sh:path cim:GovHydroPID.pmax ; + sh:severity sh:Violation . + +dy:GovHydroPID.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.pmin-cardinality" ; + sh:order 547 ; + sh:path cim:GovHydroPID.pmin ; + sh:severity sh:Violation . + +dy:GovHydroPID.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 547 ; + sh:path cim:GovHydroPID.pmin ; + sh:severity sh:Violation . + +dy:GovHydroPID.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.r-cardinality" ; + sh:order 548 ; + sh:path cim:GovHydroPID.r ; + sh:severity sh:Violation . + +dy:GovHydroPID.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 548 ; + sh:path cim:GovHydroPID.r ; + sh:severity sh:Violation . + +dy:GovHydroPID.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.td-cardinality" ; + sh:order 549 ; + sh:path cim:GovHydroPID.td ; + sh:severity sh:Violation . + +dy:GovHydroPID.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 549 ; + sh:path cim:GovHydroPID.td ; + sh:severity sh:Violation . + +dy:GovHydroPID.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.tf-cardinality" ; + sh:order 550 ; + sh:path cim:GovHydroPID.tf ; + sh:severity sh:Violation . + +dy:GovHydroPID.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 550 ; + sh:path cim:GovHydroPID.tf ; + sh:severity sh:Violation . + +dy:GovHydroPID.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.tp-cardinality" ; + sh:order 551 ; + sh:path cim:GovHydroPID.tp ; + sh:severity sh:Violation . + +dy:GovHydroPID.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 551 ; + sh:path cim:GovHydroPID.tp ; + sh:severity sh:Violation . + +dy:GovHydroPID.tt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tt)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.tt-cardinality" ; + sh:order 561 ; + sh:path cim:GovHydroPID.tt ; + sh:severity sh:Violation . + +dy:GovHydroPID.tt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.tt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 561 ; + sh:path cim:GovHydroPID.tt ; + sh:severity sh:Violation . + +dy:GovHydroPID.tturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tturb)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.tturb-cardinality" ; + sh:order 558 ; + sh:path cim:GovHydroPID.tturb ; + sh:severity sh:Violation . + +dy:GovHydroPID.tturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.tturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 558 ; + sh:path cim:GovHydroPID.tturb ; + sh:severity sh:Violation . + +dy:GovHydroPID.velcl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velcl)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.velcl-cardinality" ; + sh:order 553 ; + sh:path cim:GovHydroPID.velcl ; + sh:severity sh:Violation . + +dy:GovHydroPID.velcl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velcl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.velcl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 553 ; + sh:path cim:GovHydroPID.velcl ; + sh:severity sh:Violation . + +dy:GovHydroPID.velop-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velop)." ; + sh:minCount 1 ; + sh:name "GovHydroPID.velop-cardinality" ; + sh:order 552 ; + sh:path cim:GovHydroPID.velop ; + sh:severity sh:Violation . + +dy:GovHydroPID.velop-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velop." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID.velop-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 552 ; + sh:path cim:GovHydroPID.velop ; + sh:severity sh:Violation . + +dy:GovHydroPID2 rdf:type sh:NodeShape ; + sh:property dy:GovHydroPID2.atw-cardinality , dy:GovHydroPID2.tb-datatype , dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydroPID2.g0-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovHydroPID2.tb-cardinality , dy:GovHydroPID2.kd-datatype , dy:IdentifiedObject.mRID-cardinality , dy:GovHydroPID2.gmax-cardinality , dy:GovHydroPID2.d-datatype , dy:GovHydroPID2.gmax-datatype , dy:GovHydroPID2.kp-datatype , dy:GovHydroPID2.tw-datatype , dy:GovHydroPID2.p1-cardinality , dy:GovHydroPID2.velmin-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydroPID2.p3-datatype , dy:GovHydroPID2.g2-cardinality , dy:GovHydroPID2.velmax-datatype , dy:GovHydroPID2.g1-datatype , dy:GovHydroPID2.ta-datatype , dy:GovHydroPID2.p1-datatype , dy:IdentifiedObject.name-datatype , dy:GovHydroPID2.p3-cardinality , dy:GovHydroPID2.feedbackSignal-datatype , dy:GovHydroPID2.p2-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovHydroPID2.rperm-datatype , dy:GovHydroPID2.feedbackSignal-cardinality , dy:GovHydroPID2.g2-datatype , dy:GovHydroPID2.gmin-cardinality , dy:GovHydroPID2.d-cardinality , dy:GovHydroPID2.kd-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovHydroPID2.rperm-cardinality , dy:GovHydroPID2.treg-datatype , dy:GovHydroPID2.atw-datatype , dy:GovHydroPID2.mwbase-cardinality , dy:GovHydroPID2.kp-cardinality , dy:IdentifiedObject.description-datatype , dy:GovHydroPID2.ta-cardinality , dy:GovHydroPID2.p2-datatype , dy:IdentifiedObject.name-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovHydroPID2.treg-cardinality , dy:GovHydroPID2.mwbase-datatype , dy:GovHydroPID2.g1-cardinality , dy:GovHydroPID2.velmax-cardinality , dy:GovHydroPID2.ki-cardinality , dy:GovHydroPID2.tw-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovHydroPID2.gmin-datatype , dy:GovHydroPID2.velmin-cardinality , dy:GovHydroPID2.g0-cardinality , dy:GovHydroPID2.ki-datatype ; + sh:targetClass cim:GovHydroPID2 . + +dy:GovHydroPID2.atw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (atw)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.atw-cardinality" ; + sh:order 598 ; + sh:path cim:GovHydroPID2.atw ; + sh:severity sh:Violation . + +dy:GovHydroPID2.atw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the atw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.atw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 598 ; + sh:path cim:GovHydroPID2.atw ; + sh:severity sh:Violation . + +dy:GovHydroPID2.d-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (d)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.d-cardinality" ; + sh:order 591 ; + sh:path cim:GovHydroPID2.d ; + sh:severity sh:Violation . + +dy:GovHydroPID2.d-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the d." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.d-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 591 ; + sh:path cim:GovHydroPID2.d ; + sh:severity sh:Violation . + +dy:GovHydroPID2.feedbackSignal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (feedbackSignal)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.feedbackSignal-cardinality" ; + sh:order 599 ; + sh:path cim:GovHydroPID2.feedbackSignal ; + sh:severity sh:Violation . + +dy:GovHydroPID2.feedbackSignal-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the feedbackSignal." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.feedbackSignal-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 599 ; + sh:path cim:GovHydroPID2.feedbackSignal ; + sh:severity sh:Violation . + +dy:GovHydroPID2.g0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (g0)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.g0-cardinality" ; + sh:order 592 ; + sh:path cim:GovHydroPID2.g0 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.g0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.g0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 592 ; + sh:path cim:GovHydroPID2.g0 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.g1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (g1)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.g1-cardinality" ; + sh:order 593 ; + sh:path cim:GovHydroPID2.g1 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.g1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.g1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 593 ; + sh:path cim:GovHydroPID2.g1 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.g2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (g2)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.g2-cardinality" ; + sh:order 595 ; + sh:path cim:GovHydroPID2.g2 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.g2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.g2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 595 ; + sh:path cim:GovHydroPID2.g2 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.gmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmax)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.gmax-cardinality" ; + sh:order 588 ; + sh:path cim:GovHydroPID2.gmax ; + sh:severity sh:Violation . + +dy:GovHydroPID2.gmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.gmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 588 ; + sh:path cim:GovHydroPID2.gmax ; + sh:severity sh:Violation . + +dy:GovHydroPID2.gmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmin)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.gmin-cardinality" ; + sh:order 589 ; + sh:path cim:GovHydroPID2.gmin ; + sh:severity sh:Violation . + +dy:GovHydroPID2.gmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.gmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 589 ; + sh:path cim:GovHydroPID2.gmin ; + sh:severity sh:Violation . + +dy:GovHydroPID2.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.kd-cardinality" ; + sh:order 583 ; + sh:path cim:GovHydroPID2.kd ; + sh:severity sh:Violation . + +dy:GovHydroPID2.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 583 ; + sh:path cim:GovHydroPID2.kd ; + sh:severity sh:Violation . + +dy:GovHydroPID2.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.ki-cardinality" ; + sh:order 582 ; + sh:path cim:GovHydroPID2.ki ; + sh:severity sh:Violation . + +dy:GovHydroPID2.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 582 ; + sh:path cim:GovHydroPID2.ki ; + sh:severity sh:Violation . + +dy:GovHydroPID2.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.kp-cardinality" ; + sh:order 581 ; + sh:path cim:GovHydroPID2.kp ; + sh:severity sh:Violation . + +dy:GovHydroPID2.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 581 ; + sh:path cim:GovHydroPID2.kp ; + sh:severity sh:Violation . + +dy:GovHydroPID2.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.mwbase-cardinality" ; + sh:order 578 ; + sh:path cim:GovHydroPID2.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroPID2.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 578 ; + sh:path cim:GovHydroPID2.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroPID2.p1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p1)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.p1-cardinality" ; + sh:order 594 ; + sh:path cim:GovHydroPID2.p1 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.p1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.p1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 594 ; + sh:path cim:GovHydroPID2.p1 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.p2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p2)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.p2-cardinality" ; + sh:order 596 ; + sh:path cim:GovHydroPID2.p2 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.p2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.p2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 596 ; + sh:path cim:GovHydroPID2.p2 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.p3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p3)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.p3-cardinality" ; + sh:order 597 ; + sh:path cim:GovHydroPID2.p3 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.p3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.p3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 597 ; + sh:path cim:GovHydroPID2.p3 ; + sh:severity sh:Violation . + +dy:GovHydroPID2.rperm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rperm)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.rperm-cardinality" ; + sh:order 580 ; + sh:path cim:GovHydroPID2.rperm ; + sh:severity sh:Violation . + +dy:GovHydroPID2.rperm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rperm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.rperm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 580 ; + sh:path cim:GovHydroPID2.rperm ; + sh:severity sh:Violation . + +dy:GovHydroPID2.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.ta-cardinality" ; + sh:order 584 ; + sh:path cim:GovHydroPID2.ta ; + sh:severity sh:Violation . + +dy:GovHydroPID2.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 584 ; + sh:path cim:GovHydroPID2.ta ; + sh:severity sh:Violation . + +dy:GovHydroPID2.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.tb-cardinality" ; + sh:order 585 ; + sh:path cim:GovHydroPID2.tb ; + sh:severity sh:Violation . + +dy:GovHydroPID2.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 585 ; + sh:path cim:GovHydroPID2.tb ; + sh:severity sh:Violation . + +dy:GovHydroPID2.treg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (treg)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.treg-cardinality" ; + sh:order 579 ; + sh:path cim:GovHydroPID2.treg ; + sh:severity sh:Violation . + +dy:GovHydroPID2.treg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the treg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.treg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 579 ; + sh:path cim:GovHydroPID2.treg ; + sh:severity sh:Violation . + +dy:GovHydroPID2.tw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.tw-cardinality" ; + sh:order 590 ; + sh:path cim:GovHydroPID2.tw ; + sh:severity sh:Violation . + +dy:GovHydroPID2.tw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.tw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 590 ; + sh:path cim:GovHydroPID2.tw ; + sh:severity sh:Violation . + +dy:GovHydroPID2.velmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velmax)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.velmax-cardinality" ; + sh:order 586 ; + sh:path cim:GovHydroPID2.velmax ; + sh:severity sh:Violation . + +dy:GovHydroPID2.velmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.velmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 586 ; + sh:path cim:GovHydroPID2.velmax ; + sh:severity sh:Violation . + +dy:GovHydroPID2.velmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velmin)." ; + sh:minCount 1 ; + sh:name "GovHydroPID2.velmin-cardinality" ; + sh:order 587 ; + sh:path cim:GovHydroPID2.velmin ; + sh:severity sh:Violation . + +dy:GovHydroPID2.velmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPID2.velmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 587 ; + sh:path cim:GovHydroPID2.velmin ; + sh:severity sh:Violation . + +dy:GovHydroPelton rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-datatype , dy:GovHydroPelton.tx-datatype , dy:GovHydroPelton.simplifiedPelton-datatype , dy:GovHydroPelton.kg-datatype , dy:GovHydroPelton.db2-cardinality , dy:GovHydroPelton.simplifiedPelton-cardinality , dy:GovHydroPelton.tv-cardinality , dy:GovHydroPelton.vav-cardinality , dy:GovHydroPelton.staticCompensating-datatype , dy:GovHydroPelton.kc-datatype , dy:GovHydroPelton.qc0-cardinality , dy:GovHydroPelton.staticCompensating-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.description-cardinality , dy:GovHydroPelton.db1-datatype , dy:GovHydroPelton.h1-datatype , dy:GovHydroPelton.valvmax-datatype , dy:GovHydroPelton.av0-datatype , dy:GovHydroPelton.va-cardinality , dy:GovHydroPelton.qn-datatype , dy:GovHydroPelton.db2-datatype , dy:GovHydroPelton.valvmax-cardinality , dy:GovHydroPelton.db1-cardinality , dy:GovHydroPelton.av1-cardinality , dy:GovHydroPelton.twnc-datatype , dy:GovHydroPelton.bp-cardinality , dy:GovHydroPelton.kc-cardinality , dy:GovHydroPelton.tv-datatype , dy:GovHydroPelton.av1-datatype , dy:GovHydroPelton.twnc-cardinality , dy:GovHydroPelton.vc-cardinality , dy:GovHydroPelton.twng-datatype , dy:GovHydroPelton.kg-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovHydroPelton.ts-cardinality , dy:GovHydroPelton.zsfc-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydroPelton.h1-cardinality , dy:GovHydroPelton.tx-cardinality , dy:GovHydroPelton.ta-datatype , dy:GovHydroPelton.qc0-datatype , dy:GovHydroPelton.twng-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydroPelton.waterTunnelSurgeChamberSimulation-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovHydroPelton.ta-cardinality , dy:GovHydroPelton.zsfc-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovHydroPelton.valvmin-cardinality , dy:GovHydroPelton.valvmin-datatype , dy:GovHydroPelton.vc-datatype , dy:GovHydroPelton.ts-datatype , dy:GovHydroPelton.va-datatype , dy:GovHydroPelton.h2-datatype , dy:GovHydroPelton.vcv-cardinality , dy:GovHydroPelton.vav-datatype , dy:GovHydroPelton.qn-cardinality , dy:GovHydroPelton.av0-cardinality , dy:GovHydroPelton.bp-datatype , dy:GovHydroPelton.h2-cardinality , dy:IdentifiedObject.description-datatype , dy:GovHydroPelton.hn-cardinality , dy:GovHydroPelton.waterTunnelSurgeChamberSimulation-datatype , dy:IdentifiedObject.name-cardinality , dy:GovHydroPelton.hn-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovHydroPelton.vcv-datatype ; + sh:targetClass cim:GovHydroPelton . + +dy:GovHydroPelton.av0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (av0)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.av0-cardinality" ; + sh:order 517 ; + sh:path cim:GovHydroPelton.av0 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.av0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the av0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.av0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 517 ; + sh:path cim:GovHydroPelton.av0 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.av1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (av1)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.av1-cardinality" ; + sh:order 518 ; + sh:path cim:GovHydroPelton.av1 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.av1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the av1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.av1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 518 ; + sh:path cim:GovHydroPelton.av1 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.bp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bp)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.bp-cardinality" ; + sh:order 519 ; + sh:path cim:GovHydroPelton.bp ; + sh:severity sh:Violation . + +dy:GovHydroPelton.bp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.bp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 519 ; + sh:path cim:GovHydroPelton.bp ; + sh:severity sh:Violation . + +dy:GovHydroPelton.db1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db1)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.db1-cardinality" ; + sh:order 520 ; + sh:path cim:GovHydroPelton.db1 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.db1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.db1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 520 ; + sh:path cim:GovHydroPelton.db1 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.db2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db2)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.db2-cardinality" ; + sh:order 521 ; + sh:path cim:GovHydroPelton.db2 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.db2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.db2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 521 ; + sh:path cim:GovHydroPelton.db2 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.h1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (h1)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.h1-cardinality" ; + sh:order 522 ; + sh:path cim:GovHydroPelton.h1 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.h1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the h1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.h1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 522 ; + sh:path cim:GovHydroPelton.h1 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.h2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (h2)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.h2-cardinality" ; + sh:order 523 ; + sh:path cim:GovHydroPelton.h2 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.h2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the h2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.h2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 523 ; + sh:path cim:GovHydroPelton.h2 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.hn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hn)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.hn-cardinality" ; + sh:order 524 ; + sh:path cim:GovHydroPelton.hn ; + sh:severity sh:Violation . + +dy:GovHydroPelton.hn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the hn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.hn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 524 ; + sh:path cim:GovHydroPelton.hn ; + sh:severity sh:Violation . + +dy:GovHydroPelton.kc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kc)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.kc-cardinality" ; + sh:order 525 ; + sh:path cim:GovHydroPelton.kc ; + sh:severity sh:Violation . + +dy:GovHydroPelton.kc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.kc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 525 ; + sh:path cim:GovHydroPelton.kc ; + sh:severity sh:Violation . + +dy:GovHydroPelton.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.kg-cardinality" ; + sh:order 526 ; + sh:path cim:GovHydroPelton.kg ; + sh:severity sh:Violation . + +dy:GovHydroPelton.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 526 ; + sh:path cim:GovHydroPelton.kg ; + sh:severity sh:Violation . + +dy:GovHydroPelton.qc0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qc0)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.qc0-cardinality" ; + sh:order 527 ; + sh:path cim:GovHydroPelton.qc0 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.qc0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qc0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.qc0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 527 ; + sh:path cim:GovHydroPelton.qc0 ; + sh:severity sh:Violation . + +dy:GovHydroPelton.qn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qn)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.qn-cardinality" ; + sh:order 528 ; + sh:path cim:GovHydroPelton.qn ; + sh:severity sh:Violation . + +dy:GovHydroPelton.qn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.qn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 528 ; + sh:path cim:GovHydroPelton.qn ; + sh:severity sh:Violation . + +dy:GovHydroPelton.simplifiedPelton-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (simplifiedPelton)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.simplifiedPelton-cardinality" ; + sh:order 529 ; + sh:path cim:GovHydroPelton.simplifiedPelton ; + sh:severity sh:Violation . + +dy:GovHydroPelton.simplifiedPelton-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the simplifiedPelton." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.simplifiedPelton-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 529 ; + sh:path cim:GovHydroPelton.simplifiedPelton ; + sh:severity sh:Violation . + +dy:GovHydroPelton.staticCompensating-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (staticCompensating)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.staticCompensating-cardinality" ; + sh:order 530 ; + sh:path cim:GovHydroPelton.staticCompensating ; + sh:severity sh:Violation . + +dy:GovHydroPelton.staticCompensating-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the staticCompensating." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.staticCompensating-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 530 ; + sh:path cim:GovHydroPelton.staticCompensating ; + sh:severity sh:Violation . + +dy:GovHydroPelton.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.ta-cardinality" ; + sh:order 531 ; + sh:path cim:GovHydroPelton.ta ; + sh:severity sh:Violation . + +dy:GovHydroPelton.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 531 ; + sh:path cim:GovHydroPelton.ta ; + sh:severity sh:Violation . + +dy:GovHydroPelton.ts-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.ts-cardinality" ; + sh:order 532 ; + sh:path cim:GovHydroPelton.ts ; + sh:severity sh:Violation . + +dy:GovHydroPelton.ts-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.ts-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 532 ; + sh:path cim:GovHydroPelton.ts ; + sh:severity sh:Violation . + +dy:GovHydroPelton.tv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tv)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.tv-cardinality" ; + sh:order 533 ; + sh:path cim:GovHydroPelton.tv ; + sh:severity sh:Violation . + +dy:GovHydroPelton.tv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.tv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 533 ; + sh:path cim:GovHydroPelton.tv ; + sh:severity sh:Violation . + +dy:GovHydroPelton.twnc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (twnc)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.twnc-cardinality" ; + sh:order 534 ; + sh:path cim:GovHydroPelton.twnc ; + sh:severity sh:Violation . + +dy:GovHydroPelton.twnc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the twnc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.twnc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 534 ; + sh:path cim:GovHydroPelton.twnc ; + sh:severity sh:Violation . + +dy:GovHydroPelton.twng-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (twng)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.twng-cardinality" ; + sh:order 535 ; + sh:path cim:GovHydroPelton.twng ; + sh:severity sh:Violation . + +dy:GovHydroPelton.twng-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the twng." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.twng-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 535 ; + sh:path cim:GovHydroPelton.twng ; + sh:severity sh:Violation . + +dy:GovHydroPelton.tx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tx)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.tx-cardinality" ; + sh:order 536 ; + sh:path cim:GovHydroPelton.tx ; + sh:severity sh:Violation . + +dy:GovHydroPelton.tx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.tx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 536 ; + sh:path cim:GovHydroPelton.tx ; + sh:severity sh:Violation . + +dy:GovHydroPelton.va-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (va)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.va-cardinality" ; + sh:order 537 ; + sh:path cim:GovHydroPelton.va ; + sh:severity sh:Violation . + +dy:GovHydroPelton.va-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the va." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.va-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 537 ; + sh:path cim:GovHydroPelton.va ; + sh:severity sh:Violation . + +dy:GovHydroPelton.valvmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (valvmax)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.valvmax-cardinality" ; + sh:order 538 ; + sh:path cim:GovHydroPelton.valvmax ; + sh:severity sh:Violation . + +dy:GovHydroPelton.valvmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the valvmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.valvmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 538 ; + sh:path cim:GovHydroPelton.valvmax ; + sh:severity sh:Violation . + +dy:GovHydroPelton.valvmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (valvmin)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.valvmin-cardinality" ; + sh:order 539 ; + sh:path cim:GovHydroPelton.valvmin ; + sh:severity sh:Violation . + +dy:GovHydroPelton.valvmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the valvmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.valvmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 539 ; + sh:path cim:GovHydroPelton.valvmin ; + sh:severity sh:Violation . + +dy:GovHydroPelton.vav-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vav)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.vav-cardinality" ; + sh:order 540 ; + sh:path cim:GovHydroPelton.vav ; + sh:severity sh:Violation . + +dy:GovHydroPelton.vav-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vav." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.vav-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 540 ; + sh:path cim:GovHydroPelton.vav ; + sh:severity sh:Violation . + +dy:GovHydroPelton.vc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vc)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.vc-cardinality" ; + sh:order 541 ; + sh:path cim:GovHydroPelton.vc ; + sh:severity sh:Violation . + +dy:GovHydroPelton.vc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.vc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 541 ; + sh:path cim:GovHydroPelton.vc ; + sh:severity sh:Violation . + +dy:GovHydroPelton.vcv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vcv)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.vcv-cardinality" ; + sh:order 542 ; + sh:path cim:GovHydroPelton.vcv ; + sh:severity sh:Violation . + +dy:GovHydroPelton.vcv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vcv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.vcv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 542 ; + sh:path cim:GovHydroPelton.vcv ; + sh:severity sh:Violation . + +dy:GovHydroPelton.waterTunnelSurgeChamberSimulation-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (waterTunnelSurgeChamberSimulation)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.waterTunnelSurgeChamberSimulation-cardinality" ; + sh:order 543 ; + sh:path cim:GovHydroPelton.waterTunnelSurgeChamberSimulation ; + sh:severity sh:Violation . + +dy:GovHydroPelton.waterTunnelSurgeChamberSimulation-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the waterTunnelSurgeChamberSimulation." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.waterTunnelSurgeChamberSimulation-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 543 ; + sh:path cim:GovHydroPelton.waterTunnelSurgeChamberSimulation ; + sh:severity sh:Violation . + +dy:GovHydroPelton.zsfc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (zsfc)." ; + sh:minCount 1 ; + sh:name "GovHydroPelton.zsfc-cardinality" ; + sh:order 544 ; + sh:path cim:GovHydroPelton.zsfc ; + sh:severity sh:Violation . + +dy:GovHydroPelton.zsfc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the zsfc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroPelton.zsfc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 544 ; + sh:path cim:GovHydroPelton.zsfc ; + sh:severity sh:Violation . + +dy:GovHydroR rdf:type sh:NodeShape ; + sh:property dy:GovHydroR.pmin-cardinality , dy:GovHydroR.pgv3-cardinality , dy:GovHydroR.tw-cardinality , dy:GovHydroR.tt-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovHydroR.db1-datatype , dy:GovHydroR.t5-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovHydroR.pgv5-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:IdentifiedObject.name-datatype , dy:GovHydroR.gv3-cardinality , dy:GovHydroR.pmax-cardinality , dy:GovHydroR.t3-datatype , dy:GovHydroR.tp-datatype , dy:GovHydroR.pgv6-cardinality , dy:GovHydroR.kg-cardinality , dy:GovHydroR.at-cardinality , dy:GovHydroR.pgv5-datatype , dy:GovHydroR.pgv1-datatype , dy:GovHydroR.eps-cardinality , dy:GovHydroR.t6-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovHydroR.pgv4-cardinality , dy:GovHydroR.db2-datatype , dy:GovHydroR.pgv3-datatype , dy:GovHydroR.r-datatype , dy:GovHydroR.gv2-cardinality , dy:GovHydroR.pgv2-cardinality , dy:GovHydroR.h0-datatype , dy:GovHydroR.gv3-datatype , dy:GovHydroR.qnl-cardinality , dy:GovHydroR.pmin-datatype , dy:GovHydroR.t1-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydroR.dturb-datatype , dy:GovHydroR.gmin-datatype , dy:IdentifiedObject.description-cardinality , dy:GovHydroR.t1-cardinality , dy:GovHydroR.ki-cardinality , dy:GovHydroR.db2-cardinality , dy:GovHydroR.t7-cardinality , dy:GovHydroR.gv1-cardinality , dy:GovHydroR.t6-datatype , dy:GovHydroR.velcl-datatype , dy:GovHydroR.t7-datatype , dy:GovHydroR.db1-cardinality , dy:GovHydroR.gv4-cardinality , dy:GovHydroR.gv5-cardinality , dy:GovHydroR.pgv4-datatype , dy:GovHydroR.gv2-datatype , dy:GovHydroR.gv4-datatype , dy:GovHydroR.mwbase-datatype , dy:GovHydroR.pgv1-cardinality , dy:IdentifiedObject.name-cardinality , dy:GovHydroR.pgv2-datatype , dy:GovHydroR.gmin-cardinality , dy:GovHydroR.pmax-datatype , dy:GovHydroR.gv6-datatype , dy:GovHydroR.velcl-cardinality , dy:GovHydroR.td-cardinality , dy:GovHydroR.r-cardinality , dy:GovHydroR.td-datatype , dy:GovHydroR.dturb-cardinality , dy:GovHydroR.kg-datatype , dy:GovHydroR.t2-cardinality , dy:GovHydroR.inputSignal-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovHydroR.ki-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydroR.gmax-datatype , dy:GovHydroR.gmax-cardinality , dy:GovHydroR.qnl-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovHydroR.pgv6-datatype , dy:GovHydroR.gv5-datatype , dy:GovHydroR.eps-datatype , dy:GovHydroR.t3-cardinality , dy:IdentifiedObject.description-datatype , dy:GovHydroR.t5-datatype , dy:GovHydroR.gv1-datatype , dy:GovHydroR.tt-datatype , dy:GovHydroR.at-datatype , dy:GovHydroR.mwbase-cardinality , dy:GovHydroR.t4-cardinality , dy:GovHydroR.h0-cardinality , dy:GovHydroR.gv6-cardinality , dy:GovHydroR.t2-datatype , dy:GovHydroR.t8-cardinality , dy:GovHydroR.velop-cardinality , dy:GovHydroR.t8-datatype , dy:GovHydroR.t4-datatype , dy:GovHydroR.velop-datatype , dy:GovHydroR.tw-datatype , dy:GovHydroR.tp-cardinality , dy:GovHydroR.inputSignal-cardinality ; + sh:targetClass cim:GovHydroR . + +dy:GovHydroR.at-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (at)." ; + sh:minCount 1 ; + sh:name "GovHydroR.at-cardinality" ; + sh:order 626 ; + sh:path cim:GovHydroR.at ; + sh:severity sh:Violation . + +dy:GovHydroR.at-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the at." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.at-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 626 ; + sh:path cim:GovHydroR.at ; + sh:severity sh:Violation . + +dy:GovHydroR.db1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db1)." ; + sh:minCount 1 ; + sh:name "GovHydroR.db1-cardinality" ; + sh:order 622 ; + sh:path cim:GovHydroR.db1 ; + sh:severity sh:Violation . + +dy:GovHydroR.db1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.db1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 622 ; + sh:path cim:GovHydroR.db1 ; + sh:severity sh:Violation . + +dy:GovHydroR.db2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db2)." ; + sh:minCount 1 ; + sh:name "GovHydroR.db2-cardinality" ; + sh:order 624 ; + sh:path cim:GovHydroR.db2 ; + sh:severity sh:Violation . + +dy:GovHydroR.db2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.db2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 624 ; + sh:path cim:GovHydroR.db2 ; + sh:severity sh:Violation . + +dy:GovHydroR.dturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dturb)." ; + sh:minCount 1 ; + sh:name "GovHydroR.dturb-cardinality" ; + sh:order 627 ; + sh:path cim:GovHydroR.dturb ; + sh:severity sh:Violation . + +dy:GovHydroR.dturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.dturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 627 ; + sh:path cim:GovHydroR.dturb ; + sh:severity sh:Violation . + +dy:GovHydroR.eps-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eps)." ; + sh:minCount 1 ; + sh:name "GovHydroR.eps-cardinality" ; + sh:order 623 ; + sh:path cim:GovHydroR.eps ; + sh:severity sh:Violation . + +dy:GovHydroR.eps-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eps." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.eps-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 623 ; + sh:path cim:GovHydroR.eps ; + sh:severity sh:Violation . + +dy:GovHydroR.gmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmax)." ; + sh:minCount 1 ; + sh:name "GovHydroR.gmax-cardinality" ; + sh:order 618 ; + sh:path cim:GovHydroR.gmax ; + sh:severity sh:Violation . + +dy:GovHydroR.gmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.gmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 618 ; + sh:path cim:GovHydroR.gmax ; + sh:severity sh:Violation . + +dy:GovHydroR.gmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmin)." ; + sh:minCount 1 ; + sh:name "GovHydroR.gmin-cardinality" ; + sh:order 619 ; + sh:path cim:GovHydroR.gmin ; + sh:severity sh:Violation . + +dy:GovHydroR.gmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.gmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 619 ; + sh:path cim:GovHydroR.gmin ; + sh:severity sh:Violation . + +dy:GovHydroR.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovHydroR.gv1-cardinality" ; + sh:order 630 ; + sh:path cim:GovHydroR.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroR.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 630 ; + sh:path cim:GovHydroR.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroR.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovHydroR.gv2-cardinality" ; + sh:order 632 ; + sh:path cim:GovHydroR.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroR.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 632 ; + sh:path cim:GovHydroR.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroR.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovHydroR.gv3-cardinality" ; + sh:order 634 ; + sh:path cim:GovHydroR.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroR.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 634 ; + sh:path cim:GovHydroR.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroR.gv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv4)." ; + sh:minCount 1 ; + sh:name "GovHydroR.gv4-cardinality" ; + sh:order 636 ; + sh:path cim:GovHydroR.gv4 ; + sh:severity sh:Violation . + +dy:GovHydroR.gv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.gv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 636 ; + sh:path cim:GovHydroR.gv4 ; + sh:severity sh:Violation . + +dy:GovHydroR.gv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv5)." ; + sh:minCount 1 ; + sh:name "GovHydroR.gv5-cardinality" ; + sh:order 638 ; + sh:path cim:GovHydroR.gv5 ; + sh:severity sh:Violation . + +dy:GovHydroR.gv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.gv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 638 ; + sh:path cim:GovHydroR.gv5 ; + sh:severity sh:Violation . + +dy:GovHydroR.gv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv6)." ; + sh:minCount 1 ; + sh:name "GovHydroR.gv6-cardinality" ; + sh:order 640 ; + sh:path cim:GovHydroR.gv6 ; + sh:severity sh:Violation . + +dy:GovHydroR.gv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.gv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 640 ; + sh:path cim:GovHydroR.gv6 ; + sh:severity sh:Violation . + +dy:GovHydroR.h0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (h0)." ; + sh:minCount 1 ; + sh:name "GovHydroR.h0-cardinality" ; + sh:order 629 ; + sh:path cim:GovHydroR.h0 ; + sh:severity sh:Violation . + +dy:GovHydroR.h0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the h0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.h0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 629 ; + sh:path cim:GovHydroR.h0 ; + sh:severity sh:Violation . + +dy:GovHydroR.inputSignal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inputSignal)." ; + sh:minCount 1 ; + sh:name "GovHydroR.inputSignal-cardinality" ; + sh:order 621 ; + sh:path cim:GovHydroR.inputSignal ; + sh:severity sh:Violation . + +dy:GovHydroR.inputSignal-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the inputSignal." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.inputSignal-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 621 ; + sh:path cim:GovHydroR.inputSignal ; + sh:severity sh:Violation . + +dy:GovHydroR.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "GovHydroR.kg-cardinality" ; + sh:order 617 ; + sh:path cim:GovHydroR.kg ; + sh:severity sh:Violation . + +dy:GovHydroR.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 617 ; + sh:path cim:GovHydroR.kg ; + sh:severity sh:Violation . + +dy:GovHydroR.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "GovHydroR.ki-cardinality" ; + sh:order 616 ; + sh:path cim:GovHydroR.ki ; + sh:severity sh:Violation . + +dy:GovHydroR.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 616 ; + sh:path cim:GovHydroR.ki ; + sh:severity sh:Violation . + +dy:GovHydroR.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydroR.mwbase-cardinality" ; + sh:order 600 ; + sh:path cim:GovHydroR.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroR.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 600 ; + sh:path cim:GovHydroR.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv1)." ; + sh:minCount 1 ; + sh:name "GovHydroR.pgv1-cardinality" ; + sh:order 631 ; + sh:path cim:GovHydroR.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.pgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 631 ; + sh:path cim:GovHydroR.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv2)." ; + sh:minCount 1 ; + sh:name "GovHydroR.pgv2-cardinality" ; + sh:order 633 ; + sh:path cim:GovHydroR.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.pgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 633 ; + sh:path cim:GovHydroR.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv3)." ; + sh:minCount 1 ; + sh:name "GovHydroR.pgv3-cardinality" ; + sh:order 635 ; + sh:path cim:GovHydroR.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.pgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 635 ; + sh:path cim:GovHydroR.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv4)." ; + sh:minCount 1 ; + sh:name "GovHydroR.pgv4-cardinality" ; + sh:order 637 ; + sh:path cim:GovHydroR.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.pgv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 637 ; + sh:path cim:GovHydroR.pgv4 ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv5)." ; + sh:minCount 1 ; + sh:name "GovHydroR.pgv5-cardinality" ; + sh:order 639 ; + sh:path cim:GovHydroR.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.pgv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 639 ; + sh:path cim:GovHydroR.pgv5 ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv6)." ; + sh:minCount 1 ; + sh:name "GovHydroR.pgv6-cardinality" ; + sh:order 641 ; + sh:path cim:GovHydroR.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydroR.pgv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.pgv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 641 ; + sh:path cim:GovHydroR.pgv6 ; + sh:severity sh:Violation . + +dy:GovHydroR.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovHydroR.pmax-cardinality" ; + sh:order 601 ; + sh:path cim:GovHydroR.pmax ; + sh:severity sh:Violation . + +dy:GovHydroR.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 601 ; + sh:path cim:GovHydroR.pmax ; + sh:severity sh:Violation . + +dy:GovHydroR.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovHydroR.pmin-cardinality" ; + sh:order 602 ; + sh:path cim:GovHydroR.pmin ; + sh:severity sh:Violation . + +dy:GovHydroR.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 602 ; + sh:path cim:GovHydroR.pmin ; + sh:severity sh:Violation . + +dy:GovHydroR.qnl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qnl)." ; + sh:minCount 1 ; + sh:name "GovHydroR.qnl-cardinality" ; + sh:order 628 ; + sh:path cim:GovHydroR.qnl ; + sh:severity sh:Violation . + +dy:GovHydroR.qnl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qnl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.qnl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 628 ; + sh:path cim:GovHydroR.qnl ; + sh:severity sh:Violation . + +dy:GovHydroR.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "GovHydroR.r-cardinality" ; + sh:order 603 ; + sh:path cim:GovHydroR.r ; + sh:severity sh:Violation . + +dy:GovHydroR.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 603 ; + sh:path cim:GovHydroR.r ; + sh:severity sh:Violation . + +dy:GovHydroR.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovHydroR.t1-cardinality" ; + sh:order 605 ; + sh:path cim:GovHydroR.t1 ; + sh:severity sh:Violation . + +dy:GovHydroR.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 605 ; + sh:path cim:GovHydroR.t1 ; + sh:severity sh:Violation . + +dy:GovHydroR.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "GovHydroR.t2-cardinality" ; + sh:order 606 ; + sh:path cim:GovHydroR.t2 ; + sh:severity sh:Violation . + +dy:GovHydroR.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 606 ; + sh:path cim:GovHydroR.t2 ; + sh:severity sh:Violation . + +dy:GovHydroR.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovHydroR.t3-cardinality" ; + sh:order 607 ; + sh:path cim:GovHydroR.t3 ; + sh:severity sh:Violation . + +dy:GovHydroR.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 607 ; + sh:path cim:GovHydroR.t3 ; + sh:severity sh:Violation . + +dy:GovHydroR.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "GovHydroR.t4-cardinality" ; + sh:order 608 ; + sh:path cim:GovHydroR.t4 ; + sh:severity sh:Violation . + +dy:GovHydroR.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 608 ; + sh:path cim:GovHydroR.t4 ; + sh:severity sh:Violation . + +dy:GovHydroR.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "GovHydroR.t5-cardinality" ; + sh:order 609 ; + sh:path cim:GovHydroR.t5 ; + sh:severity sh:Violation . + +dy:GovHydroR.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 609 ; + sh:path cim:GovHydroR.t5 ; + sh:severity sh:Violation . + +dy:GovHydroR.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "GovHydroR.t6-cardinality" ; + sh:order 610 ; + sh:path cim:GovHydroR.t6 ; + sh:severity sh:Violation . + +dy:GovHydroR.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 610 ; + sh:path cim:GovHydroR.t6 ; + sh:severity sh:Violation . + +dy:GovHydroR.t7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t7)." ; + sh:minCount 1 ; + sh:name "GovHydroR.t7-cardinality" ; + sh:order 611 ; + sh:path cim:GovHydroR.t7 ; + sh:severity sh:Violation . + +dy:GovHydroR.t7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.t7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 611 ; + sh:path cim:GovHydroR.t7 ; + sh:severity sh:Violation . + +dy:GovHydroR.t8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t8)." ; + sh:minCount 1 ; + sh:name "GovHydroR.t8-cardinality" ; + sh:order 612 ; + sh:path cim:GovHydroR.t8 ; + sh:severity sh:Violation . + +dy:GovHydroR.t8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.t8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 612 ; + sh:path cim:GovHydroR.t8 ; + sh:severity sh:Violation . + +dy:GovHydroR.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "GovHydroR.td-cardinality" ; + sh:order 604 ; + sh:path cim:GovHydroR.td ; + sh:severity sh:Violation . + +dy:GovHydroR.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 604 ; + sh:path cim:GovHydroR.td ; + sh:severity sh:Violation . + +dy:GovHydroR.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "GovHydroR.tp-cardinality" ; + sh:order 613 ; + sh:path cim:GovHydroR.tp ; + sh:severity sh:Violation . + +dy:GovHydroR.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 613 ; + sh:path cim:GovHydroR.tp ; + sh:severity sh:Violation . + +dy:GovHydroR.tt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tt)." ; + sh:minCount 1 ; + sh:name "GovHydroR.tt-cardinality" ; + sh:order 620 ; + sh:path cim:GovHydroR.tt ; + sh:severity sh:Violation . + +dy:GovHydroR.tt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.tt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 620 ; + sh:path cim:GovHydroR.tt ; + sh:severity sh:Violation . + +dy:GovHydroR.tw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw)." ; + sh:minCount 1 ; + sh:name "GovHydroR.tw-cardinality" ; + sh:order 625 ; + sh:path cim:GovHydroR.tw ; + sh:severity sh:Violation . + +dy:GovHydroR.tw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.tw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 625 ; + sh:path cim:GovHydroR.tw ; + sh:severity sh:Violation . + +dy:GovHydroR.velcl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velcl)." ; + sh:minCount 1 ; + sh:name "GovHydroR.velcl-cardinality" ; + sh:order 615 ; + sh:path cim:GovHydroR.velcl ; + sh:severity sh:Violation . + +dy:GovHydroR.velcl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velcl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.velcl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 615 ; + sh:path cim:GovHydroR.velcl ; + sh:severity sh:Violation . + +dy:GovHydroR.velop-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velop)." ; + sh:minCount 1 ; + sh:name "GovHydroR.velop-cardinality" ; + sh:order 614 ; + sh:path cim:GovHydroR.velop ; + sh:severity sh:Violation . + +dy:GovHydroR.velop-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velop." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroR.velop-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 614 ; + sh:path cim:GovHydroR.velop ; + sh:severity sh:Violation . + +dy:GovHydroWEH rdf:type sh:NodeShape ; + sh:property dy:GovHydroWEH.fl5-datatype , dy:GovHydroWEH.fp4-cardinality , dy:GovHydroWEH.rpg-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovHydroWEH.tpe-cardinality , dy:GovHydroWEH.gv5-cardinality , dy:GovHydroWEH.fp7-datatype , dy:GovHydroWEH.rpp-datatype , dy:GovHydroWEH.gv2-datatype , dy:IdentifiedObject.name-cardinality , dy:GovHydroWEH.pmss8-datatype , dy:GovHydroWEH.gv2-cardinality , dy:GovHydroWEH.rpp-cardinality , dy:IdentifiedObject.description-datatype , dy:GovHydroWEH.fl2-datatype , dy:GovHydroWEH.fp10-datatype , dy:GovHydroWEH.fl4-cardinality , dy:GovHydroWEH.tp-datatype , dy:GovHydroWEH.fp4-datatype , dy:GovHydroWEH.kp-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydroWEH.gv4-datatype , dy:GovHydroWEH.fp8-cardinality , dy:GovHydroWEH.dicn-datatype , dy:GovHydroWEH.pmss10-cardinality , dy:GovHydroWEH.fl4-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydroWEH.dpv-datatype , dy:GovHydroWEH.pmss8-cardinality , dy:GovHydroWEH.fl1-datatype , dy:IdentifiedObject.mRID-cardinality , dy:GovHydroWEH.db-cardinality , dy:GovHydroWEH.pmss6-datatype , dy:GovHydroWEH.fp5-datatype , dy:GovHydroWEH.ki-cardinality , dy:GovHydroWEH.fp6-datatype , dy:GovHydroWEH.fp8-datatype , dy:GovHydroWEH.pmss1-datatype , dy:GovHydroWEH.fp7-cardinality , dy:GovHydroWEH.tpe-datatype , dy:GovHydroWEH.mwbase-cardinality , dy:GovHydroWEH.pmss3-cardinality , dy:GovHydroWEH.fp9-cardinality , dy:GovHydroWEH.fp10-cardinality , dy:GovHydroWEH.gmin-cardinality , dy:GovHydroWEH.gtmxcl-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovHydroWEH.pmss1-cardinality , dy:IdentifiedObject.name-datatype , dy:GovHydroWEH.fp2-cardinality , dy:GovHydroWEH.fp1-datatype , dy:GovHydroWEH.fp1-cardinality , dy:GovHydroWEH.tdv-cardinality , dy:GovHydroWEH.feedbackSignal-datatype , dy:GovHydroWEH.pmss4-cardinality , dy:GovHydroWEH.fl3-cardinality , dy:GovHydroWEH.gv1-datatype , dy:GovHydroWEH.pmss10-datatype , dy:GovHydroWEH.fp3-cardinality , dy:GovHydroWEH.gv3-cardinality , dy:GovHydroWEH.tw-datatype , dy:GovHydroWEH.ki-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovHydroWEH.fl1-cardinality , dy:GovHydroWEH.tw-cardinality , dy:GovHydroWEH.fp9-datatype , dy:GovHydroWEH.pmss9-datatype , dy:GovHydroWEH.gv3-datatype , dy:GovHydroWEH.fp5-cardinality , dy:GovHydroWEH.dicn-cardinality , dy:GovHydroWEH.pmss3-datatype , dy:GovHydroWEH.pmss9-cardinality , dy:GovHydroWEH.fl3-datatype , dy:GovHydroWEH.kd-cardinality , dy:GovHydroWEH.db-datatype , dy:GovHydroWEH.td-cardinality , dy:GovHydroWEH.td-datatype , dy:GovHydroWEH.pmss7-cardinality , dy:GovHydroWEH.fl2-cardinality , dy:GovHydroWEH.gtmxop-datatype , dy:GovHydroWEH.pmss5-datatype , dy:IdentifiedObject.description-cardinality , dy:GovHydroWEH.gmax-datatype , dy:GovHydroWEH.gtmxop-cardinality , dy:GovHydroWEH.dturb-cardinality , dy:GovHydroWEH.tp-cardinality , dy:GovHydroWEH.tg-cardinality , dy:GovHydroWEH.gmax-cardinality , dy:GovHydroWEH.fp2-datatype , dy:GovHydroWEH.gv4-cardinality , dy:GovHydroWEH.dpv-cardinality , dy:GovHydroWEH.gtmxcl-datatype , dy:GovHydroWEH.tdv-datatype , dy:GovHydroWEH.fp6-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovHydroWEH.kp-cardinality , dy:GovHydroWEH.gv5-datatype , dy:GovHydroWEH.dturb-datatype , dy:GovHydroWEH.pmss7-datatype , dy:GovHydroWEH.kd-datatype , dy:GovHydroWEH.rpg-datatype , dy:GovHydroWEH.pmss4-datatype , dy:GovHydroWEH.fl5-cardinality , dy:GovHydroWEH.pmss2-datatype , dy:GovHydroWEH.fp3-datatype , dy:GovHydroWEH.feedbackSignal-cardinality , dy:GovHydroWEH.tg-datatype , dy:GovHydroWEH.pmss2-cardinality , dy:GovHydroWEH.mwbase-datatype , dy:GovHydroWEH.pmss6-cardinality , dy:GovHydroWEH.pmss5-cardinality , dy:GovHydroWEH.gmin-datatype , dy:GovHydroWEH.gv1-cardinality ; + sh:targetClass cim:GovHydroWEH . + +dy:GovHydroWEH.db-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.db-cardinality" ; + sh:order 659 ; + sh:path cim:GovHydroWEH.db ; + sh:severity sh:Violation . + +dy:GovHydroWEH.db-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.db-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 659 ; + sh:path cim:GovHydroWEH.db ; + sh:severity sh:Violation . + +dy:GovHydroWEH.dicn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dicn)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.dicn-cardinality" ; + sh:order 661 ; + sh:path cim:GovHydroWEH.dicn ; + sh:severity sh:Violation . + +dy:GovHydroWEH.dicn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dicn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.dicn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 661 ; + sh:path cim:GovHydroWEH.dicn ; + sh:severity sh:Violation . + +dy:GovHydroWEH.dpv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dpv)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.dpv-cardinality" ; + sh:order 660 ; + sh:path cim:GovHydroWEH.dpv ; + sh:severity sh:Violation . + +dy:GovHydroWEH.dpv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dpv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.dpv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 660 ; + sh:path cim:GovHydroWEH.dpv ; + sh:severity sh:Violation . + +dy:GovHydroWEH.dturb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dturb)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.dturb-cardinality" ; + sh:order 657 ; + sh:path cim:GovHydroWEH.dturb ; + sh:severity sh:Violation . + +dy:GovHydroWEH.dturb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dturb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.dturb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 657 ; + sh:path cim:GovHydroWEH.dturb ; + sh:severity sh:Violation . + +dy:GovHydroWEH.feedbackSignal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (feedbackSignal)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.feedbackSignal-cardinality" ; + sh:order 662 ; + sh:path cim:GovHydroWEH.feedbackSignal ; + sh:severity sh:Violation . + +dy:GovHydroWEH.feedbackSignal-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the feedbackSignal." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.feedbackSignal-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 662 ; + sh:path cim:GovHydroWEH.feedbackSignal ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fl1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fl1)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fl1-cardinality" ; + sh:order 668 ; + sh:path cim:GovHydroWEH.fl1 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fl1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fl1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fl1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 668 ; + sh:path cim:GovHydroWEH.fl1 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fl2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fl2)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fl2-cardinality" ; + sh:order 669 ; + sh:path cim:GovHydroWEH.fl2 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fl2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fl2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fl2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 669 ; + sh:path cim:GovHydroWEH.fl2 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fl3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fl3)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fl3-cardinality" ; + sh:order 670 ; + sh:path cim:GovHydroWEH.fl3 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fl3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fl3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fl3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 670 ; + sh:path cim:GovHydroWEH.fl3 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fl4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fl4)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fl4-cardinality" ; + sh:order 671 ; + sh:path cim:GovHydroWEH.fl4 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fl4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fl4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fl4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 671 ; + sh:path cim:GovHydroWEH.fl4 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fl5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fl5)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fl5-cardinality" ; + sh:order 672 ; + sh:path cim:GovHydroWEH.fl5 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fl5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fl5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fl5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 672 ; + sh:path cim:GovHydroWEH.fl5 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fp1)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fp1-cardinality" ; + sh:order 673 ; + sh:path cim:GovHydroWEH.fp1 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fp1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fp1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 673 ; + sh:path cim:GovHydroWEH.fp1 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fp10)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fp10-cardinality" ; + sh:order 682 ; + sh:path cim:GovHydroWEH.fp10 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fp10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fp10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 682 ; + sh:path cim:GovHydroWEH.fp10 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fp2)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fp2-cardinality" ; + sh:order 674 ; + sh:path cim:GovHydroWEH.fp2 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fp2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fp2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 674 ; + sh:path cim:GovHydroWEH.fp2 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fp3)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fp3-cardinality" ; + sh:order 675 ; + sh:path cim:GovHydroWEH.fp3 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fp3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fp3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 675 ; + sh:path cim:GovHydroWEH.fp3 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fp4)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fp4-cardinality" ; + sh:order 676 ; + sh:path cim:GovHydroWEH.fp4 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fp4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fp4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 676 ; + sh:path cim:GovHydroWEH.fp4 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fp5)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fp5-cardinality" ; + sh:order 677 ; + sh:path cim:GovHydroWEH.fp5 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fp5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fp5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 677 ; + sh:path cim:GovHydroWEH.fp5 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fp6)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fp6-cardinality" ; + sh:order 678 ; + sh:path cim:GovHydroWEH.fp6 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fp6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fp6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 678 ; + sh:path cim:GovHydroWEH.fp6 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fp7)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fp7-cardinality" ; + sh:order 679 ; + sh:path cim:GovHydroWEH.fp7 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fp7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fp7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 679 ; + sh:path cim:GovHydroWEH.fp7 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fp8)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fp8-cardinality" ; + sh:order 680 ; + sh:path cim:GovHydroWEH.fp8 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fp8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fp8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 680 ; + sh:path cim:GovHydroWEH.fp8 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fp9)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.fp9-cardinality" ; + sh:order 681 ; + sh:path cim:GovHydroWEH.fp9 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.fp9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fp9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.fp9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 681 ; + sh:path cim:GovHydroWEH.fp9 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmax)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.gmax-cardinality" ; + sh:order 655 ; + sh:path cim:GovHydroWEH.gmax ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.gmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 655 ; + sh:path cim:GovHydroWEH.gmax ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gmin)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.gmin-cardinality" ; + sh:order 656 ; + sh:path cim:GovHydroWEH.gmin ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.gmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 656 ; + sh:path cim:GovHydroWEH.gmin ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gtmxcl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gtmxcl)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.gtmxcl-cardinality" ; + sh:order 654 ; + sh:path cim:GovHydroWEH.gtmxcl ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gtmxcl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gtmxcl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.gtmxcl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 654 ; + sh:path cim:GovHydroWEH.gtmxcl ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gtmxop-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gtmxop)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.gtmxop-cardinality" ; + sh:order 653 ; + sh:path cim:GovHydroWEH.gtmxop ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gtmxop-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gtmxop." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.gtmxop-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 653 ; + sh:path cim:GovHydroWEH.gtmxop ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.gv1-cardinality" ; + sh:order 663 ; + sh:path cim:GovHydroWEH.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 663 ; + sh:path cim:GovHydroWEH.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.gv2-cardinality" ; + sh:order 664 ; + sh:path cim:GovHydroWEH.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 664 ; + sh:path cim:GovHydroWEH.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.gv3-cardinality" ; + sh:order 665 ; + sh:path cim:GovHydroWEH.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 665 ; + sh:path cim:GovHydroWEH.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv4)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.gv4-cardinality" ; + sh:order 666 ; + sh:path cim:GovHydroWEH.gv4 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.gv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 666 ; + sh:path cim:GovHydroWEH.gv4 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv5)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.gv5-cardinality" ; + sh:order 667 ; + sh:path cim:GovHydroWEH.gv5 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.gv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.gv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 667 ; + sh:path cim:GovHydroWEH.gv5 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.kd-cardinality" ; + sh:order 648 ; + sh:path cim:GovHydroWEH.kd ; + sh:severity sh:Violation . + +dy:GovHydroWEH.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 648 ; + sh:path cim:GovHydroWEH.kd ; + sh:severity sh:Violation . + +dy:GovHydroWEH.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.ki-cardinality" ; + sh:order 647 ; + sh:path cim:GovHydroWEH.ki ; + sh:severity sh:Violation . + +dy:GovHydroWEH.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 647 ; + sh:path cim:GovHydroWEH.ki ; + sh:severity sh:Violation . + +dy:GovHydroWEH.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.kp-cardinality" ; + sh:order 646 ; + sh:path cim:GovHydroWEH.kp ; + sh:severity sh:Violation . + +dy:GovHydroWEH.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 646 ; + sh:path cim:GovHydroWEH.kp ; + sh:severity sh:Violation . + +dy:GovHydroWEH.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.mwbase-cardinality" ; + sh:order 642 ; + sh:path cim:GovHydroWEH.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroWEH.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 642 ; + sh:path cim:GovHydroWEH.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmss1)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.pmss1-cardinality" ; + sh:order 683 ; + sh:path cim:GovHydroWEH.pmss1 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmss1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.pmss1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 683 ; + sh:path cim:GovHydroWEH.pmss1 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmss10)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.pmss10-cardinality" ; + sh:order 692 ; + sh:path cim:GovHydroWEH.pmss10 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmss10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.pmss10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 692 ; + sh:path cim:GovHydroWEH.pmss10 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmss2)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.pmss2-cardinality" ; + sh:order 684 ; + sh:path cim:GovHydroWEH.pmss2 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmss2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.pmss2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 684 ; + sh:path cim:GovHydroWEH.pmss2 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmss3)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.pmss3-cardinality" ; + sh:order 685 ; + sh:path cim:GovHydroWEH.pmss3 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmss3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.pmss3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 685 ; + sh:path cim:GovHydroWEH.pmss3 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmss4)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.pmss4-cardinality" ; + sh:order 686 ; + sh:path cim:GovHydroWEH.pmss4 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmss4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.pmss4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 686 ; + sh:path cim:GovHydroWEH.pmss4 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmss5)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.pmss5-cardinality" ; + sh:order 687 ; + sh:path cim:GovHydroWEH.pmss5 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmss5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.pmss5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 687 ; + sh:path cim:GovHydroWEH.pmss5 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmss6)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.pmss6-cardinality" ; + sh:order 688 ; + sh:path cim:GovHydroWEH.pmss6 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmss6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.pmss6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 688 ; + sh:path cim:GovHydroWEH.pmss6 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmss7)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.pmss7-cardinality" ; + sh:order 689 ; + sh:path cim:GovHydroWEH.pmss7 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmss7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.pmss7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 689 ; + sh:path cim:GovHydroWEH.pmss7 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmss8)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.pmss8-cardinality" ; + sh:order 690 ; + sh:path cim:GovHydroWEH.pmss8 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmss8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.pmss8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 690 ; + sh:path cim:GovHydroWEH.pmss8 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmss9)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.pmss9-cardinality" ; + sh:order 691 ; + sh:path cim:GovHydroWEH.pmss9 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.pmss9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmss9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.pmss9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 691 ; + sh:path cim:GovHydroWEH.pmss9 ; + sh:severity sh:Violation . + +dy:GovHydroWEH.rpg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rpg)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.rpg-cardinality" ; + sh:order 643 ; + sh:path cim:GovHydroWEH.rpg ; + sh:severity sh:Violation . + +dy:GovHydroWEH.rpg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rpg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.rpg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 643 ; + sh:path cim:GovHydroWEH.rpg ; + sh:severity sh:Violation . + +dy:GovHydroWEH.rpp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rpp)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.rpp-cardinality" ; + sh:order 644 ; + sh:path cim:GovHydroWEH.rpp ; + sh:severity sh:Violation . + +dy:GovHydroWEH.rpp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rpp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.rpp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 644 ; + sh:path cim:GovHydroWEH.rpp ; + sh:severity sh:Violation . + +dy:GovHydroWEH.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.td-cardinality" ; + sh:order 649 ; + sh:path cim:GovHydroWEH.td ; + sh:severity sh:Violation . + +dy:GovHydroWEH.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 649 ; + sh:path cim:GovHydroWEH.td ; + sh:severity sh:Violation . + +dy:GovHydroWEH.tdv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tdv)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.tdv-cardinality" ; + sh:order 651 ; + sh:path cim:GovHydroWEH.tdv ; + sh:severity sh:Violation . + +dy:GovHydroWEH.tdv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tdv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.tdv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 651 ; + sh:path cim:GovHydroWEH.tdv ; + sh:severity sh:Violation . + +dy:GovHydroWEH.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.tg-cardinality" ; + sh:order 652 ; + sh:path cim:GovHydroWEH.tg ; + sh:severity sh:Violation . + +dy:GovHydroWEH.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 652 ; + sh:path cim:GovHydroWEH.tg ; + sh:severity sh:Violation . + +dy:GovHydroWEH.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.tp-cardinality" ; + sh:order 650 ; + sh:path cim:GovHydroWEH.tp ; + sh:severity sh:Violation . + +dy:GovHydroWEH.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 650 ; + sh:path cim:GovHydroWEH.tp ; + sh:severity sh:Violation . + +dy:GovHydroWEH.tpe-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpe)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.tpe-cardinality" ; + sh:order 645 ; + sh:path cim:GovHydroWEH.tpe ; + sh:severity sh:Violation . + +dy:GovHydroWEH.tpe-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpe." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.tpe-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 645 ; + sh:path cim:GovHydroWEH.tpe ; + sh:severity sh:Violation . + +dy:GovHydroWEH.tw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw)." ; + sh:minCount 1 ; + sh:name "GovHydroWEH.tw-cardinality" ; + sh:order 658 ; + sh:path cim:GovHydroWEH.tw ; + sh:severity sh:Violation . + +dy:GovHydroWEH.tw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWEH.tw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 658 ; + sh:path cim:GovHydroWEH.tw ; + sh:severity sh:Violation . + +dy:GovHydroWPID rdf:type sh:NodeShape ; + sh:property dy:GovHydroWPID.pmin-datatype , dy:GovHydroWPID.pgv1-cardinality , dy:GovHydroWPID.gv3-cardinality , dy:IdentifiedObject.name-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovHydroWPID.d-cardinality , dy:GovHydroWPID.velmin-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovHydroWPID.pgv2-datatype , dy:GovHydroWPID.ta-datatype , dy:GovHydroWPID.gv2-datatype , dy:GovHydroWPID.kd-cardinality , dy:GovHydroWPID.gv2-cardinality , dy:GovHydroWPID.reg-cardinality , dy:GovHydroWPID.kp-datatype , dy:GovHydroWPID.mwbase-datatype , dy:GovHydroWPID.ki-datatype , dy:GovHydroWPID.pmax-cardinality , dy:GovHydroWPID.velmax-cardinality , dy:GovHydroWPID.pgv2-cardinality , dy:GovHydroWPID.pmax-datatype , dy:GovHydroWPID.ki-cardinality , dy:GovHydroWPID.gv1-datatype , dy:GovHydroWPID.ta-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovHydroWPID.pgv3-datatype , dy:GovHydroWPID.velmin-datatype , dy:IdentifiedObject.description-datatype , dy:GovHydroWPID.gatmin-cardinality , dy:GovHydroWPID.treg-datatype , dy:GovHydroWPID.gatmin-datatype , dy:GovHydroWPID.reg-datatype , dy:GovHydroWPID.velmax-datatype , dy:GovHydroWPID.gv3-datatype , dy:GovHydroWPID.tw-datatype , dy:GovHydroWPID.d-datatype , dy:IdentifiedObject.mRID-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovHydroWPID.gatmax-datatype , dy:GovHydroWPID.tb-datatype , dy:GovHydroWPID.kd-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovHydroWPID.mwbase-cardinality , dy:GovHydroWPID.tb-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovHydroWPID.pgv3-cardinality , dy:GovHydroWPID.tw-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovHydroWPID.pgv1-datatype , dy:GovHydroWPID.kp-cardinality , dy:GovHydroWPID.treg-cardinality , dy:GovHydroWPID.pmin-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovHydroWPID.gv1-cardinality , dy:IdentifiedObject.name-datatype , dy:GovHydroWPID.gatmax-cardinality ; + sh:targetClass cim:GovHydroWPID . + +dy:GovHydroWPID.d-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (d)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.d-cardinality" ; + sh:order 708 ; + sh:path cim:GovHydroWPID.d ; + sh:severity sh:Violation . + +dy:GovHydroWPID.d-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the d." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.d-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 708 ; + sh:path cim:GovHydroWPID.d ; + sh:severity sh:Violation . + +dy:GovHydroWPID.gatmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gatmax)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.gatmax-cardinality" ; + sh:order 703 ; + sh:path cim:GovHydroWPID.gatmax ; + sh:severity sh:Violation . + +dy:GovHydroWPID.gatmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gatmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.gatmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 703 ; + sh:path cim:GovHydroWPID.gatmax ; + sh:severity sh:Violation . + +dy:GovHydroWPID.gatmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gatmin)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.gatmin-cardinality" ; + sh:order 704 ; + sh:path cim:GovHydroWPID.gatmin ; + sh:severity sh:Violation . + +dy:GovHydroWPID.gatmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gatmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.gatmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 704 ; + sh:path cim:GovHydroWPID.gatmin ; + sh:severity sh:Violation . + +dy:GovHydroWPID.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.gv1-cardinality" ; + sh:order 710 ; + sh:path cim:GovHydroWPID.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 710 ; + sh:path cim:GovHydroWPID.gv1 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.gv2-cardinality" ; + sh:order 712 ; + sh:path cim:GovHydroWPID.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 712 ; + sh:path cim:GovHydroWPID.gv2 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.gv3-cardinality" ; + sh:order 709 ; + sh:path cim:GovHydroWPID.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 709 ; + sh:path cim:GovHydroWPID.gv3 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.kd-cardinality" ; + sh:order 698 ; + sh:path cim:GovHydroWPID.kd ; + sh:severity sh:Violation . + +dy:GovHydroWPID.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 698 ; + sh:path cim:GovHydroWPID.kd ; + sh:severity sh:Violation . + +dy:GovHydroWPID.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.ki-cardinality" ; + sh:order 697 ; + sh:path cim:GovHydroWPID.ki ; + sh:severity sh:Violation . + +dy:GovHydroWPID.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 697 ; + sh:path cim:GovHydroWPID.ki ; + sh:severity sh:Violation . + +dy:GovHydroWPID.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.kp-cardinality" ; + sh:order 696 ; + sh:path cim:GovHydroWPID.kp ; + sh:severity sh:Violation . + +dy:GovHydroWPID.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 696 ; + sh:path cim:GovHydroWPID.kp ; + sh:severity sh:Violation . + +dy:GovHydroWPID.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.mwbase-cardinality" ; + sh:order 693 ; + sh:path cim:GovHydroWPID.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroWPID.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 693 ; + sh:path cim:GovHydroWPID.mwbase ; + sh:severity sh:Violation . + +dy:GovHydroWPID.pgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv1)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.pgv1-cardinality" ; + sh:order 711 ; + sh:path cim:GovHydroWPID.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.pgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.pgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 711 ; + sh:path cim:GovHydroWPID.pgv1 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.pgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv2)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.pgv2-cardinality" ; + sh:order 713 ; + sh:path cim:GovHydroWPID.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.pgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.pgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 713 ; + sh:path cim:GovHydroWPID.pgv2 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.pgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv3)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.pgv3-cardinality" ; + sh:order 714 ; + sh:path cim:GovHydroWPID.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.pgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.pgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 714 ; + sh:path cim:GovHydroWPID.pgv3 ; + sh:severity sh:Violation . + +dy:GovHydroWPID.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.pmax-cardinality" ; + sh:order 706 ; + sh:path cim:GovHydroWPID.pmax ; + sh:severity sh:Violation . + +dy:GovHydroWPID.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 706 ; + sh:path cim:GovHydroWPID.pmax ; + sh:severity sh:Violation . + +dy:GovHydroWPID.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.pmin-cardinality" ; + sh:order 707 ; + sh:path cim:GovHydroWPID.pmin ; + sh:severity sh:Violation . + +dy:GovHydroWPID.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 707 ; + sh:path cim:GovHydroWPID.pmin ; + sh:severity sh:Violation . + +dy:GovHydroWPID.reg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (reg)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.reg-cardinality" ; + sh:order 695 ; + sh:path cim:GovHydroWPID.reg ; + sh:severity sh:Violation . + +dy:GovHydroWPID.reg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the reg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.reg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 695 ; + sh:path cim:GovHydroWPID.reg ; + sh:severity sh:Violation . + +dy:GovHydroWPID.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.ta-cardinality" ; + sh:order 699 ; + sh:path cim:GovHydroWPID.ta ; + sh:severity sh:Violation . + +dy:GovHydroWPID.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 699 ; + sh:path cim:GovHydroWPID.ta ; + sh:severity sh:Violation . + +dy:GovHydroWPID.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.tb-cardinality" ; + sh:order 700 ; + sh:path cim:GovHydroWPID.tb ; + sh:severity sh:Violation . + +dy:GovHydroWPID.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 700 ; + sh:path cim:GovHydroWPID.tb ; + sh:severity sh:Violation . + +dy:GovHydroWPID.treg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (treg)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.treg-cardinality" ; + sh:order 694 ; + sh:path cim:GovHydroWPID.treg ; + sh:severity sh:Violation . + +dy:GovHydroWPID.treg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the treg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.treg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 694 ; + sh:path cim:GovHydroWPID.treg ; + sh:severity sh:Violation . + +dy:GovHydroWPID.tw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.tw-cardinality" ; + sh:order 705 ; + sh:path cim:GovHydroWPID.tw ; + sh:severity sh:Violation . + +dy:GovHydroWPID.tw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.tw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 705 ; + sh:path cim:GovHydroWPID.tw ; + sh:severity sh:Violation . + +dy:GovHydroWPID.velmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velmax)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.velmax-cardinality" ; + sh:order 701 ; + sh:path cim:GovHydroWPID.velmax ; + sh:severity sh:Violation . + +dy:GovHydroWPID.velmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.velmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 701 ; + sh:path cim:GovHydroWPID.velmax ; + sh:severity sh:Violation . + +dy:GovHydroWPID.velmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (velmin)." ; + sh:minCount 1 ; + sh:name "GovHydroWPID.velmin-cardinality" ; + sh:order 702 ; + sh:path cim:GovHydroWPID.velmin ; + sh:severity sh:Violation . + +dy:GovHydroWPID.velmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the velmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovHydroWPID.velmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 702 ; + sh:path cim:GovHydroWPID.velmin ; + sh:severity sh:Violation . + +dy:GovSteam0 rdf:type sh:NodeShape ; + sh:property dy:GovSteam0.vmin-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovSteam0.t2-cardinality , dy:GovSteam0.vmin-cardinality , dy:GovSteam0.r-datatype , dy:GovSteam0.r-cardinality , dy:GovSteam0.dt-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovSteam0.t1-datatype , dy:GovSteam0.t2-datatype , dy:GovSteam0.mwbase-cardinality , dy:IdentifiedObject.name-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:IdentifiedObject.description-datatype , dy:GovSteam0.t3-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:DynamicsFunctionBlock.enabled-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovSteam0.vmax-cardinality , dy:GovSteam0.dt-datatype , dy:GovSteam0.t1-cardinality , dy:GovSteam0.t3-datatype , dy:GovSteam0.mwbase-datatype , dy:GovSteam0.vmax-datatype , dy:IdentifiedObject.name-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:IdentifiedObject.description-cardinality ; + sh:targetClass cim:GovSteam0 . + +dy:GovSteam0.dt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dt)." ; + sh:minCount 1 ; + sh:name "GovSteam0.dt-cardinality" ; + sh:order 722 ; + sh:path cim:GovSteam0.dt ; + sh:severity sh:Violation . + +dy:GovSteam0.dt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam0.dt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 722 ; + sh:path cim:GovSteam0.dt ; + sh:severity sh:Violation . + +dy:GovSteam0.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovSteam0.mwbase-cardinality" ; + sh:order 715 ; + sh:path cim:GovSteam0.mwbase ; + sh:severity sh:Violation . + +dy:GovSteam0.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam0.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 715 ; + sh:path cim:GovSteam0.mwbase ; + sh:severity sh:Violation . + +dy:GovSteam0.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "GovSteam0.r-cardinality" ; + sh:order 716 ; + sh:path cim:GovSteam0.r ; + sh:severity sh:Violation . + +dy:GovSteam0.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam0.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 716 ; + sh:path cim:GovSteam0.r ; + sh:severity sh:Violation . + +dy:GovSteam0.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovSteam0.t1-cardinality" ; + sh:order 717 ; + sh:path cim:GovSteam0.t1 ; + sh:severity sh:Violation . + +dy:GovSteam0.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam0.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 717 ; + sh:path cim:GovSteam0.t1 ; + sh:severity sh:Violation . + +dy:GovSteam0.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "GovSteam0.t2-cardinality" ; + sh:order 720 ; + sh:path cim:GovSteam0.t2 ; + sh:severity sh:Violation . + +dy:GovSteam0.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam0.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 720 ; + sh:path cim:GovSteam0.t2 ; + sh:severity sh:Violation . + +dy:GovSteam0.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovSteam0.t3-cardinality" ; + sh:order 721 ; + sh:path cim:GovSteam0.t3 ; + sh:severity sh:Violation . + +dy:GovSteam0.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam0.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 721 ; + sh:path cim:GovSteam0.t3 ; + sh:severity sh:Violation . + +dy:GovSteam0.vmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmax)." ; + sh:minCount 1 ; + sh:name "GovSteam0.vmax-cardinality" ; + sh:order 718 ; + sh:path cim:GovSteam0.vmax ; + sh:severity sh:Violation . + +dy:GovSteam0.vmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam0.vmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 718 ; + sh:path cim:GovSteam0.vmax ; + sh:severity sh:Violation . + +dy:GovSteam0.vmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmin)." ; + sh:minCount 1 ; + sh:name "GovSteam0.vmin-cardinality" ; + sh:order 719 ; + sh:path cim:GovSteam0.vmin ; + sh:severity sh:Violation . + +dy:GovSteam0.vmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam0.vmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 719 ; + sh:path cim:GovSteam0.vmin ; + sh:severity sh:Violation . + +dy:GovSteam1 rdf:type sh:NodeShape ; + sh:property dy:GovSteam1.sdb1-cardinality , dy:GovSteam1.gv5-datatype , dy:GovSteam1.sdb2-datatype , dy:GovSteam1.gv3-datatype , dy:GovSteam1.db2-cardinality , dy:GovSteam1.k2-datatype , dy:GovSteam1.k7-cardinality , dy:GovSteam1.t7-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovSteam1.gv4-datatype , dy:GovSteam1.t5-cardinality , dy:GovSteam1.k1-cardinality , dy:GovSteam1.pgv3-datatype , dy:GovSteam1.pgv1-cardinality , dy:GovSteam1.db1-datatype , dy:GovSteam1.valve-cardinality , dy:GovSteam1.k3-datatype , dy:GovSteam1.gv5-cardinality , dy:GovSteam1.uc-cardinality , dy:GovSteam1.pgv4-datatype , dy:GovSteam1.k6-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovSteam1.pgv4-cardinality , dy:GovSteam1.t3-cardinality , dy:GovSteam1.gv2-cardinality , dy:GovSteam1.pgv3-cardinality , dy:GovSteam1.gv2-datatype , dy:GovSteam1.sdb1-datatype , dy:GovSteam1.eps-cardinality , dy:GovSteam1.pgv2-cardinality , dy:GovSteam1.k-cardinality , dy:GovSteam1.t5-datatype , dy:GovSteam1.pgv5-datatype , dy:GovSteam1.k3-cardinality , dy:GovSteam1.t1-cardinality , dy:GovSteam1.uo-cardinality , dy:GovSteam1.pmax-datatype , dy:GovSteam1.t4-cardinality , dy:GovSteam1.gv1-datatype , dy:GovSteam1.gv6-datatype , dy:IdentifiedObject.name-datatype , dy:GovSteam1.k2-cardinality , dy:GovSteam1.t6-cardinality , dy:IdentifiedObject.name-cardinality , dy:GovSteam1.pmin-datatype , dy:GovSteam1.pmax-cardinality , dy:GovSteam1.k6-cardinality , dy:GovSteam1.t7-cardinality , dy:GovSteam1.k8-datatype , dy:GovSteam1.pgv2-datatype , dy:GovSteam1.uc-datatype , dy:GovSteam1.pgv6-datatype , dy:GovSteam1.k5-datatype , dy:IdentifiedObject.description-cardinality , dy:GovSteam1.k4-datatype , dy:GovSteam1.k-datatype , dy:IdentifiedObject.mRID-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovSteam1.eps-datatype , dy:GovSteam1.db1-cardinality , dy:GovSteam1.t2-datatype , dy:GovSteam1.t4-datatype , dy:GovSteam1.valve-datatype , dy:GovSteam1.k4-cardinality , dy:GovSteam1.mwbase-datatype , dy:GovSteam1.gv1-cardinality , dy:GovSteam1.pgv1-datatype , dy:GovSteam1.gv6-cardinality , dy:GovSteam1.uo-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:IdentifiedObject.mRID-cardinality , dy:GovSteam1.k1-datatype , dy:GovSteam1.gv3-cardinality , dy:GovSteam1.t1-datatype , dy:GovSteam1.t2-cardinality , dy:GovSteam1.k8-cardinality , dy:GovSteam1.mwbase-cardinality , dy:GovSteam1.pgv6-cardinality , dy:GovSteam1.k5-cardinality , dy:GovSteam1.t3-datatype , dy:GovSteam1.pgv5-cardinality , dy:GovSteam1.gv4-cardinality , dy:GovSteam1.sdb2-cardinality , dy:IdentifiedObject.description-datatype , dy:GovSteam1.db2-datatype , dy:GovSteam1.k7-datatype , dy:GovSteam1.pmin-cardinality , dy:GovSteam1.t6-datatype ; + sh:targetClass cim:GovSteam1 . + +dy:GovSteam1.db1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db1)." ; + sh:minCount 1 ; + sh:name "GovSteam1.db1-cardinality" ; + sh:order 744 ; + sh:path cim:GovSteam1.db1 ; + sh:severity sh:Violation . + +dy:GovSteam1.db1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.db1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 744 ; + sh:path cim:GovSteam1.db1 ; + sh:severity sh:Violation . + +dy:GovSteam1.db2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db2)." ; + sh:minCount 1 ; + sh:name "GovSteam1.db2-cardinality" ; + sh:order 748 ; + sh:path cim:GovSteam1.db2 ; + sh:severity sh:Violation . + +dy:GovSteam1.db2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.db2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 748 ; + sh:path cim:GovSteam1.db2 ; + sh:severity sh:Violation . + +dy:GovSteam1.eps-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eps)." ; + sh:minCount 1 ; + sh:name "GovSteam1.eps-cardinality" ; + sh:order 745 ; + sh:path cim:GovSteam1.eps ; + sh:severity sh:Violation . + +dy:GovSteam1.eps-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eps." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.eps-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 745 ; + sh:path cim:GovSteam1.eps ; + sh:severity sh:Violation . + +dy:GovSteam1.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovSteam1.gv1-cardinality" ; + sh:order 750 ; + sh:path cim:GovSteam1.gv1 ; + sh:severity sh:Violation . + +dy:GovSteam1.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 750 ; + sh:path cim:GovSteam1.gv1 ; + sh:severity sh:Violation . + +dy:GovSteam1.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovSteam1.gv2-cardinality" ; + sh:order 752 ; + sh:path cim:GovSteam1.gv2 ; + sh:severity sh:Violation . + +dy:GovSteam1.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 752 ; + sh:path cim:GovSteam1.gv2 ; + sh:severity sh:Violation . + +dy:GovSteam1.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovSteam1.gv3-cardinality" ; + sh:order 754 ; + sh:path cim:GovSteam1.gv3 ; + sh:severity sh:Violation . + +dy:GovSteam1.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 754 ; + sh:path cim:GovSteam1.gv3 ; + sh:severity sh:Violation . + +dy:GovSteam1.gv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv4)." ; + sh:minCount 1 ; + sh:name "GovSteam1.gv4-cardinality" ; + sh:order 756 ; + sh:path cim:GovSteam1.gv4 ; + sh:severity sh:Violation . + +dy:GovSteam1.gv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.gv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 756 ; + sh:path cim:GovSteam1.gv4 ; + sh:severity sh:Violation . + +dy:GovSteam1.gv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv5)." ; + sh:minCount 1 ; + sh:name "GovSteam1.gv5-cardinality" ; + sh:order 758 ; + sh:path cim:GovSteam1.gv5 ; + sh:severity sh:Violation . + +dy:GovSteam1.gv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.gv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 758 ; + sh:path cim:GovSteam1.gv5 ; + sh:severity sh:Violation . + +dy:GovSteam1.gv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv6)." ; + sh:minCount 1 ; + sh:name "GovSteam1.gv6-cardinality" ; + sh:order 760 ; + sh:path cim:GovSteam1.gv6 ; + sh:severity sh:Violation . + +dy:GovSteam1.gv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.gv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 760 ; + sh:path cim:GovSteam1.gv6 ; + sh:severity sh:Violation . + +dy:GovSteam1.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "GovSteam1.k-cardinality" ; + sh:order 724 ; + sh:path cim:GovSteam1.k ; + sh:severity sh:Violation . + +dy:GovSteam1.k-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 724 ; + sh:path cim:GovSteam1.k ; + sh:severity sh:Violation . + +dy:GovSteam1.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "GovSteam1.k1-cardinality" ; + sh:order 733 ; + sh:path cim:GovSteam1.k1 ; + sh:severity sh:Violation . + +dy:GovSteam1.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 733 ; + sh:path cim:GovSteam1.k1 ; + sh:severity sh:Violation . + +dy:GovSteam1.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "GovSteam1.k2-cardinality" ; + sh:order 734 ; + sh:path cim:GovSteam1.k2 ; + sh:severity sh:Violation . + +dy:GovSteam1.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 734 ; + sh:path cim:GovSteam1.k2 ; + sh:severity sh:Violation . + +dy:GovSteam1.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "GovSteam1.k3-cardinality" ; + sh:order 736 ; + sh:path cim:GovSteam1.k3 ; + sh:severity sh:Violation . + +dy:GovSteam1.k3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 736 ; + sh:path cim:GovSteam1.k3 ; + sh:severity sh:Violation . + +dy:GovSteam1.k4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k4)." ; + sh:minCount 1 ; + sh:name "GovSteam1.k4-cardinality" ; + sh:order 737 ; + sh:path cim:GovSteam1.k4 ; + sh:severity sh:Violation . + +dy:GovSteam1.k4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.k4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 737 ; + sh:path cim:GovSteam1.k4 ; + sh:severity sh:Violation . + +dy:GovSteam1.k5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k5)." ; + sh:minCount 1 ; + sh:name "GovSteam1.k5-cardinality" ; + sh:order 739 ; + sh:path cim:GovSteam1.k5 ; + sh:severity sh:Violation . + +dy:GovSteam1.k5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.k5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 739 ; + sh:path cim:GovSteam1.k5 ; + sh:severity sh:Violation . + +dy:GovSteam1.k6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k6)." ; + sh:minCount 1 ; + sh:name "GovSteam1.k6-cardinality" ; + sh:order 740 ; + sh:path cim:GovSteam1.k6 ; + sh:severity sh:Violation . + +dy:GovSteam1.k6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.k6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 740 ; + sh:path cim:GovSteam1.k6 ; + sh:severity sh:Violation . + +dy:GovSteam1.k7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k7)." ; + sh:minCount 1 ; + sh:name "GovSteam1.k7-cardinality" ; + sh:order 742 ; + sh:path cim:GovSteam1.k7 ; + sh:severity sh:Violation . + +dy:GovSteam1.k7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.k7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 742 ; + sh:path cim:GovSteam1.k7 ; + sh:severity sh:Violation . + +dy:GovSteam1.k8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k8)." ; + sh:minCount 1 ; + sh:name "GovSteam1.k8-cardinality" ; + sh:order 743 ; + sh:path cim:GovSteam1.k8 ; + sh:severity sh:Violation . + +dy:GovSteam1.k8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.k8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 743 ; + sh:path cim:GovSteam1.k8 ; + sh:severity sh:Violation . + +dy:GovSteam1.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovSteam1.mwbase-cardinality" ; + sh:order 723 ; + sh:path cim:GovSteam1.mwbase ; + sh:severity sh:Violation . + +dy:GovSteam1.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 723 ; + sh:path cim:GovSteam1.mwbase ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv1)." ; + sh:minCount 1 ; + sh:name "GovSteam1.pgv1-cardinality" ; + sh:order 751 ; + sh:path cim:GovSteam1.pgv1 ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.pgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 751 ; + sh:path cim:GovSteam1.pgv1 ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv2)." ; + sh:minCount 1 ; + sh:name "GovSteam1.pgv2-cardinality" ; + sh:order 753 ; + sh:path cim:GovSteam1.pgv2 ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.pgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 753 ; + sh:path cim:GovSteam1.pgv2 ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv3)." ; + sh:minCount 1 ; + sh:name "GovSteam1.pgv3-cardinality" ; + sh:order 755 ; + sh:path cim:GovSteam1.pgv3 ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.pgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 755 ; + sh:path cim:GovSteam1.pgv3 ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv4)." ; + sh:minCount 1 ; + sh:name "GovSteam1.pgv4-cardinality" ; + sh:order 757 ; + sh:path cim:GovSteam1.pgv4 ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.pgv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 757 ; + sh:path cim:GovSteam1.pgv4 ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv5)." ; + sh:minCount 1 ; + sh:name "GovSteam1.pgv5-cardinality" ; + sh:order 759 ; + sh:path cim:GovSteam1.pgv5 ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.pgv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 759 ; + sh:path cim:GovSteam1.pgv5 ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv6)." ; + sh:minCount 1 ; + sh:name "GovSteam1.pgv6-cardinality" ; + sh:order 761 ; + sh:path cim:GovSteam1.pgv6 ; + sh:severity sh:Violation . + +dy:GovSteam1.pgv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.pgv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 761 ; + sh:path cim:GovSteam1.pgv6 ; + sh:severity sh:Violation . + +dy:GovSteam1.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovSteam1.pmax-cardinality" ; + sh:order 730 ; + sh:path cim:GovSteam1.pmax ; + sh:severity sh:Violation . + +dy:GovSteam1.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 730 ; + sh:path cim:GovSteam1.pmax ; + sh:severity sh:Violation . + +dy:GovSteam1.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovSteam1.pmin-cardinality" ; + sh:order 731 ; + sh:path cim:GovSteam1.pmin ; + sh:severity sh:Violation . + +dy:GovSteam1.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 731 ; + sh:path cim:GovSteam1.pmin ; + sh:severity sh:Violation . + +dy:GovSteam1.sdb1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (sdb1)." ; + sh:minCount 1 ; + sh:name "GovSteam1.sdb1-cardinality" ; + sh:order 746 ; + sh:path cim:GovSteam1.sdb1 ; + sh:severity sh:Violation . + +dy:GovSteam1.sdb1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the sdb1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.sdb1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 746 ; + sh:path cim:GovSteam1.sdb1 ; + sh:severity sh:Violation . + +dy:GovSteam1.sdb2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (sdb2)." ; + sh:minCount 1 ; + sh:name "GovSteam1.sdb2-cardinality" ; + sh:order 747 ; + sh:path cim:GovSteam1.sdb2 ; + sh:severity sh:Violation . + +dy:GovSteam1.sdb2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the sdb2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.sdb2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 747 ; + sh:path cim:GovSteam1.sdb2 ; + sh:severity sh:Violation . + +dy:GovSteam1.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovSteam1.t1-cardinality" ; + sh:order 725 ; + sh:path cim:GovSteam1.t1 ; + sh:severity sh:Violation . + +dy:GovSteam1.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 725 ; + sh:path cim:GovSteam1.t1 ; + sh:severity sh:Violation . + +dy:GovSteam1.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "GovSteam1.t2-cardinality" ; + sh:order 726 ; + sh:path cim:GovSteam1.t2 ; + sh:severity sh:Violation . + +dy:GovSteam1.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 726 ; + sh:path cim:GovSteam1.t2 ; + sh:severity sh:Violation . + +dy:GovSteam1.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovSteam1.t3-cardinality" ; + sh:order 727 ; + sh:path cim:GovSteam1.t3 ; + sh:severity sh:Violation . + +dy:GovSteam1.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 727 ; + sh:path cim:GovSteam1.t3 ; + sh:severity sh:Violation . + +dy:GovSteam1.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "GovSteam1.t4-cardinality" ; + sh:order 732 ; + sh:path cim:GovSteam1.t4 ; + sh:severity sh:Violation . + +dy:GovSteam1.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 732 ; + sh:path cim:GovSteam1.t4 ; + sh:severity sh:Violation . + +dy:GovSteam1.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "GovSteam1.t5-cardinality" ; + sh:order 735 ; + sh:path cim:GovSteam1.t5 ; + sh:severity sh:Violation . + +dy:GovSteam1.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 735 ; + sh:path cim:GovSteam1.t5 ; + sh:severity sh:Violation . + +dy:GovSteam1.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "GovSteam1.t6-cardinality" ; + sh:order 738 ; + sh:path cim:GovSteam1.t6 ; + sh:severity sh:Violation . + +dy:GovSteam1.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 738 ; + sh:path cim:GovSteam1.t6 ; + sh:severity sh:Violation . + +dy:GovSteam1.t7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t7)." ; + sh:minCount 1 ; + sh:name "GovSteam1.t7-cardinality" ; + sh:order 741 ; + sh:path cim:GovSteam1.t7 ; + sh:severity sh:Violation . + +dy:GovSteam1.t7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.t7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 741 ; + sh:path cim:GovSteam1.t7 ; + sh:severity sh:Violation . + +dy:GovSteam1.uc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uc)." ; + sh:minCount 1 ; + sh:name "GovSteam1.uc-cardinality" ; + sh:order 729 ; + sh:path cim:GovSteam1.uc ; + sh:severity sh:Violation . + +dy:GovSteam1.uc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.uc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 729 ; + sh:path cim:GovSteam1.uc ; + sh:severity sh:Violation . + +dy:GovSteam1.uo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uo)." ; + sh:minCount 1 ; + sh:name "GovSteam1.uo-cardinality" ; + sh:order 728 ; + sh:path cim:GovSteam1.uo ; + sh:severity sh:Violation . + +dy:GovSteam1.uo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.uo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 728 ; + sh:path cim:GovSteam1.uo ; + sh:severity sh:Violation . + +dy:GovSteam1.valve-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (valve)." ; + sh:minCount 1 ; + sh:name "GovSteam1.valve-cardinality" ; + sh:order 749 ; + sh:path cim:GovSteam1.valve ; + sh:severity sh:Violation . + +dy:GovSteam1.valve-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the valve." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam1.valve-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 749 ; + sh:path cim:GovSteam1.valve ; + sh:severity sh:Violation . + +dy:GovSteam2 rdf:type sh:NodeShape ; + sh:property dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovSteam2.mxef-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovSteam2.pmin-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovSteam2.t1-datatype , dy:GovSteam2.mxef-datatype , dy:GovSteam2.k-cardinality , dy:GovSteam2.dbf-datatype , dy:IdentifiedObject.mRID-datatype , dy:GovSteam2.mnef-cardinality , dy:GovSteam2.k-datatype , dy:GovSteam2.t1-cardinality , dy:GovSteam2.t2-cardinality , dy:GovSteam2.pmax-cardinality , dy:GovSteam2.mnef-datatype , dy:GovSteam2.dbf-cardinality , dy:IdentifiedObject.description-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovSteam2.pmin-datatype , dy:GovSteam2.pmax-datatype , dy:GovSteam2.t2-datatype , dy:IdentifiedObject.name-cardinality ; + sh:targetClass cim:GovSteam2 . + +dy:GovSteam2.dbf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dbf)." ; + sh:minCount 1 ; + sh:name "GovSteam2.dbf-cardinality" ; + sh:order 763 ; + sh:path cim:GovSteam2.dbf ; + sh:severity sh:Violation . + +dy:GovSteam2.dbf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dbf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam2.dbf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 763 ; + sh:path cim:GovSteam2.dbf ; + sh:severity sh:Violation . + +dy:GovSteam2.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "GovSteam2.k-cardinality" ; + sh:order 762 ; + sh:path cim:GovSteam2.k ; + sh:severity sh:Violation . + +dy:GovSteam2.k-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam2.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 762 ; + sh:path cim:GovSteam2.k ; + sh:severity sh:Violation . + +dy:GovSteam2.mnef-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mnef)." ; + sh:minCount 1 ; + sh:name "GovSteam2.mnef-cardinality" ; + sh:order 769 ; + sh:path cim:GovSteam2.mnef ; + sh:severity sh:Violation . + +dy:GovSteam2.mnef-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mnef." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam2.mnef-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 769 ; + sh:path cim:GovSteam2.mnef ; + sh:severity sh:Violation . + +dy:GovSteam2.mxef-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mxef)." ; + sh:minCount 1 ; + sh:name "GovSteam2.mxef-cardinality" ; + sh:order 768 ; + sh:path cim:GovSteam2.mxef ; + sh:severity sh:Violation . + +dy:GovSteam2.mxef-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mxef." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam2.mxef-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 768 ; + sh:path cim:GovSteam2.mxef ; + sh:severity sh:Violation . + +dy:GovSteam2.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovSteam2.pmax-cardinality" ; + sh:order 766 ; + sh:path cim:GovSteam2.pmax ; + sh:severity sh:Violation . + +dy:GovSteam2.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam2.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 766 ; + sh:path cim:GovSteam2.pmax ; + sh:severity sh:Violation . + +dy:GovSteam2.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovSteam2.pmin-cardinality" ; + sh:order 767 ; + sh:path cim:GovSteam2.pmin ; + sh:severity sh:Violation . + +dy:GovSteam2.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam2.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 767 ; + sh:path cim:GovSteam2.pmin ; + sh:severity sh:Violation . + +dy:GovSteam2.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovSteam2.t1-cardinality" ; + sh:order 764 ; + sh:path cim:GovSteam2.t1 ; + sh:severity sh:Violation . + +dy:GovSteam2.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam2.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 764 ; + sh:path cim:GovSteam2.t1 ; + sh:severity sh:Violation . + +dy:GovSteam2.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "GovSteam2.t2-cardinality" ; + sh:order 765 ; + sh:path cim:GovSteam2.t2 ; + sh:severity sh:Violation . + +dy:GovSteam2.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteam2.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 765 ; + sh:path cim:GovSteam2.t2 ; + sh:severity sh:Violation . + +dy:GovSteamBB rdf:type sh:NodeShape ; + sh:property dy:GovSteamBB.t4-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovSteamBB.peflag-cardinality , dy:GovSteamBB.pmax-cardinality , dy:GovSteamBB.td-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovSteamBB.t1-datatype , dy:GovSteamBB.ks-cardinality , dy:GovSteamBB.k3-cardinality , dy:GovSteamBB.fcut-datatype , dy:GovSteamBB.kls-cardinality , dy:GovSteamBB.peflag-datatype , dy:GovSteamBB.t1-cardinality , dy:GovSteamBB.pmax-datatype , dy:GovSteamBB.pmin-cardinality , dy:GovSteamBB.kg-datatype , dy:GovSteamBB.t6-cardinality , dy:GovSteamBB.kd-datatype , dy:GovSteamBB.tn-cardinality , dy:GovSteamBB.tn-datatype , dy:GovSteamBB.kd-cardinality , dy:GovSteamBB.k3-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.name-datatype , dy:GovSteamBB.td-cardinality , dy:GovSteamBB.k2-datatype , dy:IdentifiedObject.description-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovSteamBB.pmin-datatype , dy:GovSteamBB.k2-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovSteamBB.ks-datatype , dy:GovSteamBB.fcut-cardinality , dy:GovSteamBB.t4-cardinality , dy:GovSteamBB.t5-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovSteamBB.kp-cardinality , dy:GovSteamBB.t6-datatype , dy:GovSteamBB.t5-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.name-cardinality , dy:GovSteamBB.kp-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovSteamBB.kg-cardinality , dy:GovSteamBB.kls-datatype ; + sh:targetClass cim:GovSteamBB . + +dy:GovSteamBB.fcut-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fcut)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.fcut-cardinality" ; + sh:order 770 ; + sh:path cim:GovSteamBB.fcut ; + sh:severity sh:Violation . + +dy:GovSteamBB.fcut-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fcut." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.fcut-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 770 ; + sh:path cim:GovSteamBB.fcut ; + sh:severity sh:Violation . + +dy:GovSteamBB.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.k2-cardinality" ; + sh:order 782 ; + sh:path cim:GovSteamBB.k2 ; + sh:severity sh:Violation . + +dy:GovSteamBB.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 782 ; + sh:path cim:GovSteamBB.k2 ; + sh:severity sh:Violation . + +dy:GovSteamBB.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.k3-cardinality" ; + sh:order 784 ; + sh:path cim:GovSteamBB.k3 ; + sh:severity sh:Violation . + +dy:GovSteamBB.k3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 784 ; + sh:path cim:GovSteamBB.k3 ; + sh:severity sh:Violation . + +dy:GovSteamBB.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.kd-cardinality" ; + sh:order 777 ; + sh:path cim:GovSteamBB.kd ; + sh:severity sh:Violation . + +dy:GovSteamBB.kd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 777 ; + sh:path cim:GovSteamBB.kd ; + sh:severity sh:Violation . + +dy:GovSteamBB.kg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kg)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.kg-cardinality" ; + sh:order 773 ; + sh:path cim:GovSteamBB.kg ; + sh:severity sh:Violation . + +dy:GovSteamBB.kg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.kg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 773 ; + sh:path cim:GovSteamBB.kg ; + sh:severity sh:Violation . + +dy:GovSteamBB.kls-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kls)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.kls-cardinality" ; + sh:order 772 ; + sh:path cim:GovSteamBB.kls ; + sh:severity sh:Violation . + +dy:GovSteamBB.kls-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kls." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.kls-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 772 ; + sh:path cim:GovSteamBB.kls ; + sh:severity sh:Violation . + +dy:GovSteamBB.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.kp-cardinality" ; + sh:order 775 ; + sh:path cim:GovSteamBB.kp ; + sh:severity sh:Violation . + +dy:GovSteamBB.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 775 ; + sh:path cim:GovSteamBB.kp ; + sh:severity sh:Violation . + +dy:GovSteamBB.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.ks-cardinality" ; + sh:order 771 ; + sh:path cim:GovSteamBB.ks ; + sh:severity sh:Violation . + +dy:GovSteamBB.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 771 ; + sh:path cim:GovSteamBB.ks ; + sh:severity sh:Violation . + +dy:GovSteamBB.peflag-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (peflag)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.peflag-cardinality" ; + sh:order 786 ; + sh:path cim:GovSteamBB.peflag ; + sh:severity sh:Violation . + +dy:GovSteamBB.peflag-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the peflag." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.peflag-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 786 ; + sh:path cim:GovSteamBB.peflag ; + sh:severity sh:Violation . + +dy:GovSteamBB.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.pmax-cardinality" ; + sh:order 779 ; + sh:path cim:GovSteamBB.pmax ; + sh:severity sh:Violation . + +dy:GovSteamBB.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 779 ; + sh:path cim:GovSteamBB.pmax ; + sh:severity sh:Violation . + +dy:GovSteamBB.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.pmin-cardinality" ; + sh:order 780 ; + sh:path cim:GovSteamBB.pmin ; + sh:severity sh:Violation . + +dy:GovSteamBB.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 780 ; + sh:path cim:GovSteamBB.pmin ; + sh:severity sh:Violation . + +dy:GovSteamBB.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.t1-cardinality" ; + sh:order 774 ; + sh:path cim:GovSteamBB.t1 ; + sh:severity sh:Violation . + +dy:GovSteamBB.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 774 ; + sh:path cim:GovSteamBB.t1 ; + sh:severity sh:Violation . + +dy:GovSteamBB.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.t4-cardinality" ; + sh:order 781 ; + sh:path cim:GovSteamBB.t4 ; + sh:severity sh:Violation . + +dy:GovSteamBB.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 781 ; + sh:path cim:GovSteamBB.t4 ; + sh:severity sh:Violation . + +dy:GovSteamBB.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.t5-cardinality" ; + sh:order 783 ; + sh:path cim:GovSteamBB.t5 ; + sh:severity sh:Violation . + +dy:GovSteamBB.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 783 ; + sh:path cim:GovSteamBB.t5 ; + sh:severity sh:Violation . + +dy:GovSteamBB.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.t6-cardinality" ; + sh:order 785 ; + sh:path cim:GovSteamBB.t6 ; + sh:severity sh:Violation . + +dy:GovSteamBB.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 785 ; + sh:path cim:GovSteamBB.t6 ; + sh:severity sh:Violation . + +dy:GovSteamBB.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.td-cardinality" ; + sh:order 778 ; + sh:path cim:GovSteamBB.td ; + sh:severity sh:Violation . + +dy:GovSteamBB.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 778 ; + sh:path cim:GovSteamBB.td ; + sh:severity sh:Violation . +dy:GovSteamBB.tn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tn)." ; + sh:minCount 1 ; + sh:name "GovSteamBB.tn-cardinality" ; + sh:order 776 ; + sh:path cim:GovSteamBB.tn ; + sh:severity sh:Violation . + +dy:GovSteamBB.tn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamBB.tn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 776 ; + sh:path cim:GovSteamBB.tn ; + sh:severity sh:Violation . + +dy:GovSteamCC rdf:type sh:NodeShape ; + sh:property dy:GovSteamCC.pmaxhp-datatype , dy:GovSteamCC.t3lp-cardinality , dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics-valueType , dy:GovSteamCC.t4hp-cardinality , dy:GovSteamCC.t5hp-cardinality , dy:GovSteamCC.flp-cardinality , dy:GovSteamCC.pmaxlp-cardinality , dy:GovSteamCC.fhp-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.mRID-datatype , dy:GovSteamCC.dhp-cardinality , dy:GovSteamCC.dlp-datatype , dy:IdentifiedObject.name-cardinality , dy:GovSteamCC.pmaxlp-datatype , dy:GovSteamCC.t4lp-cardinality , dy:GovSteamCC.t5lp-datatype , dy:GovSteamCC.fhp-cardinality , dy:GovSteamCC.flp-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovSteamCC.mwbase-datatype , dy:GovSteamCC.t5lp-cardinality , dy:GovSteamCC.t3lp-datatype , dy:GovSteamCC.t1lp-datatype , dy:GovSteamCC.t4lp-datatype , dy:GovSteamCC.dlp-cardinality , dy:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics-cardinality , dy:GovSteamCC.pmaxhp-cardinality , dy:GovSteamCC.rhp-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:GovSteamCC.rhp-datatype , dy:GovSteamCC.t5hp-datatype , dy:GovSteamCC.dhp-datatype , dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics-cardinality , dy:GovSteamCC.mwbase-cardinality , dy:GovSteamCC.t1hp-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovSteamCC.rlp-datatype , dy:GovSteamCC.t1hp-datatype , dy:GovSteamCC.t1lp-cardinality , dy:GovSteamCC.rlp-cardinality , dy:GovSteamCC.t4hp-datatype , dy:GovSteamCC.t3hp-cardinality , dy:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics-valueType , dy:IdentifiedObject.mRID-cardinality , dy:GovSteamCC.t3hp-datatype ; + sh:targetClass cim:GovSteamCC . + +dy:GovSteamCC.dhp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dhp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.dhp-cardinality" ; + sh:order 795 ; + sh:path cim:GovSteamCC.dhp ; + sh:severity sh:Violation . + +dy:GovSteamCC.dhp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dhp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.dhp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 795 ; + sh:path cim:GovSteamCC.dhp ; + sh:severity sh:Violation . + +dy:GovSteamCC.dlp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dlp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.dlp-cardinality" ; + sh:order 803 ; + sh:path cim:GovSteamCC.dlp ; + sh:severity sh:Violation . + +dy:GovSteamCC.dlp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dlp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.dlp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 803 ; + sh:path cim:GovSteamCC.dlp ; + sh:severity sh:Violation . + +dy:GovSteamCC.fhp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fhp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.fhp-cardinality" ; + sh:order 794 ; + sh:path cim:GovSteamCC.fhp ; + sh:severity sh:Violation . + +dy:GovSteamCC.fhp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fhp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.fhp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 794 ; + sh:path cim:GovSteamCC.fhp ; + sh:severity sh:Violation . + +dy:GovSteamCC.flp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (flp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.flp-cardinality" ; + sh:order 802 ; + sh:path cim:GovSteamCC.flp ; + sh:severity sh:Violation . + +dy:GovSteamCC.flp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the flp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.flp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 802 ; + sh:path cim:GovSteamCC.flp ; + sh:severity sh:Violation . + +dy:GovSteamCC.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.mwbase-cardinality" ; + sh:order 787 ; + sh:path cim:GovSteamCC.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamCC.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 787 ; + sh:path cim:GovSteamCC.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamCC.pmaxhp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmaxhp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.pmaxhp-cardinality" ; + sh:order 788 ; + sh:path cim:GovSteamCC.pmaxhp ; + sh:severity sh:Violation . + +dy:GovSteamCC.pmaxhp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmaxhp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.pmaxhp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 788 ; + sh:path cim:GovSteamCC.pmaxhp ; + sh:severity sh:Violation . + +dy:GovSteamCC.pmaxlp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmaxlp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.pmaxlp-cardinality" ; + sh:order 796 ; + sh:path cim:GovSteamCC.pmaxlp ; + sh:severity sh:Violation . + +dy:GovSteamCC.pmaxlp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmaxlp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.pmaxlp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 796 ; + sh:path cim:GovSteamCC.pmaxlp ; + sh:severity sh:Violation . + +dy:GovSteamCC.rhp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rhp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.rhp-cardinality" ; + sh:order 789 ; + sh:path cim:GovSteamCC.rhp ; + sh:severity sh:Violation . + +dy:GovSteamCC.rhp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rhp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.rhp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 789 ; + sh:path cim:GovSteamCC.rhp ; + sh:severity sh:Violation . + +dy:GovSteamCC.rlp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rlp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.rlp-cardinality" ; + sh:order 797 ; + sh:path cim:GovSteamCC.rlp ; + sh:severity sh:Violation . + +dy:GovSteamCC.rlp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rlp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.rlp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 797 ; + sh:path cim:GovSteamCC.rlp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t1hp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1hp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.t1hp-cardinality" ; + sh:order 790 ; + sh:path cim:GovSteamCC.t1hp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t1hp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1hp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.t1hp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 790 ; + sh:path cim:GovSteamCC.t1hp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t1lp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1lp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.t1lp-cardinality" ; + sh:order 798 ; + sh:path cim:GovSteamCC.t1lp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t1lp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1lp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.t1lp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 798 ; + sh:path cim:GovSteamCC.t1lp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t3hp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3hp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.t3hp-cardinality" ; + sh:order 791 ; + sh:path cim:GovSteamCC.t3hp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t3hp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3hp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.t3hp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 791 ; + sh:path cim:GovSteamCC.t3hp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t3lp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3lp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.t3lp-cardinality" ; + sh:order 799 ; + sh:path cim:GovSteamCC.t3lp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t3lp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3lp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.t3lp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 799 ; + sh:path cim:GovSteamCC.t3lp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t4hp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4hp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.t4hp-cardinality" ; + sh:order 792 ; + sh:path cim:GovSteamCC.t4hp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t4hp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4hp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.t4hp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 792 ; + sh:path cim:GovSteamCC.t4hp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t4lp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4lp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.t4lp-cardinality" ; + sh:order 800 ; + sh:path cim:GovSteamCC.t4lp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t4lp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4lp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.t4lp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 800 ; + sh:path cim:GovSteamCC.t4lp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t5hp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5hp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.t5hp-cardinality" ; + sh:order 793 ; + sh:path cim:GovSteamCC.t5hp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t5hp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5hp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.t5hp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 793 ; + sh:path cim:GovSteamCC.t5hp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t5lp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5lp)." ; + sh:minCount 1 ; + sh:name "GovSteamCC.t5lp-cardinality" ; + sh:order 801 ; + sh:path cim:GovSteamCC.t5lp ; + sh:severity sh:Violation . + +dy:GovSteamCC.t5lp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5lp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamCC.t5lp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 801 ; + sh:path cim:GovSteamCC.t5lp ; + sh:severity sh:Violation . + +dy:GovSteamEU rdf:type sh:NodeShape ; + sh:property dy:GovSteamEU.wfmin-datatype , dy:GovSteamEU.prhmax-datatype , dy:GovSteamEU.tip-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovSteamEU.tb-cardinality , dy:GovSteamEU.trh-datatype , dy:GovSteamEU.tp-cardinality , dy:GovSteamEU.klp-datatype , dy:GovSteamEU.ten-cardinality , dy:GovSteamEU.wfmin-cardinality , dy:GovSteamEU.tf-cardinality , dy:GovSteamEU.khp-cardinality , dy:GovSteamEU.cic-datatype , dy:GovSteamEU.ke-cardinality , dy:GovSteamEU.wmax1-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovSteamEU.tlp-datatype , dy:GovSteamEU.wfmax-datatype , dy:GovSteamEU.komegacor-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovSteamEU.tb-datatype , dy:GovSteamEU.thp-cardinality , dy:GovSteamEU.komegacor-cardinality , dy:GovSteamEU.cio-cardinality , dy:GovSteamEU.khp-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovSteamEU.cio-datatype , dy:GovSteamEU.hhpmax-datatype , dy:GovSteamEU.db2-datatype , dy:GovSteamEU.trh-cardinality , dy:GovSteamEU.db1-cardinality , dy:GovSteamEU.tvhp-datatype , dy:GovSteamEU.chc-cardinality , dy:GovSteamEU.pmax-cardinality , dy:GovSteamEU.tdp-cardinality , dy:GovSteamEU.wmax1-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovSteamEU.thp-datatype , dy:GovSteamEU.tfp-datatype , dy:GovSteamEU.ten-datatype , dy:GovSteamEU.tvhp-cardinality , dy:GovSteamEU.wfmax-cardinality , dy:GovSteamEU.tfp-cardinality , dy:GovSteamEU.wwmin-cardinality , dy:GovSteamEU.tw-datatype , dy:GovSteamEU.tp-datatype , dy:GovSteamEU.tw-cardinality , dy:GovSteamEU.chc-datatype , dy:GovSteamEU.wmax2-cardinality , dy:GovSteamEU.tf-datatype , dy:GovSteamEU.tvip-cardinality , dy:GovSteamEU.tvip-datatype , dy:GovSteamEU.kfcor-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovSteamEU.simx-cardinality , dy:GovSteamEU.wwmax-datatype , dy:IdentifiedObject.description-datatype , dy:GovSteamEU.kfcor-datatype , dy:GovSteamEU.cho-cardinality , dy:GovSteamEU.cho-datatype , dy:GovSteamEU.wmax2-datatype , dy:GovSteamEU.wwmin-datatype , dy:GovSteamEU.simx-datatype , dy:GovSteamEU.mwbase-cardinality , dy:IdentifiedObject.name-datatype , dy:GovSteamEU.cic-cardinality , dy:GovSteamEU.hhpmax-cardinality , dy:GovSteamEU.ke-datatype , dy:GovSteamEU.tdp-datatype , dy:GovSteamEU.mwbase-datatype , dy:GovSteamEU.klp-cardinality , dy:GovSteamEU.db2-cardinality , dy:GovSteamEU.db1-datatype , dy:GovSteamEU.prhmax-cardinality , dy:GovSteamEU.pmax-datatype , dy:GovSteamEU.tlp-cardinality , dy:GovSteamEU.wwmax-cardinality , dy:GovSteamEU.tip-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:GovSteamEU . + +dy:GovSteamEU.chc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (chc)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.chc-cardinality" ; + sh:order 826 ; + sh:path cim:GovSteamEU.chc ; + sh:severity sh:Violation . + +dy:GovSteamEU.chc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the chc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.chc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 826 ; + sh:path cim:GovSteamEU.chc ; + sh:severity sh:Violation . + +dy:GovSteamEU.cho-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (cho)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.cho-cardinality" ; + sh:order 825 ; + sh:path cim:GovSteamEU.cho ; + sh:severity sh:Violation . + +dy:GovSteamEU.cho-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the cho." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.cho-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 825 ; + sh:path cim:GovSteamEU.cho ; + sh:severity sh:Violation . + +dy:GovSteamEU.cic-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (cic)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.cic-cardinality" ; + sh:order 830 ; + sh:path cim:GovSteamEU.cic ; + sh:severity sh:Violation . + +dy:GovSteamEU.cic-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the cic." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.cic-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 830 ; + sh:path cim:GovSteamEU.cic ; + sh:severity sh:Violation . + +dy:GovSteamEU.cio-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (cio)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.cio-cardinality" ; + sh:order 829 ; + sh:path cim:GovSteamEU.cio ; + sh:severity sh:Violation . + +dy:GovSteamEU.cio-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the cio." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.cio-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 829 ; + sh:path cim:GovSteamEU.cio ; + sh:severity sh:Violation . + +dy:GovSteamEU.db1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db1)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.db1-cardinality" ; + sh:order 812 ; + sh:path cim:GovSteamEU.db1 ; + sh:severity sh:Violation . + +dy:GovSteamEU.db1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.db1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 812 ; + sh:path cim:GovSteamEU.db1 ; + sh:severity sh:Violation . + +dy:GovSteamEU.db2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db2)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.db2-cardinality" ; + sh:order 819 ; + sh:path cim:GovSteamEU.db2 ; + sh:severity sh:Violation . + +dy:GovSteamEU.db2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.db2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 819 ; + sh:path cim:GovSteamEU.db2 ; + sh:severity sh:Violation . + +dy:GovSteamEU.hhpmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hhpmax)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.hhpmax-cardinality" ; + sh:order 827 ; + sh:path cim:GovSteamEU.hhpmax ; + sh:severity sh:Violation . + +dy:GovSteamEU.hhpmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the hhpmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.hhpmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 827 ; + sh:path cim:GovSteamEU.hhpmax ; + sh:severity sh:Violation . + +dy:GovSteamEU.ke-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ke)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.ke-cardinality" ; + sh:order 806 ; + sh:path cim:GovSteamEU.ke ; + sh:severity sh:Violation . + +dy:GovSteamEU.ke-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ke." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.ke-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 806 ; + sh:path cim:GovSteamEU.ke ; + sh:severity sh:Violation . + +dy:GovSteamEU.kfcor-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kfcor)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.kfcor-cardinality" ; + sh:order 811 ; + sh:path cim:GovSteamEU.kfcor ; + sh:severity sh:Violation . + +dy:GovSteamEU.kfcor-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kfcor." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.kfcor-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 811 ; + sh:path cim:GovSteamEU.kfcor ; + sh:severity sh:Violation . + +dy:GovSteamEU.khp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (khp)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.khp-cardinality" ; + sh:order 836 ; + sh:path cim:GovSteamEU.khp ; + sh:severity sh:Violation . + +dy:GovSteamEU.khp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the khp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.khp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 836 ; + sh:path cim:GovSteamEU.khp ; + sh:severity sh:Violation . + +dy:GovSteamEU.klp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (klp)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.klp-cardinality" ; + sh:order 837 ; + sh:path cim:GovSteamEU.klp ; + sh:severity sh:Violation . + +dy:GovSteamEU.klp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the klp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.klp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 837 ; + sh:path cim:GovSteamEU.klp ; + sh:severity sh:Violation . + +dy:GovSteamEU.komegacor-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (komegacor)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.komegacor-cardinality" ; + sh:order 818 ; + sh:path cim:GovSteamEU.komegacor ; + sh:severity sh:Violation . + +dy:GovSteamEU.komegacor-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the komegacor." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.komegacor-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 818 ; + sh:path cim:GovSteamEU.komegacor ; + sh:severity sh:Violation . + +dy:GovSteamEU.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.mwbase-cardinality" ; + sh:order 804 ; + sh:path cim:GovSteamEU.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamEU.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 804 ; + sh:path cim:GovSteamEU.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamEU.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.pmax-cardinality" ; + sh:order 815 ; + sh:path cim:GovSteamEU.pmax ; + sh:severity sh:Violation . + +dy:GovSteamEU.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 815 ; + sh:path cim:GovSteamEU.pmax ; + sh:severity sh:Violation . + +dy:GovSteamEU.prhmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (prhmax)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.prhmax-cardinality" ; + sh:order 835 ; + sh:path cim:GovSteamEU.prhmax ; + sh:severity sh:Violation . + +dy:GovSteamEU.prhmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the prhmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.prhmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 835 ; + sh:path cim:GovSteamEU.prhmax ; + sh:severity sh:Violation . + +dy:GovSteamEU.simx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (simx)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.simx-cardinality" ; + sh:order 831 ; + sh:path cim:GovSteamEU.simx ; + sh:severity sh:Violation . + +dy:GovSteamEU.simx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the simx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.simx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 831 ; + sh:path cim:GovSteamEU.simx ; + sh:severity sh:Violation . + +dy:GovSteamEU.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.tb-cardinality" ; + sh:order 838 ; + sh:path cim:GovSteamEU.tb ; + sh:severity sh:Violation . + +dy:GovSteamEU.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 838 ; + sh:path cim:GovSteamEU.tb ; + sh:severity sh:Violation . + +dy:GovSteamEU.tdp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tdp)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.tdp-cardinality" ; + sh:order 808 ; + sh:path cim:GovSteamEU.tdp ; + sh:severity sh:Violation . + +dy:GovSteamEU.tdp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tdp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.tdp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 808 ; + sh:path cim:GovSteamEU.tdp ; + sh:severity sh:Violation . + +dy:GovSteamEU.ten-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ten)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.ten-cardinality" ; + sh:order 816 ; + sh:path cim:GovSteamEU.ten ; + sh:severity sh:Violation . + +dy:GovSteamEU.ten-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ten." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.ten-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 816 ; + sh:path cim:GovSteamEU.ten ; + sh:severity sh:Violation . + +dy:GovSteamEU.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.tf-cardinality" ; + sh:order 810 ; + sh:path cim:GovSteamEU.tf ; + sh:severity sh:Violation . + +dy:GovSteamEU.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 810 ; + sh:path cim:GovSteamEU.tf ; + sh:severity sh:Violation . + +dy:GovSteamEU.tfp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tfp)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.tfp-cardinality" ; + sh:order 809 ; + sh:path cim:GovSteamEU.tfp ; + sh:severity sh:Violation . + +dy:GovSteamEU.tfp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tfp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.tfp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 809 ; + sh:path cim:GovSteamEU.tfp ; + sh:severity sh:Violation . + +dy:GovSteamEU.thp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thp)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.thp-cardinality" ; + sh:order 832 ; + sh:path cim:GovSteamEU.thp ; + sh:severity sh:Violation . + +dy:GovSteamEU.thp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.thp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 832 ; + sh:path cim:GovSteamEU.thp ; + sh:severity sh:Violation . + +dy:GovSteamEU.tip-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tip)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.tip-cardinality" ; + sh:order 807 ; + sh:path cim:GovSteamEU.tip ; + sh:severity sh:Violation . + +dy:GovSteamEU.tip-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tip." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.tip-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 807 ; + sh:path cim:GovSteamEU.tip ; + sh:severity sh:Violation . + +dy:GovSteamEU.tlp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tlp)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.tlp-cardinality" ; + sh:order 834 ; + sh:path cim:GovSteamEU.tlp ; + sh:severity sh:Violation . + +dy:GovSteamEU.tlp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tlp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.tlp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 834 ; + sh:path cim:GovSteamEU.tlp ; + sh:severity sh:Violation . + +dy:GovSteamEU.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.tp-cardinality" ; + sh:order 805 ; + sh:path cim:GovSteamEU.tp ; + sh:severity sh:Violation . + +dy:GovSteamEU.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 805 ; + sh:path cim:GovSteamEU.tp ; + sh:severity sh:Violation . + +dy:GovSteamEU.trh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (trh)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.trh-cardinality" ; + sh:order 833 ; + sh:path cim:GovSteamEU.trh ; + sh:severity sh:Violation . + +dy:GovSteamEU.trh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the trh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.trh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 833 ; + sh:path cim:GovSteamEU.trh ; + sh:severity sh:Violation . + +dy:GovSteamEU.tvhp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tvhp)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.tvhp-cardinality" ; + sh:order 824 ; + sh:path cim:GovSteamEU.tvhp ; + sh:severity sh:Violation . + +dy:GovSteamEU.tvhp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tvhp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.tvhp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 824 ; + sh:path cim:GovSteamEU.tvhp ; + sh:severity sh:Violation . + +dy:GovSteamEU.tvip-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tvip)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.tvip-cardinality" ; + sh:order 828 ; + sh:path cim:GovSteamEU.tvip ; + sh:severity sh:Violation . + +dy:GovSteamEU.tvip-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tvip." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.tvip-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 828 ; + sh:path cim:GovSteamEU.tvip ; + sh:severity sh:Violation . + +dy:GovSteamEU.tw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.tw-cardinality" ; + sh:order 817 ; + sh:path cim:GovSteamEU.tw ; + sh:severity sh:Violation . + +dy:GovSteamEU.tw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.tw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 817 ; + sh:path cim:GovSteamEU.tw ; + sh:severity sh:Violation . + +dy:GovSteamEU.wfmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (wfmax)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.wfmax-cardinality" ; + sh:order 813 ; + sh:path cim:GovSteamEU.wfmax ; + sh:severity sh:Violation . + +dy:GovSteamEU.wfmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the wfmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.wfmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 813 ; + sh:path cim:GovSteamEU.wfmax ; + sh:severity sh:Violation . + +dy:GovSteamEU.wfmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (wfmin)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.wfmin-cardinality" ; + sh:order 814 ; + sh:path cim:GovSteamEU.wfmin ; + sh:severity sh:Violation . + +dy:GovSteamEU.wfmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the wfmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.wfmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 814 ; + sh:path cim:GovSteamEU.wfmin ; + sh:severity sh:Violation . + +dy:GovSteamEU.wmax1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (wmax1)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.wmax1-cardinality" ; + sh:order 822 ; + sh:path cim:GovSteamEU.wmax1 ; + sh:severity sh:Violation . + +dy:GovSteamEU.wmax1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the wmax1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.wmax1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 822 ; + sh:path cim:GovSteamEU.wmax1 ; + sh:severity sh:Violation . + +dy:GovSteamEU.wmax2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (wmax2)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.wmax2-cardinality" ; + sh:order 823 ; + sh:path cim:GovSteamEU.wmax2 ; + sh:severity sh:Violation . + +dy:GovSteamEU.wmax2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the wmax2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.wmax2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 823 ; + sh:path cim:GovSteamEU.wmax2 ; + sh:severity sh:Violation . + +dy:GovSteamEU.wwmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (wwmax)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.wwmax-cardinality" ; + sh:order 820 ; + sh:path cim:GovSteamEU.wwmax ; + sh:severity sh:Violation . + +dy:GovSteamEU.wwmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the wwmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.wwmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 820 ; + sh:path cim:GovSteamEU.wwmax ; + sh:severity sh:Violation . + +dy:GovSteamEU.wwmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (wwmin)." ; + sh:minCount 1 ; + sh:name "GovSteamEU.wwmin-cardinality" ; + sh:order 821 ; + sh:path cim:GovSteamEU.wwmin ; + sh:severity sh:Violation . + +dy:GovSteamEU.wwmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the wwmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamEU.wwmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 821 ; + sh:path cim:GovSteamEU.wwmin ; + sh:severity sh:Violation . + +dy:GovSteamFV2 rdf:type sh:NodeShape ; + sh:property dy:GovSteamFV2.t3-cardinality , dy:GovSteamFV2.dt-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovSteamFV2.k-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovSteamFV2.k-datatype , dy:GovSteamFV2.tb-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovSteamFV2.vmax-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:IdentifiedObject.name-cardinality , dy:GovSteamFV2.mwbase-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.mRID-cardinality , dy:GovSteamFV2.tc-datatype , dy:GovSteamFV2.t1-datatype , dy:GovSteamFV2.tc-cardinality , dy:GovSteamFV2.tb-datatype , dy:GovSteamFV2.r-datatype , dy:GovSteamFV2.r-cardinality , dy:GovSteamFV2.dt-datatype , dy:GovSteamFV2.t3-datatype , dy:GovSteamFV2.tt-cardinality , dy:GovSteamFV2.vmin-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovSteamFV2.ta-datatype , dy:GovSteamFV2.ta-cardinality , dy:GovSteamFV2.t1-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:GovSteamFV2.vmin-datatype , dy:GovSteamFV2.tt-datatype , dy:GovSteamFV2.vmax-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovSteamFV2.mwbase-datatype ; + sh:targetClass cim:GovSteamFV2 . + +dy:GovSteamFV2.dt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dt)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.dt-cardinality" ; + sh:order 845 ; + sh:path cim:GovSteamFV2.dt ; + sh:severity sh:Violation . + +dy:GovSteamFV2.dt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.dt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 845 ; + sh:path cim:GovSteamFV2.dt ; + sh:severity sh:Violation . + +dy:GovSteamFV2.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.k-cardinality" ; + sh:order 843 ; + sh:path cim:GovSteamFV2.k ; + sh:severity sh:Violation . + +dy:GovSteamFV2.k-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 843 ; + sh:path cim:GovSteamFV2.k ; + sh:severity sh:Violation . + +dy:GovSteamFV2.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.mwbase-cardinality" ; + sh:order 839 ; + sh:path cim:GovSteamFV2.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamFV2.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 839 ; + sh:path cim:GovSteamFV2.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamFV2.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.r-cardinality" ; + sh:order 847 ; + sh:path cim:GovSteamFV2.r ; + sh:severity sh:Violation . + +dy:GovSteamFV2.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 847 ; + sh:path cim:GovSteamFV2.r ; + sh:severity sh:Violation . + +dy:GovSteamFV2.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.t1-cardinality" ; + sh:order 840 ; + sh:path cim:GovSteamFV2.t1 ; + sh:severity sh:Violation . + +dy:GovSteamFV2.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 840 ; + sh:path cim:GovSteamFV2.t1 ; + sh:severity sh:Violation . + +dy:GovSteamFV2.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.t3-cardinality" ; + sh:order 844 ; + sh:path cim:GovSteamFV2.t3 ; + sh:severity sh:Violation . + +dy:GovSteamFV2.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 844 ; + sh:path cim:GovSteamFV2.t3 ; + sh:severity sh:Violation . + +dy:GovSteamFV2.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.ta-cardinality" ; + sh:order 848 ; + sh:path cim:GovSteamFV2.ta ; + sh:severity sh:Violation . + +dy:GovSteamFV2.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 848 ; + sh:path cim:GovSteamFV2.ta ; + sh:severity sh:Violation . + +dy:GovSteamFV2.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.tb-cardinality" ; + sh:order 849 ; + sh:path cim:GovSteamFV2.tb ; + sh:severity sh:Violation . + +dy:GovSteamFV2.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 849 ; + sh:path cim:GovSteamFV2.tb ; + sh:severity sh:Violation . + +dy:GovSteamFV2.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.tc-cardinality" ; + sh:order 850 ; + sh:path cim:GovSteamFV2.tc ; + sh:severity sh:Violation . + +dy:GovSteamFV2.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 850 ; + sh:path cim:GovSteamFV2.tc ; + sh:severity sh:Violation . + +dy:GovSteamFV2.tt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tt)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.tt-cardinality" ; + sh:order 846 ; + sh:path cim:GovSteamFV2.tt ; + sh:severity sh:Violation . + +dy:GovSteamFV2.tt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.tt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 846 ; + sh:path cim:GovSteamFV2.tt ; + sh:severity sh:Violation . + +dy:GovSteamFV2.vmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmax)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.vmax-cardinality" ; + sh:order 841 ; + sh:path cim:GovSteamFV2.vmax ; + sh:severity sh:Violation . + +dy:GovSteamFV2.vmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.vmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 841 ; + sh:path cim:GovSteamFV2.vmax ; + sh:severity sh:Violation . + +dy:GovSteamFV2.vmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vmin)." ; + sh:minCount 1 ; + sh:name "GovSteamFV2.vmin-cardinality" ; + sh:order 842 ; + sh:path cim:GovSteamFV2.vmin ; + sh:severity sh:Violation . + +dy:GovSteamFV2.vmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV2.vmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 842 ; + sh:path cim:GovSteamFV2.vmin ; + sh:severity sh:Violation . + +dy:GovSteamFV3 rdf:type sh:NodeShape ; + sh:property dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:IdentifiedObject.name-cardinality , dy:GovSteamFV3.pmin-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovSteamFV3.gv2-datatype , dy:GovSteamFV3.k1-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovSteamFV3.uc-cardinality , dy:GovSteamFV3.gv3-cardinality , dy:GovSteamFV3.k3-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovSteamFV3.pgv6-cardinality , dy:GovSteamFV3.gv5-cardinality , dy:GovSteamFV3.k-cardinality , dy:GovSteamFV3.pmin-datatype , dy:GovSteamFV3.pgv1-cardinality , dy:GovSteamFV3.tc-datatype , dy:GovSteamFV3.t1-cardinality , dy:GovSteamFV3.pgv5-cardinality , dy:GovSteamFV3.t6-datatype , dy:GovSteamFV3.gv5-datatype , dy:GovSteamFV3.ta-cardinality , dy:GovSteamFV3.pgv5-datatype , dy:GovSteamFV3.prmax-datatype , dy:GovSteamFV3.tc-cardinality , dy:GovSteamFV3.t1-datatype , dy:GovSteamFV3.mwbase-datatype , dy:GovSteamFV3.t5-datatype , dy:IdentifiedObject.mRID-cardinality , dy:GovSteamFV3.t4-datatype , dy:GovSteamFV3.gv6-cardinality , dy:GovSteamFV3.gv1-cardinality , dy:GovSteamFV3.t3-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovSteamFV3.k-datatype , dy:GovSteamFV3.uc-datatype , dy:GovSteamFV3.ta-datatype , dy:GovSteamFV3.t6-cardinality , dy:GovSteamFV3.pgv6-datatype , dy:GovSteamFV3.k1-datatype , dy:GovSteamFV3.pgv2-datatype , dy:GovSteamFV3.t2-cardinality , dy:GovSteamFV3.k3-cardinality , dy:GovSteamFV3.pmax-datatype , dy:GovSteamFV3.prmax-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovSteamFV3.gv6-datatype , dy:GovSteamFV3.pgv2-cardinality , dy:IdentifiedObject.description-datatype , dy:GovSteamFV3.k2-datatype , dy:GovSteamFV3.gv4-cardinality , dy:GovSteamFV3.tb-datatype , dy:GovSteamFV3.gv1-datatype , dy:IdentifiedObject.name-datatype , dy:GovSteamFV3.gv3-datatype , dy:GovSteamFV3.pmax-cardinality , dy:GovSteamFV3.pgv3-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovSteamFV3.uo-datatype , dy:GovSteamFV3.pgv4-datatype , dy:GovSteamFV3.tb-cardinality , dy:GovSteamFV3.k2-cardinality , dy:GovSteamFV3.t2-datatype , dy:GovSteamFV3.t4-cardinality , dy:GovSteamFV3.pgv3-cardinality , dy:GovSteamFV3.t5-cardinality , dy:GovSteamFV3.gv2-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovSteamFV3.pgv4-cardinality , dy:GovSteamFV3.uo-cardinality , dy:GovSteamFV3.mwbase-cardinality , dy:GovSteamFV3.gv4-datatype , dy:GovSteamFV3.t3-cardinality , dy:GovSteamFV3.pgv1-datatype ; + sh:targetClass cim:GovSteamFV3 . + +dy:GovSteamFV3.gv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv1)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.gv1-cardinality" ; + sh:order 870 ; + sh:path cim:GovSteamFV3.gv1 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.gv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.gv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 870 ; + sh:path cim:GovSteamFV3.gv1 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.gv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv2)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.gv2-cardinality" ; + sh:order 872 ; + sh:path cim:GovSteamFV3.gv2 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.gv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.gv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 872 ; + sh:path cim:GovSteamFV3.gv2 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.gv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv3)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.gv3-cardinality" ; + sh:order 874 ; + sh:path cim:GovSteamFV3.gv3 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.gv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.gv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 874 ; + sh:path cim:GovSteamFV3.gv3 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.gv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv4)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.gv4-cardinality" ; + sh:order 876 ; + sh:path cim:GovSteamFV3.gv4 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.gv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.gv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 876 ; + sh:path cim:GovSteamFV3.gv4 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.gv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv5)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.gv5-cardinality" ; + sh:order 878 ; + sh:path cim:GovSteamFV3.gv5 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.gv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.gv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 878 ; + sh:path cim:GovSteamFV3.gv5 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.gv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gv6)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.gv6-cardinality" ; + sh:order 880 ; + sh:path cim:GovSteamFV3.gv6 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.gv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.gv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 880 ; + sh:path cim:GovSteamFV3.gv6 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.k-cardinality" ; + sh:order 852 ; + sh:path cim:GovSteamFV3.k ; + sh:severity sh:Violation . + +dy:GovSteamFV3.k-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 852 ; + sh:path cim:GovSteamFV3.k ; + sh:severity sh:Violation . + +dy:GovSteamFV3.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.k1-cardinality" ; + sh:order 861 ; + sh:path cim:GovSteamFV3.k1 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 861 ; + sh:path cim:GovSteamFV3.k1 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.k2-cardinality" ; + sh:order 863 ; + sh:path cim:GovSteamFV3.k2 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 863 ; + sh:path cim:GovSteamFV3.k2 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.k3-cardinality" ; + sh:order 865 ; + sh:path cim:GovSteamFV3.k3 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.k3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 865 ; + sh:path cim:GovSteamFV3.k3 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.mwbase-cardinality" ; + sh:order 851 ; + sh:path cim:GovSteamFV3.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamFV3.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 851 ; + sh:path cim:GovSteamFV3.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv1)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.pgv1-cardinality" ; + sh:order 871 ; + sh:path cim:GovSteamFV3.pgv1 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.pgv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 871 ; + sh:path cim:GovSteamFV3.pgv1 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv2)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.pgv2-cardinality" ; + sh:order 873 ; + sh:path cim:GovSteamFV3.pgv2 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.pgv2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 873 ; + sh:path cim:GovSteamFV3.pgv2 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv3)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.pgv3-cardinality" ; + sh:order 875 ; + sh:path cim:GovSteamFV3.pgv3 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.pgv3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 875 ; + sh:path cim:GovSteamFV3.pgv3 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv4)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.pgv4-cardinality" ; + sh:order 877 ; + sh:path cim:GovSteamFV3.pgv4 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.pgv4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 877 ; + sh:path cim:GovSteamFV3.pgv4 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv5)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.pgv5-cardinality" ; + sh:order 879 ; + sh:path cim:GovSteamFV3.pgv5 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.pgv5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 879 ; + sh:path cim:GovSteamFV3.pgv5 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pgv6)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.pgv6-cardinality" ; + sh:order 881 ; + sh:path cim:GovSteamFV3.pgv6 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pgv6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pgv6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.pgv6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 881 ; + sh:path cim:GovSteamFV3.pgv6 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.pmax-cardinality" ; + sh:order 858 ; + sh:path cim:GovSteamFV3.pmax ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 858 ; + sh:path cim:GovSteamFV3.pmax ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.pmin-cardinality" ; + sh:order 859 ; + sh:path cim:GovSteamFV3.pmin ; + sh:severity sh:Violation . + +dy:GovSteamFV3.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 859 ; + sh:path cim:GovSteamFV3.pmin ; + sh:severity sh:Violation . + +dy:GovSteamFV3.prmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (prmax)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.prmax-cardinality" ; + sh:order 869 ; + sh:path cim:GovSteamFV3.prmax ; + sh:severity sh:Violation . + +dy:GovSteamFV3.prmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the prmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.prmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 869 ; + sh:path cim:GovSteamFV3.prmax ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.t1-cardinality" ; + sh:order 853 ; + sh:path cim:GovSteamFV3.t1 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 853 ; + sh:path cim:GovSteamFV3.t1 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.t2-cardinality" ; + sh:order 854 ; + sh:path cim:GovSteamFV3.t2 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 854 ; + sh:path cim:GovSteamFV3.t2 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.t3-cardinality" ; + sh:order 855 ; + sh:path cim:GovSteamFV3.t3 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 855 ; + sh:path cim:GovSteamFV3.t3 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.t4-cardinality" ; + sh:order 860 ; + sh:path cim:GovSteamFV3.t4 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 860 ; + sh:path cim:GovSteamFV3.t4 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.t5-cardinality" ; + sh:order 862 ; + sh:path cim:GovSteamFV3.t5 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 862 ; + sh:path cim:GovSteamFV3.t5 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.t6-cardinality" ; + sh:order 864 ; + sh:path cim:GovSteamFV3.t6 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 864 ; + sh:path cim:GovSteamFV3.t6 ; + sh:severity sh:Violation . + +dy:GovSteamFV3.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.ta-cardinality" ; + sh:order 866 ; + sh:path cim:GovSteamFV3.ta ; + sh:severity sh:Violation . + +dy:GovSteamFV3.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 866 ; + sh:path cim:GovSteamFV3.ta ; + sh:severity sh:Violation . + +dy:GovSteamFV3.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.tb-cardinality" ; + sh:order 867 ; + sh:path cim:GovSteamFV3.tb ; + sh:severity sh:Violation . + +dy:GovSteamFV3.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 867 ; + sh:path cim:GovSteamFV3.tb ; + sh:severity sh:Violation . + +dy:GovSteamFV3.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.tc-cardinality" ; + sh:order 868 ; + sh:path cim:GovSteamFV3.tc ; + sh:severity sh:Violation . + +dy:GovSteamFV3.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 868 ; + sh:path cim:GovSteamFV3.tc ; + sh:severity sh:Violation . + +dy:GovSteamFV3.uc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uc)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.uc-cardinality" ; + sh:order 857 ; + sh:path cim:GovSteamFV3.uc ; + sh:severity sh:Violation . + +dy:GovSteamFV3.uc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.uc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 857 ; + sh:path cim:GovSteamFV3.uc ; + sh:severity sh:Violation . + +dy:GovSteamFV3.uo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uo)." ; + sh:minCount 1 ; + sh:name "GovSteamFV3.uo-cardinality" ; + sh:order 856 ; + sh:path cim:GovSteamFV3.uo ; + sh:severity sh:Violation . + +dy:GovSteamFV3.uo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV3.uo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 856 ; + sh:path cim:GovSteamFV3.uo ; + sh:severity sh:Violation . + +dy:GovSteamFV4 rdf:type sh:NodeShape ; + sh:property dy:GovSteamFV4.ksh-datatype , dy:GovSteamFV4.tmp-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:GovSteamFV4.cpsmn-cardinality , dy:GovSteamFV4.kmp1-datatype , dy:GovSteamFV4.rsmimx-cardinality , dy:GovSteamFV4.rvgmn-datatype , dy:GovSteamFV4.krc-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovSteamFV4.kic-cardinality , dy:GovSteamFV4.ty-cardinality , dy:GovSteamFV4.ksh-cardinality , dy:GovSteamFV4.svmx-cardinality , dy:GovSteamFV4.tmp-datatype , dy:IdentifiedObject.description-datatype , dy:GovSteamFV4.tcm-cardinality , dy:GovSteamFV4.crmx-datatype , dy:GovSteamFV4.rsmimn-datatype , dy:GovSteamFV4.pr1-cardinality , dy:GovSteamFV4.psmn-cardinality , dy:GovSteamFV4.kip-cardinality , dy:GovSteamFV4.kit-datatype , dy:GovSteamFV4.kf3-datatype , dy:GovSteamFV4.yhpmn-cardinality , dy:GovSteamFV4.y-cardinality , dy:GovSteamFV4.tf2-cardinality , dy:GovSteamFV4.svmn-cardinality , dy:GovSteamFV4.kip-datatype , dy:GovSteamFV4.kpp-datatype , dy:GovSteamFV4.crmn-datatype , dy:GovSteamFV4.kpt-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovSteamFV4.khp-datatype , dy:GovSteamFV4.kf3-cardinality , dy:GovSteamFV4.srsmp-datatype , dy:GovSteamFV4.kdc-cardinality , dy:GovSteamFV4.crmn-cardinality , dy:GovSteamFV4.tf2-datatype , dy:GovSteamFV4.ta-cardinality , dy:IdentifiedObject.name-datatype , dy:GovSteamFV4.yhpmx-datatype , dy:GovSteamFV4.tdc-datatype , dy:GovSteamFV4.kmp1-cardinality , dy:GovSteamFV4.khp-cardinality , dy:GovSteamFV4.rvgmn-cardinality , dy:IdentifiedObject.name-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovSteamFV4.tf1-datatype , dy:GovSteamFV4.kf1-cardinality , dy:IdentifiedObject.mRID-datatype , dy:GovSteamFV4.thp-cardinality , dy:GovSteamFV4.kdc-datatype , dy:GovSteamFV4.rvgmx-datatype , dy:GovSteamFV4.rsmimn-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovSteamFV4.srmx-cardinality , dy:GovSteamFV4.y-datatype , dy:GovSteamFV4.cpsmx-cardinality , dy:GovSteamFV4.pr2-datatype , dy:GovSteamFV4.pr2-cardinality , dy:GovSteamFV4.lpi-cardinality , dy:GovSteamFV4.svmx-datatype , dy:GovSteamFV4.mxef-cardinality , dy:GovSteamFV4.cpsmx-datatype , dy:GovSteamFV4.thp-datatype , dy:GovSteamFV4.kpt-cardinality , dy:GovSteamFV4.cpsmn-datatype , dy:GovSteamFV4.tdc-cardinality , dy:GovSteamFV4.kpc-datatype , dy:GovSteamFV4.srsmp-cardinality , dy:GovSteamFV4.yhpmn-datatype , dy:GovSteamFV4.ty-datatype , dy:GovSteamFV4.kmp2-datatype , dy:GovSteamFV4.svmn-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovSteamFV4.tv-datatype , dy:GovSteamFV4.trh-datatype , dy:GovSteamFV4.tc-cardinality , dy:GovSteamFV4.yhpmx-cardinality , dy:GovSteamFV4.lps-cardinality , dy:GovSteamFV4.crmx-cardinality , dy:GovSteamFV4.srmn-cardinality , dy:GovSteamFV4.kf1-datatype , dy:GovSteamFV4.kit-cardinality , dy:GovSteamFV4.srmn-datatype , dy:GovSteamFV4.mnef-datatype , dy:GovSteamFV4.rsmimx-datatype , dy:GovSteamFV4.kpp-cardinality , dy:GovSteamFV4.mxef-datatype , dy:GovSteamFV4.ympmn-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovSteamFV4.krc-datatype , dy:GovSteamFV4.ympmx-datatype , dy:GovSteamFV4.kmp2-cardinality , dy:GovSteamFV4.pr1-datatype , dy:GovSteamFV4.ympmn-cardinality , dy:GovSteamFV4.tc-datatype , dy:GovSteamFV4.tcm-datatype , dy:GovSteamFV4.tam-cardinality , dy:GovSteamFV4.ympmx-cardinality , dy:GovSteamFV4.mnef-cardinality , dy:GovSteamFV4.ta-datatype , dy:GovSteamFV4.srmx-datatype , dy:GovSteamFV4.tf1-cardinality , dy:GovSteamFV4.lpi-datatype , dy:GovSteamFV4.psmn-datatype , dy:GovSteamFV4.lps-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovSteamFV4.kpc-cardinality , dy:GovSteamFV4.tam-datatype , dy:GovSteamFV4.trh-cardinality , dy:GovSteamFV4.tv-cardinality , dy:GovSteamFV4.kic-datatype , dy:GovSteamFV4.rvgmx-cardinality ; + sh:targetClass cim:GovSteamFV4 . + +dy:GovSteamFV4.cpsmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (cpsmn)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.cpsmn-cardinality" ; + sh:order 927 ; + sh:path cim:GovSteamFV4.cpsmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.cpsmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the cpsmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.cpsmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 927 ; + sh:path cim:GovSteamFV4.cpsmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.cpsmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (cpsmx)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.cpsmx-cardinality" ; + sh:order 926 ; + sh:path cim:GovSteamFV4.cpsmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.cpsmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the cpsmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.cpsmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 926 ; + sh:path cim:GovSteamFV4.cpsmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.crmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (crmn)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.crmn-cardinality" ; + sh:order 889 ; + sh:path cim:GovSteamFV4.crmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.crmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the crmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.crmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 889 ; + sh:path cim:GovSteamFV4.crmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.crmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (crmx)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.crmx-cardinality" ; + sh:order 888 ; + sh:path cim:GovSteamFV4.crmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.crmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the crmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.crmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 888 ; + sh:path cim:GovSteamFV4.crmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kdc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kdc)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.kdc-cardinality" ; + sh:order 924 ; + sh:path cim:GovSteamFV4.kdc ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kdc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kdc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.kdc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 924 ; + sh:path cim:GovSteamFV4.kdc ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf1)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.kf1-cardinality" ; + sh:order 882 ; + sh:path cim:GovSteamFV4.kf1 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.kf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 882 ; + sh:path cim:GovSteamFV4.kf1 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kf3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf3)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.kf3-cardinality" ; + sh:order 883 ; + sh:path cim:GovSteamFV4.kf3 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kf3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.kf3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 883 ; + sh:path cim:GovSteamFV4.kf3 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.khp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (khp)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.khp-cardinality" ; + sh:order 918 ; + sh:path cim:GovSteamFV4.khp ; + sh:severity sh:Violation . + +dy:GovSteamFV4.khp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the khp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.khp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 918 ; + sh:path cim:GovSteamFV4.khp ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kic-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kic)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.kic-cardinality" ; + sh:order 923 ; + sh:path cim:GovSteamFV4.kic ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kic-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kic." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.kic-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 923 ; + sh:path cim:GovSteamFV4.kic ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kip-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kip)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.kip-cardinality" ; + sh:order 899 ; + sh:path cim:GovSteamFV4.kip ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kip-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kip." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.kip-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 899 ; + sh:path cim:GovSteamFV4.kip ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kit)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.kit-cardinality" ; + sh:order 891 ; + sh:path cim:GovSteamFV4.kit ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kit-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kit." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.kit-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 891 ; + sh:path cim:GovSteamFV4.kit ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kmp1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kmp1)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.kmp1-cardinality" ; + sh:order 902 ; + sh:path cim:GovSteamFV4.kmp1 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kmp1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kmp1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.kmp1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 902 ; + sh:path cim:GovSteamFV4.kmp1 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kmp2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kmp2)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.kmp2-cardinality" ; + sh:order 903 ; + sh:path cim:GovSteamFV4.kmp2 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kmp2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kmp2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.kmp2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 903 ; + sh:path cim:GovSteamFV4.kmp2 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kpc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpc)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.kpc-cardinality" ; + sh:order 922 ; + sh:path cim:GovSteamFV4.kpc ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kpc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.kpc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 922 ; + sh:path cim:GovSteamFV4.kpc ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kpp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpp)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.kpp-cardinality" ; + sh:order 898 ; + sh:path cim:GovSteamFV4.kpp ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kpp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.kpp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 898 ; + sh:path cim:GovSteamFV4.kpp ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kpt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpt)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.kpt-cardinality" ; + sh:order 890 ; + sh:path cim:GovSteamFV4.kpt ; + sh:severity sh:Violation . + +dy:GovSteamFV4.kpt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.kpt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 890 ; + sh:path cim:GovSteamFV4.kpt ; + sh:severity sh:Violation . + +dy:GovSteamFV4.krc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (krc)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.krc-cardinality" ; + sh:order 928 ; + sh:path cim:GovSteamFV4.krc ; + sh:severity sh:Violation . + +dy:GovSteamFV4.krc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the krc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.krc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 928 ; + sh:path cim:GovSteamFV4.krc ; + sh:severity sh:Violation . + +dy:GovSteamFV4.ksh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ksh)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.ksh-cardinality" ; + sh:order 932 ; + sh:path cim:GovSteamFV4.ksh ; + sh:severity sh:Violation . + +dy:GovSteamFV4.ksh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ksh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.ksh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 932 ; + sh:path cim:GovSteamFV4.ksh ; + sh:severity sh:Violation . + +dy:GovSteamFV4.lpi-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lpi)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.lpi-cardinality" ; + sh:order 885 ; + sh:path cim:GovSteamFV4.lpi ; + sh:severity sh:Violation . + +dy:GovSteamFV4.lpi-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lpi." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.lpi-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 885 ; + sh:path cim:GovSteamFV4.lpi ; + sh:severity sh:Violation . + +dy:GovSteamFV4.lps-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lps)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.lps-cardinality" ; + sh:order 884 ; + sh:path cim:GovSteamFV4.lps ; + sh:severity sh:Violation . + +dy:GovSteamFV4.lps-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lps." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.lps-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 884 ; + sh:path cim:GovSteamFV4.lps ; + sh:severity sh:Violation . + +dy:GovSteamFV4.mnef-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mnef)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.mnef-cardinality" ; + sh:order 887 ; + sh:path cim:GovSteamFV4.mnef ; + sh:severity sh:Violation . + +dy:GovSteamFV4.mnef-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mnef." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.mnef-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 887 ; + sh:path cim:GovSteamFV4.mnef ; + sh:severity sh:Violation . + +dy:GovSteamFV4.mxef-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mxef)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.mxef-cardinality" ; + sh:order 886 ; + sh:path cim:GovSteamFV4.mxef ; + sh:severity sh:Violation . + +dy:GovSteamFV4.mxef-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mxef." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.mxef-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 886 ; + sh:path cim:GovSteamFV4.mxef ; + sh:severity sh:Violation . + +dy:GovSteamFV4.pr1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pr1)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.pr1-cardinality" ; + sh:order 919 ; + sh:path cim:GovSteamFV4.pr1 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.pr1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pr1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.pr1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 919 ; + sh:path cim:GovSteamFV4.pr1 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.pr2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pr2)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.pr2-cardinality" ; + sh:order 920 ; + sh:path cim:GovSteamFV4.pr2 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.pr2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pr2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.pr2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 920 ; + sh:path cim:GovSteamFV4.pr2 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.psmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (psmn)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.psmn-cardinality" ; + sh:order 921 ; + sh:path cim:GovSteamFV4.psmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.psmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the psmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.psmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 921 ; + sh:path cim:GovSteamFV4.psmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.rsmimn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rsmimn)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.rsmimn-cardinality" ; + sh:order 901 ; + sh:path cim:GovSteamFV4.rsmimn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.rsmimn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rsmimn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.rsmimn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 901 ; + sh:path cim:GovSteamFV4.rsmimn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.rsmimx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rsmimx)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.rsmimx-cardinality" ; + sh:order 900 ; + sh:path cim:GovSteamFV4.rsmimx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.rsmimx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rsmimx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.rsmimx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 900 ; + sh:path cim:GovSteamFV4.rsmimx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.rvgmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rvgmn)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.rvgmn-cardinality" ; + sh:order 893 ; + sh:path cim:GovSteamFV4.rvgmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.rvgmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rvgmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.rvgmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 893 ; + sh:path cim:GovSteamFV4.rvgmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.rvgmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rvgmx)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.rvgmx-cardinality" ; + sh:order 892 ; + sh:path cim:GovSteamFV4.rvgmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.rvgmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rvgmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.rvgmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 892 ; + sh:path cim:GovSteamFV4.rvgmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.srmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (srmn)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.srmn-cardinality" ; + sh:order 897 ; + sh:path cim:GovSteamFV4.srmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.srmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the srmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.srmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 897 ; + sh:path cim:GovSteamFV4.srmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.srmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (srmx)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.srmx-cardinality" ; + sh:order 896 ; + sh:path cim:GovSteamFV4.srmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.srmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the srmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.srmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 896 ; + sh:path cim:GovSteamFV4.srmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.srsmp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (srsmp)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.srsmp-cardinality" ; + sh:order 904 ; + sh:path cim:GovSteamFV4.srsmp ; + sh:severity sh:Violation . + +dy:GovSteamFV4.srsmp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the srsmp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.srsmp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 904 ; + sh:path cim:GovSteamFV4.srsmp ; + sh:severity sh:Violation . + +dy:GovSteamFV4.svmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (svmn)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.svmn-cardinality" ; + sh:order 895 ; + sh:path cim:GovSteamFV4.svmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.svmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the svmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.svmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 895 ; + sh:path cim:GovSteamFV4.svmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.svmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (svmx)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.svmx-cardinality" ; + sh:order 894 ; + sh:path cim:GovSteamFV4.svmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.svmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the svmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.svmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 894 ; + sh:path cim:GovSteamFV4.svmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.ta-cardinality" ; + sh:order 905 ; + sh:path cim:GovSteamFV4.ta ; + sh:severity sh:Violation . + +dy:GovSteamFV4.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 905 ; + sh:path cim:GovSteamFV4.ta ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tam-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tam)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.tam-cardinality" ; + sh:order 910 ; + sh:path cim:GovSteamFV4.tam ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tam-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tam." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.tam-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 910 ; + sh:path cim:GovSteamFV4.tam ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.tc-cardinality" ; + sh:order 906 ; + sh:path cim:GovSteamFV4.tc ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 906 ; + sh:path cim:GovSteamFV4.tc ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tcm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tcm)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.tcm-cardinality" ; + sh:order 911 ; + sh:path cim:GovSteamFV4.tcm ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tcm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tcm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.tcm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 911 ; + sh:path cim:GovSteamFV4.tcm ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tdc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tdc)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.tdc-cardinality" ; + sh:order 925 ; + sh:path cim:GovSteamFV4.tdc ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tdc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tdc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.tdc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 925 ; + sh:path cim:GovSteamFV4.tdc ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tf1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf1)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.tf1-cardinality" ; + sh:order 929 ; + sh:path cim:GovSteamFV4.tf1 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tf1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.tf1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 929 ; + sh:path cim:GovSteamFV4.tf1 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf2)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.tf2-cardinality" ; + sh:order 930 ; + sh:path cim:GovSteamFV4.tf2 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.tf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 930 ; + sh:path cim:GovSteamFV4.tf2 ; + sh:severity sh:Violation . + +dy:GovSteamFV4.thp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thp)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.thp-cardinality" ; + sh:order 915 ; + sh:path cim:GovSteamFV4.thp ; + sh:severity sh:Violation . + +dy:GovSteamFV4.thp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.thp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 915 ; + sh:path cim:GovSteamFV4.thp ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tmp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tmp)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.tmp-cardinality" ; + sh:order 917 ; + sh:path cim:GovSteamFV4.tmp ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tmp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tmp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.tmp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 917 ; + sh:path cim:GovSteamFV4.tmp ; + sh:severity sh:Violation . + +dy:GovSteamFV4.trh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (trh)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.trh-cardinality" ; + sh:order 916 ; + sh:path cim:GovSteamFV4.trh ; + sh:severity sh:Violation . + +dy:GovSteamFV4.trh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the trh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.trh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 916 ; + sh:path cim:GovSteamFV4.trh ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tv)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.tv-cardinality" ; + sh:order 931 ; + sh:path cim:GovSteamFV4.tv ; + sh:severity sh:Violation . + +dy:GovSteamFV4.tv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.tv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 931 ; + sh:path cim:GovSteamFV4.tv ; + sh:severity sh:Violation . + +dy:GovSteamFV4.ty-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ty)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.ty-cardinality" ; + sh:order 907 ; + sh:path cim:GovSteamFV4.ty ; + sh:severity sh:Violation . + +dy:GovSteamFV4.ty-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ty." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.ty-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 907 ; + sh:path cim:GovSteamFV4.ty ; + sh:severity sh:Violation . + +dy:GovSteamFV4.y-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (y)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.y-cardinality" ; + sh:order 914 ; + sh:path cim:GovSteamFV4.y ; + sh:severity sh:Violation . + +dy:GovSteamFV4.y-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the y." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.y-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 914 ; + sh:path cim:GovSteamFV4.y ; + sh:severity sh:Violation . + +dy:GovSteamFV4.yhpmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (yhpmn)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.yhpmn-cardinality" ; + sh:order 909 ; + sh:path cim:GovSteamFV4.yhpmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.yhpmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the yhpmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.yhpmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 909 ; + sh:path cim:GovSteamFV4.yhpmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.yhpmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (yhpmx)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.yhpmx-cardinality" ; + sh:order 908 ; + sh:path cim:GovSteamFV4.yhpmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.yhpmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the yhpmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.yhpmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 908 ; + sh:path cim:GovSteamFV4.yhpmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.ympmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ympmn)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.ympmn-cardinality" ; + sh:order 913 ; + sh:path cim:GovSteamFV4.ympmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.ympmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ympmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.ympmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 913 ; + sh:path cim:GovSteamFV4.ympmn ; + sh:severity sh:Violation . + +dy:GovSteamFV4.ympmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ympmx)." ; + sh:minCount 1 ; + sh:name "GovSteamFV4.ympmx-cardinality" ; + sh:order 912 ; + sh:path cim:GovSteamFV4.ympmx ; + sh:severity sh:Violation . + +dy:GovSteamFV4.ympmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ympmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamFV4.ympmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 912 ; + sh:path cim:GovSteamFV4.ympmx ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1 rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:GovSteamIEEE1.uc-datatype , dy:GovSteamIEEE1.t2-cardinality , dy:GovSteamIEEE1.k2-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovSteamIEEE1.k4-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovSteamIEEE1.t1-cardinality , dy:IdentifiedObject.description-datatype , dy:GovSteamIEEE1.uo-cardinality , dy:GovSteamIEEE1.pmax-cardinality , dy:GovSteamIEEE1.t4-datatype , dy:GovSteamIEEE1.uc-cardinality , dy:GovSteamIEEE1.k3-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovSteamIEEE1.t6-datatype , dy:GovSteamIEEE1.k8-datatype , dy:GovSteamIEEE1.k7-cardinality , dy:GovSteamIEEE1.t3-cardinality , dy:GovSteamIEEE1.k8-cardinality , dy:GovSteamIEEE1.k6-cardinality , dy:GovSteamIEEE1.k-datatype , dy:GovSteamIEEE1.k1-cardinality , dy:GovSteamIEEE1.t3-datatype , dy:GovSteamIEEE1.t7-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovSteamIEEE1.k3-datatype , dy:IdentifiedObject.mRID-cardinality , dy:GovSteamIEEE1.k-cardinality , dy:GovSteamIEEE1.k7-datatype , dy:GovSteamIEEE1.uo-datatype , dy:GovSteamIEEE1.k5-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:GovSteamIEEE1.k5-cardinality , dy:GovSteamIEEE1.mwbase-datatype , dy:GovSteamIEEE1.pmin-datatype , dy:GovSteamIEEE1.pmin-cardinality , dy:GovSteamIEEE1.t5-datatype , dy:GovSteamIEEE1.t6-cardinality , dy:GovSteamIEEE1.t5-cardinality , dy:IdentifiedObject.name-cardinality , dy:GovSteamIEEE1.t7-datatype , dy:GovSteamIEEE1.pmax-datatype , dy:IdentifiedObject.mRID-datatype , dy:GovSteamIEEE1.mwbase-cardinality , dy:GovSteamIEEE1.t2-datatype , dy:GovSteamIEEE1.t1-datatype , dy:GovSteamIEEE1.k1-datatype , dy:GovSteamIEEE1.k4-datatype , dy:GovSteamIEEE1.k6-datatype , dy:GovSteamIEEE1.t4-cardinality , dy:GovSteamIEEE1.k2-datatype ; + sh:targetClass cim:GovSteamIEEE1 . + +dy:GovSteamIEEE1.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.k-cardinality" ; + sh:order 85 ; + sh:path cim:GovSteamIEEE1.k ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 85 ; + sh:path cim:GovSteamIEEE1.k ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.k1-cardinality" ; + sh:order 94 ; + sh:path cim:GovSteamIEEE1.k1 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 94 ; + sh:path cim:GovSteamIEEE1.k1 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.k2-cardinality" ; + sh:order 95 ; + sh:path cim:GovSteamIEEE1.k2 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 95 ; + sh:path cim:GovSteamIEEE1.k2 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.k3-cardinality" ; + sh:order 97 ; + sh:path cim:GovSteamIEEE1.k3 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 97 ; + sh:path cim:GovSteamIEEE1.k3 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k4)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.k4-cardinality" ; + sh:order 98 ; + sh:path cim:GovSteamIEEE1.k4 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.k4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 98 ; + sh:path cim:GovSteamIEEE1.k4 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k5)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.k5-cardinality" ; + sh:order 100 ; + sh:path cim:GovSteamIEEE1.k5 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.k5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 100 ; + sh:path cim:GovSteamIEEE1.k5 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k6)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.k6-cardinality" ; + sh:order 101 ; + sh:path cim:GovSteamIEEE1.k6 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.k6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 101 ; + sh:path cim:GovSteamIEEE1.k6 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k7)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.k7-cardinality" ; + sh:order 103 ; + sh:path cim:GovSteamIEEE1.k7 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.k7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 103 ; + sh:path cim:GovSteamIEEE1.k7 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k8)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.k8-cardinality" ; + sh:order 104 ; + sh:path cim:GovSteamIEEE1.k8 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.k8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.k8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 104 ; + sh:path cim:GovSteamIEEE1.k8 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.mwbase-cardinality" ; + sh:order 84 ; + sh:path cim:GovSteamIEEE1.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 84 ; + sh:path cim:GovSteamIEEE1.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.pmax-cardinality" ; + sh:order 91 ; + sh:path cim:GovSteamIEEE1.pmax ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 91 ; + sh:path cim:GovSteamIEEE1.pmax ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.pmin-cardinality" ; + sh:order 92 ; + sh:path cim:GovSteamIEEE1.pmin ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 92 ; + sh:path cim:GovSteamIEEE1.pmin ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.t1-cardinality" ; + sh:order 86 ; + sh:path cim:GovSteamIEEE1.t1 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 86 ; + sh:path cim:GovSteamIEEE1.t1 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.t2-cardinality" ; + sh:order 87 ; + sh:path cim:GovSteamIEEE1.t2 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 87 ; + sh:path cim:GovSteamIEEE1.t2 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.t3-cardinality" ; + sh:order 88 ; + sh:path cim:GovSteamIEEE1.t3 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 88 ; + sh:path cim:GovSteamIEEE1.t3 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.t4-cardinality" ; + sh:order 93 ; + sh:path cim:GovSteamIEEE1.t4 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 93 ; + sh:path cim:GovSteamIEEE1.t4 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.t5-cardinality" ; + sh:order 96 ; + sh:path cim:GovSteamIEEE1.t5 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 96 ; + sh:path cim:GovSteamIEEE1.t5 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.t6-cardinality" ; + sh:order 99 ; + sh:path cim:GovSteamIEEE1.t6 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 99 ; + sh:path cim:GovSteamIEEE1.t6 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t7)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.t7-cardinality" ; + sh:order 102 ; + sh:path cim:GovSteamIEEE1.t7 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.t7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.t7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 102 ; + sh:path cim:GovSteamIEEE1.t7 ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.uc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uc)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.uc-cardinality" ; + sh:order 90 ; + sh:path cim:GovSteamIEEE1.uc ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.uc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.uc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 90 ; + sh:path cim:GovSteamIEEE1.uc ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.uo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uo)." ; + sh:minCount 1 ; + sh:name "GovSteamIEEE1.uo-cardinality" ; + sh:order 89 ; + sh:path cim:GovSteamIEEE1.uo ; + sh:severity sh:Violation . + +dy:GovSteamIEEE1.uo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamIEEE1.uo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 89 ; + sh:path cim:GovSteamIEEE1.uo ; + sh:severity sh:Violation . + +dy:GovSteamSGO rdf:type sh:NodeShape ; + sh:property dy:GovSteamSGO.mwbase-cardinality , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:GovSteamSGO.k3-datatype , dy:GovSteamSGO.t5-cardinality , dy:GovSteamSGO.t2-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.name-datatype , dy:GovSteamSGO.k1-datatype , dy:GovSteamSGO.t6-datatype , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:GovSteamSGO.t1-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:GovSteamSGO.k2-datatype , dy:GovSteamSGO.k3-cardinality , dy:GovSteamSGO.k1-cardinality , dy:GovSteamSGO.t4-datatype , dy:IdentifiedObject.mRID-cardinality , dy:GovSteamSGO.t2-cardinality , dy:GovSteamSGO.t4-cardinality , dy:GovSteamSGO.pmax-cardinality , dy:IdentifiedObject.description-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:GovSteamSGO.pmin-datatype , dy:GovSteamSGO.k2-cardinality , dy:GovSteamSGO.t3-cardinality , dy:GovSteamSGO.t5-datatype , dy:GovSteamSGO.pmax-datatype , dy:GovSteamSGO.mwbase-datatype , dy:GovSteamSGO.pmin-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:GovSteamSGO.t3-datatype , dy:GovSteamSGO.t6-cardinality , dy:GovSteamSGO.t1-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:GovSteamSGO . + +dy:GovSteamSGO.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.k1-cardinality" ; + sh:order 940 ; + sh:path cim:GovSteamSGO.k1 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 940 ; + sh:path cim:GovSteamSGO.k1 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.k2-cardinality" ; + sh:order 941 ; + sh:path cim:GovSteamSGO.k2 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 941 ; + sh:path cim:GovSteamSGO.k2 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.k3-cardinality" ; + sh:order 942 ; + sh:path cim:GovSteamSGO.k3 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.k3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 942 ; + sh:path cim:GovSteamSGO.k3 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.mwbase-cardinality" ; + sh:order 933 ; + sh:path cim:GovSteamSGO.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamSGO.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 933 ; + sh:path cim:GovSteamSGO.mwbase ; + sh:severity sh:Violation . + +dy:GovSteamSGO.pmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmax)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.pmax-cardinality" ; + sh:order 943 ; + sh:path cim:GovSteamSGO.pmax ; + sh:severity sh:Violation . + +dy:GovSteamSGO.pmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.pmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 943 ; + sh:path cim:GovSteamSGO.pmax ; + sh:severity sh:Violation . + +dy:GovSteamSGO.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.pmin-cardinality" ; + sh:order 944 ; + sh:path cim:GovSteamSGO.pmin ; + sh:severity sh:Violation . + +dy:GovSteamSGO.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 944 ; + sh:path cim:GovSteamSGO.pmin ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.t1-cardinality" ; + sh:order 934 ; + sh:path cim:GovSteamSGO.t1 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 934 ; + sh:path cim:GovSteamSGO.t1 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.t2-cardinality" ; + sh:order 935 ; + sh:path cim:GovSteamSGO.t2 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 935 ; + sh:path cim:GovSteamSGO.t2 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.t3-cardinality" ; + sh:order 936 ; + sh:path cim:GovSteamSGO.t3 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 936 ; + sh:path cim:GovSteamSGO.t3 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.t4-cardinality" ; + sh:order 937 ; + sh:path cim:GovSteamSGO.t4 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 937 ; + sh:path cim:GovSteamSGO.t4 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.t5-cardinality" ; + sh:order 938 ; + sh:path cim:GovSteamSGO.t5 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 938 ; + sh:path cim:GovSteamSGO.t5 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "GovSteamSGO.t6-cardinality" ; + sh:order 939 ; + sh:path cim:GovSteamSGO.t6 ; + sh:severity sh:Violation . + +dy:GovSteamSGO.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GovSteamSGO.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 939 ; + sh:path cim:GovSteamSGO.t6 ; + sh:severity sh:Violation . + +dy:IdentifiedObject.description-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.description-cardinality" ; + sh:order 0 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +dy:IdentifiedObject.description-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the description." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.description-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +dy:IdentifiedObject.mRID-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mRID)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.mRID-cardinality" ; + sh:order 1 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +dy:IdentifiedObject.mRID-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the mRID." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.mRID-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +dy:IdentifiedObject.name-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.name-cardinality" ; + sh:order 2 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +dy:IdentifiedObject.name-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the name." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.name-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +dy:LoadAggregate rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality ; + sh:targetClass cim:LoadAggregate . + +dy:LoadComposite rdf:type sh:NodeShape ; + sh:property dy:LoadComposite.epfd-datatype , dy:LoadComposite.epvs-datatype , dy:IdentifiedObject.mRID-datatype , dy:LoadComposite.eqfd-datatype , dy:LoadComposite.pfrac-datatype , dy:LoadComposite.eqvd-cardinality , dy:LoadComposite.epvd-datatype , dy:LoadComposite.epfs-datatype , dy:LoadComposite.eqvs-cardinality , dy:LoadComposite.epvs-cardinality , dy:LoadComposite.eqfs-datatype , dy:LoadComposite.pfrac-cardinality , dy:LoadComposite.eqvs-datatype , dy:LoadComposite.lfac-datatype , dy:LoadComposite.h-datatype , dy:LoadComposite.eqfs-cardinality , dy:LoadComposite.eqvd-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-datatype , dy:LoadComposite.epfs-cardinality , dy:LoadComposite.lfac-cardinality , dy:LoadComposite.epvd-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-datatype , dy:LoadComposite.h-cardinality , dy:LoadComposite.eqfd-cardinality , dy:LoadComposite.epfd-cardinality ; + sh:targetClass cim:LoadComposite . + +dy:LoadComposite.epfd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (epfd)." ; + sh:minCount 1 ; + sh:name "LoadComposite.epfd-cardinality" ; + sh:order 2624 ; + sh:path cim:LoadComposite.epfd ; + sh:severity sh:Violation . + +dy:LoadComposite.epfd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the epfd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadComposite.epfd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2624 ; + sh:path cim:LoadComposite.epfd ; + sh:severity sh:Violation . + +dy:LoadComposite.epfs-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (epfs)." ; + sh:minCount 1 ; + sh:name "LoadComposite.epfs-cardinality" ; + sh:order 2620 ; + sh:path cim:LoadComposite.epfs ; + sh:severity sh:Violation . + +dy:LoadComposite.epfs-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the epfs." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadComposite.epfs-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2620 ; + sh:path cim:LoadComposite.epfs ; + sh:severity sh:Violation . + +dy:LoadComposite.epvd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (epvd)." ; + sh:minCount 1 ; + sh:name "LoadComposite.epvd-cardinality" ; + sh:order 2623 ; + sh:path cim:LoadComposite.epvd ; + sh:severity sh:Violation . + +dy:LoadComposite.epvd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the epvd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadComposite.epvd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2623 ; + sh:path cim:LoadComposite.epvd ; + sh:severity sh:Violation . + +dy:LoadComposite.epvs-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (epvs)." ; + sh:minCount 1 ; + sh:name "LoadComposite.epvs-cardinality" ; + sh:order 2619 ; + sh:path cim:LoadComposite.epvs ; + sh:severity sh:Violation . + +dy:LoadComposite.epvs-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the epvs." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadComposite.epvs-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2619 ; + sh:path cim:LoadComposite.epvs ; + sh:severity sh:Violation . + +dy:LoadComposite.eqfd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eqfd)." ; + sh:minCount 1 ; + sh:name "LoadComposite.eqfd-cardinality" ; + sh:order 2626 ; + sh:path cim:LoadComposite.eqfd ; + sh:severity sh:Violation . + +dy:LoadComposite.eqfd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eqfd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadComposite.eqfd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2626 ; + sh:path cim:LoadComposite.eqfd ; + sh:severity sh:Violation . + +dy:LoadComposite.eqfs-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eqfs)." ; + sh:minCount 1 ; + sh:name "LoadComposite.eqfs-cardinality" ; + sh:order 2622 ; + sh:path cim:LoadComposite.eqfs ; + sh:severity sh:Violation . + +dy:LoadComposite.eqfs-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eqfs." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadComposite.eqfs-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2622 ; + sh:path cim:LoadComposite.eqfs ; + sh:severity sh:Violation . + +dy:LoadComposite.eqvd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eqvd)." ; + sh:minCount 1 ; + sh:name "LoadComposite.eqvd-cardinality" ; + sh:order 2625 ; + sh:path cim:LoadComposite.eqvd ; + sh:severity sh:Violation . + +dy:LoadComposite.eqvd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eqvd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadComposite.eqvd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2625 ; + sh:path cim:LoadComposite.eqvd ; + sh:severity sh:Violation . + +dy:LoadComposite.eqvs-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (eqvs)." ; + sh:minCount 1 ; + sh:name "LoadComposite.eqvs-cardinality" ; + sh:order 2621 ; + sh:path cim:LoadComposite.eqvs ; + sh:severity sh:Violation . + +dy:LoadComposite.eqvs-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eqvs." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadComposite.eqvs-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2621 ; + sh:path cim:LoadComposite.eqvs ; + sh:severity sh:Violation . + +dy:LoadComposite.h-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (h)." ; + sh:minCount 1 ; + sh:name "LoadComposite.h-cardinality" ; + sh:order 2628 ; + sh:path cim:LoadComposite.h ; + sh:severity sh:Violation . + +dy:LoadComposite.h-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the h." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadComposite.h-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2628 ; + sh:path cim:LoadComposite.h ; + sh:severity sh:Violation . + +dy:LoadComposite.lfac-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lfac)." ; + sh:minCount 1 ; + sh:name "LoadComposite.lfac-cardinality" ; + sh:order 2627 ; + sh:path cim:LoadComposite.lfac ; + sh:severity sh:Violation . + +dy:LoadComposite.lfac-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lfac." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadComposite.lfac-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2627 ; + sh:path cim:LoadComposite.lfac ; + sh:severity sh:Violation . + +dy:LoadComposite.pfrac-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pfrac)." ; + sh:minCount 1 ; + sh:name "LoadComposite.pfrac-cardinality" ; + sh:order 2629 ; + sh:path cim:LoadComposite.pfrac ; + sh:severity sh:Violation . + +dy:LoadComposite.pfrac-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pfrac." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadComposite.pfrac-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2629 ; + sh:path cim:LoadComposite.pfrac ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.description-datatype , dy:LoadGenericNonLinear.tp-datatype , dy:LoadGenericNonLinear.tq-datatype , dy:LoadGenericNonLinear.bt-cardinality , dy:LoadGenericNonLinear.lt-cardinality , dy:LoadGenericNonLinear.genericNonLinearLoadModelType-datatype , dy:IdentifiedObject.name-datatype , dy:LoadGenericNonLinear.tp-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.name-cardinality , dy:LoadGenericNonLinear.bs-datatype , dy:LoadGenericNonLinear.bs-cardinality , dy:LoadGenericNonLinear.ls-datatype , dy:IdentifiedObject.mRID-cardinality , dy:LoadGenericNonLinear.bt-datatype , dy:IdentifiedObject.description-cardinality , dy:LoadGenericNonLinear.tq-cardinality , dy:LoadGenericNonLinear.genericNonLinearLoadModelType-cardinality , dy:LoadGenericNonLinear.ls-cardinality , dy:LoadGenericNonLinear.lt-datatype ; + sh:targetClass cim:LoadGenericNonLinear . + +dy:LoadGenericNonLinear.bs-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bs)." ; + sh:minCount 1 ; + sh:name "LoadGenericNonLinear.bs-cardinality" ; + sh:order 2635 ; + sh:path cim:LoadGenericNonLinear.bs ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.bs-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bs." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadGenericNonLinear.bs-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2635 ; + sh:path cim:LoadGenericNonLinear.bs ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.bt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bt)." ; + sh:minCount 1 ; + sh:name "LoadGenericNonLinear.bt-cardinality" ; + sh:order 2636 ; + sh:path cim:LoadGenericNonLinear.bt ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.bt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadGenericNonLinear.bt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2636 ; + sh:path cim:LoadGenericNonLinear.bt ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.genericNonLinearLoadModelType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (genericNonLinearLoadModelType)." ; + sh:minCount 1 ; + sh:name "LoadGenericNonLinear.genericNonLinearLoadModelType-cardinality" ; + sh:order 2630 ; + sh:path cim:LoadGenericNonLinear.genericNonLinearLoadModelType ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.genericNonLinearLoadModelType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the genericNonLinearLoadModelType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:GenericNonLinearLoadModelKind.exponentialRecovery cim:GenericNonLinearLoadModelKind.loadAdaptive ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "LoadGenericNonLinear.genericNonLinearLoadModelType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2630 ; + sh:path cim:LoadGenericNonLinear.genericNonLinearLoadModelType ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.ls-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ls)." ; + sh:minCount 1 ; + sh:name "LoadGenericNonLinear.ls-cardinality" ; + sh:order 2633 ; + sh:path cim:LoadGenericNonLinear.ls ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.ls-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ls." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadGenericNonLinear.ls-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2633 ; + sh:path cim:LoadGenericNonLinear.ls ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.lt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lt)." ; + sh:minCount 1 ; + sh:name "LoadGenericNonLinear.lt-cardinality" ; + sh:order 2634 ; + sh:path cim:LoadGenericNonLinear.lt ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.lt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadGenericNonLinear.lt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2634 ; + sh:path cim:LoadGenericNonLinear.lt ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "LoadGenericNonLinear.tp-cardinality" ; + sh:order 2631 ; + sh:path cim:LoadGenericNonLinear.tp ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadGenericNonLinear.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2631 ; + sh:path cim:LoadGenericNonLinear.tp ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.tq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tq)." ; + sh:minCount 1 ; + sh:name "LoadGenericNonLinear.tq-cardinality" ; + sh:order 2632 ; + sh:path cim:LoadGenericNonLinear.tq ; + sh:severity sh:Violation . + +dy:LoadGenericNonLinear.tq-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadGenericNonLinear.tq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2632 ; + sh:path cim:LoadGenericNonLinear.tq ; + sh:severity sh:Violation . + +dy:LoadMotor rdf:type sh:NodeShape ; + sh:property dy:LoadMotor.d-datatype , dy:LoadMotor.d-cardinality , dy:LoadMotor.lpp-cardinality , dy:LoadMotor.ls-datatype , dy:LoadMotor.lpp-datatype , dy:LoadMotor.lfac-cardinality , dy:LoadMotor.tv-cardinality , dy:IdentifiedObject.mRID-datatype , dy:LoadMotor.tbkr-cardinality , dy:LoadMotor.tbkr-datatype , dy:LoadMotor.tv-datatype , dy:LoadMotor.ls-cardinality , dy:IdentifiedObject.description-datatype , dy:LoadMotor.lp-datatype , dy:LoadMotor.h-datatype , dy:LoadMotor.LoadAggregate-valueType , dy:LoadMotor.lfac-datatype , dy:LoadMotor.tpo-datatype , dy:LoadMotor.ra-datatype , dy:LoadMotor.lp-cardinality , dy:LoadMotor.LoadAggregate-cardinality , dy:LoadMotor.ra-cardinality , dy:LoadMotor.pfrac-cardinality , dy:LoadMotor.h-cardinality , dy:LoadMotor.pfrac-datatype , dy:LoadMotor.tpo-cardinality , dy:IdentifiedObject.name-datatype , dy:LoadMotor.tppo-cardinality , dy:LoadMotor.vt-datatype , dy:IdentifiedObject.name-cardinality , dy:LoadMotor.tppo-datatype , dy:LoadMotor.vt-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-cardinality ; + sh:targetClass cim:LoadMotor . + +dy:LoadMotor.LoadAggregate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "LoadMotor.LoadAggregate-cardinality" ; + sh:order 2762 ; + sh:path cim:LoadMotor.LoadAggregate ; + sh:severity sh:Violation . + +dy:LoadMotor.LoadAggregate-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadAggregate ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadAggregate." ; + sh:name "LoadMotor.LoadAggregate-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 555 ; + sh:path cim:LoadMotor.LoadAggregate ; + sh:severity sh:Violation . + +dy:LoadMotor.d-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (d)." ; + sh:minCount 1 ; + sh:name "LoadMotor.d-cardinality" ; + sh:order 2663 ; + sh:path cim:LoadMotor.d ; + sh:severity sh:Violation . + +dy:LoadMotor.d-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the d." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.d-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2663 ; + sh:path cim:LoadMotor.d ; + sh:severity sh:Violation . + +dy:LoadMotor.h-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (h)." ; + sh:minCount 1 ; + sh:name "LoadMotor.h-cardinality" ; + sh:order 2662 ; + sh:path cim:LoadMotor.h ; + sh:severity sh:Violation . + +dy:LoadMotor.h-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the h." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.h-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2662 ; + sh:path cim:LoadMotor.h ; + sh:severity sh:Violation . + +dy:LoadMotor.lfac-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lfac)." ; + sh:minCount 1 ; + sh:name "LoadMotor.lfac-cardinality" ; + sh:order 2655 ; + sh:path cim:LoadMotor.lfac ; + sh:severity sh:Violation . + +dy:LoadMotor.lfac-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lfac." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.lfac-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2655 ; + sh:path cim:LoadMotor.lfac ; + sh:severity sh:Violation . + +dy:LoadMotor.lp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lp)." ; + sh:minCount 1 ; + sh:name "LoadMotor.lp-cardinality" ; + sh:order 2657 ; + sh:path cim:LoadMotor.lp ; + sh:severity sh:Violation . + +dy:LoadMotor.lp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.lp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2657 ; + sh:path cim:LoadMotor.lp ; + sh:severity sh:Violation . + +dy:LoadMotor.lpp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lpp)." ; + sh:minCount 1 ; + sh:name "LoadMotor.lpp-cardinality" ; + sh:order 2658 ; + sh:path cim:LoadMotor.lpp ; + sh:severity sh:Violation . + +dy:LoadMotor.lpp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lpp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.lpp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2658 ; + sh:path cim:LoadMotor.lpp ; + sh:severity sh:Violation . + +dy:LoadMotor.ls-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ls)." ; + sh:minCount 1 ; + sh:name "LoadMotor.ls-cardinality" ; + sh:order 2656 ; + sh:path cim:LoadMotor.ls ; + sh:severity sh:Violation . + +dy:LoadMotor.ls-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ls." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.ls-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2656 ; + sh:path cim:LoadMotor.ls ; + sh:severity sh:Violation . + +dy:LoadMotor.pfrac-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pfrac)." ; + sh:minCount 1 ; + sh:name "LoadMotor.pfrac-cardinality" ; + sh:order 2654 ; + sh:path cim:LoadMotor.pfrac ; + sh:severity sh:Violation . + +dy:LoadMotor.pfrac-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pfrac." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.pfrac-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2654 ; + sh:path cim:LoadMotor.pfrac ; + sh:severity sh:Violation . + +dy:LoadMotor.ra-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ra)." ; + sh:minCount 1 ; + sh:name "LoadMotor.ra-cardinality" ; + sh:order 2659 ; + sh:path cim:LoadMotor.ra ; + sh:severity sh:Violation . + +dy:LoadMotor.ra-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ra." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.ra-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2659 ; + sh:path cim:LoadMotor.ra ; + sh:severity sh:Violation . + +dy:LoadMotor.tbkr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tbkr)." ; + sh:minCount 1 ; + sh:name "LoadMotor.tbkr-cardinality" ; + sh:order 2666 ; + sh:path cim:LoadMotor.tbkr ; + sh:severity sh:Violation . + +dy:LoadMotor.tbkr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tbkr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.tbkr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2666 ; + sh:path cim:LoadMotor.tbkr ; + sh:severity sh:Violation . + +dy:LoadMotor.tpo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpo)." ; + sh:minCount 1 ; + sh:name "LoadMotor.tpo-cardinality" ; + sh:order 2660 ; + sh:path cim:LoadMotor.tpo ; + sh:severity sh:Violation . + +dy:LoadMotor.tpo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.tpo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2660 ; + sh:path cim:LoadMotor.tpo ; + sh:severity sh:Violation . + +dy:LoadMotor.tppo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tppo)." ; + sh:minCount 1 ; + sh:name "LoadMotor.tppo-cardinality" ; + sh:order 2661 ; + sh:path cim:LoadMotor.tppo ; + sh:severity sh:Violation . + +dy:LoadMotor.tppo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tppo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.tppo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2661 ; + sh:path cim:LoadMotor.tppo ; + sh:severity sh:Violation . + +dy:LoadMotor.tv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tv)." ; + sh:minCount 1 ; + sh:name "LoadMotor.tv-cardinality" ; + sh:order 2665 ; + sh:path cim:LoadMotor.tv ; + sh:severity sh:Violation . + +dy:LoadMotor.tv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.tv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2665 ; + sh:path cim:LoadMotor.tv ; + sh:severity sh:Violation . + +dy:LoadMotor.vt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vt)." ; + sh:minCount 1 ; + sh:name "LoadMotor.vt-cardinality" ; + sh:order 2664 ; + sh:path cim:LoadMotor.vt ; + sh:severity sh:Violation . + +dy:LoadMotor.vt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadMotor.vt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2664 ; + sh:path cim:LoadMotor.vt ; + sh:severity sh:Violation . + +dy:LoadStatic rdf:type sh:NodeShape ; + sh:property dy:LoadStatic.ep2-datatype , dy:LoadStatic.eq2-cardinality , dy:LoadStatic.kq2-cardinality , dy:LoadStatic.eq1-cardinality , dy:LoadStatic.kpf-datatype , dy:IdentifiedObject.description-datatype , dy:LoadStatic.kq4-datatype , dy:LoadStatic.staticLoadModelType-datatype , dy:LoadStatic.ep3-datatype , dy:LoadStatic.kq1-datatype , dy:LoadStatic.kp4-datatype , dy:LoadStatic.eq1-datatype , dy:IdentifiedObject.mRID-cardinality , dy:LoadStatic.kq3-datatype , dy:LoadStatic.LoadAggregate-valueType , dy:LoadStatic.kp3-cardinality , dy:LoadStatic.kq3-cardinality , dy:LoadStatic.kpf-cardinality , dy:LoadStatic.eq3-cardinality , dy:LoadStatic.kq2-datatype , dy:LoadStatic.eq2-datatype , dy:LoadStatic.kp1-datatype , dy:LoadStatic.staticLoadModelType-cardinality , dy:LoadStatic.kqf-cardinality , dy:LoadStatic.kp2-datatype , dy:LoadStatic.eq3-datatype , dy:IdentifiedObject.name-cardinality , dy:LoadStatic.kp3-datatype , dy:LoadStatic.kq4-cardinality , dy:LoadStatic.kp1-cardinality , dy:LoadStatic.ep1-datatype , dy:LoadStatic.kq1-cardinality , dy:IdentifiedObject.name-datatype , dy:LoadStatic.ep2-cardinality , dy:IdentifiedObject.description-cardinality , dy:LoadStatic.kp4-cardinality , dy:LoadStatic.kqf-datatype , dy:LoadStatic.ep1-cardinality , dy:LoadStatic.LoadAggregate-cardinality , dy:LoadStatic.kp2-cardinality , dy:IdentifiedObject.mRID-datatype , dy:LoadStatic.ep3-cardinality ; + sh:targetClass cim:LoadStatic . + +dy:LoadStatic.LoadAggregate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "LoadStatic.LoadAggregate-cardinality" ; + sh:order 2761 ; + sh:path cim:LoadStatic.LoadAggregate ; + sh:severity sh:Violation . + +dy:LoadStatic.LoadAggregate-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadAggregate ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadAggregate." ; + sh:name "LoadStatic.LoadAggregate-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 554 ; + sh:path cim:LoadStatic.LoadAggregate ; + sh:severity sh:Violation . + +dy:LoadStatic.ep1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.ep1-cardinality" ; + sh:order 2642 ; + sh:path cim:LoadStatic.ep1 ; + sh:severity sh:Violation . + +dy:LoadStatic.ep1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ep1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.ep1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2642 ; + sh:path cim:LoadStatic.ep1 ; + sh:severity sh:Violation . + +dy:LoadStatic.ep2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.ep2-cardinality" ; + sh:order 2643 ; + sh:path cim:LoadStatic.ep2 ; + sh:severity sh:Violation . + +dy:LoadStatic.ep2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ep2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.ep2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2643 ; + sh:path cim:LoadStatic.ep2 ; + sh:severity sh:Violation . + +dy:LoadStatic.ep3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.ep3-cardinality" ; + sh:order 2644 ; + sh:path cim:LoadStatic.ep3 ; + sh:severity sh:Violation . + +dy:LoadStatic.ep3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ep3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.ep3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2644 ; + sh:path cim:LoadStatic.ep3 ; + sh:severity sh:Violation . + +dy:LoadStatic.eq1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.eq1-cardinality" ; + sh:order 2650 ; + sh:path cim:LoadStatic.eq1 ; + sh:severity sh:Violation . + +dy:LoadStatic.eq1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eq1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.eq1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2650 ; + sh:path cim:LoadStatic.eq1 ; + sh:severity sh:Violation . + +dy:LoadStatic.eq2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.eq2-cardinality" ; + sh:order 2651 ; + sh:path cim:LoadStatic.eq2 ; + sh:severity sh:Violation . + +dy:LoadStatic.eq2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eq2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.eq2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2651 ; + sh:path cim:LoadStatic.eq2 ; + sh:severity sh:Violation . + +dy:LoadStatic.eq3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.eq3-cardinality" ; + sh:order 2652 ; + sh:path cim:LoadStatic.eq3 ; + sh:severity sh:Violation . + +dy:LoadStatic.eq3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the eq3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.eq3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2652 ; + sh:path cim:LoadStatic.eq3 ; + sh:severity sh:Violation . + +dy:LoadStatic.kp1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.kp1-cardinality" ; + sh:order 2638 ; + sh:path cim:LoadStatic.kp1 ; + sh:severity sh:Violation . + +dy:LoadStatic.kp1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.kp1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2638 ; + sh:path cim:LoadStatic.kp1 ; + sh:severity sh:Violation . + +dy:LoadStatic.kp2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.kp2-cardinality" ; + sh:order 2639 ; + sh:path cim:LoadStatic.kp2 ; + sh:severity sh:Violation . + +dy:LoadStatic.kp2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.kp2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2639 ; + sh:path cim:LoadStatic.kp2 ; + sh:severity sh:Violation . + +dy:LoadStatic.kp3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.kp3-cardinality" ; + sh:order 2640 ; + sh:path cim:LoadStatic.kp3 ; + sh:severity sh:Violation . + +dy:LoadStatic.kp3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.kp3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2640 ; + sh:path cim:LoadStatic.kp3 ; + sh:severity sh:Violation . + +dy:LoadStatic.kp4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.kp4-cardinality" ; + sh:order 2641 ; + sh:path cim:LoadStatic.kp4 ; + sh:severity sh:Violation . + +dy:LoadStatic.kp4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.kp4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2641 ; + sh:path cim:LoadStatic.kp4 ; + sh:severity sh:Violation . + +dy:LoadStatic.kpf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.kpf-cardinality" ; + sh:order 2645 ; + sh:path cim:LoadStatic.kpf ; + sh:severity sh:Violation . + +dy:LoadStatic.kpf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.kpf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2645 ; + sh:path cim:LoadStatic.kpf ; + sh:severity sh:Violation . + +dy:LoadStatic.kq1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.kq1-cardinality" ; + sh:order 2646 ; + sh:path cim:LoadStatic.kq1 ; + sh:severity sh:Violation . + +dy:LoadStatic.kq1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kq1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.kq1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2646 ; + sh:path cim:LoadStatic.kq1 ; + sh:severity sh:Violation . + +dy:LoadStatic.kq2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.kq2-cardinality" ; + sh:order 2647 ; + sh:path cim:LoadStatic.kq2 ; + sh:severity sh:Violation . + +dy:LoadStatic.kq2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kq2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.kq2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2647 ; + sh:path cim:LoadStatic.kq2 ; + sh:severity sh:Violation . + +dy:LoadStatic.kq3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.kq3-cardinality" ; + sh:order 2648 ; + sh:path cim:LoadStatic.kq3 ; + sh:severity sh:Violation . + +dy:LoadStatic.kq3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kq3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.kq3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2648 ; + sh:path cim:LoadStatic.kq3 ; + sh:severity sh:Violation . + +dy:LoadStatic.kq4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.kq4-cardinality" ; + sh:order 2649 ; + sh:path cim:LoadStatic.kq4 ; + sh:severity sh:Violation . + +dy:LoadStatic.kq4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kq4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.kq4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2649 ; + sh:path cim:LoadStatic.kq4 ; + sh:severity sh:Violation . + +dy:LoadStatic.kqf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadStatic.kqf-cardinality" ; + sh:order 2653 ; + sh:path cim:LoadStatic.kqf ; + sh:severity sh:Violation . + +dy:LoadStatic.kqf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kqf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadStatic.kqf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2653 ; + sh:path cim:LoadStatic.kqf ; + sh:severity sh:Violation . + +dy:LoadStatic.staticLoadModelType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (staticLoadModelType)." ; + sh:minCount 1 ; + sh:name "LoadStatic.staticLoadModelType-cardinality" ; + sh:order 2637 ; + sh:path cim:LoadStatic.staticLoadModelType ; + sh:severity sh:Violation . + +dy:LoadStatic.staticLoadModelType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the staticLoadModelType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:StaticLoadModelKind.exponential cim:StaticLoadModelKind.zIP1 cim:StaticLoadModelKind.zIP2 cim:StaticLoadModelKind.constantZ ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "LoadStatic.staticLoadModelType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2637 ; + sh:path cim:LoadStatic.staticLoadModelType ; + sh:severity sh:Violation . + +dy:LoadUserDefined rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-datatype , dy:LoadUserDefined.proprietary-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-datatype , dy:LoadUserDefined.proprietary-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.name-cardinality ; + sh:targetClass cim:LoadUserDefined . + +dy:LoadUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "LoadUserDefined.proprietary-cardinality" ; + sh:order 2687 ; + sh:path cim:LoadUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:LoadUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2687 ; + sh:path cim:LoadUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:MechLoad1 rdf:type sh:NodeShape ; + sh:property dy:MechLoad1.e-cardinality , dy:MechLoad1.e-datatype , dy:MechLoad1.b-datatype , dy:MechanicalLoadDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.description-datatype , dy:MechanicalLoadDynamics.SynchronousMachineDynamics-valueType , dy:MechLoad1.b-cardinality , dy:MechLoad1.a-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:MechLoad1.a-datatype , dy:MechLoad1.d-cardinality , dy:MechanicalLoadDynamics.AsynchronousMachineDynamics-valueType , dy:MechLoad1.d-datatype , dy:MechanicalLoadDynamics.AsynchronousMachineDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality ; + sh:targetClass cim:MechLoad1 . + +dy:MechLoad1.a-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a)." ; + sh:minCount 1 ; + sh:name "MechLoad1.a-cardinality" ; + sh:order 957 ; + sh:path cim:MechLoad1.a ; + sh:severity sh:Violation . + +dy:MechLoad1.a-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MechLoad1.a-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 957 ; + sh:path cim:MechLoad1.a ; + sh:severity sh:Violation . + +dy:MechLoad1.b-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b)." ; + sh:minCount 1 ; + sh:name "MechLoad1.b-cardinality" ; + sh:order 958 ; + sh:path cim:MechLoad1.b ; + sh:severity sh:Violation . + +dy:MechLoad1.b-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MechLoad1.b-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 958 ; + sh:path cim:MechLoad1.b ; + sh:severity sh:Violation . + +dy:MechLoad1.d-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (d)." ; + sh:minCount 1 ; + sh:name "MechLoad1.d-cardinality" ; + sh:order 959 ; + sh:path cim:MechLoad1.d ; + sh:severity sh:Violation . + +dy:MechLoad1.d-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the d." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MechLoad1.d-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 959 ; + sh:path cim:MechLoad1.d ; + sh:severity sh:Violation . + +dy:MechLoad1.e-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (e)." ; + sh:minCount 1 ; + sh:name "MechLoad1.e-cardinality" ; + sh:order 960 ; + sh:path cim:MechLoad1.e ; + sh:severity sh:Violation . + +dy:MechLoad1.e-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the e." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MechLoad1.e-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 960 ; + sh:path cim:MechLoad1.e ; + sh:severity sh:Violation . + +dy:MechanicalLoadDynamics.AsynchronousMachineDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "MechanicalLoadDynamics.AsynchronousMachineDynamics-cardinality" ; + sh:order 2707 ; + sh:path cim:MechanicalLoadDynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:MechanicalLoadDynamics.AsynchronousMachineDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:MechanicalLoadDynamics.AsynchronousMachineDynamicsAsynchronousMachineUserDefined-valueType dy:MechanicalLoadDynamics.AsynchronousMachineDynamicsAsynchronousMachineEquivalentCircuit-valueType dy:MechanicalLoadDynamics.AsynchronousMachineDynamicsAsynchronousMachineTimeConstantReactance-valueType ) . + +dy:MechanicalLoadDynamics.AsynchronousMachineDynamicsAsynchronousMachineEquivalentCircuit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachineEquivalentCircuit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachineEquivalentCircuit." ; + sh:name "MechanicalLoadDynamics.AsynchronousMachineDynamicsAsynchronousMachineEquivalentCircuit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 92 ; + sh:path cim:MechanicalLoadDynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:MechanicalLoadDynamics.AsynchronousMachineDynamicsAsynchronousMachineTimeConstantReactance-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachineTimeConstantReactance ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachineTimeConstantReactance." ; + sh:name "MechanicalLoadDynamics.AsynchronousMachineDynamicsAsynchronousMachineTimeConstantReactance-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 93 ; + sh:path cim:MechanicalLoadDynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:MechanicalLoadDynamics.AsynchronousMachineDynamicsAsynchronousMachineUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachineUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachineUserDefined." ; + sh:name "MechanicalLoadDynamics.AsynchronousMachineDynamicsAsynchronousMachineUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 91 ; + sh:path cim:MechanicalLoadDynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:MechanicalLoadDynamics.SynchronousMachineDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "MechanicalLoadDynamics.SynchronousMachineDynamics-cardinality" ; + sh:order 2708 ; + sh:path cim:MechanicalLoadDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:MechanicalLoadDynamics.SynchronousMachineDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType dy:MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType dy:MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType dy:MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType ) . + +dy:MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineEquivalentCircuit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineEquivalentCircuit." ; + sh:name "MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 95 ; + sh:path cim:MechanicalLoadDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineSimplified ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineSimplified." ; + sh:name "MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 97 ; + sh:path cim:MechanicalLoadDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineTimeConstantReactance ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineTimeConstantReactance." ; + sh:name "MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 96 ; + sh:path cim:MechanicalLoadDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineUserDefined." ; + sh:name "MechanicalLoadDynamics.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 94 ; + sh:path cim:MechanicalLoadDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:MechanicalLoadUserDefined + rdf:type sh:NodeShape ; + sh:property dy:MechanicalLoadDynamics.AsynchronousMachineDynamics-cardinality , dy:MechanicalLoadDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:MechanicalLoadDynamics.SynchronousMachineDynamics-valueType , dy:DynamicsFunctionBlock.enabled-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.name-datatype , dy:MechanicalLoadUserDefined.proprietary-cardinality , dy:MechanicalLoadUserDefined.proprietary-datatype , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-datatype , dy:MechanicalLoadDynamics.AsynchronousMachineDynamics-valueType ; + sh:targetClass cim:MechanicalLoadUserDefined . + +dy:MechanicalLoadUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "MechanicalLoadUserDefined.proprietary-cardinality" ; + sh:order 2677 ; + sh:path cim:MechanicalLoadUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:MechanicalLoadUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MechanicalLoadUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2677 ; + sh:path cim:MechanicalLoadUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:Ontology rdf:type owl:Ontology ; + dct:conformsTo "urn:iso:std:iec:61970-302:ed-1" , "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" , "urn:iso:std:iec:61970-401:draft:ed-1" , "urn:iso:std:iec:61970-301:ed-7:amd1" , "urn:iso:std:iec:61970-501:draft:ed-2" , "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:creator "ENTSO-E CIM EG"@en ; + dct:description "The constraints for the dynamics profile from IEC 61970-600-2."@en ; + dct:identifier "urn:uuid:ba96da07-eca3-4259-b96c-cf5b51baa082" ; + dct:issued "2021-01-27T13:08:32Z"^^xsd:dateTime ; + dct:language "en-GB" ; + dct:modified "2020-10-12"^^xsd:date ; + dct:publisher "ENTSO-E"@en ; + dct:rights "Copyright"@en ; + dct:rightsHolder "ENTSO-E"@en ; + dct:title "Dynamics Constraints"@en ; + owl:incompatibleWith ; + owl:versionIRI ; + owl:versionInfo "1.0.0"@en ; + dcat:keyword "DY" ; + dcat:theme "constraints"@en . + +dy:OverexcLim2 rdf:type sh:NodeShape ; + sh:property dy:OverexcLim2.ifdlim-datatype , dy:IdentifiedObject.name-cardinality , dy:OverexcLim2.koi-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-datatype , dy:OverexcLim2.koi-datatype , dy:OverexcLim2.voimax-datatype , dy:OverexcLim2.voimin-cardinality , dy:IdentifiedObject.description-datatype , dy:OverexcLim2.voimax-cardinality , dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.description-cardinality , dy:OverexcLim2.voimin-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-datatype , dy:OverexcLim2.ifdlim-cardinality ; + sh:targetClass cim:OverexcLim2 . + +dy:OverexcLim2.ifdlim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ifdlim)." ; + sh:minCount 1 ; + sh:name "OverexcLim2.ifdlim-cardinality" ; + sh:order 1940 ; + sh:path cim:OverexcLim2.ifdlim ; + sh:severity sh:Violation . + +dy:OverexcLim2.ifdlim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ifdlim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLim2.ifdlim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1940 ; + sh:path cim:OverexcLim2.ifdlim ; + sh:severity sh:Violation . + +dy:OverexcLim2.koi-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (koi)." ; + sh:minCount 1 ; + sh:name "OverexcLim2.koi-cardinality" ; + sh:order 1937 ; + sh:path cim:OverexcLim2.koi ; + sh:severity sh:Violation . + +dy:OverexcLim2.koi-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the koi." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLim2.koi-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1937 ; + sh:path cim:OverexcLim2.koi ; + sh:severity sh:Violation . + +dy:OverexcLim2.voimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (voimax)." ; + sh:minCount 1 ; + sh:name "OverexcLim2.voimax-cardinality" ; + sh:order 1938 ; + sh:path cim:OverexcLim2.voimax ; + sh:severity sh:Violation . + +dy:OverexcLim2.voimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the voimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLim2.voimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1938 ; + sh:path cim:OverexcLim2.voimax ; + sh:severity sh:Violation . + +dy:OverexcLim2.voimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (voimin)." ; + sh:minCount 1 ; + sh:name "OverexcLim2.voimin-cardinality" ; + sh:order 1939 ; + sh:path cim:OverexcLim2.voimin ; + sh:severity sh:Violation . + +dy:OverexcLim2.voimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the voimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLim2.voimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1939 ; + sh:path cim:OverexcLim2.voimin ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE rdf:type sh:NodeShape ; + sh:property dy:DynamicsFunctionBlock.enabled-cardinality , dy:OverexcLimIEEE.hyst-datatype , dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality , dy:OverexcLimIEEE.itfpu-cardinality , dy:OverexcLimIEEE.ifdlim-datatype , dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:OverexcLimIEEE.itfpu-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.name-cardinality , dy:OverexcLimIEEE.kramp-datatype , dy:OverexcLimIEEE.ifdmax-datatype , dy:OverexcLimIEEE.kcd-cardinality , dy:OverexcLimIEEE.kramp-cardinality , dy:IdentifiedObject.name-datatype , dy:OverexcLimIEEE.ifdlim-cardinality , dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.mRID-cardinality , dy:OverexcLimIEEE.kcd-datatype , dy:OverexcLimIEEE.hyst-cardinality , dy:OverexcLimIEEE.ifdmax-cardinality ; + sh:targetClass cim:OverexcLimIEEE . + +dy:OverexcLimIEEE.hyst-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hyst)." ; + sh:minCount 1 ; + sh:name "OverexcLimIEEE.hyst-cardinality" ; + sh:order 1934 ; + sh:path cim:OverexcLimIEEE.hyst ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE.hyst-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the hyst." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimIEEE.hyst-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1934 ; + sh:path cim:OverexcLimIEEE.hyst ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE.ifdlim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ifdlim)." ; + sh:minCount 1 ; + sh:name "OverexcLimIEEE.ifdlim-cardinality" ; + sh:order 1933 ; + sh:path cim:OverexcLimIEEE.ifdlim ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE.ifdlim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ifdlim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimIEEE.ifdlim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1933 ; + sh:path cim:OverexcLimIEEE.ifdlim ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE.ifdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ifdmax)." ; + sh:minCount 1 ; + sh:name "OverexcLimIEEE.ifdmax-cardinality" ; + sh:order 1932 ; + sh:path cim:OverexcLimIEEE.ifdmax ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE.ifdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ifdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimIEEE.ifdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1932 ; + sh:path cim:OverexcLimIEEE.ifdmax ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE.itfpu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (itfpu)." ; + sh:minCount 1 ; + sh:name "OverexcLimIEEE.itfpu-cardinality" ; + sh:order 1931 ; + sh:path cim:OverexcLimIEEE.itfpu ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE.itfpu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the itfpu." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimIEEE.itfpu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1931 ; + sh:path cim:OverexcLimIEEE.itfpu ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE.kcd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kcd)." ; + sh:minCount 1 ; + sh:name "OverexcLimIEEE.kcd-cardinality" ; + sh:order 1935 ; + sh:path cim:OverexcLimIEEE.kcd ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE.kcd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kcd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimIEEE.kcd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1935 ; + sh:path cim:OverexcLimIEEE.kcd ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE.kramp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kramp)." ; + sh:minCount 1 ; + sh:name "OverexcLimIEEE.kramp-cardinality" ; + sh:order 1936 ; + sh:path cim:OverexcLimIEEE.kramp ; + sh:severity sh:Violation . + +dy:OverexcLimIEEE.kramp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kramp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimIEEE.kramp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1936 ; + sh:path cim:OverexcLimIEEE.kramp ; + sh:severity sh:Violation . + +dy:OverexcLimX1 rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-datatype , dy:OverexcLimX1.efd1-datatype , dy:OverexcLimX1.efd1-cardinality , dy:OverexcLimX1.efd2-datatype , dy:OverexcLimX1.efddes-datatype , dy:IdentifiedObject.mRID-cardinality , dy:OverexcLimX1.t1-cardinality , dy:OverexcLimX1.efd3-datatype , dy:OverexcLimX1.kmx-cardinality , dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-valueType , dy:OverexcLimX1.efd3-cardinality , dy:OverexcLimX1.t2-datatype , dy:OverexcLimX1.t3-datatype , dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.name-datatype , dy:OverexcLimX1.vlow-cardinality , dy:OverexcLimX1.kmx-datatype , dy:OverexcLimX1.efddes-cardinality , dy:OverexcLimX1.efd2-cardinality , dy:OverexcLimX1.t1-datatype , dy:OverexcLimX1.t3-cardinality , dy:OverexcLimX1.efdrated-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:OverexcLimX1.t2-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.description-datatype , dy:OverexcLimX1.vlow-datatype , dy:OverexcLimX1.efdrated-cardinality ; + sh:targetClass cim:OverexcLimX1 . + +dy:OverexcLimX1.efd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd1)." ; + sh:minCount 1 ; + sh:name "OverexcLimX1.efd1-cardinality" ; + sh:order 1942 ; + sh:path cim:OverexcLimX1.efd1 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.efd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX1.efd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1942 ; + sh:path cim:OverexcLimX1.efd1 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.efd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd2)." ; + sh:minCount 1 ; + sh:name "OverexcLimX1.efd2-cardinality" ; + sh:order 1944 ; + sh:path cim:OverexcLimX1.efd2 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.efd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX1.efd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1944 ; + sh:path cim:OverexcLimX1.efd2 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.efd3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd3)." ; + sh:minCount 1 ; + sh:name "OverexcLimX1.efd3-cardinality" ; + sh:order 1946 ; + sh:path cim:OverexcLimX1.efd3 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.efd3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX1.efd3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1946 ; + sh:path cim:OverexcLimX1.efd3 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.efddes-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efddes)." ; + sh:minCount 1 ; + sh:name "OverexcLimX1.efddes-cardinality" ; + sh:order 1948 ; + sh:path cim:OverexcLimX1.efddes ; + sh:severity sh:Violation . + +dy:OverexcLimX1.efddes-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efddes." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX1.efddes-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1948 ; + sh:path cim:OverexcLimX1.efddes ; + sh:severity sh:Violation . + +dy:OverexcLimX1.efdrated-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdrated)." ; + sh:minCount 1 ; + sh:name "OverexcLimX1.efdrated-cardinality" ; + sh:order 1941 ; + sh:path cim:OverexcLimX1.efdrated ; + sh:severity sh:Violation . + +dy:OverexcLimX1.efdrated-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdrated." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX1.efdrated-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1941 ; + sh:path cim:OverexcLimX1.efdrated ; + sh:severity sh:Violation . + +dy:OverexcLimX1.kmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kmx)." ; + sh:minCount 1 ; + sh:name "OverexcLimX1.kmx-cardinality" ; + sh:order 1949 ; + sh:path cim:OverexcLimX1.kmx ; + sh:severity sh:Violation . + +dy:OverexcLimX1.kmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX1.kmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1949 ; + sh:path cim:OverexcLimX1.kmx ; + sh:severity sh:Violation . + +dy:OverexcLimX1.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "OverexcLimX1.t1-cardinality" ; + sh:order 1943 ; + sh:path cim:OverexcLimX1.t1 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX1.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1943 ; + sh:path cim:OverexcLimX1.t1 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "OverexcLimX1.t2-cardinality" ; + sh:order 1945 ; + sh:path cim:OverexcLimX1.t2 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX1.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1945 ; + sh:path cim:OverexcLimX1.t2 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "OverexcLimX1.t3-cardinality" ; + sh:order 1947 ; + sh:path cim:OverexcLimX1.t3 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX1.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1947 ; + sh:path cim:OverexcLimX1.t3 ; + sh:severity sh:Violation . + +dy:OverexcLimX1.vlow-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vlow)." ; + sh:minCount 1 ; + sh:name "OverexcLimX1.vlow-cardinality" ; + sh:order 1950 ; + sh:path cim:OverexcLimX1.vlow ; + sh:severity sh:Violation . + +dy:OverexcLimX1.vlow-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vlow." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX1.vlow-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1950 ; + sh:path cim:OverexcLimX1.vlow ; + sh:severity sh:Violation . + +dy:OverexcLimX2 rdf:type sh:NodeShape ; + sh:property dy:OverexcLimX2.efd1-cardinality , dy:OverexcLimX2.kmx-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:OverexcLimX2.vlow-cardinality , dy:OverexcLimX2.efddes-cardinality , dy:OverexcLimX2.efd1-datatype , dy:IdentifiedObject.description-datatype , dy:OverexcLimX2.t3-datatype , dy:OverexcLimX2.t3-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.name-datatype , dy:OverexcLimX2.t2-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-valueType , dy:OverexcLimX2.efd2-datatype , dy:OverexcLimX2.vlow-datatype , dy:OverexcLimX2.t2-cardinality , dy:OverexcLimX2.kmx-datatype , dy:OverexcLimX2.t1-cardinality , dy:OverexcLimX2.m-datatype , dy:OverexcLimX2.efd3-datatype , dy:OverexcLimX2.efddes-datatype , dy:OverexcLimX2.efd3-cardinality , dy:OverexcLimX2.efdrated-datatype , dy:OverexcLimX2.efd2-cardinality , dy:OverexcLimX2.t1-datatype , dy:OverexcLimX2.efdrated-cardinality , dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality , dy:OverexcLimX2.m-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality ; + sh:targetClass cim:OverexcLimX2 . + +dy:OverexcLimX2.efd1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd1)." ; + sh:minCount 1 ; + sh:name "OverexcLimX2.efd1-cardinality" ; + sh:order 1953 ; + sh:path cim:OverexcLimX2.efd1 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.efd1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX2.efd1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1953 ; + sh:path cim:OverexcLimX2.efd1 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.efd2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd2)." ; + sh:minCount 1 ; + sh:name "OverexcLimX2.efd2-cardinality" ; + sh:order 1955 ; + sh:path cim:OverexcLimX2.efd2 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.efd2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX2.efd2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1955 ; + sh:path cim:OverexcLimX2.efd2 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.efd3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efd3)." ; + sh:minCount 1 ; + sh:name "OverexcLimX2.efd3-cardinality" ; + sh:order 1957 ; + sh:path cim:OverexcLimX2.efd3 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.efd3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efd3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX2.efd3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1957 ; + sh:path cim:OverexcLimX2.efd3 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.efddes-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efddes)." ; + sh:minCount 1 ; + sh:name "OverexcLimX2.efddes-cardinality" ; + sh:order 1959 ; + sh:path cim:OverexcLimX2.efddes ; + sh:severity sh:Violation . + +dy:OverexcLimX2.efddes-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efddes." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX2.efddes-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1959 ; + sh:path cim:OverexcLimX2.efddes ; + sh:severity sh:Violation . + +dy:OverexcLimX2.efdrated-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdrated)." ; + sh:minCount 1 ; + sh:name "OverexcLimX2.efdrated-cardinality" ; + sh:order 1952 ; + sh:path cim:OverexcLimX2.efdrated ; + sh:severity sh:Violation . + +dy:OverexcLimX2.efdrated-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdrated." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX2.efdrated-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1952 ; + sh:path cim:OverexcLimX2.efdrated ; + sh:severity sh:Violation . + +dy:OverexcLimX2.kmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kmx)." ; + sh:minCount 1 ; + sh:name "OverexcLimX2.kmx-cardinality" ; + sh:order 1960 ; + sh:path cim:OverexcLimX2.kmx ; + sh:severity sh:Violation . + +dy:OverexcLimX2.kmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX2.kmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1960 ; + sh:path cim:OverexcLimX2.kmx ; + sh:severity sh:Violation . + +dy:OverexcLimX2.m-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (m)." ; + sh:minCount 1 ; + sh:name "OverexcLimX2.m-cardinality" ; + sh:order 1951 ; + sh:path cim:OverexcLimX2.m ; + sh:severity sh:Violation . + +dy:OverexcLimX2.m-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the m." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX2.m-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1951 ; + sh:path cim:OverexcLimX2.m ; + sh:severity sh:Violation . + +dy:OverexcLimX2.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "OverexcLimX2.t1-cardinality" ; + sh:order 1954 ; + sh:path cim:OverexcLimX2.t1 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX2.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1954 ; + sh:path cim:OverexcLimX2.t1 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "OverexcLimX2.t2-cardinality" ; + sh:order 1956 ; + sh:path cim:OverexcLimX2.t2 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX2.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1956 ; + sh:path cim:OverexcLimX2.t2 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "OverexcLimX2.t3-cardinality" ; + sh:order 1958 ; + sh:path cim:OverexcLimX2.t3 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX2.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1958 ; + sh:path cim:OverexcLimX2.t3 ; + sh:severity sh:Violation . + +dy:OverexcLimX2.vlow-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vlow)." ; + sh:minCount 1 ; + sh:name "OverexcLimX2.vlow-cardinality" ; + sh:order 1961 ; + sh:path cim:OverexcLimX2.vlow ; + sh:severity sh:Violation . + +dy:OverexcLimX2.vlow-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vlow." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcLimX2.vlow-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1961 ; + sh:path cim:OverexcLimX2.vlow ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality" ; + sh:order 2710 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST7B-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST6B-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST4B-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST3A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST2A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST1A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcSK-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcSEXS-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcSCRX-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcRQB-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcREXS-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcPIC-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcOEX3T-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcNI-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcHU-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN2-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN1-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A1-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC2A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC1A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcCZ-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcBBC-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR7-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR5-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR4-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR3-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR2-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR1-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcANS-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC8B-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC6A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC5A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC4A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC3A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC2A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC1A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType ) . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC1A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 139 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC2A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 138 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC3A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 137 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC4A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 136 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC5A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 135 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC6A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 134 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC8B." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 133 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcANS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcANS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcANS." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcANS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 132 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR1." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 131 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR2." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 130 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR3-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR3 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR3." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR3-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 129 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR4-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR4 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR4." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR4-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 128 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR5-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR5 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR5." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR5-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 127 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR7-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR7 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR7." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR7-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 126 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcBBC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcBBC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcBBC." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcBBC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 125 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcCZ-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcCZ ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcCZ." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcCZ-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 124 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC1A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 123 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC2A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 122 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 121 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A1." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 120 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN1." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 119 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN2." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 118 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcHU-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcHU ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcHU." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcHU-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 117 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC1A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 158 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC2A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 157 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC3A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 156 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC4A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 155 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC5A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 154 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC6A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 153 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC7B." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 152 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC8B." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 151 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC1A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 150 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC2A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 149 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC3A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 148 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC4B." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 147 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST1A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 146 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST2A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 145 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST3A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 144 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST4B." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 143 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST5B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST5B." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 142 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST6B." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 141 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST7B." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 140 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcNI-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcNI ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcNI." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcNI-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 116 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcOEX3T-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcOEX3T ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcOEX3T." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcOEX3T-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 115 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcPIC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcPIC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcPIC." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcPIC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 114 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcREXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcREXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcREXS." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcREXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 113 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcRQB-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcRQB ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcRQB." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcRQB-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 112 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcSCRX-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSCRX ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSCRX." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcSCRX-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 111 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcSEXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSEXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSEXS." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcSEXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 110 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcSK-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSK ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSK." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcSK-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 109 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST1A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 108 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST2A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 107 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST3A." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 106 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST4B." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 105 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST6B." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 104 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST7B." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 103 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcitationSystemUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcitationSystemUserDefined." ; + sh:name "OverexcitationLimiterDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 102 ; + sh:path cim:OverexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterUserDefined + rdf:type sh:NodeShape ; + sh:property dy:OverexcitationLimiterUserDefined.proprietary-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.description-datatype , dy:OverexcitationLimiterUserDefined.proprietary-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.name-datatype , dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.name-cardinality , dy:OverexcitationLimiterDynamics.ExcitationSystemDynamics-valueType ; + sh:targetClass cim:OverexcitationLimiterUserDefined . + +dy:OverexcitationLimiterUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "OverexcitationLimiterUserDefined.proprietary-cardinality" ; + sh:order 2679 ; + sh:path cim:OverexcitationLimiterUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:OverexcitationLimiterUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OverexcitationLimiterUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2679 ; + sh:path cim:OverexcitationLimiterUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamics-cardinality" ; + sh:order 2714 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST7B-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST6B-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST4B-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST3A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST2A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST1A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcSK-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcSEXS-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcSCRX-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcRQB-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcREXS-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcPIC-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcOEX3T-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcNI-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcHU-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcELIN2-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcELIN1-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC3A1-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC3A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC2A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC1A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcCZ-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcBBC-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR7-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR5-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR4-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR3-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR2-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR1-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcANS-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC8B-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC6A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC5A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC4A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC3A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC2A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC1A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType ) . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC1A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 367 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC2A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 366 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC3A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 365 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC4A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 364 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC5A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 363 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC6A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 362 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC8B." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 361 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcANS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcANS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcANS." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcANS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 360 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR1." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 359 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR2." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 358 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR3-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR3 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR3." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR3-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 357 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR4-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR4 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR4." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR4-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 356 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR5-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR5 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR5." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR5-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 355 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR7-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR7 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR7." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcAVR7-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 354 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcBBC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcBBC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcBBC." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcBBC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 353 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcCZ-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcCZ ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcCZ." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcCZ-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 352 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC1A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 351 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC2A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 350 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 349 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC3A1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A1." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcDC3A1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 348 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcELIN1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN1." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcELIN1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 347 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcELIN2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN2." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcELIN2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 346 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcHU-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcHU ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcHU." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcHU-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 345 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC1A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 386 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC2A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 385 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC3A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 384 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC4A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 383 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC5A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 382 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC6A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 381 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC7B." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 380 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC8B." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 379 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC1A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 378 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC2A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 377 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC3A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 376 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC4B." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 375 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST1A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 374 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST2A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 373 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST3A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 372 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST4B." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 371 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST5B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST5B." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 370 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST6B." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 369 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST7B." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 368 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcNI-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcNI ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcNI." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcNI-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 344 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcOEX3T-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcOEX3T ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcOEX3T." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcOEX3T-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 343 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcPIC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcPIC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcPIC." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcPIC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 342 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcREXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcREXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcREXS." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcREXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 341 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcRQB-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcRQB ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcRQB." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcRQB-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 340 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcSCRX-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSCRX ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSCRX." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcSCRX-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 339 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcSEXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSEXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSEXS." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcSEXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 338 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcSK-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSK ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSK." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcSK-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 337 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST1A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 336 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST2A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 335 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST3A." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 334 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST4B." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 333 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST6B." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 332 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST7B." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 331 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcitationSystemUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcitationSystemUserDefined." ; + sh:name "PFVArControllerType1Dynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 330 ; + sh:path cim:PFVArControllerType1Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType1UserDefined + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-datatype , dy:PFVArControllerType1UserDefined.proprietary-cardinality , dy:PFVArControllerType1UserDefined.proprietary-datatype , dy:PFVArControllerType1Dynamics.ExcitationSystemDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.name-cardinality , dy:PFVArControllerType1Dynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-datatype ; + sh:targetClass cim:PFVArControllerType1UserDefined . + +dy:PFVArControllerType1UserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "PFVArControllerType1UserDefined.proprietary-cardinality" ; + sh:order 2683 ; + sh:path cim:PFVArControllerType1UserDefined.proprietary ; + sh:severity sh:Violation . + +dy:PFVArControllerType1UserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArControllerType1UserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2683 ; + sh:path cim:PFVArControllerType1UserDefined.proprietary ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamics-cardinality" ; + sh:order 2716 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST7B-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST6B-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST4B-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST3A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST2A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST1A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcSK-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcSEXS-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcSCRX-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcRQB-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcREXS-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcPIC-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcOEX3T-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcNI-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcHU-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcELIN2-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcELIN1-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC3A1-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC3A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC2A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC1A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcCZ-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcBBC-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR7-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR5-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR4-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR3-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR2-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR1-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcANS-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC8B-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC6A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC5A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC4A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC3A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC2A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC1A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType ) . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC1A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 427 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC2A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 426 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC3A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 425 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC4A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 424 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC5A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 423 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC6A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 422 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC8B." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 421 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcANS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcANS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcANS." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcANS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 420 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR1." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 419 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR2." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 418 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR3-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR3 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR3." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR3-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 417 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR4-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR4 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR4." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR4-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 416 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR5-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR5 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR5." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR5-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 415 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR7-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR7 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR7." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcAVR7-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 414 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcBBC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcBBC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcBBC." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcBBC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 413 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcCZ-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcCZ ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcCZ." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcCZ-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 412 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC1A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 411 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC2A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 410 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 409 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC3A1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A1." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcDC3A1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 408 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcELIN1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN1." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcELIN1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 407 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcELIN2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN2." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcELIN2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 406 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcHU-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcHU ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcHU." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcHU-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 405 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC1A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 446 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC2A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 445 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC3A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 444 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC4A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 443 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC5A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 442 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC6A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 441 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC7B." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 440 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC8B." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 439 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC1A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 438 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC2A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 437 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC3A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 436 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC4B." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 435 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST1A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 434 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST2A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 433 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST3A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 432 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST4B." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 431 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST5B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST5B." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 430 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST6B." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 429 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST7B." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 428 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcNI-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcNI ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcNI." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcNI-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 404 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcOEX3T-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcOEX3T ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcOEX3T." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcOEX3T-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 403 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcPIC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcPIC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcPIC." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcPIC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 402 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcREXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcREXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcREXS." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcREXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 401 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcRQB-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcRQB ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcRQB." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcRQB-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 400 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcSCRX-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSCRX ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSCRX." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcSCRX-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 399 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcSEXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSEXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSEXS." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcSEXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 398 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcSK-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSK ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSK." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcSK-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 397 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST1A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 396 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST2A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 395 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST3A." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 394 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST4B." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 393 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST6B." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 392 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST7B." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 391 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcitationSystemUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcitationSystemUserDefined." ; + sh:name "PFVArControllerType2Dynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 390 ; + sh:path cim:PFVArControllerType2Dynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PFVArControllerType2UserDefined + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:PFVArControllerType2Dynamics.ExcitationSystemDynamics-valueType , dy:PFVArControllerType2UserDefined.proprietary-cardinality , dy:IdentifiedObject.mRID-datatype , dy:PFVArControllerType2Dynamics.ExcitationSystemDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-datatype , dy:PFVArControllerType2UserDefined.proprietary-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-cardinality ; + sh:targetClass cim:PFVArControllerType2UserDefined . + +dy:PFVArControllerType2UserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "PFVArControllerType2UserDefined.proprietary-cardinality" ; + sh:order 2685 ; + sh:path cim:PFVArControllerType2UserDefined.proprietary ; + sh:severity sh:Violation . + +dy:PFVArControllerType2UserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArControllerType2UserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2685 ; + sh:path cim:PFVArControllerType2UserDefined.proprietary ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController + rdf:type sh:NodeShape ; + sh:property dy:PFVArType1IEEEPFController.vpfcbw-datatype , dy:PFVArType1IEEEPFController.vpfref-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:PFVArType1IEEEPFController.tpfc-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PFVArType1IEEEPFController.ovex-datatype , dy:PFVArType1IEEEPFController.vvtmax-datatype , dy:IdentifiedObject.name-datatype , dy:PFVArType1IEEEPFController.vpfcbw-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:PFVArType1IEEEPFController.vvtmin-cardinality , dy:PFVArType1IEEEPFController.vvtmax-cardinality , dy:PFVArType1IEEEPFController.vpf-cardinality , dy:PFVArType1IEEEPFController.vitmin-datatype , dy:PFVArControllerType1Dynamics.ExcitationSystemDynamics-cardinality , dy:PFVArType1IEEEPFController.tpfc-datatype , dy:PFVArType1IEEEPFController.ovex-cardinality , dy:IdentifiedObject.mRID-datatype , dy:PFVArType1IEEEPFController.vpf-datatype , dy:PFVArType1IEEEPFController.vpfref-cardinality , dy:PFVArType1IEEEPFController.vvtmin-datatype , dy:PFVArControllerType1Dynamics.ExcitationSystemDynamics-valueType , dy:PFVArType1IEEEPFController.vitmin-cardinality ; + sh:targetClass cim:PFVArType1IEEEPFController . + +dy:PFVArType1IEEEPFController.ovex-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ovex)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEPFController.ovex-cardinality" ; + sh:order 2413 ; + sh:path cim:PFVArType1IEEEPFController.ovex ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.ovex-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the ovex." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEPFController.ovex-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2413 ; + sh:path cim:PFVArType1IEEEPFController.ovex ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.tpfc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpfc)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEPFController.tpfc-cardinality" ; + sh:order 2414 ; + sh:path cim:PFVArType1IEEEPFController.tpfc ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.tpfc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpfc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEPFController.tpfc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2414 ; + sh:path cim:PFVArType1IEEEPFController.tpfc ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vitmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vitmin)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEPFController.vitmin-cardinality" ; + sh:order 2415 ; + sh:path cim:PFVArType1IEEEPFController.vitmin ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vitmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vitmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEPFController.vitmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2415 ; + sh:path cim:PFVArType1IEEEPFController.vitmin ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vpf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vpf)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEPFController.vpf-cardinality" ; + sh:order 2416 ; + sh:path cim:PFVArType1IEEEPFController.vpf ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vpf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vpf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEPFController.vpf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2416 ; + sh:path cim:PFVArType1IEEEPFController.vpf ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vpfcbw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vpfcbw)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEPFController.vpfcbw-cardinality" ; + sh:order 2417 ; + sh:path cim:PFVArType1IEEEPFController.vpfcbw ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vpfcbw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vpfcbw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEPFController.vpfcbw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2417 ; + sh:path cim:PFVArType1IEEEPFController.vpfcbw ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vpfref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vpfref)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEPFController.vpfref-cardinality" ; + sh:order 2418 ; + sh:path cim:PFVArType1IEEEPFController.vpfref ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vpfref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vpfref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEPFController.vpfref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2418 ; + sh:path cim:PFVArType1IEEEPFController.vpfref ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vvtmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vvtmax)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEPFController.vvtmax-cardinality" ; + sh:order 2419 ; + sh:path cim:PFVArType1IEEEPFController.vvtmax ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vvtmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vvtmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEPFController.vvtmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2419 ; + sh:path cim:PFVArType1IEEEPFController.vvtmax ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vvtmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vvtmin)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEPFController.vvtmin-cardinality" ; + sh:order 2420 ; + sh:path cim:PFVArType1IEEEPFController.vvtmin ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEPFController.vvtmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vvtmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEPFController.vvtmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2420 ; + sh:path cim:PFVArType1IEEEPFController.vvtmin ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController + rdf:type sh:NodeShape ; + sh:property dy:PFVArType1IEEEVArController.vvar-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PFVArType1IEEEVArController.vvtmin-cardinality , dy:PFVArType1IEEEVArController.tvarc-datatype , dy:PFVArType1IEEEVArController.vvarcbw-cardinality , dy:PFVArType1IEEEVArController.vvar-datatype , dy:PFVArType1IEEEVArController.vvtmin-datatype , dy:PFVArControllerType1Dynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:PFVArType1IEEEVArController.tvarc-cardinality , dy:IdentifiedObject.description-datatype , dy:PFVArType1IEEEVArController.vvarref-cardinality , dy:PFVArType1IEEEVArController.vvtmax-datatype , dy:IdentifiedObject.name-cardinality , dy:PFVArType1IEEEVArController.vvtmax-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:PFVArType1IEEEVArController.vvarref-datatype , dy:PFVArControllerType1Dynamics.ExcitationSystemDynamics-valueType , dy:PFVArType1IEEEVArController.vvarcbw-datatype ; + sh:targetClass cim:PFVArType1IEEEVArController . + +dy:PFVArType1IEEEVArController.tvarc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tvarc)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEVArController.tvarc-cardinality" ; + sh:order 2421 ; + sh:path cim:PFVArType1IEEEVArController.tvarc ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController.tvarc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tvarc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEVArController.tvarc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2421 ; + sh:path cim:PFVArType1IEEEVArController.tvarc ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController.vvar-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vvar)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEVArController.vvar-cardinality" ; + sh:order 2422 ; + sh:path cim:PFVArType1IEEEVArController.vvar ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController.vvar-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vvar." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEVArController.vvar-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2422 ; + sh:path cim:PFVArType1IEEEVArController.vvar ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController.vvarcbw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vvarcbw)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEVArController.vvarcbw-cardinality" ; + sh:order 2423 ; + sh:path cim:PFVArType1IEEEVArController.vvarcbw ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController.vvarcbw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vvarcbw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEVArController.vvarcbw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2423 ; + sh:path cim:PFVArType1IEEEVArController.vvarcbw ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController.vvarref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vvarref)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEVArController.vvarref-cardinality" ; + sh:order 2424 ; + sh:path cim:PFVArType1IEEEVArController.vvarref ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController.vvarref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vvarref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEVArController.vvarref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2424 ; + sh:path cim:PFVArType1IEEEVArController.vvarref ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController.vvtmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vvtmax)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEVArController.vvtmax-cardinality" ; + sh:order 2425 ; + sh:path cim:PFVArType1IEEEVArController.vvtmax ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController.vvtmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vvtmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEVArController.vvtmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2425 ; + sh:path cim:PFVArType1IEEEVArController.vvtmax ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController.vvtmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vvtmin)." ; + sh:minCount 1 ; + sh:name "PFVArType1IEEEVArController.vvtmin-cardinality" ; + sh:order 2426 ; + sh:path cim:PFVArType1IEEEVArController.vvtmin ; + sh:severity sh:Violation . + +dy:PFVArType1IEEEVArController.vvtmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vvtmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType1IEEEVArController.vvtmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2426 ; + sh:path cim:PFVArType1IEEEVArController.vvtmin ; + sh:severity sh:Violation . + +dy:PFVArType2Common1 rdf:type sh:NodeShape ; + sh:property dy:PFVArType2Common1.ref-datatype , dy:PFVArType2Common1.j-datatype , dy:PFVArType2Common1.ki-cardinality , dy:IdentifiedObject.mRID-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:PFVArType2Common1.max-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:PFVArType2Common1.kp-datatype , dy:PFVArType2Common1.ki-datatype , dy:PFVArType2Common1.ref-cardinality , dy:PFVArType2Common1.kp-cardinality , dy:PFVArType2Common1.max-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:PFVArControllerType2Dynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.mRID-cardinality , dy:PFVArControllerType2Dynamics.ExcitationSystemDynamics-cardinality , dy:PFVArType2Common1.j-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.name-cardinality ; + sh:targetClass cim:PFVArType2Common1 . + +dy:PFVArType2Common1.j-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (j)." ; + sh:minCount 1 ; + sh:name "PFVArType2Common1.j-cardinality" ; + sh:order 2447 ; + sh:path cim:PFVArType2Common1.j ; + sh:severity sh:Violation . + +dy:PFVArType2Common1.j-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the j." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2Common1.j-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2447 ; + sh:path cim:PFVArType2Common1.j ; + sh:severity sh:Violation . + +dy:PFVArType2Common1.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "PFVArType2Common1.ki-cardinality" ; + sh:order 2449 ; + sh:path cim:PFVArType2Common1.ki ; + sh:severity sh:Violation . + +dy:PFVArType2Common1.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2Common1.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2449 ; + sh:path cim:PFVArType2Common1.ki ; + sh:severity sh:Violation . + +dy:PFVArType2Common1.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "PFVArType2Common1.kp-cardinality" ; + sh:order 2448 ; + sh:path cim:PFVArType2Common1.kp ; + sh:severity sh:Violation . + +dy:PFVArType2Common1.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2Common1.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2448 ; + sh:path cim:PFVArType2Common1.kp ; + sh:severity sh:Violation . + +dy:PFVArType2Common1.max-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (max)." ; + sh:minCount 1 ; + sh:name "PFVArType2Common1.max-cardinality" ; + sh:order 2450 ; + sh:path cim:PFVArType2Common1.max ; + sh:severity sh:Violation . + +dy:PFVArType2Common1.max-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the max." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2Common1.max-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2450 ; + sh:path cim:PFVArType2Common1.max ; + sh:severity sh:Violation . + +dy:PFVArType2Common1.ref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ref)." ; + sh:minCount 1 ; + sh:name "PFVArType2Common1.ref-cardinality" ; + sh:order 2451 ; + sh:path cim:PFVArType2Common1.ref ; + sh:severity sh:Violation . + +dy:PFVArType2Common1.ref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2Common1.ref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2451 ; + sh:path cim:PFVArType2Common1.ref ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-datatype , dy:PFVArType2IEEEPFController.vs-datatype , dy:PFVArType2IEEEPFController.vclmt-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:PFVArType2IEEEPFController.pfref-cardinality , dy:IdentifiedObject.name-cardinality , dy:PFVArType2IEEEPFController.vs-cardinality , dy:PFVArType2IEEEPFController.ki-datatype , dy:PFVArType2IEEEPFController.kp-datatype , dy:PFVArType2IEEEPFController.vref-cardinality , dy:PFVArType2IEEEPFController.pfref-datatype , dy:PFVArType2IEEEPFController.vclmt-datatype , dy:IdentifiedObject.description-cardinality , dy:PFVArType2IEEEPFController.kp-cardinality , dy:PFVArControllerType2Dynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.mRID-cardinality , dy:PFVArType2IEEEPFController.exlon-cardinality , dy:PFVArType2IEEEPFController.exlon-datatype , dy:PFVArType2IEEEPFController.vref-datatype , dy:PFVArControllerType2Dynamics.ExcitationSystemDynamics-cardinality , dy:PFVArType2IEEEPFController.ki-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.description-datatype ; + sh:targetClass cim:PFVArType2IEEEPFController . + +dy:PFVArType2IEEEPFController.exlon-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (exlon)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEPFController.exlon-cardinality" ; + sh:order 2439 ; + sh:path cim:PFVArType2IEEEPFController.exlon ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.exlon-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the exlon." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEPFController.exlon-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2439 ; + sh:path cim:PFVArType2IEEEPFController.exlon ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEPFController.ki-cardinality" ; + sh:order 2437 ; + sh:path cim:PFVArType2IEEEPFController.ki ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEPFController.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2437 ; + sh:path cim:PFVArType2IEEEPFController.ki ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEPFController.kp-cardinality" ; + sh:order 2436 ; + sh:path cim:PFVArType2IEEEPFController.kp ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEPFController.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2436 ; + sh:path cim:PFVArType2IEEEPFController.kp ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.pfref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pfref)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEPFController.pfref-cardinality" ; + sh:order 2433 ; + sh:path cim:PFVArType2IEEEPFController.pfref ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.pfref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pfref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEPFController.pfref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2433 ; + sh:path cim:PFVArType2IEEEPFController.pfref ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.vclmt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vclmt)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEPFController.vclmt-cardinality" ; + sh:order 2435 ; + sh:path cim:PFVArType2IEEEPFController.vclmt ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.vclmt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vclmt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEPFController.vclmt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2435 ; + sh:path cim:PFVArType2IEEEPFController.vclmt ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.vref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vref)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEPFController.vref-cardinality" ; + sh:order 2434 ; + sh:path cim:PFVArType2IEEEPFController.vref ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.vref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEPFController.vref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2434 ; + sh:path cim:PFVArType2IEEEPFController.vref ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.vs-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vs)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEPFController.vs-cardinality" ; + sh:order 2438 ; + sh:path cim:PFVArType2IEEEPFController.vs ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEPFController.vs-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vs." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEPFController.vs-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2438 ; + sh:path cim:PFVArType2IEEEPFController.vs ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PFVArType2IEEEVArController.qref-cardinality , dy:PFVArType2IEEEVArController.vref-cardinality , dy:PFVArType2IEEEVArController.vs-datatype , dy:PFVArType2IEEEVArController.ki-datatype , dy:PFVArType2IEEEVArController.vref-datatype , dy:IdentifiedObject.name-datatype , dy:PFVArType2IEEEVArController.vclmt-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.description-cardinality , dy:PFVArType2IEEEVArController.exlon-datatype , dy:PFVArType2IEEEVArController.vs-cardinality , dy:PFVArControllerType2Dynamics.ExcitationSystemDynamics-cardinality , dy:PFVArType2IEEEVArController.kp-cardinality , dy:PFVArType2IEEEVArController.vclmt-cardinality , dy:PFVArType2IEEEVArController.exlon-cardinality , dy:PFVArType2IEEEVArController.qref-datatype , dy:PFVArControllerType2Dynamics.ExcitationSystemDynamics-valueType , dy:PFVArType2IEEEVArController.ki-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-datatype , dy:PFVArType2IEEEVArController.kp-datatype , dy:IdentifiedObject.description-datatype ; + sh:targetClass cim:PFVArType2IEEEVArController . + +dy:PFVArType2IEEEVArController.exlon-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (exlon)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEVArController.exlon-cardinality" ; + sh:order 2446 ; + sh:path cim:PFVArType2IEEEVArController.exlon ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.exlon-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the exlon." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEVArController.exlon-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2446 ; + sh:path cim:PFVArType2IEEEVArController.exlon ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEVArController.ki-cardinality" ; + sh:order 2444 ; + sh:path cim:PFVArType2IEEEVArController.ki ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEVArController.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2444 ; + sh:path cim:PFVArType2IEEEVArController.ki ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEVArController.kp-cardinality" ; + sh:order 2443 ; + sh:path cim:PFVArType2IEEEVArController.kp ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEVArController.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2443 ; + sh:path cim:PFVArType2IEEEVArController.kp ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.qref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qref)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEVArController.qref-cardinality" ; + sh:order 2440 ; + sh:path cim:PFVArType2IEEEVArController.qref ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.qref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEVArController.qref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2440 ; + sh:path cim:PFVArType2IEEEVArController.qref ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.vclmt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vclmt)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEVArController.vclmt-cardinality" ; + sh:order 2442 ; + sh:path cim:PFVArType2IEEEVArController.vclmt ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.vclmt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vclmt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEVArController.vclmt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2442 ; + sh:path cim:PFVArType2IEEEVArController.vclmt ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.vref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vref)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEVArController.vref-cardinality" ; + sh:order 2441 ; + sh:path cim:PFVArType2IEEEVArController.vref ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.vref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEVArController.vref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2441 ; + sh:path cim:PFVArType2IEEEVArController.vref ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.vs-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vs)." ; + sh:minCount 1 ; + sh:name "PFVArType2IEEEVArController.vs-cardinality" ; + sh:order 2445 ; + sh:path cim:PFVArType2IEEEVArController.vs ; + sh:severity sh:Violation . + +dy:PFVArType2IEEEVArController.vs-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vs." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PFVArType2IEEEVArController.vs-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2445 ; + sh:path cim:PFVArType2IEEEVArController.vs ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality" ; + sh:order 2712 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST7B-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST6B-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST4B-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST3A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST2A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST1A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcSK-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcSEXS-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcSCRX-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcRQB-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcREXS-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcPIC-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcOEX3T-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcNI-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcHU-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcELIN2-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcELIN1-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC3A1-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC3A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC2A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC1A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcCZ-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcBBC-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR7-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR5-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR4-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR3-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR2-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR1-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcANS-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC8B-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC6A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC5A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC4A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC3A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC2A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC1A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType ) . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC1A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 253 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC2A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 252 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC3A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 251 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC4A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 250 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC5A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 249 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC6A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 248 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC8B." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 247 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcANS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcANS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcANS." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcANS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 246 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR1." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 245 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR2." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 244 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR3-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR3 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR3." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR3-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 243 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR4-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR4 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR4." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR4-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 242 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR5-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR5 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR5." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR5-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 241 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR7-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR7 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR7." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcAVR7-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 240 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcBBC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcBBC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcBBC." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcBBC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 239 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcCZ-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcCZ ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcCZ." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcCZ-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 238 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC1A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 237 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC2A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 236 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 235 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC3A1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A1." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcDC3A1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 234 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcELIN1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN1." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcELIN1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 233 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcELIN2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN2." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcELIN2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 232 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcHU-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcHU ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcHU." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcHU-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 231 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC1A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 272 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC2A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 271 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC3A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 270 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC4A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 269 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC5A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 268 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC6A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 267 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC7B." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 266 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC8B." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 265 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC1A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 264 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC2A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 263 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC3A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 262 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC4B." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 261 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST1A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 260 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST2A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 259 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST3A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 258 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST4B." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 257 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST5B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST5B." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 256 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST6B." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 255 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST7B." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 254 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcNI-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcNI ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcNI." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcNI-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 230 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcOEX3T-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcOEX3T ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcOEX3T." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcOEX3T-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 229 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcPIC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcPIC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcPIC." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcPIC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 228 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcREXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcREXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcREXS." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcREXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 227 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcRQB-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcRQB ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcRQB." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcRQB-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 226 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcSCRX-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSCRX ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSCRX." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcSCRX-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 225 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcSEXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSEXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSEXS." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcSEXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 224 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcSK-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSK ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSK." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcSK-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 223 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST1A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 222 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST2A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 221 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST3A." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 220 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST4B." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 219 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST6B." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 218 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST7B." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 217 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcitationSystemUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcitationSystemUserDefined." ; + sh:name "PowerSystemStabilizerDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 216 ; + sh:path cim:PowerSystemStabilizerDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerUserDefined + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.description-datatype , dy:PowerSystemStabilizerUserDefined.proprietary-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.name-datatype , dy:PowerSystemStabilizerUserDefined.proprietary-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:DynamicsFunctionBlock.enabled-cardinality ; + sh:targetClass cim:PowerSystemStabilizerUserDefined . + +dy:PowerSystemStabilizerUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "PowerSystemStabilizerUserDefined.proprietary-cardinality" ; + sh:order 2681 ; + sh:path cim:PowerSystemStabilizerUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:PowerSystemStabilizerUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerSystemStabilizerUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2681 ; + sh:path cim:PowerSystemStabilizerUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics + rdf:type sh:NodeShape ; + sh:property dy:ProprietaryParameterDynamics.SVCUserDefined-valueType , dy:ProprietaryParameterDynamics.OverexcitationLimiterUserDefined-cardinality , dy:ProprietaryParameterDynamics.MechanicalLoadUserDefined-valueType , dy:ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined-valueType , dy:ProprietaryParameterDynamics.VSCUserDefined-cardinality , dy:ProprietaryParameterDynamics.AsynchronousMachineUserDefined-cardinality , dy:ProprietaryParameterDynamics.TurbineLoadControllerUserDefined-cardinality , dy:ProprietaryParameterDynamics.TurbineLoadControllerUserDefined-valueType , dy:ProprietaryParameterDynamics.VSCUserDefined-valueType , dy:ProprietaryParameterDynamics.WindPlantUserDefined-valueType , dy:ProprietaryParameterDynamics.VoltageAdjusterUserDefined-valueType , dy:ProprietaryParameterDynamics.SynchronousMachineUserDefined-cardinality , dy:ProprietaryParameterDynamics.WindType1or2UserDefined-cardinality , dy:ProprietaryParameterDynamics.integerParameterValue-datatype , dy:ProprietaryParameterDynamics.booleanParameterValue-datatype , dy:ProprietaryParameterDynamics.ExcitationSystemUserDefined-cardinality , dy:ProprietaryParameterDynamics.parameterNumber-cardinality , dy:ProprietaryParameterDynamics.LoadUserDefined-valueType , dy:ProprietaryParameterDynamics.AsynchronousMachineUserDefined-valueType , dy:ProprietaryParameterDynamics.TurbineGovernorUserDefined-valueType , dy:ProprietaryParameterDynamics.booleanParameterValue-cardinality , dy:ProprietaryParameterDynamics.floatParameterValue-datatype , dy:ProprietaryParameterDynamics.PFVArControllerType2UserDefined-cardinality , dy:ProprietaryParameterDynamics.WindPlantUserDefined-cardinality , dy:ProprietaryParameterDynamics.VoltageCompensatorUserDefined-valueType , dy:ProprietaryParameterDynamics.PFVArControllerType1UserDefined-valueType , dy:ProprietaryParameterDynamics.ExcitationSystemUserDefined-valueType , dy:ProprietaryParameterDynamics.PFVArControllerType2UserDefined-valueType , dy:ProprietaryParameterDynamics.TurbineGovernorUserDefined-cardinality , dy:ProprietaryParameterDynamics.WindType3or4UserDefined-valueType , dy:ProprietaryParameterDynamics.integerParameterValue-cardinality , dy:ProprietaryParameterDynamics.LoadUserDefined-cardinality , dy:ProprietaryParameterDynamics.WindType1or2UserDefined-valueType , dy:ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined-cardinality , dy:ProprietaryParameterDynamics.OverexcitationLimiterUserDefined-valueType , dy:ProprietaryParameterDynamics.SVCUserDefined-cardinality , dy:ProprietaryParameterDynamics.CSCUserDefined-valueType , dy:ProprietaryParameterDynamics.VoltageCompensatorUserDefined-cardinality , dy:ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined-valueType , dy:ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined-cardinality , dy:ProprietaryParameterDynamics.floatParameterValue-cardinality , dy:ProprietaryParameterDynamics.WindType3or4UserDefined-cardinality , dy:ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined-cardinality , dy:ProprietaryParameterDynamics.CSCUserDefined-cardinality , dy:ProprietaryParameterDynamics.MechanicalLoadUserDefined-cardinality , dy:ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined-valueType , dy:ProprietaryParameterDynamics.parameterNumber-datatype , dy:ProprietaryParameterDynamics.SynchronousMachineUserDefined-valueType , dy:ProprietaryParameterDynamics.PFVArControllerType1UserDefined-cardinality , dy:ProprietaryParameterDynamics.VoltageAdjusterUserDefined-cardinality ; + sh:targetClass cim:ProprietaryParameterDynamics . + +dy:ProprietaryParameterDynamics.AsynchronousMachineUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.AsynchronousMachineUserDefined-cardinality" ; + sh:order 2779 ; + sh:path cim:ProprietaryParameterDynamics.AsynchronousMachineUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.AsynchronousMachineUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachineUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachineUserDefined." ; + sh:name "ProprietaryParameterDynamics.AsynchronousMachineUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 572 ; + sh:path cim:ProprietaryParameterDynamics.AsynchronousMachineUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.CSCUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.CSCUserDefined-cardinality" ; + sh:order 2786 ; + sh:path cim:ProprietaryParameterDynamics.CSCUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.CSCUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:CSCUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:CSCUserDefined." ; + sh:name "ProprietaryParameterDynamics.CSCUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 579 ; + sh:path cim:ProprietaryParameterDynamics.CSCUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined-cardinality" ; + sh:order 2771 ; + sh:path cim:ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiscontinuousExcitationControlUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiscontinuousExcitationControlUserDefined." ; + sh:name "ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 564 ; + sh:path cim:ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.ExcitationSystemUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.ExcitationSystemUserDefined-cardinality" ; + sh:order 2775 ; + sh:path cim:ProprietaryParameterDynamics.ExcitationSystemUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.ExcitationSystemUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcitationSystemUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcitationSystemUserDefined." ; + sh:name "ProprietaryParameterDynamics.ExcitationSystemUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 568 ; + sh:path cim:ProprietaryParameterDynamics.ExcitationSystemUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.LoadUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.LoadUserDefined-cardinality" ; + sh:order 2766 ; + sh:path cim:ProprietaryParameterDynamics.LoadUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.LoadUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadUserDefined." ; + sh:name "ProprietaryParameterDynamics.LoadUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 559 ; + sh:path cim:ProprietaryParameterDynamics.LoadUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.MechanicalLoadUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.MechanicalLoadUserDefined-cardinality" ; + sh:order 2776 ; + sh:path cim:ProprietaryParameterDynamics.MechanicalLoadUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.MechanicalLoadUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:MechanicalLoadUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:MechanicalLoadUserDefined." ; + sh:name "ProprietaryParameterDynamics.MechanicalLoadUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 569 ; + sh:path cim:ProprietaryParameterDynamics.MechanicalLoadUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.OverexcitationLimiterUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.OverexcitationLimiterUserDefined-cardinality" ; + sh:order 2774 ; + sh:path cim:ProprietaryParameterDynamics.OverexcitationLimiterUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.OverexcitationLimiterUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:OverexcitationLimiterUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:OverexcitationLimiterUserDefined." ; + sh:name "ProprietaryParameterDynamics.OverexcitationLimiterUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 567 ; + sh:path cim:ProprietaryParameterDynamics.OverexcitationLimiterUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.PFVArControllerType1UserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.PFVArControllerType1UserDefined-cardinality" ; + sh:order 2770 ; + sh:path cim:ProprietaryParameterDynamics.PFVArControllerType1UserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.PFVArControllerType1UserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PFVArControllerType1UserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PFVArControllerType1UserDefined." ; + sh:name "ProprietaryParameterDynamics.PFVArControllerType1UserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 563 ; + sh:path cim:ProprietaryParameterDynamics.PFVArControllerType1UserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.PFVArControllerType2UserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.PFVArControllerType2UserDefined-cardinality" ; + sh:order 2768 ; + sh:path cim:ProprietaryParameterDynamics.PFVArControllerType2UserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.PFVArControllerType2UserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PFVArControllerType2UserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PFVArControllerType2UserDefined." ; + sh:name "ProprietaryParameterDynamics.PFVArControllerType2UserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 561 ; + sh:path cim:ProprietaryParameterDynamics.PFVArControllerType2UserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined-cardinality" ; + sh:order 2772 ; + sh:path cim:ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerSystemStabilizerUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerSystemStabilizerUserDefined." ; + sh:name "ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 565 ; + sh:path cim:ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.SVCUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.SVCUserDefined-cardinality" ; + sh:order 2785 ; + sh:path cim:ProprietaryParameterDynamics.SVCUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.SVCUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SVCUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SVCUserDefined." ; + sh:name "ProprietaryParameterDynamics.SVCUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 578 ; + sh:path cim:ProprietaryParameterDynamics.SVCUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.SynchronousMachineUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.SynchronousMachineUserDefined-cardinality" ; + sh:order 2780 ; + sh:path cim:ProprietaryParameterDynamics.SynchronousMachineUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.SynchronousMachineUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineUserDefined." ; + sh:name "ProprietaryParameterDynamics.SynchronousMachineUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 573 ; + sh:path cim:ProprietaryParameterDynamics.SynchronousMachineUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.TurbineGovernorUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.TurbineGovernorUserDefined-cardinality" ; + sh:order 2778 ; + sh:path cim:ProprietaryParameterDynamics.TurbineGovernorUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.TurbineGovernorUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TurbineGovernorUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TurbineGovernorUserDefined." ; + sh:name "ProprietaryParameterDynamics.TurbineGovernorUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 571 ; + sh:path cim:ProprietaryParameterDynamics.TurbineGovernorUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.TurbineLoadControllerUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.TurbineLoadControllerUserDefined-cardinality" ; + sh:order 2777 ; + sh:path cim:ProprietaryParameterDynamics.TurbineLoadControllerUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.TurbineLoadControllerUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TurbineLoadControllerUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TurbineLoadControllerUserDefined." ; + sh:name "ProprietaryParameterDynamics.TurbineLoadControllerUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 570 ; + sh:path cim:ProprietaryParameterDynamics.TurbineLoadControllerUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined-cardinality" ; + sh:order 2773 ; + sh:path cim:ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:UnderexcitationLimiterUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:UnderexcitationLimiterUserDefined." ; + sh:name "ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 566 ; + sh:path cim:ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.VSCUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.VSCUserDefined-cardinality" ; + sh:order 2784 ; + sh:path cim:ProprietaryParameterDynamics.VSCUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.VSCUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VSCUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VSCUserDefined." ; + sh:name "ProprietaryParameterDynamics.VSCUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 577 ; + sh:path cim:ProprietaryParameterDynamics.VSCUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.VoltageAdjusterUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.VoltageAdjusterUserDefined-cardinality" ; + sh:order 2769 ; + sh:path cim:ProprietaryParameterDynamics.VoltageAdjusterUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.VoltageAdjusterUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VoltageAdjusterUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VoltageAdjusterUserDefined." ; + sh:name "ProprietaryParameterDynamics.VoltageAdjusterUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 562 ; + sh:path cim:ProprietaryParameterDynamics.VoltageAdjusterUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.VoltageCompensatorUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.VoltageCompensatorUserDefined-cardinality" ; + sh:order 2767 ; + sh:path cim:ProprietaryParameterDynamics.VoltageCompensatorUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.VoltageCompensatorUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VoltageCompensatorUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VoltageCompensatorUserDefined." ; + sh:name "ProprietaryParameterDynamics.VoltageCompensatorUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 560 ; + sh:path cim:ProprietaryParameterDynamics.VoltageCompensatorUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.WindPlantUserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.WindPlantUserDefined-cardinality" ; + sh:order 2783 ; + sh:path cim:ProprietaryParameterDynamics.WindPlantUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.WindPlantUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindPlantUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindPlantUserDefined." ; + sh:name "ProprietaryParameterDynamics.WindPlantUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 576 ; + sh:path cim:ProprietaryParameterDynamics.WindPlantUserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.WindType1or2UserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.WindType1or2UserDefined-cardinality" ; + sh:order 2782 ; + sh:path cim:ProprietaryParameterDynamics.WindType1or2UserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.WindType1or2UserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindType1or2UserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindType1or2UserDefined." ; + sh:name "ProprietaryParameterDynamics.WindType1or2UserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 575 ; + sh:path cim:ProprietaryParameterDynamics.WindType1or2UserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.WindType3or4UserDefined-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.WindType3or4UserDefined-cardinality" ; + sh:order 2781 ; + sh:path cim:ProprietaryParameterDynamics.WindType3or4UserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.WindType3or4UserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindType3or4UserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindType3or4UserDefined." ; + sh:name "ProprietaryParameterDynamics.WindType3or4UserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 574 ; + sh:path cim:ProprietaryParameterDynamics.WindType3or4UserDefined ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.booleanParameterValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.booleanParameterValue-cardinality" ; + sh:order 2689 ; + sh:path cim:ProprietaryParameterDynamics.booleanParameterValue ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.booleanParameterValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the booleanParameterValue." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ProprietaryParameterDynamics.booleanParameterValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2689 ; + sh:path cim:ProprietaryParameterDynamics.booleanParameterValue ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.floatParameterValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.floatParameterValue-cardinality" ; + sh:order 2691 ; + sh:path cim:ProprietaryParameterDynamics.floatParameterValue ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.floatParameterValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the floatParameterValue." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ProprietaryParameterDynamics.floatParameterValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2691 ; + sh:path cim:ProprietaryParameterDynamics.floatParameterValue ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.integerParameterValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ProprietaryParameterDynamics.integerParameterValue-cardinality" ; + sh:order 2690 ; + sh:path cim:ProprietaryParameterDynamics.integerParameterValue ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.integerParameterValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the integerParameterValue." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ProprietaryParameterDynamics.integerParameterValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2690 ; + sh:path cim:ProprietaryParameterDynamics.integerParameterValue ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.parameterNumber-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (parameterNumber)." ; + sh:minCount 1 ; + sh:name "ProprietaryParameterDynamics.parameterNumber-cardinality" ; + sh:order 2688 ; + sh:path cim:ProprietaryParameterDynamics.parameterNumber ; + sh:severity sh:Violation . + +dy:ProprietaryParameterDynamics.parameterNumber-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the parameterNumber." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ProprietaryParameterDynamics.parameterNumber-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2688 ; + sh:path cim:ProprietaryParameterDynamics.parameterNumber ; + sh:severity sh:Violation . + +dy:Pss1 rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-datatype , dy:Pss1.kf-datatype , dy:Pss1.t8-datatype , dy:Pss1.vsmn-datatype , dy:Pss1.kpe-cardinality , dy:Pss1.t9-datatype , dy:IdentifiedObject.description-datatype , dy:Pss1.vsmn-cardinality , dy:IdentifiedObject.description-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:Pss1.kpe-datatype , dy:IdentifiedObject.mRID-cardinality , dy:Pss1.kf-cardinality , dy:Pss1.t10-datatype , dy:Pss1.tpe-cardinality , dy:Pss1.t7-datatype , dy:Pss1.vadat-cardinality , dy:Pss1.t6-cardinality , dy:Pss1.komega-datatype , dy:Pss1.t5-datatype , dy:Pss1.t7-cardinality , dy:Pss1.vadat-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:Pss1.t8-cardinality , dy:Pss1.ks-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:Pss1.tpe-datatype , dy:Pss1.t9-cardinality , dy:Pss1.t10-cardinality , dy:IdentifiedObject.name-cardinality , dy:Pss1.t6-datatype , dy:IdentifiedObject.mRID-datatype , dy:Pss1.vsmx-datatype , dy:Pss1.komega-cardinality , dy:Pss1.ks-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:Pss1.pmin-datatype , dy:Pss1.pmin-cardinality , dy:Pss1.vsmx-cardinality , dy:Pss1.t5-cardinality ; + sh:targetClass cim:Pss1 . + +dy:Pss1.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "Pss1.kf-cardinality" ; + sh:order 2161 ; + sh:path cim:Pss1.kf ; + sh:severity sh:Violation . + +dy:Pss1.kf-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2161 ; + sh:path cim:Pss1.kf ; + sh:severity sh:Violation . + +dy:Pss1.komega-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (komega)." ; + sh:minCount 1 ; + sh:name "Pss1.komega-cardinality" ; + sh:order 2160 ; + sh:path cim:Pss1.komega ; + sh:severity sh:Violation . + +dy:Pss1.komega-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the komega." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.komega-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2160 ; + sh:path cim:Pss1.komega ; + sh:severity sh:Violation . + +dy:Pss1.kpe-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpe)." ; + sh:minCount 1 ; + sh:name "Pss1.kpe-cardinality" ; + sh:order 2162 ; + sh:path cim:Pss1.kpe ; + sh:severity sh:Violation . + +dy:Pss1.kpe-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpe." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.kpe-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2162 ; + sh:path cim:Pss1.kpe ; + sh:severity sh:Violation . + +dy:Pss1.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "Pss1.ks-cardinality" ; + sh:order 2164 ; + sh:path cim:Pss1.ks ; + sh:severity sh:Violation . + +dy:Pss1.ks-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2164 ; + sh:path cim:Pss1.ks ; + sh:severity sh:Violation . + +dy:Pss1.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "Pss1.pmin-cardinality" ; + sh:order 2163 ; + sh:path cim:Pss1.pmin ; + sh:severity sh:Violation . + +dy:Pss1.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2163 ; + sh:path cim:Pss1.pmin ; + sh:severity sh:Violation . + +dy:Pss1.t10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t10)." ; + sh:minCount 1 ; + sh:name "Pss1.t10-cardinality" ; + sh:order 2173 ; + sh:path cim:Pss1.t10 ; + sh:severity sh:Violation . + +dy:Pss1.t10-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.t10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2173 ; + sh:path cim:Pss1.t10 ; + sh:severity sh:Violation . + +dy:Pss1.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "Pss1.t5-cardinality" ; + sh:order 2168 ; + sh:path cim:Pss1.t5 ; + sh:severity sh:Violation . + +dy:Pss1.t5-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2168 ; + sh:path cim:Pss1.t5 ; + sh:severity sh:Violation . + +dy:Pss1.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "Pss1.t6-cardinality" ; + sh:order 2169 ; + sh:path cim:Pss1.t6 ; + sh:severity sh:Violation . + +dy:Pss1.t6-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2169 ; + sh:path cim:Pss1.t6 ; + sh:severity sh:Violation . + +dy:Pss1.t7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t7)." ; + sh:minCount 1 ; + sh:name "Pss1.t7-cardinality" ; + sh:order 2170 ; + sh:path cim:Pss1.t7 ; + sh:severity sh:Violation . + +dy:Pss1.t7-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.t7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2170 ; + sh:path cim:Pss1.t7 ; + sh:severity sh:Violation . + +dy:Pss1.t8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t8)." ; + sh:minCount 1 ; + sh:name "Pss1.t8-cardinality" ; + sh:order 2171 ; + sh:path cim:Pss1.t8 ; + sh:severity sh:Violation . + +dy:Pss1.t8-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.t8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2171 ; + sh:path cim:Pss1.t8 ; + sh:severity sh:Violation . + +dy:Pss1.t9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t9)." ; + sh:minCount 1 ; + sh:name "Pss1.t9-cardinality" ; + sh:order 2172 ; + sh:path cim:Pss1.t9 ; + sh:severity sh:Violation . + +dy:Pss1.t9-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.t9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2172 ; + sh:path cim:Pss1.t9 ; + sh:severity sh:Violation . + +dy:Pss1.tpe-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpe)." ; + sh:minCount 1 ; + sh:name "Pss1.tpe-cardinality" ; + sh:order 2167 ; + sh:path cim:Pss1.tpe ; + sh:severity sh:Violation . + +dy:Pss1.tpe-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpe." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.tpe-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2167 ; + sh:path cim:Pss1.tpe ; + sh:severity sh:Violation . + +dy:Pss1.vadat-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vadat)." ; + sh:minCount 1 ; + sh:name "Pss1.vadat-cardinality" ; + sh:order 2174 ; + sh:path cim:Pss1.vadat ; + sh:severity sh:Violation . + +dy:Pss1.vadat-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the vadat." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.vadat-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2174 ; + sh:path cim:Pss1.vadat ; + sh:severity sh:Violation . + +dy:Pss1.vsmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmn)." ; + sh:minCount 1 ; + sh:name "Pss1.vsmn-cardinality" ; + sh:order 2165 ; + sh:path cim:Pss1.vsmn ; + sh:severity sh:Violation . + +dy:Pss1.vsmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.vsmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2165 ; + sh:path cim:Pss1.vsmn ; + sh:severity sh:Violation . + +dy:Pss1.vsmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmx)." ; + sh:minCount 1 ; + sh:name "Pss1.vsmx-cardinality" ; + sh:order 2166 ; + sh:path cim:Pss1.vsmx ; + sh:severity sh:Violation . + +dy:Pss1.vsmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1.vsmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2166 ; + sh:path cim:Pss1.vsmx ; + sh:severity sh:Violation . + +dy:Pss1A rdf:type sh:NodeShape ; + sh:property dy:Pss1A.a6-datatype , dy:Pss1A.tdelay-datatype , dy:Pss1A.t4-datatype , dy:Pss1A.t1-datatype , dy:Pss1A.kd-cardinality , dy:Pss1A.vrmax-datatype , dy:Pss1A.vcu-cardinality , dy:IdentifiedObject.description-cardinality , dy:Pss1A.ks-cardinality , dy:Pss1A.t4-cardinality , dy:Pss1A.ks-datatype , dy:IdentifiedObject.mRID-cardinality , dy:Pss1A.inputSignalType-cardinality , dy:IdentifiedObject.name-datatype , dy:Pss1A.vcl-cardinality , dy:Pss1A.a5-datatype , dy:Pss1A.a7-datatype , dy:Pss1A.t6-cardinality , dy:Pss1A.a1-cardinality , dy:Pss1A.a3-cardinality , dy:Pss1A.t2-cardinality , dy:Pss1A.kd-datatype , dy:Pss1A.a7-cardinality , dy:Pss1A.a2-datatype , dy:Pss1A.a4-cardinality , dy:Pss1A.t2-datatype , dy:Pss1A.vrmin-datatype , dy:Pss1A.a5-cardinality , dy:Pss1A.vcl-datatype , dy:Pss1A.t5-cardinality , dy:Pss1A.t1-cardinality , dy:Pss1A.a8-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:Pss1A.t5-datatype , dy:Pss1A.a2-cardinality , dy:Pss1A.a1-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:Pss1A.vrmax-cardinality , dy:Pss1A.a3-datatype , dy:IdentifiedObject.mRID-datatype , dy:Pss1A.inputSignalType-datatype , dy:Pss1A.vrmin-cardinality , dy:IdentifiedObject.description-datatype , dy:Pss1A.t3-cardinality , dy:Pss1A.a6-cardinality , dy:Pss1A.tdelay-cardinality , dy:Pss1A.vcu-datatype , dy:Pss1A.a4-datatype , dy:Pss1A.a8-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:Pss1A.t6-datatype , dy:Pss1A.t3-datatype , dy:IdentifiedObject.name-cardinality ; + sh:targetClass cim:Pss1A . + +dy:Pss1A.a1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a1)." ; + sh:minCount 1 ; + sh:name "Pss1A.a1-cardinality" ; + sh:order 2176 ; + sh:path cim:Pss1A.a1 ; + sh:severity sh:Violation . + +dy:Pss1A.a1-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.a1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2176 ; + sh:path cim:Pss1A.a1 ; + sh:severity sh:Violation . + +dy:Pss1A.a2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a2)." ; + sh:minCount 1 ; + sh:name "Pss1A.a2-cardinality" ; + sh:order 2177 ; + sh:path cim:Pss1A.a2 ; + sh:severity sh:Violation . + +dy:Pss1A.a2-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.a2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2177 ; + sh:path cim:Pss1A.a2 ; + sh:severity sh:Violation . + +dy:Pss1A.a3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a3)." ; + sh:minCount 1 ; + sh:name "Pss1A.a3-cardinality" ; + sh:order 2189 ; + sh:path cim:Pss1A.a3 ; + sh:severity sh:Violation . + +dy:Pss1A.a3-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.a3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2189 ; + sh:path cim:Pss1A.a3 ; + sh:severity sh:Violation . + +dy:Pss1A.a4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a4)." ; + sh:minCount 1 ; + sh:name "Pss1A.a4-cardinality" ; + sh:order 2190 ; + sh:path cim:Pss1A.a4 ; + sh:severity sh:Violation . + +dy:Pss1A.a4-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.a4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2190 ; + sh:path cim:Pss1A.a4 ; + sh:severity sh:Violation . + +dy:Pss1A.a5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a5)." ; + sh:minCount 1 ; + sh:name "Pss1A.a5-cardinality" ; + sh:order 2191 ; + sh:path cim:Pss1A.a5 ; + sh:severity sh:Violation . + +dy:Pss1A.a5-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.a5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2191 ; + sh:path cim:Pss1A.a5 ; + sh:severity sh:Violation . + +dy:Pss1A.a6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a6)." ; + sh:minCount 1 ; + sh:name "Pss1A.a6-cardinality" ; + sh:order 2192 ; + sh:path cim:Pss1A.a6 ; + sh:severity sh:Violation . + +dy:Pss1A.a6-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.a6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2192 ; + sh:path cim:Pss1A.a6 ; + sh:severity sh:Violation . + +dy:Pss1A.a7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a7)." ; + sh:minCount 1 ; + sh:name "Pss1A.a7-cardinality" ; + sh:order 2193 ; + sh:path cim:Pss1A.a7 ; + sh:severity sh:Violation . + +dy:Pss1A.a7-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.a7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2193 ; + sh:path cim:Pss1A.a7 ; + sh:severity sh:Violation . + +dy:Pss1A.a8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a8)." ; + sh:minCount 1 ; + sh:name "Pss1A.a8-cardinality" ; + sh:order 2194 ; + sh:path cim:Pss1A.a8 ; + sh:severity sh:Violation . + +dy:Pss1A.a8-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.a8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2194 ; + sh:path cim:Pss1A.a8 ; + sh:severity sh:Violation . + +dy:Pss1A.inputSignalType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inputSignalType)." ; + sh:minCount 1 ; + sh:name "Pss1A.inputSignalType-cardinality" ; + sh:order 2175 ; + sh:path cim:Pss1A.inputSignalType ; + sh:severity sh:Violation . + +dy:Pss1A.inputSignalType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the inputSignalType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:InputSignalKind.rotorSpeed cim:InputSignalKind.rotorAngularFrequencyDeviation cim:InputSignalKind.busFrequency cim:InputSignalKind.busFrequencyDeviation cim:InputSignalKind.generatorElectricalPower cim:InputSignalKind.generatorAcceleratingPower cim:InputSignalKind.busVoltage cim:InputSignalKind.busVoltageDerivative cim:InputSignalKind.branchCurrent cim:InputSignalKind.fieldCurrent cim:InputSignalKind.generatorMechanicalPower ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Pss1A.inputSignalType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2175 ; + sh:path cim:Pss1A.inputSignalType ; + sh:severity sh:Violation . + +dy:Pss1A.kd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kd)." ; + sh:minCount 1 ; + sh:name "Pss1A.kd-cardinality" ; + sh:order 2195 ; + sh:path cim:Pss1A.kd ; + sh:severity sh:Violation . + +dy:Pss1A.kd-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the kd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.kd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2195 ; + sh:path cim:Pss1A.kd ; + sh:severity sh:Violation . + +dy:Pss1A.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "Pss1A.ks-cardinality" ; + sh:order 2184 ; + sh:path cim:Pss1A.ks ; + sh:severity sh:Violation . + +dy:Pss1A.ks-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2184 ; + sh:path cim:Pss1A.ks ; + sh:severity sh:Violation . + +dy:Pss1A.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "Pss1A.t1-cardinality" ; + sh:order 2178 ; + sh:path cim:Pss1A.t1 ; + sh:severity sh:Violation . + +dy:Pss1A.t1-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2178 ; + sh:path cim:Pss1A.t1 ; + sh:severity sh:Violation . + +dy:Pss1A.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "Pss1A.t2-cardinality" ; + sh:order 2179 ; + sh:path cim:Pss1A.t2 ; + sh:severity sh:Violation . + +dy:Pss1A.t2-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2179 ; + sh:path cim:Pss1A.t2 ; + sh:severity sh:Violation . + +dy:Pss1A.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "Pss1A.t3-cardinality" ; + sh:order 2180 ; + sh:path cim:Pss1A.t3 ; + sh:severity sh:Violation . + +dy:Pss1A.t3-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2180 ; + sh:path cim:Pss1A.t3 ; + sh:severity sh:Violation . + +dy:Pss1A.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "Pss1A.t4-cardinality" ; + sh:order 2181 ; + sh:path cim:Pss1A.t4 ; + sh:severity sh:Violation . + +dy:Pss1A.t4-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2181 ; + sh:path cim:Pss1A.t4 ; + sh:severity sh:Violation . + +dy:Pss1A.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "Pss1A.t5-cardinality" ; + sh:order 2182 ; + sh:path cim:Pss1A.t5 ; + sh:severity sh:Violation . + +dy:Pss1A.t5-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2182 ; + sh:path cim:Pss1A.t5 ; + sh:severity sh:Violation . + +dy:Pss1A.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "Pss1A.t6-cardinality" ; + sh:order 2183 ; + sh:path cim:Pss1A.t6 ; + sh:severity sh:Violation . + +dy:Pss1A.t6-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2183 ; + sh:path cim:Pss1A.t6 ; + sh:severity sh:Violation . + +dy:Pss1A.tdelay-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tdelay)." ; + sh:minCount 1 ; + sh:name "Pss1A.tdelay-cardinality" ; + sh:order 2196 ; + sh:path cim:Pss1A.tdelay ; + sh:severity sh:Violation . + +dy:Pss1A.tdelay-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tdelay." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.tdelay-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2196 ; + sh:path cim:Pss1A.tdelay ; + sh:severity sh:Violation . + +dy:Pss1A.vcl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vcl)." ; + sh:minCount 1 ; + sh:name "Pss1A.vcl-cardinality" ; + sh:order 2188 ; + sh:path cim:Pss1A.vcl ; + sh:severity sh:Violation . + +dy:Pss1A.vcl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vcl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.vcl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2188 ; + sh:path cim:Pss1A.vcl ; + sh:severity sh:Violation . + +dy:Pss1A.vcu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vcu)." ; + sh:minCount 1 ; + sh:name "Pss1A.vcu-cardinality" ; + sh:order 2187 ; + sh:path cim:Pss1A.vcu ; + sh:severity sh:Violation . + +dy:Pss1A.vcu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vcu." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.vcu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2187 ; + sh:path cim:Pss1A.vcu ; + sh:severity sh:Violation . + +dy:Pss1A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "Pss1A.vrmax-cardinality" ; + sh:order 2185 ; + sh:path cim:Pss1A.vrmax ; + sh:severity sh:Violation . + +dy:Pss1A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2185 ; + sh:path cim:Pss1A.vrmax ; + sh:severity sh:Violation . + +dy:Pss1A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "Pss1A.vrmin-cardinality" ; + sh:order 2186 ; + sh:path cim:Pss1A.vrmin ; + sh:severity sh:Violation . + +dy:Pss1A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss1A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2186 ; + sh:path cim:Pss1A.vrmin ; + sh:severity sh:Violation . + +dy:Pss2B rdf:type sh:NodeShape ; + sh:property dy:Pss2B.t7-cardinality , dy:Pss2B.ks3-datatype , dy:Pss2B.t4-cardinality , dy:Pss2B.n-cardinality , dy:Pss2B.tw1-datatype , dy:Pss2B.ks3-cardinality , dy:Pss2B.t4-datatype , dy:Pss2B.ks1-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:Pss2B.t2-cardinality , dy:Pss2B.t9-cardinality , dy:Pss2B.t2-datatype , dy:Pss2B.ks4-datatype , dy:Pss2B.tw2-datatype , dy:Pss2B.t3-datatype , dy:IdentifiedObject.mRID-datatype , dy:Pss2B.t10-datatype , dy:IdentifiedObject.description-datatype , dy:Pss2B.m-datatype , dy:Pss2B.ks4-cardinality , dy:Pss2B.a-datatype , dy:Pss2B.t10-cardinality , dy:Pss2B.ks2-datatype , dy:Pss2B.t6-datatype , dy:Pss2B.t11-cardinality , dy:Pss2B.t6-cardinality , dy:Pss2B.ks1-datatype , dy:Pss2B.n-datatype , dy:Pss2B.vsi1min-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:Pss2B.vsi1max-datatype , dy:Pss2B.m-cardinality , dy:Pss2B.tb-cardinality , dy:Pss2B.t7-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:Pss2B.t3-cardinality , dy:Pss2B.ks2-cardinality , dy:Pss2B.vsi2min-datatype , dy:Pss2B.t11-datatype , dy:Pss2B.t1-cardinality , dy:Pss2B.t8-cardinality , dy:Pss2B.t1-datatype , dy:Pss2B.a-cardinality , dy:Pss2B.vsi2min-cardinality , dy:Pss2B.tw3-datatype , dy:Pss2B.tw4-cardinality , dy:Pss2B.t8-datatype , dy:Pss2B.vsi1min-datatype , dy:Pss2B.t9-datatype , dy:Pss2B.vstmin-datatype , dy:Pss2B.tb-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:Pss2B.tw1-cardinality , dy:Pss2B.tw4-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.name-datatype , dy:Pss2B.ta-cardinality , dy:Pss2B.ta-datatype , dy:Pss2B.tw3-cardinality , dy:Pss2B.vstmin-cardinality , dy:Pss2B.vsi1max-cardinality , dy:Pss2B.vsi2max-cardinality , dy:Pss2B.tw2-cardinality , dy:IdentifiedObject.description-cardinality , dy:Pss2B.vstmax-datatype , dy:Pss2B.vstmax-cardinality , dy:Pss2B.vsi2max-datatype ; + sh:targetClass cim:Pss2B . + +dy:Pss2B.a-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a)." ; + sh:minCount 1 ; + sh:name "Pss2B.a-cardinality" ; + sh:order 2223 ; + sh:path cim:Pss2B.a ; + sh:severity sh:Violation . + +dy:Pss2B.a-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.a-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2223 ; + sh:path cim:Pss2B.a ; + sh:severity sh:Violation . + +dy:Pss2B.ks1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks1)." ; + sh:minCount 1 ; + sh:name "Pss2B.ks1-cardinality" ; + sh:order 2215 ; + sh:path cim:Pss2B.ks1 ; + sh:severity sh:Violation . + +dy:Pss2B.ks1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.ks1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2215 ; + sh:path cim:Pss2B.ks1 ; + sh:severity sh:Violation . + +dy:Pss2B.ks2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks2)." ; + sh:minCount 1 ; + sh:name "Pss2B.ks2-cardinality" ; + sh:order 2216 ; + sh:path cim:Pss2B.ks2 ; + sh:severity sh:Violation . + +dy:Pss2B.ks2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.ks2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2216 ; + sh:path cim:Pss2B.ks2 ; + sh:severity sh:Violation . + +dy:Pss2B.ks3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks3)." ; + sh:minCount 1 ; + sh:name "Pss2B.ks3-cardinality" ; + sh:order 2217 ; + sh:path cim:Pss2B.ks3 ; + sh:severity sh:Violation . + +dy:Pss2B.ks3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.ks3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2217 ; + sh:path cim:Pss2B.ks3 ; + sh:severity sh:Violation . + +dy:Pss2B.ks4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks4)." ; + sh:minCount 1 ; + sh:name "Pss2B.ks4-cardinality" ; + sh:order 2218 ; + sh:path cim:Pss2B.ks4 ; + sh:severity sh:Violation . + +dy:Pss2B.ks4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.ks4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2218 ; + sh:path cim:Pss2B.ks4 ; + sh:severity sh:Violation . + +dy:Pss2B.m-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (m)." ; + sh:minCount 1 ; + sh:name "Pss2B.m-cardinality" ; + sh:order 2220 ; + sh:path cim:Pss2B.m ; + sh:severity sh:Violation . + +dy:Pss2B.m-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the m." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.m-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2220 ; + sh:path cim:Pss2B.m ; + sh:severity sh:Violation . + +dy:Pss2B.n-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (n)." ; + sh:minCount 1 ; + sh:name "Pss2B.n-cardinality" ; + sh:order 2219 ; + sh:path cim:Pss2B.n ; + sh:severity sh:Violation . + +dy:Pss2B.n-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the n." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.n-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2219 ; + sh:path cim:Pss2B.n ; + sh:severity sh:Violation . + +dy:Pss2B.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "Pss2B.t1-cardinality" ; + sh:order 2205 ; + sh:path cim:Pss2B.t1 ; + sh:severity sh:Violation . + +dy:Pss2B.t1-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2205 ; + sh:path cim:Pss2B.t1 ; + sh:severity sh:Violation . + +dy:Pss2B.t10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t10)." ; + sh:minCount 1 ; + sh:name "Pss2B.t10-cardinality" ; + sh:order 2213 ; + sh:path cim:Pss2B.t10 ; + sh:severity sh:Violation . + +dy:Pss2B.t10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.t10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2213 ; + sh:path cim:Pss2B.t10 ; + sh:severity sh:Violation . + +dy:Pss2B.t11-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t11)." ; + sh:minCount 1 ; + sh:name "Pss2B.t11-cardinality" ; + sh:order 2214 ; + sh:path cim:Pss2B.t11 ; + sh:severity sh:Violation . + +dy:Pss2B.t11-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t11." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.t11-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2214 ; + sh:path cim:Pss2B.t11 ; + sh:severity sh:Violation . + +dy:Pss2B.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "Pss2B.t2-cardinality" ; + sh:order 2206 ; + sh:path cim:Pss2B.t2 ; + sh:severity sh:Violation . + +dy:Pss2B.t2-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2206 ; + sh:path cim:Pss2B.t2 ; + sh:severity sh:Violation . + +dy:Pss2B.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "Pss2B.t3-cardinality" ; + sh:order 2207 ; + sh:path cim:Pss2B.t3 ; + sh:severity sh:Violation . + +dy:Pss2B.t3-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2207 ; + sh:path cim:Pss2B.t3 ; + sh:severity sh:Violation . + +dy:Pss2B.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "Pss2B.t4-cardinality" ; + sh:order 2208 ; + sh:path cim:Pss2B.t4 ; + sh:severity sh:Violation . + +dy:Pss2B.t4-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2208 ; + sh:path cim:Pss2B.t4 ; + sh:severity sh:Violation . + +dy:Pss2B.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "Pss2B.t6-cardinality" ; + sh:order 2209 ; + sh:path cim:Pss2B.t6 ; + sh:severity sh:Violation . + +dy:Pss2B.t6-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2209 ; + sh:path cim:Pss2B.t6 ; + sh:severity sh:Violation . + +dy:Pss2B.t7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t7)." ; + sh:minCount 1 ; + sh:name "Pss2B.t7-cardinality" ; + sh:order 2210 ; + sh:path cim:Pss2B.t7 ; + sh:severity sh:Violation . + +dy:Pss2B.t7-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.t7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2210 ; + sh:path cim:Pss2B.t7 ; + sh:severity sh:Violation . + +dy:Pss2B.t8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t8)." ; + sh:minCount 1 ; + sh:name "Pss2B.t8-cardinality" ; + sh:order 2211 ; + sh:path cim:Pss2B.t8 ; + sh:severity sh:Violation . + +dy:Pss2B.t8-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.t8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2211 ; + sh:path cim:Pss2B.t8 ; + sh:severity sh:Violation . + +dy:Pss2B.t9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t9)." ; + sh:minCount 1 ; + sh:name "Pss2B.t9-cardinality" ; + sh:order 2212 ; + sh:path cim:Pss2B.t9 ; + sh:severity sh:Violation . + +dy:Pss2B.t9-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.t9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2212 ; + sh:path cim:Pss2B.t9 ; + sh:severity sh:Violation . + +dy:Pss2B.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "Pss2B.ta-cardinality" ; + sh:order 2224 ; + sh:path cim:Pss2B.ta ; + sh:severity sh:Violation . + +dy:Pss2B.ta-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2224 ; + sh:path cim:Pss2B.ta ; + sh:severity sh:Violation . + +dy:Pss2B.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "Pss2B.tb-cardinality" ; + sh:order 2225 ; + sh:path cim:Pss2B.tb ; + sh:severity sh:Violation . + +dy:Pss2B.tb-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2225 ; + sh:path cim:Pss2B.tb ; + sh:severity sh:Violation . + +dy:Pss2B.tw1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw1)." ; + sh:minCount 1 ; + sh:name "Pss2B.tw1-cardinality" ; + sh:order 2199 ; + sh:path cim:Pss2B.tw1 ; + sh:severity sh:Violation . + +dy:Pss2B.tw1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.tw1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2199 ; + sh:path cim:Pss2B.tw1 ; + sh:severity sh:Violation . + +dy:Pss2B.tw2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw2)." ; + sh:minCount 1 ; + sh:name "Pss2B.tw2-cardinality" ; + sh:order 2200 ; + sh:path cim:Pss2B.tw2 ; + sh:severity sh:Violation . + +dy:Pss2B.tw2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.tw2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2200 ; + sh:path cim:Pss2B.tw2 ; + sh:severity sh:Violation . + +dy:Pss2B.tw3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw3)." ; + sh:minCount 1 ; + sh:name "Pss2B.tw3-cardinality" ; + sh:order 2203 ; + sh:path cim:Pss2B.tw3 ; + sh:severity sh:Violation . + +dy:Pss2B.tw3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.tw3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2203 ; + sh:path cim:Pss2B.tw3 ; + sh:severity sh:Violation . + +dy:Pss2B.tw4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw4)." ; + sh:minCount 1 ; + sh:name "Pss2B.tw4-cardinality" ; + sh:order 2204 ; + sh:path cim:Pss2B.tw4 ; + sh:severity sh:Violation . + +dy:Pss2B.tw4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.tw4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2204 ; + sh:path cim:Pss2B.tw4 ; + sh:severity sh:Violation . + +dy:Pss2B.vsi1max-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsi1max)." ; + sh:minCount 1 ; + sh:name "Pss2B.vsi1max-cardinality" ; + sh:order 2197 ; + sh:path cim:Pss2B.vsi1max ; + sh:severity sh:Violation . + +dy:Pss2B.vsi1max-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsi1max." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.vsi1max-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2197 ; + sh:path cim:Pss2B.vsi1max ; + sh:severity sh:Violation . + +dy:Pss2B.vsi1min-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsi1min)." ; + sh:minCount 1 ; + sh:name "Pss2B.vsi1min-cardinality" ; + sh:order 2198 ; + sh:path cim:Pss2B.vsi1min ; + sh:severity sh:Violation . + +dy:Pss2B.vsi1min-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsi1min." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.vsi1min-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2198 ; + sh:path cim:Pss2B.vsi1min ; + sh:severity sh:Violation . + +dy:Pss2B.vsi2max-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsi2max)." ; + sh:minCount 1 ; + sh:name "Pss2B.vsi2max-cardinality" ; + sh:order 2201 ; + sh:path cim:Pss2B.vsi2max ; + sh:severity sh:Violation . + +dy:Pss2B.vsi2max-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsi2max." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.vsi2max-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2201 ; + sh:path cim:Pss2B.vsi2max ; + sh:severity sh:Violation . + +dy:Pss2B.vsi2min-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsi2min)." ; + sh:minCount 1 ; + sh:name "Pss2B.vsi2min-cardinality" ; + sh:order 2202 ; + sh:path cim:Pss2B.vsi2min ; + sh:severity sh:Violation . + +dy:Pss2B.vsi2min-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsi2min." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.vsi2min-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2202 ; + sh:path cim:Pss2B.vsi2min ; + sh:severity sh:Violation . + +dy:Pss2B.vstmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vstmax)." ; + sh:minCount 1 ; + sh:name "Pss2B.vstmax-cardinality" ; + sh:order 2221 ; + sh:path cim:Pss2B.vstmax ; + sh:severity sh:Violation . + +dy:Pss2B.vstmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vstmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.vstmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2221 ; + sh:path cim:Pss2B.vstmax ; + sh:severity sh:Violation . + +dy:Pss2B.vstmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vstmin)." ; + sh:minCount 1 ; + sh:name "Pss2B.vstmin-cardinality" ; + sh:order 2222 ; + sh:path cim:Pss2B.vstmin ; + sh:severity sh:Violation . + +dy:Pss2B.vstmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vstmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2B.vstmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2222 ; + sh:path cim:Pss2B.vstmin ; + sh:severity sh:Violation . + +dy:Pss2ST rdf:type sh:NodeShape ; + sh:property dy:Pss2ST.t4-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.mRID-datatype , dy:Pss2ST.k2-datatype , dy:Pss2ST.vcu-datatype , dy:Pss2ST.vcl-datatype , dy:Pss2ST.t1-datatype , dy:Pss2ST.t6-datatype , dy:Pss2ST.t7-datatype , dy:Pss2ST.inputSignal2Type-cardinality , dy:Pss2ST.inputSignal2Type-datatype , dy:Pss2ST.t8-cardinality , dy:Pss2ST.t3-cardinality , dy:Pss2ST.t4-cardinality , dy:Pss2ST.k1-cardinality , dy:IdentifiedObject.description-datatype , dy:Pss2ST.t10-cardinality , dy:IdentifiedObject.name-cardinality , dy:Pss2ST.t3-datatype , dy:Pss2ST.t2-cardinality , dy:Pss2ST.t9-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:Pss2ST.t5-cardinality , dy:Pss2ST.vcu-cardinality , dy:Pss2ST.lsmax-datatype , dy:Pss2ST.lsmin-datatype , dy:IdentifiedObject.description-cardinality , dy:Pss2ST.t5-datatype , dy:Pss2ST.t1-cardinality , dy:Pss2ST.vcl-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:Pss2ST.t2-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:Pss2ST.t7-cardinality , dy:Pss2ST.k1-datatype , dy:Pss2ST.inputSignal1Type-cardinality , dy:Pss2ST.t6-cardinality , dy:Pss2ST.k2-cardinality , dy:IdentifiedObject.name-datatype , dy:Pss2ST.t8-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:Pss2ST.t9-datatype , dy:Pss2ST.lsmax-cardinality , dy:Pss2ST.inputSignal1Type-datatype , dy:Pss2ST.t10-datatype , dy:Pss2ST.lsmin-cardinality ; + sh:targetClass cim:Pss2ST . + +dy:Pss2ST.inputSignal1Type-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inputSignal1Type)." ; + sh:minCount 1 ; + sh:name "Pss2ST.inputSignal1Type-cardinality" ; + sh:order 2226 ; + sh:path cim:Pss2ST.inputSignal1Type ; + sh:severity sh:Violation . + +dy:Pss2ST.inputSignal1Type-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the inputSignal1Type." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:InputSignalKind.rotorSpeed cim:InputSignalKind.rotorAngularFrequencyDeviation cim:InputSignalKind.busFrequency cim:InputSignalKind.busFrequencyDeviation cim:InputSignalKind.generatorElectricalPower cim:InputSignalKind.generatorAcceleratingPower cim:InputSignalKind.busVoltage cim:InputSignalKind.busVoltageDerivative cim:InputSignalKind.branchCurrent cim:InputSignalKind.fieldCurrent cim:InputSignalKind.generatorMechanicalPower ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Pss2ST.inputSignal1Type-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2226 ; + sh:path cim:Pss2ST.inputSignal1Type ; + sh:severity sh:Violation . + +dy:Pss2ST.inputSignal2Type-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inputSignal2Type)." ; + sh:minCount 1 ; + sh:name "Pss2ST.inputSignal2Type-cardinality" ; + sh:order 2227 ; + sh:path cim:Pss2ST.inputSignal2Type ; + sh:severity sh:Violation . + +dy:Pss2ST.inputSignal2Type-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the inputSignal2Type." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:InputSignalKind.rotorSpeed cim:InputSignalKind.rotorAngularFrequencyDeviation cim:InputSignalKind.busFrequency cim:InputSignalKind.busFrequencyDeviation cim:InputSignalKind.generatorElectricalPower cim:InputSignalKind.generatorAcceleratingPower cim:InputSignalKind.busVoltage cim:InputSignalKind.busVoltageDerivative cim:InputSignalKind.branchCurrent cim:InputSignalKind.fieldCurrent cim:InputSignalKind.generatorMechanicalPower ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Pss2ST.inputSignal2Type-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2227 ; + sh:path cim:Pss2ST.inputSignal2Type ; + sh:severity sh:Violation . + +dy:Pss2ST.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "Pss2ST.k1-cardinality" ; + sh:order 2228 ; + sh:path cim:Pss2ST.k1 ; + sh:severity sh:Violation . + +dy:Pss2ST.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2228 ; + sh:path cim:Pss2ST.k1 ; + sh:severity sh:Violation . + +dy:Pss2ST.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "Pss2ST.k2-cardinality" ; + sh:order 2229 ; + sh:path cim:Pss2ST.k2 ; + sh:severity sh:Violation . + +dy:Pss2ST.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2229 ; + sh:path cim:Pss2ST.k2 ; + sh:severity sh:Violation . + +dy:Pss2ST.lsmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lsmax)." ; + sh:minCount 1 ; + sh:name "Pss2ST.lsmax-cardinality" ; + sh:order 2240 ; + sh:path cim:Pss2ST.lsmax ; + sh:severity sh:Violation . + +dy:Pss2ST.lsmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lsmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.lsmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2240 ; + sh:path cim:Pss2ST.lsmax ; + sh:severity sh:Violation . + +dy:Pss2ST.lsmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lsmin)." ; + sh:minCount 1 ; + sh:name "Pss2ST.lsmin-cardinality" ; + sh:order 2241 ; + sh:path cim:Pss2ST.lsmin ; + sh:severity sh:Violation . + +dy:Pss2ST.lsmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lsmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.lsmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2241 ; + sh:path cim:Pss2ST.lsmin ; + sh:severity sh:Violation . + +dy:Pss2ST.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "Pss2ST.t1-cardinality" ; + sh:order 2230 ; + sh:path cim:Pss2ST.t1 ; + sh:severity sh:Violation . + +dy:Pss2ST.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2230 ; + sh:path cim:Pss2ST.t1 ; + sh:severity sh:Violation . + +dy:Pss2ST.t10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t10)." ; + sh:minCount 1 ; + sh:name "Pss2ST.t10-cardinality" ; + sh:order 2239 ; + sh:path cim:Pss2ST.t10 ; + sh:severity sh:Violation . + +dy:Pss2ST.t10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.t10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2239 ; + sh:path cim:Pss2ST.t10 ; + sh:severity sh:Violation . + +dy:Pss2ST.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "Pss2ST.t2-cardinality" ; + sh:order 2231 ; + sh:path cim:Pss2ST.t2 ; + sh:severity sh:Violation . + +dy:Pss2ST.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2231 ; + sh:path cim:Pss2ST.t2 ; + sh:severity sh:Violation . + +dy:Pss2ST.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "Pss2ST.t3-cardinality" ; + sh:order 2232 ; + sh:path cim:Pss2ST.t3 ; + sh:severity sh:Violation . + +dy:Pss2ST.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2232 ; + sh:path cim:Pss2ST.t3 ; + sh:severity sh:Violation . + +dy:Pss2ST.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "Pss2ST.t4-cardinality" ; + sh:order 2233 ; + sh:path cim:Pss2ST.t4 ; + sh:severity sh:Violation . + +dy:Pss2ST.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2233 ; + sh:path cim:Pss2ST.t4 ; + sh:severity sh:Violation . + +dy:Pss2ST.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "Pss2ST.t5-cardinality" ; + sh:order 2234 ; + sh:path cim:Pss2ST.t5 ; + sh:severity sh:Violation . + +dy:Pss2ST.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2234 ; + sh:path cim:Pss2ST.t5 ; + sh:severity sh:Violation . + +dy:Pss2ST.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "Pss2ST.t6-cardinality" ; + sh:order 2235 ; + sh:path cim:Pss2ST.t6 ; + sh:severity sh:Violation . + +dy:Pss2ST.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2235 ; + sh:path cim:Pss2ST.t6 ; + sh:severity sh:Violation . + +dy:Pss2ST.t7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t7)." ; + sh:minCount 1 ; + sh:name "Pss2ST.t7-cardinality" ; + sh:order 2236 ; + sh:path cim:Pss2ST.t7 ; + sh:severity sh:Violation . + +dy:Pss2ST.t7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.t7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2236 ; + sh:path cim:Pss2ST.t7 ; + sh:severity sh:Violation . + +dy:Pss2ST.t8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t8)." ; + sh:minCount 1 ; + sh:name "Pss2ST.t8-cardinality" ; + sh:order 2237 ; + sh:path cim:Pss2ST.t8 ; + sh:severity sh:Violation . + +dy:Pss2ST.t8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.t8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2237 ; + sh:path cim:Pss2ST.t8 ; + sh:severity sh:Violation . + +dy:Pss2ST.t9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t9)." ; + sh:minCount 1 ; + sh:name "Pss2ST.t9-cardinality" ; + sh:order 2238 ; + sh:path cim:Pss2ST.t9 ; + sh:severity sh:Violation . + +dy:Pss2ST.t9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.t9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2238 ; + sh:path cim:Pss2ST.t9 ; + sh:severity sh:Violation . + +dy:Pss2ST.vcl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vcl)." ; + sh:minCount 1 ; + sh:name "Pss2ST.vcl-cardinality" ; + sh:order 2243 ; + sh:path cim:Pss2ST.vcl ; + sh:severity sh:Violation . + +dy:Pss2ST.vcl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vcl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.vcl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2243 ; + sh:path cim:Pss2ST.vcl ; + sh:severity sh:Violation . + +dy:Pss2ST.vcu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vcu)." ; + sh:minCount 1 ; + sh:name "Pss2ST.vcu-cardinality" ; + sh:order 2242 ; + sh:path cim:Pss2ST.vcu ; + sh:severity sh:Violation . + +dy:Pss2ST.vcu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vcu." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss2ST.vcu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2242 ; + sh:path cim:Pss2ST.vcu ; + sh:severity sh:Violation . + +dy:Pss5 rdf:type sh:NodeShape ; + sh:property dy:Pss5.pmin-datatype , dy:Pss5.tw1-datatype , dy:IdentifiedObject.name-cardinality , dy:Pss5.tw2-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.name-datatype , dy:Pss5.tl2-cardinality , dy:Pss5.tpe-cardinality , dy:Pss5.kpe-cardinality , dy:Pss5.kf-datatype , dy:Pss5.tw1-cardinality , dy:Pss5.isfreq-cardinality , dy:Pss5.tl1-datatype , dy:Pss5.tw2-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:Pss5.deadband-datatype , dy:Pss5.ctw2-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:Pss5.kf-cardinality , dy:IdentifiedObject.mRID-datatype , dy:Pss5.kpss-datatype , dy:Pss5.kpe-datatype , dy:Pss5.vsmx-datatype , dy:Pss5.isfreq-datatype , dy:Pss5.pmin-cardinality , dy:Pss5.tl4-datatype , dy:Pss5.vsmn-datatype , dy:Pss5.tpe-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:Pss5.deadband-cardinality , dy:Pss5.ctw2-cardinality , dy:Pss5.vsmn-cardinality , dy:IdentifiedObject.description-datatype , dy:Pss5.tl1-cardinality , dy:Pss5.tl4-cardinality , dy:Pss5.kpss-cardinality , dy:Pss5.vsmx-cardinality , dy:Pss5.vadat-datatype , dy:Pss5.tl3-cardinality , dy:IdentifiedObject.description-cardinality , dy:Pss5.vadat-cardinality , dy:Pss5.tl2-datatype , dy:Pss5.tl3-datatype ; + sh:targetClass cim:Pss5 . + +dy:Pss5.ctw2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ctw2)." ; + sh:minCount 1 ; + sh:name "Pss5.ctw2-cardinality" ; + sh:order 2248 ; + sh:path cim:Pss5.ctw2 ; + sh:severity sh:Violation . + +dy:Pss5.ctw2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the ctw2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.ctw2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2248 ; + sh:path cim:Pss5.ctw2 ; + sh:severity sh:Violation . + +dy:Pss5.deadband-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (deadband)." ; + sh:minCount 1 ; + sh:name "Pss5.deadband-cardinality" ; + sh:order 2259 ; + sh:path cim:Pss5.deadband ; + sh:severity sh:Violation . + +dy:Pss5.deadband-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the deadband." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.deadband-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2259 ; + sh:path cim:Pss5.deadband ; + sh:severity sh:Violation . + +dy:Pss5.isfreq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (isfreq)." ; + sh:minCount 1 ; + sh:name "Pss5.isfreq-cardinality" ; + sh:order 2246 ; + sh:path cim:Pss5.isfreq ; + sh:severity sh:Violation . + +dy:Pss5.isfreq-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the isfreq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.isfreq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2246 ; + sh:path cim:Pss5.isfreq ; + sh:severity sh:Violation . + +dy:Pss5.kf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf)." ; + sh:minCount 1 ; + sh:name "Pss5.kf-cardinality" ; + sh:order 2245 ; + sh:path cim:Pss5.kf ; + sh:severity sh:Violation . + +dy:Pss5.kf-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.kf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2245 ; + sh:path cim:Pss5.kf ; + sh:severity sh:Violation . + +dy:Pss5.kpe-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpe)." ; + sh:minCount 1 ; + sh:name "Pss5.kpe-cardinality" ; + sh:order 2244 ; + sh:path cim:Pss5.kpe ; + sh:severity sh:Violation . + +dy:Pss5.kpe-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpe." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.kpe-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2244 ; + sh:path cim:Pss5.kpe ; + sh:severity sh:Violation . + +dy:Pss5.kpss-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpss)." ; + sh:minCount 1 ; + sh:name "Pss5.kpss-cardinality" ; + sh:order 2247 ; + sh:path cim:Pss5.kpss ; + sh:severity sh:Violation . + +dy:Pss5.kpss-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpss." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.kpss-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2247 ; + sh:path cim:Pss5.kpss ; + sh:severity sh:Violation . + +dy:Pss5.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "Pss5.pmin-cardinality" ; + sh:order 2258 ; + sh:path cim:Pss5.pmin ; + sh:severity sh:Violation . + +dy:Pss5.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2258 ; + sh:path cim:Pss5.pmin ; + sh:severity sh:Violation . + +dy:Pss5.tl1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl1)." ; + sh:minCount 1 ; + sh:name "Pss5.tl1-cardinality" ; + sh:order 2251 ; + sh:path cim:Pss5.tl1 ; + sh:severity sh:Violation . + +dy:Pss5.tl1-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.tl1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2251 ; + sh:path cim:Pss5.tl1 ; + sh:severity sh:Violation . + +dy:Pss5.tl2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl2)." ; + sh:minCount 1 ; + sh:name "Pss5.tl2-cardinality" ; + sh:order 2252 ; + sh:path cim:Pss5.tl2 ; + sh:severity sh:Violation . + +dy:Pss5.tl2-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.tl2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2252 ; + sh:path cim:Pss5.tl2 ; + sh:severity sh:Violation . + +dy:Pss5.tl3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl3)." ; + sh:minCount 1 ; + sh:name "Pss5.tl3-cardinality" ; + sh:order 2253 ; + sh:path cim:Pss5.tl3 ; + sh:severity sh:Violation . + +dy:Pss5.tl3-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.tl3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2253 ; + sh:path cim:Pss5.tl3 ; + sh:severity sh:Violation . + +dy:Pss5.tl4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl4)." ; + sh:minCount 1 ; + sh:name "Pss5.tl4-cardinality" ; + sh:order 2254 ; + sh:path cim:Pss5.tl4 ; + sh:severity sh:Violation . + +dy:Pss5.tl4-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.tl4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2254 ; + sh:path cim:Pss5.tl4 ; + sh:severity sh:Violation . + +dy:Pss5.tpe-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpe)." ; + sh:minCount 1 ; + sh:name "Pss5.tpe-cardinality" ; + sh:order 2257 ; + sh:path cim:Pss5.tpe ; + sh:severity sh:Violation . + +dy:Pss5.tpe-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpe." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.tpe-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2257 ; + sh:path cim:Pss5.tpe ; + sh:severity sh:Violation . + +dy:Pss5.tw1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw1)." ; + sh:minCount 1 ; + sh:name "Pss5.tw1-cardinality" ; + sh:order 2249 ; + sh:path cim:Pss5.tw1 ; + sh:severity sh:Violation . + +dy:Pss5.tw1-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.tw1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2249 ; + sh:path cim:Pss5.tw1 ; + sh:severity sh:Violation . + +dy:Pss5.tw2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw2)." ; + sh:minCount 1 ; + sh:name "Pss5.tw2-cardinality" ; + sh:order 2250 ; + sh:path cim:Pss5.tw2 ; + sh:severity sh:Violation . + +dy:Pss5.tw2-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.tw2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2250 ; + sh:path cim:Pss5.tw2 ; + sh:severity sh:Violation . + +dy:Pss5.vadat-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vadat)." ; + sh:minCount 1 ; + sh:name "Pss5.vadat-cardinality" ; + sh:order 2260 ; + sh:path cim:Pss5.vadat ; + sh:severity sh:Violation . + +dy:Pss5.vadat-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the vadat." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.vadat-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2260 ; + sh:path cim:Pss5.vadat ; + sh:severity sh:Violation . + +dy:Pss5.vsmn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmn)." ; + sh:minCount 1 ; + sh:name "Pss5.vsmn-cardinality" ; + sh:order 2255 ; + sh:path cim:Pss5.vsmn ; + sh:severity sh:Violation . + +dy:Pss5.vsmn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmn." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.vsmn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2255 ; + sh:path cim:Pss5.vsmn ; + sh:severity sh:Violation . + +dy:Pss5.vsmx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmx)." ; + sh:minCount 1 ; + sh:name "Pss5.vsmx-cardinality" ; + sh:order 2256 ; + sh:path cim:Pss5.vsmx ; + sh:severity sh:Violation . + +dy:Pss5.vsmx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Pss5.vsmx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2256 ; + sh:path cim:Pss5.vsmx ; + sh:severity sh:Violation . + +dy:PssELIN2 rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:PssELIN2.ks1-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PssELIN2.ts1-cardinality , dy:PssELIN2.ts2-datatype , dy:PssELIN2.ts5-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:PssELIN2.ks1-datatype , dy:IdentifiedObject.mRID-datatype , dy:PssELIN2.psslim-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.description-datatype , dy:PssELIN2.psslim-datatype , dy:PssELIN2.apss-datatype , dy:PssELIN2.ts5-datatype , dy:PssELIN2.apss-cardinality , dy:PssELIN2.ts3-datatype , dy:PssELIN2.ppss-cardinality , dy:PssELIN2.ts3-cardinality , dy:PssELIN2.ks2-datatype , dy:IdentifiedObject.description-cardinality , dy:PssELIN2.ts1-datatype , dy:PssELIN2.ts4-datatype , dy:PssELIN2.ppss-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssELIN2.ks2-cardinality , dy:PssELIN2.ts2-cardinality , dy:PssELIN2.ts6-datatype , dy:PssELIN2.ts6-cardinality , dy:IdentifiedObject.name-cardinality , dy:PssELIN2.ts4-cardinality ; + sh:targetClass cim:PssELIN2 . + +dy:PssELIN2.apss-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (apss)." ; + sh:minCount 1 ; + sh:name "PssELIN2.apss-cardinality" ; + sh:order 2270 ; + sh:path cim:PssELIN2.apss ; + sh:severity sh:Violation . + +dy:PssELIN2.apss-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the apss." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssELIN2.apss-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2270 ; + sh:path cim:PssELIN2.apss ; + sh:severity sh:Violation . + +dy:PssELIN2.ks1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks1)." ; + sh:minCount 1 ; + sh:name "PssELIN2.ks1-cardinality" ; + sh:order 2267 ; + sh:path cim:PssELIN2.ks1 ; + sh:severity sh:Violation . + +dy:PssELIN2.ks1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssELIN2.ks1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2267 ; + sh:path cim:PssELIN2.ks1 ; + sh:severity sh:Violation . + +dy:PssELIN2.ks2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks2)." ; + sh:minCount 1 ; + sh:name "PssELIN2.ks2-cardinality" ; + sh:order 2268 ; + sh:path cim:PssELIN2.ks2 ; + sh:severity sh:Violation . + +dy:PssELIN2.ks2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssELIN2.ks2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2268 ; + sh:path cim:PssELIN2.ks2 ; + sh:severity sh:Violation . + +dy:PssELIN2.ppss-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ppss)." ; + sh:minCount 1 ; + sh:name "PssELIN2.ppss-cardinality" ; + sh:order 2269 ; + sh:path cim:PssELIN2.ppss ; + sh:severity sh:Violation . + +dy:PssELIN2.ppss-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ppss." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssELIN2.ppss-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2269 ; + sh:path cim:PssELIN2.ppss ; + sh:severity sh:Violation . + +dy:PssELIN2.psslim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (psslim)." ; + sh:minCount 1 ; + sh:name "PssELIN2.psslim-cardinality" ; + sh:order 2271 ; + sh:path cim:PssELIN2.psslim ; + sh:severity sh:Violation . + +dy:PssELIN2.psslim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the psslim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssELIN2.psslim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2271 ; + sh:path cim:PssELIN2.psslim ; + sh:severity sh:Violation . + +dy:PssELIN2.ts1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts1)." ; + sh:minCount 1 ; + sh:name "PssELIN2.ts1-cardinality" ; + sh:order 2261 ; + sh:path cim:PssELIN2.ts1 ; + sh:severity sh:Violation . + +dy:PssELIN2.ts1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssELIN2.ts1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2261 ; + sh:path cim:PssELIN2.ts1 ; + sh:severity sh:Violation . + +dy:PssELIN2.ts2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts2)." ; + sh:minCount 1 ; + sh:name "PssELIN2.ts2-cardinality" ; + sh:order 2262 ; + sh:path cim:PssELIN2.ts2 ; + sh:severity sh:Violation . + +dy:PssELIN2.ts2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssELIN2.ts2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2262 ; + sh:path cim:PssELIN2.ts2 ; + sh:severity sh:Violation . + +dy:PssELIN2.ts3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts3)." ; + sh:minCount 1 ; + sh:name "PssELIN2.ts3-cardinality" ; + sh:order 2263 ; + sh:path cim:PssELIN2.ts3 ; + sh:severity sh:Violation . + +dy:PssELIN2.ts3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssELIN2.ts3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2263 ; + sh:path cim:PssELIN2.ts3 ; + sh:severity sh:Violation . + +dy:PssELIN2.ts4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts4)." ; + sh:minCount 1 ; + sh:name "PssELIN2.ts4-cardinality" ; + sh:order 2264 ; + sh:path cim:PssELIN2.ts4 ; + sh:severity sh:Violation . + +dy:PssELIN2.ts4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssELIN2.ts4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2264 ; + sh:path cim:PssELIN2.ts4 ; + sh:severity sh:Violation . + +dy:PssELIN2.ts5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts5)." ; + sh:minCount 1 ; + sh:name "PssELIN2.ts5-cardinality" ; + sh:order 2265 ; + sh:path cim:PssELIN2.ts5 ; + sh:severity sh:Violation . + +dy:PssELIN2.ts5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssELIN2.ts5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2265 ; + sh:path cim:PssELIN2.ts5 ; + sh:severity sh:Violation . + +dy:PssELIN2.ts6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ts6)." ; + sh:minCount 1 ; + sh:name "PssELIN2.ts6-cardinality" ; + sh:order 2266 ; + sh:path cim:PssELIN2.ts6 ; + sh:severity sh:Violation . + +dy:PssELIN2.ts6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ts6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssELIN2.ts6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2266 ; + sh:path cim:PssELIN2.ts6 ; + sh:severity sh:Violation . + +dy:PssIEEE1A rdf:type sh:NodeShape ; + sh:property dy:PssIEEE1A.a1-datatype , dy:PssIEEE1A.t5-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.mRID-datatype , dy:PssIEEE1A.t6-datatype , dy:PssIEEE1A.inputSignalType-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssIEEE1A.t4-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PssIEEE1A.t1-datatype , dy:PssIEEE1A.t3-cardinality , dy:PssIEEE1A.t2-cardinality , dy:PssIEEE1A.t5-cardinality , dy:PssIEEE1A.vrmax-datatype , dy:PssIEEE1A.a1-cardinality , dy:IdentifiedObject.description-datatype , dy:PssIEEE1A.ks-cardinality , dy:PssIEEE1A.ks-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:PssIEEE1A.t4-datatype , dy:IdentifiedObject.description-cardinality , dy:PssIEEE1A.a2-cardinality , dy:PssIEEE1A.t6-cardinality , dy:PssIEEE1A.t2-datatype , dy:PssIEEE1A.inputSignalType-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:PssIEEE1A.a2-datatype , dy:IdentifiedObject.name-cardinality , dy:PssIEEE1A.t3-datatype , dy:PssIEEE1A.vrmin-datatype , dy:PssIEEE1A.vrmin-cardinality , dy:IdentifiedObject.name-datatype , dy:PssIEEE1A.vrmax-cardinality , dy:PssIEEE1A.t1-cardinality ; + sh:targetClass cim:PssIEEE1A . + +dy:PssIEEE1A.a1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a1)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.a1-cardinality" ; + sh:order 2038 ; + sh:path cim:PssIEEE1A.a1 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.a1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE1A.a1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2038 ; + sh:path cim:PssIEEE1A.a1 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.a2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a2)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.a2-cardinality" ; + sh:order 2039 ; + sh:path cim:PssIEEE1A.a2 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.a2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE1A.a2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2039 ; + sh:path cim:PssIEEE1A.a2 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.inputSignalType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inputSignalType)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.inputSignalType-cardinality" ; + sh:order 2037 ; + sh:path cim:PssIEEE1A.inputSignalType ; + sh:severity sh:Violation . + +dy:PssIEEE1A.inputSignalType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the inputSignalType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:InputSignalKind.rotorSpeed cim:InputSignalKind.rotorAngularFrequencyDeviation cim:InputSignalKind.busFrequency cim:InputSignalKind.busFrequencyDeviation cim:InputSignalKind.generatorElectricalPower cim:InputSignalKind.generatorAcceleratingPower cim:InputSignalKind.busVoltage cim:InputSignalKind.busVoltageDerivative cim:InputSignalKind.branchCurrent cim:InputSignalKind.fieldCurrent cim:InputSignalKind.generatorMechanicalPower ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "PssIEEE1A.inputSignalType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2037 ; + sh:path cim:PssIEEE1A.inputSignalType ; + sh:severity sh:Violation . + +dy:PssIEEE1A.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.ks-cardinality" ; + sh:order 2046 ; + sh:path cim:PssIEEE1A.ks ; + sh:severity sh:Violation . + +dy:PssIEEE1A.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE1A.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2046 ; + sh:path cim:PssIEEE1A.ks ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.t1-cardinality" ; + sh:order 2040 ; + sh:path cim:PssIEEE1A.t1 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE1A.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2040 ; + sh:path cim:PssIEEE1A.t1 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.t2-cardinality" ; + sh:order 2041 ; + sh:path cim:PssIEEE1A.t2 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE1A.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2041 ; + sh:path cim:PssIEEE1A.t2 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.t3-cardinality" ; + sh:order 2042 ; + sh:path cim:PssIEEE1A.t3 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE1A.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2042 ; + sh:path cim:PssIEEE1A.t3 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.t4-cardinality" ; + sh:order 2043 ; + sh:path cim:PssIEEE1A.t4 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE1A.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2043 ; + sh:path cim:PssIEEE1A.t4 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.t5-cardinality" ; + sh:order 2044 ; + sh:path cim:PssIEEE1A.t5 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE1A.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2044 ; + sh:path cim:PssIEEE1A.t5 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.t6-cardinality" ; + sh:order 2045 ; + sh:path cim:PssIEEE1A.t6 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE1A.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2045 ; + sh:path cim:PssIEEE1A.t6 ; + sh:severity sh:Violation . + +dy:PssIEEE1A.vrmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmax)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.vrmax-cardinality" ; + sh:order 2047 ; + sh:path cim:PssIEEE1A.vrmax ; + sh:severity sh:Violation . + +dy:PssIEEE1A.vrmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE1A.vrmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2047 ; + sh:path cim:PssIEEE1A.vrmax ; + sh:severity sh:Violation . + +dy:PssIEEE1A.vrmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vrmin)." ; + sh:minCount 1 ; + sh:name "PssIEEE1A.vrmin-cardinality" ; + sh:order 2048 ; + sh:path cim:PssIEEE1A.vrmin ; + sh:severity sh:Violation . + +dy:PssIEEE1A.vrmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vrmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE1A.vrmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2048 ; + sh:path cim:PssIEEE1A.vrmin ; + sh:severity sh:Violation . + +dy:PssIEEE2B rdf:type sh:NodeShape ; + sh:property dy:DynamicsFunctionBlock.enabled-cardinality , dy:PssIEEE2B.t2-cardinality , dy:PssIEEE2B.inputSignal2Type-cardinality , dy:PssIEEE2B.ks2-cardinality , dy:PssIEEE2B.tw4-datatype , dy:PssIEEE2B.tw1-cardinality , dy:PssIEEE2B.vsi1max-cardinality , dy:PssIEEE2B.t7-cardinality , dy:IdentifiedObject.description-datatype , dy:PssIEEE2B.vsi1min-datatype , dy:PssIEEE2B.vsi2max-cardinality , dy:PssIEEE2B.t3-datatype , dy:PssIEEE2B.inputSignal1Type-datatype , dy:PssIEEE2B.t8-cardinality , dy:PssIEEE2B.ks1-datatype , dy:PssIEEE2B.t7-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:PssIEEE2B.t9-cardinality , dy:PssIEEE2B.t4-datatype , dy:IdentifiedObject.mRID-datatype , dy:PssIEEE2B.vsi2max-datatype , dy:PssIEEE2B.t11-datatype , dy:PssIEEE2B.t9-datatype , dy:PssIEEE2B.vstmax-datatype , dy:PssIEEE2B.m-datatype , dy:PssIEEE2B.n-datatype , dy:PssIEEE2B.inputSignal1Type-cardinality , dy:PssIEEE2B.tw1-datatype , dy:PssIEEE2B.t10-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-cardinality , dy:PssIEEE2B.t8-datatype , dy:PssIEEE2B.tw2-datatype , dy:PssIEEE2B.t3-cardinality , dy:PssIEEE2B.t1-datatype , dy:PssIEEE2B.vsi1min-cardinality , dy:PssIEEE2B.m-cardinality , dy:PssIEEE2B.t10-datatype , dy:PssIEEE2B.tw3-datatype , dy:PssIEEE2B.n-cardinality , dy:PssIEEE2B.t1-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:PssIEEE2B.vstmin-cardinality , dy:PssIEEE2B.tw2-cardinality , dy:PssIEEE2B.ks3-cardinality , dy:PssIEEE2B.vsi2min-cardinality , dy:PssIEEE2B.ks1-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PssIEEE2B.t6-datatype , dy:PssIEEE2B.t2-datatype , dy:PssIEEE2B.tw4-cardinality , dy:PssIEEE2B.vsi1max-datatype , dy:PssIEEE2B.t6-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssIEEE2B.tw3-cardinality , dy:PssIEEE2B.ks3-datatype , dy:PssIEEE2B.vstmax-cardinality , dy:PssIEEE2B.vstmin-datatype , dy:PssIEEE2B.t4-cardinality , dy:PssIEEE2B.inputSignal2Type-datatype , dy:PssIEEE2B.t11-cardinality , dy:PssIEEE2B.ks2-datatype , dy:IdentifiedObject.name-cardinality , dy:PssIEEE2B.vsi2min-datatype ; + sh:targetClass cim:PssIEEE2B . + +dy:PssIEEE2B.inputSignal1Type-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inputSignal1Type)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.inputSignal1Type-cardinality" ; + sh:order 2049 ; + sh:path cim:PssIEEE2B.inputSignal1Type ; + sh:severity sh:Violation . + +dy:PssIEEE2B.inputSignal1Type-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the inputSignal1Type." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:InputSignalKind.rotorSpeed cim:InputSignalKind.rotorAngularFrequencyDeviation cim:InputSignalKind.busFrequency cim:InputSignalKind.busFrequencyDeviation cim:InputSignalKind.generatorElectricalPower cim:InputSignalKind.generatorAcceleratingPower cim:InputSignalKind.busVoltage cim:InputSignalKind.busVoltageDerivative cim:InputSignalKind.branchCurrent cim:InputSignalKind.fieldCurrent cim:InputSignalKind.generatorMechanicalPower ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "PssIEEE2B.inputSignal1Type-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2049 ; + sh:path cim:PssIEEE2B.inputSignal1Type ; + sh:severity sh:Violation . + +dy:PssIEEE2B.inputSignal2Type-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inputSignal2Type)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.inputSignal2Type-cardinality" ; + sh:order 2050 ; + sh:path cim:PssIEEE2B.inputSignal2Type ; + sh:severity sh:Violation . + +dy:PssIEEE2B.inputSignal2Type-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the inputSignal2Type." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:InputSignalKind.rotorSpeed cim:InputSignalKind.rotorAngularFrequencyDeviation cim:InputSignalKind.busFrequency cim:InputSignalKind.busFrequencyDeviation cim:InputSignalKind.generatorElectricalPower cim:InputSignalKind.generatorAcceleratingPower cim:InputSignalKind.busVoltage cim:InputSignalKind.busVoltageDerivative cim:InputSignalKind.branchCurrent cim:InputSignalKind.fieldCurrent cim:InputSignalKind.generatorMechanicalPower ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "PssIEEE2B.inputSignal2Type-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2050 ; + sh:path cim:PssIEEE2B.inputSignal2Type ; + sh:severity sh:Violation . + +dy:PssIEEE2B.ks1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks1)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.ks1-cardinality" ; + sh:order 2069 ; + sh:path cim:PssIEEE2B.ks1 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.ks1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.ks1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2069 ; + sh:path cim:PssIEEE2B.ks1 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.ks2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks2)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.ks2-cardinality" ; + sh:order 2070 ; + sh:path cim:PssIEEE2B.ks2 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.ks2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.ks2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2070 ; + sh:path cim:PssIEEE2B.ks2 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.ks3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks3)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.ks3-cardinality" ; + sh:order 2071 ; + sh:path cim:PssIEEE2B.ks3 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.ks3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.ks3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2071 ; + sh:path cim:PssIEEE2B.ks3 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.m-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (m)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.m-cardinality" ; + sh:order 2073 ; + sh:path cim:PssIEEE2B.m ; + sh:severity sh:Violation . + +dy:PssIEEE2B.m-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the m." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.m-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2073 ; + sh:path cim:PssIEEE2B.m ; + sh:severity sh:Violation . + +dy:PssIEEE2B.n-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (n)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.n-cardinality" ; + sh:order 2072 ; + sh:path cim:PssIEEE2B.n ; + sh:severity sh:Violation . + +dy:PssIEEE2B.n-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the n." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.n-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2072 ; + sh:path cim:PssIEEE2B.n ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.t1-cardinality" ; + sh:order 2059 ; + sh:path cim:PssIEEE2B.t1 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2059 ; + sh:path cim:PssIEEE2B.t1 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t10)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.t10-cardinality" ; + sh:order 2067 ; + sh:path cim:PssIEEE2B.t10 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.t10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2067 ; + sh:path cim:PssIEEE2B.t10 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t11-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t11)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.t11-cardinality" ; + sh:order 2068 ; + sh:path cim:PssIEEE2B.t11 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t11-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t11." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.t11-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2068 ; + sh:path cim:PssIEEE2B.t11 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.t2-cardinality" ; + sh:order 2060 ; + sh:path cim:PssIEEE2B.t2 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2060 ; + sh:path cim:PssIEEE2B.t2 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.t3-cardinality" ; + sh:order 2061 ; + sh:path cim:PssIEEE2B.t3 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2061 ; + sh:path cim:PssIEEE2B.t3 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.t4-cardinality" ; + sh:order 2062 ; + sh:path cim:PssIEEE2B.t4 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2062 ; + sh:path cim:PssIEEE2B.t4 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.t6-cardinality" ; + sh:order 2063 ; + sh:path cim:PssIEEE2B.t6 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2063 ; + sh:path cim:PssIEEE2B.t6 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t7)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.t7-cardinality" ; + sh:order 2064 ; + sh:path cim:PssIEEE2B.t7 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.t7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2064 ; + sh:path cim:PssIEEE2B.t7 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t8)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.t8-cardinality" ; + sh:order 2065 ; + sh:path cim:PssIEEE2B.t8 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.t8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2065 ; + sh:path cim:PssIEEE2B.t8 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t9)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.t9-cardinality" ; + sh:order 2066 ; + sh:path cim:PssIEEE2B.t9 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.t9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.t9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2066 ; + sh:path cim:PssIEEE2B.t9 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.tw1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw1)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.tw1-cardinality" ; + sh:order 2053 ; + sh:path cim:PssIEEE2B.tw1 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.tw1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.tw1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2053 ; + sh:path cim:PssIEEE2B.tw1 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.tw2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw2)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.tw2-cardinality" ; + sh:order 2054 ; + sh:path cim:PssIEEE2B.tw2 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.tw2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.tw2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2054 ; + sh:path cim:PssIEEE2B.tw2 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.tw3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw3)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.tw3-cardinality" ; + sh:order 2057 ; + sh:path cim:PssIEEE2B.tw3 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.tw3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.tw3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2057 ; + sh:path cim:PssIEEE2B.tw3 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.tw4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw4)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.tw4-cardinality" ; + sh:order 2058 ; + sh:path cim:PssIEEE2B.tw4 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.tw4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.tw4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2058 ; + sh:path cim:PssIEEE2B.tw4 ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vsi1max-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsi1max)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.vsi1max-cardinality" ; + sh:order 2051 ; + sh:path cim:PssIEEE2B.vsi1max ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vsi1max-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsi1max." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.vsi1max-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2051 ; + sh:path cim:PssIEEE2B.vsi1max ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vsi1min-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsi1min)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.vsi1min-cardinality" ; + sh:order 2052 ; + sh:path cim:PssIEEE2B.vsi1min ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vsi1min-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsi1min." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.vsi1min-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2052 ; + sh:path cim:PssIEEE2B.vsi1min ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vsi2max-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsi2max)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.vsi2max-cardinality" ; + sh:order 2055 ; + sh:path cim:PssIEEE2B.vsi2max ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vsi2max-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsi2max." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.vsi2max-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2055 ; + sh:path cim:PssIEEE2B.vsi2max ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vsi2min-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsi2min)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.vsi2min-cardinality" ; + sh:order 2056 ; + sh:path cim:PssIEEE2B.vsi2min ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vsi2min-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsi2min." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.vsi2min-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2056 ; + sh:path cim:PssIEEE2B.vsi2min ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vstmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vstmax)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.vstmax-cardinality" ; + sh:order 2074 ; + sh:path cim:PssIEEE2B.vstmax ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vstmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vstmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.vstmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2074 ; + sh:path cim:PssIEEE2B.vstmax ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vstmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vstmin)." ; + sh:minCount 1 ; + sh:name "PssIEEE2B.vstmin-cardinality" ; + sh:order 2075 ; + sh:path cim:PssIEEE2B.vstmin ; + sh:severity sh:Violation . + +dy:PssIEEE2B.vstmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vstmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE2B.vstmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2075 ; + sh:path cim:PssIEEE2B.vstmin ; + sh:severity sh:Violation . + +dy:PssIEEE3B rdf:type sh:NodeShape ; + sh:property dy:PssIEEE3B.a4-cardinality , dy:PssIEEE3B.vstmin-cardinality , dy:PssIEEE3B.a2-datatype , dy:IdentifiedObject.name-cardinality , dy:PssIEEE3B.ks1-cardinality , dy:PssIEEE3B.tw2-datatype , dy:PssIEEE3B.a3-datatype , dy:PssIEEE3B.ks2-cardinality , dy:IdentifiedObject.description-cardinality , dy:PssIEEE3B.a7-cardinality , dy:PssIEEE3B.tw3-datatype , dy:PssIEEE3B.vstmin-datatype , dy:PssIEEE3B.t1-cardinality , dy:PssIEEE3B.a3-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PssIEEE3B.vstmax-cardinality , dy:PssIEEE3B.a5-cardinality , dy:PssIEEE3B.a1-cardinality , dy:PssIEEE3B.a8-datatype , dy:PssIEEE3B.tw1-cardinality , dy:PssIEEE3B.t2-cardinality , dy:PssIEEE3B.t1-datatype , dy:PssIEEE3B.t2-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:PssIEEE3B.a2-cardinality , dy:PssIEEE3B.ks2-datatype , dy:PssIEEE3B.tw2-cardinality , dy:PssIEEE3B.a7-datatype , dy:IdentifiedObject.description-datatype , dy:PssIEEE3B.a1-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssIEEE3B.tw1-datatype , dy:PssIEEE3B.ks1-datatype , dy:PssIEEE3B.a8-cardinality , dy:PssIEEE3B.tw3-cardinality , dy:IdentifiedObject.name-datatype , dy:PssIEEE3B.a4-datatype , dy:IdentifiedObject.mRID-datatype , dy:PssIEEE3B.vstmax-datatype , dy:PssIEEE3B.a6-cardinality , dy:PssIEEE3B.a5-datatype , dy:PssIEEE3B.a6-datatype ; + sh:targetClass cim:PssIEEE3B . + +dy:PssIEEE3B.a1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a1)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.a1-cardinality" ; + sh:order 2083 ; + sh:path cim:PssIEEE3B.a1 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.a1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2083 ; + sh:path cim:PssIEEE3B.a1 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a2)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.a2-cardinality" ; + sh:order 2084 ; + sh:path cim:PssIEEE3B.a2 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.a2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2084 ; + sh:path cim:PssIEEE3B.a2 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a3)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.a3-cardinality" ; + sh:order 2085 ; + sh:path cim:PssIEEE3B.a3 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.a3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2085 ; + sh:path cim:PssIEEE3B.a3 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a4)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.a4-cardinality" ; + sh:order 2086 ; + sh:path cim:PssIEEE3B.a4 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.a4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2086 ; + sh:path cim:PssIEEE3B.a4 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a5)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.a5-cardinality" ; + sh:order 2087 ; + sh:path cim:PssIEEE3B.a5 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.a5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2087 ; + sh:path cim:PssIEEE3B.a5 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a6)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.a6-cardinality" ; + sh:order 2088 ; + sh:path cim:PssIEEE3B.a6 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.a6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2088 ; + sh:path cim:PssIEEE3B.a6 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a7)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.a7-cardinality" ; + sh:order 2089 ; + sh:path cim:PssIEEE3B.a7 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.a7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2089 ; + sh:path cim:PssIEEE3B.a7 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a8)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.a8-cardinality" ; + sh:order 2090 ; + sh:path cim:PssIEEE3B.a8 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.a8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.a8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2090 ; + sh:path cim:PssIEEE3B.a8 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.ks1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks1)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.ks1-cardinality" ; + sh:order 2081 ; + sh:path cim:PssIEEE3B.ks1 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.ks1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.ks1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2081 ; + sh:path cim:PssIEEE3B.ks1 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.ks2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks2)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.ks2-cardinality" ; + sh:order 2082 ; + sh:path cim:PssIEEE3B.ks2 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.ks2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.ks2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2082 ; + sh:path cim:PssIEEE3B.ks2 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.t1-cardinality" ; + sh:order 2076 ; + sh:path cim:PssIEEE3B.t1 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2076 ; + sh:path cim:PssIEEE3B.t1 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.t2-cardinality" ; + sh:order 2077 ; + sh:path cim:PssIEEE3B.t2 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2077 ; + sh:path cim:PssIEEE3B.t2 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.tw1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw1)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.tw1-cardinality" ; + sh:order 2078 ; + sh:path cim:PssIEEE3B.tw1 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.tw1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.tw1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2078 ; + sh:path cim:PssIEEE3B.tw1 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.tw2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw2)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.tw2-cardinality" ; + sh:order 2079 ; + sh:path cim:PssIEEE3B.tw2 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.tw2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.tw2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2079 ; + sh:path cim:PssIEEE3B.tw2 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.tw3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tw3)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.tw3-cardinality" ; + sh:order 2080 ; + sh:path cim:PssIEEE3B.tw3 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.tw3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tw3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.tw3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2080 ; + sh:path cim:PssIEEE3B.tw3 ; + sh:severity sh:Violation . + +dy:PssIEEE3B.vstmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vstmax)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.vstmax-cardinality" ; + sh:order 2091 ; + sh:path cim:PssIEEE3B.vstmax ; + sh:severity sh:Violation . + +dy:PssIEEE3B.vstmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vstmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.vstmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2091 ; + sh:path cim:PssIEEE3B.vstmax ; + sh:severity sh:Violation . + +dy:PssIEEE3B.vstmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vstmin)." ; + sh:minCount 1 ; + sh:name "PssIEEE3B.vstmin-cardinality" ; + sh:order 2092 ; + sh:path cim:PssIEEE3B.vstmin ; + sh:severity sh:Violation . + +dy:PssIEEE3B.vstmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vstmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE3B.vstmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2092 ; + sh:path cim:PssIEEE3B.vstmin ; + sh:severity sh:Violation . + +dy:PssIEEE4B rdf:type sh:NodeShape ; + sh:property dy:PssIEEE4B.tl2-datatype , dy:PssIEEE4B.ki1-datatype , dy:PssIEEE4B.th8-cardinality , dy:PssIEEE4B.ki-cardinality , dy:PssIEEE4B.omeganl2-datatype , dy:PssIEEE4B.kh11-datatype , dy:PssIEEE4B.tl4-cardinality , dy:PssIEEE4B.ki-datatype , dy:IdentifiedObject.mRID-datatype , dy:PssIEEE4B.vimin-cardinality , dy:PssIEEE4B.vlmin-datatype , dy:PssIEEE4B.vlmin-cardinality , dy:PssIEEE4B.ti11-datatype , dy:PssIEEE4B.kl1-datatype , dy:PssIEEE4B.th12-datatype , dy:PssIEEE4B.ti8-datatype , dy:PssIEEE4B.ti10-cardinality , dy:IdentifiedObject.description-cardinality , dy:PssIEEE4B.ti3-cardinality , dy:PssIEEE4B.bwl1-datatype , dy:PssIEEE4B.vimin-datatype , dy:PssIEEE4B.ti2-cardinality , dy:PssIEEE4B.vhmax-cardinality , dy:PssIEEE4B.kl17-cardinality , dy:PssIEEE4B.th3-datatype , dy:PssIEEE4B.omeganh1-cardinality , dy:PssIEEE4B.bwh1-datatype , dy:PssIEEE4B.ki17-datatype , dy:PssIEEE4B.vimax-cardinality , dy:PssIEEE4B.ti11-cardinality , dy:PssIEEE4B.th4-cardinality , dy:PssIEEE4B.ti10-datatype , dy:PssIEEE4B.vstmax-cardinality , dy:PssIEEE4B.tl11-cardinality , dy:PssIEEE4B.tl8-cardinality , dy:PssIEEE4B.ti4-datatype , dy:PssIEEE4B.th12-cardinality , dy:PssIEEE4B.ti7-datatype , dy:PssIEEE4B.th1-datatype , dy:PssIEEE4B.kh17-cardinality , dy:PssIEEE4B.vhmax-datatype , dy:PssIEEE4B.ti2-datatype , dy:PssIEEE4B.th6-cardinality , dy:PssIEEE4B.kh2-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssIEEE4B.th8-datatype , dy:PssIEEE4B.th9-datatype , dy:PssIEEE4B.th11-cardinality , dy:PssIEEE4B.ti12-cardinality , dy:PssIEEE4B.omeganh1-datatype , dy:PssIEEE4B.bwh1-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:PssIEEE4B.tl7-datatype , dy:PssIEEE4B.ti5-datatype , dy:PssIEEE4B.omeganl1-cardinality , dy:PssIEEE4B.th11-datatype , dy:PssIEEE4B.th2-cardinality , dy:PssIEEE4B.vstmin-datatype , dy:PssIEEE4B.vhmin-datatype , dy:PssIEEE4B.tl8-datatype , dy:PssIEEE4B.kh1-cardinality , dy:PssIEEE4B.tl1-cardinality , dy:PssIEEE4B.kl2-datatype , dy:PssIEEE4B.kl11-datatype , dy:PssIEEE4B.tl1-datatype , dy:PssIEEE4B.ki2-cardinality , dy:PssIEEE4B.th6-datatype , dy:PssIEEE4B.tl6-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PssIEEE4B.vstmin-cardinality , dy:PssIEEE4B.bwh2-datatype , dy:PssIEEE4B.tl9-datatype , dy:PssIEEE4B.omeganl2-cardinality , dy:PssIEEE4B.bwl2-datatype , dy:PssIEEE4B.tl4-datatype , dy:PssIEEE4B.tl10-datatype , dy:PssIEEE4B.ti4-cardinality , dy:PssIEEE4B.kl17-datatype , dy:PssIEEE4B.ti3-datatype , dy:PssIEEE4B.kl-cardinality , dy:PssIEEE4B.th1-cardinality , dy:PssIEEE4B.th7-cardinality , dy:PssIEEE4B.tl5-datatype , dy:PssIEEE4B.vlmax-cardinality , dy:PssIEEE4B.vhmin-cardinality , dy:PssIEEE4B.ti8-cardinality , dy:PssIEEE4B.ki11-datatype , dy:PssIEEE4B.th5-datatype , dy:PssIEEE4B.th9-cardinality , dy:PssIEEE4B.th4-datatype , dy:PssIEEE4B.kh1-datatype , dy:PssIEEE4B.tl11-datatype , dy:PssIEEE4B.th2-datatype , dy:PssIEEE4B.vimax-datatype , dy:PssIEEE4B.tl3-cardinality , dy:PssIEEE4B.bwl1-cardinality , dy:PssIEEE4B.th5-cardinality , dy:PssIEEE4B.tl9-cardinality , dy:PssIEEE4B.ki17-cardinality , dy:PssIEEE4B.ki1-cardinality , dy:PssIEEE4B.kh-cardinality , dy:IdentifiedObject.name-cardinality , dy:PssIEEE4B.ti12-datatype , dy:PssIEEE4B.tl7-cardinality , dy:PssIEEE4B.ti9-cardinality , dy:PssIEEE4B.kl-datatype , dy:PssIEEE4B.kl1-cardinality , dy:PssIEEE4B.tl3-datatype , dy:PssIEEE4B.th10-datatype , dy:PssIEEE4B.kl11-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:PssIEEE4B.th3-cardinality , dy:PssIEEE4B.bwh2-cardinality , dy:PssIEEE4B.ti6-datatype , dy:PssIEEE4B.omeganl1-datatype , dy:PssIEEE4B.tl5-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:PssIEEE4B.kh2-datatype , dy:PssIEEE4B.tl2-cardinality , dy:PssIEEE4B.tl12-cardinality , dy:PssIEEE4B.ti5-cardinality , dy:PssIEEE4B.kh-datatype , dy:PssIEEE4B.bwl2-cardinality , dy:PssIEEE4B.ki2-datatype , dy:PssIEEE4B.tl6-datatype , dy:PssIEEE4B.ti9-datatype , dy:PssIEEE4B.kh11-cardinality , dy:PssIEEE4B.tl12-datatype , dy:IdentifiedObject.description-datatype , dy:PssIEEE4B.tl10-cardinality , dy:PssIEEE4B.kh17-datatype , dy:PssIEEE4B.vstmax-datatype , dy:PssIEEE4B.vlmax-datatype , dy:PssIEEE4B.kl2-cardinality , dy:IdentifiedObject.name-datatype , dy:PssIEEE4B.ti6-cardinality , dy:PssIEEE4B.ti1-cardinality , dy:PssIEEE4B.ti1-datatype , dy:PssIEEE4B.ti7-cardinality , dy:PssIEEE4B.omeganh2-cardinality , dy:PssIEEE4B.omeganh2-datatype , dy:PssIEEE4B.th10-cardinality , dy:PssIEEE4B.ki11-cardinality , dy:PssIEEE4B.th7-datatype ; + sh:targetClass cim:PssIEEE4B . + +dy:PssIEEE4B.bwh1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bwh1)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.bwh1-cardinality" ; + sh:order 2093 ; + sh:path cim:PssIEEE4B.bwh1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.bwh1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bwh1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.bwh1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2093 ; + sh:path cim:PssIEEE4B.bwh1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.bwh2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bwh2)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.bwh2-cardinality" ; + sh:order 2094 ; + sh:path cim:PssIEEE4B.bwh2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.bwh2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bwh2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.bwh2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2094 ; + sh:path cim:PssIEEE4B.bwh2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.bwl1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bwl1)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.bwl1-cardinality" ; + sh:order 2095 ; + sh:path cim:PssIEEE4B.bwl1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.bwl1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bwl1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.bwl1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2095 ; + sh:path cim:PssIEEE4B.bwl1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.bwl2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bwl2)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.bwl2-cardinality" ; + sh:order 2096 ; + sh:path cim:PssIEEE4B.bwl2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.bwl2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bwl2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.bwl2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2096 ; + sh:path cim:PssIEEE4B.bwl2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kh-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.kh-cardinality" ; + sh:order 2097 ; + sh:path cim:PssIEEE4B.kh ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kh-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.kh-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2097 ; + sh:path cim:PssIEEE4B.kh ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kh1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh1)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.kh1-cardinality" ; + sh:order 2098 ; + sh:path cim:PssIEEE4B.kh1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kh1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.kh1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2098 ; + sh:path cim:PssIEEE4B.kh1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kh11-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh11)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.kh11-cardinality" ; + sh:order 2099 ; + sh:path cim:PssIEEE4B.kh11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kh11-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh11." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.kh11-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2099 ; + sh:path cim:PssIEEE4B.kh11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kh17-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh17)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.kh17-cardinality" ; + sh:order 2100 ; + sh:path cim:PssIEEE4B.kh17 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kh17-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh17." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.kh17-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2100 ; + sh:path cim:PssIEEE4B.kh17 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kh2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kh2)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.kh2-cardinality" ; + sh:order 2101 ; + sh:path cim:PssIEEE4B.kh2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kh2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kh2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.kh2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2101 ; + sh:path cim:PssIEEE4B.kh2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ki-cardinality" ; + sh:order 2102 ; + sh:path cim:PssIEEE4B.ki ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2102 ; + sh:path cim:PssIEEE4B.ki ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ki1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki1)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ki1-cardinality" ; + sh:order 2103 ; + sh:path cim:PssIEEE4B.ki1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ki1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ki1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2103 ; + sh:path cim:PssIEEE4B.ki1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ki11-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki11)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ki11-cardinality" ; + sh:order 2104 ; + sh:path cim:PssIEEE4B.ki11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ki11-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki11." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ki11-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2104 ; + sh:path cim:PssIEEE4B.ki11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ki17-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki17)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ki17-cardinality" ; + sh:order 2105 ; + sh:path cim:PssIEEE4B.ki17 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ki17-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki17." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ki17-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2105 ; + sh:path cim:PssIEEE4B.ki17 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ki2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki2)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ki2-cardinality" ; + sh:order 2106 ; + sh:path cim:PssIEEE4B.ki2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ki2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ki2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2106 ; + sh:path cim:PssIEEE4B.ki2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kl)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.kl-cardinality" ; + sh:order 2107 ; + sh:path cim:PssIEEE4B.kl ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.kl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2107 ; + sh:path cim:PssIEEE4B.kl ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kl1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kl1)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.kl1-cardinality" ; + sh:order 2108 ; + sh:path cim:PssIEEE4B.kl1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kl1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kl1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.kl1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2108 ; + sh:path cim:PssIEEE4B.kl1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kl11-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kl11)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.kl11-cardinality" ; + sh:order 2109 ; + sh:path cim:PssIEEE4B.kl11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kl11-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kl11." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.kl11-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2109 ; + sh:path cim:PssIEEE4B.kl11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kl17-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kl17)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.kl17-cardinality" ; + sh:order 2110 ; + sh:path cim:PssIEEE4B.kl17 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kl17-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kl17." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.kl17-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2110 ; + sh:path cim:PssIEEE4B.kl17 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kl2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kl2)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.kl2-cardinality" ; + sh:order 2111 ; + sh:path cim:PssIEEE4B.kl2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.kl2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kl2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.kl2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2111 ; + sh:path cim:PssIEEE4B.kl2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.omeganh1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (omeganh1)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.omeganh1-cardinality" ; + sh:order 2112 ; + sh:path cim:PssIEEE4B.omeganh1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.omeganh1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the omeganh1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.omeganh1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2112 ; + sh:path cim:PssIEEE4B.omeganh1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.omeganh2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (omeganh2)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.omeganh2-cardinality" ; + sh:order 2113 ; + sh:path cim:PssIEEE4B.omeganh2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.omeganh2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the omeganh2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.omeganh2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2113 ; + sh:path cim:PssIEEE4B.omeganh2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.omeganl1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (omeganl1)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.omeganl1-cardinality" ; + sh:order 2114 ; + sh:path cim:PssIEEE4B.omeganl1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.omeganl1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the omeganl1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.omeganl1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2114 ; + sh:path cim:PssIEEE4B.omeganl1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.omeganl2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (omeganl2)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.omeganl2-cardinality" ; + sh:order 2115 ; + sh:path cim:PssIEEE4B.omeganl2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.omeganl2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the omeganl2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.omeganl2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2115 ; + sh:path cim:PssIEEE4B.omeganl2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th1)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th1-cardinality" ; + sh:order 2116 ; + sh:path cim:PssIEEE4B.th1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2116 ; + sh:path cim:PssIEEE4B.th1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th10)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th10-cardinality" ; + sh:order 2117 ; + sh:path cim:PssIEEE4B.th10 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2117 ; + sh:path cim:PssIEEE4B.th10 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th11-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th11)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th11-cardinality" ; + sh:order 2118 ; + sh:path cim:PssIEEE4B.th11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th11-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th11." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th11-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2118 ; + sh:path cim:PssIEEE4B.th11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th12-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th12)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th12-cardinality" ; + sh:order 2119 ; + sh:path cim:PssIEEE4B.th12 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th12-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th12." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th12-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2119 ; + sh:path cim:PssIEEE4B.th12 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th2)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th2-cardinality" ; + sh:order 2120 ; + sh:path cim:PssIEEE4B.th2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2120 ; + sh:path cim:PssIEEE4B.th2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th3)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th3-cardinality" ; + sh:order 2121 ; + sh:path cim:PssIEEE4B.th3 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2121 ; + sh:path cim:PssIEEE4B.th3 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th4)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th4-cardinality" ; + sh:order 2122 ; + sh:path cim:PssIEEE4B.th4 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2122 ; + sh:path cim:PssIEEE4B.th4 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th5)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th5-cardinality" ; + sh:order 2123 ; + sh:path cim:PssIEEE4B.th5 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2123 ; + sh:path cim:PssIEEE4B.th5 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th6)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th6-cardinality" ; + sh:order 2124 ; + sh:path cim:PssIEEE4B.th6 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2124 ; + sh:path cim:PssIEEE4B.th6 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th7)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th7-cardinality" ; + sh:order 2125 ; + sh:path cim:PssIEEE4B.th7 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2125 ; + sh:path cim:PssIEEE4B.th7 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th8)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th8-cardinality" ; + sh:order 2126 ; + sh:path cim:PssIEEE4B.th8 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2126 ; + sh:path cim:PssIEEE4B.th8 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (th9)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.th9-cardinality" ; + sh:order 2127 ; + sh:path cim:PssIEEE4B.th9 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.th9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the th9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.th9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2127 ; + sh:path cim:PssIEEE4B.th9 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti1)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti1-cardinality" ; + sh:order 2128 ; + sh:path cim:PssIEEE4B.ti1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2128 ; + sh:path cim:PssIEEE4B.ti1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti10)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti10-cardinality" ; + sh:order 2129 ; + sh:path cim:PssIEEE4B.ti10 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2129 ; + sh:path cim:PssIEEE4B.ti10 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti11-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti11)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti11-cardinality" ; + sh:order 2130 ; + sh:path cim:PssIEEE4B.ti11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti11-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti11." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti11-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2130 ; + sh:path cim:PssIEEE4B.ti11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti12-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti12)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti12-cardinality" ; + sh:order 2131 ; + sh:path cim:PssIEEE4B.ti12 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti12-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti12." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti12-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2131 ; + sh:path cim:PssIEEE4B.ti12 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti2)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti2-cardinality" ; + sh:order 2132 ; + sh:path cim:PssIEEE4B.ti2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2132 ; + sh:path cim:PssIEEE4B.ti2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti3)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti3-cardinality" ; + sh:order 2133 ; + sh:path cim:PssIEEE4B.ti3 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2133 ; + sh:path cim:PssIEEE4B.ti3 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti4)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti4-cardinality" ; + sh:order 2134 ; + sh:path cim:PssIEEE4B.ti4 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2134 ; + sh:path cim:PssIEEE4B.ti4 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti5)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti5-cardinality" ; + sh:order 2135 ; + sh:path cim:PssIEEE4B.ti5 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2135 ; + sh:path cim:PssIEEE4B.ti5 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti6)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti6-cardinality" ; + sh:order 2136 ; + sh:path cim:PssIEEE4B.ti6 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2136 ; + sh:path cim:PssIEEE4B.ti6 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti7)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti7-cardinality" ; + sh:order 2137 ; + sh:path cim:PssIEEE4B.ti7 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2137 ; + sh:path cim:PssIEEE4B.ti7 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti8)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti8-cardinality" ; + sh:order 2138 ; + sh:path cim:PssIEEE4B.ti8 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2138 ; + sh:path cim:PssIEEE4B.ti8 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ti9)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.ti9-cardinality" ; + sh:order 2139 ; + sh:path cim:PssIEEE4B.ti9 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.ti9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ti9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.ti9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2139 ; + sh:path cim:PssIEEE4B.ti9 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl1)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl1-cardinality" ; + sh:order 2140 ; + sh:path cim:PssIEEE4B.tl1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2140 ; + sh:path cim:PssIEEE4B.tl1 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl10)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl10-cardinality" ; + sh:order 2141 ; + sh:path cim:PssIEEE4B.tl10 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2141 ; + sh:path cim:PssIEEE4B.tl10 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl11-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl11)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl11-cardinality" ; + sh:order 2142 ; + sh:path cim:PssIEEE4B.tl11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl11-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl11." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl11-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2142 ; + sh:path cim:PssIEEE4B.tl11 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl12-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl12)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl12-cardinality" ; + sh:order 2143 ; + sh:path cim:PssIEEE4B.tl12 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl12-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl12." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl12-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2143 ; + sh:path cim:PssIEEE4B.tl12 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl2)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl2-cardinality" ; + sh:order 2144 ; + sh:path cim:PssIEEE4B.tl2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2144 ; + sh:path cim:PssIEEE4B.tl2 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl3)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl3-cardinality" ; + sh:order 2145 ; + sh:path cim:PssIEEE4B.tl3 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2145 ; + sh:path cim:PssIEEE4B.tl3 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl4)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl4-cardinality" ; + sh:order 2146 ; + sh:path cim:PssIEEE4B.tl4 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2146 ; + sh:path cim:PssIEEE4B.tl4 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl5)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl5-cardinality" ; + sh:order 2147 ; + sh:path cim:PssIEEE4B.tl5 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2147 ; + sh:path cim:PssIEEE4B.tl5 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl6)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl6-cardinality" ; + sh:order 2148 ; + sh:path cim:PssIEEE4B.tl6 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2148 ; + sh:path cim:PssIEEE4B.tl6 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl7)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl7-cardinality" ; + sh:order 2149 ; + sh:path cim:PssIEEE4B.tl7 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2149 ; + sh:path cim:PssIEEE4B.tl7 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl8)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl8-cardinality" ; + sh:order 2150 ; + sh:path cim:PssIEEE4B.tl8 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2150 ; + sh:path cim:PssIEEE4B.tl8 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tl9)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.tl9-cardinality" ; + sh:order 2151 ; + sh:path cim:PssIEEE4B.tl9 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.tl9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tl9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.tl9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2151 ; + sh:path cim:PssIEEE4B.tl9 ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vhmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vhmax)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.vhmax-cardinality" ; + sh:order 2152 ; + sh:path cim:PssIEEE4B.vhmax ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vhmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vhmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.vhmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2152 ; + sh:path cim:PssIEEE4B.vhmax ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vhmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vhmin)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.vhmin-cardinality" ; + sh:order 2153 ; + sh:path cim:PssIEEE4B.vhmin ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vhmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vhmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.vhmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2153 ; + sh:path cim:PssIEEE4B.vhmin ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimax)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.vimax-cardinality" ; + sh:order 2154 ; + sh:path cim:PssIEEE4B.vimax ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.vimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2154 ; + sh:path cim:PssIEEE4B.vimax ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vimin)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.vimin-cardinality" ; + sh:order 2155 ; + sh:path cim:PssIEEE4B.vimin ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.vimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2155 ; + sh:path cim:PssIEEE4B.vimin ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vlmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vlmax)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.vlmax-cardinality" ; + sh:order 2156 ; + sh:path cim:PssIEEE4B.vlmax ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vlmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vlmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.vlmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2156 ; + sh:path cim:PssIEEE4B.vlmax ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vlmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vlmin)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.vlmin-cardinality" ; + sh:order 2157 ; + sh:path cim:PssIEEE4B.vlmin ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vlmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vlmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.vlmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2157 ; + sh:path cim:PssIEEE4B.vlmin ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vstmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vstmax)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.vstmax-cardinality" ; + sh:order 2158 ; + sh:path cim:PssIEEE4B.vstmax ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vstmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vstmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.vstmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2158 ; + sh:path cim:PssIEEE4B.vstmax ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vstmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vstmin)." ; + sh:minCount 1 ; + sh:name "PssIEEE4B.vstmin-cardinality" ; + sh:order 2159 ; + sh:path cim:PssIEEE4B.vstmin ; + sh:severity sh:Violation . + +dy:PssIEEE4B.vstmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vstmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssIEEE4B.vstmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2159 ; + sh:path cim:PssIEEE4B.vstmin ; + sh:severity sh:Violation . + +dy:PssPTIST1 rdf:type sh:NodeShape ; + sh:property dy:DynamicsFunctionBlock.enabled-cardinality , dy:PssPTIST1.dtp-cardinality , dy:PssPTIST1.dtc-datatype , dy:IdentifiedObject.name-datatype , dy:PssPTIST1.k-datatype , dy:PssPTIST1.tp-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:PssPTIST1.t3-cardinality , dy:PssPTIST1.tf-datatype , dy:PssPTIST1.m-cardinality , dy:PssPTIST1.t2-datatype , dy:PssPTIST1.dtf-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-datatype , dy:PssPTIST1.k-cardinality , dy:PssPTIST1.t4-cardinality , dy:PssPTIST1.t3-datatype , dy:IdentifiedObject.description-cardinality , dy:PssPTIST1.tp-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssPTIST1.dtp-datatype , dy:PssPTIST1.dtc-cardinality , dy:IdentifiedObject.name-cardinality , dy:PssPTIST1.t4-datatype , dy:IdentifiedObject.mRID-datatype , dy:PssPTIST1.m-datatype , dy:PssPTIST1.t1-cardinality , dy:PssPTIST1.tf-cardinality , dy:PssPTIST1.dtf-datatype , dy:PssPTIST1.t2-cardinality , dy:PssPTIST1.t1-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType ; + sh:targetClass cim:PssPTIST1 . + +dy:PssPTIST1.dtc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dtc)." ; + sh:minCount 1 ; + sh:name "PssPTIST1.dtc-cardinality" ; + sh:order 2281 ; + sh:path cim:PssPTIST1.dtc ; + sh:severity sh:Violation . + +dy:PssPTIST1.dtc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dtc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST1.dtc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2281 ; + sh:path cim:PssPTIST1.dtc ; + sh:severity sh:Violation . + +dy:PssPTIST1.dtf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dtf)." ; + sh:minCount 1 ; + sh:name "PssPTIST1.dtf-cardinality" ; + sh:order 2280 ; + sh:path cim:PssPTIST1.dtf ; + sh:severity sh:Violation . + +dy:PssPTIST1.dtf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dtf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST1.dtf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2280 ; + sh:path cim:PssPTIST1.dtf ; + sh:severity sh:Violation . + +dy:PssPTIST1.dtp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dtp)." ; + sh:minCount 1 ; + sh:name "PssPTIST1.dtp-cardinality" ; + sh:order 2282 ; + sh:path cim:PssPTIST1.dtp ; + sh:severity sh:Violation . + +dy:PssPTIST1.dtp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dtp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST1.dtp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2282 ; + sh:path cim:PssPTIST1.dtp ; + sh:severity sh:Violation . + +dy:PssPTIST1.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "PssPTIST1.k-cardinality" ; + sh:order 2279 ; + sh:path cim:PssPTIST1.k ; + sh:severity sh:Violation . + +dy:PssPTIST1.k-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST1.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2279 ; + sh:path cim:PssPTIST1.k ; + sh:severity sh:Violation . + +dy:PssPTIST1.m-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (m)." ; + sh:minCount 1 ; + sh:name "PssPTIST1.m-cardinality" ; + sh:order 2272 ; + sh:path cim:PssPTIST1.m ; + sh:severity sh:Violation . + +dy:PssPTIST1.m-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the m." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST1.m-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2272 ; + sh:path cim:PssPTIST1.m ; + sh:severity sh:Violation . + +dy:PssPTIST1.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "PssPTIST1.t1-cardinality" ; + sh:order 2275 ; + sh:path cim:PssPTIST1.t1 ; + sh:severity sh:Violation . + +dy:PssPTIST1.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST1.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2275 ; + sh:path cim:PssPTIST1.t1 ; + sh:severity sh:Violation . + +dy:PssPTIST1.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "PssPTIST1.t2-cardinality" ; + sh:order 2276 ; + sh:path cim:PssPTIST1.t2 ; + sh:severity sh:Violation . + +dy:PssPTIST1.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST1.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2276 ; + sh:path cim:PssPTIST1.t2 ; + sh:severity sh:Violation . + +dy:PssPTIST1.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "PssPTIST1.t3-cardinality" ; + sh:order 2277 ; + sh:path cim:PssPTIST1.t3 ; + sh:severity sh:Violation . + +dy:PssPTIST1.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST1.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2277 ; + sh:path cim:PssPTIST1.t3 ; + sh:severity sh:Violation . + +dy:PssPTIST1.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "PssPTIST1.t4-cardinality" ; + sh:order 2278 ; + sh:path cim:PssPTIST1.t4 ; + sh:severity sh:Violation . + +dy:PssPTIST1.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST1.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2278 ; + sh:path cim:PssPTIST1.t4 ; + sh:severity sh:Violation . + +dy:PssPTIST1.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "PssPTIST1.tf-cardinality" ; + sh:order 2273 ; + sh:path cim:PssPTIST1.tf ; + sh:severity sh:Violation . + +dy:PssPTIST1.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST1.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2273 ; + sh:path cim:PssPTIST1.tf ; + sh:severity sh:Violation . + +dy:PssPTIST1.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "PssPTIST1.tp-cardinality" ; + sh:order 2274 ; + sh:path cim:PssPTIST1.tp ; + sh:severity sh:Violation . + +dy:PssPTIST1.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST1.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2274 ; + sh:path cim:PssPTIST1.tp ; + sh:severity sh:Violation . + +dy:PssPTIST3 rdf:type sh:NodeShape ; + sh:property dy:DynamicsFunctionBlock.enabled-datatype , dy:PssPTIST3.tf-datatype , dy:PssPTIST3.k-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:PssPTIST3.nav-datatype , dy:PssPTIST3.t6-cardinality , dy:PssPTIST3.al-cardinality , dy:PssPTIST3.athres-cardinality , dy:PssPTIST3.t6-datatype , dy:IdentifiedObject.name-cardinality , dy:PssPTIST3.a5-datatype , dy:PssPTIST3.t3-cardinality , dy:PssPTIST3.b0-cardinality , dy:PssPTIST3.t2-datatype , dy:PssPTIST3.a2-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:PssPTIST3.a4-datatype , dy:PssPTIST3.dtp-cardinality , dy:PssPTIST3.ncr-cardinality , dy:PssPTIST3.b4-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:PssPTIST3.tp-datatype , dy:PssPTIST3.dtf-cardinality , dy:PssPTIST3.tp-cardinality , dy:PssPTIST3.m-cardinality , dy:PssPTIST3.al-datatype , dy:PssPTIST3.ncl-cardinality , dy:PssPTIST3.t4-cardinality , dy:PssPTIST3.b2-cardinality , dy:PssPTIST3.b1-datatype , dy:PssPTIST3.b5-datatype , dy:PssPTIST3.t5-datatype , dy:PssPTIST3.b1-cardinality , dy:PssPTIST3.isw-datatype , dy:PssPTIST3.tf-cardinality , dy:PssPTIST3.b0-datatype , dy:PssPTIST3.dtp-datatype , dy:PssPTIST3.ncl-datatype , dy:IdentifiedObject.mRID-datatype , dy:PssPTIST3.t2-cardinality , dy:PssPTIST3.pmin-datatype , dy:PssPTIST3.m-datatype , dy:PssPTIST3.t5-cardinality , dy:PssPTIST3.a0-datatype , dy:PssPTIST3.t3-datatype , dy:PssPTIST3.isw-cardinality , dy:PssPTIST3.a0-cardinality , dy:PssPTIST3.pmin-cardinality , dy:PssPTIST3.athres-datatype , dy:PssPTIST3.a2-datatype , dy:PssPTIST3.dl-cardinality , dy:PssPTIST3.b5-cardinality , dy:PssPTIST3.t1-cardinality , dy:PssPTIST3.t1-datatype , dy:IdentifiedObject.description-cardinality , dy:PssPTIST3.dtf-datatype , dy:PssPTIST3.t4-datatype , dy:IdentifiedObject.description-datatype , dy:PssPTIST3.ncr-datatype , dy:PssPTIST3.dtc-datatype , dy:IdentifiedObject.mRID-cardinality , dy:PssPTIST3.a3-cardinality , dy:PssPTIST3.a1-datatype , dy:PssPTIST3.a4-cardinality , dy:PssPTIST3.b3-cardinality , dy:PssPTIST3.a5-cardinality , dy:PssPTIST3.dtc-cardinality , dy:PssPTIST3.b4-cardinality , dy:PssPTIST3.nav-cardinality , dy:PssPTIST3.dl-datatype , dy:PssPTIST3.a1-cardinality , dy:PssPTIST3.b2-datatype , dy:PssPTIST3.b3-datatype , dy:PssPTIST3.lthres-datatype , dy:PssPTIST3.lthres-cardinality , dy:PssPTIST3.a3-datatype , dy:IdentifiedObject.name-datatype , dy:PssPTIST3.k-cardinality ; + sh:targetClass cim:PssPTIST3 . + +dy:PssPTIST3.a0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a0)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.a0-cardinality" ; + sh:order 2296 ; + sh:path cim:PssPTIST3.a0 ; + sh:severity sh:Violation . + +dy:PssPTIST3.a0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.a0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2296 ; + sh:path cim:PssPTIST3.a0 ; + sh:severity sh:Violation . + +dy:PssPTIST3.a1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a1)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.a1-cardinality" ; + sh:order 2297 ; + sh:path cim:PssPTIST3.a1 ; + sh:severity sh:Violation . + +dy:PssPTIST3.a1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.a1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2297 ; + sh:path cim:PssPTIST3.a1 ; + sh:severity sh:Violation . + +dy:PssPTIST3.a2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a2)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.a2-cardinality" ; + sh:order 2298 ; + sh:path cim:PssPTIST3.a2 ; + sh:severity sh:Violation . + +dy:PssPTIST3.a2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.a2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2298 ; + sh:path cim:PssPTIST3.a2 ; + sh:severity sh:Violation . + +dy:PssPTIST3.a3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a3)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.a3-cardinality" ; + sh:order 2302 ; + sh:path cim:PssPTIST3.a3 ; + sh:severity sh:Violation . + +dy:PssPTIST3.a3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.a3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2302 ; + sh:path cim:PssPTIST3.a3 ; + sh:severity sh:Violation . + +dy:PssPTIST3.a4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a4)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.a4-cardinality" ; + sh:order 2303 ; + sh:path cim:PssPTIST3.a4 ; + sh:severity sh:Violation . + +dy:PssPTIST3.a4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.a4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2303 ; + sh:path cim:PssPTIST3.a4 ; + sh:severity sh:Violation . + +dy:PssPTIST3.a5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (a5)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.a5-cardinality" ; + sh:order 2304 ; + sh:path cim:PssPTIST3.a5 ; + sh:severity sh:Violation . + +dy:PssPTIST3.a5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the a5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.a5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2304 ; + sh:path cim:PssPTIST3.a5 ; + sh:severity sh:Violation . + +dy:PssPTIST3.al-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (al)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.al-cardinality" ; + sh:order 2310 ; + sh:path cim:PssPTIST3.al ; + sh:severity sh:Violation . + +dy:PssPTIST3.al-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the al." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.al-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2310 ; + sh:path cim:PssPTIST3.al ; + sh:severity sh:Violation . + +dy:PssPTIST3.athres-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (athres)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.athres-cardinality" ; + sh:order 2308 ; + sh:path cim:PssPTIST3.athres ; + sh:severity sh:Violation . + +dy:PssPTIST3.athres-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the athres." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.athres-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2308 ; + sh:path cim:PssPTIST3.athres ; + sh:severity sh:Violation . + +dy:PssPTIST3.b0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b0)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.b0-cardinality" ; + sh:order 2299 ; + sh:path cim:PssPTIST3.b0 ; + sh:severity sh:Violation . + +dy:PssPTIST3.b0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.b0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2299 ; + sh:path cim:PssPTIST3.b0 ; + sh:severity sh:Violation . + +dy:PssPTIST3.b1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b1)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.b1-cardinality" ; + sh:order 2300 ; + sh:path cim:PssPTIST3.b1 ; + sh:severity sh:Violation . + +dy:PssPTIST3.b1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.b1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2300 ; + sh:path cim:PssPTIST3.b1 ; + sh:severity sh:Violation . + +dy:PssPTIST3.b2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b2)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.b2-cardinality" ; + sh:order 2301 ; + sh:path cim:PssPTIST3.b2 ; + sh:severity sh:Violation . + +dy:PssPTIST3.b2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.b2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2301 ; + sh:path cim:PssPTIST3.b2 ; + sh:severity sh:Violation . + +dy:PssPTIST3.b3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b3)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.b3-cardinality" ; + sh:order 2305 ; + sh:path cim:PssPTIST3.b3 ; + sh:severity sh:Violation . + +dy:PssPTIST3.b3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.b3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2305 ; + sh:path cim:PssPTIST3.b3 ; + sh:severity sh:Violation . + +dy:PssPTIST3.b4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b4)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.b4-cardinality" ; + sh:order 2306 ; + sh:path cim:PssPTIST3.b4 ; + sh:severity sh:Violation . + +dy:PssPTIST3.b4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.b4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2306 ; + sh:path cim:PssPTIST3.b4 ; + sh:severity sh:Violation . + +dy:PssPTIST3.b5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b5)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.b5-cardinality" ; + sh:order 2307 ; + sh:path cim:PssPTIST3.b5 ; + sh:severity sh:Violation . + +dy:PssPTIST3.b5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.b5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2307 ; + sh:path cim:PssPTIST3.b5 ; + sh:severity sh:Violation . + +dy:PssPTIST3.dl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dl)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.dl-cardinality" ; + sh:order 2309 ; + sh:path cim:PssPTIST3.dl ; + sh:severity sh:Violation . + +dy:PssPTIST3.dl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.dl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2309 ; + sh:path cim:PssPTIST3.dl ; + sh:severity sh:Violation . + +dy:PssPTIST3.dtc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dtc)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.dtc-cardinality" ; + sh:order 2292 ; + sh:path cim:PssPTIST3.dtc ; + sh:severity sh:Violation . + +dy:PssPTIST3.dtc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dtc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.dtc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2292 ; + sh:path cim:PssPTIST3.dtc ; + sh:severity sh:Violation . + +dy:PssPTIST3.dtf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dtf)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.dtf-cardinality" ; + sh:order 2291 ; + sh:path cim:PssPTIST3.dtf ; + sh:severity sh:Violation . + +dy:PssPTIST3.dtf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dtf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.dtf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2291 ; + sh:path cim:PssPTIST3.dtf ; + sh:severity sh:Violation . + +dy:PssPTIST3.dtp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dtp)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.dtp-cardinality" ; + sh:order 2293 ; + sh:path cim:PssPTIST3.dtp ; + sh:severity sh:Violation . + +dy:PssPTIST3.dtp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dtp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.dtp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2293 ; + sh:path cim:PssPTIST3.dtp ; + sh:severity sh:Violation . + +dy:PssPTIST3.isw-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (isw)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.isw-cardinality" ; + sh:order 2313 ; + sh:path cim:PssPTIST3.isw ; + sh:severity sh:Violation . + +dy:PssPTIST3.isw-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the isw." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.isw-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2313 ; + sh:path cim:PssPTIST3.isw ; + sh:severity sh:Violation . + +dy:PssPTIST3.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.k-cardinality" ; + sh:order 2290 ; + sh:path cim:PssPTIST3.k ; + sh:severity sh:Violation . + +dy:PssPTIST3.k-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2290 ; + sh:path cim:PssPTIST3.k ; + sh:severity sh:Violation . + +dy:PssPTIST3.lthres-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lthres)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.lthres-cardinality" ; + sh:order 2311 ; + sh:path cim:PssPTIST3.lthres ; + sh:severity sh:Violation . + +dy:PssPTIST3.lthres-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lthres." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.lthres-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2311 ; + sh:path cim:PssPTIST3.lthres ; + sh:severity sh:Violation . + +dy:PssPTIST3.m-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (m)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.m-cardinality" ; + sh:order 2283 ; + sh:path cim:PssPTIST3.m ; + sh:severity sh:Violation . + +dy:PssPTIST3.m-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the m." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.m-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2283 ; + sh:path cim:PssPTIST3.m ; + sh:severity sh:Violation . + +dy:PssPTIST3.nav-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (nav)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.nav-cardinality" ; + sh:order 2314 ; + sh:path cim:PssPTIST3.nav ; + sh:severity sh:Violation . + +dy:PssPTIST3.nav-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the nav." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.nav-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2314 ; + sh:path cim:PssPTIST3.nav ; + sh:severity sh:Violation . + +dy:PssPTIST3.ncl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ncl)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.ncl-cardinality" ; + sh:order 2315 ; + sh:path cim:PssPTIST3.ncl ; + sh:severity sh:Violation . + +dy:PssPTIST3.ncl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ncl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.ncl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2315 ; + sh:path cim:PssPTIST3.ncl ; + sh:severity sh:Violation . + +dy:PssPTIST3.ncr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ncr)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.ncr-cardinality" ; + sh:order 2316 ; + sh:path cim:PssPTIST3.ncr ; + sh:severity sh:Violation . + +dy:PssPTIST3.ncr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ncr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.ncr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2316 ; + sh:path cim:PssPTIST3.ncr ; + sh:severity sh:Violation . + +dy:PssPTIST3.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.pmin-cardinality" ; + sh:order 2312 ; + sh:path cim:PssPTIST3.pmin ; + sh:severity sh:Violation . + +dy:PssPTIST3.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2312 ; + sh:path cim:PssPTIST3.pmin ; + sh:severity sh:Violation . + +dy:PssPTIST3.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.t1-cardinality" ; + sh:order 2286 ; + sh:path cim:PssPTIST3.t1 ; + sh:severity sh:Violation . + +dy:PssPTIST3.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2286 ; + sh:path cim:PssPTIST3.t1 ; + sh:severity sh:Violation . + +dy:PssPTIST3.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.t2-cardinality" ; + sh:order 2287 ; + sh:path cim:PssPTIST3.t2 ; + sh:severity sh:Violation . + +dy:PssPTIST3.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2287 ; + sh:path cim:PssPTIST3.t2 ; + sh:severity sh:Violation . + +dy:PssPTIST3.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.t3-cardinality" ; + sh:order 2288 ; + sh:path cim:PssPTIST3.t3 ; + sh:severity sh:Violation . + +dy:PssPTIST3.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2288 ; + sh:path cim:PssPTIST3.t3 ; + sh:severity sh:Violation . + +dy:PssPTIST3.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.t4-cardinality" ; + sh:order 2289 ; + sh:path cim:PssPTIST3.t4 ; + sh:severity sh:Violation . + +dy:PssPTIST3.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2289 ; + sh:path cim:PssPTIST3.t4 ; + sh:severity sh:Violation . + +dy:PssPTIST3.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.t5-cardinality" ; + sh:order 2294 ; + sh:path cim:PssPTIST3.t5 ; + sh:severity sh:Violation . + +dy:PssPTIST3.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2294 ; + sh:path cim:PssPTIST3.t5 ; + sh:severity sh:Violation . + +dy:PssPTIST3.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.t6-cardinality" ; + sh:order 2295 ; + sh:path cim:PssPTIST3.t6 ; + sh:severity sh:Violation . + +dy:PssPTIST3.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2295 ; + sh:path cim:PssPTIST3.t6 ; + sh:severity sh:Violation . + +dy:PssPTIST3.tf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.tf-cardinality" ; + sh:order 2284 ; + sh:path cim:PssPTIST3.tf ; + sh:severity sh:Violation . + +dy:PssPTIST3.tf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.tf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2284 ; + sh:path cim:PssPTIST3.tf ; + sh:severity sh:Violation . + +dy:PssPTIST3.tp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tp)." ; + sh:minCount 1 ; + sh:name "PssPTIST3.tp-cardinality" ; + sh:order 2285 ; + sh:path cim:PssPTIST3.tp ; + sh:severity sh:Violation . + +dy:PssPTIST3.tp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssPTIST3.tp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2285 ; + sh:path cim:PssPTIST3.tp ; + sh:severity sh:Violation . + +dy:PssRQB rdf:type sh:NodeShape ; + sh:property dy:PssRQB.tomd-datatype , dy:PssRQB.ki3-datatype , dy:PssRQB.ki2-datatype , dy:PssRQB.kdpm-datatype , dy:PssRQB.kdpm-cardinality , dy:PssRQB.sibv-cardinality , dy:PssRQB.t4mom-datatype , dy:PssRQB.tomsl-datatype , dy:PssRQB.ki2-cardinality , dy:IdentifiedObject.description-datatype , dy:PssRQB.ki4-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:PssRQB.tomd-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.name-datatype , dy:PssRQB.t4m-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.description-cardinality , dy:PssRQB.sibv-datatype , dy:PssRQB.t4mom-cardinality , dy:PssRQB.t4f-datatype , dy:IdentifiedObject.name-cardinality , dy:PssRQB.ki3-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssRQB.tomsl-cardinality , dy:PssRQB.ki4-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PssRQB.t4f-cardinality , dy:PssRQB.t4m-cardinality ; + sh:targetClass cim:PssRQB . + +dy:PssRQB.kdpm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kdpm)." ; + sh:minCount 1 ; + sh:name "PssRQB.kdpm-cardinality" ; + sh:order 2325 ; + sh:path cim:PssRQB.kdpm ; + sh:severity sh:Violation . + +dy:PssRQB.kdpm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kdpm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssRQB.kdpm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2325 ; + sh:path cim:PssRQB.kdpm ; + sh:severity sh:Violation . + +dy:PssRQB.ki2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki2)." ; + sh:minCount 1 ; + sh:name "PssRQB.ki2-cardinality" ; + sh:order 2317 ; + sh:path cim:PssRQB.ki2 ; + sh:severity sh:Violation . + +dy:PssRQB.ki2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssRQB.ki2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2317 ; + sh:path cim:PssRQB.ki2 ; + sh:severity sh:Violation . + +dy:PssRQB.ki3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki3)." ; + sh:minCount 1 ; + sh:name "PssRQB.ki3-cardinality" ; + sh:order 2318 ; + sh:path cim:PssRQB.ki3 ; + sh:severity sh:Violation . + +dy:PssRQB.ki3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssRQB.ki3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2318 ; + sh:path cim:PssRQB.ki3 ; + sh:severity sh:Violation . + +dy:PssRQB.ki4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki4)." ; + sh:minCount 1 ; + sh:name "PssRQB.ki4-cardinality" ; + sh:order 2319 ; + sh:path cim:PssRQB.ki4 ; + sh:severity sh:Violation . + +dy:PssRQB.ki4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssRQB.ki4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2319 ; + sh:path cim:PssRQB.ki4 ; + sh:severity sh:Violation . + +dy:PssRQB.sibv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (sibv)." ; + sh:minCount 1 ; + sh:name "PssRQB.sibv-cardinality" ; + sh:order 2324 ; + sh:path cim:PssRQB.sibv ; + sh:severity sh:Violation . + +dy:PssRQB.sibv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the sibv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssRQB.sibv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2324 ; + sh:path cim:PssRQB.sibv ; + sh:severity sh:Violation . + +dy:PssRQB.t4f-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4f)." ; + sh:minCount 1 ; + sh:name "PssRQB.t4f-cardinality" ; + sh:order 2326 ; + sh:path cim:PssRQB.t4f ; + sh:severity sh:Violation . + +dy:PssRQB.t4f-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4f." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssRQB.t4f-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2326 ; + sh:path cim:PssRQB.t4f ; + sh:severity sh:Violation . + +dy:PssRQB.t4m-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4m)." ; + sh:minCount 1 ; + sh:name "PssRQB.t4m-cardinality" ; + sh:order 2320 ; + sh:path cim:PssRQB.t4m ; + sh:severity sh:Violation . + +dy:PssRQB.t4m-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4m." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssRQB.t4m-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2320 ; + sh:path cim:PssRQB.t4m ; + sh:severity sh:Violation . + +dy:PssRQB.t4mom-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4mom)." ; + sh:minCount 1 ; + sh:name "PssRQB.t4mom-cardinality" ; + sh:order 2323 ; + sh:path cim:PssRQB.t4mom ; + sh:severity sh:Violation . + +dy:PssRQB.t4mom-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4mom." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssRQB.t4mom-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2323 ; + sh:path cim:PssRQB.t4mom ; + sh:severity sh:Violation . + +dy:PssRQB.tomd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tomd)." ; + sh:minCount 1 ; + sh:name "PssRQB.tomd-cardinality" ; + sh:order 2321 ; + sh:path cim:PssRQB.tomd ; + sh:severity sh:Violation . + +dy:PssRQB.tomd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tomd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssRQB.tomd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2321 ; + sh:path cim:PssRQB.tomd ; + sh:severity sh:Violation . + +dy:PssRQB.tomsl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tomsl)." ; + sh:minCount 1 ; + sh:name "PssRQB.tomsl-cardinality" ; + sh:order 2322 ; + sh:path cim:PssRQB.tomsl ; + sh:severity sh:Violation . + +dy:PssRQB.tomsl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tomsl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssRQB.tomsl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2322 ; + sh:path cim:PssRQB.tomsl ; + sh:severity sh:Violation . + +dy:PssSB4 rdf:type sh:NodeShape ; + sh:property dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:PssSB4.tb-datatype , dy:IdentifiedObject.mRID-datatype , dy:PssSB4.tx1-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssSB4.tx1-datatype , dy:IdentifiedObject.description-datatype , dy:PssSB4.td-cardinality , dy:PssSB4.tc-cardinality , dy:IdentifiedObject.description-cardinality , dy:PssSB4.te-cardinality , dy:PssSB4.tx2-cardinality , dy:PssSB4.vsmax-datatype , dy:PssSB4.te-datatype , dy:PssSB4.tx2-datatype , dy:PssSB4.vsmin-datatype , dy:PssSB4.tc-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.name-datatype , dy:PssSB4.ta-datatype , dy:PssSB4.tt-cardinality , dy:PssSB4.vsmax-cardinality , dy:PssSB4.vsmin-cardinality , dy:PssSB4.ta-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.name-cardinality , dy:PssSB4.td-datatype , dy:PssSB4.kx-cardinality , dy:PssSB4.tb-cardinality , dy:PssSB4.tt-datatype , dy:PssSB4.kx-datatype ; + sh:targetClass cim:PssSB4 . + +dy:PssSB4.kx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kx)." ; + sh:minCount 1 ; + sh:name "PssSB4.kx-cardinality" ; + sh:order 2328 ; + sh:path cim:PssSB4.kx ; + sh:severity sh:Violation . + +dy:PssSB4.kx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSB4.kx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2328 ; + sh:path cim:PssSB4.kx ; + sh:severity sh:Violation . + +dy:PssSB4.ta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ta)." ; + sh:minCount 1 ; + sh:name "PssSB4.ta-cardinality" ; + sh:order 2330 ; + sh:path cim:PssSB4.ta ; + sh:severity sh:Violation . + +dy:PssSB4.ta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSB4.ta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2330 ; + sh:path cim:PssSB4.ta ; + sh:severity sh:Violation . + +dy:PssSB4.tb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tb)." ; + sh:minCount 1 ; + sh:name "PssSB4.tb-cardinality" ; + sh:order 2332 ; + sh:path cim:PssSB4.tb ; + sh:severity sh:Violation . + +dy:PssSB4.tb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSB4.tb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2332 ; + sh:path cim:PssSB4.tb ; + sh:severity sh:Violation . + +dy:PssSB4.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "PssSB4.tc-cardinality" ; + sh:order 2333 ; + sh:path cim:PssSB4.tc ; + sh:severity sh:Violation . + +dy:PssSB4.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSB4.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2333 ; + sh:path cim:PssSB4.tc ; + sh:severity sh:Violation . + +dy:PssSB4.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "PssSB4.td-cardinality" ; + sh:order 2334 ; + sh:path cim:PssSB4.td ; + sh:severity sh:Violation . + +dy:PssSB4.td-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSB4.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2334 ; + sh:path cim:PssSB4.td ; + sh:severity sh:Violation . + +dy:PssSB4.te-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (te)." ; + sh:minCount 1 ; + sh:name "PssSB4.te-cardinality" ; + sh:order 2335 ; + sh:path cim:PssSB4.te ; + sh:severity sh:Violation . + +dy:PssSB4.te-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the te." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSB4.te-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2335 ; + sh:path cim:PssSB4.te ; + sh:severity sh:Violation . + +dy:PssSB4.tt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tt)." ; + sh:minCount 1 ; + sh:name "PssSB4.tt-cardinality" ; + sh:order 2327 ; + sh:path cim:PssSB4.tt ; + sh:severity sh:Violation . + +dy:PssSB4.tt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSB4.tt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2327 ; + sh:path cim:PssSB4.tt ; + sh:severity sh:Violation . + +dy:PssSB4.tx1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tx1)." ; + sh:minCount 1 ; + sh:name "PssSB4.tx1-cardinality" ; + sh:order 2331 ; + sh:path cim:PssSB4.tx1 ; + sh:severity sh:Violation . + +dy:PssSB4.tx1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tx1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSB4.tx1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2331 ; + sh:path cim:PssSB4.tx1 ; + sh:severity sh:Violation . + +dy:PssSB4.tx2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tx2)." ; + sh:minCount 1 ; + sh:name "PssSB4.tx2-cardinality" ; + sh:order 2329 ; + sh:path cim:PssSB4.tx2 ; + sh:severity sh:Violation . + +dy:PssSB4.tx2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tx2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSB4.tx2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2329 ; + sh:path cim:PssSB4.tx2 ; + sh:severity sh:Violation . + +dy:PssSB4.vsmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmax)." ; + sh:minCount 1 ; + sh:name "PssSB4.vsmax-cardinality" ; + sh:order 2336 ; + sh:path cim:PssSB4.vsmax ; + sh:severity sh:Violation . + +dy:PssSB4.vsmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSB4.vsmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2336 ; + sh:path cim:PssSB4.vsmax ; + sh:severity sh:Violation . + +dy:PssSB4.vsmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmin)." ; + sh:minCount 1 ; + sh:name "PssSB4.vsmin-cardinality" ; + sh:order 2337 ; + sh:path cim:PssSB4.vsmin ; + sh:severity sh:Violation . + +dy:PssSB4.vsmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSB4.vsmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2337 ; + sh:path cim:PssSB4.vsmin ; + sh:severity sh:Violation . + +dy:PssSH rdf:type sh:NodeShape ; + sh:property dy:PssSH.t2-cardinality , dy:PssSH.k4-cardinality , dy:PssSH.k-datatype , dy:PssSH.k-cardinality , dy:PssSH.t1-datatype , dy:PssSH.k2-cardinality , dy:PssSH.t3-datatype , dy:PssSH.t3-cardinality , dy:PssSH.vsmax-datatype , dy:PssSH.t4-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.description-cardinality , dy:PssSH.k1-datatype , dy:PssSH.k3-datatype , dy:PssSH.td-datatype , dy:PssSH.td-cardinality , dy:PssSH.k0-cardinality , dy:PssSH.k2-datatype , dy:IdentifiedObject.mRID-datatype , dy:PssSH.t1-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:PssSH.k1-cardinality , dy:IdentifiedObject.description-datatype , dy:PssSH.k0-datatype , dy:IdentifiedObject.name-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssSH.k4-datatype , dy:PssSH.vsmin-cardinality , dy:PssSH.k3-cardinality , dy:IdentifiedObject.name-cardinality , dy:PssSH.vsmin-datatype , dy:PssSH.t4-cardinality , dy:PssSH.t2-datatype , dy:PssSH.vsmax-cardinality ; + sh:targetClass cim:PssSH . + +dy:PssSH.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "PssSH.k-cardinality" ; + sh:order 2338 ; + sh:path cim:PssSH.k ; + sh:severity sh:Violation . + +dy:PssSH.k-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2338 ; + sh:path cim:PssSH.k ; + sh:severity sh:Violation . + +dy:PssSH.k0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k0)." ; + sh:minCount 1 ; + sh:name "PssSH.k0-cardinality" ; + sh:order 2339 ; + sh:path cim:PssSH.k0 ; + sh:severity sh:Violation . + +dy:PssSH.k0-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.k0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2339 ; + sh:path cim:PssSH.k0 ; + sh:severity sh:Violation . + +dy:PssSH.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "PssSH.k1-cardinality" ; + sh:order 2340 ; + sh:path cim:PssSH.k1 ; + sh:severity sh:Violation . + +dy:PssSH.k1-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2340 ; + sh:path cim:PssSH.k1 ; + sh:severity sh:Violation . + +dy:PssSH.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "PssSH.k2-cardinality" ; + sh:order 2341 ; + sh:path cim:PssSH.k2 ; + sh:severity sh:Violation . + +dy:PssSH.k2-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2341 ; + sh:path cim:PssSH.k2 ; + sh:severity sh:Violation . + +dy:PssSH.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "PssSH.k3-cardinality" ; + sh:order 2342 ; + sh:path cim:PssSH.k3 ; + sh:severity sh:Violation . + +dy:PssSH.k3-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2342 ; + sh:path cim:PssSH.k3 ; + sh:severity sh:Violation . + +dy:PssSH.k4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k4)." ; + sh:minCount 1 ; + sh:name "PssSH.k4-cardinality" ; + sh:order 2343 ; + sh:path cim:PssSH.k4 ; + sh:severity sh:Violation . + +dy:PssSH.k4-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.k4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2343 ; + sh:path cim:PssSH.k4 ; + sh:severity sh:Violation . + +dy:PssSH.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "PssSH.t1-cardinality" ; + sh:order 2345 ; + sh:path cim:PssSH.t1 ; + sh:severity sh:Violation . + +dy:PssSH.t1-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2345 ; + sh:path cim:PssSH.t1 ; + sh:severity sh:Violation . + +dy:PssSH.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "PssSH.t2-cardinality" ; + sh:order 2346 ; + sh:path cim:PssSH.t2 ; + sh:severity sh:Violation . + +dy:PssSH.t2-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2346 ; + sh:path cim:PssSH.t2 ; + sh:severity sh:Violation . + +dy:PssSH.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "PssSH.t3-cardinality" ; + sh:order 2347 ; + sh:path cim:PssSH.t3 ; + sh:severity sh:Violation . + +dy:PssSH.t3-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2347 ; + sh:path cim:PssSH.t3 ; + sh:severity sh:Violation . + +dy:PssSH.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "PssSH.t4-cardinality" ; + sh:order 2348 ; + sh:path cim:PssSH.t4 ; + sh:severity sh:Violation . + +dy:PssSH.t4-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2348 ; + sh:path cim:PssSH.t4 ; + sh:severity sh:Violation . + +dy:PssSH.td-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (td)." ; + sh:minCount 1 ; + sh:name "PssSH.td-cardinality" ; + sh:order 2344 ; + sh:path cim:PssSH.td ; + sh:severity sh:Violation . + +dy:PssSH.td-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the td." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.td-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2344 ; + sh:path cim:PssSH.td ; + sh:severity sh:Violation . + +dy:PssSH.vsmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmax)." ; + sh:minCount 1 ; + sh:name "PssSH.vsmax-cardinality" ; + sh:order 2349 ; + sh:path cim:PssSH.vsmax ; + sh:severity sh:Violation . + +dy:PssSH.vsmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.vsmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2349 ; + sh:path cim:PssSH.vsmax ; + sh:severity sh:Violation . + +dy:PssSH.vsmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmin)." ; + sh:minCount 1 ; + sh:name "PssSH.vsmin-cardinality" ; + sh:order 2350 ; + sh:path cim:PssSH.vsmin ; + sh:severity sh:Violation . + +dy:PssSH.vsmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSH.vsmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2350 ; + sh:path cim:PssSH.vsmin ; + sh:severity sh:Violation . + +dy:PssSK rdf:type sh:NodeShape ; + sh:property dy:PssSK.t1-cardinality , dy:IdentifiedObject.description-cardinality , dy:PssSK.vsmin-datatype , dy:PssSK.t5-cardinality , dy:PssSK.t4-datatype , dy:PssSK.t6-datatype , dy:PssSK.t6-cardinality , dy:IdentifiedObject.name-cardinality , dy:PssSK.t3-datatype , dy:PssSK.k2-datatype , dy:IdentifiedObject.description-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssSK.vsmin-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:PssSK.k1-datatype , dy:PssSK.t4-cardinality , dy:PssSK.vsmax-datatype , dy:PssSK.k3-datatype , dy:PssSK.t2-datatype , dy:PssSK.k3-cardinality , dy:PssSK.t2-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.name-datatype , dy:PssSK.vsmax-cardinality , dy:PssSK.k1-cardinality , dy:PssSK.t3-cardinality , dy:PssSK.t1-datatype , dy:IdentifiedObject.mRID-datatype , dy:PssSK.t5-datatype , dy:PssSK.k2-cardinality ; + sh:targetClass cim:PssSK . + +dy:PssSK.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "PssSK.k1-cardinality" ; + sh:order 2351 ; + sh:path cim:PssSK.k1 ; + sh:severity sh:Violation . + +dy:PssSK.k1-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSK.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2351 ; + sh:path cim:PssSK.k1 ; + sh:severity sh:Violation . + +dy:PssSK.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "PssSK.k2-cardinality" ; + sh:order 2352 ; + sh:path cim:PssSK.k2 ; + sh:severity sh:Violation . + +dy:PssSK.k2-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSK.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2352 ; + sh:path cim:PssSK.k2 ; + sh:severity sh:Violation . + +dy:PssSK.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "PssSK.k3-cardinality" ; + sh:order 2353 ; + sh:path cim:PssSK.k3 ; + sh:severity sh:Violation . + +dy:PssSK.k3-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSK.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2353 ; + sh:path cim:PssSK.k3 ; + sh:severity sh:Violation . + +dy:PssSK.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "PssSK.t1-cardinality" ; + sh:order 2354 ; + sh:path cim:PssSK.t1 ; + sh:severity sh:Violation . + +dy:PssSK.t1-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSK.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2354 ; + sh:path cim:PssSK.t1 ; + sh:severity sh:Violation . + +dy:PssSK.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "PssSK.t2-cardinality" ; + sh:order 2355 ; + sh:path cim:PssSK.t2 ; + sh:severity sh:Violation . + +dy:PssSK.t2-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSK.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2355 ; + sh:path cim:PssSK.t2 ; + sh:severity sh:Violation . + +dy:PssSK.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "PssSK.t3-cardinality" ; + sh:order 2356 ; + sh:path cim:PssSK.t3 ; + sh:severity sh:Violation . + +dy:PssSK.t3-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSK.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2356 ; + sh:path cim:PssSK.t3 ; + sh:severity sh:Violation . + +dy:PssSK.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "PssSK.t4-cardinality" ; + sh:order 2357 ; + sh:path cim:PssSK.t4 ; + sh:severity sh:Violation . + +dy:PssSK.t4-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSK.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2357 ; + sh:path cim:PssSK.t4 ; + sh:severity sh:Violation . + +dy:PssSK.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "PssSK.t5-cardinality" ; + sh:order 2358 ; + sh:path cim:PssSK.t5 ; + sh:severity sh:Violation . + +dy:PssSK.t5-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSK.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2358 ; + sh:path cim:PssSK.t5 ; + sh:severity sh:Violation . + +dy:PssSK.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "PssSK.t6-cardinality" ; + sh:order 2359 ; + sh:path cim:PssSK.t6 ; + sh:severity sh:Violation . + +dy:PssSK.t6-datatype rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSK.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2359 ; + sh:path cim:PssSK.t6 ; + sh:severity sh:Violation . + +dy:PssSK.vsmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmax)." ; + sh:minCount 1 ; + sh:name "PssSK.vsmax-cardinality" ; + sh:order 2360 ; + sh:path cim:PssSK.vsmax ; + sh:severity sh:Violation . + +dy:PssSK.vsmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSK.vsmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2360 ; + sh:path cim:PssSK.vsmax ; + sh:severity sh:Violation . + +dy:PssSK.vsmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmin)." ; + sh:minCount 1 ; + sh:name "PssSK.vsmin-cardinality" ; + sh:order 2361 ; + sh:path cim:PssSK.vsmin ; + sh:severity sh:Violation . + +dy:PssSK.vsmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSK.vsmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2361 ; + sh:path cim:PssSK.vsmin ; + sh:severity sh:Violation . + +dy:PssSTAB2A rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality , dy:PssSTAB2A.k3-cardinality , dy:PssSTAB2A.hlim-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-cardinality , dy:PssSTAB2A.t5-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssSTAB2A.k4-cardinality , dy:PssSTAB2A.k2-datatype , dy:PssSTAB2A.k3-datatype , dy:PssSTAB2A.k5-datatype , dy:PssSTAB2A.t2-datatype , dy:PssSTAB2A.k2-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-datatype , dy:PssSTAB2A.k4-datatype , dy:PssSTAB2A.t5-datatype , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:PssSTAB2A.t3-datatype , dy:PssSTAB2A.k5-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:PssSTAB2A.hlim-datatype , dy:PssSTAB2A.t3-cardinality , dy:PssSTAB2A.t2-cardinality ; + sh:targetClass cim:PssSTAB2A . + +dy:PssSTAB2A.hlim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hlim)." ; + sh:minCount 1 ; + sh:name "PssSTAB2A.hlim-cardinality" ; + sh:order 2369 ; + sh:path cim:PssSTAB2A.hlim ; + sh:severity sh:Violation . + +dy:PssSTAB2A.hlim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the hlim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSTAB2A.hlim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2369 ; + sh:path cim:PssSTAB2A.hlim ; + sh:severity sh:Violation . + +dy:PssSTAB2A.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "PssSTAB2A.k2-cardinality" ; + sh:order 2362 ; + sh:path cim:PssSTAB2A.k2 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSTAB2A.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2362 ; + sh:path cim:PssSTAB2A.k2 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.k3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k3)." ; + sh:minCount 1 ; + sh:name "PssSTAB2A.k3-cardinality" ; + sh:order 2363 ; + sh:path cim:PssSTAB2A.k3 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.k3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSTAB2A.k3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2363 ; + sh:path cim:PssSTAB2A.k3 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.k4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k4)." ; + sh:minCount 1 ; + sh:name "PssSTAB2A.k4-cardinality" ; + sh:order 2364 ; + sh:path cim:PssSTAB2A.k4 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.k4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSTAB2A.k4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2364 ; + sh:path cim:PssSTAB2A.k4 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.k5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k5)." ; + sh:minCount 1 ; + sh:name "PssSTAB2A.k5-cardinality" ; + sh:order 2365 ; + sh:path cim:PssSTAB2A.k5 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.k5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSTAB2A.k5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2365 ; + sh:path cim:PssSTAB2A.k5 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "PssSTAB2A.t2-cardinality" ; + sh:order 2366 ; + sh:path cim:PssSTAB2A.t2 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSTAB2A.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2366 ; + sh:path cim:PssSTAB2A.t2 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "PssSTAB2A.t3-cardinality" ; + sh:order 2367 ; + sh:path cim:PssSTAB2A.t3 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSTAB2A.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2367 ; + sh:path cim:PssSTAB2A.t3 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "PssSTAB2A.t5-cardinality" ; + sh:order 2368 ; + sh:path cim:PssSTAB2A.t5 ; + sh:severity sh:Violation . + +dy:PssSTAB2A.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssSTAB2A.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2368 ; + sh:path cim:PssSTAB2A.t5 ; + sh:severity sh:Violation . + +dy:PssWECC rdf:type sh:NodeShape ; + sh:property dy:PssWECC.t7-cardinality , dy:PssWECC.inputSignal2Type-cardinality , dy:IdentifiedObject.name-datatype , dy:PssWECC.vcl-cardinality , dy:PssWECC.t9-datatype , dy:PssWECC.t5-datatype , dy:IdentifiedObject.mRID-datatype , dy:PssWECC.t10-datatype , dy:PssWECC.t2-cardinality , dy:PssWECC.t4-cardinality , dy:PssWECC.t9-cardinality , dy:IdentifiedObject.name-cardinality , dy:PssWECC.k2-cardinality , dy:IdentifiedObject.description-datatype , dy:PssWECC.t5-cardinality , dy:PssWECC.t1-cardinality , dy:PssWECC.t1-datatype , dy:PssWECC.vcu-cardinality , dy:PssWECC.inputSignal1Type-cardinality , dy:PssWECC.t2-datatype , dy:PssWECC.k1-cardinality , dy:PssWECC.t8-cardinality , dy:PssWECC.t4-datatype , dy:PssWECC.t10-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:PssWECC.t8-datatype , dy:PssWECC.vsmax-datatype , dy:PssWECC.vsmin-datatype , dy:PssWECC.t3-cardinality , dy:PssWECC.t3-datatype , dy:PssWECC.k2-datatype , dy:PssWECC.t7-datatype , dy:PssWECC.vsmax-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:PssWECC.k1-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:PssWECC.inputSignal2Type-datatype , dy:PssWECC.vcu-datatype , dy:PssWECC.t6-cardinality , dy:PssWECC.vcl-datatype , dy:PssWECC.vsmin-cardinality , dy:PssWECC.t6-datatype , dy:IdentifiedObject.description-cardinality , dy:PowerSystemStabilizerDynamics.ExcitationSystemDynamics-valueType , dy:PssWECC.inputSignal1Type-datatype ; + sh:targetClass cim:PssWECC . + +dy:PssWECC.inputSignal1Type-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inputSignal1Type)." ; + sh:minCount 1 ; + sh:name "PssWECC.inputSignal1Type-cardinality" ; + sh:order 2370 ; + sh:path cim:PssWECC.inputSignal1Type ; + sh:severity sh:Violation . + +dy:PssWECC.inputSignal1Type-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the inputSignal1Type." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:InputSignalKind.rotorSpeed cim:InputSignalKind.rotorAngularFrequencyDeviation cim:InputSignalKind.busFrequency cim:InputSignalKind.busFrequencyDeviation cim:InputSignalKind.generatorElectricalPower cim:InputSignalKind.generatorAcceleratingPower cim:InputSignalKind.busVoltage cim:InputSignalKind.busVoltageDerivative cim:InputSignalKind.branchCurrent cim:InputSignalKind.fieldCurrent cim:InputSignalKind.generatorMechanicalPower ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "PssWECC.inputSignal1Type-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2370 ; + sh:path cim:PssWECC.inputSignal1Type ; + sh:severity sh:Violation . + +dy:PssWECC.inputSignal2Type-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inputSignal2Type)." ; + sh:minCount 1 ; + sh:name "PssWECC.inputSignal2Type-cardinality" ; + sh:order 2371 ; + sh:path cim:PssWECC.inputSignal2Type ; + sh:severity sh:Violation . + +dy:PssWECC.inputSignal2Type-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the inputSignal2Type." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:InputSignalKind.rotorSpeed cim:InputSignalKind.rotorAngularFrequencyDeviation cim:InputSignalKind.busFrequency cim:InputSignalKind.busFrequencyDeviation cim:InputSignalKind.generatorElectricalPower cim:InputSignalKind.generatorAcceleratingPower cim:InputSignalKind.busVoltage cim:InputSignalKind.busVoltageDerivative cim:InputSignalKind.branchCurrent cim:InputSignalKind.fieldCurrent cim:InputSignalKind.generatorMechanicalPower ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "PssWECC.inputSignal2Type-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2371 ; + sh:path cim:PssWECC.inputSignal2Type ; + sh:severity sh:Violation . + +dy:PssWECC.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "PssWECC.k1-cardinality" ; + sh:order 2372 ; + sh:path cim:PssWECC.k1 ; + sh:severity sh:Violation . + +dy:PssWECC.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2372 ; + sh:path cim:PssWECC.k1 ; + sh:severity sh:Violation . + +dy:PssWECC.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "PssWECC.k2-cardinality" ; + sh:order 2374 ; + sh:path cim:PssWECC.k2 ; + sh:severity sh:Violation . + +dy:PssWECC.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2374 ; + sh:path cim:PssWECC.k2 ; + sh:severity sh:Violation . + +dy:PssWECC.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "PssWECC.t1-cardinality" ; + sh:order 2373 ; + sh:path cim:PssWECC.t1 ; + sh:severity sh:Violation . + +dy:PssWECC.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2373 ; + sh:path cim:PssWECC.t1 ; + sh:severity sh:Violation . + +dy:PssWECC.t10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t10)." ; + sh:minCount 1 ; + sh:name "PssWECC.t10-cardinality" ; + sh:order 2382 ; + sh:path cim:PssWECC.t10 ; + sh:severity sh:Violation . + +dy:PssWECC.t10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.t10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2382 ; + sh:path cim:PssWECC.t10 ; + sh:severity sh:Violation . + +dy:PssWECC.t2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t2)." ; + sh:minCount 1 ; + sh:name "PssWECC.t2-cardinality" ; + sh:order 2375 ; + sh:path cim:PssWECC.t2 ; + sh:severity sh:Violation . + +dy:PssWECC.t2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.t2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2375 ; + sh:path cim:PssWECC.t2 ; + sh:severity sh:Violation . + +dy:PssWECC.t3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t3)." ; + sh:minCount 1 ; + sh:name "PssWECC.t3-cardinality" ; + sh:order 2376 ; + sh:path cim:PssWECC.t3 ; + sh:severity sh:Violation . + +dy:PssWECC.t3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.t3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2376 ; + sh:path cim:PssWECC.t3 ; + sh:severity sh:Violation . + +dy:PssWECC.t4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t4)." ; + sh:minCount 1 ; + sh:name "PssWECC.t4-cardinality" ; + sh:order 2377 ; + sh:path cim:PssWECC.t4 ; + sh:severity sh:Violation . + +dy:PssWECC.t4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.t4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2377 ; + sh:path cim:PssWECC.t4 ; + sh:severity sh:Violation . + +dy:PssWECC.t5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t5)." ; + sh:minCount 1 ; + sh:name "PssWECC.t5-cardinality" ; + sh:order 2378 ; + sh:path cim:PssWECC.t5 ; + sh:severity sh:Violation . + +dy:PssWECC.t5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.t5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2378 ; + sh:path cim:PssWECC.t5 ; + sh:severity sh:Violation . + +dy:PssWECC.t6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t6)." ; + sh:minCount 1 ; + sh:name "PssWECC.t6-cardinality" ; + sh:order 2379 ; + sh:path cim:PssWECC.t6 ; + sh:severity sh:Violation . + +dy:PssWECC.t6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.t6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2379 ; + sh:path cim:PssWECC.t6 ; + sh:severity sh:Violation . + +dy:PssWECC.t7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t7)." ; + sh:minCount 1 ; + sh:name "PssWECC.t7-cardinality" ; + sh:order 2380 ; + sh:path cim:PssWECC.t7 ; + sh:severity sh:Violation . + +dy:PssWECC.t7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.t7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2380 ; + sh:path cim:PssWECC.t7 ; + sh:severity sh:Violation . + +dy:PssWECC.t8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t8)." ; + sh:minCount 1 ; + sh:name "PssWECC.t8-cardinality" ; + sh:order 2381 ; + sh:path cim:PssWECC.t8 ; + sh:severity sh:Violation . + +dy:PssWECC.t8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.t8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2381 ; + sh:path cim:PssWECC.t8 ; + sh:severity sh:Violation . + +dy:PssWECC.t9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t9)." ; + sh:minCount 1 ; + sh:name "PssWECC.t9-cardinality" ; + sh:order 2383 ; + sh:path cim:PssWECC.t9 ; + sh:severity sh:Violation . + +dy:PssWECC.t9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.t9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2383 ; + sh:path cim:PssWECC.t9 ; + sh:severity sh:Violation . + +dy:PssWECC.vcl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vcl)." ; + sh:minCount 1 ; + sh:name "PssWECC.vcl-cardinality" ; + sh:order 2387 ; + sh:path cim:PssWECC.vcl ; + sh:severity sh:Violation . + +dy:PssWECC.vcl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vcl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.vcl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2387 ; + sh:path cim:PssWECC.vcl ; + sh:severity sh:Violation . + +dy:PssWECC.vcu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vcu)." ; + sh:minCount 1 ; + sh:name "PssWECC.vcu-cardinality" ; + sh:order 2386 ; + sh:path cim:PssWECC.vcu ; + sh:severity sh:Violation . + +dy:PssWECC.vcu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vcu." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.vcu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2386 ; + sh:path cim:PssWECC.vcu ; + sh:severity sh:Violation . + +dy:PssWECC.vsmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmax)." ; + sh:minCount 1 ; + sh:name "PssWECC.vsmax-cardinality" ; + sh:order 2384 ; + sh:path cim:PssWECC.vsmax ; + sh:severity sh:Violation . + +dy:PssWECC.vsmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.vsmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2384 ; + sh:path cim:PssWECC.vsmax ; + sh:severity sh:Violation . + +dy:PssWECC.vsmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vsmin)." ; + sh:minCount 1 ; + sh:name "PssWECC.vsmin-cardinality" ; + sh:order 2385 ; + sh:path cim:PssWECC.vsmin ; + sh:severity sh:Violation . + +dy:PssWECC.vsmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vsmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PssWECC.vsmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2385 ; + sh:path cim:PssWECC.vsmin ; + sh:severity sh:Violation . + +dy:RemoteInputSignal rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:RemoteInputSignal.remoteSignalType-cardinality , dy:IdentifiedObject.description-datatype , dy:RemoteInputSignal.remoteSignalType-datatype , dy:RemoteInputSignal.DiscontinuousExcitationControlDynamics-cardinality , dy:RemoteInputSignal.UnderexcitationLimiterDynamics-cardinality , dy:RemoteInputSignal.VoltageCompensatorDynamics-cardinality , dy:RemoteInputSignal.Terminal-valueType , dy:RemoteInputSignal.Terminal-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.description-cardinality , dy:RemoteInputSignal.PowerSystemStabilizerDynamics-cardinality , dy:RemoteInputSignal.PFVArControllerType1Dynamics-cardinality ; + sh:targetClass cim:RemoteInputSignal . + +dy:RemoteInputSignal.DiscontinuousExcitationControlDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RemoteInputSignal.DiscontinuousExcitationControlDynamics-cardinality" ; + sh:order 2694 ; + sh:path cim:RemoteInputSignal.DiscontinuousExcitationControlDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.DiscontinuousExcitationControlDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscontinuousExcitationControlUserDefined-valueType dy:RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscExcContIEEEDEC3A-valueType dy:RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscExcContIEEEDEC2A-valueType dy:RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscExcContIEEEDEC1A-valueType ) . + +dy:RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscExcContIEEEDEC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiscExcContIEEEDEC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiscExcContIEEEDEC1A." ; + sh:name "RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscExcContIEEEDEC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path cim:RemoteInputSignal.DiscontinuousExcitationControlDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscExcContIEEEDEC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiscExcContIEEEDEC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiscExcContIEEEDEC2A." ; + sh:name "RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscExcContIEEEDEC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path cim:RemoteInputSignal.DiscontinuousExcitationControlDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscExcContIEEEDEC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiscExcContIEEEDEC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiscExcContIEEEDEC3A." ; + sh:name "RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscExcContIEEEDEC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path cim:RemoteInputSignal.DiscontinuousExcitationControlDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscontinuousExcitationControlUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiscontinuousExcitationControlUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiscontinuousExcitationControlUserDefined." ; + sh:name "RemoteInputSignal.DiscontinuousExcitationControlDynamicsDiscontinuousExcitationControlUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path cim:RemoteInputSignal.DiscontinuousExcitationControlDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PFVArControllerType1Dynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RemoteInputSignal.PFVArControllerType1Dynamics-cardinality" ; + sh:order 2697 ; + sh:path cim:RemoteInputSignal.PFVArControllerType1Dynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PFVArControllerType1Dynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:RemoteInputSignal.PFVArControllerType1DynamicsPFVArControllerType1UserDefined-valueType dy:RemoteInputSignal.PFVArControllerType1DynamicsPFVArType1IEEEVArController-valueType dy:RemoteInputSignal.PFVArControllerType1DynamicsPFVArType1IEEEPFController-valueType ) . + +dy:RemoteInputSignal.PFVArControllerType1DynamicsPFVArControllerType1UserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PFVArControllerType1UserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PFVArControllerType1UserDefined." ; + sh:name "RemoteInputSignal.PFVArControllerType1DynamicsPFVArControllerType1UserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path cim:RemoteInputSignal.PFVArControllerType1Dynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PFVArControllerType1DynamicsPFVArType1IEEEPFController-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PFVArType1IEEEPFController ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PFVArType1IEEEPFController." ; + sh:name "RemoteInputSignal.PFVArControllerType1DynamicsPFVArType1IEEEPFController-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 36 ; + sh:path cim:RemoteInputSignal.PFVArControllerType1Dynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PFVArControllerType1DynamicsPFVArType1IEEEVArController-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PFVArType1IEEEVArController ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PFVArType1IEEEVArController." ; + sh:name "RemoteInputSignal.PFVArControllerType1DynamicsPFVArType1IEEEVArController-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path cim:RemoteInputSignal.PFVArControllerType1Dynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamics-cardinality" ; + sh:order 2695 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPowerSystemStabilizerUserDefined-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssWECC-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssSTAB2A-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssSK-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssSH-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssSB4-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssRQB-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssPTIST3-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssPTIST1-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssELIN2-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPss5-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPss2ST-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPss2B-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPss1A-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPss1-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE4B-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE3B-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE2B-valueType dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE1A-valueType ) . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPowerSystemStabilizerUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerSystemStabilizerUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerSystemStabilizerUserDefined." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPowerSystemStabilizerUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPss1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Pss1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Pss1." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPss1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPss1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Pss1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Pss1A." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPss1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPss2B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Pss2B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Pss2B." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPss2B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPss2ST-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Pss2ST ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Pss2ST." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPss2ST-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPss5-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Pss5 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Pss5." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPss5-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssELIN2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssELIN2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssELIN2." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssELIN2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssIEEE1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssIEEE1A." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE2B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssIEEE2B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssIEEE2B." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE2B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE3B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssIEEE3B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssIEEE3B." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE3B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssIEEE4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssIEEE4B." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssIEEE4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssPTIST1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssPTIST1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssPTIST1." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssPTIST1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssPTIST3-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssPTIST3 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssPTIST3." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssPTIST3-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssRQB-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssRQB ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssRQB." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssRQB-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssSB4-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssSB4 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssSB4." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssSB4-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssSH-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssSH ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssSH." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssSH-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssSK-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssSK ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssSK." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssSK-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssSTAB2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssSTAB2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssSTAB2A." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssSTAB2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.PowerSystemStabilizerDynamicsPssWECC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PssWECC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PssWECC." ; + sh:name "RemoteInputSignal.PowerSystemStabilizerDynamicsPssWECC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path cim:RemoteInputSignal.PowerSystemStabilizerDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.Terminal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "RemoteInputSignal.Terminal-cardinality" ; + sh:order 2699 ; + sh:path cim:RemoteInputSignal.Terminal ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.Terminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Terminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Terminal." ; + sh:name "RemoteInputSignal.Terminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 40 ; + sh:path cim:RemoteInputSignal.Terminal ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.UnderexcitationLimiterDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RemoteInputSignal.UnderexcitationLimiterDynamics-cardinality" ; + sh:order 2696 ; + sh:path cim:RemoteInputSignal.UnderexcitationLimiterDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.UnderexcitationLimiterDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcitationLimiterUserDefined-valueType dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimX2-valueType dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimX1-valueType dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLim2Simplified-valueType dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimIEEE2-valueType dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimIEEE1-valueType ) . + +dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLim2Simplified-valueType + rdf:type sh:PropertyShape ; + sh:class cim:UnderexcLim2Simplified ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:UnderexcLim2Simplified." ; + sh:name "RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLim2Simplified-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path cim:RemoteInputSignal.UnderexcitationLimiterDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimIEEE1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:UnderexcLimIEEE1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:UnderexcLimIEEE1." ; + sh:name "RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimIEEE1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 33 ; + sh:path cim:RemoteInputSignal.UnderexcitationLimiterDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimIEEE2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:UnderexcLimIEEE2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:UnderexcLimIEEE2." ; + sh:name "RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimIEEE2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path cim:RemoteInputSignal.UnderexcitationLimiterDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimX1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:UnderexcLimX1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:UnderexcLimX1." ; + sh:name "RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimX1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path cim:RemoteInputSignal.UnderexcitationLimiterDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimX2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:UnderexcLimX2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:UnderexcLimX2." ; + sh:name "RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcLimX2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 29 ; + sh:path cim:RemoteInputSignal.UnderexcitationLimiterDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcitationLimiterUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:UnderexcitationLimiterUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:UnderexcitationLimiterUserDefined." ; + sh:name "RemoteInputSignal.UnderexcitationLimiterDynamicsUnderexcitationLimiterUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path cim:RemoteInputSignal.UnderexcitationLimiterDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.VoltageCompensatorDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RemoteInputSignal.VoltageCompensatorDynamics-cardinality" ; + sh:order 2698 ; + sh:path cim:RemoteInputSignal.VoltageCompensatorDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.VoltageCompensatorDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:RemoteInputSignal.VoltageCompensatorDynamicsVoltageCompensatorUserDefined-valueType dy:RemoteInputSignal.VoltageCompensatorDynamicsVCompIEEEType2-valueType dy:RemoteInputSignal.VoltageCompensatorDynamicsVCompIEEEType1-valueType ) . + +dy:RemoteInputSignal.VoltageCompensatorDynamicsVCompIEEEType1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VCompIEEEType1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VCompIEEEType1." ; + sh:name "RemoteInputSignal.VoltageCompensatorDynamicsVCompIEEEType1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path cim:RemoteInputSignal.VoltageCompensatorDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.VoltageCompensatorDynamicsVCompIEEEType2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VCompIEEEType2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VCompIEEEType2." ; + sh:name "RemoteInputSignal.VoltageCompensatorDynamicsVCompIEEEType2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 38 ; + sh:path cim:RemoteInputSignal.VoltageCompensatorDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.VoltageCompensatorDynamicsVoltageCompensatorUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VoltageCompensatorUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VoltageCompensatorUserDefined." ; + sh:name "RemoteInputSignal.VoltageCompensatorDynamicsVoltageCompensatorUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path cim:RemoteInputSignal.VoltageCompensatorDynamics ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.remoteSignalType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (remoteSignalType)." ; + sh:minCount 1 ; + sh:name "RemoteInputSignal.remoteSignalType-cardinality" ; + sh:order 3 ; + sh:path cim:RemoteInputSignal.remoteSignalType ; + sh:severity sh:Violation . + +dy:RemoteInputSignal.remoteSignalType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the remoteSignalType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:RemoteSignalKind.remoteBusVoltageFrequency cim:RemoteSignalKind.remoteBusVoltageFrequencyDeviation cim:RemoteSignalKind.remoteBusFrequency cim:RemoteSignalKind.remoteBusFrequencyDeviation cim:RemoteSignalKind.remoteBusVoltageAmplitude cim:RemoteSignalKind.remoteBusVoltage cim:RemoteSignalKind.remoteBranchCurrentAmplitude cim:RemoteSignalKind.remoteBusVoltageAmplitudeDerivative cim:RemoteSignalKind.remotePuBusVoltageDerivative ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "RemoteInputSignal.remoteSignalType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path cim:RemoteInputSignal.remoteSignalType ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.damping-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (damping)." ; + sh:minCount 1 ; + sh:name "RotatingMachineDynamics.damping-cardinality" ; + sh:order 5 ; + sh:path cim:RotatingMachineDynamics.damping ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.damping-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the damping." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RotatingMachineDynamics.damping-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path cim:RotatingMachineDynamics.damping ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.inertia-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inertia)." ; + sh:minCount 1 ; + sh:name "RotatingMachineDynamics.inertia-cardinality" ; + sh:order 6 ; + sh:path cim:RotatingMachineDynamics.inertia ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.inertia-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the inertia." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RotatingMachineDynamics.inertia-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path cim:RotatingMachineDynamics.inertia ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.saturationFactor-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RotatingMachineDynamics.saturationFactor-cardinality" ; + sh:order 7 ; + sh:path cim:RotatingMachineDynamics.saturationFactor ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.saturationFactor-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the saturationFactor." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RotatingMachineDynamics.saturationFactor-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path cim:RotatingMachineDynamics.saturationFactor ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.saturationFactor120-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RotatingMachineDynamics.saturationFactor120-cardinality" ; + sh:order 8 ; + sh:path cim:RotatingMachineDynamics.saturationFactor120 ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.saturationFactor120-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the saturationFactor120." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RotatingMachineDynamics.saturationFactor120-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path cim:RotatingMachineDynamics.saturationFactor120 ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.statorLeakageReactance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (statorLeakageReactance)." ; + sh:minCount 1 ; + sh:name "RotatingMachineDynamics.statorLeakageReactance-cardinality" ; + sh:order 9 ; + sh:path cim:RotatingMachineDynamics.statorLeakageReactance ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.statorLeakageReactance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the statorLeakageReactance." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RotatingMachineDynamics.statorLeakageReactance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path cim:RotatingMachineDynamics.statorLeakageReactance ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.statorResistance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (statorResistance)." ; + sh:minCount 1 ; + sh:name "RotatingMachineDynamics.statorResistance-cardinality" ; + sh:order 10 ; + sh:path cim:RotatingMachineDynamics.statorResistance ; + sh:severity sh:Violation . + +dy:RotatingMachineDynamics.statorResistance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the statorResistance." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RotatingMachineDynamics.statorResistance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path cim:RotatingMachineDynamics.statorResistance ; + sh:severity sh:Violation . + +dy:SVCUserDefined rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:StaticVarCompensatorDynamics.StaticVarCompensator-valueType , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:StaticVarCompensatorDynamics.StaticVarCompensator-cardinality , dy:SVCUserDefined.proprietary-cardinality , dy:SVCUserDefined.proprietary-datatype ; + sh:targetClass cim:SVCUserDefined . + +dy:SVCUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "SVCUserDefined.proprietary-cardinality" ; + sh:order 2668 ; + sh:path cim:SVCUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:SVCUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SVCUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2668 ; + sh:path cim:SVCUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:StaticVarCompensatorDynamics.StaticVarCompensator-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "StaticVarCompensatorDynamics.StaticVarCompensator-cardinality" ; + sh:order 2765 ; + sh:path cim:StaticVarCompensatorDynamics.StaticVarCompensator ; + sh:severity sh:Violation . + +dy:StaticVarCompensatorDynamics.StaticVarCompensator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:StaticVarCompensator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:StaticVarCompensator." ; + sh:name "StaticVarCompensatorDynamics.StaticVarCompensator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 558 ; + sh:path cim:StaticVarCompensatorDynamics.StaticVarCompensator ; + sh:severity sh:Violation . + +dy:SynchronousMachineDetailed.efdBaseRatio-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efdBaseRatio)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineDetailed.efdBaseRatio-cardinality" ; + sh:order 13 ; + sh:path cim:SynchronousMachineDetailed.efdBaseRatio ; + sh:severity sh:Violation . + +dy:SynchronousMachineDetailed.efdBaseRatio-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efdBaseRatio." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineDetailed.efdBaseRatio-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path cim:SynchronousMachineDetailed.efdBaseRatio ; + sh:severity sh:Violation . + +dy:SynchronousMachineDetailed.ifdBaseType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ifdBaseType)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineDetailed.ifdBaseType-cardinality" ; + sh:order 14 ; + sh:path cim:SynchronousMachineDetailed.ifdBaseType ; + sh:severity sh:Violation . + +dy:SynchronousMachineDetailed.ifdBaseType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the ifdBaseType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:IfdBaseKind.ifag cim:IfdBaseKind.ifnl cim:IfdBaseKind.iffl ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "SynchronousMachineDetailed.ifdBaseType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path cim:SynchronousMachineDetailed.ifdBaseType ; + sh:severity sh:Violation . + +dy:SynchronousMachineDetailed.saturationFactor120QAxis-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachineDetailed.saturationFactor120QAxis-cardinality" ; + sh:order 12 ; + sh:path cim:SynchronousMachineDetailed.saturationFactor120QAxis ; + sh:severity sh:Violation . + +dy:SynchronousMachineDetailed.saturationFactor120QAxis-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the saturationFactor120QAxis." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineDetailed.saturationFactor120QAxis-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path cim:SynchronousMachineDetailed.saturationFactor120QAxis ; + sh:severity sh:Violation . + +dy:SynchronousMachineDetailed.saturationFactorQAxis-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachineDetailed.saturationFactorQAxis-cardinality" ; + sh:order 11 ; + sh:path cim:SynchronousMachineDetailed.saturationFactorQAxis ; + sh:severity sh:Violation . + +dy:SynchronousMachineDetailed.saturationFactorQAxis-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the saturationFactorQAxis." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineDetailed.saturationFactorQAxis-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path cim:SynchronousMachineDetailed.saturationFactorQAxis ; + sh:severity sh:Violation . + +dy:SynchronousMachineDynamics.SynchronousMachine-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SynchronousMachineDynamics.SynchronousMachine-cardinality" ; + sh:order 2700 ; + sh:path cim:SynchronousMachineDynamics.SynchronousMachine ; + sh:severity sh:Violation . + +dy:SynchronousMachineDynamics.SynchronousMachine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachine ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachine." ; + sh:name "SynchronousMachineDynamics.SynchronousMachine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 41 ; + sh:path cim:SynchronousMachineDynamics.SynchronousMachine ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-datatype , dy:SynchronousMachineEquivalentCircuit.x1q-datatype , dy:IdentifiedObject.name-cardinality , dy:SynchronousMachineDynamics.SynchronousMachine-valueType , dy:RotatingMachineDynamics.statorResistance-datatype , dy:RotatingMachineDynamics.saturationFactor120-cardinality , dy:RotatingMachineDynamics.statorResistance-cardinality , dy:SynchronousMachineEquivalentCircuit.r2q-cardinality , dy:SynchronousMachineEquivalentCircuit.r1d-datatype , dy:SynchronousMachineDetailed.ifdBaseType-datatype , dy:SynchronousMachineEquivalentCircuit.r2q-datatype , dy:RotatingMachineDynamics.statorLeakageReactance-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:RotatingMachineDynamics.inertia-cardinality , dy:SynchronousMachineEquivalentCircuit.x2q-cardinality , dy:SynchronousMachineEquivalentCircuit.xaq-datatype , dy:SynchronousMachineDetailed.saturationFactor120QAxis-datatype , dy:SynchronousMachineEquivalentCircuit.x1d-datatype , dy:RotatingMachineDynamics.inertia-datatype , dy:IdentifiedObject.description-datatype , dy:RotatingMachineDynamics.saturationFactor-cardinality , dy:SynchronousMachineEquivalentCircuit.xf1d-datatype , dy:SynchronousMachineEquivalentCircuit.x2q-datatype , dy:SynchronousMachineEquivalentCircuit.x1q-cardinality , dy:SynchronousMachineDetailed.ifdBaseType-cardinality , dy:SynchronousMachineEquivalentCircuit.rfd-cardinality , dy:IdentifiedObject.name-datatype , dy:SynchronousMachineEquivalentCircuit.r1q-cardinality , dy:SynchronousMachineDetailed.saturationFactorQAxis-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:SynchronousMachineEquivalentCircuit.xaq-cardinality , dy:SynchronousMachineEquivalentCircuit.xad-datatype , dy:RotatingMachineDynamics.statorLeakageReactance-datatype , dy:SynchronousMachineEquivalentCircuit.r1d-cardinality , dy:SynchronousMachineEquivalentCircuit.xfd-cardinality , dy:SynchronousMachineDetailed.saturationFactorQAxis-cardinality , dy:RotatingMachineDynamics.saturationFactor-datatype , dy:SynchronousMachineEquivalentCircuit.x1d-cardinality , dy:RotatingMachineDynamics.saturationFactor120-datatype , dy:SynchronousMachineEquivalentCircuit.rfd-datatype , dy:SynchronousMachineDetailed.efdBaseRatio-datatype , dy:SynchronousMachineEquivalentCircuit.xf1d-cardinality , dy:SynchronousMachineEquivalentCircuit.xfd-datatype , dy:RotatingMachineDynamics.damping-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:SynchronousMachineEquivalentCircuit.xad-cardinality , dy:IdentifiedObject.description-cardinality , dy:RotatingMachineDynamics.damping-datatype , dy:SynchronousMachineEquivalentCircuit.r1q-datatype , dy:SynchronousMachineDetailed.efdBaseRatio-cardinality , dy:SynchronousMachineDetailed.saturationFactor120QAxis-cardinality , dy:SynchronousMachineDynamics.SynchronousMachine-cardinality ; + sh:targetClass cim:SynchronousMachineEquivalentCircuit . + +dy:SynchronousMachineEquivalentCircuit.r1d-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r1d)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineEquivalentCircuit.r1d-cardinality" ; + sh:order 32 ; + sh:path cim:SynchronousMachineEquivalentCircuit.r1d ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.r1d-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r1d." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineEquivalentCircuit.r1d-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path cim:SynchronousMachineEquivalentCircuit.r1d ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.r1q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r1q)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineEquivalentCircuit.r1q-cardinality" ; + sh:order 36 ; + sh:path cim:SynchronousMachineEquivalentCircuit.r1q ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.r1q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r1q." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineEquivalentCircuit.r1q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path cim:SynchronousMachineEquivalentCircuit.r1q ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.r2q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r2q)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineEquivalentCircuit.r2q-cardinality" ; + sh:order 38 ; + sh:path cim:SynchronousMachineEquivalentCircuit.r2q ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.r2q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r2q." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineEquivalentCircuit.r2q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path cim:SynchronousMachineEquivalentCircuit.r2q ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.rfd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rfd)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineEquivalentCircuit.rfd-cardinality" ; + sh:order 30 ; + sh:path cim:SynchronousMachineEquivalentCircuit.rfd ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.rfd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rfd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineEquivalentCircuit.rfd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path cim:SynchronousMachineEquivalentCircuit.rfd ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.x1d-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x1d)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineEquivalentCircuit.x1d-cardinality" ; + sh:order 33 ; + sh:path cim:SynchronousMachineEquivalentCircuit.x1d ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.x1d-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x1d." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineEquivalentCircuit.x1d-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path cim:SynchronousMachineEquivalentCircuit.x1d ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.x1q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x1q)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineEquivalentCircuit.x1q-cardinality" ; + sh:order 37 ; + sh:path cim:SynchronousMachineEquivalentCircuit.x1q ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.x1q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x1q." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineEquivalentCircuit.x1q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 37 ; + sh:path cim:SynchronousMachineEquivalentCircuit.x1q ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.x2q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x2q)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineEquivalentCircuit.x2q-cardinality" ; + sh:order 39 ; + sh:path cim:SynchronousMachineEquivalentCircuit.x2q ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.x2q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x2q." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineEquivalentCircuit.x2q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path cim:SynchronousMachineEquivalentCircuit.x2q ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.xad-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xad)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineEquivalentCircuit.xad-cardinality" ; + sh:order 29 ; + sh:path cim:SynchronousMachineEquivalentCircuit.xad ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.xad-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xad." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineEquivalentCircuit.xad-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path cim:SynchronousMachineEquivalentCircuit.xad ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.xaq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xaq)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineEquivalentCircuit.xaq-cardinality" ; + sh:order 35 ; + sh:path cim:SynchronousMachineEquivalentCircuit.xaq ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.xaq-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xaq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineEquivalentCircuit.xaq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path cim:SynchronousMachineEquivalentCircuit.xaq ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.xf1d-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xf1d)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineEquivalentCircuit.xf1d-cardinality" ; + sh:order 34 ; + sh:path cim:SynchronousMachineEquivalentCircuit.xf1d ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.xf1d-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xf1d." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineEquivalentCircuit.xf1d-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path cim:SynchronousMachineEquivalentCircuit.xf1d ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.xfd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xfd)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineEquivalentCircuit.xfd-cardinality" ; + sh:order 31 ; + sh:path cim:SynchronousMachineEquivalentCircuit.xfd ; + sh:severity sh:Violation . + +dy:SynchronousMachineEquivalentCircuit.xfd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xfd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineEquivalentCircuit.xfd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path cim:SynchronousMachineEquivalentCircuit.xfd ; + sh:severity sh:Violation . + +dy:SynchronousMachineSimplified + rdf:type sh:NodeShape ; + sh:property dy:RotatingMachineDynamics.statorLeakageReactance-cardinality , dy:IdentifiedObject.mRID-datatype , dy:RotatingMachineDynamics.damping-datatype , dy:RotatingMachineDynamics.statorResistance-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:RotatingMachineDynamics.saturationFactor120-datatype , dy:SynchronousMachineDynamics.SynchronousMachine-cardinality , dy:IdentifiedObject.description-cardinality , dy:RotatingMachineDynamics.inertia-datatype , dy:RotatingMachineDynamics.saturationFactor-datatype , dy:RotatingMachineDynamics.statorResistance-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:RotatingMachineDynamics.statorLeakageReactance-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:RotatingMachineDynamics.damping-cardinality , dy:RotatingMachineDynamics.saturationFactor120-cardinality , dy:RotatingMachineDynamics.inertia-cardinality , dy:SynchronousMachineDynamics.SynchronousMachine-valueType , dy:RotatingMachineDynamics.saturationFactor-cardinality ; + sh:targetClass cim:SynchronousMachineSimplified . + +dy:SynchronousMachineTimeConstantReactance + rdf:type sh:NodeShape ; + sh:property dy:RotatingMachineDynamics.inertia-cardinality , dy:IdentifiedObject.mRID-datatype , dy:SynchronousMachineTimeConstantReactance.ks-datatype , dy:SynchronousMachineTimeConstantReactance.tppdo-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-cardinality , dy:SynchronousMachineTimeConstantReactance.tpdo-cardinality , dy:SynchronousMachineTimeConstantReactance.tpqo-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:RotatingMachineDynamics.damping-datatype , dy:SynchronousMachineTimeConstantReactance.modelType-datatype , dy:SynchronousMachineTimeConstantReactance.xQuadSubtrans-datatype , dy:SynchronousMachineTimeConstantReactance.xDirectSubtrans-cardinality , dy:SynchronousMachineTimeConstantReactance.xDirectTrans-datatype , dy:SynchronousMachineDetailed.saturationFactorQAxis-cardinality , dy:SynchronousMachineDetailed.ifdBaseType-datatype , dy:RotatingMachineDynamics.saturationFactor-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:SynchronousMachineDetailed.saturationFactorQAxis-datatype , dy:SynchronousMachineDetailed.efdBaseRatio-datatype , dy:SynchronousMachineTimeConstantReactance.xDirectSubtrans-datatype , dy:SynchronousMachineDetailed.saturationFactor120QAxis-cardinality , dy:SynchronousMachineTimeConstantReactance.tppdo-datatype , dy:RotatingMachineDynamics.statorLeakageReactance-cardinality , dy:RotatingMachineDynamics.saturationFactor120-cardinality , dy:SynchronousMachineTimeConstantReactance.ks-cardinality , dy:RotatingMachineDynamics.statorResistance-datatype , dy:RotatingMachineDynamics.damping-cardinality , dy:SynchronousMachineTimeConstantReactance.xQuadSync-cardinality , dy:SynchronousMachineDetailed.efdBaseRatio-cardinality , dy:RotatingMachineDynamics.saturationFactor120-datatype , dy:SynchronousMachineDynamics.SynchronousMachine-cardinality , dy:SynchronousMachineTimeConstantReactance.xQuadSync-datatype , dy:SynchronousMachineTimeConstantReactance.tpdo-datatype , dy:SynchronousMachineTimeConstantReactance.xDirectSync-datatype , dy:RotatingMachineDynamics.saturationFactor-datatype , dy:SynchronousMachineTimeConstantReactance.tppqo-datatype , dy:SynchronousMachineTimeConstantReactance.rotorType-cardinality , dy:IdentifiedObject.description-cardinality , dy:SynchronousMachineTimeConstantReactance.modelType-cardinality , dy:RotatingMachineDynamics.statorResistance-cardinality , dy:SynchronousMachineDetailed.saturationFactor120QAxis-datatype , dy:SynchronousMachineTimeConstantReactance.xQuadTrans-cardinality , dy:RotatingMachineDynamics.inertia-datatype , dy:SynchronousMachineTimeConstantReactance.tppqo-cardinality , dy:IdentifiedObject.name-datatype , dy:SynchronousMachineDetailed.ifdBaseType-cardinality , dy:SynchronousMachineTimeConstantReactance.tpqo-cardinality , dy:SynchronousMachineTimeConstantReactance.xQuadSubtrans-cardinality , dy:SynchronousMachineTimeConstantReactance.xDirectTrans-cardinality , dy:SynchronousMachineTimeConstantReactance.tc-datatype , dy:SynchronousMachineTimeConstantReactance.xQuadTrans-datatype , dy:SynchronousMachineTimeConstantReactance.xDirectSync-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:SynchronousMachineTimeConstantReactance.tc-cardinality , dy:SynchronousMachineDynamics.SynchronousMachine-valueType , dy:RotatingMachineDynamics.statorLeakageReactance-datatype , dy:SynchronousMachineTimeConstantReactance.rotorType-datatype ; + sh:targetClass cim:SynchronousMachineTimeConstantReactance . + +dy:SynchronousMachineTimeConstantReactance.ks-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ks)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineTimeConstantReactance.ks-cardinality" ; + sh:order 17 ; + sh:path cim:SynchronousMachineTimeConstantReactance.ks ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.ks-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ks." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.ks-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path cim:SynchronousMachineTimeConstantReactance.ks ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.modelType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (modelType)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineTimeConstantReactance.modelType-cardinality" ; + sh:order 16 ; + sh:path cim:SynchronousMachineTimeConstantReactance.modelType ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.modelType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the modelType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:SynchronousMachineModelKind.subtransient cim:SynchronousMachineModelKind.subtransientTypeF cim:SynchronousMachineModelKind.subtransientTypeJ cim:SynchronousMachineModelKind.subtransientSimplified cim:SynchronousMachineModelKind.subtransientSimplifiedDirectAxis ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "SynchronousMachineTimeConstantReactance.modelType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path cim:SynchronousMachineTimeConstantReactance.modelType ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.rotorType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachineTimeConstantReactance.rotorType-cardinality" ; + sh:order 15 ; + sh:path cim:SynchronousMachineTimeConstantReactance.rotorType ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.rotorType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the rotorType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:RotorKind.roundRotor cim:RotorKind.salientPole ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "SynchronousMachineTimeConstantReactance.rotorType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path cim:SynchronousMachineTimeConstantReactance.rotorType ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.tc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tc)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineTimeConstantReactance.tc-cardinality" ; + sh:order 28 ; + sh:path cim:SynchronousMachineTimeConstantReactance.tc ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.tc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.tc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path cim:SynchronousMachineTimeConstantReactance.tc ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.tpdo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpdo)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineTimeConstantReactance.tpdo-cardinality" ; + sh:order 24 ; + sh:path cim:SynchronousMachineTimeConstantReactance.tpdo ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.tpdo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpdo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.tpdo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path cim:SynchronousMachineTimeConstantReactance.tpdo ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.tppdo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tppdo)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineTimeConstantReactance.tppdo-cardinality" ; + sh:order 25 ; + sh:path cim:SynchronousMachineTimeConstantReactance.tppdo ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.tppdo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tppdo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.tppdo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path cim:SynchronousMachineTimeConstantReactance.tppdo ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.tppqo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tppqo)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineTimeConstantReactance.tppqo-cardinality" ; + sh:order 27 ; + sh:path cim:SynchronousMachineTimeConstantReactance.tppqo ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.tppqo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tppqo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.tppqo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path cim:SynchronousMachineTimeConstantReactance.tppqo ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.tpqo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachineTimeConstantReactance.tpqo-cardinality" ; + sh:order 26 ; + sh:path cim:SynchronousMachineTimeConstantReactance.tpqo ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.tpqo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpqo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.tpqo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path cim:SynchronousMachineTimeConstantReactance.tpqo ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xDirectSubtrans-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xDirectSubtrans)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineTimeConstantReactance.xDirectSubtrans-cardinality" ; + sh:order 20 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xDirectSubtrans ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xDirectSubtrans-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xDirectSubtrans." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.xDirectSubtrans-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xDirectSubtrans ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xDirectSync-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xDirectSync)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineTimeConstantReactance.xDirectSync-cardinality" ; + sh:order 18 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xDirectSync ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xDirectSync-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xDirectSync." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.xDirectSync-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xDirectSync ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xDirectTrans-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xDirectTrans)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineTimeConstantReactance.xDirectTrans-cardinality" ; + sh:order 19 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xDirectTrans ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xDirectTrans-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xDirectTrans." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.xDirectTrans-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xDirectTrans ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xQuadSubtrans-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xQuadSubtrans)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineTimeConstantReactance.xQuadSubtrans-cardinality" ; + sh:order 23 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xQuadSubtrans ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xQuadSubtrans-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xQuadSubtrans." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.xQuadSubtrans-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xQuadSubtrans ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xQuadSync-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xQuadSync)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineTimeConstantReactance.xQuadSync-cardinality" ; + sh:order 21 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xQuadSync ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xQuadSync-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xQuadSync." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.xQuadSync-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xQuadSync ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xQuadTrans-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachineTimeConstantReactance.xQuadTrans-cardinality" ; + sh:order 22 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xQuadTrans ; + sh:severity sh:Violation . + +dy:SynchronousMachineTimeConstantReactance.xQuadTrans-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xQuadTrans." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineTimeConstantReactance.xQuadTrans-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 22 ; + sh:path cim:SynchronousMachineTimeConstantReactance.xQuadTrans ; + sh:severity sh:Violation . + +dy:SynchronousMachineUserDefined + rdf:type sh:NodeShape ; + sh:property dy:RotatingMachineDynamics.saturationFactor-cardinality , dy:IdentifiedObject.description-cardinality , dy:RotatingMachineDynamics.damping-datatype , dy:RotatingMachineDynamics.inertia-datatype , dy:RotatingMachineDynamics.statorLeakageReactance-datatype , dy:IdentifiedObject.description-datatype , dy:RotatingMachineDynamics.saturationFactor-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.mRID-cardinality , dy:RotatingMachineDynamics.damping-cardinality , dy:SynchronousMachineUserDefined.proprietary-datatype , dy:IdentifiedObject.mRID-datatype , dy:RotatingMachineDynamics.inertia-cardinality , dy:RotatingMachineDynamics.saturationFactor120-cardinality , dy:SynchronousMachineDynamics.SynchronousMachine-valueType , dy:RotatingMachineDynamics.statorResistance-datatype , dy:SynchronousMachineUserDefined.proprietary-cardinality , dy:RotatingMachineDynamics.statorLeakageReactance-cardinality , dy:SynchronousMachineDynamics.SynchronousMachine-cardinality , dy:RotatingMachineDynamics.statorResistance-cardinality , dy:RotatingMachineDynamics.saturationFactor120-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.name-datatype , dy:DynamicsFunctionBlock.enabled-cardinality ; + sh:targetClass cim:SynchronousMachineUserDefined . + +dy:SynchronousMachineUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "SynchronousMachineUserDefined.proprietary-cardinality" ; + sh:order 2673 ; + sh:path cim:SynchronousMachineUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:SynchronousMachineUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachineUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2673 ; + sh:path cim:SynchronousMachineUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:Terminal.ConductingEquipment-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Terminal.ConductingEquipment-cardinality" ; + sh:order 2692 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +dy:Terminal.ConductingEquipment-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:Terminal.ConductingEquipmentEnergyConsumer-valueType ) . + +dy:Terminal.ConductingEquipmentEnergyConsumer-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EnergyConsumer ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EnergyConsumer." ; + sh:name "Terminal.ConductingEquipmentEnergyConsumer-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +dy:TurbLCFB1 rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality , dy:TurbLCFB1.speedReferenceGovernor-cardinality , dy:TurbLCFB1.db-datatype , dy:TurbLCFB1.pmwset-datatype , dy:TurbLCFB1.mwbase-datatype , dy:TurbLCFB1.mwbase-cardinality , dy:TurbLCFB1.fb-datatype , dy:TurbineLoadControllerDynamics.TurbineGovernorDynamics-cardinality , dy:TurbLCFB1.db-cardinality , dy:TurbLCFB1.irmax-datatype , dy:TurbLCFB1.kp-datatype , dy:TurbLCFB1.irmax-cardinality , dy:TurbineLoadControllerDynamics.TurbineGovernorDynamics-valueType , dy:TurbLCFB1.ki-datatype , dy:TurbLCFB1.kp-cardinality , dy:TurbLCFB1.emax-datatype , dy:TurbLCFB1.speedReferenceGovernor-datatype , dy:TurbLCFB1.pbf-cardinality , dy:TurbLCFB1.emax-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:TurbLCFB1.fbf-cardinality , dy:TurbLCFB1.fb-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:TurbLCFB1.tpelec-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:TurbLCFB1.ki-cardinality , dy:TurbLCFB1.fbf-datatype , dy:TurbLCFB1.pmwset-cardinality , dy:TurbLCFB1.tpelec-datatype , dy:TurbLCFB1.pbf-datatype ; + sh:targetClass cim:TurbLCFB1 . + +dy:TurbLCFB1.db-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (db)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.db-cardinality" ; + sh:order 947 ; + sh:path cim:TurbLCFB1.db ; + sh:severity sh:Violation . + +dy:TurbLCFB1.db-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the db." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.db-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 947 ; + sh:path cim:TurbLCFB1.db ; + sh:severity sh:Violation . + +dy:TurbLCFB1.emax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (emax)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.emax-cardinality" ; + sh:order 948 ; + sh:path cim:TurbLCFB1.emax ; + sh:severity sh:Violation . + +dy:TurbLCFB1.emax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the emax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.emax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 948 ; + sh:path cim:TurbLCFB1.emax ; + sh:severity sh:Violation . + +dy:TurbLCFB1.fb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fb)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.fb-cardinality" ; + sh:order 949 ; + sh:path cim:TurbLCFB1.fb ; + sh:severity sh:Violation . + +dy:TurbLCFB1.fb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.fb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 949 ; + sh:path cim:TurbLCFB1.fb ; + sh:severity sh:Violation . + +dy:TurbLCFB1.fbf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fbf)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.fbf-cardinality" ; + sh:order 952 ; + sh:path cim:TurbLCFB1.fbf ; + sh:severity sh:Violation . + +dy:TurbLCFB1.fbf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the fbf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.fbf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 952 ; + sh:path cim:TurbLCFB1.fbf ; + sh:severity sh:Violation . + +dy:TurbLCFB1.irmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (irmax)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.irmax-cardinality" ; + sh:order 955 ; + sh:path cim:TurbLCFB1.irmax ; + sh:severity sh:Violation . + +dy:TurbLCFB1.irmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the irmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.irmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 955 ; + sh:path cim:TurbLCFB1.irmax ; + sh:severity sh:Violation . + +dy:TurbLCFB1.ki-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ki)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.ki-cardinality" ; + sh:order 951 ; + sh:path cim:TurbLCFB1.ki ; + sh:severity sh:Violation . + +dy:TurbLCFB1.ki-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ki." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.ki-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 951 ; + sh:path cim:TurbLCFB1.ki ; + sh:severity sh:Violation . + +dy:TurbLCFB1.kp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kp)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.kp-cardinality" ; + sh:order 950 ; + sh:path cim:TurbLCFB1.kp ; + sh:severity sh:Violation . + +dy:TurbLCFB1.kp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.kp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 950 ; + sh:path cim:TurbLCFB1.kp ; + sh:severity sh:Violation . + +dy:TurbLCFB1.mwbase-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwbase)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.mwbase-cardinality" ; + sh:order 945 ; + sh:path cim:TurbLCFB1.mwbase ; + sh:severity sh:Violation . + +dy:TurbLCFB1.mwbase-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mwbase." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.mwbase-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 945 ; + sh:path cim:TurbLCFB1.mwbase ; + sh:severity sh:Violation . + +dy:TurbLCFB1.pbf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pbf)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.pbf-cardinality" ; + sh:order 953 ; + sh:path cim:TurbLCFB1.pbf ; + sh:severity sh:Violation . + +dy:TurbLCFB1.pbf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the pbf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.pbf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 953 ; + sh:path cim:TurbLCFB1.pbf ; + sh:severity sh:Violation . + +dy:TurbLCFB1.pmwset-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmwset)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.pmwset-cardinality" ; + sh:order 956 ; + sh:path cim:TurbLCFB1.pmwset ; + sh:severity sh:Violation . + +dy:TurbLCFB1.pmwset-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmwset." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.pmwset-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 956 ; + sh:path cim:TurbLCFB1.pmwset ; + sh:severity sh:Violation . + +dy:TurbLCFB1.speedReferenceGovernor-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (speedReferenceGovernor)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.speedReferenceGovernor-cardinality" ; + sh:order 946 ; + sh:path cim:TurbLCFB1.speedReferenceGovernor ; + sh:severity sh:Violation . + +dy:TurbLCFB1.speedReferenceGovernor-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the speedReferenceGovernor." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.speedReferenceGovernor-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 946 ; + sh:path cim:TurbLCFB1.speedReferenceGovernor ; + sh:severity sh:Violation . + +dy:TurbLCFB1.tpelec-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpelec)." ; + sh:minCount 1 ; + sh:name "TurbLCFB1.tpelec-cardinality" ; + sh:order 954 ; + sh:path cim:TurbLCFB1.tpelec ; + sh:severity sh:Violation . + +dy:TurbLCFB1.tpelec-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpelec." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbLCFB1.tpelec-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 954 ; + sh:path cim:TurbLCFB1.tpelec ; + sh:severity sh:Violation . + +dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality" ; + sh:order 2704 ; + sh:path cim:TurbineGovernorDynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:TurbineGovernorDynamics.AsynchronousMachineDynamicsAsynchronousMachineUserDefined-valueType dy:TurbineGovernorDynamics.AsynchronousMachineDynamicsAsynchronousMachineEquivalentCircuit-valueType dy:TurbineGovernorDynamics.AsynchronousMachineDynamicsAsynchronousMachineTimeConstantReactance-valueType ) . + +dy:TurbineGovernorDynamics.AsynchronousMachineDynamicsAsynchronousMachineEquivalentCircuit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachineEquivalentCircuit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachineEquivalentCircuit." ; + sh:name "TurbineGovernorDynamics.AsynchronousMachineDynamicsAsynchronousMachineEquivalentCircuit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 52 ; + sh:path cim:TurbineGovernorDynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:TurbineGovernorDynamics.AsynchronousMachineDynamicsAsynchronousMachineTimeConstantReactance-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachineTimeConstantReactance ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachineTimeConstantReactance." ; + sh:name "TurbineGovernorDynamics.AsynchronousMachineDynamicsAsynchronousMachineTimeConstantReactance-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 53 ; + sh:path cim:TurbineGovernorDynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:TurbineGovernorDynamics.AsynchronousMachineDynamicsAsynchronousMachineUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachineUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachineUserDefined." ; + sh:name "TurbineGovernorDynamics.AsynchronousMachineDynamicsAsynchronousMachineUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 51 ; + sh:path cim:TurbineGovernorDynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality" ; + sh:order 2705 ; + sh:path cim:TurbineGovernorDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType dy:TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType dy:TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType dy:TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType ) . + +dy:TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineEquivalentCircuit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineEquivalentCircuit." ; + sh:name "TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineEquivalentCircuit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 55 ; + sh:path cim:TurbineGovernorDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineSimplified ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineSimplified." ; + sh:name "TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineSimplified-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 57 ; + sh:path cim:TurbineGovernorDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineTimeConstantReactance ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineTimeConstantReactance." ; + sh:name "TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineTimeConstantReactance-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 56 ; + sh:path cim:TurbineGovernorDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachineUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachineUserDefined." ; + sh:name "TurbineGovernorDynamics.SynchronousMachineDynamicsSynchronousMachineUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 54 ; + sh:path cim:TurbineGovernorDynamics.SynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:TurbineGovernorUserDefined + rdf:type sh:NodeShape ; + sh:property dy:DynamicsFunctionBlock.enabled-cardinality , dy:TurbineGovernorUserDefined.proprietary-datatype , dy:IdentifiedObject.mRID-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-valueType , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-valueType , dy:TurbineGovernorUserDefined.proprietary-cardinality , dy:TurbineGovernorDynamics.SynchronousMachineDynamics-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:TurbineGovernorDynamics.AsynchronousMachineDynamics-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:TurbineGovernorUserDefined . + +dy:TurbineGovernorUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "TurbineGovernorUserDefined.proprietary-cardinality" ; + sh:order 2675 ; + sh:path cim:TurbineGovernorUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:TurbineGovernorUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbineGovernorUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2675 ; + sh:path cim:TurbineGovernorUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamics-cardinality" ; + sh:order 2706 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsTurbineGovernorUserDefined-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamSGO-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamFV4-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamFV3-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamFV2-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamEU-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamBB-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteam2-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteam1-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteam0-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroWPID-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroWEH-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroR-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroPID2-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroPID-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroPelton-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroFrancis-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroDD-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro4-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro3-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro2-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro1-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGASTWD-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST4-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST3-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST2-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST1-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovCT2-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovCT1-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamIEEE1-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroIEEE2-valueType dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroIEEE0-valueType ) . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovCT1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovCT1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovCT1." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovCT1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 87 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovCT2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovCT2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovCT2." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovCT2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 86 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovGAST ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovGAST." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 85 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovGAST1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovGAST1." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 84 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovGAST2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovGAST2." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 83 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST3-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovGAST3 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovGAST3." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST3-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 82 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST4-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovGAST4 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovGAST4." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGAST4-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 81 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGASTWD-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovGASTWD ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovGASTWD." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovGASTWD-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 80 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydro1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydro1." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 79 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydro2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydro2." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 78 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro3-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydro3 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydro3." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro3-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 77 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro4-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydro4 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydro4." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydro4-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 76 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroDD-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydroDD ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydroDD." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroDD-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 75 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroFrancis-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydroFrancis ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydroFrancis." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroFrancis-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 74 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroIEEE0-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydroIEEE0 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydroIEEE0." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroIEEE0-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 90 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroIEEE2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydroIEEE2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydroIEEE2." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroIEEE2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 89 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroPID-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydroPID ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydroPID." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroPID-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 72 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroPID2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydroPID2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydroPID2." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroPID2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 71 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroPelton-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydroPelton ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydroPelton." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroPelton-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 73 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroR-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydroR ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydroR." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroR-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 70 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroWEH-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydroWEH ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydroWEH." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroWEH-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 69 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroWPID-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovHydroWPID ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovHydroWPID." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovHydroWPID-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 68 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteam0-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovSteam0 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovSteam0." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteam0-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 67 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteam1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovSteam1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovSteam1." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteam1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 66 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteam2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovSteam2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovSteam2." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteam2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 65 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamBB-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovSteamBB ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovSteamBB." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamBB-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 64 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamEU-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovSteamEU ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovSteamEU." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamEU-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 63 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamFV2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovSteamFV2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovSteamFV2." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamFV2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 62 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamFV3-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovSteamFV3 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovSteamFV3." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamFV3-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 61 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamFV4-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovSteamFV4 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovSteamFV4." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamFV4-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 60 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamIEEE1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovSteamIEEE1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovSteamIEEE1." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamIEEE1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 88 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamSGO-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GovSteamSGO ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GovSteamSGO." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsGovSteamSGO-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 59 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerDynamics.TurbineGovernorDynamicsTurbineGovernorUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TurbineGovernorUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TurbineGovernorUserDefined." ; + sh:name "TurbineLoadControllerDynamics.TurbineGovernorDynamicsTurbineGovernorUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 58 ; + sh:path cim:TurbineLoadControllerDynamics.TurbineGovernorDynamics ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerUserDefined + rdf:type sh:NodeShape ; + sh:property dy:TurbineLoadControllerDynamics.TurbineGovernorDynamics-cardinality , dy:TurbineLoadControllerDynamics.TurbineGovernorDynamics-valueType , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality , dy:TurbineLoadControllerUserDefined.proprietary-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:TurbineLoadControllerUserDefined.proprietary-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:TurbineLoadControllerUserDefined . + +dy:TurbineLoadControllerUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "TurbineLoadControllerUserDefined.proprietary-cardinality" ; + sh:order 2676 ; + sh:path cim:TurbineLoadControllerUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:TurbineLoadControllerUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TurbineLoadControllerUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2676 ; + sh:path cim:TurbineLoadControllerUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-cardinality , dy:UnderexcLim2Simplified.vuimin-cardinality , dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality , dy:UnderexcLim2Simplified.kui-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:UnderexcLim2Simplified.p0-datatype , dy:UnderexcLim2Simplified.q1-cardinality , dy:UnderexcLim2Simplified.q0-datatype , dy:UnderexcLim2Simplified.q1-datatype , dy:IdentifiedObject.description-datatype , dy:UnderexcLim2Simplified.vuimax-datatype , dy:UnderexcLim2Simplified.p1-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.mRID-datatype , dy:UnderexcLim2Simplified.kui-cardinality , dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.description-cardinality , dy:UnderexcLim2Simplified.vuimax-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:UnderexcLim2Simplified.p0-cardinality , dy:UnderexcLim2Simplified.q0-cardinality , dy:IdentifiedObject.name-datatype , dy:UnderexcLim2Simplified.p1-datatype , dy:UnderexcLim2Simplified.vuimin-datatype ; + sh:targetClass cim:UnderexcLim2Simplified . + +dy:UnderexcLim2Simplified.kui-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kui)." ; + sh:minCount 1 ; + sh:name "UnderexcLim2Simplified.kui-cardinality" ; + sh:order 2021 ; + sh:path cim:UnderexcLim2Simplified.kui ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.kui-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kui." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLim2Simplified.kui-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2021 ; + sh:path cim:UnderexcLim2Simplified.kui ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.p0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p0)." ; + sh:minCount 1 ; + sh:name "UnderexcLim2Simplified.p0-cardinality" ; + sh:order 2019 ; + sh:path cim:UnderexcLim2Simplified.p0 ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.p0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLim2Simplified.p0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2019 ; + sh:path cim:UnderexcLim2Simplified.p0 ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.p1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p1)." ; + sh:minCount 1 ; + sh:name "UnderexcLim2Simplified.p1-cardinality" ; + sh:order 2020 ; + sh:path cim:UnderexcLim2Simplified.p1 ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.p1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLim2Simplified.p1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2020 ; + sh:path cim:UnderexcLim2Simplified.p1 ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.q0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q0)." ; + sh:minCount 1 ; + sh:name "UnderexcLim2Simplified.q0-cardinality" ; + sh:order 2017 ; + sh:path cim:UnderexcLim2Simplified.q0 ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.q0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLim2Simplified.q0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2017 ; + sh:path cim:UnderexcLim2Simplified.q0 ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.q1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q1)." ; + sh:minCount 1 ; + sh:name "UnderexcLim2Simplified.q1-cardinality" ; + sh:order 2018 ; + sh:path cim:UnderexcLim2Simplified.q1 ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.q1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLim2Simplified.q1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2018 ; + sh:path cim:UnderexcLim2Simplified.q1 ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.vuimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vuimax)." ; + sh:minCount 1 ; + sh:name "UnderexcLim2Simplified.vuimax-cardinality" ; + sh:order 2023 ; + sh:path cim:UnderexcLim2Simplified.vuimax ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.vuimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vuimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLim2Simplified.vuimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2023 ; + sh:path cim:UnderexcLim2Simplified.vuimax ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.vuimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vuimin)." ; + sh:minCount 1 ; + sh:name "UnderexcLim2Simplified.vuimin-cardinality" ; + sh:order 2022 ; + sh:path cim:UnderexcLim2Simplified.vuimin ; + sh:severity sh:Violation . + +dy:UnderexcLim2Simplified.vuimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vuimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLim2Simplified.vuimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2022 ; + sh:path cim:UnderexcLim2Simplified.vuimin ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1 rdf:type sh:NodeShape ; + sh:property dy:UnderexcLimIEEE1.kul-cardinality , dy:IdentifiedObject.name-cardinality , dy:UnderexcLimIEEE1.vulmax-datatype , dy:UnderexcLimIEEE1.vuimax-cardinality , dy:UnderexcLimIEEE1.vucmax-datatype , dy:UnderexcLimIEEE1.tu2-cardinality , dy:UnderexcLimIEEE1.kuc-datatype , dy:IdentifiedObject.name-datatype , dy:UnderexcLimIEEE1.kuc-cardinality , dy:IdentifiedObject.description-datatype , dy:UnderexcLimIEEE1.kuf-cardinality , dy:IdentifiedObject.description-cardinality , dy:UnderexcLimIEEE1.vucmax-cardinality , dy:UnderexcLimIEEE1.tu4-cardinality , dy:UnderexcLimIEEE1.vulmin-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:UnderexcLimIEEE1.vuimin-datatype , dy:UnderexcLimIEEE1.kui-cardinality , dy:UnderexcLimIEEE1.tu1-cardinality , dy:UnderexcLimIEEE1.kul-datatype , dy:UnderexcLimIEEE1.vulmax-cardinality , dy:UnderexcLimIEEE1.vurmax-datatype , dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-valueType , dy:UnderexcLimIEEE1.kui-datatype , dy:UnderexcLimIEEE1.kur-datatype , dy:UnderexcLimIEEE1.vulmin-cardinality , dy:UnderexcLimIEEE1.vurmax-cardinality , dy:IdentifiedObject.mRID-datatype , dy:UnderexcLimIEEE1.kuf-datatype , dy:IdentifiedObject.mRID-cardinality , dy:UnderexcLimIEEE1.tu4-datatype , dy:UnderexcLimIEEE1.tu2-datatype , dy:UnderexcLimIEEE1.vuimax-datatype , dy:UnderexcLimIEEE1.tu3-cardinality , dy:UnderexcLimIEEE1.tu1-datatype , dy:UnderexcLimIEEE1.tu3-datatype , dy:UnderexcLimIEEE1.vuimin-cardinality , dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:UnderexcLimIEEE1.kur-cardinality ; + sh:targetClass cim:UnderexcLimIEEE1 . + +dy:UnderexcLimIEEE1.kuc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kuc)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.kuc-cardinality" ; + sh:order 1963 ; + sh:path cim:UnderexcLimIEEE1.kuc ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.kuc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kuc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.kuc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1963 ; + sh:path cim:UnderexcLimIEEE1.kuc ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.kuf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kuf)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.kuf-cardinality" ; + sh:order 1964 ; + sh:path cim:UnderexcLimIEEE1.kuf ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.kuf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kuf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.kuf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1964 ; + sh:path cim:UnderexcLimIEEE1.kuf ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.kui-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kui)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.kui-cardinality" ; + sh:order 1967 ; + sh:path cim:UnderexcLimIEEE1.kui ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.kui-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kui." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.kui-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1967 ; + sh:path cim:UnderexcLimIEEE1.kui ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.kul-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kul)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.kul-cardinality" ; + sh:order 1968 ; + sh:path cim:UnderexcLimIEEE1.kul ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.kul-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kul." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.kul-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1968 ; + sh:path cim:UnderexcLimIEEE1.kul ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.kur-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kur)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.kur-cardinality" ; + sh:order 1962 ; + sh:path cim:UnderexcLimIEEE1.kur ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.kur-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kur." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.kur-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1962 ; + sh:path cim:UnderexcLimIEEE1.kur ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.tu1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tu1)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.tu1-cardinality" ; + sh:order 1971 ; + sh:path cim:UnderexcLimIEEE1.tu1 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.tu1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tu1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.tu1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1971 ; + sh:path cim:UnderexcLimIEEE1.tu1 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.tu2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tu2)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.tu2-cardinality" ; + sh:order 1972 ; + sh:path cim:UnderexcLimIEEE1.tu2 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.tu2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tu2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.tu2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1972 ; + sh:path cim:UnderexcLimIEEE1.tu2 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.tu3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tu3)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.tu3-cardinality" ; + sh:order 1973 ; + sh:path cim:UnderexcLimIEEE1.tu3 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.tu3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tu3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.tu3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1973 ; + sh:path cim:UnderexcLimIEEE1.tu3 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.tu4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tu4)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.tu4-cardinality" ; + sh:order 1974 ; + sh:path cim:UnderexcLimIEEE1.tu4 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.tu4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tu4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.tu4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1974 ; + sh:path cim:UnderexcLimIEEE1.tu4 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vucmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vucmax)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.vucmax-cardinality" ; + sh:order 1966 ; + sh:path cim:UnderexcLimIEEE1.vucmax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vucmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vucmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.vucmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1966 ; + sh:path cim:UnderexcLimIEEE1.vucmax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vuimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vuimax)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.vuimax-cardinality" ; + sh:order 1969 ; + sh:path cim:UnderexcLimIEEE1.vuimax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vuimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vuimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.vuimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1969 ; + sh:path cim:UnderexcLimIEEE1.vuimax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vuimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vuimin)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.vuimin-cardinality" ; + sh:order 1970 ; + sh:path cim:UnderexcLimIEEE1.vuimin ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vuimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vuimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.vuimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1970 ; + sh:path cim:UnderexcLimIEEE1.vuimin ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vulmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vulmax)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.vulmax-cardinality" ; + sh:order 1975 ; + sh:path cim:UnderexcLimIEEE1.vulmax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vulmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vulmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.vulmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1975 ; + sh:path cim:UnderexcLimIEEE1.vulmax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vulmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vulmin)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.vulmin-cardinality" ; + sh:order 1976 ; + sh:path cim:UnderexcLimIEEE1.vulmin ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vulmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vulmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.vulmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1976 ; + sh:path cim:UnderexcLimIEEE1.vulmin ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vurmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vurmax)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE1.vurmax-cardinality" ; + sh:order 1965 ; + sh:path cim:UnderexcLimIEEE1.vurmax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE1.vurmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vurmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE1.vurmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1965 ; + sh:path cim:UnderexcLimIEEE1.vurmax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2 rdf:type sh:NodeShape ; + sh:property dy:UnderexcLimIEEE2.vuimax-cardinality , dy:UnderexcLimIEEE2.q9-datatype , dy:UnderexcLimIEEE2.tu2-cardinality , dy:UnderexcLimIEEE2.p5-datatype , dy:UnderexcLimIEEE2.q6-cardinality , dy:IdentifiedObject.description-datatype , dy:UnderexcLimIEEE2.vulmin-datatype , dy:UnderexcLimIEEE2.p7-datatype , dy:UnderexcLimIEEE2.p3-cardinality , dy:UnderexcLimIEEE2.vulmin-cardinality , dy:UnderexcLimIEEE2.tu1-cardinality , dy:UnderexcLimIEEE2.vuimin-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:UnderexcLimIEEE2.q6-datatype , dy:UnderexcLimIEEE2.tuq-cardinality , dy:UnderexcLimIEEE2.q1-cardinality , dy:UnderexcLimIEEE2.kul-cardinality , dy:UnderexcLimIEEE2.k1-datatype , dy:UnderexcLimIEEE2.kui-cardinality , dy:UnderexcLimIEEE2.k1-cardinality , dy:UnderexcLimIEEE2.tuq-datatype , dy:UnderexcLimIEEE2.q7-datatype , dy:UnderexcLimIEEE2.kuf-cardinality , dy:UnderexcLimIEEE2.p4-cardinality , dy:UnderexcLimIEEE2.tuv-datatype , dy:UnderexcLimIEEE2.p9-datatype , dy:UnderexcLimIEEE2.vulmax-cardinality , dy:UnderexcLimIEEE2.tup-datatype , dy:UnderexcLimIEEE2.q10-datatype , dy:IdentifiedObject.mRID-datatype , dy:UnderexcLimIEEE2.q0-cardinality , dy:UnderexcLimIEEE2.q3-datatype , dy:IdentifiedObject.name-cardinality , dy:UnderexcLimIEEE2.q0-datatype , dy:UnderexcLimIEEE2.tul-datatype , dy:UnderexcLimIEEE2.q8-cardinality , dy:UnderexcLimIEEE2.q4-datatype , dy:UnderexcLimIEEE2.vuimax-datatype , dy:UnderexcLimIEEE2.q9-cardinality , dy:UnderexcLimIEEE2.vulmax-datatype , dy:UnderexcLimIEEE2.q2-datatype , dy:UnderexcLimIEEE2.kfb-datatype , dy:UnderexcLimIEEE2.tup-cardinality , dy:UnderexcLimIEEE2.kul-datatype , dy:UnderexcLimIEEE2.kui-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:UnderexcLimIEEE2.p0-datatype , dy:UnderexcLimIEEE2.p8-cardinality , dy:UnderexcLimIEEE2.q8-datatype , dy:UnderexcLimIEEE2.q1-datatype , dy:IdentifiedObject.name-datatype , dy:UnderexcLimIEEE2.p8-datatype , dy:UnderexcLimIEEE2.vuimin-datatype , dy:UnderexcLimIEEE2.p5-cardinality , dy:UnderexcLimIEEE2.p2-cardinality , dy:UnderexcLimIEEE2.tul-cardinality , dy:UnderexcLimIEEE2.tu3-datatype , dy:UnderexcLimIEEE2.p3-datatype , dy:UnderexcLimIEEE2.tu1-datatype , dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-valueType , dy:UnderexcLimIEEE2.kuf-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:UnderexcLimIEEE2.k2-datatype , dy:UnderexcLimIEEE2.p2-datatype , dy:UnderexcLimIEEE2.q7-cardinality , dy:IdentifiedObject.description-cardinality , dy:UnderexcLimIEEE2.tu4-cardinality , dy:UnderexcLimIEEE2.k2-cardinality , dy:UnderexcLimIEEE2.q5-datatype , dy:UnderexcLimIEEE2.p10-cardinality , dy:UnderexcLimIEEE2.q3-cardinality , dy:UnderexcLimIEEE2.tu4-datatype , dy:UnderexcLimIEEE2.p6-datatype , dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality , dy:UnderexcLimIEEE2.p6-cardinality , dy:UnderexcLimIEEE2.p4-datatype , dy:UnderexcLimIEEE2.q2-cardinality , dy:UnderexcLimIEEE2.p1-cardinality , dy:UnderexcLimIEEE2.p10-datatype , dy:UnderexcLimIEEE2.tuv-cardinality , dy:UnderexcLimIEEE2.q5-cardinality , dy:UnderexcLimIEEE2.tu3-cardinality , dy:UnderexcLimIEEE2.p1-datatype , dy:UnderexcLimIEEE2.p9-cardinality , dy:UnderexcLimIEEE2.q4-cardinality , dy:UnderexcLimIEEE2.tu2-datatype , dy:UnderexcLimIEEE2.q10-cardinality , dy:UnderexcLimIEEE2.p7-cardinality , dy:UnderexcLimIEEE2.kfb-cardinality , dy:UnderexcLimIEEE2.p0-cardinality ; + sh:targetClass cim:UnderexcLimIEEE2 . + +dy:UnderexcLimIEEE2.k1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k1)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.k1-cardinality" ; + sh:order 2015 ; + sh:path cim:UnderexcLimIEEE2.k1 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.k1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.k1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2015 ; + sh:path cim:UnderexcLimIEEE2.k1 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.k2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k2)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.k2-cardinality" ; + sh:order 2016 ; + sh:path cim:UnderexcLimIEEE2.k2 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.k2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.k2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2016 ; + sh:path cim:UnderexcLimIEEE2.k2 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.kfb-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kfb)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.kfb-cardinality" ; + sh:order 1985 ; + sh:path cim:UnderexcLimIEEE2.kfb ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.kfb-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kfb." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.kfb-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1985 ; + sh:path cim:UnderexcLimIEEE2.kfb ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.kuf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kuf)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.kuf-cardinality" ; + sh:order 1984 ; + sh:path cim:UnderexcLimIEEE2.kuf ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.kuf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kuf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.kuf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1984 ; + sh:path cim:UnderexcLimIEEE2.kuf ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.kui-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kui)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.kui-cardinality" ; + sh:order 1980 ; + sh:path cim:UnderexcLimIEEE2.kui ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.kui-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kui." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.kui-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1980 ; + sh:path cim:UnderexcLimIEEE2.kui ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.kul-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kul)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.kul-cardinality" ; + sh:order 1981 ; + sh:path cim:UnderexcLimIEEE2.kul ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.kul-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kul." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.kul-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1981 ; + sh:path cim:UnderexcLimIEEE2.kul ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p0)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.p0-cardinality" ; + sh:order 1993 ; + sh:path cim:UnderexcLimIEEE2.p0 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.p0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1993 ; + sh:path cim:UnderexcLimIEEE2.p0 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p1)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.p1-cardinality" ; + sh:order 1995 ; + sh:path cim:UnderexcLimIEEE2.p1 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.p1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1995 ; + sh:path cim:UnderexcLimIEEE2.p1 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p10)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.p10-cardinality" ; + sh:order 2013 ; + sh:path cim:UnderexcLimIEEE2.p10 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.p10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2013 ; + sh:path cim:UnderexcLimIEEE2.p10 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p2)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.p2-cardinality" ; + sh:order 1997 ; + sh:path cim:UnderexcLimIEEE2.p2 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.p2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1997 ; + sh:path cim:UnderexcLimIEEE2.p2 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p3)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.p3-cardinality" ; + sh:order 1999 ; + sh:path cim:UnderexcLimIEEE2.p3 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.p3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1999 ; + sh:path cim:UnderexcLimIEEE2.p3 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p4)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.p4-cardinality" ; + sh:order 2001 ; + sh:path cim:UnderexcLimIEEE2.p4 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.p4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2001 ; + sh:path cim:UnderexcLimIEEE2.p4 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p5)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.p5-cardinality" ; + sh:order 2003 ; + sh:path cim:UnderexcLimIEEE2.p5 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.p5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2003 ; + sh:path cim:UnderexcLimIEEE2.p5 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p6)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.p6-cardinality" ; + sh:order 2005 ; + sh:path cim:UnderexcLimIEEE2.p6 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.p6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2005 ; + sh:path cim:UnderexcLimIEEE2.p6 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p7)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.p7-cardinality" ; + sh:order 2007 ; + sh:path cim:UnderexcLimIEEE2.p7 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.p7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2007 ; + sh:path cim:UnderexcLimIEEE2.p7 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p8)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.p8-cardinality" ; + sh:order 2009 ; + sh:path cim:UnderexcLimIEEE2.p8 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.p8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2009 ; + sh:path cim:UnderexcLimIEEE2.p8 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p9)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.p9-cardinality" ; + sh:order 2011 ; + sh:path cim:UnderexcLimIEEE2.p9 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.p9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.p9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2011 ; + sh:path cim:UnderexcLimIEEE2.p9 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q0)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.q0-cardinality" ; + sh:order 1994 ; + sh:path cim:UnderexcLimIEEE2.q0 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.q0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1994 ; + sh:path cim:UnderexcLimIEEE2.q0 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q1)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.q1-cardinality" ; + sh:order 1996 ; + sh:path cim:UnderexcLimIEEE2.q1 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.q1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1996 ; + sh:path cim:UnderexcLimIEEE2.q1 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q10-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q10)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.q10-cardinality" ; + sh:order 2014 ; + sh:path cim:UnderexcLimIEEE2.q10 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q10-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q10." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.q10-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2014 ; + sh:path cim:UnderexcLimIEEE2.q10 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q2)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.q2-cardinality" ; + sh:order 1998 ; + sh:path cim:UnderexcLimIEEE2.q2 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.q2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1998 ; + sh:path cim:UnderexcLimIEEE2.q2 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q3)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.q3-cardinality" ; + sh:order 2000 ; + sh:path cim:UnderexcLimIEEE2.q3 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.q3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2000 ; + sh:path cim:UnderexcLimIEEE2.q3 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q4)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.q4-cardinality" ; + sh:order 2002 ; + sh:path cim:UnderexcLimIEEE2.q4 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.q4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2002 ; + sh:path cim:UnderexcLimIEEE2.q4 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q5-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q5)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.q5-cardinality" ; + sh:order 2004 ; + sh:path cim:UnderexcLimIEEE2.q5 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q5-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q5." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.q5-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2004 ; + sh:path cim:UnderexcLimIEEE2.q5 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q6-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q6)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.q6-cardinality" ; + sh:order 2006 ; + sh:path cim:UnderexcLimIEEE2.q6 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q6-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q6." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.q6-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2006 ; + sh:path cim:UnderexcLimIEEE2.q6 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q7-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q7)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.q7-cardinality" ; + sh:order 2008 ; + sh:path cim:UnderexcLimIEEE2.q7 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q7-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q7." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.q7-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2008 ; + sh:path cim:UnderexcLimIEEE2.q7 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q8-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q8)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.q8-cardinality" ; + sh:order 2010 ; + sh:path cim:UnderexcLimIEEE2.q8 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q8-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q8." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.q8-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2010 ; + sh:path cim:UnderexcLimIEEE2.q8 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q9-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q9)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.q9-cardinality" ; + sh:order 2012 ; + sh:path cim:UnderexcLimIEEE2.q9 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.q9-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q9." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.q9-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2012 ; + sh:path cim:UnderexcLimIEEE2.q9 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tu1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tu1)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.tu1-cardinality" ; + sh:order 1987 ; + sh:path cim:UnderexcLimIEEE2.tu1 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tu1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tu1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.tu1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1987 ; + sh:path cim:UnderexcLimIEEE2.tu1 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tu2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tu2)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.tu2-cardinality" ; + sh:order 1988 ; + sh:path cim:UnderexcLimIEEE2.tu2 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tu2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tu2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.tu2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1988 ; + sh:path cim:UnderexcLimIEEE2.tu2 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tu3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tu3)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.tu3-cardinality" ; + sh:order 1989 ; + sh:path cim:UnderexcLimIEEE2.tu3 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tu3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tu3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.tu3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1989 ; + sh:path cim:UnderexcLimIEEE2.tu3 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tu4-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tu4)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.tu4-cardinality" ; + sh:order 1990 ; + sh:path cim:UnderexcLimIEEE2.tu4 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tu4-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tu4." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.tu4-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1990 ; + sh:path cim:UnderexcLimIEEE2.tu4 ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tul-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tul)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.tul-cardinality" ; + sh:order 1986 ; + sh:path cim:UnderexcLimIEEE2.tul ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tul-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tul." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.tul-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1986 ; + sh:path cim:UnderexcLimIEEE2.tul ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tup-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tup)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.tup-cardinality" ; + sh:order 1978 ; + sh:path cim:UnderexcLimIEEE2.tup ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tup-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tup." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.tup-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1978 ; + sh:path cim:UnderexcLimIEEE2.tup ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tuq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tuq)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.tuq-cardinality" ; + sh:order 1979 ; + sh:path cim:UnderexcLimIEEE2.tuq ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tuq-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tuq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.tuq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1979 ; + sh:path cim:UnderexcLimIEEE2.tuq ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tuv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tuv)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.tuv-cardinality" ; + sh:order 1977 ; + sh:path cim:UnderexcLimIEEE2.tuv ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.tuv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tuv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.tuv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1977 ; + sh:path cim:UnderexcLimIEEE2.tuv ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.vuimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vuimax)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.vuimax-cardinality" ; + sh:order 1982 ; + sh:path cim:UnderexcLimIEEE2.vuimax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.vuimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vuimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.vuimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1982 ; + sh:path cim:UnderexcLimIEEE2.vuimax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.vuimin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vuimin)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.vuimin-cardinality" ; + sh:order 1983 ; + sh:path cim:UnderexcLimIEEE2.vuimin ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.vuimin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vuimin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.vuimin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1983 ; + sh:path cim:UnderexcLimIEEE2.vuimin ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.vulmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vulmax)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.vulmax-cardinality" ; + sh:order 1991 ; + sh:path cim:UnderexcLimIEEE2.vulmax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.vulmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vulmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.vulmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1991 ; + sh:path cim:UnderexcLimIEEE2.vulmax ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.vulmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vulmin)." ; + sh:minCount 1 ; + sh:name "UnderexcLimIEEE2.vulmin-cardinality" ; + sh:order 1992 ; + sh:path cim:UnderexcLimIEEE2.vulmin ; + sh:severity sh:Violation . + +dy:UnderexcLimIEEE2.vulmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vulmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimIEEE2.vulmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1992 ; + sh:path cim:UnderexcLimIEEE2.vulmin ; + sh:severity sh:Violation . + +dy:UnderexcLimX1 rdf:type sh:NodeShape ; + sh:property dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-valueType , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.mRID-cardinality , dy:UnderexcLimX1.tm-cardinality , dy:UnderexcLimX1.tf2-cardinality , dy:UnderexcLimX1.melmax-datatype , dy:UnderexcLimX1.kf2-cardinality , dy:IdentifiedObject.name-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality , dy:UnderexcLimX1.k-datatype , dy:UnderexcLimX1.k-cardinality , dy:IdentifiedObject.description-datatype , dy:UnderexcLimX1.tf2-datatype , dy:UnderexcLimX1.tm-datatype , dy:UnderexcLimX1.km-datatype , dy:UnderexcLimX1.melmax-cardinality , dy:UnderexcLimX1.kf2-datatype , dy:IdentifiedObject.name-datatype , dy:UnderexcLimX1.km-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:UnderexcLimX1 . + +dy:UnderexcLimX1.k-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (k)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX1.k-cardinality" ; + sh:order 2029 ; + sh:path cim:UnderexcLimX1.k ; + sh:severity sh:Violation . + +dy:UnderexcLimX1.k-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the k." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX1.k-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2029 ; + sh:path cim:UnderexcLimX1.k ; + sh:severity sh:Violation . + +dy:UnderexcLimX1.kf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf2)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX1.kf2-cardinality" ; + sh:order 2024 ; + sh:path cim:UnderexcLimX1.kf2 ; + sh:severity sh:Violation . + +dy:UnderexcLimX1.kf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX1.kf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2024 ; + sh:path cim:UnderexcLimX1.kf2 ; + sh:severity sh:Violation . + +dy:UnderexcLimX1.km-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (km)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX1.km-cardinality" ; + sh:order 2026 ; + sh:path cim:UnderexcLimX1.km ; + sh:severity sh:Violation . + +dy:UnderexcLimX1.km-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the km." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX1.km-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2026 ; + sh:path cim:UnderexcLimX1.km ; + sh:severity sh:Violation . + +dy:UnderexcLimX1.melmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (melmax)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX1.melmax-cardinality" ; + sh:order 2028 ; + sh:path cim:UnderexcLimX1.melmax ; + sh:severity sh:Violation . + +dy:UnderexcLimX1.melmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the melmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX1.melmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2028 ; + sh:path cim:UnderexcLimX1.melmax ; + sh:severity sh:Violation . + +dy:UnderexcLimX1.tf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf2)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX1.tf2-cardinality" ; + sh:order 2025 ; + sh:path cim:UnderexcLimX1.tf2 ; + sh:severity sh:Violation . + +dy:UnderexcLimX1.tf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX1.tf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2025 ; + sh:path cim:UnderexcLimX1.tf2 ; + sh:severity sh:Violation . + +dy:UnderexcLimX1.tm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tm)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX1.tm-cardinality" ; + sh:order 2027 ; + sh:path cim:UnderexcLimX1.tm ; + sh:severity sh:Violation . + +dy:UnderexcLimX1.tm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX1.tm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2027 ; + sh:path cim:UnderexcLimX1.tm ; + sh:severity sh:Violation . + +dy:UnderexcLimX2 rdf:type sh:NodeShape ; + sh:property dy:UnderexcLimX2.kf2-cardinality , dy:UnderexcLimX2.melmax-datatype , dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-datatype , dy:UnderexcLimX2.tf2-datatype , dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-valueType , dy:DynamicsFunctionBlock.enabled-datatype , dy:UnderexcLimX2.kf2-datatype , dy:UnderexcLimX2.tf2-cardinality , dy:IdentifiedObject.name-cardinality , dy:UnderexcLimX2.melmax-cardinality , dy:UnderexcLimX2.km-cardinality , dy:UnderexcLimX2.tm-datatype , dy:UnderexcLimX2.r-datatype , dy:UnderexcLimX2.r-cardinality , dy:UnderexcLimX2.tm-cardinality , dy:IdentifiedObject.name-datatype , dy:UnderexcLimX2.qo-datatype , dy:UnderexcLimX2.km-datatype , dy:UnderexcLimX2.qo-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-datatype , dy:DynamicsFunctionBlock.enabled-cardinality ; + sh:targetClass cim:UnderexcLimX2 . + +dy:UnderexcLimX2.kf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kf2)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX2.kf2-cardinality" ; + sh:order 2030 ; + sh:path cim:UnderexcLimX2.kf2 ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.kf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX2.kf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2030 ; + sh:path cim:UnderexcLimX2.kf2 ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.km-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (km)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX2.km-cardinality" ; + sh:order 2032 ; + sh:path cim:UnderexcLimX2.km ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.km-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the km." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX2.km-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2032 ; + sh:path cim:UnderexcLimX2.km ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.melmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (melmax)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX2.melmax-cardinality" ; + sh:order 2034 ; + sh:path cim:UnderexcLimX2.melmax ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.melmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the melmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX2.melmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2034 ; + sh:path cim:UnderexcLimX2.melmax ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.qo-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qo)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX2.qo-cardinality" ; + sh:order 2035 ; + sh:path cim:UnderexcLimX2.qo ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.qo-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qo." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX2.qo-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2035 ; + sh:path cim:UnderexcLimX2.qo ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX2.r-cardinality" ; + sh:order 2036 ; + sh:path cim:UnderexcLimX2.r ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX2.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2036 ; + sh:path cim:UnderexcLimX2.r ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.tf2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tf2)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX2.tf2-cardinality" ; + sh:order 2031 ; + sh:path cim:UnderexcLimX2.tf2 ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.tf2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tf2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX2.tf2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2031 ; + sh:path cim:UnderexcLimX2.tf2 ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.tm-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tm)." ; + sh:minCount 1 ; + sh:name "UnderexcLimX2.tm-cardinality" ; + sh:order 2033 ; + sh:path cim:UnderexcLimX2.tm ; + sh:severity sh:Violation . + +dy:UnderexcLimX2.tm-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tm." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcLimX2.tm-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2033 ; + sh:path cim:UnderexcLimX2.tm ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality" ; + sh:order 2711 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST7B-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST6B-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST4B-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST3A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST2A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST1A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcSK-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcSEXS-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcSCRX-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcRQB-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcREXS-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcPIC-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcOEX3T-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcNI-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcHU-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN2-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN1-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A1-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC2A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC1A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcCZ-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcBBC-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR7-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR5-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR4-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR3-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR2-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR1-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcANS-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC8B-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC6A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC5A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC4A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC3A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC2A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC1A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType ) . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC1A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 196 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC2A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 195 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC3A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 194 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC4A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 193 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC5A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 192 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC6A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 191 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC8B." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 190 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcANS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcANS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcANS." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcANS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 189 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR1." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 188 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR2." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 187 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR3-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR3 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR3." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR3-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 186 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR4-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR4 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR4." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR4-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 185 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR5-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR5 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR5." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR5-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 184 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR7-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR7 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR7." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcAVR7-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 183 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcBBC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcBBC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcBBC." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcBBC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 182 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcCZ-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcCZ ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcCZ." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcCZ-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 181 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC1A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 180 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC2A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 179 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 178 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A1." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcDC3A1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 177 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN1." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 176 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN2." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcELIN2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 175 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcHU-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcHU ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcHU." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcHU-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 174 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC1A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 215 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC2A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 214 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC3A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 213 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC4A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 212 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC5A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 211 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC6A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 210 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC7B." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 209 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC8B." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 208 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC1A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 207 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC2A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 206 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC3A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 205 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC4B." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 204 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST1A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 203 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST2A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 202 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST3A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 201 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST4B." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 200 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST5B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST5B." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 199 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST6B." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 198 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST7B." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 197 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcNI-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcNI ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcNI." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcNI-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 173 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcOEX3T-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcOEX3T ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcOEX3T." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcOEX3T-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 172 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcPIC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcPIC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcPIC." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcPIC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 171 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcREXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcREXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcREXS." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcREXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 170 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcRQB-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcRQB ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcRQB." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcRQB-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 169 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcSCRX-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSCRX ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSCRX." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcSCRX-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 168 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcSEXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSEXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSEXS." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcSEXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 167 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcSK-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSK ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSK." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcSK-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 166 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST1A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 165 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST2A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 164 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST3A." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 163 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST4B." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 162 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST6B." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 161 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST7B." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 160 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcitationSystemUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcitationSystemUserDefined." ; + sh:name "UnderexcitationLimiterDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 159 ; + sh:path cim:UnderexcitationLimiterDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterUserDefined + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-cardinality , dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-datatype , dy:UnderexcitationLimiterUserDefined.proprietary-datatype , dy:IdentifiedObject.description-cardinality , dy:UnderexcitationLimiterDynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.description-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:UnderexcitationLimiterUserDefined.proprietary-cardinality , dy:IdentifiedObject.name-datatype ; + sh:targetClass cim:UnderexcitationLimiterUserDefined . + +dy:UnderexcitationLimiterUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "UnderexcitationLimiterUserDefined.proprietary-cardinality" ; + sh:order 2680 ; + sh:path cim:UnderexcitationLimiterUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:UnderexcitationLimiterUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "UnderexcitationLimiterUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2680 ; + sh:path cim:UnderexcitationLimiterUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:VAdjIEEE rdf:type sh:NodeShape ; + sh:property dy:VAdjIEEE.taoff-cardinality , dy:VAdjIEEE.adjslew-datatype , dy:VAdjIEEE.taon-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:VAdjIEEE.taon-datatype , dy:VAdjIEEE.vadjf-cardinality , dy:IdentifiedObject.name-cardinality , dy:VAdjIEEE.vadjmax-datatype , dy:IdentifiedObject.description-datatype , dy:VAdjIEEE.taoff-datatype , dy:VoltageAdjusterDynamics.PFVArControllerType1Dynamics-valueType , dy:VAdjIEEE.vadjmin-datatype , dy:IdentifiedObject.description-cardinality , dy:VAdjIEEE.vadjf-datatype , dy:VAdjIEEE.adjslew-cardinality , dy:IdentifiedObject.name-datatype , dy:VAdjIEEE.vadjmin-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:VoltageAdjusterDynamics.PFVArControllerType1Dynamics-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-datatype , dy:VAdjIEEE.vadjmax-cardinality ; + sh:targetClass cim:VAdjIEEE . + +dy:VAdjIEEE.adjslew-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (adjslew)." ; + sh:minCount 1 ; + sh:name "VAdjIEEE.adjslew-cardinality" ; + sh:order 2428 ; + sh:path cim:VAdjIEEE.adjslew ; + sh:severity sh:Violation . + +dy:VAdjIEEE.adjslew-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the adjslew." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VAdjIEEE.adjslew-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2428 ; + sh:path cim:VAdjIEEE.adjslew ; + sh:severity sh:Violation . + +dy:VAdjIEEE.taoff-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (taoff)." ; + sh:minCount 1 ; + sh:name "VAdjIEEE.taoff-cardinality" ; + sh:order 2432 ; + sh:path cim:VAdjIEEE.taoff ; + sh:severity sh:Violation . + +dy:VAdjIEEE.taoff-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the taoff." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VAdjIEEE.taoff-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2432 ; + sh:path cim:VAdjIEEE.taoff ; + sh:severity sh:Violation . + +dy:VAdjIEEE.taon-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (taon)." ; + sh:minCount 1 ; + sh:name "VAdjIEEE.taon-cardinality" ; + sh:order 2431 ; + sh:path cim:VAdjIEEE.taon ; + sh:severity sh:Violation . + +dy:VAdjIEEE.taon-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the taon." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VAdjIEEE.taon-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2431 ; + sh:path cim:VAdjIEEE.taon ; + sh:severity sh:Violation . + +dy:VAdjIEEE.vadjf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vadjf)." ; + sh:minCount 1 ; + sh:name "VAdjIEEE.vadjf-cardinality" ; + sh:order 2427 ; + sh:path cim:VAdjIEEE.vadjf ; + sh:severity sh:Violation . + +dy:VAdjIEEE.vadjf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vadjf." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VAdjIEEE.vadjf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2427 ; + sh:path cim:VAdjIEEE.vadjf ; + sh:severity sh:Violation . + +dy:VAdjIEEE.vadjmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vadjmax)." ; + sh:minCount 1 ; + sh:name "VAdjIEEE.vadjmax-cardinality" ; + sh:order 2429 ; + sh:path cim:VAdjIEEE.vadjmax ; + sh:severity sh:Violation . + +dy:VAdjIEEE.vadjmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vadjmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VAdjIEEE.vadjmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2429 ; + sh:path cim:VAdjIEEE.vadjmax ; + sh:severity sh:Violation . + +dy:VAdjIEEE.vadjmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (vadjmin)." ; + sh:minCount 1 ; + sh:name "VAdjIEEE.vadjmin-cardinality" ; + sh:order 2430 ; + sh:path cim:VAdjIEEE.vadjmin ; + sh:severity sh:Violation . + +dy:VAdjIEEE.vadjmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the vadjmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VAdjIEEE.vadjmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2430 ; + sh:path cim:VAdjIEEE.vadjmin ; + sh:severity sh:Violation . + +dy:VCompIEEEType1 rdf:type sh:NodeShape ; + sh:property dy:VoltageCompensatorDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:VCompIEEEType1.rc-cardinality , dy:VoltageCompensatorDynamics.ExcitationSystemDynamics-valueType , dy:VCompIEEEType1.tr-datatype , dy:VCompIEEEType1.tr-cardinality , dy:VCompIEEEType1.xc-cardinality , dy:IdentifiedObject.name-datatype , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.description-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.name-cardinality , dy:VCompIEEEType1.rc-datatype , dy:VCompIEEEType1.xc-datatype ; + sh:targetClass cim:VCompIEEEType1 . + +dy:VCompIEEEType1.rc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rc)." ; + sh:minCount 1 ; + sh:name "VCompIEEEType1.rc-cardinality" ; + sh:order 2452 ; + sh:path cim:VCompIEEEType1.rc ; + sh:severity sh:Violation . + +dy:VCompIEEEType1.rc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VCompIEEEType1.rc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2452 ; + sh:path cim:VCompIEEEType1.rc ; + sh:severity sh:Violation . + +dy:VCompIEEEType1.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "VCompIEEEType1.tr-cardinality" ; + sh:order 2454 ; + sh:path cim:VCompIEEEType1.tr ; + sh:severity sh:Violation . + +dy:VCompIEEEType1.tr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VCompIEEEType1.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2454 ; + sh:path cim:VCompIEEEType1.tr ; + sh:severity sh:Violation . + +dy:VCompIEEEType1.xc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xc)." ; + sh:minCount 1 ; + sh:name "VCompIEEEType1.xc-cardinality" ; + sh:order 2453 ; + sh:path cim:VCompIEEEType1.xc ; + sh:severity sh:Violation . + +dy:VCompIEEEType1.xc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VCompIEEEType1.xc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2453 ; + sh:path cim:VCompIEEEType1.xc ; + sh:severity sh:Violation . + +dy:VCompIEEEType2 rdf:type sh:NodeShape ; + sh:property dy:VoltageCompensatorDynamics.ExcitationSystemDynamics-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.name-cardinality , dy:VoltageCompensatorDynamics.ExcitationSystemDynamics-valueType , dy:DynamicsFunctionBlock.enabled-cardinality , dy:VCompIEEEType2.tr-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:IdentifiedObject.name-datatype , dy:VCompIEEEType2.tr-datatype , dy:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:VCompIEEEType2 . + +dy:VCompIEEEType2.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "VCompIEEEType2.tr-cardinality" ; + sh:order 2455 ; + sh:path cim:VCompIEEEType2.tr ; + sh:severity sh:Violation . + +dy:VCompIEEEType2.tr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VCompIEEEType2.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2455 ; + sh:path cim:VCompIEEEType2.tr ; + sh:severity sh:Violation . + +dy:VSCDynamics.VsConverter-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "VSCDynamics.VsConverter-cardinality" ; + sh:order 2764 ; + sh:path cim:VSCDynamics.VsConverter ; + sh:severity sh:Violation . + +dy:VSCDynamics.VsConverter-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VsConverter ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VsConverter." ; + sh:name "VSCDynamics.VsConverter-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 557 ; + sh:path cim:VSCDynamics.VsConverter ; + sh:severity sh:Violation . + +dy:VSCUserDefined rdf:type sh:NodeShape ; + sh:property dy:VSCUserDefined.proprietary-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:VSCDynamics.VsConverter-valueType , dy:VSCDynamics.VsConverter-cardinality , dy:VSCUserDefined.proprietary-datatype ; + sh:targetClass cim:VSCUserDefined . + +dy:VSCUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "VSCUserDefined.proprietary-cardinality" ; + sh:order 2669 ; + sh:path cim:VSCUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:VSCUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VSCUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2669 ; + sh:path cim:VSCUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:VoltageAdjusterDynamics.PFVArControllerType1Dynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "VoltageAdjusterDynamics.PFVArControllerType1Dynamics-cardinality" ; + sh:order 2715 ; + sh:path cim:VoltageAdjusterDynamics.PFVArControllerType1Dynamics ; + sh:severity sh:Violation . + +dy:VoltageAdjusterDynamics.PFVArControllerType1Dynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:VoltageAdjusterDynamics.PFVArControllerType1DynamicsPFVArControllerType1UserDefined-valueType dy:VoltageAdjusterDynamics.PFVArControllerType1DynamicsPFVArType1IEEEVArController-valueType dy:VoltageAdjusterDynamics.PFVArControllerType1DynamicsPFVArType1IEEEPFController-valueType ) . + +dy:VoltageAdjusterDynamics.PFVArControllerType1DynamicsPFVArControllerType1UserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PFVArControllerType1UserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PFVArControllerType1UserDefined." ; + sh:name "VoltageAdjusterDynamics.PFVArControllerType1DynamicsPFVArControllerType1UserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 387 ; + sh:path cim:VoltageAdjusterDynamics.PFVArControllerType1Dynamics ; + sh:severity sh:Violation . + +dy:VoltageAdjusterDynamics.PFVArControllerType1DynamicsPFVArType1IEEEPFController-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PFVArType1IEEEPFController ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PFVArType1IEEEPFController." ; + sh:name "VoltageAdjusterDynamics.PFVArControllerType1DynamicsPFVArType1IEEEPFController-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 389 ; + sh:path cim:VoltageAdjusterDynamics.PFVArControllerType1Dynamics ; + sh:severity sh:Violation . + +dy:VoltageAdjusterDynamics.PFVArControllerType1DynamicsPFVArType1IEEEVArController-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PFVArType1IEEEVArController ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PFVArType1IEEEVArController." ; + sh:name "VoltageAdjusterDynamics.PFVArControllerType1DynamicsPFVArType1IEEEVArController-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 388 ; + sh:path cim:VoltageAdjusterDynamics.PFVArControllerType1Dynamics ; + sh:severity sh:Violation . + +dy:VoltageAdjusterUserDefined + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:VoltageAdjusterDynamics.PFVArControllerType1Dynamics-cardinality , dy:VoltageAdjusterUserDefined.proprietary-datatype , dy:IdentifiedObject.mRID-cardinality , dy:VoltageAdjusterDynamics.PFVArControllerType1Dynamics-valueType , dy:IdentifiedObject.mRID-datatype , dy:VoltageAdjusterUserDefined.proprietary-cardinality ; + sh:targetClass cim:VoltageAdjusterUserDefined . + +dy:VoltageAdjusterUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "VoltageAdjusterUserDefined.proprietary-cardinality" ; + sh:order 2684 ; + sh:path cim:VoltageAdjusterUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:VoltageAdjusterUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VoltageAdjusterUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2684 ; + sh:path cim:VoltageAdjusterUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamics-cardinality" ; + sh:order 2717 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST7B-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST6B-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST4B-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST3A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST2A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST1A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcSK-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcSEXS-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcSCRX-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcRQB-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcREXS-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcPIC-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcOEX3T-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcNI-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcHU-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcELIN2-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcELIN1-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC3A1-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC3A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC2A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC1A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcCZ-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcBBC-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR7-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR5-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR4-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR3-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR2-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR1-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcANS-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC8B-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC6A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC5A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC4A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC3A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC2A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC1A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType ) . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC1A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 484 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC2A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 483 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC3A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 482 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC4A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 481 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC5A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 480 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC6A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 479 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAC8B." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 478 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcANS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcANS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcANS." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcANS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 477 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR1." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 476 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR2." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 475 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR3-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR3 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR3." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR3-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 474 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR4-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR4 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR4." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR4-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 473 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR5-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR5 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR5." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR5-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 472 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR7-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcAVR7 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcAVR7." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcAVR7-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 471 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcBBC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcBBC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcBBC." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcBBC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 470 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcCZ-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcCZ ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcCZ." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcCZ-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 469 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC1A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 468 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC2A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 467 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 466 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC3A1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcDC3A1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcDC3A1." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcDC3A1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 465 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcELIN1-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN1 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN1." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcELIN1-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 464 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcELIN2-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcELIN2 ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcELIN2." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcELIN2-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 463 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcHU-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcHU ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcHU." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcHU-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 462 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC1A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 503 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC2A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 502 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC3A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 501 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC4A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC4A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC4A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 500 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC5A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC5A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC5A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 499 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC6A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC6A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC6A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 498 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC7B." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 497 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEAC8B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEAC8B." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEAC8B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 496 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC1A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 495 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC2A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 494 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC3A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 493 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEDC4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEDC4B." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEDC4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 492 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST1A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 491 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST2A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 490 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST3A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 489 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST4B." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 488 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST5B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST5B." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST5B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 487 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST6B." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 486 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcIEEEST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcIEEEST7B." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcIEEEST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 485 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcNI-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcNI ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcNI." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcNI-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 461 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcOEX3T-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcOEX3T ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcOEX3T." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcOEX3T-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 460 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcPIC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcPIC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcPIC." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcPIC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 459 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcREXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcREXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcREXS." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcREXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 458 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcRQB-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcRQB ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcRQB." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcRQB-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 457 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcSCRX-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSCRX ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSCRX." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcSCRX-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 456 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcSEXS-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSEXS ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSEXS." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcSEXS-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 455 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcSK-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcSK ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcSK." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcSK-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 454 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST1A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST1A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST1A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST1A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 453 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST2A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST2A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST2A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST2A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 452 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST3A-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST3A ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST3A." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST3A-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 451 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST4B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST4B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST4B." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST4B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 450 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST6B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST6B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST6B." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST6B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 449 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST7B-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcST7B ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcST7B." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcST7B-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 448 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExcitationSystemUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExcitationSystemUserDefined." ; + sh:name "VoltageCompensatorDynamics.ExcitationSystemDynamicsExcitationSystemUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 447 ; + sh:path cim:VoltageCompensatorDynamics.ExcitationSystemDynamics ; + sh:severity sh:Violation . + +dy:VoltageCompensatorUserDefined + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-datatype , dy:VoltageCompensatorUserDefined.proprietary-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:VoltageCompensatorUserDefined.proprietary-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:VoltageCompensatorDynamics.ExcitationSystemDynamics-valueType , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-datatype , dy:VoltageCompensatorDynamics.ExcitationSystemDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.name-datatype ; + sh:targetClass cim:VoltageCompensatorUserDefined . + +dy:VoltageCompensatorUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "VoltageCompensatorUserDefined.proprietary-cardinality" ; + sh:order 2686 ; + sh:path cim:VoltageCompensatorUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:VoltageCompensatorUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VoltageCompensatorUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2686 ; + sh:path cim:VoltageCompensatorUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:WindAeroConstIEC rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality ; + sh:targetClass cim:WindAeroConstIEC . + +dy:WindAeroOneDimIEC rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-cardinality , dy:WindAeroOneDimIEC.thetaomega-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindAeroOneDimIEC.ka-cardinality , dy:IdentifiedObject.description-datatype , dy:WindAeroOneDimIEC.ka-datatype , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:WindAeroOneDimIEC.thetaomega-datatype ; + sh:targetClass cim:WindAeroOneDimIEC . + +dy:WindAeroOneDimIEC.ka-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ka)." ; + sh:minCount 1 ; + sh:name "WindAeroOneDimIEC.ka-cardinality" ; + sh:order 2458 ; + sh:path cim:WindAeroOneDimIEC.ka ; + sh:severity sh:Violation . + +dy:WindAeroOneDimIEC.ka-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ka." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindAeroOneDimIEC.ka-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2458 ; + sh:path cim:WindAeroOneDimIEC.ka ; + sh:severity sh:Violation . + +dy:WindAeroOneDimIEC.thetaomega-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thetaomega)." ; + sh:minCount 1 ; + sh:name "WindAeroOneDimIEC.thetaomega-cardinality" ; + sh:order 2459 ; + sh:path cim:WindAeroOneDimIEC.thetaomega ; + sh:severity sh:Violation . + +dy:WindAeroOneDimIEC.thetaomega-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thetaomega." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindAeroOneDimIEC.thetaomega-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2459 ; + sh:path cim:WindAeroOneDimIEC.thetaomega ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC rdf:type sh:NodeShape ; + sh:property dy:WindAeroTwoDimIEC.thetazero-cardinality , dy:IdentifiedObject.description-datatype , dy:WindAeroTwoDimIEC.dpomega-cardinality , dy:WindAeroTwoDimIEC.thetazero-datatype , dy:WindAeroTwoDimIEC.pavail-datatype , dy:WindAeroTwoDimIEC.dpv1-datatype , dy:IdentifiedObject.name-datatype , dy:WindAeroTwoDimIEC.omegazero-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-datatype , dy:WindAeroTwoDimIEC.dpomega-datatype , dy:WindAeroTwoDimIEC.thetav2-datatype , dy:WindAeroTwoDimIEC.omegazero-datatype , dy:WindAeroTwoDimIEC.pavail-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindAeroTwoDimIEC.thetav2-cardinality , dy:WindAeroTwoDimIEC.dptheta-datatype , dy:WindAeroTwoDimIEC.dpv1-cardinality , dy:WindAeroTwoDimIEC.dptheta-cardinality ; + sh:targetClass cim:WindAeroTwoDimIEC . + +dy:WindAeroTwoDimIEC.dpomega-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dpomega)." ; + sh:minCount 1 ; + sh:name "WindAeroTwoDimIEC.dpomega-cardinality" ; + sh:order 2460 ; + sh:path cim:WindAeroTwoDimIEC.dpomega ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.dpomega-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dpomega." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindAeroTwoDimIEC.dpomega-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2460 ; + sh:path cim:WindAeroTwoDimIEC.dpomega ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.dptheta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dptheta)." ; + sh:minCount 1 ; + sh:name "WindAeroTwoDimIEC.dptheta-cardinality" ; + sh:order 2461 ; + sh:path cim:WindAeroTwoDimIEC.dptheta ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.dptheta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dptheta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindAeroTwoDimIEC.dptheta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2461 ; + sh:path cim:WindAeroTwoDimIEC.dptheta ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.dpv1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dpv1)." ; + sh:minCount 1 ; + sh:name "WindAeroTwoDimIEC.dpv1-cardinality" ; + sh:order 2462 ; + sh:path cim:WindAeroTwoDimIEC.dpv1 ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.dpv1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dpv1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindAeroTwoDimIEC.dpv1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2462 ; + sh:path cim:WindAeroTwoDimIEC.dpv1 ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.omegazero-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (omegazero)." ; + sh:minCount 1 ; + sh:name "WindAeroTwoDimIEC.omegazero-cardinality" ; + sh:order 2463 ; + sh:path cim:WindAeroTwoDimIEC.omegazero ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.omegazero-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the omegazero." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindAeroTwoDimIEC.omegazero-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2463 ; + sh:path cim:WindAeroTwoDimIEC.omegazero ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.pavail-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pavail)." ; + sh:minCount 1 ; + sh:name "WindAeroTwoDimIEC.pavail-cardinality" ; + sh:order 2464 ; + sh:path cim:WindAeroTwoDimIEC.pavail ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.pavail-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pavail." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindAeroTwoDimIEC.pavail-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2464 ; + sh:path cim:WindAeroTwoDimIEC.pavail ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.thetav2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thetav2)." ; + sh:minCount 1 ; + sh:name "WindAeroTwoDimIEC.thetav2-cardinality" ; + sh:order 2466 ; + sh:path cim:WindAeroTwoDimIEC.thetav2 ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.thetav2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thetav2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindAeroTwoDimIEC.thetav2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2466 ; + sh:path cim:WindAeroTwoDimIEC.thetav2 ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.thetazero-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thetazero)." ; + sh:minCount 1 ; + sh:name "WindAeroTwoDimIEC.thetazero-cardinality" ; + sh:order 2465 ; + sh:path cim:WindAeroTwoDimIEC.thetazero ; + sh:severity sh:Violation . + +dy:WindAeroTwoDimIEC.thetazero-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thetazero." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindAeroTwoDimIEC.thetazero-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2465 ; + sh:path cim:WindAeroTwoDimIEC.thetazero ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC + rdf:type sh:NodeShape ; + sh:property dy:WindContCurrLimIEC.tufiltcl-datatype , dy:WindContCurrLimIEC.tufiltcl-cardinality , dy:WindContCurrLimIEC.kpqu-datatype , dy:WindContCurrLimIEC.imax-cardinality , dy:IdentifiedObject.name-cardinality , dy:WindContCurrLimIEC.upqumax-cardinality , dy:WindContCurrLimIEC.imax-datatype , dy:WindContCurrLimIEC.mdfslim-cardinality , dy:IdentifiedObject.mRID-datatype , dy:WindContCurrLimIEC.mqpri-datatype , dy:WindContCurrLimIEC.imaxdip-cardinality , dy:WindContCurrLimIEC.kpqu-cardinality , dy:WindContCurrLimIEC.upqumax-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-cardinality , dy:WindContCurrLimIEC.mqpri-cardinality , dy:WindContCurrLimIEC.mdfslim-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.name-datatype , dy:WindContCurrLimIEC.imaxdip-datatype ; + sh:targetClass cim:WindContCurrLimIEC . + +dy:WindContCurrLimIEC.imax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (imax)." ; + sh:minCount 1 ; + sh:name "WindContCurrLimIEC.imax-cardinality" ; + sh:order 2467 ; + sh:path cim:WindContCurrLimIEC.imax ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.imax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the imax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContCurrLimIEC.imax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2467 ; + sh:path cim:WindContCurrLimIEC.imax ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.imaxdip-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (imaxdip)." ; + sh:minCount 1 ; + sh:name "WindContCurrLimIEC.imaxdip-cardinality" ; + sh:order 2468 ; + sh:path cim:WindContCurrLimIEC.imaxdip ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.imaxdip-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the imaxdip." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContCurrLimIEC.imaxdip-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2468 ; + sh:path cim:WindContCurrLimIEC.imaxdip ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.kpqu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpqu)." ; + sh:minCount 1 ; + sh:name "WindContCurrLimIEC.kpqu-cardinality" ; + sh:order 2469 ; + sh:path cim:WindContCurrLimIEC.kpqu ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.kpqu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpqu." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContCurrLimIEC.kpqu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2469 ; + sh:path cim:WindContCurrLimIEC.kpqu ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.mdfslim-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mdfslim)." ; + sh:minCount 1 ; + sh:name "WindContCurrLimIEC.mdfslim-cardinality" ; + sh:order 2470 ; + sh:path cim:WindContCurrLimIEC.mdfslim ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.mdfslim-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the mdfslim." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContCurrLimIEC.mdfslim-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2470 ; + sh:path cim:WindContCurrLimIEC.mdfslim ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.mqpri-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mqpri)." ; + sh:minCount 1 ; + sh:name "WindContCurrLimIEC.mqpri-cardinality" ; + sh:order 2471 ; + sh:path cim:WindContCurrLimIEC.mqpri ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.mqpri-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the mqpri." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContCurrLimIEC.mqpri-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2471 ; + sh:path cim:WindContCurrLimIEC.mqpri ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.tufiltcl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tufiltcl)." ; + sh:minCount 1 ; + sh:name "WindContCurrLimIEC.tufiltcl-cardinality" ; + sh:order 2472 ; + sh:path cim:WindContCurrLimIEC.tufiltcl ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.tufiltcl-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tufiltcl." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContCurrLimIEC.tufiltcl-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2472 ; + sh:path cim:WindContCurrLimIEC.tufiltcl ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.upqumax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (upqumax)." ; + sh:minCount 1 ; + sh:name "WindContCurrLimIEC.upqumax-cardinality" ; + sh:order 2473 ; + sh:path cim:WindContCurrLimIEC.upqumax ; + sh:severity sh:Violation . + +dy:WindContCurrLimIEC.upqumax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the upqumax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContCurrLimIEC.upqumax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2473 ; + sh:path cim:WindContCurrLimIEC.upqumax ; + sh:severity sh:Violation . + +dy:WindContPType3IEC rdf:type sh:NodeShape ; + sh:property dy:WindContPType3IEC.updip-datatype , dy:WindContPType3IEC.tomegaref-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:WindContPType3IEC.omegaoffset-datatype , dy:WindContPType3IEC.dprefmin-datatype , dy:WindContPType3IEC.udvs-datatype , dy:WindContPType3IEC.kip-cardinality , dy:WindContPType3IEC.tomegafiltp3-datatype , dy:WindContPType3IEC.dprefmax-datatype , dy:IdentifiedObject.name-datatype , dy:WindContPType3IEC.omegadtd-datatype , dy:WindContPType3IEC.tdvs-cardinality , dy:WindContPType3IEC.thetauscale-datatype , dy:WindContPType3IEC.tpord-datatype , dy:WindContPType3IEC.zeta-datatype , dy:WindContPType3IEC.dpmax-cardinality , dy:WindContPType3IEC.pdtdmax-cardinality , dy:WindContPType3IEC.omegadtd-cardinality , dy:WindContPType3IEC.updip-cardinality , dy:WindContPType3IEC.dprefmin-cardinality , dy:WindContPType3IEC.tufiltp3-datatype , dy:WindContPType3IEC.mpuvrt-cardinality , dy:WindContPType3IEC.tpord-cardinality , dy:WindContPType3IEC.udvs-cardinality , dy:WindContPType3IEC.thetaemin-cardinality , dy:IdentifiedObject.mRID-datatype , dy:WindContPType3IEC.tomegafiltp3-cardinality , dy:WindContPType3IEC.pdtdmax-datatype , dy:WindContPType3IEC.kdtd-cardinality , dy:WindContPType3IEC.dpmax-datatype , dy:WindContPType3IEC.tufiltp3-cardinality , dy:WindContPType3IEC.thetaemin-datatype , dy:WindContPType3IEC.kpp-datatype , dy:WindContPType3IEC.kip-datatype , dy:WindContPType3IEC.tpfiltp3-datatype , dy:WindContPType3IEC.dthetamax-cardinality , dy:WindContPType3IEC.tdvs-datatype , dy:WindContPType3IEC.thetauscale-cardinality , dy:WindContPType3IEC.tomegaref-cardinality , dy:WindContPType3IEC.dthetamax-datatype , dy:WindContPType3IEC.omegaoffset-cardinality , dy:WindContPType3IEC.zeta-cardinality , dy:WindContPType3IEC.tpfiltp3-cardinality , dy:WindContPType3IEC.dthetamaxuvrt-datatype , dy:WindContPType3IEC.mpuvrt-datatype , dy:WindContPType3IEC.dthetamaxuvrt-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindContPType3IEC.kpp-cardinality , dy:WindContPType3IEC.dprefmax-cardinality , dy:WindContPType3IEC.kdtd-datatype ; + sh:targetClass cim:WindContPType3IEC . + +dy:WindContPType3IEC.dpmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dpmax)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.dpmax-cardinality" ; + sh:order 2484 ; + sh:path cim:WindContPType3IEC.dpmax ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.dpmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dpmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.dpmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2484 ; + sh:path cim:WindContPType3IEC.dpmax ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.dprefmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dprefmax)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.dprefmax-cardinality" ; + sh:order 2485 ; + sh:path cim:WindContPType3IEC.dprefmax ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.dprefmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dprefmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.dprefmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2485 ; + sh:path cim:WindContPType3IEC.dprefmax ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.dprefmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dprefmin)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.dprefmin-cardinality" ; + sh:order 2486 ; + sh:path cim:WindContPType3IEC.dprefmin ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.dprefmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dprefmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.dprefmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2486 ; + sh:path cim:WindContPType3IEC.dprefmin ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.dthetamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dthetamax)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.dthetamax-cardinality" ; + sh:order 2487 ; + sh:path cim:WindContPType3IEC.dthetamax ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.dthetamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dthetamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.dthetamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2487 ; + sh:path cim:WindContPType3IEC.dthetamax ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.dthetamaxuvrt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dthetamaxuvrt)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.dthetamaxuvrt-cardinality" ; + sh:order 2488 ; + sh:path cim:WindContPType3IEC.dthetamaxuvrt ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.dthetamaxuvrt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dthetamaxuvrt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.dthetamaxuvrt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2488 ; + sh:path cim:WindContPType3IEC.dthetamaxuvrt ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.kdtd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kdtd)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.kdtd-cardinality" ; + sh:order 2489 ; + sh:path cim:WindContPType3IEC.kdtd ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.kdtd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kdtd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.kdtd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2489 ; + sh:path cim:WindContPType3IEC.kdtd ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.kip-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kip)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.kip-cardinality" ; + sh:order 2490 ; + sh:path cim:WindContPType3IEC.kip ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.kip-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kip." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.kip-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2490 ; + sh:path cim:WindContPType3IEC.kip ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.kpp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpp)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.kpp-cardinality" ; + sh:order 2491 ; + sh:path cim:WindContPType3IEC.kpp ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.kpp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.kpp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2491 ; + sh:path cim:WindContPType3IEC.kpp ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.mpuvrt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mpuvrt)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.mpuvrt-cardinality" ; + sh:order 2492 ; + sh:path cim:WindContPType3IEC.mpuvrt ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.mpuvrt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the mpuvrt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.mpuvrt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2492 ; + sh:path cim:WindContPType3IEC.mpuvrt ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.omegadtd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (omegadtd)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.omegadtd-cardinality" ; + sh:order 2505 ; + sh:path cim:WindContPType3IEC.omegadtd ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.omegadtd-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the omegadtd." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.omegadtd-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2505 ; + sh:path cim:WindContPType3IEC.omegadtd ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.omegaoffset-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (omegaoffset)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.omegaoffset-cardinality" ; + sh:order 2493 ; + sh:path cim:WindContPType3IEC.omegaoffset ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.omegaoffset-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the omegaoffset." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.omegaoffset-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2493 ; + sh:path cim:WindContPType3IEC.omegaoffset ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.pdtdmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pdtdmax)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.pdtdmax-cardinality" ; + sh:order 2494 ; + sh:path cim:WindContPType3IEC.pdtdmax ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.pdtdmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pdtdmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.pdtdmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2494 ; + sh:path cim:WindContPType3IEC.pdtdmax ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tdvs-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tdvs)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.tdvs-cardinality" ; + sh:order 2495 ; + sh:path cim:WindContPType3IEC.tdvs ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tdvs-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tdvs." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.tdvs-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2495 ; + sh:path cim:WindContPType3IEC.tdvs ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.thetaemin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thetaemin)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.thetaemin-cardinality" ; + sh:order 2496 ; + sh:path cim:WindContPType3IEC.thetaemin ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.thetaemin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thetaemin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.thetaemin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2496 ; + sh:path cim:WindContPType3IEC.thetaemin ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.thetauscale-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thetauscale)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.thetauscale-cardinality" ; + sh:order 2497 ; + sh:path cim:WindContPType3IEC.thetauscale ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.thetauscale-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thetauscale." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.thetauscale-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2497 ; + sh:path cim:WindContPType3IEC.thetauscale ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tomegafiltp3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tomegafiltp3)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.tomegafiltp3-cardinality" ; + sh:order 2498 ; + sh:path cim:WindContPType3IEC.tomegafiltp3 ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tomegafiltp3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tomegafiltp3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.tomegafiltp3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2498 ; + sh:path cim:WindContPType3IEC.tomegafiltp3 ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tomegaref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tomegaref)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.tomegaref-cardinality" ; + sh:order 2502 ; + sh:path cim:WindContPType3IEC.tomegaref ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tomegaref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tomegaref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.tomegaref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2502 ; + sh:path cim:WindContPType3IEC.tomegaref ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tpfiltp3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpfiltp3)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.tpfiltp3-cardinality" ; + sh:order 2499 ; + sh:path cim:WindContPType3IEC.tpfiltp3 ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tpfiltp3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpfiltp3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.tpfiltp3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2499 ; + sh:path cim:WindContPType3IEC.tpfiltp3 ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tpord-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpord)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.tpord-cardinality" ; + sh:order 2500 ; + sh:path cim:WindContPType3IEC.tpord ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tpord-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpord." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.tpord-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2500 ; + sh:path cim:WindContPType3IEC.tpord ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tufiltp3-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tufiltp3)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.tufiltp3-cardinality" ; + sh:order 2501 ; + sh:path cim:WindContPType3IEC.tufiltp3 ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.tufiltp3-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tufiltp3." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.tufiltp3-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2501 ; + sh:path cim:WindContPType3IEC.tufiltp3 ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.udvs-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (udvs)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.udvs-cardinality" ; + sh:order 2503 ; + sh:path cim:WindContPType3IEC.udvs ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.udvs-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the udvs." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.udvs-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2503 ; + sh:path cim:WindContPType3IEC.udvs ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.updip-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (updip)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.updip-cardinality" ; + sh:order 2504 ; + sh:path cim:WindContPType3IEC.updip ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.updip-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the updip." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.updip-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2504 ; + sh:path cim:WindContPType3IEC.updip ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.zeta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (zeta)." ; + sh:minCount 1 ; + sh:name "WindContPType3IEC.zeta-cardinality" ; + sh:order 2506 ; + sh:path cim:WindContPType3IEC.zeta ; + sh:severity sh:Violation . + +dy:WindContPType3IEC.zeta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the zeta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType3IEC.zeta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2506 ; + sh:path cim:WindContPType3IEC.zeta ; + sh:severity sh:Violation . + +dy:WindContPType4aIEC + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-cardinality , dy:WindContPType4aIEC.tpordp4a-datatype , dy:WindContPType4aIEC.dpmaxp4a-datatype , dy:WindContPType4aIEC.dpmaxp4a-cardinality , dy:IdentifiedObject.description-datatype , dy:WindContPType4aIEC.tufiltp4a-cardinality , dy:WindContPType4aIEC.tufiltp4a-datatype , dy:WindContPType4aIEC.tpordp4a-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.name-cardinality ; + sh:targetClass cim:WindContPType4aIEC . + +dy:WindContPType4aIEC.dpmaxp4a-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dpmaxp4a)." ; + sh:minCount 1 ; + sh:name "WindContPType4aIEC.dpmaxp4a-cardinality" ; + sh:order 2507 ; + sh:path cim:WindContPType4aIEC.dpmaxp4a ; + sh:severity sh:Violation . + +dy:WindContPType4aIEC.dpmaxp4a-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dpmaxp4a." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType4aIEC.dpmaxp4a-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2507 ; + sh:path cim:WindContPType4aIEC.dpmaxp4a ; + sh:severity sh:Violation . + +dy:WindContPType4aIEC.tpordp4a-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpordp4a)." ; + sh:minCount 1 ; + sh:name "WindContPType4aIEC.tpordp4a-cardinality" ; + sh:order 2508 ; + sh:path cim:WindContPType4aIEC.tpordp4a ; + sh:severity sh:Violation . + +dy:WindContPType4aIEC.tpordp4a-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpordp4a." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType4aIEC.tpordp4a-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2508 ; + sh:path cim:WindContPType4aIEC.tpordp4a ; + sh:severity sh:Violation . + +dy:WindContPType4aIEC.tufiltp4a-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tufiltp4a)." ; + sh:minCount 1 ; + sh:name "WindContPType4aIEC.tufiltp4a-cardinality" ; + sh:order 2509 ; + sh:path cim:WindContPType4aIEC.tufiltp4a ; + sh:severity sh:Violation . + +dy:WindContPType4aIEC.tufiltp4a-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tufiltp4a." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType4aIEC.tufiltp4a-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2509 ; + sh:path cim:WindContPType4aIEC.tufiltp4a ; + sh:severity sh:Violation . + +dy:WindContPType4bIEC + rdf:type sh:NodeShape ; + sh:property dy:WindContPType4bIEC.tufiltp4b-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-datatype , dy:WindContPType4bIEC.tufiltp4b-cardinality , dy:WindContPType4bIEC.tpaero-datatype , dy:WindContPType4bIEC.dpmaxp4b-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:WindContPType4bIEC.tpordp4b-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:WindContPType4bIEC.dpmaxp4b-cardinality , dy:WindContPType4bIEC.tpaero-cardinality , dy:WindContPType4bIEC.tpordp4b-datatype ; + sh:targetClass cim:WindContPType4bIEC . + +dy:WindContPType4bIEC.dpmaxp4b-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dpmaxp4b)." ; + sh:minCount 1 ; + sh:name "WindContPType4bIEC.dpmaxp4b-cardinality" ; + sh:order 2510 ; + sh:path cim:WindContPType4bIEC.dpmaxp4b ; + sh:severity sh:Violation . + +dy:WindContPType4bIEC.dpmaxp4b-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dpmaxp4b." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType4bIEC.dpmaxp4b-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2510 ; + sh:path cim:WindContPType4bIEC.dpmaxp4b ; + sh:severity sh:Violation . + +dy:WindContPType4bIEC.tpaero-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpaero)." ; + sh:minCount 1 ; + sh:name "WindContPType4bIEC.tpaero-cardinality" ; + sh:order 2511 ; + sh:path cim:WindContPType4bIEC.tpaero ; + sh:severity sh:Violation . + +dy:WindContPType4bIEC.tpaero-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpaero." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType4bIEC.tpaero-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2511 ; + sh:path cim:WindContPType4bIEC.tpaero ; + sh:severity sh:Violation . + +dy:WindContPType4bIEC.tpordp4b-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpordp4b)." ; + sh:minCount 1 ; + sh:name "WindContPType4bIEC.tpordp4b-cardinality" ; + sh:order 2512 ; + sh:path cim:WindContPType4bIEC.tpordp4b ; + sh:severity sh:Violation . + +dy:WindContPType4bIEC.tpordp4b-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpordp4b." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType4bIEC.tpordp4b-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2512 ; + sh:path cim:WindContPType4bIEC.tpordp4b ; + sh:severity sh:Violation . + +dy:WindContPType4bIEC.tufiltp4b-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tufiltp4b)." ; + sh:minCount 1 ; + sh:name "WindContPType4bIEC.tufiltp4b-cardinality" ; + sh:order 2513 ; + sh:path cim:WindContPType4bIEC.tufiltp4b ; + sh:severity sh:Violation . + +dy:WindContPType4bIEC.tufiltp4b-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tufiltp4b." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPType4bIEC.tufiltp4b-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2513 ; + sh:path cim:WindContPType4bIEC.tufiltp4b ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC + rdf:type sh:NodeShape ; + sh:property dy:WindContPitchAngleIEC.kpx-datatype , dy:WindContPitchAngleIEC.kpc-datatype , dy:WindContPitchAngleIEC.dthetamax-cardinality , dy:WindContPitchAngleIEC.kic-datatype , dy:WindContPitchAngleIEC.dthetamin-datatype , dy:WindContPitchAngleIEC.kpc-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-datatype , dy:WindContPitchAngleIEC.kpomega-datatype , dy:WindContPitchAngleIEC.kiomega-datatype , dy:WindContPitchAngleIEC.dthetamin-cardinality , dy:WindContPitchAngleIEC.thetamin-datatype , dy:WindContPitchAngleIEC.thetamax-cardinality , dy:WindContPitchAngleIEC.kpomega-cardinality , dy:WindContPitchAngleIEC.ttheta-datatype , dy:WindContPitchAngleIEC.thetamax-datatype , dy:WindContPitchAngleIEC.kic-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.name-cardinality , dy:WindContPitchAngleIEC.ttheta-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:WindContPitchAngleIEC.kiomega-cardinality , dy:IdentifiedObject.name-datatype , dy:WindContPitchAngleIEC.kpx-cardinality , dy:WindContPitchAngleIEC.dthetamax-datatype , dy:WindContPitchAngleIEC.thetamin-cardinality ; + sh:targetClass cim:WindContPitchAngleIEC . + +dy:WindContPitchAngleIEC.dthetamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dthetamax)." ; + sh:minCount 1 ; + sh:name "WindContPitchAngleIEC.dthetamax-cardinality" ; + sh:order 2474 ; + sh:path cim:WindContPitchAngleIEC.dthetamax ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.dthetamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dthetamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPitchAngleIEC.dthetamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2474 ; + sh:path cim:WindContPitchAngleIEC.dthetamax ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.dthetamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dthetamin)." ; + sh:minCount 1 ; + sh:name "WindContPitchAngleIEC.dthetamin-cardinality" ; + sh:order 2475 ; + sh:path cim:WindContPitchAngleIEC.dthetamin ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.dthetamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dthetamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPitchAngleIEC.dthetamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2475 ; + sh:path cim:WindContPitchAngleIEC.dthetamin ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.kic-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kic)." ; + sh:minCount 1 ; + sh:name "WindContPitchAngleIEC.kic-cardinality" ; + sh:order 2476 ; + sh:path cim:WindContPitchAngleIEC.kic ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.kic-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kic." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPitchAngleIEC.kic-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2476 ; + sh:path cim:WindContPitchAngleIEC.kic ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.kiomega-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kiomega)." ; + sh:minCount 1 ; + sh:name "WindContPitchAngleIEC.kiomega-cardinality" ; + sh:order 2477 ; + sh:path cim:WindContPitchAngleIEC.kiomega ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.kiomega-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kiomega." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPitchAngleIEC.kiomega-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2477 ; + sh:path cim:WindContPitchAngleIEC.kiomega ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.kpc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpc)." ; + sh:minCount 1 ; + sh:name "WindContPitchAngleIEC.kpc-cardinality" ; + sh:order 2478 ; + sh:path cim:WindContPitchAngleIEC.kpc ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.kpc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPitchAngleIEC.kpc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2478 ; + sh:path cim:WindContPitchAngleIEC.kpc ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.kpomega-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpomega)." ; + sh:minCount 1 ; + sh:name "WindContPitchAngleIEC.kpomega-cardinality" ; + sh:order 2479 ; + sh:path cim:WindContPitchAngleIEC.kpomega ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.kpomega-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpomega." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPitchAngleIEC.kpomega-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2479 ; + sh:path cim:WindContPitchAngleIEC.kpomega ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.kpx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpx)." ; + sh:minCount 1 ; + sh:name "WindContPitchAngleIEC.kpx-cardinality" ; + sh:order 2480 ; + sh:path cim:WindContPitchAngleIEC.kpx ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.kpx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPitchAngleIEC.kpx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2480 ; + sh:path cim:WindContPitchAngleIEC.kpx ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.thetamax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thetamax)." ; + sh:minCount 1 ; + sh:name "WindContPitchAngleIEC.thetamax-cardinality" ; + sh:order 2481 ; + sh:path cim:WindContPitchAngleIEC.thetamax ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.thetamax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thetamax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPitchAngleIEC.thetamax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2481 ; + sh:path cim:WindContPitchAngleIEC.thetamax ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.thetamin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (thetamin)." ; + sh:minCount 1 ; + sh:name "WindContPitchAngleIEC.thetamin-cardinality" ; + sh:order 2482 ; + sh:path cim:WindContPitchAngleIEC.thetamin ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.thetamin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the thetamin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPitchAngleIEC.thetamin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2482 ; + sh:path cim:WindContPitchAngleIEC.thetamin ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.ttheta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ttheta)." ; + sh:minCount 1 ; + sh:name "WindContPitchAngleIEC.ttheta-cardinality" ; + sh:order 2483 ; + sh:path cim:WindContPitchAngleIEC.ttheta ; + sh:severity sh:Violation . + +dy:WindContPitchAngleIEC.ttheta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ttheta." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContPitchAngleIEC.ttheta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2483 ; + sh:path cim:WindContPitchAngleIEC.ttheta ; + sh:severity sh:Violation . + +dy:WindContQIEC rdf:type sh:NodeShape ; + sh:property dy:WindContQIEC.tqord-cardinality , dy:WindContQIEC.uqdip-datatype , dy:WindContQIEC.tpfiltq-datatype , dy:IdentifiedObject.name-cardinality , dy:WindContQIEC.iqh1-datatype , dy:WindContQIEC.iqmin-cardinality , dy:IdentifiedObject.mRID-datatype , dy:WindContQIEC.kiu-cardinality , dy:WindContQIEC.tpfiltq-cardinality , dy:WindContQIEC.kpq-datatype , dy:WindContQIEC.iqmax-datatype , dy:WindContQIEC.umax-cardinality , dy:IdentifiedObject.name-datatype , dy:WindContQIEC.tpost-datatype , dy:WindContQIEC.udb1-datatype , dy:WindContQIEC.udb2-datatype , dy:WindContQIEC.kiu-datatype , dy:WindContQIEC.kpu-cardinality , dy:WindContQIEC.kiq-cardinality , dy:WindContQIEC.tufiltq-datatype , dy:WindContQIEC.iqmin-datatype , dy:WindContQIEC.windQcontrolModesType-cardinality , dy:WindContQIEC.rdroop-cardinality , dy:WindContQIEC.kiq-datatype , dy:WindContQIEC.windQcontrolModesType-datatype , dy:WindContQIEC.rdroop-datatype , dy:WindContQIEC.iqh1-cardinality , dy:WindContQIEC.umin-datatype , dy:WindContQIEC.udb2-cardinality , dy:WindContQIEC.uref0-cardinality , dy:WindContQIEC.iqpost-datatype , dy:WindContQIEC.tufiltq-cardinality , dy:WindContQIEC.udb1-cardinality , dy:WindContQIEC.umin-cardinality , dy:WindContQIEC.tqord-datatype , dy:WindContQIEC.iqpost-cardinality , dy:WindContQIEC.umax-datatype , dy:WindContQIEC.xdroop-datatype , dy:IdentifiedObject.description-cardinality , dy:WindContQIEC.kpu-datatype , dy:WindContQIEC.kqv-cardinality , dy:WindContQIEC.uref0-datatype , dy:IdentifiedObject.mRID-cardinality , dy:WindContQIEC.kqv-datatype , dy:WindContQIEC.uqdip-cardinality , dy:WindContQIEC.windUVRTQcontrolModesType-datatype , dy:WindContQIEC.windUVRTQcontrolModesType-cardinality , dy:WindContQIEC.kpq-cardinality , dy:WindContQIEC.iqmax-cardinality , dy:IdentifiedObject.description-datatype , dy:WindContQIEC.tpost-cardinality , dy:WindContQIEC.xdroop-cardinality ; + sh:targetClass cim:WindContQIEC . + +dy:WindContQIEC.iqh1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (iqh1)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.iqh1-cardinality" ; + sh:order 2514 ; + sh:path cim:WindContQIEC.iqh1 ; + sh:severity sh:Violation . + +dy:WindContQIEC.iqh1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the iqh1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.iqh1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2514 ; + sh:path cim:WindContQIEC.iqh1 ; + sh:severity sh:Violation . + +dy:WindContQIEC.iqmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (iqmax)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.iqmax-cardinality" ; + sh:order 2515 ; + sh:path cim:WindContQIEC.iqmax ; + sh:severity sh:Violation . + +dy:WindContQIEC.iqmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the iqmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.iqmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2515 ; + sh:path cim:WindContQIEC.iqmax ; + sh:severity sh:Violation . + +dy:WindContQIEC.iqmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (iqmin)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.iqmin-cardinality" ; + sh:order 2516 ; + sh:path cim:WindContQIEC.iqmin ; + sh:severity sh:Violation . + +dy:WindContQIEC.iqmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the iqmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.iqmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2516 ; + sh:path cim:WindContQIEC.iqmin ; + sh:severity sh:Violation . + +dy:WindContQIEC.iqpost-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (iqpost)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.iqpost-cardinality" ; + sh:order 2517 ; + sh:path cim:WindContQIEC.iqpost ; + sh:severity sh:Violation . + +dy:WindContQIEC.iqpost-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the iqpost." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.iqpost-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2517 ; + sh:path cim:WindContQIEC.iqpost ; + sh:severity sh:Violation . + +dy:WindContQIEC.kiq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kiq)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.kiq-cardinality" ; + sh:order 2518 ; + sh:path cim:WindContQIEC.kiq ; + sh:severity sh:Violation . + +dy:WindContQIEC.kiq-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kiq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.kiq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2518 ; + sh:path cim:WindContQIEC.kiq ; + sh:severity sh:Violation . + +dy:WindContQIEC.kiu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kiu)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.kiu-cardinality" ; + sh:order 2519 ; + sh:path cim:WindContQIEC.kiu ; + sh:severity sh:Violation . + +dy:WindContQIEC.kiu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kiu." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.kiu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2519 ; + sh:path cim:WindContQIEC.kiu ; + sh:severity sh:Violation . + +dy:WindContQIEC.kpq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpq)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.kpq-cardinality" ; + sh:order 2520 ; + sh:path cim:WindContQIEC.kpq ; + sh:severity sh:Violation . + +dy:WindContQIEC.kpq-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.kpq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2520 ; + sh:path cim:WindContQIEC.kpq ; + sh:severity sh:Violation . + +dy:WindContQIEC.kpu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpu)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.kpu-cardinality" ; + sh:order 2521 ; + sh:path cim:WindContQIEC.kpu ; + sh:severity sh:Violation . + +dy:WindContQIEC.kpu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpu." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.kpu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2521 ; + sh:path cim:WindContQIEC.kpu ; + sh:severity sh:Violation . + +dy:WindContQIEC.kqv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kqv)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.kqv-cardinality" ; + sh:order 2522 ; + sh:path cim:WindContQIEC.kqv ; + sh:severity sh:Violation . + +dy:WindContQIEC.kqv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kqv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.kqv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2522 ; + sh:path cim:WindContQIEC.kqv ; + sh:severity sh:Violation . + +dy:WindContQIEC.rdroop-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rdroop)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.rdroop-cardinality" ; + sh:order 2524 ; + sh:path cim:WindContQIEC.rdroop ; + sh:severity sh:Violation . + +dy:WindContQIEC.rdroop-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rdroop." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.rdroop-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2524 ; + sh:path cim:WindContQIEC.rdroop ; + sh:severity sh:Violation . + +dy:WindContQIEC.tpfiltq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpfiltq)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.tpfiltq-cardinality" ; + sh:order 2523 ; + sh:path cim:WindContQIEC.tpfiltq ; + sh:severity sh:Violation . + +dy:WindContQIEC.tpfiltq-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpfiltq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.tpfiltq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2523 ; + sh:path cim:WindContQIEC.tpfiltq ; + sh:severity sh:Violation . + +dy:WindContQIEC.tpost-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpost)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.tpost-cardinality" ; + sh:order 2526 ; + sh:path cim:WindContQIEC.tpost ; + sh:severity sh:Violation . + +dy:WindContQIEC.tpost-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpost." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.tpost-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2526 ; + sh:path cim:WindContQIEC.tpost ; + sh:severity sh:Violation . + +dy:WindContQIEC.tqord-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tqord)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.tqord-cardinality" ; + sh:order 2527 ; + sh:path cim:WindContQIEC.tqord ; + sh:severity sh:Violation . + +dy:WindContQIEC.tqord-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tqord." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.tqord-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2527 ; + sh:path cim:WindContQIEC.tqord ; + sh:severity sh:Violation . + +dy:WindContQIEC.tufiltq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tufiltq)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.tufiltq-cardinality" ; + sh:order 2525 ; + sh:path cim:WindContQIEC.tufiltq ; + sh:severity sh:Violation . + +dy:WindContQIEC.tufiltq-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tufiltq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.tufiltq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2525 ; + sh:path cim:WindContQIEC.tufiltq ; + sh:severity sh:Violation . + +dy:WindContQIEC.udb1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (udb1)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.udb1-cardinality" ; + sh:order 2528 ; + sh:path cim:WindContQIEC.udb1 ; + sh:severity sh:Violation . + +dy:WindContQIEC.udb1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the udb1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.udb1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2528 ; + sh:path cim:WindContQIEC.udb1 ; + sh:severity sh:Violation . + +dy:WindContQIEC.udb2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (udb2)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.udb2-cardinality" ; + sh:order 2529 ; + sh:path cim:WindContQIEC.udb2 ; + sh:severity sh:Violation . + +dy:WindContQIEC.udb2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the udb2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.udb2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2529 ; + sh:path cim:WindContQIEC.udb2 ; + sh:severity sh:Violation . + +dy:WindContQIEC.umax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (umax)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.umax-cardinality" ; + sh:order 2530 ; + sh:path cim:WindContQIEC.umax ; + sh:severity sh:Violation . + +dy:WindContQIEC.umax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the umax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.umax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2530 ; + sh:path cim:WindContQIEC.umax ; + sh:severity sh:Violation . + +dy:WindContQIEC.umin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (umin)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.umin-cardinality" ; + sh:order 2531 ; + sh:path cim:WindContQIEC.umin ; + sh:severity sh:Violation . + +dy:WindContQIEC.umin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the umin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.umin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2531 ; + sh:path cim:WindContQIEC.umin ; + sh:severity sh:Violation . + +dy:WindContQIEC.uqdip-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uqdip)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.uqdip-cardinality" ; + sh:order 2532 ; + sh:path cim:WindContQIEC.uqdip ; + sh:severity sh:Violation . + +dy:WindContQIEC.uqdip-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uqdip." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.uqdip-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2532 ; + sh:path cim:WindContQIEC.uqdip ; + sh:severity sh:Violation . + +dy:WindContQIEC.uref0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uref0)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.uref0-cardinality" ; + sh:order 2533 ; + sh:path cim:WindContQIEC.uref0 ; + sh:severity sh:Violation . + +dy:WindContQIEC.uref0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uref0." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.uref0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2533 ; + sh:path cim:WindContQIEC.uref0 ; + sh:severity sh:Violation . + +dy:WindContQIEC.windQcontrolModesType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (windQcontrolModesType)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.windQcontrolModesType-cardinality" ; + sh:order 2534 ; + sh:path cim:WindContQIEC.windQcontrolModesType ; + sh:severity sh:Violation . + +dy:WindContQIEC.windQcontrolModesType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the windQcontrolModesType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:WindQcontrolModeKind.voltage cim:WindQcontrolModeKind.reactivePower cim:WindQcontrolModeKind.openLoopReactivePower cim:WindQcontrolModeKind.powerFactor cim:WindQcontrolModeKind.openLooppowerFactor ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "WindContQIEC.windQcontrolModesType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2534 ; + sh:path cim:WindContQIEC.windQcontrolModesType ; + sh:severity sh:Violation . + +dy:WindContQIEC.windUVRTQcontrolModesType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (windUVRTQcontrolModesType)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.windUVRTQcontrolModesType-cardinality" ; + sh:order 2535 ; + sh:path cim:WindContQIEC.windUVRTQcontrolModesType ; + sh:severity sh:Violation . + +dy:WindContQIEC.windUVRTQcontrolModesType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the windUVRTQcontrolModesType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:WindUVRTQcontrolModeKind.mode0 cim:WindUVRTQcontrolModeKind.mode1 cim:WindUVRTQcontrolModeKind.mode2 ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "WindContQIEC.windUVRTQcontrolModesType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2535 ; + sh:path cim:WindContQIEC.windUVRTQcontrolModesType ; + sh:severity sh:Violation . + +dy:WindContQIEC.xdroop-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xdroop)." ; + sh:minCount 1 ; + sh:name "WindContQIEC.xdroop-cardinality" ; + sh:order 2536 ; + sh:path cim:WindContQIEC.xdroop ; + sh:severity sh:Violation . + +dy:WindContQIEC.xdroop-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xdroop." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQIEC.xdroop-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2536 ; + sh:path cim:WindContQIEC.xdroop ; + sh:severity sh:Violation . + +dy:WindContQLimIEC rdf:type sh:NodeShape ; + sh:property dy:WindContQLimIEC.qmin-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.name-datatype , dy:WindContQLimIEC.qmax-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:WindContQLimIEC.qmin-cardinality , dy:WindContQLimIEC.qmax-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:WindContQLimIEC . + +dy:WindContQLimIEC.qmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qmax)." ; + sh:minCount 1 ; + sh:name "WindContQLimIEC.qmax-cardinality" ; + sh:order 2537 ; + sh:path cim:WindContQLimIEC.qmax ; + sh:severity sh:Violation . + +dy:WindContQLimIEC.qmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQLimIEC.qmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2537 ; + sh:path cim:WindContQLimIEC.qmax ; + sh:severity sh:Violation . + +dy:WindContQLimIEC.qmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qmin)." ; + sh:minCount 1 ; + sh:name "WindContQLimIEC.qmin-cardinality" ; + sh:order 2538 ; + sh:path cim:WindContQLimIEC.qmin ; + sh:severity sh:Violation . + +dy:WindContQLimIEC.qmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQLimIEC.qmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2538 ; + sh:path cim:WindContQLimIEC.qmin ; + sh:severity sh:Violation . + +dy:WindContQPQULimIEC + rdf:type sh:NodeShape ; + sh:property dy:WindContQPQULimIEC.tpfiltql-datatype , dy:WindContQPQULimIEC.tpfiltql-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.description-cardinality , dy:WindContQPQULimIEC.tufiltql-datatype , dy:WindContQPQULimIEC.tufiltql-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:WindContQPQULimIEC . + +dy:WindContQPQULimIEC.tpfiltql-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpfiltql)." ; + sh:minCount 1 ; + sh:name "WindContQPQULimIEC.tpfiltql-cardinality" ; + sh:order 2539 ; + sh:path cim:WindContQPQULimIEC.tpfiltql ; + sh:severity sh:Violation . + +dy:WindContQPQULimIEC.tpfiltql-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpfiltql." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQPQULimIEC.tpfiltql-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2539 ; + sh:path cim:WindContQPQULimIEC.tpfiltql ; + sh:severity sh:Violation . + +dy:WindContQPQULimIEC.tufiltql-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tufiltql)." ; + sh:minCount 1 ; + sh:name "WindContQPQULimIEC.tufiltql-cardinality" ; + sh:order 2540 ; + sh:path cim:WindContQPQULimIEC.tufiltql ; + sh:severity sh:Violation . + +dy:WindContQPQULimIEC.tufiltql-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tufiltql." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContQPQULimIEC.tufiltql-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2540 ; + sh:path cim:WindContQPQULimIEC.tufiltql ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC rdf:type sh:NodeShape ; + sh:property dy:WindContRotorRIEC.kirr-cardinality , dy:WindContRotorRIEC.komegafilt-datatype , dy:WindContRotorRIEC.tomegafiltrr-cardinality , dy:IdentifiedObject.name-datatype , dy:WindContRotorRIEC.tpfiltrr-datatype , dy:WindContRotorRIEC.tomegafiltrr-datatype , dy:WindContRotorRIEC.rmax-cardinality , dy:WindContRotorRIEC.rmax-datatype , dy:WindContRotorRIEC.komegafilt-cardinality , dy:WindContRotorRIEC.rmin-cardinality , dy:WindContRotorRIEC.tpfiltrr-cardinality , dy:WindContRotorRIEC.kirr-datatype , dy:WindContRotorRIEC.rmin-datatype , dy:WindContRotorRIEC.kpfilt-datatype , dy:WindContRotorRIEC.kprr-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindContRotorRIEC.kprr-cardinality , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.description-datatype , dy:WindContRotorRIEC.kpfilt-cardinality , dy:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:WindContRotorRIEC . + +dy:WindContRotorRIEC.kirr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kirr)." ; + sh:minCount 1 ; + sh:name "WindContRotorRIEC.kirr-cardinality" ; + sh:order 2541 ; + sh:path cim:WindContRotorRIEC.kirr ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.kirr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kirr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContRotorRIEC.kirr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2541 ; + sh:path cim:WindContRotorRIEC.kirr ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.komegafilt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (komegafilt)." ; + sh:minCount 1 ; + sh:name "WindContRotorRIEC.komegafilt-cardinality" ; + sh:order 2542 ; + sh:path cim:WindContRotorRIEC.komegafilt ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.komegafilt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the komegafilt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContRotorRIEC.komegafilt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2542 ; + sh:path cim:WindContRotorRIEC.komegafilt ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.kpfilt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpfilt)." ; + sh:minCount 1 ; + sh:name "WindContRotorRIEC.kpfilt-cardinality" ; + sh:order 2543 ; + sh:path cim:WindContRotorRIEC.kpfilt ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.kpfilt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpfilt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContRotorRIEC.kpfilt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2543 ; + sh:path cim:WindContRotorRIEC.kpfilt ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.kprr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kprr)." ; + sh:minCount 1 ; + sh:name "WindContRotorRIEC.kprr-cardinality" ; + sh:order 2544 ; + sh:path cim:WindContRotorRIEC.kprr ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.kprr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kprr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContRotorRIEC.kprr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2544 ; + sh:path cim:WindContRotorRIEC.kprr ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.rmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rmax)." ; + sh:minCount 1 ; + sh:name "WindContRotorRIEC.rmax-cardinality" ; + sh:order 2545 ; + sh:path cim:WindContRotorRIEC.rmax ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.rmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContRotorRIEC.rmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2545 ; + sh:path cim:WindContRotorRIEC.rmax ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.rmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (rmin)." ; + sh:minCount 1 ; + sh:name "WindContRotorRIEC.rmin-cardinality" ; + sh:order 2546 ; + sh:path cim:WindContRotorRIEC.rmin ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.rmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContRotorRIEC.rmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2546 ; + sh:path cim:WindContRotorRIEC.rmin ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.tomegafiltrr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tomegafiltrr)." ; + sh:minCount 1 ; + sh:name "WindContRotorRIEC.tomegafiltrr-cardinality" ; + sh:order 2547 ; + sh:path cim:WindContRotorRIEC.tomegafiltrr ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.tomegafiltrr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tomegafiltrr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContRotorRIEC.tomegafiltrr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2547 ; + sh:path cim:WindContRotorRIEC.tomegafiltrr ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.tpfiltrr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpfiltrr)." ; + sh:minCount 1 ; + sh:name "WindContRotorRIEC.tpfiltrr-cardinality" ; + sh:order 2548 ; + sh:path cim:WindContRotorRIEC.tpfiltrr ; + sh:severity sh:Violation . + +dy:WindContRotorRIEC.tpfiltrr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpfiltrr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindContRotorRIEC.tpfiltrr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2548 ; + sh:path cim:WindContRotorRIEC.tpfiltrr ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable + rdf:type sh:NodeShape ; + sh:property dy:WindDynamicsLookupTable.WindGenType3bIEC-cardinality , dy:WindDynamicsLookupTable.input-cardinality , dy:WindDynamicsLookupTable.WindContPType3IEC-cardinality , dy:WindDynamicsLookupTable.WindProtectionIEC-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindDynamicsLookupTable.WindPlantReactiveControlIEC-valueType , dy:WindDynamicsLookupTable.WindPitchContPowerIEC-cardinality , dy:IdentifiedObject.description-datatype , dy:WindDynamicsLookupTable.WindContPType3IEC-valueType , dy:WindDynamicsLookupTable.WindGenType3bIEC-valueType , dy:WindDynamicsLookupTable.WindPlantFreqPcontrolIEC-cardinality , dy:WindDynamicsLookupTable.sequence-cardinality , dy:WindDynamicsLookupTable.WindPitchContPowerIEC-valueType , dy:IdentifiedObject.mRID-datatype , dy:WindDynamicsLookupTable.output-datatype , dy:WindDynamicsLookupTable.lookupTableFunctionType-cardinality , dy:WindDynamicsLookupTable.WindPlantReactiveControlIEC-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:WindDynamicsLookupTable.WindContRotorRIEC-valueType , dy:WindDynamicsLookupTable.WindContCurrLimIEC-cardinality , dy:WindDynamicsLookupTable.WindContQPQULimIEC-valueType , dy:WindDynamicsLookupTable.WindContCurrLimIEC-valueType , dy:WindDynamicsLookupTable.WindProtectionIEC-valueType , dy:WindDynamicsLookupTable.WindPlantFreqPcontrolIEC-valueType , dy:WindDynamicsLookupTable.sequence-datatype , dy:WindDynamicsLookupTable.WindContRotorRIEC-cardinality , dy:WindDynamicsLookupTable.input-datatype , dy:IdentifiedObject.mRID-cardinality , dy:WindDynamicsLookupTable.output-cardinality , dy:WindDynamicsLookupTable.WindContQPQULimIEC-cardinality , dy:WindDynamicsLookupTable.lookupTableFunctionType-datatype ; + sh:targetClass cim:WindDynamicsLookupTable . + +dy:WindDynamicsLookupTable.WindContCurrLimIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindDynamicsLookupTable.WindContCurrLimIEC-cardinality" ; + sh:order 2728 ; + sh:path cim:WindDynamicsLookupTable.WindContCurrLimIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindContCurrLimIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContCurrLimIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContCurrLimIEC." ; + sh:name "WindDynamicsLookupTable.WindContCurrLimIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 517 ; + sh:path cim:WindDynamicsLookupTable.WindContCurrLimIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindContPType3IEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindDynamicsLookupTable.WindContPType3IEC-cardinality" ; + sh:order 2727 ; + sh:path cim:WindDynamicsLookupTable.WindContPType3IEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindContPType3IEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContPType3IEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContPType3IEC." ; + sh:name "WindDynamicsLookupTable.WindContPType3IEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 516 ; + sh:path cim:WindDynamicsLookupTable.WindContPType3IEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindContQPQULimIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindDynamicsLookupTable.WindContQPQULimIEC-cardinality" ; + sh:order 2726 ; + sh:path cim:WindDynamicsLookupTable.WindContQPQULimIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindContQPQULimIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContQPQULimIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContQPQULimIEC." ; + sh:name "WindDynamicsLookupTable.WindContQPQULimIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 515 ; + sh:path cim:WindDynamicsLookupTable.WindContQPQULimIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindContRotorRIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindDynamicsLookupTable.WindContRotorRIEC-cardinality" ; + sh:order 2725 ; + sh:path cim:WindDynamicsLookupTable.WindContRotorRIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindContRotorRIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContRotorRIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContRotorRIEC." ; + sh:name "WindDynamicsLookupTable.WindContRotorRIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 514 ; + sh:path cim:WindDynamicsLookupTable.WindContRotorRIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindGenType3bIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindDynamicsLookupTable.WindGenType3bIEC-cardinality" ; + sh:order 2723 ; + sh:path cim:WindDynamicsLookupTable.WindGenType3bIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindGenType3bIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindGenType3bIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindGenType3bIEC." ; + sh:name "WindDynamicsLookupTable.WindGenType3bIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 512 ; + sh:path cim:WindDynamicsLookupTable.WindGenType3bIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindPitchContPowerIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindDynamicsLookupTable.WindPitchContPowerIEC-cardinality" ; + sh:order 2724 ; + sh:path cim:WindDynamicsLookupTable.WindPitchContPowerIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindPitchContPowerIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindPitchContPowerIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindPitchContPowerIEC." ; + sh:name "WindDynamicsLookupTable.WindPitchContPowerIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 513 ; + sh:path cim:WindDynamicsLookupTable.WindPitchContPowerIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindPlantFreqPcontrolIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindDynamicsLookupTable.WindPlantFreqPcontrolIEC-cardinality" ; + sh:order 2720 ; + sh:path cim:WindDynamicsLookupTable.WindPlantFreqPcontrolIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindPlantFreqPcontrolIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindPlantFreqPcontrolIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindPlantFreqPcontrolIEC." ; + sh:name "WindDynamicsLookupTable.WindPlantFreqPcontrolIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 509 ; + sh:path cim:WindDynamicsLookupTable.WindPlantFreqPcontrolIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindPlantReactiveControlIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindDynamicsLookupTable.WindPlantReactiveControlIEC-cardinality" ; + sh:order 2722 ; + sh:path cim:WindDynamicsLookupTable.WindPlantReactiveControlIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindPlantReactiveControlIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindPlantReactiveControlIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindPlantReactiveControlIEC." ; + sh:name "WindDynamicsLookupTable.WindPlantReactiveControlIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 511 ; + sh:path cim:WindDynamicsLookupTable.WindPlantReactiveControlIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindProtectionIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindDynamicsLookupTable.WindProtectionIEC-cardinality" ; + sh:order 2721 ; + sh:path cim:WindDynamicsLookupTable.WindProtectionIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.WindProtectionIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindProtectionIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindProtectionIEC." ; + sh:name "WindDynamicsLookupTable.WindProtectionIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 510 ; + sh:path cim:WindDynamicsLookupTable.WindProtectionIEC ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.input-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (input)." ; + sh:minCount 1 ; + sh:name "WindDynamicsLookupTable.input-cardinality" ; + sh:order 2549 ; + sh:path cim:WindDynamicsLookupTable.input ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.input-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the input." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindDynamicsLookupTable.input-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2549 ; + sh:path cim:WindDynamicsLookupTable.input ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.lookupTableFunctionType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lookupTableFunctionType)." ; + sh:minCount 1 ; + sh:name "WindDynamicsLookupTable.lookupTableFunctionType-cardinality" ; + sh:order 2550 ; + sh:path cim:WindDynamicsLookupTable.lookupTableFunctionType ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.lookupTableFunctionType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the lookupTableFunctionType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:WindLookupTableFunctionKind.prr cim:WindLookupTableFunctionKind.omegap cim:WindLookupTableFunctionKind.ipmax cim:WindLookupTableFunctionKind.iqmax cim:WindLookupTableFunctionKind.pwp cim:WindLookupTableFunctionKind.tcwdu cim:WindLookupTableFunctionKind.tduwt cim:WindLookupTableFunctionKind.qmaxp cim:WindLookupTableFunctionKind.qminp cim:WindLookupTableFunctionKind.qmaxu cim:WindLookupTableFunctionKind.qminu cim:WindLookupTableFunctionKind.tuover cim:WindLookupTableFunctionKind.tuunder cim:WindLookupTableFunctionKind.tfover cim:WindLookupTableFunctionKind.tfunder cim:WindLookupTableFunctionKind.qwp ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "WindDynamicsLookupTable.lookupTableFunctionType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2550 ; + sh:path cim:WindDynamicsLookupTable.lookupTableFunctionType ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.output-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (output)." ; + sh:minCount 1 ; + sh:name "WindDynamicsLookupTable.output-cardinality" ; + sh:order 2551 ; + sh:path cim:WindDynamicsLookupTable.output ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.output-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the output." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindDynamicsLookupTable.output-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2551 ; + sh:path cim:WindDynamicsLookupTable.output ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.sequence-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (sequence)." ; + sh:minCount 1 ; + sh:name "WindDynamicsLookupTable.sequence-cardinality" ; + sh:order 2552 ; + sh:path cim:WindDynamicsLookupTable.sequence ; + sh:severity sh:Violation . + +dy:WindDynamicsLookupTable.sequence-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the sequence." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindDynamicsLookupTable.sequence-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2552 ; + sh:path cim:WindDynamicsLookupTable.sequence ; + sh:severity sh:Violation . + +dy:WindGenTurbineType1aIEC + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-cardinality , dy:WindTurbineType1or2Dynamics.RemoteInputSignal-valueType , dy:IdentifiedObject.mRID-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics-valueType , dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics-cardinality , dy:IdentifiedObject.name-datatype , dy:WindGenTurbineType1aIEC.WindAeroConstIEC-valueType , dy:WindTurbineType1or2IEC.WindProtectionIEC-cardinality , dy:WindTurbineType1or2Dynamics.RemoteInputSignal-cardinality , dy:IdentifiedObject.description-datatype , dy:WindGenTurbineType1aIEC.WindAeroConstIEC-cardinality , dy:WindTurbineType1or2IEC.WindProtectionIEC-valueType , dy:WindTurbineType1or2IEC.WindMechIEC-valueType , dy:IdentifiedObject.mRID-datatype , dy:WindTurbineType1or2IEC.WindMechIEC-cardinality , dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-datatype ; + sh:targetClass cim:WindGenTurbineType1aIEC . + +dy:WindGenTurbineType1aIEC.WindAeroConstIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindGenTurbineType1aIEC.WindAeroConstIEC-cardinality" ; + sh:order 2729 ; + sh:path cim:WindGenTurbineType1aIEC.WindAeroConstIEC ; + sh:severity sh:Violation . + +dy:WindGenTurbineType1aIEC.WindAeroConstIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindAeroConstIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindAeroConstIEC." ; + sh:name "WindGenTurbineType1aIEC.WindAeroConstIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 518 ; + sh:path cim:WindGenTurbineType1aIEC.WindAeroConstIEC ; + sh:severity sh:Violation . + +dy:WindGenTurbineType1bIEC + rdf:type sh:NodeShape ; + sh:property dy:WindTurbineType1or2IEC.WindMechIEC-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindGenTurbineType1bIEC.WindPitchContPowerIEC-valueType , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.description-datatype , dy:WindTurbineType1or2IEC.WindProtectionIEC-valueType , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:WindTurbineType1or2IEC.WindProtectionIEC-cardinality , dy:WindTurbineType1or2IEC.WindMechIEC-valueType , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:WindTurbineType1or2Dynamics.RemoteInputSignal-valueType , dy:WindTurbineType1or2Dynamics.RemoteInputSignal-cardinality , dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics-valueType , dy:WindGenTurbineType1bIEC.WindPitchContPowerIEC-cardinality ; + sh:targetClass cim:WindGenTurbineType1bIEC . + +dy:WindGenTurbineType1bIEC.WindPitchContPowerIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindGenTurbineType1bIEC.WindPitchContPowerIEC-cardinality" ; + sh:order 2730 ; + sh:path cim:WindGenTurbineType1bIEC.WindPitchContPowerIEC ; + sh:severity sh:Violation . + +dy:WindGenTurbineType1bIEC.WindPitchContPowerIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindPitchContPowerIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindPitchContPowerIEC." ; + sh:name "WindGenTurbineType1bIEC.WindPitchContPowerIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 519 ; + sh:path cim:WindGenTurbineType1bIEC.WindPitchContPowerIEC ; + sh:severity sh:Violation . + +dy:WindGenTurbineType2IEC + rdf:type sh:NodeShape ; + sh:property dy:WindGenTurbineType2IEC.WindContRotorRIEC-valueType , dy:WindGenTurbineType2IEC.WindContRotorRIEC-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.name-datatype , dy:WindTurbineType1or2Dynamics.RemoteInputSignal-cardinality , dy:WindGenTurbineType2IEC.WindPitchContPowerIEC-valueType , dy:WindGenTurbineType2IEC.WindPitchContPowerIEC-cardinality , dy:IdentifiedObject.name-cardinality , dy:WindTurbineType1or2IEC.WindProtectionIEC-cardinality , dy:IdentifiedObject.mRID-datatype , dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics-valueType , dy:IdentifiedObject.description-datatype , dy:WindTurbineType1or2IEC.WindProtectionIEC-valueType , dy:WindTurbineType1or2Dynamics.RemoteInputSignal-valueType , dy:IdentifiedObject.description-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:WindTurbineType1or2IEC.WindMechIEC-valueType , dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics-cardinality , dy:WindTurbineType1or2IEC.WindMechIEC-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality ; + sh:targetClass cim:WindGenTurbineType2IEC . + +dy:WindGenTurbineType2IEC.WindContRotorRIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindGenTurbineType2IEC.WindContRotorRIEC-cardinality" ; + sh:order 2732 ; + sh:path cim:WindGenTurbineType2IEC.WindContRotorRIEC ; + sh:severity sh:Violation . + +dy:WindGenTurbineType2IEC.WindContRotorRIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContRotorRIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContRotorRIEC." ; + sh:name "WindGenTurbineType2IEC.WindContRotorRIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 521 ; + sh:path cim:WindGenTurbineType2IEC.WindContRotorRIEC ; + sh:severity sh:Violation . + +dy:WindGenTurbineType2IEC.WindPitchContPowerIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindGenTurbineType2IEC.WindPitchContPowerIEC-cardinality" ; + sh:order 2731 ; + sh:path cim:WindGenTurbineType2IEC.WindPitchContPowerIEC ; + sh:severity sh:Violation . + +dy:WindGenTurbineType2IEC.WindPitchContPowerIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindPitchContPowerIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindPitchContPowerIEC." ; + sh:name "WindGenTurbineType2IEC.WindPitchContPowerIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 520 ; + sh:path cim:WindGenTurbineType2IEC.WindPitchContPowerIEC ; + sh:severity sh:Violation . + +dy:WindGenType3IEC.dipmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dipmax)." ; + sh:minCount 1 ; + sh:name "WindGenType3IEC.dipmax-cardinality" ; + sh:order 2558 ; + sh:path cim:WindGenType3IEC.dipmax ; + sh:severity sh:Violation . + +dy:WindGenType3IEC.dipmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dipmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType3IEC.dipmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2558 ; + sh:path cim:WindGenType3IEC.dipmax ; + sh:severity sh:Violation . + +dy:WindGenType3IEC.diqmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (diqmax)." ; + sh:minCount 1 ; + sh:name "WindGenType3IEC.diqmax-cardinality" ; + sh:order 2559 ; + sh:path cim:WindGenType3IEC.diqmax ; + sh:severity sh:Violation . + +dy:WindGenType3IEC.diqmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the diqmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType3IEC.diqmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2559 ; + sh:path cim:WindGenType3IEC.diqmax ; + sh:severity sh:Violation . + +dy:WindGenType3IEC.xs-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xs)." ; + sh:minCount 1 ; + sh:name "WindGenType3IEC.xs-cardinality" ; + sh:order 2560 ; + sh:path cim:WindGenType3IEC.xs ; + sh:severity sh:Violation . + +dy:WindGenType3IEC.xs-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xs." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType3IEC.xs-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2560 ; + sh:path cim:WindGenType3IEC.xs ; + sh:severity sh:Violation . + +dy:WindGenType3aIEC rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.description-datatype , dy:WindGenType3IEC.dipmax-cardinality , dy:IdentifiedObject.mRID-datatype , dy:WindGenType3IEC.xs-cardinality , dy:WindGenType3IEC.diqmax-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindGenType3aIEC.tic-datatype , dy:WindGenType3IEC.xs-datatype , dy:WindGenType3aIEC.tic-cardinality , dy:WindGenType3aIEC.kpc-cardinality , dy:IdentifiedObject.name-datatype , dy:WindGenType3IEC.diqmax-cardinality , dy:WindGenType3IEC.dipmax-datatype , dy:IdentifiedObject.name-cardinality , dy:WindGenType3aIEC.kpc-datatype ; + sh:targetClass cim:WindGenType3aIEC . + +dy:WindGenType3aIEC.kpc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpc)." ; + sh:minCount 1 ; + sh:name "WindGenType3aIEC.kpc-cardinality" ; + sh:order 2553 ; + sh:path cim:WindGenType3aIEC.kpc ; + sh:severity sh:Violation . + +dy:WindGenType3aIEC.kpc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType3aIEC.kpc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2553 ; + sh:path cim:WindGenType3aIEC.kpc ; + sh:severity sh:Violation . + +dy:WindGenType3aIEC.tic-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tic)." ; + sh:minCount 1 ; + sh:name "WindGenType3aIEC.tic-cardinality" ; + sh:order 2554 ; + sh:path cim:WindGenType3aIEC.tic ; + sh:severity sh:Violation . + +dy:WindGenType3aIEC.tic-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tic." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType3aIEC.tic-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2554 ; + sh:path cim:WindGenType3aIEC.tic ; + sh:severity sh:Violation . + +dy:WindGenType3bIEC rdf:type sh:NodeShape ; + sh:property dy:WindGenType3IEC.xs-cardinality , dy:IdentifiedObject.mRID-datatype , dy:WindGenType3bIEC.mwtcwp-datatype , dy:WindGenType3IEC.dipmax-datatype , dy:WindGenType3bIEC.mwtcwp-cardinality , dy:WindGenType3IEC.diqmax-cardinality , dy:IdentifiedObject.name-datatype , dy:WindGenType3IEC.diqmax-datatype , dy:IdentifiedObject.description-datatype , dy:WindGenType3IEC.xs-datatype , dy:IdentifiedObject.description-cardinality , dy:WindGenType3bIEC.tg-datatype , dy:WindGenType3bIEC.two-datatype , dy:IdentifiedObject.name-cardinality , dy:WindGenType3bIEC.tg-cardinality , dy:WindGenType3bIEC.two-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:WindGenType3IEC.dipmax-cardinality ; + sh:targetClass cim:WindGenType3bIEC . + +dy:WindGenType3bIEC.mwtcwp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mwtcwp)." ; + sh:minCount 1 ; + sh:name "WindGenType3bIEC.mwtcwp-cardinality" ; + sh:order 2555 ; + sh:path cim:WindGenType3bIEC.mwtcwp ; + sh:severity sh:Violation . + +dy:WindGenType3bIEC.mwtcwp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the mwtcwp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType3bIEC.mwtcwp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2555 ; + sh:path cim:WindGenType3bIEC.mwtcwp ; + sh:severity sh:Violation . + +dy:WindGenType3bIEC.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "WindGenType3bIEC.tg-cardinality" ; + sh:order 2556 ; + sh:path cim:WindGenType3bIEC.tg ; + sh:severity sh:Violation . + +dy:WindGenType3bIEC.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType3bIEC.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2556 ; + sh:path cim:WindGenType3bIEC.tg ; + sh:severity sh:Violation . + +dy:WindGenType3bIEC.two-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (two)." ; + sh:minCount 1 ; + sh:name "WindGenType3bIEC.two-cardinality" ; + sh:order 2557 ; + sh:path cim:WindGenType3bIEC.two ; + sh:severity sh:Violation . + +dy:WindGenType3bIEC.two-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the two." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType3bIEC.two-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2557 ; + sh:path cim:WindGenType3bIEC.two ; + sh:severity sh:Violation . + +dy:WindGenType4IEC rdf:type sh:NodeShape ; + sh:property dy:WindGenType4IEC.tg-cardinality , dy:WindGenType4IEC.diqmin-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:WindGenType4IEC.dipmax-cardinality , dy:WindGenType4IEC.tg-datatype , dy:IdentifiedObject.mRID-datatype , dy:WindGenType4IEC.diqmax-datatype , dy:WindGenType4IEC.dipmax-datatype , dy:WindGenType4IEC.diqmin-datatype , dy:WindGenType4IEC.diqmax-cardinality , dy:IdentifiedObject.name-cardinality ; + sh:targetClass cim:WindGenType4IEC . + +dy:WindGenType4IEC.dipmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dipmax)." ; + sh:minCount 1 ; + sh:name "WindGenType4IEC.dipmax-cardinality" ; + sh:order 2561 ; + sh:path cim:WindGenType4IEC.dipmax ; + sh:severity sh:Violation . + +dy:WindGenType4IEC.dipmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dipmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType4IEC.dipmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2561 ; + sh:path cim:WindGenType4IEC.dipmax ; + sh:severity sh:Violation . + +dy:WindGenType4IEC.diqmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (diqmax)." ; + sh:minCount 1 ; + sh:name "WindGenType4IEC.diqmax-cardinality" ; + sh:order 2563 ; + sh:path cim:WindGenType4IEC.diqmax ; + sh:severity sh:Violation . + +dy:WindGenType4IEC.diqmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the diqmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType4IEC.diqmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2563 ; + sh:path cim:WindGenType4IEC.diqmax ; + sh:severity sh:Violation . + +dy:WindGenType4IEC.diqmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (diqmin)." ; + sh:minCount 1 ; + sh:name "WindGenType4IEC.diqmin-cardinality" ; + sh:order 2562 ; + sh:path cim:WindGenType4IEC.diqmin ; + sh:severity sh:Violation . + +dy:WindGenType4IEC.diqmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the diqmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType4IEC.diqmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2562 ; + sh:path cim:WindGenType4IEC.diqmin ; + sh:severity sh:Violation . + +dy:WindGenType4IEC.tg-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tg)." ; + sh:minCount 1 ; + sh:name "WindGenType4IEC.tg-cardinality" ; + sh:order 2564 ; + sh:path cim:WindGenType4IEC.tg ; + sh:severity sh:Violation . + +dy:WindGenType4IEC.tg-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tg." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindGenType4IEC.tg-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2564 ; + sh:path cim:WindGenType4IEC.tg ; + sh:severity sh:Violation . + +dy:WindMechIEC rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.mRID-cardinality , dy:WindMechIEC.hwtr-cardinality , dy:IdentifiedObject.description-datatype , dy:WindMechIEC.kdrt-datatype , dy:WindMechIEC.kdrt-cardinality , dy:WindMechIEC.hgen-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindMechIEC.hgen-datatype , dy:WindMechIEC.cdrt-datatype , dy:WindMechIEC.cdrt-cardinality , dy:WindMechIEC.hwtr-datatype ; + sh:targetClass cim:WindMechIEC . + +dy:WindMechIEC.cdrt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (cdrt)." ; + sh:minCount 1 ; + sh:name "WindMechIEC.cdrt-cardinality" ; + sh:order 2565 ; + sh:path cim:WindMechIEC.cdrt ; + sh:severity sh:Violation . + +dy:WindMechIEC.cdrt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the cdrt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindMechIEC.cdrt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2565 ; + sh:path cim:WindMechIEC.cdrt ; + sh:severity sh:Violation . + +dy:WindMechIEC.hgen-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hgen)." ; + sh:minCount 1 ; + sh:name "WindMechIEC.hgen-cardinality" ; + sh:order 2566 ; + sh:path cim:WindMechIEC.hgen ; + sh:severity sh:Violation . + +dy:WindMechIEC.hgen-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the hgen." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindMechIEC.hgen-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2566 ; + sh:path cim:WindMechIEC.hgen ; + sh:severity sh:Violation . + +dy:WindMechIEC.hwtr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hwtr)." ; + sh:minCount 1 ; + sh:name "WindMechIEC.hwtr-cardinality" ; + sh:order 2567 ; + sh:path cim:WindMechIEC.hwtr ; + sh:severity sh:Violation . + +dy:WindMechIEC.hwtr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the hwtr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindMechIEC.hwtr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2567 ; + sh:path cim:WindMechIEC.hwtr ; + sh:severity sh:Violation . + +dy:WindMechIEC.kdrt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kdrt)." ; + sh:minCount 1 ; + sh:name "WindMechIEC.kdrt-cardinality" ; + sh:order 2568 ; + sh:path cim:WindMechIEC.kdrt ; + sh:severity sh:Violation . + +dy:WindMechIEC.kdrt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kdrt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindMechIEC.kdrt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2568 ; + sh:path cim:WindMechIEC.kdrt ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC + rdf:type sh:NodeShape ; + sh:property dy:IdentifiedObject.name-datatype , dy:WindPitchContPowerIEC.dpmin-datatype , dy:WindPitchContPowerIEC.pmin-cardinality , dy:IdentifiedObject.name-cardinality , dy:WindPitchContPowerIEC.pset-datatype , dy:WindPitchContPowerIEC.dpmax-datatype , dy:WindPitchContPowerIEC.uuvrt-cardinality , dy:WindPitchContPowerIEC.dpmin-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-datatype , dy:WindPitchContPowerIEC.pmin-datatype , dy:WindPitchContPowerIEC.t1-datatype , dy:WindPitchContPowerIEC.tr-cardinality , dy:WindPitchContPowerIEC.uuvrt-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindPitchContPowerIEC.pset-cardinality , dy:WindPitchContPowerIEC.tr-datatype , dy:WindPitchContPowerIEC.dpmax-cardinality , dy:WindPitchContPowerIEC.t1-cardinality ; + sh:targetClass cim:WindPitchContPowerIEC . + +dy:WindPitchContPowerIEC.dpmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dpmax)." ; + sh:minCount 1 ; + sh:name "WindPitchContPowerIEC.dpmax-cardinality" ; + sh:order 2569 ; + sh:path cim:WindPitchContPowerIEC.dpmax ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.dpmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dpmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPitchContPowerIEC.dpmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2569 ; + sh:path cim:WindPitchContPowerIEC.dpmax ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.dpmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dpmin)." ; + sh:minCount 1 ; + sh:name "WindPitchContPowerIEC.dpmin-cardinality" ; + sh:order 2570 ; + sh:path cim:WindPitchContPowerIEC.dpmin ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.dpmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dpmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPitchContPowerIEC.dpmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2570 ; + sh:path cim:WindPitchContPowerIEC.dpmin ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.pmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pmin)." ; + sh:minCount 1 ; + sh:name "WindPitchContPowerIEC.pmin-cardinality" ; + sh:order 2571 ; + sh:path cim:WindPitchContPowerIEC.pmin ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.pmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPitchContPowerIEC.pmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2571 ; + sh:path cim:WindPitchContPowerIEC.pmin ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.pset-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pset)." ; + sh:minCount 1 ; + sh:name "WindPitchContPowerIEC.pset-cardinality" ; + sh:order 2572 ; + sh:path cim:WindPitchContPowerIEC.pset ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.pset-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pset." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPitchContPowerIEC.pset-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2572 ; + sh:path cim:WindPitchContPowerIEC.pset ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.t1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (t1)." ; + sh:minCount 1 ; + sh:name "WindPitchContPowerIEC.t1-cardinality" ; + sh:order 2573 ; + sh:path cim:WindPitchContPowerIEC.t1 ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.t1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the t1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPitchContPowerIEC.t1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2573 ; + sh:path cim:WindPitchContPowerIEC.t1 ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.tr-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tr)." ; + sh:minCount 1 ; + sh:name "WindPitchContPowerIEC.tr-cardinality" ; + sh:order 2574 ; + sh:path cim:WindPitchContPowerIEC.tr ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.tr-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tr." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPitchContPowerIEC.tr-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2574 ; + sh:path cim:WindPitchContPowerIEC.tr ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.uuvrt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uuvrt)." ; + sh:minCount 1 ; + sh:name "WindPitchContPowerIEC.uuvrt-cardinality" ; + sh:order 2575 ; + sh:path cim:WindPitchContPowerIEC.uuvrt ; + sh:severity sh:Violation . + +dy:WindPitchContPowerIEC.uuvrt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uuvrt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPitchContPowerIEC.uuvrt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2575 ; + sh:path cim:WindPitchContPowerIEC.uuvrt ; + sh:severity sh:Violation . + +dy:WindPlantDynamics.RemoteInputSignal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindPlantDynamics.RemoteInputSignal-cardinality" ; + sh:order 2733 ; + sh:path cim:WindPlantDynamics.RemoteInputSignal ; + sh:severity sh:Violation . + +dy:WindPlantDynamics.RemoteInputSignal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:RemoteInputSignal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:RemoteInputSignal." ; + sh:name "WindPlantDynamics.RemoteInputSignal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 522 ; + sh:path cim:WindPlantDynamics.RemoteInputSignal ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC + rdf:type sh:NodeShape ; + sh:property dy:WindPlantFreqPcontrolIEC.dprefmax-cardinality , dy:WindPlantFreqPcontrolIEC.prefmin-datatype , dy:WindPlantFreqPcontrolIEC.kiwppmax-datatype , dy:WindPlantFreqPcontrolIEC.prefmin-cardinality , dy:IdentifiedObject.description-datatype , dy:WindPlantFreqPcontrolIEC.kiwpp-datatype , dy:WindPlantFreqPcontrolIEC.kiwppmin-datatype , dy:WindPlantFreqPcontrolIEC.twppfiltp-datatype , dy:IdentifiedObject.description-cardinality , dy:WindPlantFreqPcontrolIEC.tpfv-datatype , dy:WindPlantFreqPcontrolIEC.tpft-datatype , dy:WindPlantFreqPcontrolIEC.tpfv-cardinality , dy:WindPlantFreqPcontrolIEC.tpft-cardinality , dy:IdentifiedObject.name-cardinality , dy:WindPlantFreqPcontrolIEC.kiwppmax-cardinality , dy:WindPlantFreqPcontrolIEC.kiwpp-cardinality , dy:WindPlantFreqPcontrolIEC.dpwprefmin-datatype , dy:WindPlantFreqPcontrolIEC.dprefmin-datatype , dy:WindPlantFreqPcontrolIEC.dpwprefmax-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.mRID-datatype , dy:WindPlantFreqPcontrolIEC.dprefmax-datatype , dy:WindPlantFreqPcontrolIEC.twppfiltp-cardinality , dy:WindPlantFreqPcontrolIEC.twpffiltp-cardinality , dy:WindPlantFreqPcontrolIEC.kiwppmin-cardinality , dy:WindPlantFreqPcontrolIEC.prefmax-datatype , dy:WindPlantFreqPcontrolIEC.kwppref-cardinality , dy:WindPlantFreqPcontrolIEC.kpwpp-cardinality , dy:WindPlantFreqPcontrolIEC.kpwpp-datatype , dy:WindPlantFreqPcontrolIEC.dpwprefmin-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:WindPlantFreqPcontrolIEC.dprefmin-cardinality , dy:WindPlantFreqPcontrolIEC.kwppref-datatype , dy:WindPlantFreqPcontrolIEC.dpwprefmax-datatype , dy:WindPlantFreqPcontrolIEC.prefmax-cardinality , dy:WindPlantFreqPcontrolIEC.twpffiltp-datatype ; + sh:targetClass cim:WindPlantFreqPcontrolIEC . + +dy:WindPlantFreqPcontrolIEC.dprefmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dprefmax)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.dprefmax-cardinality" ; + sh:order 2576 ; + sh:path cim:WindPlantFreqPcontrolIEC.dprefmax ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.dprefmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dprefmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.dprefmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2576 ; + sh:path cim:WindPlantFreqPcontrolIEC.dprefmax ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.dprefmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dprefmin)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.dprefmin-cardinality" ; + sh:order 2577 ; + sh:path cim:WindPlantFreqPcontrolIEC.dprefmin ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.dprefmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dprefmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.dprefmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2577 ; + sh:path cim:WindPlantFreqPcontrolIEC.dprefmin ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.dpwprefmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dpwprefmax)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.dpwprefmax-cardinality" ; + sh:order 2578 ; + sh:path cim:WindPlantFreqPcontrolIEC.dpwprefmax ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.dpwprefmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dpwprefmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.dpwprefmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2578 ; + sh:path cim:WindPlantFreqPcontrolIEC.dpwprefmax ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.dpwprefmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dpwprefmin)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.dpwprefmin-cardinality" ; + sh:order 2579 ; + sh:path cim:WindPlantFreqPcontrolIEC.dpwprefmin ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.dpwprefmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dpwprefmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.dpwprefmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2579 ; + sh:path cim:WindPlantFreqPcontrolIEC.dpwprefmin ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.kiwpp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kiwpp)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.kiwpp-cardinality" ; + sh:order 2582 ; + sh:path cim:WindPlantFreqPcontrolIEC.kiwpp ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.kiwpp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kiwpp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.kiwpp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2582 ; + sh:path cim:WindPlantFreqPcontrolIEC.kiwpp ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.kiwppmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kiwppmax)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.kiwppmax-cardinality" ; + sh:order 2583 ; + sh:path cim:WindPlantFreqPcontrolIEC.kiwppmax ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.kiwppmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kiwppmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.kiwppmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2583 ; + sh:path cim:WindPlantFreqPcontrolIEC.kiwppmax ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.kiwppmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kiwppmin)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.kiwppmin-cardinality" ; + sh:order 2584 ; + sh:path cim:WindPlantFreqPcontrolIEC.kiwppmin ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.kiwppmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kiwppmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.kiwppmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2584 ; + sh:path cim:WindPlantFreqPcontrolIEC.kiwppmin ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.kpwpp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpwpp)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.kpwpp-cardinality" ; + sh:order 2585 ; + sh:path cim:WindPlantFreqPcontrolIEC.kpwpp ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.kpwpp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpwpp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.kpwpp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2585 ; + sh:path cim:WindPlantFreqPcontrolIEC.kpwpp ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.kwppref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kwppref)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.kwppref-cardinality" ; + sh:order 2586 ; + sh:path cim:WindPlantFreqPcontrolIEC.kwppref ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.kwppref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kwppref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.kwppref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2586 ; + sh:path cim:WindPlantFreqPcontrolIEC.kwppref ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.prefmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (prefmax)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.prefmax-cardinality" ; + sh:order 2580 ; + sh:path cim:WindPlantFreqPcontrolIEC.prefmax ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.prefmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the prefmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.prefmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2580 ; + sh:path cim:WindPlantFreqPcontrolIEC.prefmax ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.prefmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (prefmin)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.prefmin-cardinality" ; + sh:order 2581 ; + sh:path cim:WindPlantFreqPcontrolIEC.prefmin ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.prefmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the prefmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.prefmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2581 ; + sh:path cim:WindPlantFreqPcontrolIEC.prefmin ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.tpft-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpft)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.tpft-cardinality" ; + sh:order 2587 ; + sh:path cim:WindPlantFreqPcontrolIEC.tpft ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.tpft-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpft." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.tpft-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2587 ; + sh:path cim:WindPlantFreqPcontrolIEC.tpft ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.tpfv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpfv)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.tpfv-cardinality" ; + sh:order 2588 ; + sh:path cim:WindPlantFreqPcontrolIEC.tpfv ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.tpfv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpfv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.tpfv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2588 ; + sh:path cim:WindPlantFreqPcontrolIEC.tpfv ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.twpffiltp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (twpffiltp)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.twpffiltp-cardinality" ; + sh:order 2589 ; + sh:path cim:WindPlantFreqPcontrolIEC.twpffiltp ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.twpffiltp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the twpffiltp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.twpffiltp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2589 ; + sh:path cim:WindPlantFreqPcontrolIEC.twpffiltp ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.twppfiltp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (twppfiltp)." ; + sh:minCount 1 ; + sh:name "WindPlantFreqPcontrolIEC.twppfiltp-cardinality" ; + sh:order 2590 ; + sh:path cim:WindPlantFreqPcontrolIEC.twppfiltp ; + sh:severity sh:Violation . + +dy:WindPlantFreqPcontrolIEC.twppfiltp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the twppfiltp." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantFreqPcontrolIEC.twppfiltp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2590 ; + sh:path cim:WindPlantFreqPcontrolIEC.twppfiltp ; + sh:severity sh:Violation . + +dy:WindPlantIEC rdf:type sh:NodeShape ; + sh:property dy:WindPlantIEC.WindPlantFreqPcontrolIEC-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:WindPlantIEC.WindPlantReactiveControlIEC-cardinality , dy:WindPlantDynamics.RemoteInputSignal-cardinality , dy:IdentifiedObject.description-datatype , dy:WindPlantIEC.WindPlantFreqPcontrolIEC-valueType , dy:WindPlantDynamics.RemoteInputSignal-valueType , dy:IdentifiedObject.name-datatype , dy:WindPlantIEC.WindPlantReactiveControlIEC-valueType , dy:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:WindPlantIEC . + +dy:WindPlantIEC.WindPlantFreqPcontrolIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindPlantIEC.WindPlantFreqPcontrolIEC-cardinality" ; + sh:order 2735 ; + sh:path cim:WindPlantIEC.WindPlantFreqPcontrolIEC ; + sh:severity sh:Violation . + +dy:WindPlantIEC.WindPlantFreqPcontrolIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindPlantFreqPcontrolIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindPlantFreqPcontrolIEC." ; + sh:name "WindPlantIEC.WindPlantFreqPcontrolIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 524 ; + sh:path cim:WindPlantIEC.WindPlantFreqPcontrolIEC ; + sh:severity sh:Violation . + +dy:WindPlantIEC.WindPlantReactiveControlIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindPlantIEC.WindPlantReactiveControlIEC-cardinality" ; + sh:order 2734 ; + sh:path cim:WindPlantIEC.WindPlantReactiveControlIEC ; + sh:severity sh:Violation . + +dy:WindPlantIEC.WindPlantReactiveControlIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindPlantReactiveControlIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindPlantReactiveControlIEC." ; + sh:name "WindPlantIEC.WindPlantReactiveControlIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 523 ; + sh:path cim:WindPlantIEC.WindPlantReactiveControlIEC ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC + rdf:type sh:NodeShape ; + sh:property dy:WindPlantReactiveControlIEC.xrefmax-datatype , dy:IdentifiedObject.mRID-datatype , dy:WindPlantReactiveControlIEC.txft-datatype , dy:WindPlantReactiveControlIEC.tuqfilt-datatype , dy:WindPlantReactiveControlIEC.twpufiltq-cardinality , dy:WindPlantReactiveControlIEC.dxrefmin-datatype , dy:WindPlantReactiveControlIEC.windPlantQcontrolModesType-cardinality , dy:WindPlantReactiveControlIEC.xrefmin-cardinality , dy:WindPlantReactiveControlIEC.kpwpx-cardinality , dy:WindPlantReactiveControlIEC.txft-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:WindPlantReactiveControlIEC.kpwpx-datatype , dy:WindPlantReactiveControlIEC.txfv-datatype , dy:WindPlantReactiveControlIEC.kiwpxmax-datatype , dy:WindPlantReactiveControlIEC.tuqfilt-cardinality , dy:WindPlantReactiveControlIEC.dxrefmax-cardinality , dy:WindPlantReactiveControlIEC.kwpqu-datatype , dy:WindPlantReactiveControlIEC.kwpqref-datatype , dy:WindPlantReactiveControlIEC.dxrefmax-datatype , dy:WindPlantReactiveControlIEC.twpqfiltq-cardinality , dy:WindPlantReactiveControlIEC.twppfiltq-cardinality , dy:WindPlantReactiveControlIEC.kiwpx-cardinality , dy:WindPlantReactiveControlIEC.kiwpx-datatype , dy:WindPlantReactiveControlIEC.kwpqu-cardinality , dy:WindPlantReactiveControlIEC.windPlantQcontrolModesType-datatype , dy:WindPlantReactiveControlIEC.kiwpxmin-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-datatype , dy:WindPlantReactiveControlIEC.uwpqdip-cardinality , dy:IdentifiedObject.name-cardinality , dy:WindPlantReactiveControlIEC.twpufiltq-datatype , dy:WindPlantReactiveControlIEC.xrefmin-datatype , dy:WindPlantReactiveControlIEC.txfv-cardinality , dy:WindPlantReactiveControlIEC.kiwpxmin-datatype , dy:WindPlantReactiveControlIEC.twppfiltq-datatype , dy:WindPlantReactiveControlIEC.uwpqdip-datatype , dy:WindPlantReactiveControlIEC.xrefmax-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindPlantReactiveControlIEC.dxrefmin-cardinality , dy:WindPlantReactiveControlIEC.kwpqref-cardinality , dy:WindPlantReactiveControlIEC.twpqfiltq-datatype , dy:WindPlantReactiveControlIEC.kiwpxmax-cardinality ; + sh:targetClass cim:WindPlantReactiveControlIEC . + +dy:WindPlantReactiveControlIEC.dxrefmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dxrefmax)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.dxrefmax-cardinality" ; + sh:order 2591 ; + sh:path cim:WindPlantReactiveControlIEC.dxrefmax ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.dxrefmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dxrefmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.dxrefmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2591 ; + sh:path cim:WindPlantReactiveControlIEC.dxrefmax ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.dxrefmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dxrefmin)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.dxrefmin-cardinality" ; + sh:order 2592 ; + sh:path cim:WindPlantReactiveControlIEC.dxrefmin ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.dxrefmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dxrefmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.dxrefmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2592 ; + sh:path cim:WindPlantReactiveControlIEC.dxrefmin ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kiwpx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kiwpx)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.kiwpx-cardinality" ; + sh:order 2593 ; + sh:path cim:WindPlantReactiveControlIEC.kiwpx ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kiwpx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kiwpx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.kiwpx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2593 ; + sh:path cim:WindPlantReactiveControlIEC.kiwpx ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kiwpxmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kiwpxmax)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.kiwpxmax-cardinality" ; + sh:order 2594 ; + sh:path cim:WindPlantReactiveControlIEC.kiwpxmax ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kiwpxmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kiwpxmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.kiwpxmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2594 ; + sh:path cim:WindPlantReactiveControlIEC.kiwpxmax ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kiwpxmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kiwpxmin)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.kiwpxmin-cardinality" ; + sh:order 2595 ; + sh:path cim:WindPlantReactiveControlIEC.kiwpxmin ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kiwpxmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kiwpxmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.kiwpxmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2595 ; + sh:path cim:WindPlantReactiveControlIEC.kiwpxmin ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kpwpx-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kpwpx)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.kpwpx-cardinality" ; + sh:order 2596 ; + sh:path cim:WindPlantReactiveControlIEC.kpwpx ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kpwpx-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kpwpx." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.kpwpx-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2596 ; + sh:path cim:WindPlantReactiveControlIEC.kpwpx ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kwpqref-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kwpqref)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.kwpqref-cardinality" ; + sh:order 2597 ; + sh:path cim:WindPlantReactiveControlIEC.kwpqref ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kwpqref-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kwpqref." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.kwpqref-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2597 ; + sh:path cim:WindPlantReactiveControlIEC.kwpqref ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kwpqu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kwpqu)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.kwpqu-cardinality" ; + sh:order 2598 ; + sh:path cim:WindPlantReactiveControlIEC.kwpqu ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.kwpqu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the kwpqu." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.kwpqu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2598 ; + sh:path cim:WindPlantReactiveControlIEC.kwpqu ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.tuqfilt-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tuqfilt)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.tuqfilt-cardinality" ; + sh:order 2599 ; + sh:path cim:WindPlantReactiveControlIEC.tuqfilt ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.tuqfilt-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tuqfilt." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.tuqfilt-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2599 ; + sh:path cim:WindPlantReactiveControlIEC.tuqfilt ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.twppfiltq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (twppfiltq)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.twppfiltq-cardinality" ; + sh:order 2600 ; + sh:path cim:WindPlantReactiveControlIEC.twppfiltq ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.twppfiltq-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the twppfiltq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.twppfiltq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2600 ; + sh:path cim:WindPlantReactiveControlIEC.twppfiltq ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.twpqfiltq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (twpqfiltq)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.twpqfiltq-cardinality" ; + sh:order 2601 ; + sh:path cim:WindPlantReactiveControlIEC.twpqfiltq ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.twpqfiltq-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the twpqfiltq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.twpqfiltq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2601 ; + sh:path cim:WindPlantReactiveControlIEC.twpqfiltq ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.twpufiltq-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (twpufiltq)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.twpufiltq-cardinality" ; + sh:order 2602 ; + sh:path cim:WindPlantReactiveControlIEC.twpufiltq ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.twpufiltq-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the twpufiltq." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.twpufiltq-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2602 ; + sh:path cim:WindPlantReactiveControlIEC.twpufiltq ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.txft-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (txft)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.txft-cardinality" ; + sh:order 2603 ; + sh:path cim:WindPlantReactiveControlIEC.txft ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.txft-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the txft." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.txft-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2603 ; + sh:path cim:WindPlantReactiveControlIEC.txft ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.txfv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (txfv)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.txfv-cardinality" ; + sh:order 2604 ; + sh:path cim:WindPlantReactiveControlIEC.txfv ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.txfv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the txfv." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.txfv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2604 ; + sh:path cim:WindPlantReactiveControlIEC.txfv ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.uwpqdip-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uwpqdip)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.uwpqdip-cardinality" ; + sh:order 2605 ; + sh:path cim:WindPlantReactiveControlIEC.uwpqdip ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.uwpqdip-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uwpqdip." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.uwpqdip-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2605 ; + sh:path cim:WindPlantReactiveControlIEC.uwpqdip ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.windPlantQcontrolModesType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (windPlantQcontrolModesType)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.windPlantQcontrolModesType-cardinality" ; + sh:order 2606 ; + sh:path cim:WindPlantReactiveControlIEC.windPlantQcontrolModesType ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.windPlantQcontrolModesType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the windPlantQcontrolModesType." ; + sh:group dy:DatatypesGroup ; + sh:in ( cim:WindPlantQcontrolModeKind.reactivePower cim:WindPlantQcontrolModeKind.powerFactor cim:WindPlantQcontrolModeKind.uqStatic cim:WindPlantQcontrolModeKind.voltageControl ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "WindPlantReactiveControlIEC.windPlantQcontrolModesType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 2606 ; + sh:path cim:WindPlantReactiveControlIEC.windPlantQcontrolModesType ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.xrefmax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xrefmax)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.xrefmax-cardinality" ; + sh:order 2607 ; + sh:path cim:WindPlantReactiveControlIEC.xrefmax ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.xrefmax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xrefmax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.xrefmax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2607 ; + sh:path cim:WindPlantReactiveControlIEC.xrefmax ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.xrefmin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xrefmin)." ; + sh:minCount 1 ; + sh:name "WindPlantReactiveControlIEC.xrefmin-cardinality" ; + sh:order 2608 ; + sh:path cim:WindPlantReactiveControlIEC.xrefmin ; + sh:severity sh:Violation . + +dy:WindPlantReactiveControlIEC.xrefmin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xrefmin." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantReactiveControlIEC.xrefmin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2608 ; + sh:path cim:WindPlantReactiveControlIEC.xrefmin ; + sh:severity sh:Violation . + +dy:WindPlantUserDefined + rdf:type sh:NodeShape ; + sh:property dy:DynamicsFunctionBlock.enabled-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.name-cardinality , dy:WindPlantUserDefined.proprietary-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.description-datatype , dy:WindPlantDynamics.RemoteInputSignal-valueType , dy:WindPlantDynamics.RemoteInputSignal-cardinality , dy:IdentifiedObject.name-datatype , dy:WindPlantUserDefined.proprietary-datatype , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:WindPlantUserDefined . + +dy:WindPlantUserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "WindPlantUserDefined.proprietary-cardinality" ; + sh:order 2670 ; + sh:path cim:WindPlantUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:WindPlantUserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindPlantUserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2670 ; + sh:path cim:WindPlantUserDefined.proprietary ; + sh:severity sh:Violation . + +dy:WindProtectionIEC rdf:type sh:NodeShape ; + sh:property dy:WindProtectionIEC.funder-datatype , dy:WindProtectionIEC.funder-cardinality , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.description-datatype , dy:WindProtectionIEC.dfimax-datatype , dy:IdentifiedObject.mRID-datatype , dy:WindProtectionIEC.fover-cardinality , dy:WindProtectionIEC.mzc-datatype , dy:WindProtectionIEC.fover-datatype , dy:IdentifiedObject.name-datatype , dy:WindProtectionIEC.tfma-datatype , dy:IdentifiedObject.mRID-cardinality , dy:WindProtectionIEC.uunder-cardinality , dy:WindProtectionIEC.uover-datatype , dy:WindProtectionIEC.mzc-cardinality , dy:WindProtectionIEC.tfma-cardinality , dy:WindProtectionIEC.dfimax-cardinality , dy:IdentifiedObject.name-cardinality , dy:WindProtectionIEC.uunder-datatype , dy:WindProtectionIEC.uover-cardinality ; + sh:targetClass cim:WindProtectionIEC . + +dy:WindProtectionIEC.dfimax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (dfimax)." ; + sh:minCount 1 ; + sh:name "WindProtectionIEC.dfimax-cardinality" ; + sh:order 2609 ; + sh:path cim:WindProtectionIEC.dfimax ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.dfimax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dfimax." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindProtectionIEC.dfimax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2609 ; + sh:path cim:WindProtectionIEC.dfimax ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.fover-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fover)." ; + sh:minCount 1 ; + sh:name "WindProtectionIEC.fover-cardinality" ; + sh:order 2610 ; + sh:path cim:WindProtectionIEC.fover ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.fover-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the fover." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindProtectionIEC.fover-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2610 ; + sh:path cim:WindProtectionIEC.fover ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.funder-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (funder)." ; + sh:minCount 1 ; + sh:name "WindProtectionIEC.funder-cardinality" ; + sh:order 2611 ; + sh:path cim:WindProtectionIEC.funder ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.funder-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the funder." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindProtectionIEC.funder-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2611 ; + sh:path cim:WindProtectionIEC.funder ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.mzc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mzc)." ; + sh:minCount 1 ; + sh:name "WindProtectionIEC.mzc-cardinality" ; + sh:order 2612 ; + sh:path cim:WindProtectionIEC.mzc ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.mzc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the mzc." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindProtectionIEC.mzc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2612 ; + sh:path cim:WindProtectionIEC.mzc ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.tfma-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tfma)." ; + sh:minCount 1 ; + sh:name "WindProtectionIEC.tfma-cardinality" ; + sh:order 2613 ; + sh:path cim:WindProtectionIEC.tfma ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.tfma-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tfma." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindProtectionIEC.tfma-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2613 ; + sh:path cim:WindProtectionIEC.tfma ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.uover-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uover)." ; + sh:minCount 1 ; + sh:name "WindProtectionIEC.uover-cardinality" ; + sh:order 2614 ; + sh:path cim:WindProtectionIEC.uover ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.uover-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uover." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindProtectionIEC.uover-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2614 ; + sh:path cim:WindProtectionIEC.uover ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.uunder-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uunder)." ; + sh:minCount 1 ; + sh:name "WindProtectionIEC.uunder-cardinality" ; + sh:order 2615 ; + sh:path cim:WindProtectionIEC.uunder ; + sh:severity sh:Violation . + +dy:WindProtectionIEC.uunder-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uunder." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindProtectionIEC.uunder-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2615 ; + sh:path cim:WindProtectionIEC.uunder ; + sh:severity sh:Violation . + +dy:WindRefFrameRotIEC + rdf:type sh:NodeShape ; + sh:property dy:WindRefFrameRotIEC.upll2-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.mRID-datatype , dy:WindRefFrameRotIEC.upll1-datatype , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.name-cardinality , dy:WindRefFrameRotIEC.tpll-datatype , dy:WindRefFrameRotIEC.upll2-datatype , dy:IdentifiedObject.name-datatype , dy:WindRefFrameRotIEC.tpll-cardinality , dy:WindRefFrameRotIEC.upll1-cardinality ; + sh:targetClass cim:WindRefFrameRotIEC . + +dy:WindRefFrameRotIEC.tpll-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (tpll)." ; + sh:minCount 1 ; + sh:name "WindRefFrameRotIEC.tpll-cardinality" ; + sh:order 2616 ; + sh:path cim:WindRefFrameRotIEC.tpll ; + sh:severity sh:Violation . + +dy:WindRefFrameRotIEC.tpll-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the tpll." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindRefFrameRotIEC.tpll-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2616 ; + sh:path cim:WindRefFrameRotIEC.tpll ; + sh:severity sh:Violation . + +dy:WindRefFrameRotIEC.upll1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (upll1)." ; + sh:minCount 1 ; + sh:name "WindRefFrameRotIEC.upll1-cardinality" ; + sh:order 2617 ; + sh:path cim:WindRefFrameRotIEC.upll1 ; + sh:severity sh:Violation . + +dy:WindRefFrameRotIEC.upll1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the upll1." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindRefFrameRotIEC.upll1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2617 ; + sh:path cim:WindRefFrameRotIEC.upll1 ; + sh:severity sh:Violation . + +dy:WindRefFrameRotIEC.upll2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (upll2)." ; + sh:minCount 1 ; + sh:name "WindRefFrameRotIEC.upll2-cardinality" ; + sh:order 2618 ; + sh:path cim:WindRefFrameRotIEC.upll2 ; + sh:severity sh:Violation . + +dy:WindRefFrameRotIEC.upll2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the upll2." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindRefFrameRotIEC.upll2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2618 ; + sh:path cim:WindRefFrameRotIEC.upll2 ; + sh:severity sh:Violation . + +dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType1or2Dynamics.AsynchronousMachineDynamics-cardinality" ; + sh:order 2736 ; + sh:path cim:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamicsAsynchronousMachineUserDefined-valueType dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamicsAsynchronousMachineEquivalentCircuit-valueType dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamicsAsynchronousMachineTimeConstantReactance-valueType ) . + +dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamicsAsynchronousMachineEquivalentCircuit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachineEquivalentCircuit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachineEquivalentCircuit." ; + sh:name "WindTurbineType1or2Dynamics.AsynchronousMachineDynamicsAsynchronousMachineEquivalentCircuit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 526 ; + sh:path cim:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamicsAsynchronousMachineTimeConstantReactance-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachineTimeConstantReactance ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachineTimeConstantReactance." ; + sh:name "WindTurbineType1or2Dynamics.AsynchronousMachineDynamicsAsynchronousMachineTimeConstantReactance-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 527 ; + sh:path cim:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamicsAsynchronousMachineUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachineUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachineUserDefined." ; + sh:name "WindTurbineType1or2Dynamics.AsynchronousMachineDynamicsAsynchronousMachineUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 525 ; + sh:path cim:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics ; + sh:severity sh:Violation . + +dy:WindTurbineType1or2Dynamics.RemoteInputSignal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindTurbineType1or2Dynamics.RemoteInputSignal-cardinality" ; + sh:order 2737 ; + sh:path cim:WindTurbineType1or2Dynamics.RemoteInputSignal ; + sh:severity sh:Violation . + +dy:WindTurbineType1or2Dynamics.RemoteInputSignal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:RemoteInputSignal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:RemoteInputSignal." ; + sh:name "WindTurbineType1or2Dynamics.RemoteInputSignal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 528 ; + sh:path cim:WindTurbineType1or2Dynamics.RemoteInputSignal ; + sh:severity sh:Violation . + +dy:WindTurbineType1or2IEC.WindMechIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType1or2IEC.WindMechIEC-cardinality" ; + sh:order 2739 ; + sh:path cim:WindTurbineType1or2IEC.WindMechIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType1or2IEC.WindMechIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindMechIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindMechIEC." ; + sh:name "WindTurbineType1or2IEC.WindMechIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 530 ; + sh:path cim:WindTurbineType1or2IEC.WindMechIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType1or2IEC.WindProtectionIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType1or2IEC.WindProtectionIEC-cardinality" ; + sh:order 2738 ; + sh:path cim:WindTurbineType1or2IEC.WindProtectionIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType1or2IEC.WindProtectionIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindProtectionIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindProtectionIEC." ; + sh:name "WindTurbineType1or2IEC.WindProtectionIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 529 ; + sh:path cim:WindTurbineType1or2IEC.WindProtectionIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC + rdf:type sh:NodeShape ; + sh:property dy:WindTurbineType3IEC.WindMechIEC-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindTurbineType3or4IEC.WindContCurrLimIEC-valueType , dy:WindTurbineType3IEC.WindContPitchAngleIEC-cardinality , dy:WindTurbineType3or4Dynamics.PowerElectronicsConnection-cardinality , dy:WindTurbineType3or4IEC.WindRefFrameRotIEC-cardinality , dy:WindTurbineType3or4IEC.WindContCurrLimIEC-cardinality , dy:WindTurbineType3or4Dynamics.WindPlantDynamics-valueType , dy:WindTurbineType3IEC.WindMechIEC-valueType , dy:WindTurbineType3IEC.WindAeroOneDimIEC-valueType , dy:IdentifiedObject.mRID-cardinality , dy:WindTurbineType3or4IEC.WindRefFrameRotIEC-valueType , dy:WindTurbineType3or4Dynamics.PowerElectronicsConnection-valueType , dy:WindTurbineType3IEC.WindContPitchAngleIEC-valueType , dy:IdentifiedObject.mRID-datatype , dy:IdentifiedObject.description-datatype , dy:WindTurbineType3or4IEC.WindContQLimIEC-valueType , dy:IdentifiedObject.name-datatype , dy:WindTurbineType3IEC.WindAeroTwoDimIEC-valueType , dy:WindTurbineType3IEC.WindGenType3IEC-cardinality , dy:WindTurbineType3IEC.WindAeroOneDimIEC-cardinality , dy:WindTurbineType3or4IEC.WindContQPQULimIEC-cardinality , dy:WindTurbineType3or4Dynamics.RemoteInputSignal-cardinality , dy:WindTurbineType3or4IEC.WindContQPQULimIEC-valueType , dy:DynamicsFunctionBlock.enabled-datatype , dy:WindTurbineType3IEC.WindContPType3IEC-valueType , dy:WindTurbineType3IEC.WindContPType3IEC-cardinality , dy:WindTurbineType3or4Dynamics.WindPlantDynamics-cardinality , dy:IdentifiedObject.name-cardinality , dy:WindTurbineType3IEC.WindAeroTwoDimIEC-cardinality , dy:WindTurbineType3or4IEC.WIndContQIEC-valueType , dy:WindTurbineType3or4IEC.WindContQLimIEC-cardinality , dy:WindTurbineType3or4IEC.WindProtectionIEC-cardinality , dy:WindTurbineType3or4IEC.WindProtectionIEC-valueType , dy:WindTurbineType3or4IEC.WIndContQIEC-cardinality , dy:WindTurbineType3or4Dynamics.RemoteInputSignal-valueType ; + sh:targetClass cim:WindTurbineType3IEC . + +dy:WindTurbineType3IEC.WindAeroOneDimIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindTurbineType3IEC.WindAeroOneDimIEC-cardinality" ; + sh:order 2745 ; + sh:path cim:WindTurbineType3IEC.WindAeroOneDimIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindAeroOneDimIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindAeroOneDimIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindAeroOneDimIEC." ; + sh:name "WindTurbineType3IEC.WindAeroOneDimIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 537 ; + sh:path cim:WindTurbineType3IEC.WindAeroOneDimIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindAeroTwoDimIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindTurbineType3IEC.WindAeroTwoDimIEC-cardinality" ; + sh:order 2744 ; + sh:path cim:WindTurbineType3IEC.WindAeroTwoDimIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindAeroTwoDimIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindAeroTwoDimIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindAeroTwoDimIEC." ; + sh:name "WindTurbineType3IEC.WindAeroTwoDimIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 536 ; + sh:path cim:WindTurbineType3IEC.WindAeroTwoDimIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindContPType3IEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType3IEC.WindContPType3IEC-cardinality" ; + sh:order 2742 ; + sh:path cim:WindTurbineType3IEC.WindContPType3IEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindContPType3IEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContPType3IEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContPType3IEC." ; + sh:name "WindTurbineType3IEC.WindContPType3IEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 534 ; + sh:path cim:WindTurbineType3IEC.WindContPType3IEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindContPitchAngleIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType3IEC.WindContPitchAngleIEC-cardinality" ; + sh:order 2743 ; + sh:path cim:WindTurbineType3IEC.WindContPitchAngleIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindContPitchAngleIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContPitchAngleIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContPitchAngleIEC." ; + sh:name "WindTurbineType3IEC.WindContPitchAngleIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 535 ; + sh:path cim:WindTurbineType3IEC.WindContPitchAngleIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindGenType3IEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindTurbineType3IEC.WindGenType3IEC-cardinality" ; + sh:order 2741 ; + sh:path cim:WindTurbineType3IEC.WindGenType3IEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindGenType3IEC-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:WindTurbineType3IEC.WindGenType3IECWindGenType3bIEC-valueType dy:WindTurbineType3IEC.WindGenType3IECWindGenType3aIEC-valueType ) . + +dy:WindTurbineType3IEC.WindGenType3IECWindGenType3aIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindGenType3aIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindGenType3aIEC." ; + sh:name "WindTurbineType3IEC.WindGenType3IECWindGenType3aIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 533 ; + sh:path cim:WindTurbineType3IEC.WindGenType3IEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindGenType3IECWindGenType3bIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindGenType3bIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindGenType3bIEC." ; + sh:name "WindTurbineType3IEC.WindGenType3IECWindGenType3bIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 532 ; + sh:path cim:WindTurbineType3IEC.WindGenType3IEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindMechIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType3IEC.WindMechIEC-cardinality" ; + sh:order 2740 ; + sh:path cim:WindTurbineType3IEC.WindMechIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3IEC.WindMechIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindMechIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindMechIEC." ; + sh:name "WindTurbineType3IEC.WindMechIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 531 ; + sh:path cim:WindTurbineType3IEC.WindMechIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4Dynamics.PowerElectronicsConnection-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType3or4Dynamics.PowerElectronicsConnection-cardinality" ; + sh:order 2748 ; + sh:path cim:WindTurbineType3or4Dynamics.PowerElectronicsConnection ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4Dynamics.PowerElectronicsConnection-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerElectronicsConnection ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerElectronicsConnection." ; + sh:name "WindTurbineType3or4Dynamics.PowerElectronicsConnection-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 541 ; + sh:path cim:WindTurbineType3or4Dynamics.PowerElectronicsConnection ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4Dynamics.RemoteInputSignal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindTurbineType3or4Dynamics.RemoteInputSignal-cardinality" ; + sh:order 2747 ; + sh:path cim:WindTurbineType3or4Dynamics.RemoteInputSignal ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4Dynamics.RemoteInputSignal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:RemoteInputSignal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:RemoteInputSignal." ; + sh:name "WindTurbineType3or4Dynamics.RemoteInputSignal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 540 ; + sh:path cim:WindTurbineType3or4Dynamics.RemoteInputSignal ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4Dynamics.WindPlantDynamics-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindTurbineType3or4Dynamics.WindPlantDynamics-cardinality" ; + sh:order 2746 ; + sh:path cim:WindTurbineType3or4Dynamics.WindPlantDynamics ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4Dynamics.WindPlantDynamics-valueType + rdf:type sh:NodeShape ; + sh:or ( dy:WindTurbineType3or4Dynamics.WindPlantDynamicsWindPlantUserDefined-valueType dy:WindTurbineType3or4Dynamics.WindPlantDynamicsWindPlantIEC-valueType ) . + +dy:WindTurbineType3or4Dynamics.WindPlantDynamicsWindPlantIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindPlantIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindPlantIEC." ; + sh:name "WindTurbineType3or4Dynamics.WindPlantDynamicsWindPlantIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 539 ; + sh:path cim:WindTurbineType3or4Dynamics.WindPlantDynamics ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4Dynamics.WindPlantDynamicsWindPlantUserDefined-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindPlantUserDefined ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindPlantUserDefined." ; + sh:name "WindTurbineType3or4Dynamics.WindPlantDynamicsWindPlantUserDefined-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 538 ; + sh:path cim:WindTurbineType3or4Dynamics.WindPlantDynamics ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WIndContQIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType3or4IEC.WIndContQIEC-cardinality" ; + sh:order 2753 ; + sh:path cim:WindTurbineType3or4IEC.WIndContQIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WIndContQIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContQIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContQIEC." ; + sh:name "WindTurbineType3or4IEC.WIndContQIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 546 ; + sh:path cim:WindTurbineType3or4IEC.WIndContQIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WindContCurrLimIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType3or4IEC.WindContCurrLimIEC-cardinality" ; + sh:order 2754 ; + sh:path cim:WindTurbineType3or4IEC.WindContCurrLimIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WindContCurrLimIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContCurrLimIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContCurrLimIEC." ; + sh:name "WindTurbineType3or4IEC.WindContCurrLimIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 547 ; + sh:path cim:WindTurbineType3or4IEC.WindContCurrLimIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WindContQLimIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindTurbineType3or4IEC.WindContQLimIEC-cardinality" ; + sh:order 2752 ; + sh:path cim:WindTurbineType3or4IEC.WindContQLimIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WindContQLimIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContQLimIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContQLimIEC." ; + sh:name "WindTurbineType3or4IEC.WindContQLimIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 545 ; + sh:path cim:WindTurbineType3or4IEC.WindContQLimIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WindContQPQULimIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindTurbineType3or4IEC.WindContQPQULimIEC-cardinality" ; + sh:order 2751 ; + sh:path cim:WindTurbineType3or4IEC.WindContQPQULimIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WindContQPQULimIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContQPQULimIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContQPQULimIEC." ; + sh:name "WindTurbineType3or4IEC.WindContQPQULimIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 544 ; + sh:path cim:WindTurbineType3or4IEC.WindContQPQULimIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WindProtectionIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType3or4IEC.WindProtectionIEC-cardinality" ; + sh:order 2750 ; + sh:path cim:WindTurbineType3or4IEC.WindProtectionIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WindProtectionIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindProtectionIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindProtectionIEC." ; + sh:name "WindTurbineType3or4IEC.WindProtectionIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 543 ; + sh:path cim:WindTurbineType3or4IEC.WindProtectionIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WindRefFrameRotIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType3or4IEC.WindRefFrameRotIEC-cardinality" ; + sh:order 2749 ; + sh:path cim:WindTurbineType3or4IEC.WindRefFrameRotIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType3or4IEC.WindRefFrameRotIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindRefFrameRotIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindRefFrameRotIEC." ; + sh:name "WindTurbineType3or4IEC.WindRefFrameRotIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 542 ; + sh:path cim:WindTurbineType3or4IEC.WindRefFrameRotIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4IEC.WindGenType3aIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindTurbineType4IEC.WindGenType3aIEC-cardinality" ; + sh:order 2760 ; + sh:path cim:WindTurbineType4IEC.WindGenType3aIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4IEC.WindGenType3aIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindGenType3aIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindGenType3aIEC." ; + sh:name "WindTurbineType4IEC.WindGenType3aIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 553 ; + sh:path cim:WindTurbineType4IEC.WindGenType3aIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4aIEC + rdf:type sh:NodeShape ; + sh:property dy:WindTurbineType3or4IEC.WindContQPQULimIEC-cardinality , dy:WindTurbineType3or4IEC.WindRefFrameRotIEC-valueType , dy:IdentifiedObject.name-cardinality , dy:WindTurbineType3or4Dynamics.RemoteInputSignal-cardinality , dy:WindTurbineType3or4IEC.WIndContQIEC-cardinality , dy:WindTurbineType3or4IEC.WindContQLimIEC-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindTurbineType4aIEC.WindContPType4aIEC-cardinality , dy:IdentifiedObject.description-datatype , dy:WindTurbineType4IEC.WindGenType3aIEC-cardinality , dy:IdentifiedObject.mRID-cardinality , dy:IdentifiedObject.mRID-datatype , dy:WindTurbineType4aIEC.WindGenType4IEC-valueType , dy:WindTurbineType3or4Dynamics.RemoteInputSignal-valueType , dy:WindTurbineType3or4IEC.WIndContQIEC-valueType , dy:WindTurbineType4aIEC.WindContPType4aIEC-valueType , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.name-datatype , dy:WindTurbineType3or4Dynamics.PowerElectronicsConnection-cardinality , dy:WindTurbineType4IEC.WindGenType3aIEC-valueType , dy:WindTurbineType3or4IEC.WindContQLimIEC-valueType , dy:WindTurbineType3or4IEC.WindContCurrLimIEC-valueType , dy:WindTurbineType3or4IEC.WindContQPQULimIEC-valueType , dy:DynamicsFunctionBlock.enabled-datatype , dy:WindTurbineType4aIEC.WindGenType4IEC-cardinality , dy:WindTurbineType3or4IEC.WindProtectionIEC-cardinality , dy:WindTurbineType3or4Dynamics.WindPlantDynamics-cardinality , dy:WindTurbineType3or4IEC.WindContCurrLimIEC-cardinality , dy:WindTurbineType3or4IEC.WindProtectionIEC-valueType , dy:WindTurbineType3or4IEC.WindRefFrameRotIEC-cardinality , dy:WindTurbineType3or4Dynamics.PowerElectronicsConnection-valueType , dy:WindTurbineType3or4Dynamics.WindPlantDynamics-valueType ; + sh:targetClass cim:WindTurbineType4aIEC . + +dy:WindTurbineType4aIEC.WindContPType4aIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType4aIEC.WindContPType4aIEC-cardinality" ; + sh:order 2756 ; + sh:path cim:WindTurbineType4aIEC.WindContPType4aIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4aIEC.WindContPType4aIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContPType4aIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContPType4aIEC." ; + sh:name "WindTurbineType4aIEC.WindContPType4aIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 549 ; + sh:path cim:WindTurbineType4aIEC.WindContPType4aIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4aIEC.WindGenType4IEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindTurbineType4aIEC.WindGenType4IEC-cardinality" ; + sh:order 2755 ; + sh:path cim:WindTurbineType4aIEC.WindGenType4IEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4aIEC.WindGenType4IEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindGenType4IEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindGenType4IEC." ; + sh:name "WindTurbineType4aIEC.WindGenType4IEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 548 ; + sh:path cim:WindTurbineType4aIEC.WindGenType4IEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4bIEC + rdf:type sh:NodeShape ; + sh:property dy:WindTurbineType4bIEC.WindGenType4IEC-valueType , dy:WindTurbineType3or4IEC.WIndContQIEC-valueType , dy:WindTurbineType4bIEC.WindContPType4bIEC-cardinality , dy:WindTurbineType3or4Dynamics.WindPlantDynamics-cardinality , dy:WindTurbineType3or4IEC.WindRefFrameRotIEC-cardinality , dy:WindTurbineType4IEC.WindGenType3aIEC-valueType , dy:WindTurbineType3or4IEC.WindContQPQULimIEC-valueType , dy:WindTurbineType4bIEC.WindGenType4IEC-cardinality , dy:IdentifiedObject.description-datatype , dy:WindTurbineType3or4IEC.WindProtectionIEC-cardinality , dy:WindTurbineType3or4IEC.WindContCurrLimIEC-cardinality , dy:WindTurbineType4bIEC.WindContPType4bIEC-valueType , dy:WindTurbineType4IEC.WindGenType3aIEC-cardinality , dy:WindTurbineType3or4IEC.WindContQPQULimIEC-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:WindTurbineType3or4IEC.WIndContQIEC-cardinality , dy:IdentifiedObject.name-datatype , dy:WindTurbineType4bIEC.WindMechIEC-cardinality , dy:WindTurbineType3or4Dynamics.RemoteInputSignal-valueType , dy:WindTurbineType3or4Dynamics.PowerElectronicsConnection-cardinality , dy:IdentifiedObject.description-cardinality , dy:WindTurbineType4bIEC.WindMechIEC-valueType , dy:WindTurbineType3or4IEC.WindProtectionIEC-valueType , dy:WindTurbineType3or4IEC.WindContQLimIEC-valueType , dy:WindTurbineType3or4Dynamics.RemoteInputSignal-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.mRID-datatype , dy:WindTurbineType3or4IEC.WindContCurrLimIEC-valueType , dy:WindTurbineType3or4IEC.WindContQLimIEC-cardinality , dy:WindTurbineType3or4IEC.WindRefFrameRotIEC-valueType , dy:WindTurbineType3or4Dynamics.PowerElectronicsConnection-valueType , dy:IdentifiedObject.mRID-cardinality , dy:WindTurbineType3or4Dynamics.WindPlantDynamics-valueType , dy:DynamicsFunctionBlock.enabled-datatype ; + sh:targetClass cim:WindTurbineType4bIEC . + +dy:WindTurbineType4bIEC.WindContPType4bIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType4bIEC.WindContPType4bIEC-cardinality" ; + sh:order 2759 ; + sh:path cim:WindTurbineType4bIEC.WindContPType4bIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4bIEC.WindContPType4bIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindContPType4bIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindContPType4bIEC." ; + sh:name "WindTurbineType4bIEC.WindContPType4bIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 552 ; + sh:path cim:WindTurbineType4bIEC.WindContPType4bIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4bIEC.WindGenType4IEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindTurbineType4bIEC.WindGenType4IEC-cardinality" ; + sh:order 2758 ; + sh:path cim:WindTurbineType4bIEC.WindGenType4IEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4bIEC.WindGenType4IEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindGenType4IEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindGenType4IEC." ; + sh:name "WindTurbineType4bIEC.WindGenType4IEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 551 ; + sh:path cim:WindTurbineType4bIEC.WindGenType4IEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4bIEC.WindMechIEC-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "WindTurbineType4bIEC.WindMechIEC-cardinality" ; + sh:order 2757 ; + sh:path cim:WindTurbineType4bIEC.WindMechIEC ; + sh:severity sh:Violation . + +dy:WindTurbineType4bIEC.WindMechIEC-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindMechIEC ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group dy:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindMechIEC." ; + sh:name "WindTurbineType4bIEC.WindMechIEC-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 550 ; + sh:path cim:WindTurbineType4bIEC.WindMechIEC ; + sh:severity sh:Violation . + +dy:WindType1or2UserDefined + rdf:type sh:NodeShape ; + sh:property dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics-cardinality , dy:IdentifiedObject.name-cardinality , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:WindTurbineType1or2Dynamics.AsynchronousMachineDynamics-valueType , dy:WindTurbineType1or2Dynamics.RemoteInputSignal-valueType , dy:IdentifiedObject.description-cardinality , dy:WindType1or2UserDefined.proprietary-datatype , dy:IdentifiedObject.name-datatype , dy:WindType1or2UserDefined.proprietary-cardinality , dy:WindTurbineType1or2Dynamics.RemoteInputSignal-cardinality , dy:DynamicsFunctionBlock.enabled-cardinality , dy:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:WindType1or2UserDefined . + +dy:WindType1or2UserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "WindType1or2UserDefined.proprietary-cardinality" ; + sh:order 2671 ; + sh:path cim:WindType1or2UserDefined.proprietary ; + sh:severity sh:Violation . + +dy:WindType1or2UserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindType1or2UserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2671 ; + sh:path cim:WindType1or2UserDefined.proprietary ; + sh:severity sh:Violation . + +dy:WindType3or4UserDefined + rdf:type sh:NodeShape ; + sh:property dy:WindTurbineType3or4Dynamics.PowerElectronicsConnection-cardinality , dy:DynamicsFunctionBlock.enabled-datatype , dy:WindTurbineType3or4Dynamics.RemoteInputSignal-cardinality , dy:WindType3or4UserDefined.proprietary-datatype , dy:IdentifiedObject.name-cardinality , dy:WindTurbineType3or4Dynamics.RemoteInputSignal-valueType , dy:WindTurbineType3or4Dynamics.WindPlantDynamics-valueType , dy:IdentifiedObject.description-datatype , dy:IdentifiedObject.mRID-datatype , dy:DynamicsFunctionBlock.enabled-cardinality , dy:WindType3or4UserDefined.proprietary-cardinality , dy:WindTurbineType3or4Dynamics.PowerElectronicsConnection-valueType , dy:WindTurbineType3or4Dynamics.WindPlantDynamics-cardinality , dy:IdentifiedObject.name-datatype , dy:IdentifiedObject.description-cardinality , dy:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:WindType3or4UserDefined . + +dy:WindType3or4UserDefined.proprietary-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group dy:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (proprietary)." ; + sh:minCount 1 ; + sh:name "WindType3or4UserDefined.proprietary-cardinality" ; + sh:order 2672 ; + sh:path cim:WindType3or4UserDefined.proprietary ; + sh:severity sh:Violation . + +dy:WindType3or4UserDefined.proprietary-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the proprietary." ; + sh:group dy:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "WindType3or4UserDefined.proprietary-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2672 ; + sh:path cim:WindType3or4UserDefined.proprietary ; + sh:severity sh:Violation . + diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Equipment-AP-Con-Simple-SHACLED2a_v3-0-0.ttl b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Equipment-AP-Con-Simple-SHACLED2a_v3-0-0.ttl new file mode 100644 index 0000000..47e6bd7 --- /dev/null +++ b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Equipment-AP-Con-Simple-SHACLED2a_v3-0-0.ttl @@ -0,0 +1,9122 @@ +@prefix cim: . +@prefix cims: . +@prefix dc: . +@prefix dcat: . +@prefix dct: . +@prefix eq: . +@prefix eu: . +@prefix owl: . +@prefix prof: . +@prefix profcim: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix xsd: . + +eq:ACDCConverter.PccTerminal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.PccTerminal-cardinality" ; + sh:order 209 ; + sh:path cim:ACDCConverter.PccTerminal ; + sh:severity sh:Violation . + +eq:ACDCConverter.PccTerminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Terminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Terminal." ; + sh:name "ACDCConverter.PccTerminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path cim:ACDCConverter.PccTerminal ; + sh:severity sh:Violation . + +eq:ACDCConverter.baseS-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.baseS-cardinality" ; + sh:order 0 ; + sh:path cim:ACDCConverter.baseS ; + sh:severity sh:Violation . + +eq:ACDCConverter.baseS-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the baseS." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.baseS-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path cim:ACDCConverter.baseS ; + sh:severity sh:Violation . + +eq:ACDCConverter.idleLoss-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.idleLoss-cardinality" ; + sh:order 1 ; + sh:path cim:ACDCConverter.idleLoss ; + sh:severity sh:Violation . + +eq:ACDCConverter.idleLoss-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the idleLoss." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.idleLoss-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path cim:ACDCConverter.idleLoss ; + sh:severity sh:Violation . + +eq:ACDCConverter.maxP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.maxP-cardinality" ; + sh:order 9 ; + sh:path cim:ACDCConverter.maxP ; + sh:severity sh:Violation . + +eq:ACDCConverter.maxP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.maxP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path cim:ACDCConverter.maxP ; + sh:severity sh:Violation . + +eq:ACDCConverter.maxUdc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.maxUdc-cardinality" ; + sh:order 2 ; + sh:path cim:ACDCConverter.maxUdc ; + sh:severity sh:Violation . + +eq:ACDCConverter.maxUdc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxUdc." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.maxUdc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path cim:ACDCConverter.maxUdc ; + sh:severity sh:Violation . + +eq:ACDCConverter.minP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.minP-cardinality" ; + sh:order 10 ; + sh:path cim:ACDCConverter.minP ; + sh:severity sh:Violation . + +eq:ACDCConverter.minP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.minP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path cim:ACDCConverter.minP ; + sh:severity sh:Violation . + +eq:ACDCConverter.minUdc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.minUdc-cardinality" ; + sh:order 3 ; + sh:path cim:ACDCConverter.minUdc ; + sh:severity sh:Violation . + +eq:ACDCConverter.minUdc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minUdc." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.minUdc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path cim:ACDCConverter.minUdc ; + sh:severity sh:Violation . + +eq:ACDCConverter.numberOfValves-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.numberOfValves-cardinality" ; + sh:order 4 ; + sh:path cim:ACDCConverter.numberOfValves ; + sh:severity sh:Violation . + +eq:ACDCConverter.numberOfValves-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the numberOfValves." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.numberOfValves-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path cim:ACDCConverter.numberOfValves ; + sh:severity sh:Violation . + +eq:ACDCConverter.ratedUdc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.ratedUdc-cardinality" ; + sh:order 5 ; + sh:path cim:ACDCConverter.ratedUdc ; + sh:severity sh:Violation . + +eq:ACDCConverter.ratedUdc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedUdc." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.ratedUdc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path cim:ACDCConverter.ratedUdc ; + sh:severity sh:Violation . + +eq:ACDCConverter.resistiveLoss-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.resistiveLoss-cardinality" ; + sh:order 6 ; + sh:path cim:ACDCConverter.resistiveLoss ; + sh:severity sh:Violation . + +eq:ACDCConverter.resistiveLoss-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the resistiveLoss." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.resistiveLoss-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path cim:ACDCConverter.resistiveLoss ; + sh:severity sh:Violation . + +eq:ACDCConverter.switchingLoss-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.switchingLoss-cardinality" ; + sh:order 7 ; + sh:path cim:ACDCConverter.switchingLoss ; + sh:severity sh:Violation . + +eq:ACDCConverter.switchingLoss-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the switchingLoss." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.switchingLoss-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path cim:ACDCConverter.switchingLoss ; + sh:severity sh:Violation . + +eq:ACDCConverter.valveU0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.valveU0-cardinality" ; + sh:order 8 ; + sh:path cim:ACDCConverter.valveU0 ; + sh:severity sh:Violation . + +eq:ACDCConverter.valveU0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the valveU0." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.valveU0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path cim:ACDCConverter.valveU0 ; + sh:severity sh:Violation . + +eq:ACDCConverterDCTerminal + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.name-cardinality , eq:ACDCTerminal.BusNameMarker-cardinality , eq:ACDCConverterDCTerminal.polarity-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:ACDCTerminal.sequenceNumber-datatype , eq:IdentifiedObject.mRID-cardinality , eq:ACDCConverterDCTerminal.polarity-cardinality , eq:IdentifiedObject.description-datatype , eq:DCBaseTerminal.DCNode-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-datatype , eq:DCBaseTerminal.DCNode-valueType , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:ACDCConverterDCTerminal.DCConductingEquipment-cardinality , eq:ACDCTerminal.BusNameMarker-valueType , eq:ACDCTerminal.sequenceNumber-cardinality , eq:IdentifiedObject.shortName-cardinality ; + sh:targetClass cim:ACDCConverterDCTerminal . + +eq:ACDCConverterDCTerminal.DCConductingEquipment-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "ACDCConverterDCTerminal.DCConductingEquipment-cardinality" ; + sh:order 210 ; + sh:path cim:ACDCConverterDCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:ACDCConverterDCTerminal.DCConductingEquipment-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:ACDCConverterDCTerminal.DCConductingEquipmentVsConverter-valueType eq:ACDCConverterDCTerminal.DCConductingEquipmentCsConverter-valueType ) . + +eq:ACDCConverterDCTerminal.DCConductingEquipmentCsConverter-valueType + rdf:type sh:PropertyShape ; + sh:class cim:CsConverter ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:CsConverter." ; + sh:name "ACDCConverterDCTerminal.DCConductingEquipmentCsConverter-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path cim:ACDCConverterDCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:ACDCConverterDCTerminal.DCConductingEquipmentVsConverter-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VsConverter ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VsConverter." ; + sh:name "ACDCConverterDCTerminal.DCConductingEquipmentVsConverter-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path cim:ACDCConverterDCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:ACDCConverterDCTerminal.polarity-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (polarity)." ; + sh:minCount 1 ; + sh:name "ACDCConverterDCTerminal.polarity-cardinality" ; + sh:order 11 ; + sh:path cim:ACDCConverterDCTerminal.polarity ; + sh:severity sh:Violation . + +eq:ACDCConverterDCTerminal.polarity-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the polarity." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:DCPolarityKind.positive cim:DCPolarityKind.middle cim:DCPolarityKind.negative ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "ACDCConverterDCTerminal.polarity-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path cim:ACDCConverterDCTerminal.polarity ; + sh:severity sh:Violation . + +eq:ACDCTerminal.BusNameMarker-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCTerminal.BusNameMarker-cardinality" ; + sh:order 211 ; + sh:path cim:ACDCTerminal.BusNameMarker ; + sh:severity sh:Violation . + +eq:ACDCTerminal.BusNameMarker-valueType + rdf:type sh:PropertyShape ; + sh:class cim:BusNameMarker ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:BusNameMarker." ; + sh:name "ACDCTerminal.BusNameMarker-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path cim:ACDCTerminal.BusNameMarker ; + sh:severity sh:Violation . + +eq:ACDCTerminal.sequenceNumber-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (sequenceNumber)." ; + sh:minCount 1 ; + sh:name "ACDCTerminal.sequenceNumber-cardinality" ; + sh:order 12 ; + sh:path cim:ACDCTerminal.sequenceNumber ; + sh:severity sh:Violation . + +eq:ACDCTerminal.sequenceNumber-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the sequenceNumber." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCTerminal.sequenceNumber-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path cim:ACDCTerminal.sequenceNumber ; + sh:severity sh:Violation . + +eq:ACLineSegment rdf:type sh:NodeShape ; + sh:property eq:Equipment.normallyInService-datatype , eq:ACLineSegment.bch-cardinality , eq:Conductor.length-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.description-cardinality , eq:ACLineSegment.gch-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:Conductor.length-cardinality , eq:IdentifiedObject.mRID-datatype , eq:ACLineSegment.bch-datatype , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.name-datatype , eq:ACLineSegment.gch-datatype , eq:Equipment.normallyInService-cardinality , eq:ACLineSegment.r-cardinality , eq:IdentifiedObject.name-cardinality , eq:Equipment.aggregate-cardinality , eq:ACLineSegment.x-cardinality , eq:IdentifiedObject.description-datatype , eq:ACLineSegment.x-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:ACLineSegment.r-datatype , eq:Equipment.aggregate-datatype ; + sh:targetClass cim:ACLineSegment . + +eq:ACLineSegment.bch-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bch)." ; + sh:minCount 1 ; + sh:name "ACLineSegment.bch-cardinality" ; + sh:order 13 ; + sh:path cim:ACLineSegment.bch ; + sh:severity sh:Violation . + +eq:ACLineSegment.bch-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bch." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACLineSegment.bch-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path cim:ACLineSegment.bch ; + sh:severity sh:Violation . + +eq:ACLineSegment.gch-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACLineSegment.gch-cardinality" ; + sh:order 14 ; + sh:path cim:ACLineSegment.gch ; + sh:severity sh:Violation . + +eq:ACLineSegment.gch-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gch." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACLineSegment.gch-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path cim:ACLineSegment.gch ; + sh:severity sh:Violation . + +eq:ACLineSegment.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "ACLineSegment.r-cardinality" ; + sh:order 15 ; + sh:path cim:ACLineSegment.r ; + sh:severity sh:Violation . + +eq:ACLineSegment.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACLineSegment.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path cim:ACLineSegment.r ; + sh:severity sh:Violation . + +eq:ACLineSegment.x-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x)." ; + sh:minCount 1 ; + sh:name "ACLineSegment.x-cardinality" ; + sh:order 16 ; + sh:path cim:ACLineSegment.x ; + sh:severity sh:Violation . + +eq:ACLineSegment.x-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACLineSegment.x-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path cim:ACLineSegment.x ; + sh:severity sh:Violation . + +eq:ActivePowerLimit rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:OperationalLimit.OperationalLimitType-valueType , eq:IdentifiedObject.mRID-cardinality , eq:ActivePowerLimit.normalValue-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-datatype , eq:ActivePowerLimit.normalValue-cardinality , eq:OperationalLimit.OperationalLimitType-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-cardinality ; + sh:targetClass cim:ActivePowerLimit . + +eq:ActivePowerLimit.normalValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (normalValue)." ; + sh:minCount 1 ; + sh:name "ActivePowerLimit.normalValue-cardinality" ; + sh:order 17 ; + sh:path cim:ActivePowerLimit.normalValue ; + sh:severity sh:Violation . + +eq:ActivePowerLimit.normalValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the normalValue." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ActivePowerLimit.normalValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path cim:ActivePowerLimit.normalValue ; + sh:severity sh:Violation . + +eq:ApparentPowerLimit + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-datatype , eq:ApparentPowerLimit.normalValue-datatype , eq:OperationalLimit.OperationalLimitType-valueType , eq:OperationalLimit.OperationalLimitType-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:ApparentPowerLimit.normalValue-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:ApparentPowerLimit . + +eq:ApparentPowerLimit.normalValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (normalValue)." ; + sh:minCount 1 ; + sh:name "ApparentPowerLimit.normalValue-cardinality" ; + sh:order 18 ; + sh:path cim:ApparentPowerLimit.normalValue ; + sh:severity sh:Violation . + +eq:ApparentPowerLimit.normalValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the normalValue." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ApparentPowerLimit.normalValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path cim:ApparentPowerLimit.normalValue ; + sh:severity sh:Violation . + +eq:AssociationsGroup rdf:type sh:PropertyGroup ; + rdfs:label "Associations" ; + sh:order 2 . + +eq:AsynchronousMachine + rdf:type sh:NodeShape ; + sh:property eq:RotatingMachine.ratedU-datatype , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.name-cardinality , eq:RotatingMachine.ratedS-cardinality , eq:IdentifiedObject.description-cardinality , eq:RotatingMachine.GeneratingUnit-valueType , eq:RegulatingCondEq.RegulatingControl-valueType , eq:IdentifiedObject.name-datatype , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.mRID-datatype , eq:RotatingMachine.GeneratingUnit-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:RotatingMachine.ratedPowerFactor-datatype , eq:IdentifiedObject.shortName-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-datatype , eq:AsynchronousMachine.nominalFrequency-datatype , eq:Equipment.normallyInService-cardinality , eq:RotatingMachine.ratedS-datatype , eq:RegulatingCondEq.RegulatingControl-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:AsynchronousMachine.nominalSpeed-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:AsynchronousMachine.nominalFrequency-cardinality , eq:AsynchronousMachine.nominalSpeed-cardinality , eq:Equipment.aggregate-cardinality , eq:RotatingMachine.ratedPowerFactor-cardinality , eq:RotatingMachine.ratedU-cardinality , eq:Equipment.aggregate-datatype ; + sh:targetClass cim:AsynchronousMachine . + +eq:AsynchronousMachine.nominalFrequency-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "AsynchronousMachine.nominalFrequency-cardinality" ; + sh:order 19 ; + sh:path cim:AsynchronousMachine.nominalFrequency ; + sh:severity sh:Violation . + +eq:AsynchronousMachine.nominalFrequency-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the nominalFrequency." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachine.nominalFrequency-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path cim:AsynchronousMachine.nominalFrequency ; + sh:severity sh:Violation . + +eq:AsynchronousMachine.nominalSpeed-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "AsynchronousMachine.nominalSpeed-cardinality" ; + sh:order 20 ; + sh:path cim:AsynchronousMachine.nominalSpeed ; + sh:severity sh:Violation . + +eq:AsynchronousMachine.nominalSpeed-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the nominalSpeed." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachine.nominalSpeed-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path cim:AsynchronousMachine.nominalSpeed ; + sh:severity sh:Violation . + +eq:AuxiliaryEquipment.Terminal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "AuxiliaryEquipment.Terminal-cardinality" ; + sh:order 212 ; + sh:path cim:AuxiliaryEquipment.Terminal ; + sh:severity sh:Violation . + +eq:AuxiliaryEquipment.Terminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Terminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Terminal." ; + sh:name "AuxiliaryEquipment.Terminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path cim:AuxiliaryEquipment.Terminal ; + sh:severity sh:Violation . + +eq:BaseVoltage rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-datatype , eq:BaseVoltage.nominalVoltage-cardinality , eq:BaseVoltage.nominalVoltage-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-cardinality ; + sh:targetClass cim:BaseVoltage . + +eq:BaseVoltage.nominalVoltage-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (nominalVoltage)." ; + sh:minCount 1 ; + sh:name "BaseVoltage.nominalVoltage-cardinality" ; + sh:order 21 ; + sh:path cim:BaseVoltage.nominalVoltage ; + sh:severity sh:Violation . + +eq:BaseVoltage.nominalVoltage-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the nominalVoltage." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BaseVoltage.nominalVoltage-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path cim:BaseVoltage.nominalVoltage ; + sh:severity sh:Violation . + +eq:BasicIntervalSchedule.startTime-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (startTime)." ; + sh:minCount 1 ; + sh:name "BasicIntervalSchedule.startTime-cardinality" ; + sh:order 22 ; + sh:path cim:BasicIntervalSchedule.startTime ; + sh:severity sh:Violation . + +eq:BasicIntervalSchedule.startTime-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:datetime ; + sh:description "This constraint validates the datatype of the startTime." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BasicIntervalSchedule.startTime-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 22 ; + sh:path cim:BasicIntervalSchedule.startTime ; + sh:severity sh:Violation . + +eq:BasicIntervalSchedule.value1Unit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (value1Unit)." ; + sh:minCount 1 ; + sh:name "BasicIntervalSchedule.value1Unit-cardinality" ; + sh:order 23 ; + sh:path cim:BasicIntervalSchedule.value1Unit ; + sh:severity sh:Violation . + +eq:BasicIntervalSchedule.value1Unit-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the value1Unit." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:UnitSymbol.none cim:UnitSymbol.m cim:UnitSymbol.kg cim:UnitSymbol.s cim:UnitSymbol.A cim:UnitSymbol.K cim:UnitSymbol.mol cim:UnitSymbol.cd cim:UnitSymbol.deg cim:UnitSymbol.rad cim:UnitSymbol.sr cim:UnitSymbol.Gy cim:UnitSymbol.Bq cim:UnitSymbol.degC cim:UnitSymbol.Sv cim:UnitSymbol.F cim:UnitSymbol.C cim:UnitSymbol.S cim:UnitSymbol.H cim:UnitSymbol.V cim:UnitSymbol.ohm cim:UnitSymbol.J cim:UnitSymbol.N cim:UnitSymbol.Hz cim:UnitSymbol.lx cim:UnitSymbol.lm cim:UnitSymbol.Wb cim:UnitSymbol.T cim:UnitSymbol.W cim:UnitSymbol.Pa cim:UnitSymbol.m2 cim:UnitSymbol.m3 cim:UnitSymbol.mPers cim:UnitSymbol.mPers2 cim:UnitSymbol.m3Pers cim:UnitSymbol.mPerm3 cim:UnitSymbol.kgm cim:UnitSymbol.kgPerm3 cim:UnitSymbol.m2Pers cim:UnitSymbol.WPermK cim:UnitSymbol.JPerK cim:UnitSymbol.ppm cim:UnitSymbol.rotPers cim:UnitSymbol.radPers cim:UnitSymbol.WPerm2 cim:UnitSymbol.JPerm2 cim:UnitSymbol.SPerm cim:UnitSymbol.KPers cim:UnitSymbol.PaPers cim:UnitSymbol.JPerkgK cim:UnitSymbol.VA cim:UnitSymbol.VAr cim:UnitSymbol.cosPhi cim:UnitSymbol.Vs cim:UnitSymbol.V2 cim:UnitSymbol.As cim:UnitSymbol.A2 cim:UnitSymbol.A2s cim:UnitSymbol.VAh cim:UnitSymbol.Wh cim:UnitSymbol.VArh cim:UnitSymbol.VPerHz cim:UnitSymbol.HzPers cim:UnitSymbol.character cim:UnitSymbol.charPers cim:UnitSymbol.kgm2 cim:UnitSymbol.dB cim:UnitSymbol.WPers cim:UnitSymbol.lPers cim:UnitSymbol.dBm cim:UnitSymbol.h cim:UnitSymbol.min cim:UnitSymbol.Q cim:UnitSymbol.Qh cim:UnitSymbol.ohmm cim:UnitSymbol.APerm cim:UnitSymbol.V2h cim:UnitSymbol.A2h cim:UnitSymbol.Ah cim:UnitSymbol.count cim:UnitSymbol.ft3 cim:UnitSymbol.m3Perh cim:UnitSymbol.gal cim:UnitSymbol.Btu cim:UnitSymbol.l cim:UnitSymbol.lPerh cim:UnitSymbol.lPerl cim:UnitSymbol.gPerg cim:UnitSymbol.molPerm3 cim:UnitSymbol.molPermol cim:UnitSymbol.molPerkg cim:UnitSymbol.sPers cim:UnitSymbol.HzPerHz cim:UnitSymbol.VPerV cim:UnitSymbol.APerA cim:UnitSymbol.VPerVA cim:UnitSymbol.rev cim:UnitSymbol.kat cim:UnitSymbol.JPerkg cim:UnitSymbol.m3Uncompensated cim:UnitSymbol.m3Compensated cim:UnitSymbol.WPerW cim:UnitSymbol.therm cim:UnitSymbol.onePerm cim:UnitSymbol.m3Perkg cim:UnitSymbol.Pas cim:UnitSymbol.Nm cim:UnitSymbol.NPerm cim:UnitSymbol.radPers2 cim:UnitSymbol.JPerm3 cim:UnitSymbol.VPerm cim:UnitSymbol.CPerm3 cim:UnitSymbol.CPerm2 cim:UnitSymbol.FPerm cim:UnitSymbol.HPerm cim:UnitSymbol.JPermol cim:UnitSymbol.JPermolK cim:UnitSymbol.CPerkg cim:UnitSymbol.GyPers cim:UnitSymbol.WPersr cim:UnitSymbol.WPerm2sr cim:UnitSymbol.katPerm3 cim:UnitSymbol.d cim:UnitSymbol.anglemin cim:UnitSymbol.anglesec cim:UnitSymbol.ha cim:UnitSymbol.tonne cim:UnitSymbol.bar cim:UnitSymbol.mmHg cim:UnitSymbol.M cim:UnitSymbol.kn cim:UnitSymbol.Mx cim:UnitSymbol.G cim:UnitSymbol.Oe cim:UnitSymbol.Vh cim:UnitSymbol.WPerA cim:UnitSymbol.onePerHz cim:UnitSymbol.VPerVAr cim:UnitSymbol.ohmPerm cim:UnitSymbol.kgPerJ cim:UnitSymbol.JPers ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "BasicIntervalSchedule.value1Unit-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path cim:BasicIntervalSchedule.value1Unit ; + sh:severity sh:Violation . + +eq:BasicIntervalSchedule.value2Unit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "BasicIntervalSchedule.value2Unit-cardinality" ; + sh:order 24 ; + sh:path cim:BasicIntervalSchedule.value2Unit ; + sh:severity sh:Violation . + +eq:BasicIntervalSchedule.value2Unit-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the value2Unit." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:UnitSymbol.none cim:UnitSymbol.m cim:UnitSymbol.kg cim:UnitSymbol.s cim:UnitSymbol.A cim:UnitSymbol.K cim:UnitSymbol.mol cim:UnitSymbol.cd cim:UnitSymbol.deg cim:UnitSymbol.rad cim:UnitSymbol.sr cim:UnitSymbol.Gy cim:UnitSymbol.Bq cim:UnitSymbol.degC cim:UnitSymbol.Sv cim:UnitSymbol.F cim:UnitSymbol.C cim:UnitSymbol.S cim:UnitSymbol.H cim:UnitSymbol.V cim:UnitSymbol.ohm cim:UnitSymbol.J cim:UnitSymbol.N cim:UnitSymbol.Hz cim:UnitSymbol.lx cim:UnitSymbol.lm cim:UnitSymbol.Wb cim:UnitSymbol.T cim:UnitSymbol.W cim:UnitSymbol.Pa cim:UnitSymbol.m2 cim:UnitSymbol.m3 cim:UnitSymbol.mPers cim:UnitSymbol.mPers2 cim:UnitSymbol.m3Pers cim:UnitSymbol.mPerm3 cim:UnitSymbol.kgm cim:UnitSymbol.kgPerm3 cim:UnitSymbol.m2Pers cim:UnitSymbol.WPermK cim:UnitSymbol.JPerK cim:UnitSymbol.ppm cim:UnitSymbol.rotPers cim:UnitSymbol.radPers cim:UnitSymbol.WPerm2 cim:UnitSymbol.JPerm2 cim:UnitSymbol.SPerm cim:UnitSymbol.KPers cim:UnitSymbol.PaPers cim:UnitSymbol.JPerkgK cim:UnitSymbol.VA cim:UnitSymbol.VAr cim:UnitSymbol.cosPhi cim:UnitSymbol.Vs cim:UnitSymbol.V2 cim:UnitSymbol.As cim:UnitSymbol.A2 cim:UnitSymbol.A2s cim:UnitSymbol.VAh cim:UnitSymbol.Wh cim:UnitSymbol.VArh cim:UnitSymbol.VPerHz cim:UnitSymbol.HzPers cim:UnitSymbol.character cim:UnitSymbol.charPers cim:UnitSymbol.kgm2 cim:UnitSymbol.dB cim:UnitSymbol.WPers cim:UnitSymbol.lPers cim:UnitSymbol.dBm cim:UnitSymbol.h cim:UnitSymbol.min cim:UnitSymbol.Q cim:UnitSymbol.Qh cim:UnitSymbol.ohmm cim:UnitSymbol.APerm cim:UnitSymbol.V2h cim:UnitSymbol.A2h cim:UnitSymbol.Ah cim:UnitSymbol.count cim:UnitSymbol.ft3 cim:UnitSymbol.m3Perh cim:UnitSymbol.gal cim:UnitSymbol.Btu cim:UnitSymbol.l cim:UnitSymbol.lPerh cim:UnitSymbol.lPerl cim:UnitSymbol.gPerg cim:UnitSymbol.molPerm3 cim:UnitSymbol.molPermol cim:UnitSymbol.molPerkg cim:UnitSymbol.sPers cim:UnitSymbol.HzPerHz cim:UnitSymbol.VPerV cim:UnitSymbol.APerA cim:UnitSymbol.VPerVA cim:UnitSymbol.rev cim:UnitSymbol.kat cim:UnitSymbol.JPerkg cim:UnitSymbol.m3Uncompensated cim:UnitSymbol.m3Compensated cim:UnitSymbol.WPerW cim:UnitSymbol.therm cim:UnitSymbol.onePerm cim:UnitSymbol.m3Perkg cim:UnitSymbol.Pas cim:UnitSymbol.Nm cim:UnitSymbol.NPerm cim:UnitSymbol.radPers2 cim:UnitSymbol.JPerm3 cim:UnitSymbol.VPerm cim:UnitSymbol.CPerm3 cim:UnitSymbol.CPerm2 cim:UnitSymbol.FPerm cim:UnitSymbol.HPerm cim:UnitSymbol.JPermol cim:UnitSymbol.JPermolK cim:UnitSymbol.CPerkg cim:UnitSymbol.GyPers cim:UnitSymbol.WPersr cim:UnitSymbol.WPerm2sr cim:UnitSymbol.katPerm3 cim:UnitSymbol.d cim:UnitSymbol.anglemin cim:UnitSymbol.anglesec cim:UnitSymbol.ha cim:UnitSymbol.tonne cim:UnitSymbol.bar cim:UnitSymbol.mmHg cim:UnitSymbol.M cim:UnitSymbol.kn cim:UnitSymbol.Mx cim:UnitSymbol.G cim:UnitSymbol.Oe cim:UnitSymbol.Vh cim:UnitSymbol.WPerA cim:UnitSymbol.onePerHz cim:UnitSymbol.VPerVAr cim:UnitSymbol.ohmPerm cim:UnitSymbol.kgPerJ cim:UnitSymbol.JPers ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "BasicIntervalSchedule.value2Unit-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path cim:BasicIntervalSchedule.value2Unit ; + sh:severity sh:Violation . + +eq:BatteryUnit rdf:type sh:NodeShape ; + sh:property eq:Equipment.EquipmentContainer-valueType , eq:PowerElectronicsUnit.minP-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-datatype , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.description-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:PowerElectronicsUnit.maxP-datatype , eq:Equipment.normallyInService-datatype , eq:PowerElectronicsUnit.maxP-cardinality , eq:BatteryUnit.ratedE-cardinality , eq:IdentifiedObject.description-datatype , eq:Equipment.aggregate-cardinality , eq:BatteryUnit.ratedE-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:PowerElectronicsUnit.minP-cardinality , eq:IdentifiedObject.shortName-datatype ; + sh:targetClass cim:BatteryUnit . + +eq:BatteryUnit.ratedE-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ratedE)." ; + sh:minCount 1 ; + sh:name "BatteryUnit.ratedE-cardinality" ; + sh:order 25 ; + sh:path cim:BatteryUnit.ratedE ; + sh:severity sh:Violation . + +eq:BatteryUnit.ratedE-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedE." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BatteryUnit.ratedE-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path cim:BatteryUnit.ratedE ; + sh:severity sh:Violation . + +eq:Bay rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-cardinality , eq:Bay.VoltageLevel-cardinality , eq:Bay.VoltageLevel-valueType , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype ; + sh:targetClass cim:Bay . + +eq:Bay.VoltageLevel-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Bay.VoltageLevel-cardinality" ; + sh:order 213 ; + sh:path cim:Bay.VoltageLevel ; + sh:severity sh:Violation . + +eq:Bay.VoltageLevel-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VoltageLevel ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VoltageLevel." ; + sh:name "Bay.VoltageLevel-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path cim:Bay.VoltageLevel ; + sh:severity sh:Violation . + +eq:BoundaryPoint rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:BoundaryPoint.isExcludedFromAreaInterchange-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.description-cardinality , eq:BoundaryPoint.fromEndName-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-cardinality , eq:BoundaryPoint.isDirectCurrent-datatype , eq:BoundaryPoint.isDirectCurrent-cardinality , eq:BoundaryPoint.isExcludedFromAreaInterchange-cardinality , eq:BoundaryPoint.toEndName-cardinality , eq:BoundaryPoint.toEndIsoCode-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:BoundaryPoint.fromEndName-datatype , eq:BoundaryPoint.fromEndIsoCode-datatype , eq:BoundaryPoint.fromEndNameTso-datatype , eq:BoundaryPoint.toEndIsoCode-datatype , eq:BoundaryPoint.ConnectivityNode-valueType , eq:IdentifiedObject.name-datatype , eq:BoundaryPoint.toEndNameTso-datatype , eq:BoundaryPoint.toEndName-datatype , eq:BoundaryPoint.ConnectivityNode-cardinality , eq:BoundaryPoint.fromEndNameTso-cardinality , eq:IdentifiedObject.description-datatype , eq:BoundaryPoint.fromEndIsoCode-cardinality , eq:BoundaryPoint.toEndNameTso-cardinality ; + sh:targetClass eu:BoundaryPoint . + +eq:BoundaryPoint.ConnectivityNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.ConnectivityNode-cardinality" ; + sh:order 214 ; + sh:path eu:BoundaryPoint.ConnectivityNode ; + sh:severity sh:Violation . + +eq:BoundaryPoint.ConnectivityNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ConnectivityNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ConnectivityNode." ; + sh:name "BoundaryPoint.ConnectivityNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path eu:BoundaryPoint.ConnectivityNode ; + sh:severity sh:Violation . + +eq:BoundaryPoint.fromEndIsoCode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fromEndIsoCode)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.fromEndIsoCode-cardinality" ; + sh:order 26 ; + sh:path eu:BoundaryPoint.fromEndIsoCode ; + sh:severity sh:Violation . + +eq:BoundaryPoint.fromEndIsoCode-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the fromEndIsoCode." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.fromEndIsoCode-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path eu:BoundaryPoint.fromEndIsoCode ; + sh:severity sh:Violation . + +eq:BoundaryPoint.fromEndName-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fromEndName)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.fromEndName-cardinality" ; + sh:order 27 ; + sh:path eu:BoundaryPoint.fromEndName ; + sh:severity sh:Violation . + +eq:BoundaryPoint.fromEndName-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the fromEndName." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.fromEndName-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path eu:BoundaryPoint.fromEndName ; + sh:severity sh:Violation . + +eq:BoundaryPoint.fromEndNameTso-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fromEndNameTso)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.fromEndNameTso-cardinality" ; + sh:order 28 ; + sh:path eu:BoundaryPoint.fromEndNameTso ; + sh:severity sh:Violation . + +eq:BoundaryPoint.fromEndNameTso-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the fromEndNameTso." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.fromEndNameTso-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path eu:BoundaryPoint.fromEndNameTso ; + sh:severity sh:Violation . + +eq:BoundaryPoint.isDirectCurrent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "BoundaryPoint.isDirectCurrent-cardinality" ; + sh:order 32 ; + sh:path eu:BoundaryPoint.isDirectCurrent ; + sh:severity sh:Violation . + +eq:BoundaryPoint.isDirectCurrent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the isDirectCurrent." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.isDirectCurrent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path eu:BoundaryPoint.isDirectCurrent ; + sh:severity sh:Violation . + +eq:BoundaryPoint.isExcludedFromAreaInterchange-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "BoundaryPoint.isExcludedFromAreaInterchange-cardinality" ; + sh:order 33 ; + sh:path eu:BoundaryPoint.isExcludedFromAreaInterchange ; + sh:severity sh:Violation . + +eq:BoundaryPoint.isExcludedFromAreaInterchange-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the isExcludedFromAreaInterchange." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.isExcludedFromAreaInterchange-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path eu:BoundaryPoint.isExcludedFromAreaInterchange ; + sh:severity sh:Violation . + +eq:BoundaryPoint.toEndIsoCode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (toEndIsoCode)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.toEndIsoCode-cardinality" ; + sh:order 29 ; + sh:path eu:BoundaryPoint.toEndIsoCode ; + sh:severity sh:Violation . + +eq:BoundaryPoint.toEndIsoCode-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the toEndIsoCode." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.toEndIsoCode-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path eu:BoundaryPoint.toEndIsoCode ; + sh:severity sh:Violation . + +eq:BoundaryPoint.toEndName-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (toEndName)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.toEndName-cardinality" ; + sh:order 30 ; + sh:path eu:BoundaryPoint.toEndName ; + sh:severity sh:Violation . + +eq:BoundaryPoint.toEndName-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the toEndName." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.toEndName-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path eu:BoundaryPoint.toEndName ; + sh:severity sh:Violation . + +eq:BoundaryPoint.toEndNameTso-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (toEndNameTso)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.toEndNameTso-cardinality" ; + sh:order 31 ; + sh:path eu:BoundaryPoint.toEndNameTso ; + sh:severity sh:Violation . + +eq:BoundaryPoint.toEndNameTso-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the toEndNameTso." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.toEndNameTso-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path eu:BoundaryPoint.toEndNameTso ; + sh:severity sh:Violation . + +eq:Breaker rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.name-datatype , eq:Equipment.EquipmentContainer-valueType , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-datatype , eq:Equipment.normallyInService-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Switch.retained-datatype , eq:Switch.retained-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Switch.normalOpen-datatype , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Switch.normalOpen-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Switch.ratedCurrent-datatype , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.description-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:Switch.ratedCurrent-cardinality ; + sh:targetClass cim:Breaker . + +eq:BusNameMarker rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-cardinality , eq:BusNameMarker.ReportingGroup-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-cardinality , eq:BusNameMarker.ReportingGroup-valueType , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-datatype , eq:BusNameMarker.priority-cardinality , eq:IdentifiedObject.name-cardinality , eq:BusNameMarker.priority-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:BusNameMarker . + +eq:BusNameMarker.ReportingGroup-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "BusNameMarker.ReportingGroup-cardinality" ; + sh:order 215 ; + sh:path cim:BusNameMarker.ReportingGroup ; + sh:severity sh:Violation . + +eq:BusNameMarker.ReportingGroup-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ReportingGroup ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ReportingGroup." ; + sh:name "BusNameMarker.ReportingGroup-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path cim:BusNameMarker.ReportingGroup ; + sh:severity sh:Violation . + +eq:BusNameMarker.priority-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "BusNameMarker.priority-cardinality" ; + sh:order 34 ; + sh:path cim:BusNameMarker.priority ; + sh:severity sh:Violation . + +eq:BusNameMarker.priority-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the priority." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BusNameMarker.priority-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path cim:BusNameMarker.priority ; + sh:severity sh:Violation . + +eq:BusbarSection rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.description-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.aggregate-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-datatype , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.name-cardinality ; + sh:targetClass cim:BusbarSection . + +eq:CAESPlant rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype ; + sh:targetClass cim:CAESPlant . + +eq:CardinalityGroup rdf:type sh:PropertyGroup ; + rdfs:label "Cardinality" ; + sh:order 0 . + +eq:Clamp rdf:type sh:NodeShape ; + sh:property eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.name-datatype , eq:Equipment.normallyInService-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:Clamp.lengthFromTerminal1-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Clamp.ACLineSegment-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.description-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-cardinality , eq:Equipment.aggregate-cardinality , eq:Clamp.lengthFromTerminal1-cardinality , eq:Clamp.ACLineSegment-valueType , eq:Equipment.normallyInService-datatype ; + sh:targetClass cim:Clamp . + +eq:Clamp.ACLineSegment-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Clamp.ACLineSegment-cardinality" ; + sh:order 216 ; + sh:path cim:Clamp.ACLineSegment ; + sh:severity sh:Violation . + +eq:Clamp.ACLineSegment-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ACLineSegment ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ACLineSegment." ; + sh:name "Clamp.ACLineSegment-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path cim:Clamp.ACLineSegment ; + sh:severity sh:Violation . + +eq:Clamp.lengthFromTerminal1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Clamp.lengthFromTerminal1-cardinality" ; + sh:order 35 ; + sh:path cim:Clamp.lengthFromTerminal1 ; + sh:severity sh:Violation . + +eq:Clamp.lengthFromTerminal1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lengthFromTerminal1." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Clamp.lengthFromTerminal1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path cim:Clamp.lengthFromTerminal1 ; + sh:severity sh:Violation . + +eq:CogenerationPlant rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:CogenerationPlant . + +eq:CombinedCyclePlant + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.description-cardinality ; + sh:targetClass cim:CombinedCyclePlant . + +eq:ConductingEquipment.BaseVoltage-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ConductingEquipment.BaseVoltage-cardinality" ; + sh:order 218 ; + sh:path cim:ConductingEquipment.BaseVoltage ; + sh:severity sh:Violation . + +eq:ConductingEquipment.BaseVoltage-valueType + rdf:type sh:PropertyShape ; + sh:class cim:BaseVoltage ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:BaseVoltage." ; + sh:name "ConductingEquipment.BaseVoltage-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path cim:ConductingEquipment.BaseVoltage ; + sh:severity sh:Violation . + +eq:Conductor.length-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Conductor.length-cardinality" ; + sh:order 36 ; + sh:path cim:Conductor.length ; + sh:severity sh:Violation . + +eq:Conductor.length-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the length." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Conductor.length-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path cim:Conductor.length ; + sh:severity sh:Violation . + +eq:ConformLoad rdf:type sh:NodeShape ; + sh:property eq:Equipment.aggregate-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.mRID-datatype , eq:ConformLoad.LoadGroup-valueType , eq:Equipment.normallyInService-cardinality , eq:EnergyConsumer.qfixedPct-datatype , eq:EnergyConsumer.LoadResponse-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.name-cardinality , eq:EnergyConsumer.qfixedPct-cardinality , eq:EnergyConsumer.qfixed-datatype , eq:EnergyConsumer.pfixedPct-datatype , eq:EnergyConsumer.pfixedPct-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:EnergyConsumer.pfixed-datatype , eq:EnergyConsumer.pfixed-cardinality , eq:EnergyConsumer.qfixed-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:EnergyConsumer.LoadResponse-valueType , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.shortName-datatype , eq:ConformLoad.LoadGroup-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.description-cardinality ; + sh:targetClass cim:ConformLoad . + +eq:ConformLoad.LoadGroup-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "ConformLoad.LoadGroup-cardinality" ; + sh:order 219 ; + sh:path cim:ConformLoad.LoadGroup ; + sh:severity sh:Violation . + +eq:ConformLoad.LoadGroup-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ConformLoadGroup ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ConformLoadGroup." ; + sh:name "ConformLoad.LoadGroup-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path cim:ConformLoad.LoadGroup ; + sh:severity sh:Violation . + +eq:ConformLoadGroup rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-datatype , eq:LoadGroup.SubLoadArea-valueType , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:LoadGroup.SubLoadArea-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-datatype ; + sh:targetClass cim:ConformLoadGroup . + +eq:ConformLoadSchedule + rdf:type sh:NodeShape ; + sh:property eq:ConformLoadSchedule.ConformLoadGroup-cardinality , eq:ConformLoadSchedule.ConformLoadGroup-valueType , eq:IdentifiedObject.shortName-cardinality , eq:RegularIntervalSchedule.endTime-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-cardinality , eq:BasicIntervalSchedule.startTime-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-datatype , eq:SeasonDayTypeSchedule.DayType-cardinality , eq:IdentifiedObject.shortName-datatype , eq:BasicIntervalSchedule.value1Unit-cardinality , eq:RegularIntervalSchedule.timeStep-datatype , eq:SeasonDayTypeSchedule.Season-cardinality , eq:SeasonDayTypeSchedule.Season-valueType , eq:RegularIntervalSchedule.timeStep-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:BasicIntervalSchedule.value1Unit-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.name-cardinality , eq:BasicIntervalSchedule.value2Unit-datatype , eq:BasicIntervalSchedule.value2Unit-cardinality , eq:BasicIntervalSchedule.startTime-cardinality , eq:RegularIntervalSchedule.endTime-datatype , eq:SeasonDayTypeSchedule.DayType-valueType ; + sh:targetClass cim:ConformLoadSchedule . + +eq:ConformLoadSchedule.ConformLoadGroup-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "ConformLoadSchedule.ConformLoadGroup-cardinality" ; + sh:order 217 ; + sh:path cim:ConformLoadSchedule.ConformLoadGroup ; + sh:severity sh:Violation . + +eq:ConformLoadSchedule.ConformLoadGroup-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ConformLoadGroup ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ConformLoadGroup." ; + sh:name "ConformLoadSchedule.ConformLoadGroup-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path cim:ConformLoadSchedule.ConformLoadGroup ; + sh:severity sh:Violation . + +eq:ConnectivityNode rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-cardinality , eq:ConnectivityNode.ConnectivityNodeContainer-cardinality ; + sh:targetClass cim:ConnectivityNode . + +eq:ConnectivityNode.ConnectivityNodeContainer-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "ConnectivityNode.ConnectivityNodeContainer-cardinality" ; + sh:order 220 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eq:ConnectivityNode.ConnectivityNodeContainer-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:ConnectivityNode.ConnectivityNodeContainerEquivalentNetwork-valueType eq:ConnectivityNode.ConnectivityNodeContainerVoltageLevel-valueType eq:ConnectivityNode.ConnectivityNodeContainerSubstation-valueType eq:ConnectivityNode.ConnectivityNodeContainerLine-valueType eq:ConnectivityNode.ConnectivityNodeContainerDCLine-valueType eq:ConnectivityNode.ConnectivityNodeContainerDCConverterUnit-valueType eq:ConnectivityNode.ConnectivityNodeContainerBay-valueType ) . + +eq:ConnectivityNode.ConnectivityNodeContainerBay-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Bay ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Bay." ; + sh:name "ConnectivityNode.ConnectivityNodeContainerBay-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eq:ConnectivityNode.ConnectivityNodeContainerDCConverterUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCConverterUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCConverterUnit." ; + sh:name "ConnectivityNode.ConnectivityNodeContainerDCConverterUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eq:ConnectivityNode.ConnectivityNodeContainerDCLine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCLine ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCLine." ; + sh:name "ConnectivityNode.ConnectivityNodeContainerDCLine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eq:ConnectivityNode.ConnectivityNodeContainerEquivalentNetwork-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EquivalentNetwork ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EquivalentNetwork." ; + sh:name "ConnectivityNode.ConnectivityNodeContainerEquivalentNetwork-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eq:ConnectivityNode.ConnectivityNodeContainerLine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Line ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Line." ; + sh:name "ConnectivityNode.ConnectivityNodeContainerLine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eq:ConnectivityNode.ConnectivityNodeContainerSubstation-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Substation ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Substation." ; + sh:name "ConnectivityNode.ConnectivityNodeContainerSubstation-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eq:ConnectivityNode.ConnectivityNodeContainerVoltageLevel-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VoltageLevel ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VoltageLevel." ; + sh:name "ConnectivityNode.ConnectivityNodeContainerVoltageLevel-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eq:ControlArea rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-datatype , eq:ControlArea.EnergyArea-cardinality , eq:ControlArea.type-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:ControlArea.type-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.name-cardinality ; + sh:targetClass cim:ControlArea . + +eq:ControlArea.EnergyArea-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "ControlArea.EnergyArea-cardinality" ; + sh:order 221 ; + sh:path cim:ControlArea.EnergyArea ; + sh:severity sh:Violation . + +eq:ControlArea.EnergyArea-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:ControlArea.EnergyAreaSubLoadArea-valueType eq:ControlArea.EnergyAreaLoadArea-valueType ) . + +eq:ControlArea.EnergyAreaLoadArea-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadArea ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadArea." ; + sh:name "ControlArea.EnergyAreaLoadArea-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path cim:ControlArea.EnergyArea ; + sh:severity sh:Violation . + +eq:ControlArea.EnergyAreaSubLoadArea-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SubLoadArea ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SubLoadArea." ; + sh:name "ControlArea.EnergyAreaSubLoadArea-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path cim:ControlArea.EnergyArea ; + sh:severity sh:Violation . + +eq:ControlArea.type-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (type)." ; + sh:minCount 1 ; + sh:name "ControlArea.type-cardinality" ; + sh:order 37 ; + sh:path cim:ControlArea.type ; + sh:severity sh:Violation . + +eq:ControlArea.type-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the type." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:ControlAreaTypeKind.AGC cim:ControlAreaTypeKind.Forecast cim:ControlAreaTypeKind.Interchange ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "ControlArea.type-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path cim:ControlArea.type ; + sh:severity sh:Violation . + +eq:ControlAreaGeneratingUnit + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.name-datatype , eq:ControlAreaGeneratingUnit.GeneratingUnit-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-cardinality ; + sh:targetClass cim:ControlAreaGeneratingUnit . + +eq:ControlAreaGeneratingUnit.GeneratingUnit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "ControlAreaGeneratingUnit.GeneratingUnit-cardinality" ; + sh:order 222 ; + sh:path cim:ControlAreaGeneratingUnit.GeneratingUnit ; + sh:severity sh:Violation . + +eq:ControlAreaGeneratingUnit.GeneratingUnit-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:ControlAreaGeneratingUnit.GeneratingUnitWindGeneratingUnit-valueType eq:ControlAreaGeneratingUnit.GeneratingUnitThermalGeneratingUnit-valueType eq:ControlAreaGeneratingUnit.GeneratingUnitSolarGeneratingUnit-valueType eq:ControlAreaGeneratingUnit.GeneratingUnitNuclearGeneratingUnit-valueType eq:ControlAreaGeneratingUnit.GeneratingUnitHydroGeneratingUnit-valueType eq:ControlAreaGeneratingUnit.GeneratingUnitGeneratingUnit-valueType ) . + +eq:ControlAreaGeneratingUnit.GeneratingUnitGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GeneratingUnit." ; + sh:name "ControlAreaGeneratingUnit.GeneratingUnitGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path cim:ControlAreaGeneratingUnit.GeneratingUnit ; + sh:severity sh:Violation . + +eq:ControlAreaGeneratingUnit.GeneratingUnitHydroGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:HydroGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:HydroGeneratingUnit." ; + sh:name "ControlAreaGeneratingUnit.GeneratingUnitHydroGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path cim:ControlAreaGeneratingUnit.GeneratingUnit ; + sh:severity sh:Violation . + +eq:ControlAreaGeneratingUnit.GeneratingUnitNuclearGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:NuclearGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:NuclearGeneratingUnit." ; + sh:name "ControlAreaGeneratingUnit.GeneratingUnitNuclearGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path cim:ControlAreaGeneratingUnit.GeneratingUnit ; + sh:severity sh:Violation . + +eq:ControlAreaGeneratingUnit.GeneratingUnitSolarGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SolarGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SolarGeneratingUnit." ; + sh:name "ControlAreaGeneratingUnit.GeneratingUnitSolarGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path cim:ControlAreaGeneratingUnit.GeneratingUnit ; + sh:severity sh:Violation . + +eq:ControlAreaGeneratingUnit.GeneratingUnitThermalGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ThermalGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ThermalGeneratingUnit." ; + sh:name "ControlAreaGeneratingUnit.GeneratingUnitThermalGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path cim:ControlAreaGeneratingUnit.GeneratingUnit ; + sh:severity sh:Violation . + +eq:ControlAreaGeneratingUnit.GeneratingUnitWindGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindGeneratingUnit." ; + sh:name "ControlAreaGeneratingUnit.GeneratingUnitWindGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path cim:ControlAreaGeneratingUnit.GeneratingUnit ; + sh:severity sh:Violation . + +eq:CsConverter rdf:type sh:NodeShape ; + sh:property eq:ACDCConverter.PccTerminal-valueType , eq:IdentifiedObject.description-datatype , eq:ACDCConverter.switchingLoss-cardinality , eq:CsConverter.maxAlpha-datatype , eq:ACDCConverter.numberOfValves-cardinality , eq:CsConverter.ratedIdc-datatype , eq:Equipment.aggregate-cardinality , eq:ACDCConverter.minUdc-datatype , eq:ACDCConverter.minP-datatype , eq:CsConverter.maxGamma-datatype , eq:Equipment.aggregate-datatype , eq:ACDCConverter.baseS-cardinality , eq:CsConverter.maxAlpha-cardinality , eq:ACDCConverter.minP-cardinality , eq:IdentifiedObject.description-cardinality , eq:CsConverter.minAlpha-cardinality , eq:CsConverter.maxIdc-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.name-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:ACDCConverter.PccTerminal-cardinality , eq:ACDCConverter.ratedUdc-cardinality , eq:ACDCConverter.numberOfValves-datatype , eq:ACDCConverter.resistiveLoss-datatype , eq:CsConverter.minGamma-datatype , eq:Equipment.EquipmentContainer-valueType , eq:CsConverter.minGamma-cardinality , eq:CsConverter.minIdc-cardinality , eq:Equipment.normallyInService-cardinality , eq:CsConverter.minAlpha-datatype , eq:ACDCConverter.maxP-datatype , eq:CsConverter.ratedIdc-cardinality , eq:ACDCConverter.maxUdc-datatype , eq:ACDCConverter.idleLoss-datatype , eq:ACDCConverter.idleLoss-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:ACDCConverter.baseS-datatype , eq:ACDCConverter.switchingLoss-datatype , eq:ACDCConverter.resistiveLoss-cardinality , eq:CsConverter.maxGamma-cardinality , eq:IdentifiedObject.shortName-datatype , eq:ACDCConverter.ratedUdc-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:ACDCConverter.valveU0-datatype , eq:ACDCConverter.valveU0-cardinality , eq:ACDCConverter.minUdc-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:CsConverter.maxIdc-datatype , eq:ACDCConverter.maxUdc-cardinality , eq:CsConverter.minIdc-datatype , eq:ACDCConverter.maxP-cardinality ; + sh:targetClass cim:CsConverter . + +eq:CsConverter.maxAlpha-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "CsConverter.maxAlpha-cardinality" ; + sh:order 38 ; + sh:path cim:CsConverter.maxAlpha ; + sh:severity sh:Violation . + +eq:CsConverter.maxAlpha-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxAlpha." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.maxAlpha-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path cim:CsConverter.maxAlpha ; + sh:severity sh:Violation . + +eq:CsConverter.maxGamma-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "CsConverter.maxGamma-cardinality" ; + sh:order 39 ; + sh:path cim:CsConverter.maxGamma ; + sh:severity sh:Violation . + +eq:CsConverter.maxGamma-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxGamma." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.maxGamma-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path cim:CsConverter.maxGamma ; + sh:severity sh:Violation . + +eq:CsConverter.maxIdc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "CsConverter.maxIdc-cardinality" ; + sh:order 40 ; + sh:path cim:CsConverter.maxIdc ; + sh:severity sh:Violation . + +eq:CsConverter.maxIdc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxIdc." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.maxIdc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 40 ; + sh:path cim:CsConverter.maxIdc ; + sh:severity sh:Violation . + +eq:CsConverter.minAlpha-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "CsConverter.minAlpha-cardinality" ; + sh:order 41 ; + sh:path cim:CsConverter.minAlpha ; + sh:severity sh:Violation . + +eq:CsConverter.minAlpha-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minAlpha." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.minAlpha-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path cim:CsConverter.minAlpha ; + sh:severity sh:Violation . + +eq:CsConverter.minGamma-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "CsConverter.minGamma-cardinality" ; + sh:order 42 ; + sh:path cim:CsConverter.minGamma ; + sh:severity sh:Violation . + +eq:CsConverter.minGamma-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minGamma." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.minGamma-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 42 ; + sh:path cim:CsConverter.minGamma ; + sh:severity sh:Violation . + +eq:CsConverter.minIdc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "CsConverter.minIdc-cardinality" ; + sh:order 43 ; + sh:path cim:CsConverter.minIdc ; + sh:severity sh:Violation . + +eq:CsConverter.minIdc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minIdc." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.minIdc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path cim:CsConverter.minIdc ; + sh:severity sh:Violation . + +eq:CsConverter.ratedIdc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "CsConverter.ratedIdc-cardinality" ; + sh:order 44 ; + sh:path cim:CsConverter.ratedIdc ; + sh:severity sh:Violation . + +eq:CsConverter.ratedIdc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedIdc." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.ratedIdc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 44 ; + sh:path cim:CsConverter.ratedIdc ; + sh:severity sh:Violation . + +eq:CurrentLimit rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-datatype , eq:OperationalLimit.OperationalLimitType-cardinality , eq:OperationalLimit.OperationalLimitType-valueType , eq:CurrentLimit.normalValue-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:CurrentLimit.normalValue-datatype ; + sh:targetClass cim:CurrentLimit . + +eq:CurrentLimit.normalValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (normalValue)." ; + sh:minCount 1 ; + sh:name "CurrentLimit.normalValue-cardinality" ; + sh:order 45 ; + sh:path cim:CurrentLimit.normalValue ; + sh:severity sh:Violation . + +eq:CurrentLimit.normalValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the normalValue." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CurrentLimit.normalValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 45 ; + sh:path cim:CurrentLimit.normalValue ; + sh:severity sh:Violation . + +eq:CurrentTransformer + rdf:type sh:NodeShape ; + sh:property eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-datatype , eq:Equipment.normallyInService-cardinality , eq:Equipment.aggregate-cardinality , eq:Equipment.aggregate-datatype , eq:AuxiliaryEquipment.Terminal-valueType , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-cardinality , eq:AuxiliaryEquipment.Terminal-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.name-cardinality ; + sh:targetClass cim:CurrentTransformer . + +eq:Curve.curveStyle-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (curveStyle)." ; + sh:minCount 1 ; + sh:name "Curve.curveStyle-cardinality" ; + sh:order 46 ; + sh:path cim:Curve.curveStyle ; + sh:severity sh:Violation . + +eq:Curve.curveStyle-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the curveStyle." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:CurveStyle.constantYValue cim:CurveStyle.straightLineYValues ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Curve.curveStyle-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 46 ; + sh:path cim:Curve.curveStyle ; + sh:severity sh:Violation . + +eq:Curve.xUnit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xUnit)." ; + sh:minCount 1 ; + sh:name "Curve.xUnit-cardinality" ; + sh:order 47 ; + sh:path cim:Curve.xUnit ; + sh:severity sh:Violation . + +eq:Curve.xUnit-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the xUnit." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:UnitSymbol.none cim:UnitSymbol.m cim:UnitSymbol.kg cim:UnitSymbol.s cim:UnitSymbol.A cim:UnitSymbol.K cim:UnitSymbol.mol cim:UnitSymbol.cd cim:UnitSymbol.deg cim:UnitSymbol.rad cim:UnitSymbol.sr cim:UnitSymbol.Gy cim:UnitSymbol.Bq cim:UnitSymbol.degC cim:UnitSymbol.Sv cim:UnitSymbol.F cim:UnitSymbol.C cim:UnitSymbol.S cim:UnitSymbol.H cim:UnitSymbol.V cim:UnitSymbol.ohm cim:UnitSymbol.J cim:UnitSymbol.N cim:UnitSymbol.Hz cim:UnitSymbol.lx cim:UnitSymbol.lm cim:UnitSymbol.Wb cim:UnitSymbol.T cim:UnitSymbol.W cim:UnitSymbol.Pa cim:UnitSymbol.m2 cim:UnitSymbol.m3 cim:UnitSymbol.mPers cim:UnitSymbol.mPers2 cim:UnitSymbol.m3Pers cim:UnitSymbol.mPerm3 cim:UnitSymbol.kgm cim:UnitSymbol.kgPerm3 cim:UnitSymbol.m2Pers cim:UnitSymbol.WPermK cim:UnitSymbol.JPerK cim:UnitSymbol.ppm cim:UnitSymbol.rotPers cim:UnitSymbol.radPers cim:UnitSymbol.WPerm2 cim:UnitSymbol.JPerm2 cim:UnitSymbol.SPerm cim:UnitSymbol.KPers cim:UnitSymbol.PaPers cim:UnitSymbol.JPerkgK cim:UnitSymbol.VA cim:UnitSymbol.VAr cim:UnitSymbol.cosPhi cim:UnitSymbol.Vs cim:UnitSymbol.V2 cim:UnitSymbol.As cim:UnitSymbol.A2 cim:UnitSymbol.A2s cim:UnitSymbol.VAh cim:UnitSymbol.Wh cim:UnitSymbol.VArh cim:UnitSymbol.VPerHz cim:UnitSymbol.HzPers cim:UnitSymbol.character cim:UnitSymbol.charPers cim:UnitSymbol.kgm2 cim:UnitSymbol.dB cim:UnitSymbol.WPers cim:UnitSymbol.lPers cim:UnitSymbol.dBm cim:UnitSymbol.h cim:UnitSymbol.min cim:UnitSymbol.Q cim:UnitSymbol.Qh cim:UnitSymbol.ohmm cim:UnitSymbol.APerm cim:UnitSymbol.V2h cim:UnitSymbol.A2h cim:UnitSymbol.Ah cim:UnitSymbol.count cim:UnitSymbol.ft3 cim:UnitSymbol.m3Perh cim:UnitSymbol.gal cim:UnitSymbol.Btu cim:UnitSymbol.l cim:UnitSymbol.lPerh cim:UnitSymbol.lPerl cim:UnitSymbol.gPerg cim:UnitSymbol.molPerm3 cim:UnitSymbol.molPermol cim:UnitSymbol.molPerkg cim:UnitSymbol.sPers cim:UnitSymbol.HzPerHz cim:UnitSymbol.VPerV cim:UnitSymbol.APerA cim:UnitSymbol.VPerVA cim:UnitSymbol.rev cim:UnitSymbol.kat cim:UnitSymbol.JPerkg cim:UnitSymbol.m3Uncompensated cim:UnitSymbol.m3Compensated cim:UnitSymbol.WPerW cim:UnitSymbol.therm cim:UnitSymbol.onePerm cim:UnitSymbol.m3Perkg cim:UnitSymbol.Pas cim:UnitSymbol.Nm cim:UnitSymbol.NPerm cim:UnitSymbol.radPers2 cim:UnitSymbol.JPerm3 cim:UnitSymbol.VPerm cim:UnitSymbol.CPerm3 cim:UnitSymbol.CPerm2 cim:UnitSymbol.FPerm cim:UnitSymbol.HPerm cim:UnitSymbol.JPermol cim:UnitSymbol.JPermolK cim:UnitSymbol.CPerkg cim:UnitSymbol.GyPers cim:UnitSymbol.WPersr cim:UnitSymbol.WPerm2sr cim:UnitSymbol.katPerm3 cim:UnitSymbol.d cim:UnitSymbol.anglemin cim:UnitSymbol.anglesec cim:UnitSymbol.ha cim:UnitSymbol.tonne cim:UnitSymbol.bar cim:UnitSymbol.mmHg cim:UnitSymbol.M cim:UnitSymbol.kn cim:UnitSymbol.Mx cim:UnitSymbol.G cim:UnitSymbol.Oe cim:UnitSymbol.Vh cim:UnitSymbol.WPerA cim:UnitSymbol.onePerHz cim:UnitSymbol.VPerVAr cim:UnitSymbol.ohmPerm cim:UnitSymbol.kgPerJ cim:UnitSymbol.JPers ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Curve.xUnit-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 47 ; + sh:path cim:Curve.xUnit ; + sh:severity sh:Violation . + +eq:Curve.y1Unit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (y1Unit)." ; + sh:minCount 1 ; + sh:name "Curve.y1Unit-cardinality" ; + sh:order 48 ; + sh:path cim:Curve.y1Unit ; + sh:severity sh:Violation . + +eq:Curve.y1Unit-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the y1Unit." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:UnitSymbol.none cim:UnitSymbol.m cim:UnitSymbol.kg cim:UnitSymbol.s cim:UnitSymbol.A cim:UnitSymbol.K cim:UnitSymbol.mol cim:UnitSymbol.cd cim:UnitSymbol.deg cim:UnitSymbol.rad cim:UnitSymbol.sr cim:UnitSymbol.Gy cim:UnitSymbol.Bq cim:UnitSymbol.degC cim:UnitSymbol.Sv cim:UnitSymbol.F cim:UnitSymbol.C cim:UnitSymbol.S cim:UnitSymbol.H cim:UnitSymbol.V cim:UnitSymbol.ohm cim:UnitSymbol.J cim:UnitSymbol.N cim:UnitSymbol.Hz cim:UnitSymbol.lx cim:UnitSymbol.lm cim:UnitSymbol.Wb cim:UnitSymbol.T cim:UnitSymbol.W cim:UnitSymbol.Pa cim:UnitSymbol.m2 cim:UnitSymbol.m3 cim:UnitSymbol.mPers cim:UnitSymbol.mPers2 cim:UnitSymbol.m3Pers cim:UnitSymbol.mPerm3 cim:UnitSymbol.kgm cim:UnitSymbol.kgPerm3 cim:UnitSymbol.m2Pers cim:UnitSymbol.WPermK cim:UnitSymbol.JPerK cim:UnitSymbol.ppm cim:UnitSymbol.rotPers cim:UnitSymbol.radPers cim:UnitSymbol.WPerm2 cim:UnitSymbol.JPerm2 cim:UnitSymbol.SPerm cim:UnitSymbol.KPers cim:UnitSymbol.PaPers cim:UnitSymbol.JPerkgK cim:UnitSymbol.VA cim:UnitSymbol.VAr cim:UnitSymbol.cosPhi cim:UnitSymbol.Vs cim:UnitSymbol.V2 cim:UnitSymbol.As cim:UnitSymbol.A2 cim:UnitSymbol.A2s cim:UnitSymbol.VAh cim:UnitSymbol.Wh cim:UnitSymbol.VArh cim:UnitSymbol.VPerHz cim:UnitSymbol.HzPers cim:UnitSymbol.character cim:UnitSymbol.charPers cim:UnitSymbol.kgm2 cim:UnitSymbol.dB cim:UnitSymbol.WPers cim:UnitSymbol.lPers cim:UnitSymbol.dBm cim:UnitSymbol.h cim:UnitSymbol.min cim:UnitSymbol.Q cim:UnitSymbol.Qh cim:UnitSymbol.ohmm cim:UnitSymbol.APerm cim:UnitSymbol.V2h cim:UnitSymbol.A2h cim:UnitSymbol.Ah cim:UnitSymbol.count cim:UnitSymbol.ft3 cim:UnitSymbol.m3Perh cim:UnitSymbol.gal cim:UnitSymbol.Btu cim:UnitSymbol.l cim:UnitSymbol.lPerh cim:UnitSymbol.lPerl cim:UnitSymbol.gPerg cim:UnitSymbol.molPerm3 cim:UnitSymbol.molPermol cim:UnitSymbol.molPerkg cim:UnitSymbol.sPers cim:UnitSymbol.HzPerHz cim:UnitSymbol.VPerV cim:UnitSymbol.APerA cim:UnitSymbol.VPerVA cim:UnitSymbol.rev cim:UnitSymbol.kat cim:UnitSymbol.JPerkg cim:UnitSymbol.m3Uncompensated cim:UnitSymbol.m3Compensated cim:UnitSymbol.WPerW cim:UnitSymbol.therm cim:UnitSymbol.onePerm cim:UnitSymbol.m3Perkg cim:UnitSymbol.Pas cim:UnitSymbol.Nm cim:UnitSymbol.NPerm cim:UnitSymbol.radPers2 cim:UnitSymbol.JPerm3 cim:UnitSymbol.VPerm cim:UnitSymbol.CPerm3 cim:UnitSymbol.CPerm2 cim:UnitSymbol.FPerm cim:UnitSymbol.HPerm cim:UnitSymbol.JPermol cim:UnitSymbol.JPermolK cim:UnitSymbol.CPerkg cim:UnitSymbol.GyPers cim:UnitSymbol.WPersr cim:UnitSymbol.WPerm2sr cim:UnitSymbol.katPerm3 cim:UnitSymbol.d cim:UnitSymbol.anglemin cim:UnitSymbol.anglesec cim:UnitSymbol.ha cim:UnitSymbol.tonne cim:UnitSymbol.bar cim:UnitSymbol.mmHg cim:UnitSymbol.M cim:UnitSymbol.kn cim:UnitSymbol.Mx cim:UnitSymbol.G cim:UnitSymbol.Oe cim:UnitSymbol.Vh cim:UnitSymbol.WPerA cim:UnitSymbol.onePerHz cim:UnitSymbol.VPerVAr cim:UnitSymbol.ohmPerm cim:UnitSymbol.kgPerJ cim:UnitSymbol.JPers ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Curve.y1Unit-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 48 ; + sh:path cim:Curve.y1Unit ; + sh:severity sh:Violation . + +eq:Curve.y2Unit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Curve.y2Unit-cardinality" ; + sh:order 49 ; + sh:path cim:Curve.y2Unit ; + sh:severity sh:Violation . + +eq:Curve.y2Unit-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the y2Unit." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:UnitSymbol.none cim:UnitSymbol.m cim:UnitSymbol.kg cim:UnitSymbol.s cim:UnitSymbol.A cim:UnitSymbol.K cim:UnitSymbol.mol cim:UnitSymbol.cd cim:UnitSymbol.deg cim:UnitSymbol.rad cim:UnitSymbol.sr cim:UnitSymbol.Gy cim:UnitSymbol.Bq cim:UnitSymbol.degC cim:UnitSymbol.Sv cim:UnitSymbol.F cim:UnitSymbol.C cim:UnitSymbol.S cim:UnitSymbol.H cim:UnitSymbol.V cim:UnitSymbol.ohm cim:UnitSymbol.J cim:UnitSymbol.N cim:UnitSymbol.Hz cim:UnitSymbol.lx cim:UnitSymbol.lm cim:UnitSymbol.Wb cim:UnitSymbol.T cim:UnitSymbol.W cim:UnitSymbol.Pa cim:UnitSymbol.m2 cim:UnitSymbol.m3 cim:UnitSymbol.mPers cim:UnitSymbol.mPers2 cim:UnitSymbol.m3Pers cim:UnitSymbol.mPerm3 cim:UnitSymbol.kgm cim:UnitSymbol.kgPerm3 cim:UnitSymbol.m2Pers cim:UnitSymbol.WPermK cim:UnitSymbol.JPerK cim:UnitSymbol.ppm cim:UnitSymbol.rotPers cim:UnitSymbol.radPers cim:UnitSymbol.WPerm2 cim:UnitSymbol.JPerm2 cim:UnitSymbol.SPerm cim:UnitSymbol.KPers cim:UnitSymbol.PaPers cim:UnitSymbol.JPerkgK cim:UnitSymbol.VA cim:UnitSymbol.VAr cim:UnitSymbol.cosPhi cim:UnitSymbol.Vs cim:UnitSymbol.V2 cim:UnitSymbol.As cim:UnitSymbol.A2 cim:UnitSymbol.A2s cim:UnitSymbol.VAh cim:UnitSymbol.Wh cim:UnitSymbol.VArh cim:UnitSymbol.VPerHz cim:UnitSymbol.HzPers cim:UnitSymbol.character cim:UnitSymbol.charPers cim:UnitSymbol.kgm2 cim:UnitSymbol.dB cim:UnitSymbol.WPers cim:UnitSymbol.lPers cim:UnitSymbol.dBm cim:UnitSymbol.h cim:UnitSymbol.min cim:UnitSymbol.Q cim:UnitSymbol.Qh cim:UnitSymbol.ohmm cim:UnitSymbol.APerm cim:UnitSymbol.V2h cim:UnitSymbol.A2h cim:UnitSymbol.Ah cim:UnitSymbol.count cim:UnitSymbol.ft3 cim:UnitSymbol.m3Perh cim:UnitSymbol.gal cim:UnitSymbol.Btu cim:UnitSymbol.l cim:UnitSymbol.lPerh cim:UnitSymbol.lPerl cim:UnitSymbol.gPerg cim:UnitSymbol.molPerm3 cim:UnitSymbol.molPermol cim:UnitSymbol.molPerkg cim:UnitSymbol.sPers cim:UnitSymbol.HzPerHz cim:UnitSymbol.VPerV cim:UnitSymbol.APerA cim:UnitSymbol.VPerVA cim:UnitSymbol.rev cim:UnitSymbol.kat cim:UnitSymbol.JPerkg cim:UnitSymbol.m3Uncompensated cim:UnitSymbol.m3Compensated cim:UnitSymbol.WPerW cim:UnitSymbol.therm cim:UnitSymbol.onePerm cim:UnitSymbol.m3Perkg cim:UnitSymbol.Pas cim:UnitSymbol.Nm cim:UnitSymbol.NPerm cim:UnitSymbol.radPers2 cim:UnitSymbol.JPerm3 cim:UnitSymbol.VPerm cim:UnitSymbol.CPerm3 cim:UnitSymbol.CPerm2 cim:UnitSymbol.FPerm cim:UnitSymbol.HPerm cim:UnitSymbol.JPermol cim:UnitSymbol.JPermolK cim:UnitSymbol.CPerkg cim:UnitSymbol.GyPers cim:UnitSymbol.WPersr cim:UnitSymbol.WPerm2sr cim:UnitSymbol.katPerm3 cim:UnitSymbol.d cim:UnitSymbol.anglemin cim:UnitSymbol.anglesec cim:UnitSymbol.ha cim:UnitSymbol.tonne cim:UnitSymbol.bar cim:UnitSymbol.mmHg cim:UnitSymbol.M cim:UnitSymbol.kn cim:UnitSymbol.Mx cim:UnitSymbol.G cim:UnitSymbol.Oe cim:UnitSymbol.Vh cim:UnitSymbol.WPerA cim:UnitSymbol.onePerHz cim:UnitSymbol.VPerVAr cim:UnitSymbol.ohmPerm cim:UnitSymbol.kgPerJ cim:UnitSymbol.JPers ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Curve.y2Unit-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 49 ; + sh:path cim:Curve.y2Unit ; + sh:severity sh:Violation . + +eq:CurveData rdf:type sh:NodeShape ; + sh:property eq:CurveData.Curve-cardinality , eq:CurveData.y2value-datatype , eq:CurveData.y2value-cardinality , eq:CurveData.y1value-datatype , eq:CurveData.y1value-cardinality , eq:CurveData.xvalue-datatype , eq:CurveData.xvalue-cardinality ; + sh:targetClass cim:CurveData . + +eq:CurveData.Curve-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "CurveData.Curve-cardinality" ; + sh:order 223 ; + sh:path cim:CurveData.Curve ; + sh:severity sh:Violation . + +eq:CurveData.Curve-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:CurveData.CurveVsCapabilityCurve-valueType eq:CurveData.CurveReactiveCapabilityCurve-valueType eq:CurveData.CurveGrossToNetActivePowerCurve-valueType ) . + +eq:CurveData.CurveGrossToNetActivePowerCurve-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GrossToNetActivePowerCurve ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GrossToNetActivePowerCurve." ; + sh:name "CurveData.CurveGrossToNetActivePowerCurve-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 29 ; + sh:path cim:CurveData.Curve ; + sh:severity sh:Violation . + +eq:CurveData.CurveReactiveCapabilityCurve-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ReactiveCapabilityCurve ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ReactiveCapabilityCurve." ; + sh:name "CurveData.CurveReactiveCapabilityCurve-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path cim:CurveData.Curve ; + sh:severity sh:Violation . + +eq:CurveData.CurveVsCapabilityCurve-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VsCapabilityCurve ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VsCapabilityCurve." ; + sh:name "CurveData.CurveVsCapabilityCurve-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path cim:CurveData.Curve ; + sh:severity sh:Violation . + +eq:CurveData.xvalue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xvalue)." ; + sh:minCount 1 ; + sh:name "CurveData.xvalue-cardinality" ; + sh:order 50 ; + sh:path cim:CurveData.xvalue ; + sh:severity sh:Violation . + +eq:CurveData.xvalue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xvalue." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CurveData.xvalue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 50 ; + sh:path cim:CurveData.xvalue ; + sh:severity sh:Violation . + +eq:CurveData.y1value-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (y1value)." ; + sh:minCount 1 ; + sh:name "CurveData.y1value-cardinality" ; + sh:order 51 ; + sh:path cim:CurveData.y1value ; + sh:severity sh:Violation . + +eq:CurveData.y1value-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the y1value." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CurveData.y1value-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 51 ; + sh:path cim:CurveData.y1value ; + sh:severity sh:Violation . + +eq:CurveData.y2value-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "CurveData.y2value-cardinality" ; + sh:order 52 ; + sh:path cim:CurveData.y2value ; + sh:severity sh:Violation . + +eq:CurveData.y2value-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the y2value." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CurveData.y2value-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 52 ; + sh:path cim:CurveData.y2value ; + sh:severity sh:Violation . + +eq:Cut rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-cardinality , eq:Equipment.normallyInService-cardinality , eq:Switch.retained-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.aggregate-datatype , eq:Cut.ACLineSegment-valueType , eq:Switch.retained-cardinality , eq:Cut.lengthFromTerminal1-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Equipment.normallyInService-datatype , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.name-datatype , eq:Switch.normalOpen-cardinality , eq:Cut.lengthFromTerminal1-datatype , eq:Switch.ratedCurrent-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Cut.ACLineSegment-cardinality , eq:IdentifiedObject.name-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Switch.normalOpen-datatype , eq:Switch.ratedCurrent-cardinality , eq:Equipment.EquipmentContainer-cardinality ; + sh:targetClass cim:Cut . + +eq:Cut.ACLineSegment-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Cut.ACLineSegment-cardinality" ; + sh:order 224 ; + sh:path cim:Cut.ACLineSegment ; + sh:severity sh:Violation . + +eq:Cut.ACLineSegment-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ACLineSegment ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ACLineSegment." ; + sh:name "Cut.ACLineSegment-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path cim:Cut.ACLineSegment ; + sh:severity sh:Violation . + +eq:Cut.lengthFromTerminal1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Cut.lengthFromTerminal1-cardinality" ; + sh:order 53 ; + sh:path cim:Cut.lengthFromTerminal1 ; + sh:severity sh:Violation . + +eq:Cut.lengthFromTerminal1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lengthFromTerminal1." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Cut.lengthFromTerminal1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 53 ; + sh:path cim:Cut.lengthFromTerminal1 ; + sh:severity sh:Violation . + +eq:DCBaseTerminal.DCNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DCBaseTerminal.DCNode-cardinality" ; + sh:order 225 ; + sh:path cim:DCBaseTerminal.DCNode ; + sh:severity sh:Violation . + +eq:DCBaseTerminal.DCNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCNode." ; + sh:name "DCBaseTerminal.DCNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path cim:DCBaseTerminal.DCNode ; + sh:severity sh:Violation . + +eq:DCBreaker rdf:type sh:NodeShape ; + sh:property eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:DCConductingEquipment.ratedUdc-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.name-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.shortName-datatype , eq:DCConductingEquipment.ratedUdc-cardinality , eq:Equipment.aggregate-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:DCBreaker . + +eq:DCBusbar rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-datatype , eq:Equipment.normallyInService-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.normallyInService-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.name-datatype , eq:DCConductingEquipment.ratedUdc-cardinality , eq:IdentifiedObject.name-cardinality , eq:DCConductingEquipment.ratedUdc-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.shortName-cardinality ; + sh:targetClass cim:DCBusbar . + +eq:DCChopper rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-datatype , eq:DCConductingEquipment.ratedUdc-datatype , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Equipment.EquipmentContainer-valueType , eq:Equipment.normallyInService-cardinality , eq:DCConductingEquipment.ratedUdc-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.normallyInService-datatype , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.name-cardinality ; + sh:targetClass cim:DCChopper . + +eq:DCConductingEquipment.ratedUdc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ratedUdc)." ; + sh:minCount 1 ; + sh:name "DCConductingEquipment.ratedUdc-cardinality" ; + sh:order 54 ; + sh:path cim:DCConductingEquipment.ratedUdc ; + sh:severity sh:Violation . + +eq:DCConductingEquipment.ratedUdc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedUdc." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DCConductingEquipment.ratedUdc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 54 ; + sh:path cim:DCConductingEquipment.ratedUdc ; + sh:severity sh:Violation . + +eq:DCConverterUnit rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-cardinality , eq:DCConverterUnit.operationMode-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:DCConverterUnit.operationMode-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-cardinality ; + sh:targetClass cim:DCConverterUnit . + +eq:DCConverterUnit.operationMode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (operationMode)." ; + sh:minCount 1 ; + sh:name "DCConverterUnit.operationMode-cardinality" ; + sh:order 55 ; + sh:path cim:DCConverterUnit.operationMode ; + sh:severity sh:Violation . + +eq:DCConverterUnit.operationMode-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the operationMode." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:DCConverterOperatingModeKind.bipolar cim:DCConverterOperatingModeKind.monopolarMetallicReturn cim:DCConverterOperatingModeKind.monopolarGroundReturn ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "DCConverterUnit.operationMode-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 55 ; + sh:path cim:DCConverterUnit.operationMode ; + sh:severity sh:Violation . + +eq:DCDisconnector rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-datatype , eq:Equipment.aggregate-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.description-cardinality , eq:Equipment.aggregate-datatype , eq:DCConductingEquipment.ratedUdc-datatype , eq:DCConductingEquipment.ratedUdc-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-datatype , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.mRID-datatype , eq:Equipment.normallyInService-datatype ; + sh:targetClass cim:DCDisconnector . + +eq:DCGround rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:DCGround.inductance-cardinality , eq:Equipment.normallyInService-cardinality , eq:DCGround.inductance-datatype , eq:Equipment.aggregate-cardinality , eq:DCConductingEquipment.ratedUdc-cardinality , eq:DCGround.r-cardinality , eq:IdentifiedObject.name-datatype , eq:DCConductingEquipment.ratedUdc-datatype , eq:DCGround.r-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.description-datatype , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:DCGround . + +eq:DCGround.inductance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DCGround.inductance-cardinality" ; + sh:order 56 ; + sh:path cim:DCGround.inductance ; + sh:severity sh:Violation . + +eq:DCGround.inductance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the inductance." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DCGround.inductance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 56 ; + sh:path cim:DCGround.inductance ; + sh:severity sh:Violation . + +eq:DCGround.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DCGround.r-cardinality" ; + sh:order 57 ; + sh:path cim:DCGround.r ; + sh:severity sh:Violation . + +eq:DCGround.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DCGround.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 57 ; + sh:path cim:DCGround.r ; + sh:severity sh:Violation . + +eq:DCLine rdf:type sh:NodeShape ; + sh:property eq:DCLine.Region-valueType , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:DCLine.Region-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:DCLine . + +eq:DCLine.Region-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DCLine.Region-cardinality" ; + sh:order 226 ; + sh:path cim:DCLine.Region ; + sh:severity sh:Violation . + +eq:DCLine.Region-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SubGeographicalRegion ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SubGeographicalRegion." ; + sh:name "DCLine.Region-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path cim:DCLine.Region ; + sh:severity sh:Violation . + +eq:DCLineSegment rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-datatype , eq:DCLineSegment.capacitance-datatype , eq:Equipment.aggregate-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.name-cardinality , eq:DCLineSegment.length-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.description-cardinality , eq:DCLineSegment.resistance-datatype , eq:Equipment.EquipmentContainer-valueType , eq:DCLineSegment.length-datatype , eq:DCLineSegment.inductance-datatype , eq:IdentifiedObject.mRID-cardinality , eq:DCLineSegment.capacitance-cardinality , eq:Equipment.normallyInService-datatype , eq:DCLineSegment.resistance-cardinality , eq:IdentifiedObject.mRID-datatype , eq:DCConductingEquipment.ratedUdc-datatype , eq:DCConductingEquipment.ratedUdc-cardinality , eq:DCLineSegment.inductance-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality ; + sh:targetClass cim:DCLineSegment . + +eq:DCLineSegment.capacitance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (capacitance)." ; + sh:minCount 1 ; + sh:name "DCLineSegment.capacitance-cardinality" ; + sh:order 58 ; + sh:path cim:DCLineSegment.capacitance ; + sh:severity sh:Violation . + +eq:DCLineSegment.capacitance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the capacitance." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DCLineSegment.capacitance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 58 ; + sh:path cim:DCLineSegment.capacitance ; + sh:severity sh:Violation . + +eq:DCLineSegment.inductance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inductance)." ; + sh:minCount 1 ; + sh:name "DCLineSegment.inductance-cardinality" ; + sh:order 59 ; + sh:path cim:DCLineSegment.inductance ; + sh:severity sh:Violation . + +eq:DCLineSegment.inductance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the inductance." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DCLineSegment.inductance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 59 ; + sh:path cim:DCLineSegment.inductance ; + sh:severity sh:Violation . + +eq:DCLineSegment.length-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "DCLineSegment.length-cardinality" ; + sh:order 61 ; + sh:path cim:DCLineSegment.length ; + sh:severity sh:Violation . + +eq:DCLineSegment.length-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the length." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DCLineSegment.length-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 61 ; + sh:path cim:DCLineSegment.length ; + sh:severity sh:Violation . + +eq:DCLineSegment.resistance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (resistance)." ; + sh:minCount 1 ; + sh:name "DCLineSegment.resistance-cardinality" ; + sh:order 60 ; + sh:path cim:DCLineSegment.resistance ; + sh:severity sh:Violation . + +eq:DCLineSegment.resistance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the resistance." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DCLineSegment.resistance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 60 ; + sh:path cim:DCLineSegment.resistance ; + sh:severity sh:Violation . + +eq:DCNode rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.name-cardinality , eq:DCNode.DCEquipmentContainer-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-cardinality ; + sh:targetClass cim:DCNode . + +eq:DCNode.DCEquipmentContainer-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "DCNode.DCEquipmentContainer-cardinality" ; + sh:order 227 ; + sh:path cim:DCNode.DCEquipmentContainer ; + sh:severity sh:Violation . + +eq:DCNode.DCEquipmentContainer-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:DCNode.DCEquipmentContainerDCLine-valueType eq:DCNode.DCEquipmentContainerDCConverterUnit-valueType ) . + +eq:DCNode.DCEquipmentContainerDCConverterUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCConverterUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCConverterUnit." ; + sh:name "DCNode.DCEquipmentContainerDCConverterUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path cim:DCNode.DCEquipmentContainer ; + sh:severity sh:Violation . + +eq:DCNode.DCEquipmentContainerDCLine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCLine ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCLine." ; + sh:name "DCNode.DCEquipmentContainerDCLine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 33 ; + sh:path cim:DCNode.DCEquipmentContainer ; + sh:severity sh:Violation . + +eq:DCSeriesDevice rdf:type sh:NodeShape ; + sh:property eq:DCSeriesDevice.resistance-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Equipment.normallyInService-cardinality , eq:Equipment.normallyInService-datatype , eq:DCSeriesDevice.inductance-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:DCConductingEquipment.ratedUdc-cardinality , eq:DCSeriesDevice.resistance-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.name-cardinality , eq:DCConductingEquipment.ratedUdc-datatype , eq:Equipment.aggregate-datatype , eq:DCSeriesDevice.inductance-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-datatype ; + sh:targetClass cim:DCSeriesDevice . + +eq:DCSeriesDevice.inductance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inductance)." ; + sh:minCount 1 ; + sh:name "DCSeriesDevice.inductance-cardinality" ; + sh:order 62 ; + sh:path cim:DCSeriesDevice.inductance ; + sh:severity sh:Violation . + +eq:DCSeriesDevice.inductance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the inductance." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DCSeriesDevice.inductance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 62 ; + sh:path cim:DCSeriesDevice.inductance ; + sh:severity sh:Violation . + +eq:DCSeriesDevice.resistance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (resistance)." ; + sh:minCount 1 ; + sh:name "DCSeriesDevice.resistance-cardinality" ; + sh:order 63 ; + sh:path cim:DCSeriesDevice.resistance ; + sh:severity sh:Violation . + +eq:DCSeriesDevice.resistance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the resistance." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DCSeriesDevice.resistance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 63 ; + sh:path cim:DCSeriesDevice.resistance ; + sh:severity sh:Violation . + +eq:DCShunt rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.name-datatype , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.aggregate-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:DCShunt.resistance-cardinality , eq:IdentifiedObject.description-datatype , eq:Equipment.normallyInService-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:DCConductingEquipment.ratedUdc-datatype , eq:IdentifiedObject.shortName-datatype , eq:DCConductingEquipment.ratedUdc-cardinality , eq:DCShunt.resistance-datatype , eq:DCShunt.capacitance-datatype , eq:DCShunt.capacitance-cardinality ; + sh:targetClass cim:DCShunt . + +eq:DCShunt.capacitance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (capacitance)." ; + sh:minCount 1 ; + sh:name "DCShunt.capacitance-cardinality" ; + sh:order 64 ; + sh:path cim:DCShunt.capacitance ; + sh:severity sh:Violation . + +eq:DCShunt.capacitance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the capacitance." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DCShunt.capacitance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 64 ; + sh:path cim:DCShunt.capacitance ; + sh:severity sh:Violation . + +eq:DCShunt.resistance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (resistance)." ; + sh:minCount 1 ; + sh:name "DCShunt.resistance-cardinality" ; + sh:order 65 ; + sh:path cim:DCShunt.resistance ; + sh:severity sh:Violation . + +eq:DCShunt.resistance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the resistance." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "DCShunt.resistance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 65 ; + sh:path cim:DCShunt.resistance ; + sh:severity sh:Violation . + +eq:DCSwitch rdf:type sh:NodeShape ; + sh:property eq:Equipment.normallyInService-cardinality , eq:DCConductingEquipment.ratedUdc-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:DCConductingEquipment.ratedUdc-datatype , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.description-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:DCSwitch . + +eq:DCTerminal rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.name-datatype , eq:ACDCTerminal.BusNameMarker-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:DCTerminal.DCConductingEquipment-cardinality , eq:DCBaseTerminal.DCNode-valueType , eq:IdentifiedObject.mRID-datatype , eq:ACDCTerminal.BusNameMarker-valueType , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-cardinality , eq:ACDCTerminal.sequenceNumber-cardinality , eq:DCBaseTerminal.DCNode-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:ACDCTerminal.sequenceNumber-datatype ; + sh:targetClass cim:DCTerminal . + +eq:DCTerminal.DCConductingEquipment-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "DCTerminal.DCConductingEquipment-cardinality" ; + sh:order 229 ; + sh:path cim:DCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:DCTerminal.DCConductingEquipment-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:DCTerminal.DCConductingEquipmentDCSwitch-valueType eq:DCTerminal.DCConductingEquipmentDCDisconnector-valueType eq:DCTerminal.DCConductingEquipmentDCBreaker-valueType eq:DCTerminal.DCConductingEquipmentDCShunt-valueType eq:DCTerminal.DCConductingEquipmentDCSeriesDevice-valueType eq:DCTerminal.DCConductingEquipmentDCLineSegment-valueType eq:DCTerminal.DCConductingEquipmentDCGround-valueType eq:DCTerminal.DCConductingEquipmentDCChopper-valueType eq:DCTerminal.DCConductingEquipmentDCBusbar-valueType ) . + +eq:DCTerminal.DCConductingEquipmentDCBreaker-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCBreaker ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCBreaker." ; + sh:name "DCTerminal.DCConductingEquipmentDCBreaker-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path cim:DCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:DCTerminal.DCConductingEquipmentDCBusbar-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCBusbar ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCBusbar." ; + sh:name "DCTerminal.DCConductingEquipmentDCBusbar-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 45 ; + sh:path cim:DCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:DCTerminal.DCConductingEquipmentDCChopper-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCChopper ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCChopper." ; + sh:name "DCTerminal.DCConductingEquipmentDCChopper-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 44 ; + sh:path cim:DCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:DCTerminal.DCConductingEquipmentDCDisconnector-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCDisconnector ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCDisconnector." ; + sh:name "DCTerminal.DCConductingEquipmentDCDisconnector-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 38 ; + sh:path cim:DCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:DCTerminal.DCConductingEquipmentDCGround-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCGround ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCGround." ; + sh:name "DCTerminal.DCConductingEquipmentDCGround-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 43 ; + sh:path cim:DCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:DCTerminal.DCConductingEquipmentDCLineSegment-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCLineSegment ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCLineSegment." ; + sh:name "DCTerminal.DCConductingEquipmentDCLineSegment-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 42 ; + sh:path cim:DCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:DCTerminal.DCConductingEquipmentDCSeriesDevice-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCSeriesDevice ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCSeriesDevice." ; + sh:name "DCTerminal.DCConductingEquipmentDCSeriesDevice-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 41 ; + sh:path cim:DCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:DCTerminal.DCConductingEquipmentDCShunt-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCShunt ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCShunt." ; + sh:name "DCTerminal.DCConductingEquipmentDCShunt-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 40 ; + sh:path cim:DCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:DCTerminal.DCConductingEquipmentDCSwitch-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCSwitch ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCSwitch." ; + sh:name "DCTerminal.DCConductingEquipmentDCSwitch-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path cim:DCTerminal.DCConductingEquipment ; + sh:severity sh:Violation . + +eq:DatatypesGroup rdf:type sh:PropertyGroup ; + rdfs:label "Datatypes" ; + sh:order 1 . + +eq:DayType rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.description-datatype ; + sh:targetClass cim:DayType . + +eq:DisconnectingCircuitBreaker + rdf:type sh:NodeShape ; + sh:property eq:ConductingEquipment.BaseVoltage-valueType , eq:Equipment.aggregate-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:Switch.retained-cardinality , eq:Switch.normalOpen-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Switch.normalOpen-datatype , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.name-cardinality , eq:Equipment.normallyInService-cardinality , eq:Switch.ratedCurrent-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-datatype , eq:Switch.ratedCurrent-datatype , eq:Equipment.EquipmentContainer-valueType , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.mRID-cardinality , eq:Switch.retained-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.description-cardinality ; + sh:targetClass cim:DisconnectingCircuitBreaker . + +eq:Disconnector rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-datatype , eq:Switch.retained-cardinality , eq:IdentifiedObject.name-datatype , eq:Switch.normalOpen-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:Switch.ratedCurrent-datatype , eq:IdentifiedObject.name-cardinality , eq:Switch.ratedCurrent-cardinality , eq:Equipment.aggregate-cardinality , eq:Equipment.normallyInService-datatype , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.normallyInService-cardinality , eq:Switch.normalOpen-cardinality , eq:Equipment.aggregate-datatype , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Switch.retained-datatype ; + sh:targetClass cim:Disconnector . + +eq:EnergyConsumer rdf:type sh:NodeShape ; + sh:property eq:ConductingEquipment.BaseVoltage-valueType , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.shortName-datatype , eq:Equipment.aggregate-datatype , eq:EnergyConsumer.pfixed-datatype , eq:EnergyConsumer.qfixedPct-cardinality , eq:EnergyConsumer.qfixedPct-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.description-datatype , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:EnergyConsumer.qfixed-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-cardinality , eq:EnergyConsumer.qfixed-datatype , eq:IdentifiedObject.name-datatype , eq:EnergyConsumer.LoadResponse-cardinality , eq:EnergyConsumer.pfixed-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:EnergyConsumer.LoadResponse-valueType , eq:Equipment.normallyInService-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:EnergyConsumer.pfixedPct-cardinality , eq:EnergyConsumer.pfixedPct-datatype ; + sh:targetClass cim:EnergyConsumer . + +eq:EnergyConsumer.LoadResponse-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergyConsumer.LoadResponse-cardinality" ; + sh:order 230 ; + sh:path cim:EnergyConsumer.LoadResponse ; + sh:severity sh:Violation . + +eq:EnergyConsumer.LoadResponse-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadResponseCharacteristic ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadResponseCharacteristic." ; + sh:name "EnergyConsumer.LoadResponse-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 46 ; + sh:path cim:EnergyConsumer.LoadResponse ; + sh:severity sh:Violation . + +eq:EnergyConsumer.pfixed-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergyConsumer.pfixed-cardinality" ; + sh:order 66 ; + sh:path cim:EnergyConsumer.pfixed ; + sh:severity sh:Violation . + +eq:EnergyConsumer.pfixed-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pfixed." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergyConsumer.pfixed-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 66 ; + sh:path cim:EnergyConsumer.pfixed ; + sh:severity sh:Violation . + +eq:EnergyConsumer.pfixedPct-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergyConsumer.pfixedPct-cardinality" ; + sh:order 67 ; + sh:path cim:EnergyConsumer.pfixedPct ; + sh:severity sh:Violation . + +eq:EnergyConsumer.pfixedPct-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pfixedPct." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergyConsumer.pfixedPct-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 67 ; + sh:path cim:EnergyConsumer.pfixedPct ; + sh:severity sh:Violation . + +eq:EnergyConsumer.qfixed-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergyConsumer.qfixed-cardinality" ; + sh:order 68 ; + sh:path cim:EnergyConsumer.qfixed ; + sh:severity sh:Violation . + +eq:EnergyConsumer.qfixed-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qfixed." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergyConsumer.qfixed-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 68 ; + sh:path cim:EnergyConsumer.qfixed ; + sh:severity sh:Violation . + +eq:EnergyConsumer.qfixedPct-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergyConsumer.qfixedPct-cardinality" ; + sh:order 69 ; + sh:path cim:EnergyConsumer.qfixedPct ; + sh:severity sh:Violation . + +eq:EnergyConsumer.qfixedPct-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qfixedPct." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergyConsumer.qfixedPct-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 69 ; + sh:path cim:EnergyConsumer.qfixedPct ; + sh:severity sh:Violation . + +eq:EnergySchedulingType + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:EnergySchedulingType . + +eq:EnergySource rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.name-datatype , eq:ConductingEquipment.BaseVoltage-valueType , eq:Equipment.normallyInService-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:EnergySource.EnergySchedulingType-valueType , eq:EnergySource.pMax-cardinality , eq:EnergySource.EnergySchedulingType-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.name-cardinality , eq:Equipment.aggregate-datatype , eq:Equipment.aggregate-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.mRID-datatype , eq:EnergySource.pMin-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:EnergySource.pMin-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-datatype , eq:EnergySource.pMax-datatype , eq:EnergySource.nominalVoltage-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:EnergySource.nominalVoltage-cardinality ; + sh:targetClass cim:EnergySource . + +eq:EnergySource.EnergySchedulingType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.EnergySchedulingType-cardinality" ; + sh:order 232 ; + sh:path cim:EnergySource.EnergySchedulingType ; + sh:severity sh:Violation . + +eq:EnergySource.EnergySchedulingType-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EnergySchedulingType ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EnergySchedulingType." ; + sh:name "EnergySource.EnergySchedulingType-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 52 ; + sh:path cim:EnergySource.EnergySchedulingType ; + sh:severity sh:Violation . + +eq:EnergySource.nominalVoltage-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.nominalVoltage-cardinality" ; + sh:order 70 ; + sh:path cim:EnergySource.nominalVoltage ; + sh:severity sh:Violation . + +eq:EnergySource.nominalVoltage-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the nominalVoltage." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.nominalVoltage-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 70 ; + sh:path cim:EnergySource.nominalVoltage ; + sh:severity sh:Violation . + +eq:EnergySource.pMax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.pMax-cardinality" ; + sh:order 72 ; + sh:path cim:EnergySource.pMax ; + sh:severity sh:Violation . + +eq:EnergySource.pMax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pMax." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.pMax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 72 ; + sh:path cim:EnergySource.pMax ; + sh:severity sh:Violation . + +eq:EnergySource.pMin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.pMin-cardinality" ; + sh:order 71 ; + sh:path cim:EnergySource.pMin ; + sh:severity sh:Violation . + +eq:EnergySource.pMin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pMin." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.pMin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 71 ; + sh:path cim:EnergySource.pMin ; + sh:severity sh:Violation . + +eq:Equipment.EquipmentContainer-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Equipment.EquipmentContainer-cardinality" ; + sh:order 233 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eq:Equipment.EquipmentContainer-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:Equipment.EquipmentContainerVoltageLevel-valueType eq:Equipment.EquipmentContainerSubstation-valueType eq:Equipment.EquipmentContainerLine-valueType eq:Equipment.EquipmentContainerDCLine-valueType eq:Equipment.EquipmentContainerDCConverterUnit-valueType eq:Equipment.EquipmentContainerBay-valueType ) . + +eq:Equipment.EquipmentContainerBay-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Bay ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Bay." ; + sh:name "Equipment.EquipmentContainerBay-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 58 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eq:Equipment.EquipmentContainerDCConverterUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCConverterUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCConverterUnit." ; + sh:name "Equipment.EquipmentContainerDCConverterUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 57 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eq:Equipment.EquipmentContainerDCLine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCLine ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCLine." ; + sh:name "Equipment.EquipmentContainerDCLine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 56 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eq:Equipment.EquipmentContainerLine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Line ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Line." ; + sh:name "Equipment.EquipmentContainerLine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 55 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eq:Equipment.EquipmentContainerSubstation-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Substation ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Substation." ; + sh:name "Equipment.EquipmentContainerSubstation-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 54 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eq:Equipment.EquipmentContainerVoltageLevel-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VoltageLevel ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VoltageLevel." ; + sh:name "Equipment.EquipmentContainerVoltageLevel-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 53 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eq:Equipment.aggregate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Equipment.aggregate-cardinality" ; + sh:order 73 ; + sh:path cim:Equipment.aggregate ; + sh:severity sh:Violation . + +eq:Equipment.aggregate-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the aggregate." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Equipment.aggregate-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 73 ; + sh:path cim:Equipment.aggregate ; + sh:severity sh:Violation . + +eq:Equipment.normallyInService-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Equipment.normallyInService-cardinality" ; + sh:order 74 ; + sh:path cim:Equipment.normallyInService ; + sh:severity sh:Violation . + +eq:Equipment.normallyInService-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the normallyInService." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Equipment.normallyInService-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 74 ; + sh:path cim:Equipment.normallyInService ; + sh:severity sh:Violation . + +eq:EquivalentBranch rdf:type sh:NodeShape ; + sh:property eq:EquivalentBranch.x21-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-datatype , eq:EquivalentBranch.r-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:EquivalentBranch.x-datatype , eq:IdentifiedObject.shortName-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.name-datatype , eq:EquivalentEquipment.EquivalentNetwork-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:EquivalentBranch.r21-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.aggregate-datatype , eq:ConductingEquipment.BaseVoltage-valueType , eq:EquivalentBranch.x-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:EquivalentBranch.r21-datatype , eq:EquivalentEquipment.EquivalentNetwork-valueType , eq:IdentifiedObject.description-datatype , eq:EquivalentBranch.r-datatype , eq:Equipment.aggregate-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.shortName-datatype , eq:EquivalentBranch.x21-datatype ; + sh:targetClass cim:EquivalentBranch . + +eq:EquivalentBranch.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.r-cardinality" ; + sh:order 75 ; + sh:path cim:EquivalentBranch.r ; + sh:severity sh:Violation . + +eq:EquivalentBranch.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 75 ; + sh:path cim:EquivalentBranch.r ; + sh:severity sh:Violation . + +eq:EquivalentBranch.r21-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EquivalentBranch.r21-cardinality" ; + sh:order 76 ; + sh:path cim:EquivalentBranch.r21 ; + sh:severity sh:Violation . + +eq:EquivalentBranch.r21-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r21." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.r21-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 76 ; + sh:path cim:EquivalentBranch.r21 ; + sh:severity sh:Violation . + +eq:EquivalentBranch.x-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.x-cardinality" ; + sh:order 77 ; + sh:path cim:EquivalentBranch.x ; + sh:severity sh:Violation . + +eq:EquivalentBranch.x-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.x-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 77 ; + sh:path cim:EquivalentBranch.x ; + sh:severity sh:Violation . + +eq:EquivalentBranch.x21-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EquivalentBranch.x21-cardinality" ; + sh:order 78 ; + sh:path cim:EquivalentBranch.x21 ; + sh:severity sh:Violation . + +eq:EquivalentBranch.x21-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x21." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.x21-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 78 ; + sh:path cim:EquivalentBranch.x21 ; + sh:severity sh:Violation . + +eq:EquivalentEquipment.EquivalentNetwork-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EquivalentEquipment.EquivalentNetwork-cardinality" ; + sh:order 234 ; + sh:path cim:EquivalentEquipment.EquivalentNetwork ; + sh:severity sh:Violation . + +eq:EquivalentEquipment.EquivalentNetwork-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EquivalentNetwork ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EquivalentNetwork." ; + sh:name "EquivalentEquipment.EquivalentNetwork-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 59 ; + sh:path cim:EquivalentEquipment.EquivalentNetwork ; + sh:severity sh:Violation . + +eq:EquivalentInjection + rdf:type sh:NodeShape ; + sh:property eq:Equipment.aggregate-datatype , eq:EquivalentInjection.ReactiveCapabilityCurve-valueType , eq:EquivalentEquipment.EquivalentNetwork-cardinality , eq:IdentifiedObject.shortName-datatype , eq:EquivalentEquipment.EquivalentNetwork-valueType , eq:EquivalentInjection.maxP-datatype , eq:IdentifiedObject.description-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:EquivalentInjection.minP-datatype , eq:IdentifiedObject.name-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:EquivalentInjection.minP-cardinality , eq:EquivalentInjection.ReactiveCapabilityCurve-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:EquivalentInjection.regulationCapability-cardinality , eq:EquivalentInjection.minQ-cardinality , eq:EquivalentInjection.minQ-datatype , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:EquivalentInjection.maxP-cardinality , eq:EquivalentInjection.maxQ-cardinality , eq:Equipment.normallyInService-datatype , eq:EquivalentInjection.maxQ-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:EquivalentInjection.regulationCapability-datatype , eq:IdentifiedObject.name-datatype , eq:Equipment.EquipmentContainer-valueType ; + sh:targetClass cim:EquivalentInjection . + +eq:EquivalentInjection.ReactiveCapabilityCurve-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EquivalentInjection.ReactiveCapabilityCurve-cardinality" ; + sh:order 235 ; + sh:path cim:EquivalentInjection.ReactiveCapabilityCurve ; + sh:severity sh:Violation . + +eq:EquivalentInjection.ReactiveCapabilityCurve-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ReactiveCapabilityCurve ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ReactiveCapabilityCurve." ; + sh:name "EquivalentInjection.ReactiveCapabilityCurve-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 60 ; + sh:path cim:EquivalentInjection.ReactiveCapabilityCurve ; + sh:severity sh:Violation . + +eq:EquivalentInjection.maxP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EquivalentInjection.maxP-cardinality" ; + sh:order 79 ; + sh:path cim:EquivalentInjection.maxP ; + sh:severity sh:Violation . + +eq:EquivalentInjection.maxP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.maxP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 79 ; + sh:path cim:EquivalentInjection.maxP ; + sh:severity sh:Violation . + +eq:EquivalentInjection.maxQ-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EquivalentInjection.maxQ-cardinality" ; + sh:order 80 ; + sh:path cim:EquivalentInjection.maxQ ; + sh:severity sh:Violation . + +eq:EquivalentInjection.maxQ-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxQ." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.maxQ-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 80 ; + sh:path cim:EquivalentInjection.maxQ ; + sh:severity sh:Violation . + +eq:EquivalentInjection.minP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EquivalentInjection.minP-cardinality" ; + sh:order 81 ; + sh:path cim:EquivalentInjection.minP ; + sh:severity sh:Violation . + +eq:EquivalentInjection.minP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.minP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 81 ; + sh:path cim:EquivalentInjection.minP ; + sh:severity sh:Violation . + +eq:EquivalentInjection.minQ-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EquivalentInjection.minQ-cardinality" ; + sh:order 82 ; + sh:path cim:EquivalentInjection.minQ ; + sh:severity sh:Violation . + +eq:EquivalentInjection.minQ-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minQ." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.minQ-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 82 ; + sh:path cim:EquivalentInjection.minQ ; + sh:severity sh:Violation . + +eq:EquivalentInjection.regulationCapability-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (regulationCapability)." ; + sh:minCount 1 ; + sh:name "EquivalentInjection.regulationCapability-cardinality" ; + sh:order 83 ; + sh:path cim:EquivalentInjection.regulationCapability ; + sh:severity sh:Violation . + +eq:EquivalentInjection.regulationCapability-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the regulationCapability." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.regulationCapability-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 83 ; + sh:path cim:EquivalentInjection.regulationCapability ; + sh:severity sh:Violation . + +eq:EquivalentNetwork rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype ; + sh:targetClass cim:EquivalentNetwork . + +eq:EquivalentShunt rdf:type sh:NodeShape ; + sh:property eq:EquivalentShunt.g-datatype , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.shortName-datatype , eq:EquivalentEquipment.EquivalentNetwork-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.aggregate-datatype , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.description-datatype , eq:EquivalentShunt.b-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.name-cardinality , eq:EquivalentShunt.b-cardinality , eq:Equipment.normallyInService-datatype , eq:Equipment.EquipmentContainer-valueType , eq:Equipment.aggregate-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:EquivalentShunt.g-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-datatype , eq:EquivalentEquipment.EquivalentNetwork-valueType , eq:IdentifiedObject.description-cardinality ; + sh:targetClass cim:EquivalentShunt . + +eq:EquivalentShunt.b-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b)." ; + sh:minCount 1 ; + sh:name "EquivalentShunt.b-cardinality" ; + sh:order 84 ; + sh:path cim:EquivalentShunt.b ; + sh:severity sh:Violation . + +eq:EquivalentShunt.b-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentShunt.b-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 84 ; + sh:path cim:EquivalentShunt.b ; + sh:severity sh:Violation . + +eq:EquivalentShunt.g-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (g)." ; + sh:minCount 1 ; + sh:name "EquivalentShunt.g-cardinality" ; + sh:order 85 ; + sh:path cim:EquivalentShunt.g ; + sh:severity sh:Violation . + +eq:EquivalentShunt.g-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentShunt.g-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 85 ; + sh:path cim:EquivalentShunt.g ; + sh:severity sh:Violation . + +eq:ExternalNetworkInjection + rdf:type sh:NodeShape ; + sh:property eq:ExternalNetworkInjection.maxP-cardinality , eq:IdentifiedObject.mRID-datatype , eq:ExternalNetworkInjection.governorSCD-datatype , eq:Equipment.normallyInService-datatype , eq:Equipment.normallyInService-cardinality , eq:RegulatingCondEq.RegulatingControl-cardinality , eq:ExternalNetworkInjection.minQ-datatype , eq:IdentifiedObject.name-cardinality , eq:ExternalNetworkInjection.maxQ-cardinality , eq:IdentifiedObject.description-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.shortName-datatype , eq:ExternalNetworkInjection.minP-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:ExternalNetworkInjection.minQ-cardinality , eq:ExternalNetworkInjection.maxP-datatype , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.mRID-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.name-datatype , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Equipment.aggregate-cardinality , eq:ExternalNetworkInjection.governorSCD-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:ExternalNetworkInjection.minP-datatype , eq:IdentifiedObject.shortName-cardinality , eq:RegulatingCondEq.RegulatingControl-valueType , eq:ExternalNetworkInjection.maxQ-datatype ; + sh:targetClass cim:ExternalNetworkInjection . + +eq:ExternalNetworkInjection.governorSCD-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (governorSCD)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.governorSCD-cardinality" ; + sh:order 86 ; + sh:path cim:ExternalNetworkInjection.governorSCD ; + sh:severity sh:Violation . + +eq:ExternalNetworkInjection.governorSCD-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the governorSCD." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.governorSCD-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 86 ; + sh:path cim:ExternalNetworkInjection.governorSCD ; + sh:severity sh:Violation . + +eq:ExternalNetworkInjection.maxP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (maxP)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.maxP-cardinality" ; + sh:order 87 ; + sh:path cim:ExternalNetworkInjection.maxP ; + sh:severity sh:Violation . + +eq:ExternalNetworkInjection.maxP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.maxP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 87 ; + sh:path cim:ExternalNetworkInjection.maxP ; + sh:severity sh:Violation . + +eq:ExternalNetworkInjection.maxQ-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (maxQ)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.maxQ-cardinality" ; + sh:order 88 ; + sh:path cim:ExternalNetworkInjection.maxQ ; + sh:severity sh:Violation . + +eq:ExternalNetworkInjection.maxQ-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxQ." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.maxQ-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 88 ; + sh:path cim:ExternalNetworkInjection.maxQ ; + sh:severity sh:Violation . + +eq:ExternalNetworkInjection.minP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (minP)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.minP-cardinality" ; + sh:order 89 ; + sh:path cim:ExternalNetworkInjection.minP ; + sh:severity sh:Violation . + +eq:ExternalNetworkInjection.minP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.minP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 89 ; + sh:path cim:ExternalNetworkInjection.minP ; + sh:severity sh:Violation . + +eq:ExternalNetworkInjection.minQ-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (minQ)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.minQ-cardinality" ; + sh:order 90 ; + sh:path cim:ExternalNetworkInjection.minQ ; + sh:severity sh:Violation . + +eq:ExternalNetworkInjection.minQ-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minQ." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.minQ-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 90 ; + sh:path cim:ExternalNetworkInjection.minQ ; + sh:severity sh:Violation . + +eq:FaultIndicator rdf:type sh:NodeShape ; + sh:property eq:AuxiliaryEquipment.Terminal-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Equipment.normallyInService-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:AuxiliaryEquipment.Terminal-valueType , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.aggregate-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-datatype , eq:Equipment.normallyInService-cardinality ; + sh:targetClass cim:FaultIndicator . + +eq:FossilFuel rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:FossilFuel.fossilFuelType-cardinality , eq:FossilFuel.fossilFuelType-datatype , eq:FossilFuel.ThermalGeneratingUnit-valueType , eq:IdentifiedObject.name-cardinality , eq:FossilFuel.ThermalGeneratingUnit-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-datatype ; + sh:targetClass cim:FossilFuel . + +eq:FossilFuel.ThermalGeneratingUnit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "FossilFuel.ThermalGeneratingUnit-cardinality" ; + sh:order 236 ; + sh:path cim:FossilFuel.ThermalGeneratingUnit ; + sh:severity sh:Violation . + +eq:FossilFuel.ThermalGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ThermalGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ThermalGeneratingUnit." ; + sh:name "FossilFuel.ThermalGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 61 ; + sh:path cim:FossilFuel.ThermalGeneratingUnit ; + sh:severity sh:Violation . + +eq:FossilFuel.fossilFuelType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fossilFuelType)." ; + sh:minCount 1 ; + sh:name "FossilFuel.fossilFuelType-cardinality" ; + sh:order 91 ; + sh:path cim:FossilFuel.fossilFuelType ; + sh:severity sh:Violation . + +eq:FossilFuel.fossilFuelType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the fossilFuelType." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:FuelType.coal cim:FuelType.oil cim:FuelType.gas cim:FuelType.lignite cim:FuelType.hardCoal cim:FuelType.oilShale cim:FuelType.brownCoalLignite cim:FuelType.coalDerivedGas cim:FuelType.peat cim:FuelType.other ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "FossilFuel.fossilFuelType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 91 ; + sh:path cim:FossilFuel.fossilFuelType ; + sh:severity sh:Violation . + +eq:Fuse rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-cardinality , eq:Switch.ratedCurrent-datatype , eq:Equipment.EquipmentContainer-valueType , eq:Equipment.normallyInService-datatype , eq:Equipment.aggregate-datatype , eq:Switch.normalOpen-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.description-cardinality , eq:Equipment.aggregate-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.shortName-cardinality , eq:Switch.retained-cardinality , eq:Switch.ratedCurrent-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.mRID-datatype , eq:Switch.retained-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.shortName-datatype , eq:Switch.normalOpen-datatype ; + sh:targetClass cim:Fuse . + +eq:GeneratingUnit rdf:type sh:NodeShape ; + sh:property eq:GeneratingUnit.ratedNetMaxP-datatype , eq:GeneratingUnit.genControlSource-datatype , eq:GeneratingUnit.minOperatingP-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:GeneratingUnit.ratedGrossMaxP-datatype , eq:GeneratingUnit.governorSCD-cardinality , eq:Equipment.normallyInService-cardinality , eq:GeneratingUnit.maximumAllowableSpinningReserve-datatype , eq:IdentifiedObject.description-datatype , eq:GeneratingUnit.nominalP-datatype , eq:GeneratingUnit.ratedNetMaxP-cardinality , eq:GeneratingUnit.totalEfficiency-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:GeneratingUnit.maxOperatingP-datatype , eq:GeneratingUnit.variableCost-datatype , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.description-cardinality , eq:GeneratingUnit.ratedGrossMinP-datatype , eq:GeneratingUnit.genControlSource-cardinality , eq:GeneratingUnit.governorSCD-datatype , eq:IdentifiedObject.shortName-datatype , eq:GeneratingUnit.shortPF-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.mRID-datatype , eq:GeneratingUnit.longPF-cardinality , eq:GeneratingUnit.startupCost-cardinality , eq:GeneratingUnit.minOperatingP-datatype , eq:GeneratingUnit.maxOperatingP-cardinality , eq:GeneratingUnit.ratedGrossMaxP-cardinality , eq:GeneratingUnit.startupTime-datatype , eq:Equipment.aggregate-datatype , eq:GeneratingUnit.variableCost-cardinality , eq:Equipment.aggregate-cardinality , eq:GeneratingUnit.totalEfficiency-datatype , eq:GeneratingUnit.startupTime-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.name-datatype , eq:GeneratingUnit.shortPF-datatype , eq:GeneratingUnit.startupCost-datatype , eq:IdentifiedObject.shortName-cardinality , eq:GeneratingUnit.ratedGrossMinP-cardinality , eq:IdentifiedObject.name-cardinality , eq:GeneratingUnit.maximumAllowableSpinningReserve-cardinality , eq:GeneratingUnit.nominalP-cardinality , eq:Equipment.normallyInService-datatype , eq:GeneratingUnit.longPF-datatype ; + sh:targetClass cim:GeneratingUnit . + +eq:GeneratingUnit.genControlSource-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.genControlSource-cardinality" ; + sh:order 92 ; + sh:path cim:GeneratingUnit.genControlSource ; + sh:severity sh:Violation . + +eq:GeneratingUnit.genControlSource-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the genControlSource." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:GeneratorControlSource.unavailable cim:GeneratorControlSource.offAGC cim:GeneratorControlSource.onAGC cim:GeneratorControlSource.plantControl ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "GeneratingUnit.genControlSource-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 92 ; + sh:path cim:GeneratingUnit.genControlSource ; + sh:severity sh:Violation . + +eq:GeneratingUnit.governorSCD-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.governorSCD-cardinality" ; + sh:order 93 ; + sh:path cim:GeneratingUnit.governorSCD ; + sh:severity sh:Violation . + +eq:GeneratingUnit.governorSCD-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the governorSCD." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.governorSCD-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 93 ; + sh:path cim:GeneratingUnit.governorSCD ; + sh:severity sh:Violation . + +eq:GeneratingUnit.longPF-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.longPF-cardinality" ; + sh:order 94 ; + sh:path cim:GeneratingUnit.longPF ; + sh:severity sh:Violation . + +eq:GeneratingUnit.longPF-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the longPF." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.longPF-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 94 ; + sh:path cim:GeneratingUnit.longPF ; + sh:severity sh:Violation . + +eq:GeneratingUnit.maxOperatingP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (maxOperatingP)." ; + sh:minCount 1 ; + sh:name "GeneratingUnit.maxOperatingP-cardinality" ; + sh:order 96 ; + sh:path cim:GeneratingUnit.maxOperatingP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.maxOperatingP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxOperatingP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.maxOperatingP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 96 ; + sh:path cim:GeneratingUnit.maxOperatingP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.maximumAllowableSpinningReserve-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.maximumAllowableSpinningReserve-cardinality" ; + sh:order 95 ; + sh:path cim:GeneratingUnit.maximumAllowableSpinningReserve ; + sh:severity sh:Violation . + +eq:GeneratingUnit.maximumAllowableSpinningReserve-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maximumAllowableSpinningReserve." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.maximumAllowableSpinningReserve-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 95 ; + sh:path cim:GeneratingUnit.maximumAllowableSpinningReserve ; + sh:severity sh:Violation . + +eq:GeneratingUnit.minOperatingP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (minOperatingP)." ; + sh:minCount 1 ; + sh:name "GeneratingUnit.minOperatingP-cardinality" ; + sh:order 97 ; + sh:path cim:GeneratingUnit.minOperatingP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.minOperatingP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minOperatingP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.minOperatingP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 97 ; + sh:path cim:GeneratingUnit.minOperatingP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.nominalP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.nominalP-cardinality" ; + sh:order 98 ; + sh:path cim:GeneratingUnit.nominalP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.nominalP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the nominalP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.nominalP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 98 ; + sh:path cim:GeneratingUnit.nominalP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.ratedGrossMaxP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.ratedGrossMaxP-cardinality" ; + sh:order 99 ; + sh:path cim:GeneratingUnit.ratedGrossMaxP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.ratedGrossMaxP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedGrossMaxP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.ratedGrossMaxP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 99 ; + sh:path cim:GeneratingUnit.ratedGrossMaxP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.ratedGrossMinP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.ratedGrossMinP-cardinality" ; + sh:order 100 ; + sh:path cim:GeneratingUnit.ratedGrossMinP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.ratedGrossMinP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedGrossMinP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.ratedGrossMinP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 100 ; + sh:path cim:GeneratingUnit.ratedGrossMinP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.ratedNetMaxP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.ratedNetMaxP-cardinality" ; + sh:order 101 ; + sh:path cim:GeneratingUnit.ratedNetMaxP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.ratedNetMaxP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedNetMaxP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.ratedNetMaxP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 101 ; + sh:path cim:GeneratingUnit.ratedNetMaxP ; + sh:severity sh:Violation . + +eq:GeneratingUnit.shortPF-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.shortPF-cardinality" ; + sh:order 102 ; + sh:path cim:GeneratingUnit.shortPF ; + sh:severity sh:Violation . + +eq:GeneratingUnit.shortPF-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the shortPF." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.shortPF-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 102 ; + sh:path cim:GeneratingUnit.shortPF ; + sh:severity sh:Violation . + +eq:GeneratingUnit.startupCost-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.startupCost-cardinality" ; + sh:order 103 ; + sh:path cim:GeneratingUnit.startupCost ; + sh:severity sh:Violation . + +eq:GeneratingUnit.startupCost-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:decimal ; + sh:description "This constraint validates the datatype of the startupCost." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.startupCost-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 103 ; + sh:path cim:GeneratingUnit.startupCost ; + sh:severity sh:Violation . + +eq:GeneratingUnit.startupTime-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.startupTime-cardinality" ; + sh:order 105 ; + sh:path cim:GeneratingUnit.startupTime ; + sh:severity sh:Violation . + +eq:GeneratingUnit.startupTime-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the startupTime." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.startupTime-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 105 ; + sh:path cim:GeneratingUnit.startupTime ; + sh:severity sh:Violation . + +eq:GeneratingUnit.totalEfficiency-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.totalEfficiency-cardinality" ; + sh:order 106 ; + sh:path cim:GeneratingUnit.totalEfficiency ; + sh:severity sh:Violation . + +eq:GeneratingUnit.totalEfficiency-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the totalEfficiency." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.totalEfficiency-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 106 ; + sh:path cim:GeneratingUnit.totalEfficiency ; + sh:severity sh:Violation . + +eq:GeneratingUnit.variableCost-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "GeneratingUnit.variableCost-cardinality" ; + sh:order 104 ; + sh:path cim:GeneratingUnit.variableCost ; + sh:severity sh:Violation . + +eq:GeneratingUnit.variableCost-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:decimal ; + sh:description "This constraint validates the datatype of the variableCost." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.variableCost-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 104 ; + sh:path cim:GeneratingUnit.variableCost ; + sh:severity sh:Violation . + +eq:GeographicalRegion + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:GeographicalRegion . + +eq:GrossToNetActivePowerCurve + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.description-datatype , eq:GrossToNetActivePowerCurve.GeneratingUnit-cardinality , eq:Curve.y2Unit-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Curve.curveStyle-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Curve.xUnit-datatype , eq:Curve.curveStyle-datatype , eq:Curve.y2Unit-datatype , eq:IdentifiedObject.name-datatype , eq:Curve.y1Unit-cardinality , eq:Curve.y1Unit-datatype , eq:IdentifiedObject.mRID-datatype , eq:Curve.xUnit-cardinality ; + sh:targetClass cim:GrossToNetActivePowerCurve . + +eq:GrossToNetActivePowerCurve.GeneratingUnit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "GrossToNetActivePowerCurve.GeneratingUnit-cardinality" ; + sh:order 237 ; + sh:path cim:GrossToNetActivePowerCurve.GeneratingUnit ; + sh:severity sh:Violation . + +eq:GrossToNetActivePowerCurve.GeneratingUnit-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:GrossToNetActivePowerCurve.GeneratingUnitWindGeneratingUnit-valueType eq:GrossToNetActivePowerCurve.GeneratingUnitThermalGeneratingUnit-valueType eq:GrossToNetActivePowerCurve.GeneratingUnitSolarGeneratingUnit-valueType eq:GrossToNetActivePowerCurve.GeneratingUnitNuclearGeneratingUnit-valueType eq:GrossToNetActivePowerCurve.GeneratingUnitHydroGeneratingUnit-valueType eq:GrossToNetActivePowerCurve.GeneratingUnitGeneratingUnit-valueType ) . + +eq:GrossToNetActivePowerCurve.GeneratingUnitGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GeneratingUnit." ; + sh:name "GrossToNetActivePowerCurve.GeneratingUnitGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 67 ; + sh:path cim:GrossToNetActivePowerCurve.GeneratingUnit ; + sh:severity sh:Violation . + +eq:GrossToNetActivePowerCurve.GeneratingUnitHydroGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:HydroGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:HydroGeneratingUnit." ; + sh:name "GrossToNetActivePowerCurve.GeneratingUnitHydroGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 66 ; + sh:path cim:GrossToNetActivePowerCurve.GeneratingUnit ; + sh:severity sh:Violation . + +eq:GrossToNetActivePowerCurve.GeneratingUnitNuclearGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:NuclearGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:NuclearGeneratingUnit." ; + sh:name "GrossToNetActivePowerCurve.GeneratingUnitNuclearGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 65 ; + sh:path cim:GrossToNetActivePowerCurve.GeneratingUnit ; + sh:severity sh:Violation . + +eq:GrossToNetActivePowerCurve.GeneratingUnitSolarGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SolarGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SolarGeneratingUnit." ; + sh:name "GrossToNetActivePowerCurve.GeneratingUnitSolarGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 64 ; + sh:path cim:GrossToNetActivePowerCurve.GeneratingUnit ; + sh:severity sh:Violation . + +eq:GrossToNetActivePowerCurve.GeneratingUnitThermalGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ThermalGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ThermalGeneratingUnit." ; + sh:name "GrossToNetActivePowerCurve.GeneratingUnitThermalGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 63 ; + sh:path cim:GrossToNetActivePowerCurve.GeneratingUnit ; + sh:severity sh:Violation . + +eq:GrossToNetActivePowerCurve.GeneratingUnitWindGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindGeneratingUnit." ; + sh:name "GrossToNetActivePowerCurve.GeneratingUnitWindGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 62 ; + sh:path cim:GrossToNetActivePowerCurve.GeneratingUnit ; + sh:severity sh:Violation . + +eq:Ground rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.aggregate-datatype , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-cardinality , eq:Equipment.normallyInService-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.description-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.name-datatype , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:ConductingEquipment.BaseVoltage-valueType ; + sh:targetClass cim:Ground . + +eq:GroundDisconnector + rdf:type sh:NodeShape ; + sh:property eq:Equipment.EquipmentContainer-valueType , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.shortName-datatype , eq:Switch.retained-cardinality , eq:Switch.normalOpen-cardinality , eq:Switch.retained-datatype , eq:IdentifiedObject.name-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Equipment.normallyInService-datatype , eq:Equipment.aggregate-cardinality , eq:Switch.ratedCurrent-cardinality , eq:Switch.ratedCurrent-datatype , eq:IdentifiedObject.description-datatype , eq:Switch.normalOpen-datatype , eq:ConductingEquipment.BaseVoltage-cardinality ; + sh:targetClass cim:GroundDisconnector . + +eq:GroundingImpedance + rdf:type sh:NodeShape ; + sh:property eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Equipment.normallyInService-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.aggregate-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:ConductingEquipment.BaseVoltage-valueType , eq:Equipment.normallyInService-datatype ; + sh:targetClass cim:GroundingImpedance . + +eq:HydroGeneratingUnit + rdf:type sh:NodeShape ; + sh:property eq:GeneratingUnit.ratedGrossMinP-datatype , eq:GeneratingUnit.maximumAllowableSpinningReserve-cardinality , eq:GeneratingUnit.totalEfficiency-cardinality , eq:HydroGeneratingUnit.energyConversionCapability-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:HydroGeneratingUnit.turbineType-datatype , eq:Equipment.normallyInService-datatype , eq:GeneratingUnit.maxOperatingP-cardinality , eq:IdentifiedObject.name-cardinality , eq:HydroGeneratingUnit.dropHeight-datatype , eq:GeneratingUnit.ratedGrossMaxP-datatype , eq:GeneratingUnit.startupCost-cardinality , eq:GeneratingUnit.governorSCD-datatype , eq:GeneratingUnit.nominalP-datatype , eq:GeneratingUnit.startupTime-cardinality , eq:HydroGeneratingUnit.HydroPowerPlant-cardinality , eq:HydroGeneratingUnit.energyConversionCapability-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:GeneratingUnit.ratedGrossMaxP-cardinality , eq:GeneratingUnit.ratedGrossMinP-cardinality , eq:GeneratingUnit.maximumAllowableSpinningReserve-datatype , eq:IdentifiedObject.shortName-datatype , eq:GeneratingUnit.longPF-cardinality , eq:GeneratingUnit.longPF-datatype , eq:HydroGeneratingUnit.dropHeight-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:GeneratingUnit.shortPF-cardinality , eq:GeneratingUnit.ratedNetMaxP-cardinality , eq:IdentifiedObject.mRID-datatype , eq:GeneratingUnit.genControlSource-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.normallyInService-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.description-cardinality , eq:GeneratingUnit.totalEfficiency-datatype , eq:HydroGeneratingUnit.HydroPowerPlant-valueType , eq:GeneratingUnit.minOperatingP-cardinality , eq:GeneratingUnit.maxOperatingP-datatype , eq:Equipment.aggregate-datatype , eq:GeneratingUnit.nominalP-cardinality , eq:IdentifiedObject.description-datatype , eq:GeneratingUnit.shortPF-datatype , eq:GeneratingUnit.startupCost-datatype , eq:GeneratingUnit.variableCost-datatype , eq:GeneratingUnit.governorSCD-cardinality , eq:GeneratingUnit.variableCost-cardinality , eq:GeneratingUnit.genControlSource-datatype , eq:GeneratingUnit.ratedNetMaxP-datatype , eq:HydroGeneratingUnit.turbineType-cardinality , eq:GeneratingUnit.minOperatingP-datatype , eq:GeneratingUnit.startupTime-datatype , eq:IdentifiedObject.name-datatype , eq:Equipment.EquipmentContainer-valueType ; + sh:targetClass cim:HydroGeneratingUnit . + +eq:HydroGeneratingUnit.HydroPowerPlant-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "HydroGeneratingUnit.HydroPowerPlant-cardinality" ; + sh:order 238 ; + sh:path cim:HydroGeneratingUnit.HydroPowerPlant ; + sh:severity sh:Violation . + +eq:HydroGeneratingUnit.HydroPowerPlant-valueType + rdf:type sh:PropertyShape ; + sh:class cim:HydroPowerPlant ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:HydroPowerPlant." ; + sh:name "HydroGeneratingUnit.HydroPowerPlant-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 68 ; + sh:path cim:HydroGeneratingUnit.HydroPowerPlant ; + sh:severity sh:Violation . + +eq:HydroGeneratingUnit.dropHeight-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "HydroGeneratingUnit.dropHeight-cardinality" ; + sh:order 108 ; + sh:path cim:HydroGeneratingUnit.dropHeight ; + sh:severity sh:Violation . + +eq:HydroGeneratingUnit.dropHeight-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the dropHeight." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "HydroGeneratingUnit.dropHeight-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 108 ; + sh:path cim:HydroGeneratingUnit.dropHeight ; + sh:severity sh:Violation . + +eq:HydroGeneratingUnit.energyConversionCapability-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "HydroGeneratingUnit.energyConversionCapability-cardinality" ; + sh:order 107 ; + sh:path cim:HydroGeneratingUnit.energyConversionCapability ; + sh:severity sh:Violation . + +eq:HydroGeneratingUnit.energyConversionCapability-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the energyConversionCapability." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:HydroEnergyConversionKind.generator cim:HydroEnergyConversionKind.pumpAndGenerator ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "HydroGeneratingUnit.energyConversionCapability-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 107 ; + sh:path cim:HydroGeneratingUnit.energyConversionCapability ; + sh:severity sh:Violation . + +eq:HydroGeneratingUnit.turbineType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "HydroGeneratingUnit.turbineType-cardinality" ; + sh:order 109 ; + sh:path cim:HydroGeneratingUnit.turbineType ; + sh:severity sh:Violation . + +eq:HydroGeneratingUnit.turbineType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the turbineType." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:HydroTurbineKind.francis cim:HydroTurbineKind.pelton cim:HydroTurbineKind.kaplan ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "HydroGeneratingUnit.turbineType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 109 ; + sh:path cim:HydroGeneratingUnit.turbineType ; + sh:severity sh:Violation . + +eq:HydroPowerPlant rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:HydroPowerPlant.hydroPlantStorageType-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-cardinality , eq:HydroPowerPlant.hydroPlantStorageType-cardinality ; + sh:targetClass cim:HydroPowerPlant . + +eq:HydroPowerPlant.hydroPlantStorageType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (hydroPlantStorageType)." ; + sh:minCount 1 ; + sh:name "HydroPowerPlant.hydroPlantStorageType-cardinality" ; + sh:order 110 ; + sh:path cim:HydroPowerPlant.hydroPlantStorageType ; + sh:severity sh:Violation . + +eq:HydroPowerPlant.hydroPlantStorageType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the hydroPlantStorageType." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:HydroPlantStorageKind.runOfRiver cim:HydroPlantStorageKind.pumpedStorage cim:HydroPlantStorageKind.storage ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "HydroPowerPlant.hydroPlantStorageType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 110 ; + sh:path cim:HydroPowerPlant.hydroPlantStorageType ; + sh:severity sh:Violation . + +eq:HydroPump rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.description-datatype , eq:HydroPump.HydroPowerPlant-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.shortName-datatype , eq:Equipment.normallyInService-cardinality , eq:Equipment.normallyInService-datatype , eq:HydroPump.RotatingMachine-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:HydroPump.HydroPowerPlant-valueType , eq:IdentifiedObject.name-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:HydroPump . + +eq:HydroPump.HydroPowerPlant-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "HydroPump.HydroPowerPlant-cardinality" ; + sh:order 240 ; + sh:path cim:HydroPump.HydroPowerPlant ; + sh:severity sh:Violation . + +eq:HydroPump.HydroPowerPlant-valueType + rdf:type sh:PropertyShape ; + sh:class cim:HydroPowerPlant ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:HydroPowerPlant." ; + sh:name "HydroPump.HydroPowerPlant-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 71 ; + sh:path cim:HydroPump.HydroPowerPlant ; + sh:severity sh:Violation . + +eq:HydroPump.RotatingMachine-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "HydroPump.RotatingMachine-cardinality" ; + sh:order 239 ; + sh:path cim:HydroPump.RotatingMachine ; + sh:severity sh:Violation . + +eq:HydroPump.RotatingMachine-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:HydroPump.RotatingMachineSynchronousMachine-valueType eq:HydroPump.RotatingMachineAsynchronousMachine-valueType ) . + +eq:HydroPump.RotatingMachineAsynchronousMachine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachine ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachine." ; + sh:name "HydroPump.RotatingMachineAsynchronousMachine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 70 ; + sh:path cim:HydroPump.RotatingMachine ; + sh:severity sh:Violation . + +eq:HydroPump.RotatingMachineSynchronousMachine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachine ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachine." ; + sh:name "HydroPump.RotatingMachineSynchronousMachine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 69 ; + sh:path cim:HydroPump.RotatingMachine ; + sh:severity sh:Violation . + +eq:IdentifiedObject.description-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.description-cardinality" ; + sh:order 111 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +eq:IdentifiedObject.description-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the description." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.description-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 111 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +eq:IdentifiedObject.energyIdentCodeEic-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.energyIdentCodeEic-cardinality" ; + sh:order 112 ; + sh:path eu:IdentifiedObject.energyIdentCodeEic ; + sh:severity sh:Violation . + +eq:IdentifiedObject.energyIdentCodeEic-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the energyIdentCodeEic." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.energyIdentCodeEic-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 112 ; + sh:path eu:IdentifiedObject.energyIdentCodeEic ; + sh:severity sh:Violation . + +eq:IdentifiedObject.mRID-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mRID)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.mRID-cardinality" ; + sh:order 113 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +eq:IdentifiedObject.mRID-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the mRID." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.mRID-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 113 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +eq:IdentifiedObject.name-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (name)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.name-cardinality" ; + sh:order 114 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +eq:IdentifiedObject.name-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the name." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.name-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 114 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +eq:IdentifiedObject.shortName-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.shortName-cardinality" ; + sh:order 115 ; + sh:path eu:IdentifiedObject.shortName ; + sh:severity sh:Violation . + +eq:IdentifiedObject.shortName-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the shortName." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.shortName-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 115 ; + sh:path eu:IdentifiedObject.shortName ; + sh:severity sh:Violation . + +eq:Jumper rdf:type sh:NodeShape ; + sh:property eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-cardinality , eq:Switch.retained-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.name-datatype , eq:Switch.normalOpen-cardinality , eq:Equipment.aggregate-datatype , eq:Switch.ratedCurrent-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Switch.ratedCurrent-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.description-datatype , eq:Switch.retained-cardinality , eq:Equipment.normallyInService-cardinality , eq:Switch.normalOpen-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:Equipment.normallyInService-datatype ; + sh:targetClass cim:Jumper . + +eq:Junction rdf:type sh:NodeShape ; + sh:property eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-datatype , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.mRID-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-datatype , eq:Equipment.EquipmentContainer-valueType , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.name-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.normallyInService-cardinality ; + sh:targetClass cim:Junction . + +eq:Line rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.description-datatype , eq:Line.Region-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.name-datatype , eq:Line.Region-valueType , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype ; + sh:targetClass cim:Line . + +eq:Line.Region-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Line.Region-cardinality" ; + sh:order 241 ; + sh:path cim:Line.Region ; + sh:severity sh:Violation . + +eq:Line.Region-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SubGeographicalRegion ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SubGeographicalRegion." ; + sh:name "Line.Region-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 72 ; + sh:path cim:Line.Region ; + sh:severity sh:Violation . + +eq:LinearShuntCompensator + rdf:type sh:NodeShape ; + sh:property eq:ShuntCompensator.voltageSensitivity-datatype , eq:IdentifiedObject.shortName-datatype , eq:ShuntCompensator.normalSections-cardinality , eq:ShuntCompensator.aVRDelay-datatype , eq:ShuntCompensator.maximumSections-cardinality , eq:Equipment.normallyInService-datatype , eq:ShuntCompensator.nomU-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.name-datatype , eq:Equipment.aggregate-datatype , eq:LinearShuntCompensator.gPerSection-datatype , eq:ShuntCompensator.normalSections-datatype , eq:LinearShuntCompensator.bPerSection-cardinality , eq:Equipment.aggregate-cardinality , eq:ShuntCompensator.voltageSensitivity-cardinality , eq:LinearShuntCompensator.gPerSection-cardinality , eq:IdentifiedObject.description-cardinality , eq:Equipment.normallyInService-cardinality , eq:RegulatingCondEq.RegulatingControl-valueType , eq:ShuntCompensator.aVRDelay-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-cardinality , eq:LinearShuntCompensator.bPerSection-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:ShuntCompensator.nomU-datatype , eq:ShuntCompensator.grounded-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.name-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:ShuntCompensator.grounded-datatype , eq:ShuntCompensator.maximumSections-datatype , eq:RegulatingCondEq.RegulatingControl-cardinality ; + sh:targetClass cim:LinearShuntCompensator . + +eq:LinearShuntCompensator.bPerSection-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (bPerSection)." ; + sh:minCount 1 ; + sh:name "LinearShuntCompensator.bPerSection-cardinality" ; + sh:order 116 ; + sh:path cim:LinearShuntCompensator.bPerSection ; + sh:severity sh:Violation . + +eq:LinearShuntCompensator.bPerSection-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the bPerSection." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LinearShuntCompensator.bPerSection-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 116 ; + sh:path cim:LinearShuntCompensator.bPerSection ; + sh:severity sh:Violation . + +eq:LinearShuntCompensator.gPerSection-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gPerSection)." ; + sh:minCount 1 ; + sh:name "LinearShuntCompensator.gPerSection-cardinality" ; + sh:order 117 ; + sh:path cim:LinearShuntCompensator.gPerSection ; + sh:severity sh:Violation . + +eq:LinearShuntCompensator.gPerSection-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gPerSection." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LinearShuntCompensator.gPerSection-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 117 ; + sh:path cim:LinearShuntCompensator.gPerSection ; + sh:severity sh:Violation . + +eq:LoadArea rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-cardinality ; + sh:targetClass cim:LoadArea . + +eq:LoadBreakSwitch rdf:type sh:NodeShape ; + sh:property eq:Equipment.EquipmentContainer-cardinality , eq:Switch.normalOpen-datatype , eq:Switch.ratedCurrent-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:Switch.normalOpen-cardinality , eq:IdentifiedObject.name-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-datatype , eq:Equipment.EquipmentContainer-valueType , eq:Switch.retained-cardinality , eq:Equipment.aggregate-datatype , eq:Switch.retained-datatype , eq:Switch.ratedCurrent-datatype , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.description-datatype ; + sh:targetClass cim:LoadBreakSwitch . + +eq:LoadGroup.SubLoadArea-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "LoadGroup.SubLoadArea-cardinality" ; + sh:order 242 ; + sh:path cim:LoadGroup.SubLoadArea ; + sh:severity sh:Violation . + +eq:LoadGroup.SubLoadArea-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SubLoadArea ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SubLoadArea." ; + sh:name "LoadGroup.SubLoadArea-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 73 ; + sh:path cim:LoadGroup.SubLoadArea ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic + rdf:type sh:NodeShape ; + sh:property eq:LoadResponseCharacteristic.pVoltageExponent-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:LoadResponseCharacteristic.qVoltageExponent-cardinality , eq:LoadResponseCharacteristic.pConstantPower-cardinality , eq:LoadResponseCharacteristic.pFrequencyExponent-datatype , eq:LoadResponseCharacteristic.pConstantPower-datatype , eq:IdentifiedObject.name-datatype , eq:LoadResponseCharacteristic.qConstantCurrent-cardinality , eq:LoadResponseCharacteristic.qConstantImpedance-cardinality , eq:IdentifiedObject.mRID-datatype , eq:LoadResponseCharacteristic.qConstantImpedance-datatype , eq:LoadResponseCharacteristic.pFrequencyExponent-cardinality , eq:LoadResponseCharacteristic.exponentModel-datatype , eq:LoadResponseCharacteristic.pConstantCurrent-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.description-datatype , eq:LoadResponseCharacteristic.pConstantImpedance-cardinality , eq:IdentifiedObject.description-cardinality , eq:LoadResponseCharacteristic.qFrequencyExponent-datatype , eq:LoadResponseCharacteristic.qFrequencyExponent-cardinality , eq:LoadResponseCharacteristic.qVoltageExponent-datatype , eq:LoadResponseCharacteristic.qConstantPower-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:LoadResponseCharacteristic.qConstantPower-datatype , eq:LoadResponseCharacteristic.pConstantCurrent-datatype , eq:LoadResponseCharacteristic.pVoltageExponent-datatype , eq:LoadResponseCharacteristic.pConstantImpedance-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-datatype , eq:LoadResponseCharacteristic.qConstantCurrent-datatype , eq:LoadResponseCharacteristic.exponentModel-cardinality ; + sh:targetClass cim:LoadResponseCharacteristic . + +eq:LoadResponseCharacteristic.exponentModel-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (exponentModel)." ; + sh:minCount 1 ; + sh:name "LoadResponseCharacteristic.exponentModel-cardinality" ; + sh:order 118 ; + sh:path cim:LoadResponseCharacteristic.exponentModel ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.exponentModel-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the exponentModel." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadResponseCharacteristic.exponentModel-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 118 ; + sh:path cim:LoadResponseCharacteristic.exponentModel ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.pConstantCurrent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadResponseCharacteristic.pConstantCurrent-cardinality" ; + sh:order 119 ; + sh:path cim:LoadResponseCharacteristic.pConstantCurrent ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.pConstantCurrent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pConstantCurrent." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadResponseCharacteristic.pConstantCurrent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 119 ; + sh:path cim:LoadResponseCharacteristic.pConstantCurrent ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.pConstantImpedance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadResponseCharacteristic.pConstantImpedance-cardinality" ; + sh:order 120 ; + sh:path cim:LoadResponseCharacteristic.pConstantImpedance ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.pConstantImpedance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pConstantImpedance." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadResponseCharacteristic.pConstantImpedance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 120 ; + sh:path cim:LoadResponseCharacteristic.pConstantImpedance ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.pConstantPower-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadResponseCharacteristic.pConstantPower-cardinality" ; + sh:order 121 ; + sh:path cim:LoadResponseCharacteristic.pConstantPower ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.pConstantPower-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pConstantPower." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadResponseCharacteristic.pConstantPower-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 121 ; + sh:path cim:LoadResponseCharacteristic.pConstantPower ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.pFrequencyExponent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadResponseCharacteristic.pFrequencyExponent-cardinality" ; + sh:order 122 ; + sh:path cim:LoadResponseCharacteristic.pFrequencyExponent ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.pFrequencyExponent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pFrequencyExponent." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadResponseCharacteristic.pFrequencyExponent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 122 ; + sh:path cim:LoadResponseCharacteristic.pFrequencyExponent ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.pVoltageExponent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadResponseCharacteristic.pVoltageExponent-cardinality" ; + sh:order 123 ; + sh:path cim:LoadResponseCharacteristic.pVoltageExponent ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.pVoltageExponent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pVoltageExponent." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadResponseCharacteristic.pVoltageExponent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 123 ; + sh:path cim:LoadResponseCharacteristic.pVoltageExponent ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.qConstantCurrent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadResponseCharacteristic.qConstantCurrent-cardinality" ; + sh:order 124 ; + sh:path cim:LoadResponseCharacteristic.qConstantCurrent ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.qConstantCurrent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qConstantCurrent." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadResponseCharacteristic.qConstantCurrent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 124 ; + sh:path cim:LoadResponseCharacteristic.qConstantCurrent ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.qConstantImpedance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadResponseCharacteristic.qConstantImpedance-cardinality" ; + sh:order 125 ; + sh:path cim:LoadResponseCharacteristic.qConstantImpedance ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.qConstantImpedance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qConstantImpedance." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadResponseCharacteristic.qConstantImpedance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 125 ; + sh:path cim:LoadResponseCharacteristic.qConstantImpedance ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.qConstantPower-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadResponseCharacteristic.qConstantPower-cardinality" ; + sh:order 126 ; + sh:path cim:LoadResponseCharacteristic.qConstantPower ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.qConstantPower-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qConstantPower." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadResponseCharacteristic.qConstantPower-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 126 ; + sh:path cim:LoadResponseCharacteristic.qConstantPower ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.qFrequencyExponent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadResponseCharacteristic.qFrequencyExponent-cardinality" ; + sh:order 127 ; + sh:path cim:LoadResponseCharacteristic.qFrequencyExponent ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.qFrequencyExponent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qFrequencyExponent." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadResponseCharacteristic.qFrequencyExponent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 127 ; + sh:path cim:LoadResponseCharacteristic.qFrequencyExponent ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.qVoltageExponent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LoadResponseCharacteristic.qVoltageExponent-cardinality" ; + sh:order 128 ; + sh:path cim:LoadResponseCharacteristic.qVoltageExponent ; + sh:severity sh:Violation . + +eq:LoadResponseCharacteristic.qVoltageExponent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qVoltageExponent." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LoadResponseCharacteristic.qVoltageExponent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 128 ; + sh:path cim:LoadResponseCharacteristic.qVoltageExponent ; + sh:severity sh:Violation . + +eq:NonConformLoad rdf:type sh:NodeShape ; + sh:property eq:EnergyConsumer.pfixedPct-cardinality , eq:EnergyConsumer.LoadResponse-valueType , eq:EnergyConsumer.qfixedPct-cardinality , eq:EnergyConsumer.qfixed-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.name-cardinality , eq:Equipment.normallyInService-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.shortName-datatype , eq:EnergyConsumer.pfixed-datatype , eq:EnergyConsumer.LoadResponse-cardinality , eq:IdentifiedObject.description-cardinality , eq:Equipment.normallyInService-datatype , eq:NonConformLoad.LoadGroup-cardinality , eq:EnergyConsumer.pfixed-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:EnergyConsumer.pfixedPct-datatype , eq:IdentifiedObject.description-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-datatype , eq:NonConformLoad.LoadGroup-valueType , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:EnergyConsumer.qfixedPct-datatype , eq:IdentifiedObject.shortName-cardinality , eq:EnergyConsumer.qfixed-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:NonConformLoad . + +eq:NonConformLoad.LoadGroup-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "NonConformLoad.LoadGroup-cardinality" ; + sh:order 243 ; + sh:path cim:NonConformLoad.LoadGroup ; + sh:severity sh:Violation . + +eq:NonConformLoad.LoadGroup-valueType + rdf:type sh:PropertyShape ; + sh:class cim:NonConformLoadGroup ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:NonConformLoadGroup." ; + sh:name "NonConformLoad.LoadGroup-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 74 ; + sh:path cim:NonConformLoad.LoadGroup ; + sh:severity sh:Violation . + +eq:NonConformLoadGroup + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:LoadGroup.SubLoadArea-cardinality , eq:IdentifiedObject.description-cardinality , eq:LoadGroup.SubLoadArea-valueType ; + sh:targetClass cim:NonConformLoadGroup . + +eq:NonConformLoadSchedule + rdf:type sh:NodeShape ; + sh:property eq:RegularIntervalSchedule.endTime-cardinality , eq:BasicIntervalSchedule.value2Unit-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-cardinality , eq:SeasonDayTypeSchedule.Season-valueType , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:BasicIntervalSchedule.value1Unit-datatype , eq:NonConformLoadSchedule.NonConformLoadGroup-valueType , eq:RegularIntervalSchedule.timeStep-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:RegularIntervalSchedule.endTime-datatype , eq:RegularIntervalSchedule.timeStep-datatype , eq:SeasonDayTypeSchedule.Season-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-cardinality , eq:BasicIntervalSchedule.value1Unit-cardinality , eq:SeasonDayTypeSchedule.DayType-cardinality , eq:NonConformLoadSchedule.NonConformLoadGroup-cardinality , eq:SeasonDayTypeSchedule.DayType-valueType , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-datatype , eq:BasicIntervalSchedule.startTime-cardinality , eq:BasicIntervalSchedule.value2Unit-datatype , eq:BasicIntervalSchedule.startTime-datatype ; + sh:targetClass cim:NonConformLoadSchedule . + +eq:NonConformLoadSchedule.NonConformLoadGroup-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "NonConformLoadSchedule.NonConformLoadGroup-cardinality" ; + sh:order 244 ; + sh:path cim:NonConformLoadSchedule.NonConformLoadGroup ; + sh:severity sh:Violation . + +eq:NonConformLoadSchedule.NonConformLoadGroup-valueType + rdf:type sh:PropertyShape ; + sh:class cim:NonConformLoadGroup ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:NonConformLoadGroup." ; + sh:name "NonConformLoadSchedule.NonConformLoadGroup-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 75 ; + sh:path cim:NonConformLoadSchedule.NonConformLoadGroup ; + sh:severity sh:Violation . + +eq:NonlinearShuntCompensator + rdf:type sh:NodeShape ; + sh:property eq:ShuntCompensator.normalSections-datatype , eq:RegulatingCondEq.RegulatingControl-cardinality , eq:Equipment.aggregate-datatype , eq:ShuntCompensator.maximumSections-cardinality , eq:IdentifiedObject.shortName-datatype , eq:Equipment.EquipmentContainer-valueType , eq:ConductingEquipment.BaseVoltage-valueType , eq:Equipment.normallyInService-datatype , eq:ShuntCompensator.voltageSensitivity-cardinality , eq:ShuntCompensator.grounded-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.normallyInService-cardinality , eq:ShuntCompensator.aVRDelay-datatype , eq:ShuntCompensator.maximumSections-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:ShuntCompensator.nomU-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.aggregate-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:RegulatingCondEq.RegulatingControl-valueType , eq:ShuntCompensator.normalSections-cardinality , eq:IdentifiedObject.description-datatype , eq:ShuntCompensator.voltageSensitivity-datatype , eq:ShuntCompensator.grounded-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-cardinality , eq:ShuntCompensator.aVRDelay-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:ShuntCompensator.nomU-cardinality ; + sh:targetClass cim:NonlinearShuntCompensator . + +eq:NonlinearShuntCompensatorPoint + rdf:type sh:NodeShape ; + sh:property eq:NonlinearShuntCompensatorPoint.sectionNumber-datatype , eq:NonlinearShuntCompensatorPoint.sectionNumber-cardinality , eq:NonlinearShuntCompensatorPoint.g-datatype , eq:NonlinearShuntCompensatorPoint.g-cardinality , eq:NonlinearShuntCompensatorPoint.b-datatype , eq:NonlinearShuntCompensatorPoint.b-cardinality ; + sh:targetClass cim:NonlinearShuntCompensatorPoint . + +eq:NonlinearShuntCompensatorPoint.b-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b)." ; + sh:minCount 1 ; + sh:name "NonlinearShuntCompensatorPoint.b-cardinality" ; + sh:order 129 ; + sh:path cim:NonlinearShuntCompensatorPoint.b ; + sh:severity sh:Violation . + +eq:NonlinearShuntCompensatorPoint.b-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "NonlinearShuntCompensatorPoint.b-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 129 ; + sh:path cim:NonlinearShuntCompensatorPoint.b ; + sh:severity sh:Violation . + +eq:NonlinearShuntCompensatorPoint.g-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (g)." ; + sh:minCount 1 ; + sh:name "NonlinearShuntCompensatorPoint.g-cardinality" ; + sh:order 130 ; + sh:path cim:NonlinearShuntCompensatorPoint.g ; + sh:severity sh:Violation . + +eq:NonlinearShuntCompensatorPoint.g-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "NonlinearShuntCompensatorPoint.g-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 130 ; + sh:path cim:NonlinearShuntCompensatorPoint.g ; + sh:severity sh:Violation . + +eq:NonlinearShuntCompensatorPoint.sectionNumber-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (sectionNumber)." ; + sh:minCount 1 ; + sh:name "NonlinearShuntCompensatorPoint.sectionNumber-cardinality" ; + sh:order 131 ; + sh:path cim:NonlinearShuntCompensatorPoint.sectionNumber ; + sh:severity sh:Violation . + +eq:NonlinearShuntCompensatorPoint.sectionNumber-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the sectionNumber." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "NonlinearShuntCompensatorPoint.sectionNumber-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 131 ; + sh:path cim:NonlinearShuntCompensatorPoint.sectionNumber ; + sh:severity sh:Violation . + +eq:NuclearGeneratingUnit + rdf:type sh:NodeShape ; + sh:property eq:GeneratingUnit.minOperatingP-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.name-cardinality , eq:GeneratingUnit.startupTime-datatype , eq:GeneratingUnit.shortPF-cardinality , eq:GeneratingUnit.startupCost-datatype , eq:GeneratingUnit.ratedNetMaxP-datatype , eq:GeneratingUnit.maximumAllowableSpinningReserve-datatype , eq:GeneratingUnit.governorSCD-datatype , eq:GeneratingUnit.nominalP-cardinality , eq:IdentifiedObject.name-datatype , eq:Equipment.EquipmentContainer-valueType , eq:Equipment.EquipmentContainer-cardinality , eq:GeneratingUnit.ratedGrossMaxP-cardinality , eq:GeneratingUnit.ratedNetMaxP-cardinality , eq:GeneratingUnit.maxOperatingP-datatype , eq:GeneratingUnit.variableCost-datatype , eq:IdentifiedObject.mRID-datatype , eq:GeneratingUnit.genControlSource-cardinality , eq:GeneratingUnit.minOperatingP-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-datatype , eq:GeneratingUnit.genControlSource-datatype , eq:Equipment.normallyInService-datatype , eq:GeneratingUnit.ratedGrossMinP-datatype , eq:GeneratingUnit.maximumAllowableSpinningReserve-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.description-datatype , eq:GeneratingUnit.startupCost-cardinality , eq:GeneratingUnit.longPF-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:GeneratingUnit.variableCost-cardinality , eq:GeneratingUnit.longPF-datatype , eq:GeneratingUnit.maxOperatingP-cardinality , eq:GeneratingUnit.ratedGrossMaxP-datatype , eq:GeneratingUnit.nominalP-datatype , eq:GeneratingUnit.totalEfficiency-cardinality , eq:GeneratingUnit.governorSCD-cardinality , eq:GeneratingUnit.ratedGrossMinP-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:GeneratingUnit.startupTime-cardinality , eq:GeneratingUnit.shortPF-datatype , eq:GeneratingUnit.totalEfficiency-datatype ; + sh:targetClass cim:NuclearGeneratingUnit . + +eq:Ontology rdf:type owl:Ontology ; + dct:conformsTo "urn:iso:std:iec:61970-301:ed-7:amd1" , "urn:iso:std:iec:61970-401:draft:ed-1" , "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" , "urn:iso:std:iec:61970-501:draft:ed-2" , "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:creator "ENTSO-E CIM EG"@en ; + dct:description "The constraints for the core equipment profile from IEC 61970-600-2."@en ; + dct:identifier "urn:uuid:9fd00587-84d4-4910-bbd4-e003ed7e0821" ; + dct:issued "2021-01-27T12:43:26Z"^^xsd:dateTime ; + dct:language "en-GB" ; + dct:modified "2020-10-12"^^xsd:date ; + dct:publisher "ENTSO-E"@en ; + dct:rights "Copyright"@en ; + dct:rightsHolder "ENTSO-E"@en ; + dct:title "Core Equipment Constraints"@en ; + owl:incompatibleWith ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "3.0.0"@en ; + dcat:keyword "EQ" ; + dcat:theme "constraints"@en . + +eq:OperationalLimit.OperationalLimitType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "OperationalLimit.OperationalLimitType-cardinality" ; + sh:order 245 ; + sh:path cim:OperationalLimit.OperationalLimitType ; + sh:severity sh:Violation . + +eq:OperationalLimit.OperationalLimitType-valueType + rdf:type sh:PropertyShape ; + sh:class cim:OperationalLimitType ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:OperationalLimitType." ; + sh:name "OperationalLimit.OperationalLimitType-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 76 ; + sh:path cim:OperationalLimit.OperationalLimitType ; + sh:severity sh:Violation . + +eq:OperationalLimitSet + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-datatype , eq:OperationalLimitSet.Equipment-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:OperationalLimitSet.Terminal-cardinality , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:OperationalLimitSet . + +eq:OperationalLimitSet.Equipment-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "OperationalLimitSet.Equipment-cardinality" ; + sh:order 246 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.Equipment-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:OperationalLimitSet.EquipmentPowerElectronicsWindUnit-valueType eq:OperationalLimitSet.EquipmentPhotoVoltaicUnit-valueType eq:OperationalLimitSet.EquipmentBatteryUnit-valueType eq:OperationalLimitSet.EquipmentHydroPump-valueType eq:OperationalLimitSet.EquipmentGeneratingUnit-valueType eq:OperationalLimitSet.EquipmentWindGeneratingUnit-valueType eq:OperationalLimitSet.EquipmentThermalGeneratingUnit-valueType eq:OperationalLimitSet.EquipmentSolarGeneratingUnit-valueType eq:OperationalLimitSet.EquipmentNuclearGeneratingUnit-valueType eq:OperationalLimitSet.EquipmentHydroGeneratingUnit-valueType eq:OperationalLimitSet.EquipmentDCSwitch-valueType eq:OperationalLimitSet.EquipmentDCDisconnector-valueType eq:OperationalLimitSet.EquipmentDCBreaker-valueType eq:OperationalLimitSet.EquipmentDCShunt-valueType eq:OperationalLimitSet.EquipmentDCSeriesDevice-valueType eq:OperationalLimitSet.EquipmentDCLineSegment-valueType eq:OperationalLimitSet.EquipmentDCGround-valueType eq:OperationalLimitSet.EquipmentDCChopper-valueType eq:OperationalLimitSet.EquipmentDCBusbar-valueType eq:OperationalLimitSet.EquipmentSwitch-valueType eq:OperationalLimitSet.EquipmentLoadBreakSwitch-valueType eq:OperationalLimitSet.EquipmentBreaker-valueType eq:OperationalLimitSet.EquipmentDisconnectingCircuitBreaker-valueType eq:OperationalLimitSet.EquipmentJumper-valueType eq:OperationalLimitSet.EquipmentGroundDisconnector-valueType eq:OperationalLimitSet.EquipmentFuse-valueType eq:OperationalLimitSet.EquipmentDisconnector-valueType eq:OperationalLimitSet.EquipmentCut-valueType eq:OperationalLimitSet.EquipmentSeriesCompensator-valueType eq:OperationalLimitSet.EquipmentPowerTransformer-valueType eq:OperationalLimitSet.EquipmentGround-valueType eq:OperationalLimitSet.EquipmentEquivalentShunt-valueType eq:OperationalLimitSet.EquipmentEquivalentInjection-valueType eq:OperationalLimitSet.EquipmentEquivalentBranch-valueType eq:OperationalLimitSet.EquipmentStaticVarCompensator-valueType eq:OperationalLimitSet.EquipmentNonlinearShuntCompensator-valueType eq:OperationalLimitSet.EquipmentLinearShuntCompensator-valueType eq:OperationalLimitSet.EquipmentSynchronousMachine-valueType eq:OperationalLimitSet.EquipmentAsynchronousMachine-valueType eq:OperationalLimitSet.EquipmentPowerElectronicsConnection-valueType eq:OperationalLimitSet.EquipmentExternalNetworkInjection-valueType eq:OperationalLimitSet.EquipmentEnergySource-valueType eq:OperationalLimitSet.EquipmentEnergyConsumer-valueType eq:OperationalLimitSet.EquipmentStationSupply-valueType eq:OperationalLimitSet.EquipmentNonConformLoad-valueType eq:OperationalLimitSet.EquipmentConformLoad-valueType eq:OperationalLimitSet.EquipmentPetersenCoil-valueType eq:OperationalLimitSet.EquipmentGroundingImpedance-valueType eq:OperationalLimitSet.EquipmentJunction-valueType eq:OperationalLimitSet.EquipmentBusbarSection-valueType eq:OperationalLimitSet.EquipmentACLineSegment-valueType eq:OperationalLimitSet.EquipmentClamp-valueType eq:OperationalLimitSet.EquipmentVsConverter-valueType eq:OperationalLimitSet.EquipmentCsConverter-valueType eq:OperationalLimitSet.EquipmentWaveTrap-valueType eq:OperationalLimitSet.EquipmentSurgeArrester-valueType eq:OperationalLimitSet.EquipmentPotentialTransformer-valueType eq:OperationalLimitSet.EquipmentPostLineSensor-valueType eq:OperationalLimitSet.EquipmentCurrentTransformer-valueType eq:OperationalLimitSet.EquipmentFaultIndicator-valueType ) . + +eq:OperationalLimitSet.EquipmentACLineSegment-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ACLineSegment ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ACLineSegment." ; + sh:name "OperationalLimitSet.EquipmentACLineSegment-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 127 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentAsynchronousMachine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachine ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachine." ; + sh:name "OperationalLimitSet.EquipmentAsynchronousMachine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 115 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentBatteryUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:BatteryUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:BatteryUnit." ; + sh:name "OperationalLimitSet.EquipmentBatteryUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 79 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentBreaker-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Breaker ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Breaker." ; + sh:name "OperationalLimitSet.EquipmentBreaker-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 98 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentBusbarSection-valueType + rdf:type sh:PropertyShape ; + sh:class cim:BusbarSection ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:BusbarSection." ; + sh:name "OperationalLimitSet.EquipmentBusbarSection-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 126 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentClamp-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Clamp ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Clamp." ; + sh:name "OperationalLimitSet.EquipmentClamp-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 128 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentConformLoad-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ConformLoad ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ConformLoad." ; + sh:name "OperationalLimitSet.EquipmentConformLoad-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 122 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentCsConverter-valueType + rdf:type sh:PropertyShape ; + sh:class cim:CsConverter ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:CsConverter." ; + sh:name "OperationalLimitSet.EquipmentCsConverter-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 130 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentCurrentTransformer-valueType + rdf:type sh:PropertyShape ; + sh:class cim:CurrentTransformer ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:CurrentTransformer." ; + sh:name "OperationalLimitSet.EquipmentCurrentTransformer-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 135 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentCut-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Cut ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Cut." ; + sh:name "OperationalLimitSet.EquipmentCut-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 104 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentDCBreaker-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCBreaker ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCBreaker." ; + sh:name "OperationalLimitSet.EquipmentDCBreaker-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 89 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentDCBusbar-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCBusbar ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCBusbar." ; + sh:name "OperationalLimitSet.EquipmentDCBusbar-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 95 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentDCChopper-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCChopper ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCChopper." ; + sh:name "OperationalLimitSet.EquipmentDCChopper-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 94 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentDCDisconnector-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCDisconnector ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCDisconnector." ; + sh:name "OperationalLimitSet.EquipmentDCDisconnector-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 88 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentDCGround-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCGround ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCGround." ; + sh:name "OperationalLimitSet.EquipmentDCGround-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 93 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentDCLineSegment-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCLineSegment ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCLineSegment." ; + sh:name "OperationalLimitSet.EquipmentDCLineSegment-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 92 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentDCSeriesDevice-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCSeriesDevice ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCSeriesDevice." ; + sh:name "OperationalLimitSet.EquipmentDCSeriesDevice-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 91 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentDCShunt-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCShunt ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCShunt." ; + sh:name "OperationalLimitSet.EquipmentDCShunt-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 90 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentDCSwitch-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCSwitch ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCSwitch." ; + sh:name "OperationalLimitSet.EquipmentDCSwitch-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 87 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentDisconnectingCircuitBreaker-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DisconnectingCircuitBreaker ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DisconnectingCircuitBreaker." ; + sh:name "OperationalLimitSet.EquipmentDisconnectingCircuitBreaker-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 99 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentDisconnector-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Disconnector ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Disconnector." ; + sh:name "OperationalLimitSet.EquipmentDisconnector-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 103 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentEnergyConsumer-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EnergyConsumer ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EnergyConsumer." ; + sh:name "OperationalLimitSet.EquipmentEnergyConsumer-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 119 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentEnergySource-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EnergySource ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EnergySource." ; + sh:name "OperationalLimitSet.EquipmentEnergySource-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 118 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentEquivalentBranch-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EquivalentBranch ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EquivalentBranch." ; + sh:name "OperationalLimitSet.EquipmentEquivalentBranch-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 110 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentEquivalentInjection-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EquivalentInjection ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EquivalentInjection." ; + sh:name "OperationalLimitSet.EquipmentEquivalentInjection-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 109 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentEquivalentShunt-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EquivalentShunt ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EquivalentShunt." ; + sh:name "OperationalLimitSet.EquipmentEquivalentShunt-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 108 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentExternalNetworkInjection-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExternalNetworkInjection ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExternalNetworkInjection." ; + sh:name "OperationalLimitSet.EquipmentExternalNetworkInjection-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 117 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentFaultIndicator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:FaultIndicator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:FaultIndicator." ; + sh:name "OperationalLimitSet.EquipmentFaultIndicator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 136 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentFuse-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Fuse ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Fuse." ; + sh:name "OperationalLimitSet.EquipmentFuse-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 102 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GeneratingUnit." ; + sh:name "OperationalLimitSet.EquipmentGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 81 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentGround-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Ground ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Ground." ; + sh:name "OperationalLimitSet.EquipmentGround-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 107 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentGroundDisconnector-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GroundDisconnector ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GroundDisconnector." ; + sh:name "OperationalLimitSet.EquipmentGroundDisconnector-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 101 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentGroundingImpedance-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GroundingImpedance ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GroundingImpedance." ; + sh:name "OperationalLimitSet.EquipmentGroundingImpedance-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 124 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentHydroGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:HydroGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:HydroGeneratingUnit." ; + sh:name "OperationalLimitSet.EquipmentHydroGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 86 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentHydroPump-valueType + rdf:type sh:PropertyShape ; + sh:class cim:HydroPump ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:HydroPump." ; + sh:name "OperationalLimitSet.EquipmentHydroPump-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 80 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentJumper-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Jumper ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Jumper." ; + sh:name "OperationalLimitSet.EquipmentJumper-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 100 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentJunction-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Junction ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Junction." ; + sh:name "OperationalLimitSet.EquipmentJunction-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 125 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentLinearShuntCompensator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LinearShuntCompensator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LinearShuntCompensator." ; + sh:name "OperationalLimitSet.EquipmentLinearShuntCompensator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 113 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentLoadBreakSwitch-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadBreakSwitch ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadBreakSwitch." ; + sh:name "OperationalLimitSet.EquipmentLoadBreakSwitch-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 97 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentNonConformLoad-valueType + rdf:type sh:PropertyShape ; + sh:class cim:NonConformLoad ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:NonConformLoad." ; + sh:name "OperationalLimitSet.EquipmentNonConformLoad-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 121 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentNonlinearShuntCompensator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:NonlinearShuntCompensator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:NonlinearShuntCompensator." ; + sh:name "OperationalLimitSet.EquipmentNonlinearShuntCompensator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 112 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentNuclearGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:NuclearGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:NuclearGeneratingUnit." ; + sh:name "OperationalLimitSet.EquipmentNuclearGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 85 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentPetersenCoil-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PetersenCoil ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PetersenCoil." ; + sh:name "OperationalLimitSet.EquipmentPetersenCoil-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 123 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentPhotoVoltaicUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PhotoVoltaicUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PhotoVoltaicUnit." ; + sh:name "OperationalLimitSet.EquipmentPhotoVoltaicUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 78 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentPostLineSensor-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PostLineSensor ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PostLineSensor." ; + sh:name "OperationalLimitSet.EquipmentPostLineSensor-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 134 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentPotentialTransformer-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PotentialTransformer ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PotentialTransformer." ; + sh:name "OperationalLimitSet.EquipmentPotentialTransformer-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 133 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentPowerElectronicsConnection-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerElectronicsConnection ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerElectronicsConnection." ; + sh:name "OperationalLimitSet.EquipmentPowerElectronicsConnection-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 116 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentPowerElectronicsWindUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerElectronicsWindUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerElectronicsWindUnit." ; + sh:name "OperationalLimitSet.EquipmentPowerElectronicsWindUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 77 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentPowerTransformer-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerTransformer ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerTransformer." ; + sh:name "OperationalLimitSet.EquipmentPowerTransformer-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 106 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentSeriesCompensator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SeriesCompensator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SeriesCompensator." ; + sh:name "OperationalLimitSet.EquipmentSeriesCompensator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 105 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentSolarGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SolarGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SolarGeneratingUnit." ; + sh:name "OperationalLimitSet.EquipmentSolarGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 84 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentStaticVarCompensator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:StaticVarCompensator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:StaticVarCompensator." ; + sh:name "OperationalLimitSet.EquipmentStaticVarCompensator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 111 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentStationSupply-valueType + rdf:type sh:PropertyShape ; + sh:class cim:StationSupply ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:StationSupply." ; + sh:name "OperationalLimitSet.EquipmentStationSupply-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 120 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentSurgeArrester-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SurgeArrester ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SurgeArrester." ; + sh:name "OperationalLimitSet.EquipmentSurgeArrester-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 132 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentSwitch-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Switch ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Switch." ; + sh:name "OperationalLimitSet.EquipmentSwitch-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 96 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentSynchronousMachine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachine ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachine." ; + sh:name "OperationalLimitSet.EquipmentSynchronousMachine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 114 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentThermalGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ThermalGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ThermalGeneratingUnit." ; + sh:name "OperationalLimitSet.EquipmentThermalGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 83 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentVsConverter-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VsConverter ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VsConverter." ; + sh:name "OperationalLimitSet.EquipmentVsConverter-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 129 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentWaveTrap-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WaveTrap ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WaveTrap." ; + sh:name "OperationalLimitSet.EquipmentWaveTrap-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 131 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.EquipmentWindGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindGeneratingUnit." ; + sh:name "OperationalLimitSet.EquipmentWindGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 82 ; + sh:path cim:OperationalLimitSet.Equipment ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.Terminal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "OperationalLimitSet.Terminal-cardinality" ; + sh:order 247 ; + sh:path cim:OperationalLimitSet.Terminal ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.Terminal-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:OperationalLimitSet.TerminalTerminal-valueType eq:OperationalLimitSet.TerminalDCTerminal-valueType eq:OperationalLimitSet.TerminalACDCConverterDCTerminal-valueType ) . + +eq:OperationalLimitSet.TerminalACDCConverterDCTerminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ACDCConverterDCTerminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ACDCConverterDCTerminal." ; + sh:name "OperationalLimitSet.TerminalACDCConverterDCTerminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 139 ; + sh:path cim:OperationalLimitSet.Terminal ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.TerminalDCTerminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCTerminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCTerminal." ; + sh:name "OperationalLimitSet.TerminalDCTerminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 138 ; + sh:path cim:OperationalLimitSet.Terminal ; + sh:severity sh:Violation . + +eq:OperationalLimitSet.TerminalTerminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Terminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Terminal." ; + sh:name "OperationalLimitSet.TerminalTerminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 137 ; + sh:path cim:OperationalLimitSet.Terminal ; + sh:severity sh:Violation . + +eq:OperationalLimitType + rdf:type sh:NodeShape ; + sh:property eq:OperationalLimitType.direction-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:OperationalLimitType.isInfiniteDuration-cardinality , eq:OperationalLimitType.direction-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.name-cardinality , eq:OperationalLimitType.acceptableDuration-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.description-datatype , eq:OperationalLimitType.acceptableDuration-cardinality , eq:OperationalLimitType.kind-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-datatype , eq:OperationalLimitType.isInfiniteDuration-datatype , eq:OperationalLimitType.kind-cardinality ; + sh:targetClass cim:OperationalLimitType . + +eq:OperationalLimitType.acceptableDuration-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "OperationalLimitType.acceptableDuration-cardinality" ; + sh:order 132 ; + sh:path cim:OperationalLimitType.acceptableDuration ; + sh:severity sh:Violation . + +eq:OperationalLimitType.acceptableDuration-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the acceptableDuration." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OperationalLimitType.acceptableDuration-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 132 ; + sh:path cim:OperationalLimitType.acceptableDuration ; + sh:severity sh:Violation . + +eq:OperationalLimitType.direction-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (direction)." ; + sh:minCount 1 ; + sh:name "OperationalLimitType.direction-cardinality" ; + sh:order 133 ; + sh:path cim:OperationalLimitType.direction ; + sh:severity sh:Violation . + +eq:OperationalLimitType.direction-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the direction." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:OperationalLimitDirectionKind.high cim:OperationalLimitDirectionKind.low cim:OperationalLimitDirectionKind.absoluteValue ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "OperationalLimitType.direction-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 133 ; + sh:path cim:OperationalLimitType.direction ; + sh:severity sh:Violation . + +eq:OperationalLimitType.isInfiniteDuration-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (isInfiniteDuration)." ; + sh:minCount 1 ; + sh:name "OperationalLimitType.isInfiniteDuration-cardinality" ; + sh:order 134 ; + sh:path cim:OperationalLimitType.isInfiniteDuration ; + sh:severity sh:Violation . + +eq:OperationalLimitType.isInfiniteDuration-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the isInfiniteDuration." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "OperationalLimitType.isInfiniteDuration-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 134 ; + sh:path cim:OperationalLimitType.isInfiniteDuration ; + sh:severity sh:Violation . + +eq:OperationalLimitType.kind-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (kind)." ; + sh:minCount 1 ; + sh:name "OperationalLimitType.kind-cardinality" ; + sh:order 135 ; + sh:path eu:OperationalLimitType.kind ; + sh:severity sh:Violation . + +eq:OperationalLimitType.kind-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the kind." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:LimitKind.patl cim:LimitKind.patlt cim:LimitKind.tatl cim:LimitKind.tc cim:LimitKind.tct cim:LimitKind.highVoltage cim:LimitKind.lowVoltage cim:LimitKind.operationalVoltageLimit cim:LimitKind.alarmVoltage cim:LimitKind.warningVoltage cim:LimitKind.stability ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "OperationalLimitType.kind-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 135 ; + sh:path eu:OperationalLimitType.kind ; + sh:severity sh:Violation . + +eq:PetersenCoil rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-datatype , eq:Equipment.aggregate-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:PetersenCoil . +eq:PhaseTapChanger.TransformerEnd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "PhaseTapChanger.TransformerEnd-cardinality" ; + sh:order 248 ; + sh:path cim:PhaseTapChanger.TransformerEnd ; + sh:severity sh:Violation . + +eq:PhaseTapChanger.TransformerEnd-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:PhaseTapChanger.TransformerEndPowerTransformerEnd-valueType ) . + +eq:PhaseTapChanger.TransformerEndPowerTransformerEnd-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerTransformerEnd ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerTransformerEnd." ; + sh:name "PhaseTapChanger.TransformerEndPowerTransformerEnd-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 140 ; + sh:path cim:PhaseTapChanger.TransformerEnd ; + sh:severity sh:Violation . + +eq:PhaseTapChangerAsymmetrical + rdf:type sh:NodeShape ; + sh:property eq:TapChanger.ltcFlag-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:TapChanger.neutralU-cardinality , eq:TapChanger.neutralU-datatype , eq:PhaseTapChanger.TransformerEnd-valueType , eq:IdentifiedObject.mRID-cardinality , eq:PhaseTapChangerNonLinear.xMin-datatype , eq:IdentifiedObject.mRID-datatype , eq:TapChanger.neutralStep-cardinality , eq:TapChanger.lowStep-datatype , eq:TapChanger.highStep-datatype , eq:TapChanger.normalStep-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-cardinality , eq:PhaseTapChangerAsymmetrical.windingConnectionAngle-cardinality , eq:TapChanger.highStep-cardinality , eq:IdentifiedObject.name-cardinality , eq:TapChanger.lowStep-cardinality , eq:TapChanger.TapChangerControl-valueType , eq:PhaseTapChangerAsymmetrical.windingConnectionAngle-datatype , eq:IdentifiedObject.name-datatype , eq:TapChanger.TapChangerControl-cardinality , eq:PhaseTapChangerNonLinear.xMin-cardinality , eq:PhaseTapChangerNonLinear.xMax-datatype , eq:PhaseTapChanger.TransformerEnd-cardinality , eq:TapChanger.neutralStep-datatype , eq:PhaseTapChangerNonLinear.voltageStepIncrement-cardinality , eq:PhaseTapChangerNonLinear.voltageStepIncrement-datatype , eq:PhaseTapChangerNonLinear.xMax-cardinality , eq:TapChanger.normalStep-cardinality , eq:TapChanger.ltcFlag-datatype ; + sh:targetClass cim:PhaseTapChangerAsymmetrical . + +eq:PhaseTapChangerAsymmetrical.windingConnectionAngle-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (windingConnectionAngle)." ; + sh:minCount 1 ; + sh:name "PhaseTapChangerAsymmetrical.windingConnectionAngle-cardinality" ; + sh:order 136 ; + sh:path cim:PhaseTapChangerAsymmetrical.windingConnectionAngle ; + sh:severity sh:Violation . + +eq:PhaseTapChangerAsymmetrical.windingConnectionAngle-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the windingConnectionAngle." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PhaseTapChangerAsymmetrical.windingConnectionAngle-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 136 ; + sh:path cim:PhaseTapChangerAsymmetrical.windingConnectionAngle ; + sh:severity sh:Violation . + +eq:PhaseTapChangerLinear + rdf:type sh:NodeShape ; + sh:property eq:TapChanger.neutralU-datatype , eq:IdentifiedObject.name-cardinality , eq:TapChanger.neutralU-cardinality , eq:IdentifiedObject.mRID-datatype , eq:TapChanger.neutralStep-cardinality , eq:TapChanger.ltcFlag-datatype , eq:TapChanger.neutralStep-datatype , eq:TapChanger.TapChangerControl-valueType , eq:IdentifiedObject.shortName-datatype , eq:PhaseTapChangerLinear.xMax-datatype , eq:PhaseTapChangerLinear.xMin-datatype , eq:TapChanger.lowStep-cardinality , eq:TapChanger.highStep-datatype , eq:PhaseTapChangerLinear.stepPhaseShiftIncrement-datatype , eq:IdentifiedObject.name-datatype , eq:PhaseTapChanger.TransformerEnd-valueType , eq:TapChanger.highStep-cardinality , eq:TapChanger.ltcFlag-cardinality , eq:PhaseTapChangerLinear.xMax-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:PhaseTapChangerLinear.xMin-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:TapChanger.TapChangerControl-cardinality , eq:TapChanger.lowStep-datatype , eq:PhaseTapChanger.TransformerEnd-cardinality , eq:TapChanger.normalStep-datatype , eq:TapChanger.normalStep-cardinality , eq:PhaseTapChangerLinear.stepPhaseShiftIncrement-cardinality ; + sh:targetClass cim:PhaseTapChangerLinear . + +eq:PhaseTapChangerLinear.stepPhaseShiftIncrement-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (stepPhaseShiftIncrement)." ; + sh:minCount 1 ; + sh:name "PhaseTapChangerLinear.stepPhaseShiftIncrement-cardinality" ; + sh:order 137 ; + sh:path cim:PhaseTapChangerLinear.stepPhaseShiftIncrement ; + sh:severity sh:Violation . + +eq:PhaseTapChangerLinear.stepPhaseShiftIncrement-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the stepPhaseShiftIncrement." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PhaseTapChangerLinear.stepPhaseShiftIncrement-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 137 ; + sh:path cim:PhaseTapChangerLinear.stepPhaseShiftIncrement ; + sh:severity sh:Violation . + +eq:PhaseTapChangerLinear.xMax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xMax)." ; + sh:minCount 1 ; + sh:name "PhaseTapChangerLinear.xMax-cardinality" ; + sh:order 138 ; + sh:path cim:PhaseTapChangerLinear.xMax ; + sh:severity sh:Violation . + +eq:PhaseTapChangerLinear.xMax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xMax." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PhaseTapChangerLinear.xMax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 138 ; + sh:path cim:PhaseTapChangerLinear.xMax ; + sh:severity sh:Violation . + +eq:PhaseTapChangerLinear.xMin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xMin)." ; + sh:minCount 1 ; + sh:name "PhaseTapChangerLinear.xMin-cardinality" ; + sh:order 139 ; + sh:path cim:PhaseTapChangerLinear.xMin ; + sh:severity sh:Violation . + +eq:PhaseTapChangerLinear.xMin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xMin." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PhaseTapChangerLinear.xMin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 139 ; + sh:path cim:PhaseTapChangerLinear.xMin ; + sh:severity sh:Violation . + +eq:PhaseTapChangerNonLinear.voltageStepIncrement-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (voltageStepIncrement)." ; + sh:minCount 1 ; + sh:name "PhaseTapChangerNonLinear.voltageStepIncrement-cardinality" ; + sh:order 140 ; + sh:path cim:PhaseTapChangerNonLinear.voltageStepIncrement ; + sh:severity sh:Violation . + +eq:PhaseTapChangerNonLinear.voltageStepIncrement-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the voltageStepIncrement." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PhaseTapChangerNonLinear.voltageStepIncrement-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 140 ; + sh:path cim:PhaseTapChangerNonLinear.voltageStepIncrement ; + sh:severity sh:Violation . + +eq:PhaseTapChangerNonLinear.xMax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xMax)." ; + sh:minCount 1 ; + sh:name "PhaseTapChangerNonLinear.xMax-cardinality" ; + sh:order 141 ; + sh:path cim:PhaseTapChangerNonLinear.xMax ; + sh:severity sh:Violation . + +eq:PhaseTapChangerNonLinear.xMax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xMax." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PhaseTapChangerNonLinear.xMax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 141 ; + sh:path cim:PhaseTapChangerNonLinear.xMax ; + sh:severity sh:Violation . + +eq:PhaseTapChangerNonLinear.xMin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xMin)." ; + sh:minCount 1 ; + sh:name "PhaseTapChangerNonLinear.xMin-cardinality" ; + sh:order 142 ; + sh:path cim:PhaseTapChangerNonLinear.xMin ; + sh:severity sh:Violation . + +eq:PhaseTapChangerNonLinear.xMin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xMin." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PhaseTapChangerNonLinear.xMin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 142 ; + sh:path cim:PhaseTapChangerNonLinear.xMin ; + sh:severity sh:Violation . + +eq:PhaseTapChangerSymmetrical + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-cardinality , eq:PhaseTapChangerNonLinear.voltageStepIncrement-datatype , eq:TapChanger.highStep-datatype , eq:IdentifiedObject.mRID-cardinality , eq:TapChanger.TapChangerControl-valueType , eq:TapChanger.neutralStep-cardinality , eq:IdentifiedObject.mRID-datatype , eq:TapChanger.TapChangerControl-cardinality , eq:TapChanger.neutralU-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:TapChanger.highStep-cardinality , eq:PhaseTapChanger.TransformerEnd-cardinality , eq:TapChanger.normalStep-datatype , eq:TapChanger.ltcFlag-cardinality , eq:IdentifiedObject.description-datatype , eq:PhaseTapChangerNonLinear.xMax-datatype , eq:TapChanger.lowStep-datatype , eq:PhaseTapChanger.TransformerEnd-valueType , eq:TapChanger.normalStep-cardinality , eq:PhaseTapChangerNonLinear.xMin-cardinality , eq:TapChanger.ltcFlag-datatype , eq:PhaseTapChangerNonLinear.voltageStepIncrement-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:TapChanger.neutralU-cardinality , eq:IdentifiedObject.name-cardinality , eq:TapChanger.lowStep-cardinality , eq:TapChanger.neutralStep-datatype , eq:IdentifiedObject.name-datatype , eq:PhaseTapChangerNonLinear.xMax-cardinality , eq:PhaseTapChangerNonLinear.xMin-datatype ; + sh:targetClass cim:PhaseTapChangerSymmetrical . + +eq:PhaseTapChangerTable + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:PhaseTapChangerTable . + +eq:PhaseTapChangerTablePoint + rdf:type sh:NodeShape ; + sh:property eq:TapChangerTablePoint.step-cardinality , eq:TapChangerTablePoint.ratio-cardinality , eq:PhaseTapChangerTablePoint.PhaseTapChangerTable-valueType , eq:TapChangerTablePoint.b-datatype , eq:TapChangerTablePoint.g-cardinality , eq:TapChangerTablePoint.x-cardinality , eq:PhaseTapChangerTablePoint.angle-datatype , eq:TapChangerTablePoint.x-datatype , eq:PhaseTapChangerTablePoint.PhaseTapChangerTable-cardinality , eq:TapChangerTablePoint.step-datatype , eq:TapChangerTablePoint.ratio-datatype , eq:TapChangerTablePoint.r-datatype , eq:TapChangerTablePoint.r-cardinality , eq:TapChangerTablePoint.g-datatype , eq:PhaseTapChangerTablePoint.angle-cardinality , eq:TapChangerTablePoint.b-cardinality ; + sh:targetClass cim:PhaseTapChangerTablePoint . + +eq:PhaseTapChangerTablePoint.PhaseTapChangerTable-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "PhaseTapChangerTablePoint.PhaseTapChangerTable-cardinality" ; + sh:order 249 ; + sh:path cim:PhaseTapChangerTablePoint.PhaseTapChangerTable ; + sh:severity sh:Violation . + +eq:PhaseTapChangerTablePoint.PhaseTapChangerTable-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PhaseTapChangerTable ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PhaseTapChangerTable." ; + sh:name "PhaseTapChangerTablePoint.PhaseTapChangerTable-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 141 ; + sh:path cim:PhaseTapChangerTablePoint.PhaseTapChangerTable ; + sh:severity sh:Violation . + +eq:PhaseTapChangerTablePoint.angle-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (angle)." ; + sh:minCount 1 ; + sh:name "PhaseTapChangerTablePoint.angle-cardinality" ; + sh:order 143 ; + sh:path cim:PhaseTapChangerTablePoint.angle ; + sh:severity sh:Violation . + +eq:PhaseTapChangerTablePoint.angle-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the angle." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PhaseTapChangerTablePoint.angle-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 143 ; + sh:path cim:PhaseTapChangerTablePoint.angle ; + sh:severity sh:Violation . + +eq:PhaseTapChangerTabular + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.shortName-cardinality , eq:TapChanger.ltcFlag-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.name-datatype , eq:TapChanger.TapChangerControl-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:TapChanger.lowStep-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-datatype , eq:TapChanger.normalStep-cardinality , eq:TapChanger.lowStep-datatype , eq:TapChanger.neutralStep-datatype , eq:TapChanger.normalStep-datatype , eq:PhaseTapChangerTabular.PhaseTapChangerTable-cardinality , eq:PhaseTapChanger.TransformerEnd-cardinality , eq:PhaseTapChanger.TransformerEnd-valueType , eq:TapChanger.neutralU-cardinality , eq:TapChanger.ltcFlag-datatype , eq:TapChanger.neutralStep-cardinality , eq:TapChanger.neutralU-datatype , eq:TapChanger.highStep-cardinality , eq:TapChanger.highStep-datatype , eq:TapChanger.TapChangerControl-valueType , eq:PhaseTapChangerTabular.PhaseTapChangerTable-valueType , eq:IdentifiedObject.name-cardinality ; + sh:targetClass cim:PhaseTapChangerTabular . + +eq:PhaseTapChangerTabular.PhaseTapChangerTable-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "PhaseTapChangerTabular.PhaseTapChangerTable-cardinality" ; + sh:order 250 ; + sh:path cim:PhaseTapChangerTabular.PhaseTapChangerTable ; + sh:severity sh:Violation . + +eq:PhaseTapChangerTabular.PhaseTapChangerTable-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PhaseTapChangerTable ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PhaseTapChangerTable." ; + sh:name "PhaseTapChangerTabular.PhaseTapChangerTable-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 142 ; + sh:path cim:PhaseTapChangerTabular.PhaseTapChangerTable ; + sh:severity sh:Violation . + +eq:PhotoVoltaicUnit rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:PowerElectronicsUnit.minP-cardinality , eq:PowerElectronicsUnit.maxP-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.shortName-datatype , eq:PowerElectronicsUnit.maxP-datatype , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-datatype , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:PowerElectronicsUnit.minP-datatype , eq:IdentifiedObject.description-datatype , eq:Equipment.aggregate-cardinality ; + sh:targetClass cim:PhotoVoltaicUnit . + +eq:PostLineSensor rdf:type sh:NodeShape ; + sh:property eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.description-datatype , eq:Equipment.aggregate-datatype , eq:AuxiliaryEquipment.Terminal-valueType , eq:AuxiliaryEquipment.Terminal-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.shortName-datatype , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:PostLineSensor . + +eq:PotentialTransformer + rdf:type sh:NodeShape ; + sh:property eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.name-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-datatype , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:AuxiliaryEquipment.Terminal-cardinality , eq:IdentifiedObject.description-cardinality , eq:AuxiliaryEquipment.Terminal-valueType , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:PotentialTransformer . + +eq:PowerElectronicsConnection + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:PowerElectronicsConnection.ratedU-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:ConductingEquipment.BaseVoltage-valueType , eq:PowerElectronicsConnection.ratedS-datatype , eq:RegulatingCondEq.RegulatingControl-valueType , eq:IdentifiedObject.description-datatype , eq:PowerElectronicsConnection.minQ-datatype , eq:IdentifiedObject.description-cardinality , eq:PowerElectronicsConnection.minQ-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.normallyInService-datatype , eq:PowerElectronicsConnection.maxQ-cardinality , eq:Equipment.normallyInService-cardinality , eq:RegulatingCondEq.RegulatingControl-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.mRID-datatype , eq:PowerElectronicsConnection.ratedU-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.name-cardinality , eq:Equipment.aggregate-cardinality , eq:PowerElectronicsConnection.ratedS-cardinality , eq:PowerElectronicsConnection.PowerElectronicsUnit-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.shortName-cardinality , eq:PowerElectronicsConnection.maxQ-datatype ; + sh:targetClass cim:PowerElectronicsConnection . + +eq:PowerElectronicsConnection.PowerElectronicsUnit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerElectronicsConnection.PowerElectronicsUnit-cardinality" ; + sh:order 251 ; + sh:path cim:PowerElectronicsConnection.PowerElectronicsUnit ; + sh:severity sh:Violation . + +eq:PowerElectronicsConnection.PowerElectronicsUnit-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:PowerElectronicsConnection.PowerElectronicsUnitPowerElectronicsWindUnit-valueType eq:PowerElectronicsConnection.PowerElectronicsUnitPhotoVoltaicUnit-valueType eq:PowerElectronicsConnection.PowerElectronicsUnitBatteryUnit-valueType ) . + +eq:PowerElectronicsConnection.PowerElectronicsUnitBatteryUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:BatteryUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:BatteryUnit." ; + sh:name "PowerElectronicsConnection.PowerElectronicsUnitBatteryUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 145 ; + sh:path cim:PowerElectronicsConnection.PowerElectronicsUnit ; + sh:severity sh:Violation . + +eq:PowerElectronicsConnection.PowerElectronicsUnitPhotoVoltaicUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PhotoVoltaicUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PhotoVoltaicUnit." ; + sh:name "PowerElectronicsConnection.PowerElectronicsUnitPhotoVoltaicUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 144 ; + sh:path cim:PowerElectronicsConnection.PowerElectronicsUnit ; + sh:severity sh:Violation . + +eq:PowerElectronicsConnection.PowerElectronicsUnitPowerElectronicsWindUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerElectronicsWindUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerElectronicsWindUnit." ; + sh:name "PowerElectronicsConnection.PowerElectronicsUnitPowerElectronicsWindUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 143 ; + sh:path cim:PowerElectronicsConnection.PowerElectronicsUnit ; + sh:severity sh:Violation . + +eq:PowerElectronicsConnection.maxQ-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerElectronicsConnection.maxQ-cardinality" ; + sh:order 144 ; + sh:path cim:PowerElectronicsConnection.maxQ ; + sh:severity sh:Violation . + +eq:PowerElectronicsConnection.maxQ-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxQ." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerElectronicsConnection.maxQ-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 144 ; + sh:path cim:PowerElectronicsConnection.maxQ ; + sh:severity sh:Violation . + +eq:PowerElectronicsConnection.minQ-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerElectronicsConnection.minQ-cardinality" ; + sh:order 145 ; + sh:path cim:PowerElectronicsConnection.minQ ; + sh:severity sh:Violation . + +eq:PowerElectronicsConnection.minQ-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minQ." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerElectronicsConnection.minQ-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 145 ; + sh:path cim:PowerElectronicsConnection.minQ ; + sh:severity sh:Violation . + +eq:PowerElectronicsConnection.ratedS-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerElectronicsConnection.ratedS-cardinality" ; + sh:order 146 ; + sh:path cim:PowerElectronicsConnection.ratedS ; + sh:severity sh:Violation . + +eq:PowerElectronicsConnection.ratedS-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedS." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerElectronicsConnection.ratedS-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 146 ; + sh:path cim:PowerElectronicsConnection.ratedS ; + sh:severity sh:Violation . + +eq:PowerElectronicsConnection.ratedU-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerElectronicsConnection.ratedU-cardinality" ; + sh:order 147 ; + sh:path cim:PowerElectronicsConnection.ratedU ; + sh:severity sh:Violation . + +eq:PowerElectronicsConnection.ratedU-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedU." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerElectronicsConnection.ratedU-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 147 ; + sh:path cim:PowerElectronicsConnection.ratedU ; + sh:severity sh:Violation . + +eq:PowerElectronicsUnit.maxP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerElectronicsUnit.maxP-cardinality" ; + sh:order 148 ; + sh:path cim:PowerElectronicsUnit.maxP ; + sh:severity sh:Violation . + +eq:PowerElectronicsUnit.maxP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerElectronicsUnit.maxP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 148 ; + sh:path cim:PowerElectronicsUnit.maxP ; + sh:severity sh:Violation . + +eq:PowerElectronicsUnit.minP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerElectronicsUnit.minP-cardinality" ; + sh:order 149 ; + sh:path cim:PowerElectronicsUnit.minP ; + sh:severity sh:Violation . + +eq:PowerElectronicsUnit.minP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minP." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerElectronicsUnit.minP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 149 ; + sh:path cim:PowerElectronicsUnit.minP ; + sh:severity sh:Violation . + +eq:PowerElectronicsWindUnit + rdf:type sh:NodeShape ; + sh:property eq:PowerElectronicsUnit.maxP-datatype , eq:PowerElectronicsUnit.maxP-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:PowerElectronicsUnit.minP-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-cardinality , eq:PowerElectronicsUnit.minP-cardinality , eq:Equipment.aggregate-cardinality , eq:Equipment.aggregate-datatype , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:PowerElectronicsWindUnit . + +eq:PowerTransformer rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.normallyInService-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:ConductingEquipment.BaseVoltage-valueType , eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.aggregate-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.name-datatype , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-cardinality ; + sh:targetClass cim:PowerTransformer . + +eq:PowerTransformerEnd + rdf:type sh:NodeShape ; + sh:property eq:PowerTransformerEnd.PowerTransformer-valueType , eq:PowerTransformerEnd.b-datatype , eq:PowerTransformerEnd.b-cardinality , eq:TransformerEnd.BaseVoltage-valueType , eq:TransformerEnd.Terminal-valueType , eq:PowerTransformerEnd.PowerTransformer-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-datatype , eq:PowerTransformerEnd.ratedU-cardinality , eq:PowerTransformerEnd.x-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-datatype , eq:PowerTransformerEnd.r-cardinality , eq:PowerTransformerEnd.r-datatype , eq:PowerTransformerEnd.x-datatype , eq:PowerTransformerEnd.g-datatype , eq:TransformerEnd.BaseVoltage-cardinality , eq:PowerTransformerEnd.ratedS-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:TransformerEnd.endNumber-datatype , eq:TransformerEnd.Terminal-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:PowerTransformerEnd.ratedU-datatype , eq:PowerTransformerEnd.connectionKind-cardinality , eq:TransformerEnd.endNumber-cardinality , eq:PowerTransformerEnd.connectionKind-datatype , eq:PowerTransformerEnd.g-cardinality , eq:IdentifiedObject.description-cardinality , eq:PowerTransformerEnd.ratedS-datatype ; + sh:targetClass cim:PowerTransformerEnd . + +eq:PowerTransformerEnd.PowerTransformer-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "PowerTransformerEnd.PowerTransformer-cardinality" ; + sh:order 252 ; + sh:path cim:PowerTransformerEnd.PowerTransformer ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.PowerTransformer-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerTransformer ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerTransformer." ; + sh:name "PowerTransformerEnd.PowerTransformer-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 146 ; + sh:path cim:PowerTransformerEnd.PowerTransformer ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.b-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b)." ; + sh:minCount 1 ; + sh:name "PowerTransformerEnd.b-cardinality" ; + sh:order 150 ; + sh:path cim:PowerTransformerEnd.b ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.b-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformerEnd.b-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 150 ; + sh:path cim:PowerTransformerEnd.b ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.connectionKind-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerTransformerEnd.connectionKind-cardinality" ; + sh:order 151 ; + sh:path cim:PowerTransformerEnd.connectionKind ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.connectionKind-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the connectionKind." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:WindingConnection.D cim:WindingConnection.Y cim:WindingConnection.Z cim:WindingConnection.Yn cim:WindingConnection.Zn cim:WindingConnection.A cim:WindingConnection.I ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "PowerTransformerEnd.connectionKind-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 151 ; + sh:path cim:PowerTransformerEnd.connectionKind ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.g-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerTransformerEnd.g-cardinality" ; + sh:order 153 ; + sh:path cim:PowerTransformerEnd.g ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.g-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformerEnd.g-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 153 ; + sh:path cim:PowerTransformerEnd.g ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "PowerTransformerEnd.r-cardinality" ; + sh:order 155 ; + sh:path cim:PowerTransformerEnd.r ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformerEnd.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 155 ; + sh:path cim:PowerTransformerEnd.r ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.ratedS-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerTransformerEnd.ratedS-cardinality" ; + sh:order 152 ; + sh:path cim:PowerTransformerEnd.ratedS ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.ratedS-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedS." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformerEnd.ratedS-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 152 ; + sh:path cim:PowerTransformerEnd.ratedS ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.ratedU-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ratedU)." ; + sh:minCount 1 ; + sh:name "PowerTransformerEnd.ratedU-cardinality" ; + sh:order 154 ; + sh:path cim:PowerTransformerEnd.ratedU ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.ratedU-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedU." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformerEnd.ratedU-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 154 ; + sh:path cim:PowerTransformerEnd.ratedU ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.x-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x)." ; + sh:minCount 1 ; + sh:name "PowerTransformerEnd.x-cardinality" ; + sh:order 156 ; + sh:path cim:PowerTransformerEnd.x ; + sh:severity sh:Violation . + +eq:PowerTransformerEnd.x-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformerEnd.x-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 156 ; + sh:path cim:PowerTransformerEnd.x ; + sh:severity sh:Violation . + +eq:RatioTapChanger rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.name-cardinality , eq:TapChanger.ltcFlag-cardinality , eq:IdentifiedObject.name-datatype , eq:TapChanger.neutralStep-cardinality , eq:RatioTapChanger.stepVoltageIncrement-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:TapChanger.highStep-cardinality , eq:TapChanger.TapChangerControl-valueType , eq:TapChanger.lowStep-datatype , eq:TapChanger.highStep-datatype , eq:IdentifiedObject.description-cardinality , eq:TapChanger.neutralStep-datatype , eq:RatioTapChanger.stepVoltageIncrement-cardinality , eq:RatioTapChanger.RatioTapChangerTable-valueType , eq:TapChanger.ltcFlag-datatype , eq:TapChanger.TapChangerControl-cardinality , eq:TapChanger.lowStep-cardinality , eq:RatioTapChanger.TransformerEnd-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:TapChanger.normalStep-datatype , eq:RatioTapChanger.RatioTapChangerTable-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.mRID-cardinality , eq:TapChanger.neutralU-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-datatype , eq:TapChanger.normalStep-cardinality , eq:TapChanger.neutralU-datatype ; + sh:targetClass cim:RatioTapChanger . + +eq:RatioTapChanger.RatioTapChangerTable-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RatioTapChanger.RatioTapChangerTable-cardinality" ; + sh:order 253 ; + sh:path cim:RatioTapChanger.RatioTapChangerTable ; + sh:severity sh:Violation . + +eq:RatioTapChanger.RatioTapChangerTable-valueType + rdf:type sh:PropertyShape ; + sh:class cim:RatioTapChangerTable ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:RatioTapChangerTable." ; + sh:name "RatioTapChanger.RatioTapChangerTable-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 147 ; + sh:path cim:RatioTapChanger.RatioTapChangerTable ; + sh:severity sh:Violation . + +eq:RatioTapChanger.TransformerEnd-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "RatioTapChanger.TransformerEnd-cardinality" ; + sh:order 254 ; + sh:path cim:RatioTapChanger.TransformerEnd ; + sh:severity sh:Violation . + +eq:RatioTapChanger.TransformerEnd-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:RatioTapChanger.TransformerEndPowerTransformerEnd-valueType ) . + +eq:RatioTapChanger.TransformerEndPowerTransformerEnd-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerTransformerEnd ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerTransformerEnd." ; + sh:name "RatioTapChanger.TransformerEndPowerTransformerEnd-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 148 ; + sh:path cim:RatioTapChanger.TransformerEnd ; + sh:severity sh:Violation . + +eq:RatioTapChanger.stepVoltageIncrement-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (stepVoltageIncrement)." ; + sh:minCount 1 ; + sh:name "RatioTapChanger.stepVoltageIncrement-cardinality" ; + sh:order 157 ; + sh:path cim:RatioTapChanger.stepVoltageIncrement ; + sh:severity sh:Violation . + +eq:RatioTapChanger.stepVoltageIncrement-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the stepVoltageIncrement." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RatioTapChanger.stepVoltageIncrement-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 157 ; + sh:path cim:RatioTapChanger.stepVoltageIncrement ; + sh:severity sh:Violation . + +eq:RatioTapChangerTable + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:RatioTapChangerTable . + +eq:RatioTapChangerTablePoint + rdf:type sh:NodeShape ; + sh:property eq:TapChangerTablePoint.x-cardinality , eq:TapChangerTablePoint.b-datatype , eq:TapChangerTablePoint.g-datatype , eq:RatioTapChangerTablePoint.RatioTapChangerTable-cardinality , eq:TapChangerTablePoint.ratio-cardinality , eq:TapChangerTablePoint.b-cardinality , eq:TapChangerTablePoint.g-cardinality , eq:TapChangerTablePoint.r-datatype , eq:TapChangerTablePoint.step-datatype , eq:RatioTapChangerTablePoint.RatioTapChangerTable-valueType , eq:TapChangerTablePoint.r-cardinality , eq:TapChangerTablePoint.x-datatype , eq:TapChangerTablePoint.ratio-datatype , eq:TapChangerTablePoint.step-cardinality ; + sh:targetClass cim:RatioTapChangerTablePoint . + +eq:RatioTapChangerTablePoint.RatioTapChangerTable-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "RatioTapChangerTablePoint.RatioTapChangerTable-cardinality" ; + sh:order 255 ; + sh:path cim:RatioTapChangerTablePoint.RatioTapChangerTable ; + sh:severity sh:Violation . + +eq:RatioTapChangerTablePoint.RatioTapChangerTable-valueType + rdf:type sh:PropertyShape ; + sh:class cim:RatioTapChangerTable ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:RatioTapChangerTable." ; + sh:name "RatioTapChangerTablePoint.RatioTapChangerTable-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 149 ; + sh:path cim:RatioTapChangerTablePoint.RatioTapChangerTable ; + sh:severity sh:Violation . + +eq:ReactiveCapabilityCurve + rdf:type sh:NodeShape ; + sh:property eq:Curve.curveStyle-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.mRID-datatype , eq:Curve.y1Unit-datatype , eq:IdentifiedObject.description-datatype , eq:Curve.y2Unit-cardinality , eq:Curve.y2Unit-datatype , eq:Curve.y1Unit-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:Curve.xUnit-cardinality , eq:Curve.xUnit-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-datatype , eq:Curve.curveStyle-datatype ; + sh:targetClass cim:ReactiveCapabilityCurve . + +eq:RegularIntervalSchedule.endTime-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (endTime)." ; + sh:minCount 1 ; + sh:name "RegularIntervalSchedule.endTime-cardinality" ; + sh:order 163 ; + sh:path cim:RegularIntervalSchedule.endTime ; + sh:severity sh:Violation . + +eq:RegularIntervalSchedule.endTime-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:datetime ; + sh:description "This constraint validates the datatype of the endTime." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegularIntervalSchedule.endTime-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 163 ; + sh:path cim:RegularIntervalSchedule.endTime ; + sh:severity sh:Violation . + +eq:RegularIntervalSchedule.timeStep-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (timeStep)." ; + sh:minCount 1 ; + sh:name "RegularIntervalSchedule.timeStep-cardinality" ; + sh:order 162 ; + sh:path cim:RegularIntervalSchedule.timeStep ; + sh:severity sh:Violation . + +eq:RegularIntervalSchedule.timeStep-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the timeStep." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegularIntervalSchedule.timeStep-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 162 ; + sh:path cim:RegularIntervalSchedule.timeStep ; + sh:severity sh:Violation . + +eq:RegularTimePoint rdf:type sh:NodeShape ; + sh:property eq:RegularTimePoint.IntervalSchedule-cardinality , eq:RegularTimePoint.value2-datatype , eq:RegularTimePoint.value2-cardinality , eq:RegularTimePoint.value1-datatype , eq:RegularTimePoint.value1-cardinality , eq:RegularTimePoint.sequenceNumber-datatype , eq:RegularTimePoint.sequenceNumber-cardinality ; + sh:targetClass cim:RegularTimePoint . + +eq:RegularTimePoint.IntervalSchedule-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "RegularTimePoint.IntervalSchedule-cardinality" ; + sh:order 258 ; + sh:path cim:RegularTimePoint.IntervalSchedule ; + sh:severity sh:Violation . + +eq:RegularTimePoint.IntervalSchedule-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:RegularTimePoint.IntervalScheduleSwitchSchedule-valueType eq:RegularTimePoint.IntervalScheduleNonConformLoadSchedule-valueType eq:RegularTimePoint.IntervalScheduleTapSchedule-valueType eq:RegularTimePoint.IntervalScheduleRegulationSchedule-valueType eq:RegularTimePoint.IntervalScheduleConformLoadSchedule-valueType ) . + +eq:RegularTimePoint.IntervalScheduleConformLoadSchedule-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ConformLoadSchedule ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ConformLoadSchedule." ; + sh:name "RegularTimePoint.IntervalScheduleConformLoadSchedule-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 156 ; + sh:path cim:RegularTimePoint.IntervalSchedule ; + sh:severity sh:Violation . + +eq:RegularTimePoint.IntervalScheduleNonConformLoadSchedule-valueType + rdf:type sh:PropertyShape ; + sh:class cim:NonConformLoadSchedule ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:NonConformLoadSchedule." ; + sh:name "RegularTimePoint.IntervalScheduleNonConformLoadSchedule-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 153 ; + sh:path cim:RegularTimePoint.IntervalSchedule ; + sh:severity sh:Violation . + +eq:RegularTimePoint.IntervalScheduleRegulationSchedule-valueType + rdf:type sh:PropertyShape ; + sh:class cim:RegulationSchedule ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:RegulationSchedule." ; + sh:name "RegularTimePoint.IntervalScheduleRegulationSchedule-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 155 ; + sh:path cim:RegularTimePoint.IntervalSchedule ; + sh:severity sh:Violation . + +eq:RegularTimePoint.IntervalScheduleSwitchSchedule-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SwitchSchedule ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SwitchSchedule." ; + sh:name "RegularTimePoint.IntervalScheduleSwitchSchedule-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 152 ; + sh:path cim:RegularTimePoint.IntervalSchedule ; + sh:severity sh:Violation . + +eq:RegularTimePoint.IntervalScheduleTapSchedule-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TapSchedule ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TapSchedule." ; + sh:name "RegularTimePoint.IntervalScheduleTapSchedule-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 154 ; + sh:path cim:RegularTimePoint.IntervalSchedule ; + sh:severity sh:Violation . + +eq:RegularTimePoint.sequenceNumber-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (sequenceNumber)." ; + sh:minCount 1 ; + sh:name "RegularTimePoint.sequenceNumber-cardinality" ; + sh:order 159 ; + sh:path cim:RegularTimePoint.sequenceNumber ; + sh:severity sh:Violation . + +eq:RegularTimePoint.sequenceNumber-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the sequenceNumber." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegularTimePoint.sequenceNumber-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 159 ; + sh:path cim:RegularTimePoint.sequenceNumber ; + sh:severity sh:Violation . + +eq:RegularTimePoint.value1-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (value1)." ; + sh:minCount 1 ; + sh:name "RegularTimePoint.value1-cardinality" ; + sh:order 160 ; + sh:path cim:RegularTimePoint.value1 ; + sh:severity sh:Violation . + +eq:RegularTimePoint.value1-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the value1." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegularTimePoint.value1-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 160 ; + sh:path cim:RegularTimePoint.value1 ; + sh:severity sh:Violation . + +eq:RegularTimePoint.value2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RegularTimePoint.value2-cardinality" ; + sh:order 161 ; + sh:path cim:RegularTimePoint.value2 ; + sh:severity sh:Violation . + +eq:RegularTimePoint.value2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the value2." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegularTimePoint.value2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 161 ; + sh:path cim:RegularTimePoint.value2 ; + sh:severity sh:Violation . + +eq:RegulatingCondEq.RegulatingControl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RegulatingCondEq.RegulatingControl-cardinality" ; + sh:order 256 ; + sh:path cim:RegulatingCondEq.RegulatingControl ; + sh:severity sh:Violation . + +eq:RegulatingCondEq.RegulatingControl-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:RegulatingCondEq.RegulatingControlTapChangerControl-valueType ) . + +eq:RegulatingCondEq.RegulatingControlTapChangerControl-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TapChangerControl ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TapChangerControl." ; + sh:name "RegulatingCondEq.RegulatingControlTapChangerControl-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 150 ; + sh:path cim:RegulatingCondEq.RegulatingControl ; + sh:severity sh:Violation . + +eq:RegulatingControl rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-cardinality , eq:RegulatingControl.Terminal-cardinality , eq:RegulatingControl.Terminal-valueType , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-cardinality , eq:RegulatingControl.mode-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-datatype , eq:RegulatingControl.mode-cardinality ; + sh:targetClass cim:RegulatingControl . + +eq:RegulatingControl.Terminal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "RegulatingControl.Terminal-cardinality" ; + sh:order 257 ; + sh:path cim:RegulatingControl.Terminal ; + sh:severity sh:Violation . + +eq:RegulatingControl.Terminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Terminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Terminal." ; + sh:name "RegulatingControl.Terminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 151 ; + sh:path cim:RegulatingControl.Terminal ; + sh:severity sh:Violation . + +eq:RegulatingControl.mode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mode)." ; + sh:minCount 1 ; + sh:name "RegulatingControl.mode-cardinality" ; + sh:order 158 ; + sh:path cim:RegulatingControl.mode ; + sh:severity sh:Violation . + +eq:RegulatingControl.mode-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the mode." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:RegulatingControlModeKind.voltage cim:RegulatingControlModeKind.activePower cim:RegulatingControlModeKind.reactivePower cim:RegulatingControlModeKind.currentFlow cim:RegulatingControlModeKind.admittance cim:RegulatingControlModeKind.timeScheduled cim:RegulatingControlModeKind.temperature cim:RegulatingControlModeKind.powerFactor ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "RegulatingControl.mode-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 158 ; + sh:path cim:RegulatingControl.mode ; + sh:severity sh:Violation . + +eq:RegulationSchedule + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.mRID-cardinality , eq:RegularIntervalSchedule.timeStep-datatype , eq:IdentifiedObject.mRID-datatype , eq:BasicIntervalSchedule.value1Unit-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:BasicIntervalSchedule.value2Unit-cardinality , eq:RegularIntervalSchedule.timeStep-cardinality , eq:RegularIntervalSchedule.endTime-cardinality , eq:RegulationSchedule.RegulatingControl-cardinality , eq:BasicIntervalSchedule.startTime-cardinality , eq:SeasonDayTypeSchedule.DayType-valueType , eq:SeasonDayTypeSchedule.DayType-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:RegularIntervalSchedule.endTime-datatype , eq:IdentifiedObject.name-datatype , eq:BasicIntervalSchedule.startTime-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:SeasonDayTypeSchedule.Season-cardinality , eq:BasicIntervalSchedule.value1Unit-datatype , eq:IdentifiedObject.shortName-datatype , eq:BasicIntervalSchedule.value2Unit-datatype , eq:IdentifiedObject.description-cardinality , eq:SeasonDayTypeSchedule.Season-valueType ; + sh:targetClass cim:RegulationSchedule . + +eq:RegulationSchedule.RegulatingControl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "RegulationSchedule.RegulatingControl-cardinality" ; + sh:order 228 ; + sh:path cim:RegulationSchedule.RegulatingControl ; + sh:severity sh:Violation . + +eq:RegulationSchedule.RegulatingControl-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:RegulationSchedule.RegulatingControlTapChangerControl-valueType eq:RegulationSchedule.RegulatingControlRegulatingControl-valueType ) . + +eq:RegulationSchedule.RegulatingControlRegulatingControl-valueType + rdf:type sh:PropertyShape ; + sh:class cim:RegulatingControl ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:RegulatingControl." ; + sh:name "RegulationSchedule.RegulatingControlRegulatingControl-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 36 ; + sh:path cim:RegulationSchedule.RegulatingControl ; + sh:severity sh:Violation . + +eq:RegulationSchedule.RegulatingControlTapChangerControl-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TapChangerControl ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TapChangerControl." ; + sh:name "RegulationSchedule.RegulatingControlTapChangerControl-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path cim:RegulationSchedule.RegulatingControl ; + sh:severity sh:Violation . + +eq:ReportingGroup rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:ReportingGroup . + +eq:RotatingMachine.GeneratingUnit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RotatingMachine.GeneratingUnit-cardinality" ; + sh:order 259 ; + sh:path cim:RotatingMachine.GeneratingUnit ; + sh:severity sh:Violation . + +eq:RotatingMachine.GeneratingUnit-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:RotatingMachine.GeneratingUnitWindGeneratingUnit-valueType eq:RotatingMachine.GeneratingUnitThermalGeneratingUnit-valueType eq:RotatingMachine.GeneratingUnitSolarGeneratingUnit-valueType eq:RotatingMachine.GeneratingUnitNuclearGeneratingUnit-valueType eq:RotatingMachine.GeneratingUnitHydroGeneratingUnit-valueType ) . + +eq:RotatingMachine.GeneratingUnitHydroGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:HydroGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:HydroGeneratingUnit." ; + sh:name "RotatingMachine.GeneratingUnitHydroGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 161 ; + sh:path cim:RotatingMachine.GeneratingUnit ; + sh:severity sh:Violation . + +eq:RotatingMachine.GeneratingUnitNuclearGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:NuclearGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:NuclearGeneratingUnit." ; + sh:name "RotatingMachine.GeneratingUnitNuclearGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 160 ; + sh:path cim:RotatingMachine.GeneratingUnit ; + sh:severity sh:Violation . + +eq:RotatingMachine.GeneratingUnitSolarGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SolarGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SolarGeneratingUnit." ; + sh:name "RotatingMachine.GeneratingUnitSolarGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 159 ; + sh:path cim:RotatingMachine.GeneratingUnit ; + sh:severity sh:Violation . + +eq:RotatingMachine.GeneratingUnitThermalGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ThermalGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ThermalGeneratingUnit." ; + sh:name "RotatingMachine.GeneratingUnitThermalGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 158 ; + sh:path cim:RotatingMachine.GeneratingUnit ; + sh:severity sh:Violation . + +eq:RotatingMachine.GeneratingUnitWindGeneratingUnit-valueType + rdf:type sh:PropertyShape ; + sh:class cim:WindGeneratingUnit ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindGeneratingUnit." ; + sh:name "RotatingMachine.GeneratingUnitWindGeneratingUnit-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 157 ; + sh:path cim:RotatingMachine.GeneratingUnit ; + sh:severity sh:Violation . + +eq:RotatingMachine.ratedPowerFactor-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RotatingMachine.ratedPowerFactor-cardinality" ; + sh:order 164 ; + sh:path cim:RotatingMachine.ratedPowerFactor ; + sh:severity sh:Violation . + +eq:RotatingMachine.ratedPowerFactor-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedPowerFactor." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RotatingMachine.ratedPowerFactor-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 164 ; + sh:path cim:RotatingMachine.ratedPowerFactor ; + sh:severity sh:Violation . + +eq:RotatingMachine.ratedS-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RotatingMachine.ratedS-cardinality" ; + sh:order 165 ; + sh:path cim:RotatingMachine.ratedS ; + sh:severity sh:Violation . + +eq:RotatingMachine.ratedS-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedS." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RotatingMachine.ratedS-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 165 ; + sh:path cim:RotatingMachine.ratedS ; + sh:severity sh:Violation . + +eq:RotatingMachine.ratedU-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RotatingMachine.ratedU-cardinality" ; + sh:order 166 ; + sh:path cim:RotatingMachine.ratedU ; + sh:severity sh:Violation . + +eq:RotatingMachine.ratedU-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedU." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RotatingMachine.ratedU-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 166 ; + sh:path cim:RotatingMachine.ratedU ; + sh:severity sh:Violation . + +eq:Season rdf:type sh:NodeShape ; + sh:property eq:Season.startDate-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.name-cardinality , eq:Season.endDate-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Season.startDate-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Season.endDate-datatype ; + sh:targetClass cim:Season . + +eq:Season.endDate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (endDate)." ; + sh:minCount 1 ; + sh:name "Season.endDate-cardinality" ; + sh:order 167 ; + sh:path cim:Season.endDate ; + sh:severity sh:Violation . + +eq:Season.endDate-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:monthday ; + sh:description "This constraint validates the datatype of the endDate." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Season.endDate-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 167 ; + sh:path cim:Season.endDate ; + sh:severity sh:Violation . + +eq:Season.startDate-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (startDate)." ; + sh:minCount 1 ; + sh:name "Season.startDate-cardinality" ; + sh:order 168 ; + sh:path cim:Season.startDate ; + sh:severity sh:Violation . + +eq:Season.startDate-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:monthday ; + sh:description "This constraint validates the datatype of the startDate." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Season.startDate-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 168 ; + sh:path cim:Season.startDate ; + sh:severity sh:Violation . + +eq:SeasonDayTypeSchedule.DayType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SeasonDayTypeSchedule.DayType-cardinality" ; + sh:order 261 ; + sh:path cim:SeasonDayTypeSchedule.DayType ; + sh:severity sh:Violation . + +eq:SeasonDayTypeSchedule.DayType-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DayType ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DayType." ; + sh:name "SeasonDayTypeSchedule.DayType-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 163 ; + sh:path cim:SeasonDayTypeSchedule.DayType ; + sh:severity sh:Violation . + +eq:SeasonDayTypeSchedule.Season-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SeasonDayTypeSchedule.Season-cardinality" ; + sh:order 260 ; + sh:path cim:SeasonDayTypeSchedule.Season ; + sh:severity sh:Violation . + +eq:SeasonDayTypeSchedule.Season-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Season ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Season." ; + sh:name "SeasonDayTypeSchedule.Season-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 162 ; + sh:path cim:SeasonDayTypeSchedule.Season ; + sh:severity sh:Violation . + +eq:SeriesCompensator rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:SeriesCompensator.x-datatype , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.shortName-datatype , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.description-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.normallyInService-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.mRID-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.name-cardinality , eq:SeriesCompensator.r-datatype , eq:SeriesCompensator.x-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:SeriesCompensator.r-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.name-datatype ; + sh:targetClass cim:SeriesCompensator . + +eq:SeriesCompensator.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "SeriesCompensator.r-cardinality" ; + sh:order 169 ; + sh:path cim:SeriesCompensator.r ; + sh:severity sh:Violation . + +eq:SeriesCompensator.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SeriesCompensator.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 169 ; + sh:path cim:SeriesCompensator.r ; + sh:severity sh:Violation . + +eq:SeriesCompensator.x-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x)." ; + sh:minCount 1 ; + sh:name "SeriesCompensator.x-cardinality" ; + sh:order 170 ; + sh:path cim:SeriesCompensator.x ; + sh:severity sh:Violation . + +eq:SeriesCompensator.x-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SeriesCompensator.x-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 170 ; + sh:path cim:SeriesCompensator.x ; + sh:severity sh:Violation . + +eq:ShuntCompensator.aVRDelay-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ShuntCompensator.aVRDelay-cardinality" ; + sh:order 171 ; + sh:path cim:ShuntCompensator.aVRDelay ; + sh:severity sh:Violation . + +eq:ShuntCompensator.aVRDelay-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the aVRDelay." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ShuntCompensator.aVRDelay-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 171 ; + sh:path cim:ShuntCompensator.aVRDelay ; + sh:severity sh:Violation . + +eq:ShuntCompensator.grounded-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ShuntCompensator.grounded-cardinality" ; + sh:order 172 ; + sh:path cim:ShuntCompensator.grounded ; + sh:severity sh:Violation . + +eq:ShuntCompensator.grounded-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the grounded." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ShuntCompensator.grounded-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 172 ; + sh:path cim:ShuntCompensator.grounded ; + sh:severity sh:Violation . + +eq:ShuntCompensator.maximumSections-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (maximumSections)." ; + sh:minCount 1 ; + sh:name "ShuntCompensator.maximumSections-cardinality" ; + sh:order 173 ; + sh:path cim:ShuntCompensator.maximumSections ; + sh:severity sh:Violation . + +eq:ShuntCompensator.maximumSections-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the maximumSections." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ShuntCompensator.maximumSections-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 173 ; + sh:path cim:ShuntCompensator.maximumSections ; + sh:severity sh:Violation . + +eq:ShuntCompensator.nomU-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (nomU)." ; + sh:minCount 1 ; + sh:name "ShuntCompensator.nomU-cardinality" ; + sh:order 174 ; + sh:path cim:ShuntCompensator.nomU ; + sh:severity sh:Violation . + +eq:ShuntCompensator.nomU-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the nomU." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ShuntCompensator.nomU-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 174 ; + sh:path cim:ShuntCompensator.nomU ; + sh:severity sh:Violation . + +eq:ShuntCompensator.normalSections-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (normalSections)." ; + sh:minCount 1 ; + sh:name "ShuntCompensator.normalSections-cardinality" ; + sh:order 175 ; + sh:path cim:ShuntCompensator.normalSections ; + sh:severity sh:Violation . + +eq:ShuntCompensator.normalSections-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the normalSections." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ShuntCompensator.normalSections-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 175 ; + sh:path cim:ShuntCompensator.normalSections ; + sh:severity sh:Violation . + +eq:ShuntCompensator.voltageSensitivity-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ShuntCompensator.voltageSensitivity-cardinality" ; + sh:order 176 ; + sh:path cim:ShuntCompensator.voltageSensitivity ; + sh:severity sh:Violation . + +eq:ShuntCompensator.voltageSensitivity-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the voltageSensitivity." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ShuntCompensator.voltageSensitivity-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 176 ; + sh:path cim:ShuntCompensator.voltageSensitivity ; + sh:severity sh:Violation . + +eq:SolarGeneratingUnit + rdf:type sh:NodeShape ; + sh:property eq:GeneratingUnit.startupCost-cardinality , eq:GeneratingUnit.maximumAllowableSpinningReserve-cardinality , eq:IdentifiedObject.shortName-datatype , eq:GeneratingUnit.nominalP-cardinality , eq:SolarGeneratingUnit.SolarPowerPlant-valueType , eq:GeneratingUnit.longPF-datatype , eq:GeneratingUnit.shortPF-cardinality , eq:GeneratingUnit.startupTime-datatype , eq:GeneratingUnit.governorSCD-datatype , eq:GeneratingUnit.genControlSource-datatype , eq:IdentifiedObject.description-datatype , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.name-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:GeneratingUnit.minOperatingP-datatype , eq:GeneratingUnit.totalEfficiency-cardinality , eq:GeneratingUnit.totalEfficiency-datatype , eq:GeneratingUnit.variableCost-cardinality , eq:GeneratingUnit.maxOperatingP-cardinality , eq:GeneratingUnit.ratedGrossMaxP-datatype , eq:Equipment.normallyInService-cardinality , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:GeneratingUnit.maximumAllowableSpinningReserve-datatype , eq:GeneratingUnit.ratedGrossMaxP-cardinality , eq:GeneratingUnit.startupCost-datatype , eq:GeneratingUnit.shortPF-datatype , eq:IdentifiedObject.shortName-cardinality , eq:GeneratingUnit.variableCost-datatype , eq:IdentifiedObject.description-cardinality , eq:GeneratingUnit.governorSCD-cardinality , eq:GeneratingUnit.ratedNetMaxP-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:GeneratingUnit.longPF-cardinality , eq:GeneratingUnit.maxOperatingP-datatype , eq:GeneratingUnit.genControlSource-cardinality , eq:GeneratingUnit.nominalP-datatype , eq:SolarGeneratingUnit.SolarPowerPlant-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:GeneratingUnit.ratedGrossMinP-datatype , eq:GeneratingUnit.minOperatingP-cardinality , eq:GeneratingUnit.ratedGrossMinP-cardinality , eq:GeneratingUnit.startupTime-cardinality , eq:GeneratingUnit.ratedNetMaxP-datatype , eq:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:SolarGeneratingUnit . + +eq:SolarGeneratingUnit.SolarPowerPlant-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SolarGeneratingUnit.SolarPowerPlant-cardinality" ; + sh:order 262 ; + sh:path cim:SolarGeneratingUnit.SolarPowerPlant ; + sh:severity sh:Violation . + +eq:SolarGeneratingUnit.SolarPowerPlant-valueType + rdf:type sh:PropertyShape ; + sh:class eu:SolarPowerPlant ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SolarPowerPlant." ; + sh:name "SolarGeneratingUnit.SolarPowerPlant-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 164 ; + sh:path cim:SolarGeneratingUnit.SolarPowerPlant ; + sh:severity sh:Violation . + +eq:SolarPowerPlant rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.name-cardinality ; + sh:targetClass eu:SolarPowerPlant . + +eq:StaticVarCompensator + rdf:type sh:NodeShape ; + sh:property eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.mRID-cardinality , eq:StaticVarCompensator.voltageSetPoint-datatype , eq:Equipment.normallyInService-datatype , eq:StaticVarCompensator.inductiveRating-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.name-cardinality , eq:RegulatingCondEq.RegulatingControl-valueType , eq:ConductingEquipment.BaseVoltage-cardinality , eq:StaticVarCompensator.sVCControlMode-cardinality , eq:RegulatingCondEq.RegulatingControl-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:StaticVarCompensator.capacitiveRating-datatype , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.mRID-datatype , eq:StaticVarCompensator.voltageSetPoint-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.description-cardinality , eq:StaticVarCompensator.slope-datatype , eq:StaticVarCompensator.slope-cardinality , eq:StaticVarCompensator.inductiveRating-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-datatype , eq:StaticVarCompensator.sVCControlMode-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.name-datatype , eq:StaticVarCompensator.capacitiveRating-cardinality ; + sh:targetClass cim:StaticVarCompensator . + +eq:StaticVarCompensator.capacitiveRating-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (capacitiveRating)." ; + sh:minCount 1 ; + sh:name "StaticVarCompensator.capacitiveRating-cardinality" ; + sh:order 177 ; + sh:path cim:StaticVarCompensator.capacitiveRating ; + sh:severity sh:Violation . + +eq:StaticVarCompensator.capacitiveRating-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the capacitiveRating." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StaticVarCompensator.capacitiveRating-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 177 ; + sh:path cim:StaticVarCompensator.capacitiveRating ; + sh:severity sh:Violation . + +eq:StaticVarCompensator.inductiveRating-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inductiveRating)." ; + sh:minCount 1 ; + sh:name "StaticVarCompensator.inductiveRating-cardinality" ; + sh:order 178 ; + sh:path cim:StaticVarCompensator.inductiveRating ; + sh:severity sh:Violation . + +eq:StaticVarCompensator.inductiveRating-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the inductiveRating." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StaticVarCompensator.inductiveRating-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 178 ; + sh:path cim:StaticVarCompensator.inductiveRating ; + sh:severity sh:Violation . + +eq:StaticVarCompensator.sVCControlMode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StaticVarCompensator.sVCControlMode-cardinality" ; + sh:order 180 ; + sh:path cim:StaticVarCompensator.sVCControlMode ; + sh:severity sh:Violation . + +eq:StaticVarCompensator.sVCControlMode-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the sVCControlMode." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:SVCControlMode.reactivePower cim:SVCControlMode.voltage ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "StaticVarCompensator.sVCControlMode-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 180 ; + sh:path cim:StaticVarCompensator.sVCControlMode ; + sh:severity sh:Violation . + +eq:StaticVarCompensator.slope-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (slope)." ; + sh:minCount 1 ; + sh:name "StaticVarCompensator.slope-cardinality" ; + sh:order 179 ; + sh:path cim:StaticVarCompensator.slope ; + sh:severity sh:Violation . + +eq:StaticVarCompensator.slope-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the slope." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StaticVarCompensator.slope-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 179 ; + sh:path cim:StaticVarCompensator.slope ; + sh:severity sh:Violation . + +eq:StaticVarCompensator.voltageSetPoint-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StaticVarCompensator.voltageSetPoint-cardinality" ; + sh:order 181 ; + sh:path cim:StaticVarCompensator.voltageSetPoint ; + sh:severity sh:Violation . + +eq:StaticVarCompensator.voltageSetPoint-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the voltageSetPoint." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StaticVarCompensator.voltageSetPoint-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 181 ; + sh:path cim:StaticVarCompensator.voltageSetPoint ; + sh:severity sh:Violation . + +eq:StationSupply rdf:type sh:NodeShape ; + sh:property eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.description-datatype , eq:EnergyConsumer.qfixed-datatype , eq:EnergyConsumer.LoadResponse-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:EnergyConsumer.pfixedPct-cardinality , eq:EnergyConsumer.pfixed-cardinality , eq:IdentifiedObject.shortName-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:EnergyConsumer.pfixedPct-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:EnergyConsumer.qfixedPct-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.name-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.name-datatype , eq:Equipment.aggregate-cardinality , eq:EnergyConsumer.pfixed-datatype , eq:Equipment.aggregate-datatype , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.description-cardinality , eq:EnergyConsumer.LoadResponse-valueType , eq:IdentifiedObject.shortName-cardinality , eq:EnergyConsumer.qfixed-cardinality , eq:EnergyConsumer.qfixedPct-datatype ; + sh:targetClass cim:StationSupply . + +eq:SubGeographicalRegion + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-cardinality , eq:SubGeographicalRegion.Region-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.description-datatype , eq:SubGeographicalRegion.Region-valueType ; + sh:targetClass cim:SubGeographicalRegion . + +eq:SubGeographicalRegion.Region-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SubGeographicalRegion.Region-cardinality" ; + sh:order 263 ; + sh:path cim:SubGeographicalRegion.Region ; + sh:severity sh:Violation . + +eq:SubGeographicalRegion.Region-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GeographicalRegion ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GeographicalRegion." ; + sh:name "SubGeographicalRegion.Region-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 165 ; + sh:path cim:SubGeographicalRegion.Region ; + sh:severity sh:Violation . + +eq:SubLoadArea rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.mRID-datatype , eq:SubLoadArea.LoadArea-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-cardinality , eq:SubLoadArea.LoadArea-valueType , eq:IdentifiedObject.energyIdentCodeEic-datatype ; + sh:targetClass cim:SubLoadArea . + +eq:SubLoadArea.LoadArea-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SubLoadArea.LoadArea-cardinality" ; + sh:order 264 ; + sh:path cim:SubLoadArea.LoadArea ; + sh:severity sh:Violation . + +eq:SubLoadArea.LoadArea-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadArea ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadArea." ; + sh:name "SubLoadArea.LoadArea-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 166 ; + sh:path cim:SubLoadArea.LoadArea ; + sh:severity sh:Violation . + +eq:Substation rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Substation.Region-valueType , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:Substation.Region-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-datatype ; + sh:targetClass cim:Substation . + +eq:Substation.Region-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Substation.Region-cardinality" ; + sh:order 265 ; + sh:path cim:Substation.Region ; + sh:severity sh:Violation . + +eq:Substation.Region-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SubGeographicalRegion ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SubGeographicalRegion." ; + sh:name "Substation.Region-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 167 ; + sh:path cim:Substation.Region ; + sh:severity sh:Violation . + +eq:SurgeArrester rdf:type sh:NodeShape ; + sh:property eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Equipment.aggregate-datatype , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.description-cardinality , eq:AuxiliaryEquipment.Terminal-valueType , eq:IdentifiedObject.name-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:AuxiliaryEquipment.Terminal-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:SurgeArrester . + +eq:Switch rdf:type sh:NodeShape ; + sh:property eq:Equipment.EquipmentContainer-valueType , eq:ConductingEquipment.BaseVoltage-cardinality , eq:IdentifiedObject.name-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:IdentifiedObject.description-datatype , eq:Switch.retained-datatype , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-cardinality , eq:Switch.normalOpen-datatype , eq:Switch.normalOpen-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Switch.ratedCurrent-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.normallyInService-datatype , eq:IdentifiedObject.description-cardinality , eq:Switch.ratedCurrent-cardinality , eq:Switch.retained-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.aggregate-datatype ; + sh:targetClass cim:Switch . + +eq:Switch.normalOpen-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (normalOpen)." ; + sh:minCount 1 ; + sh:name "Switch.normalOpen-cardinality" ; + sh:order 182 ; + sh:path cim:Switch.normalOpen ; + sh:severity sh:Violation . + +eq:Switch.normalOpen-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the normalOpen." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Switch.normalOpen-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 182 ; + sh:path cim:Switch.normalOpen ; + sh:severity sh:Violation . + +eq:Switch.ratedCurrent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Switch.ratedCurrent-cardinality" ; + sh:order 183 ; + sh:path cim:Switch.ratedCurrent ; + sh:severity sh:Violation . + +eq:Switch.ratedCurrent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedCurrent." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Switch.ratedCurrent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 183 ; + sh:path cim:Switch.ratedCurrent ; + sh:severity sh:Violation . + +eq:Switch.retained-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (retained)." ; + sh:minCount 1 ; + sh:name "Switch.retained-cardinality" ; + sh:order 184 ; + sh:path cim:Switch.retained ; + sh:severity sh:Violation . + +eq:Switch.retained-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the retained." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Switch.retained-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 184 ; + sh:path cim:Switch.retained ; + sh:severity sh:Violation . + +eq:SwitchSchedule rdf:type sh:NodeShape ; + sh:property eq:BasicIntervalSchedule.startTime-datatype , eq:BasicIntervalSchedule.startTime-cardinality , eq:SeasonDayTypeSchedule.DayType-valueType , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-datatype , eq:SwitchSchedule.Switch-cardinality , eq:BasicIntervalSchedule.value2Unit-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.description-cardinality , eq:BasicIntervalSchedule.value1Unit-datatype , eq:BasicIntervalSchedule.value2Unit-cardinality , eq:SeasonDayTypeSchedule.Season-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:RegularIntervalSchedule.timeStep-datatype , eq:RegularIntervalSchedule.timeStep-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:SeasonDayTypeSchedule.DayType-cardinality , eq:RegularIntervalSchedule.endTime-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.name-datatype , eq:BasicIntervalSchedule.value1Unit-cardinality , eq:RegularIntervalSchedule.endTime-cardinality , eq:SeasonDayTypeSchedule.Season-valueType , eq:IdentifiedObject.name-cardinality ; + sh:targetClass cim:SwitchSchedule . + +eq:SwitchSchedule.Switch-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SwitchSchedule.Switch-cardinality" ; + sh:order 266 ; + sh:path cim:SwitchSchedule.Switch ; + sh:severity sh:Violation . + +eq:SwitchSchedule.Switch-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:SwitchSchedule.SwitchLoadBreakSwitch-valueType eq:SwitchSchedule.SwitchBreaker-valueType eq:SwitchSchedule.SwitchDisconnectingCircuitBreaker-valueType eq:SwitchSchedule.SwitchJumper-valueType eq:SwitchSchedule.SwitchGroundDisconnector-valueType eq:SwitchSchedule.SwitchFuse-valueType eq:SwitchSchedule.SwitchDisconnector-valueType eq:SwitchSchedule.SwitchCut-valueType eq:SwitchSchedule.SwitchSwitch-valueType ) . + +eq:SwitchSchedule.SwitchBreaker-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Breaker ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Breaker." ; + sh:name "SwitchSchedule.SwitchBreaker-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 169 ; + sh:path cim:SwitchSchedule.Switch ; + sh:severity sh:Violation . + +eq:SwitchSchedule.SwitchCut-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Cut ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Cut." ; + sh:name "SwitchSchedule.SwitchCut-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 175 ; + sh:path cim:SwitchSchedule.Switch ; + sh:severity sh:Violation . + +eq:SwitchSchedule.SwitchDisconnectingCircuitBreaker-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DisconnectingCircuitBreaker ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DisconnectingCircuitBreaker." ; + sh:name "SwitchSchedule.SwitchDisconnectingCircuitBreaker-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 170 ; + sh:path cim:SwitchSchedule.Switch ; + sh:severity sh:Violation . + +eq:SwitchSchedule.SwitchDisconnector-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Disconnector ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Disconnector." ; + sh:name "SwitchSchedule.SwitchDisconnector-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 174 ; + sh:path cim:SwitchSchedule.Switch ; + sh:severity sh:Violation . + +eq:SwitchSchedule.SwitchFuse-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Fuse ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Fuse." ; + sh:name "SwitchSchedule.SwitchFuse-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 173 ; + sh:path cim:SwitchSchedule.Switch ; + sh:severity sh:Violation . + +eq:SwitchSchedule.SwitchGroundDisconnector-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GroundDisconnector ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GroundDisconnector." ; + sh:name "SwitchSchedule.SwitchGroundDisconnector-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 172 ; + sh:path cim:SwitchSchedule.Switch ; + sh:severity sh:Violation . + +eq:SwitchSchedule.SwitchJumper-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Jumper ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Jumper." ; + sh:name "SwitchSchedule.SwitchJumper-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 171 ; + sh:path cim:SwitchSchedule.Switch ; + sh:severity sh:Violation . + +eq:SwitchSchedule.SwitchLoadBreakSwitch-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadBreakSwitch ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadBreakSwitch." ; + sh:name "SwitchSchedule.SwitchLoadBreakSwitch-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 168 ; + sh:path cim:SwitchSchedule.Switch ; + sh:severity sh:Violation . + +eq:SwitchSchedule.SwitchSwitch-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Switch ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Switch." ; + sh:name "SwitchSchedule.SwitchSwitch-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 176 ; + sh:path cim:SwitchSchedule.Switch ; + sh:severity sh:Violation . + +eq:SynchronousMachine + rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:SynchronousMachine.qPercent-cardinality , eq:SynchronousMachine.type-cardinality , eq:ConductingEquipment.BaseVoltage-valueType , eq:Equipment.EquipmentContainer-valueType , eq:RotatingMachine.ratedU-datatype , eq:SynchronousMachine.maxQ-datatype , eq:IdentifiedObject.description-cardinality , eq:SynchronousMachine.InitialReactiveCapabilityCurve-cardinality , eq:SynchronousMachine.qPercent-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.description-datatype , eq:RotatingMachine.ratedPowerFactor-cardinality , eq:IdentifiedObject.name-datatype , eq:RegulatingCondEq.RegulatingControl-valueType , eq:RotatingMachine.GeneratingUnit-valueType , eq:RotatingMachine.ratedU-cardinality , eq:RotatingMachine.ratedPowerFactor-datatype , eq:Equipment.normallyInService-datatype , eq:ConductingEquipment.BaseVoltage-cardinality , eq:RotatingMachine.ratedS-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.name-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:SynchronousMachine.minQ-cardinality , eq:Equipment.normallyInService-cardinality , eq:RotatingMachine.GeneratingUnit-cardinality , eq:SynchronousMachine.maxQ-cardinality , eq:SynchronousMachine.InitialReactiveCapabilityCurve-valueType , eq:Equipment.aggregate-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.aggregate-datatype , eq:SynchronousMachine.minQ-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:RotatingMachine.ratedS-datatype , eq:SynchronousMachine.type-datatype , eq:IdentifiedObject.mRID-cardinality , eq:RegulatingCondEq.RegulatingControl-cardinality ; + sh:targetClass cim:SynchronousMachine . + +eq:SynchronousMachine.InitialReactiveCapabilityCurve-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.InitialReactiveCapabilityCurve-cardinality" ; + sh:order 267 ; + sh:path cim:SynchronousMachine.InitialReactiveCapabilityCurve ; + sh:severity sh:Violation . + +eq:SynchronousMachine.InitialReactiveCapabilityCurve-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ReactiveCapabilityCurve ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ReactiveCapabilityCurve." ; + sh:name "SynchronousMachine.InitialReactiveCapabilityCurve-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 177 ; + sh:path cim:SynchronousMachine.InitialReactiveCapabilityCurve ; + sh:severity sh:Violation . + +eq:SynchronousMachine.maxQ-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.maxQ-cardinality" ; + sh:order 185 ; + sh:path cim:SynchronousMachine.maxQ ; + sh:severity sh:Violation . + +eq:SynchronousMachine.maxQ-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxQ." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.maxQ-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 185 ; + sh:path cim:SynchronousMachine.maxQ ; + sh:severity sh:Violation . + +eq:SynchronousMachine.minQ-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.minQ-cardinality" ; + sh:order 186 ; + sh:path cim:SynchronousMachine.minQ ; + sh:severity sh:Violation . + +eq:SynchronousMachine.minQ-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minQ." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.minQ-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 186 ; + sh:path cim:SynchronousMachine.minQ ; + sh:severity sh:Violation . + +eq:SynchronousMachine.qPercent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.qPercent-cardinality" ; + sh:order 187 ; + sh:path cim:SynchronousMachine.qPercent ; + sh:severity sh:Violation . + +eq:SynchronousMachine.qPercent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qPercent." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.qPercent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 187 ; + sh:path cim:SynchronousMachine.qPercent ; + sh:severity sh:Violation . + +eq:SynchronousMachine.type-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (type)." ; + sh:minCount 1 ; + sh:name "SynchronousMachine.type-cardinality" ; + sh:order 188 ; + sh:path cim:SynchronousMachine.type ; + sh:severity sh:Violation . + +eq:SynchronousMachine.type-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the type." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:SynchronousMachineKind.generator cim:SynchronousMachineKind.condenser cim:SynchronousMachineKind.generatorOrCondenser cim:SynchronousMachineKind.motor cim:SynchronousMachineKind.generatorOrMotor cim:SynchronousMachineKind.motorOrCondenser cim:SynchronousMachineKind.generatorOrCondenserOrMotor ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "SynchronousMachine.type-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 188 ; + sh:path cim:SynchronousMachine.type ; + sh:severity sh:Violation . + +eq:TapChanger.TapChangerControl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TapChanger.TapChangerControl-cardinality" ; + sh:order 268 ; + sh:path cim:TapChanger.TapChangerControl ; + sh:severity sh:Violation . + +eq:TapChanger.TapChangerControl-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TapChangerControl ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TapChangerControl." ; + sh:name "TapChanger.TapChangerControl-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 178 ; + sh:path cim:TapChanger.TapChangerControl ; + sh:severity sh:Violation . + +eq:TapChanger.highStep-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (highStep)." ; + sh:minCount 1 ; + sh:name "TapChanger.highStep-cardinality" ; + sh:order 189 ; + sh:path cim:TapChanger.highStep ; + sh:severity sh:Violation . + +eq:TapChanger.highStep-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the highStep." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChanger.highStep-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 189 ; + sh:path cim:TapChanger.highStep ; + sh:severity sh:Violation . + +eq:TapChanger.lowStep-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (lowStep)." ; + sh:minCount 1 ; + sh:name "TapChanger.lowStep-cardinality" ; + sh:order 190 ; + sh:path cim:TapChanger.lowStep ; + sh:severity sh:Violation . + +eq:TapChanger.lowStep-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the lowStep." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChanger.lowStep-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 190 ; + sh:path cim:TapChanger.lowStep ; + sh:severity sh:Violation . + +eq:TapChanger.ltcFlag-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ltcFlag)." ; + sh:minCount 1 ; + sh:name "TapChanger.ltcFlag-cardinality" ; + sh:order 191 ; + sh:path cim:TapChanger.ltcFlag ; + sh:severity sh:Violation . + +eq:TapChanger.ltcFlag-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the ltcFlag." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChanger.ltcFlag-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 191 ; + sh:path cim:TapChanger.ltcFlag ; + sh:severity sh:Violation . + +eq:TapChanger.neutralStep-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (neutralStep)." ; + sh:minCount 1 ; + sh:name "TapChanger.neutralStep-cardinality" ; + sh:order 192 ; + sh:path cim:TapChanger.neutralStep ; + sh:severity sh:Violation . + +eq:TapChanger.neutralStep-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the neutralStep." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChanger.neutralStep-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 192 ; + sh:path cim:TapChanger.neutralStep ; + sh:severity sh:Violation . + +eq:TapChanger.neutralU-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (neutralU)." ; + sh:minCount 1 ; + sh:name "TapChanger.neutralU-cardinality" ; + sh:order 193 ; + sh:path cim:TapChanger.neutralU ; + sh:severity sh:Violation . + +eq:TapChanger.neutralU-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the neutralU." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChanger.neutralU-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 193 ; + sh:path cim:TapChanger.neutralU ; + sh:severity sh:Violation . + +eq:TapChanger.normalStep-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (normalStep)." ; + sh:minCount 1 ; + sh:name "TapChanger.normalStep-cardinality" ; + sh:order 194 ; + sh:path cim:TapChanger.normalStep ; + sh:severity sh:Violation . + +eq:TapChanger.normalStep-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the normalStep." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChanger.normalStep-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 194 ; + sh:path cim:TapChanger.normalStep ; + sh:severity sh:Violation . + +eq:TapChangerControl rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-cardinality , eq:RegulatingControl.Terminal-valueType , eq:RegulatingControl.mode-datatype , eq:IdentifiedObject.description-datatype , eq:RegulatingControl.mode-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-cardinality , eq:RegulatingControl.Terminal-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality ; + sh:targetClass cim:TapChangerControl . + +eq:TapChangerTablePoint.b-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TapChangerTablePoint.b-cardinality" ; + sh:order 195 ; + sh:path cim:TapChangerTablePoint.b ; + sh:severity sh:Violation . + +eq:TapChangerTablePoint.b-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChangerTablePoint.b-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 195 ; + sh:path cim:TapChangerTablePoint.b ; + sh:severity sh:Violation . + +eq:TapChangerTablePoint.g-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TapChangerTablePoint.g-cardinality" ; + sh:order 196 ; + sh:path cim:TapChangerTablePoint.g ; + sh:severity sh:Violation . + +eq:TapChangerTablePoint.g-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChangerTablePoint.g-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 196 ; + sh:path cim:TapChangerTablePoint.g ; + sh:severity sh:Violation . + +eq:TapChangerTablePoint.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TapChangerTablePoint.r-cardinality" ; + sh:order 197 ; + sh:path cim:TapChangerTablePoint.r ; + sh:severity sh:Violation . + +eq:TapChangerTablePoint.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChangerTablePoint.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 197 ; + sh:path cim:TapChangerTablePoint.r ; + sh:severity sh:Violation . + +eq:TapChangerTablePoint.ratio-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TapChangerTablePoint.ratio-cardinality" ; + sh:order 198 ; + sh:path cim:TapChangerTablePoint.ratio ; + sh:severity sh:Violation . + +eq:TapChangerTablePoint.ratio-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratio." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChangerTablePoint.ratio-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 198 ; + sh:path cim:TapChangerTablePoint.ratio ; + sh:severity sh:Violation . + +eq:TapChangerTablePoint.step-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (step)." ; + sh:minCount 1 ; + sh:name "TapChangerTablePoint.step-cardinality" ; + sh:order 199 ; + sh:path cim:TapChangerTablePoint.step ; + sh:severity sh:Violation . + +eq:TapChangerTablePoint.step-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the step." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChangerTablePoint.step-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 199 ; + sh:path cim:TapChangerTablePoint.step ; + sh:severity sh:Violation . + +eq:TapChangerTablePoint.x-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TapChangerTablePoint.x-cardinality" ; + sh:order 200 ; + sh:path cim:TapChangerTablePoint.x ; + sh:severity sh:Violation . + +eq:TapChangerTablePoint.x-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChangerTablePoint.x-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 200 ; + sh:path cim:TapChangerTablePoint.x ; + sh:severity sh:Violation . + +eq:TapSchedule rdf:type sh:NodeShape ; + sh:property eq:RegularIntervalSchedule.timeStep-datatype , eq:IdentifiedObject.mRID-cardinality , eq:SeasonDayTypeSchedule.Season-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-datatype , eq:RegularIntervalSchedule.timeStep-cardinality , eq:IdentifiedObject.shortName-datatype , eq:SeasonDayTypeSchedule.DayType-cardinality , eq:BasicIntervalSchedule.value1Unit-datatype , eq:SeasonDayTypeSchedule.Season-valueType , eq:BasicIntervalSchedule.startTime-datatype , eq:RegularIntervalSchedule.endTime-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.name-cardinality , eq:BasicIntervalSchedule.startTime-cardinality , eq:SeasonDayTypeSchedule.DayType-valueType , eq:BasicIntervalSchedule.value1Unit-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:BasicIntervalSchedule.value2Unit-datatype , eq:RegularIntervalSchedule.endTime-datatype , eq:BasicIntervalSchedule.value2Unit-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:TapSchedule.TapChanger-cardinality , eq:IdentifiedObject.description-datatype ; + sh:targetClass cim:TapSchedule . + +eq:TapSchedule.TapChanger-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "TapSchedule.TapChanger-cardinality" ; + sh:order 231 ; + sh:path cim:TapSchedule.TapChanger ; + sh:severity sh:Violation . + +eq:TapSchedule.TapChanger-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:TapSchedule.TapChangerRatioTapChanger-valueType eq:TapSchedule.TapChangerPhaseTapChangerTabular-valueType eq:TapSchedule.TapChangerPhaseTapChangerSymmetrical-valueType eq:TapSchedule.TapChangerPhaseTapChangerAsymmetrical-valueType eq:TapSchedule.TapChangerPhaseTapChangerLinear-valueType ) . + +eq:TapSchedule.TapChangerPhaseTapChangerAsymmetrical-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PhaseTapChangerAsymmetrical ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PhaseTapChangerAsymmetrical." ; + sh:name "TapSchedule.TapChangerPhaseTapChangerAsymmetrical-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 50 ; + sh:path cim:TapSchedule.TapChanger ; + sh:severity sh:Violation . + +eq:TapSchedule.TapChangerPhaseTapChangerLinear-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PhaseTapChangerLinear ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PhaseTapChangerLinear." ; + sh:name "TapSchedule.TapChangerPhaseTapChangerLinear-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 51 ; + sh:path cim:TapSchedule.TapChanger ; + sh:severity sh:Violation . + +eq:TapSchedule.TapChangerPhaseTapChangerSymmetrical-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PhaseTapChangerSymmetrical ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PhaseTapChangerSymmetrical." ; + sh:name "TapSchedule.TapChangerPhaseTapChangerSymmetrical-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 49 ; + sh:path cim:TapSchedule.TapChanger ; + sh:severity sh:Violation . + +eq:TapSchedule.TapChangerPhaseTapChangerTabular-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PhaseTapChangerTabular ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PhaseTapChangerTabular." ; + sh:name "TapSchedule.TapChangerPhaseTapChangerTabular-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 48 ; + sh:path cim:TapSchedule.TapChanger ; + sh:severity sh:Violation . + +eq:TapSchedule.TapChangerRatioTapChanger-valueType + rdf:type sh:PropertyShape ; + sh:class cim:RatioTapChanger ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:RatioTapChanger." ; + sh:name "TapSchedule.TapChangerRatioTapChanger-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 47 ; + sh:path cim:TapSchedule.TapChanger ; + sh:severity sh:Violation . + +eq:Terminal rdf:type sh:NodeShape ; + sh:property eq:Terminal.phases-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:ACDCTerminal.sequenceNumber-cardinality , eq:Terminal.ConductingEquipment-cardinality , eq:ACDCTerminal.sequenceNumber-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-datatype , eq:Terminal.ConnectivityNode-valueType , eq:Terminal.ConnectivityNode-cardinality , eq:IdentifiedObject.description-cardinality , eq:Terminal.phases-cardinality , eq:ACDCTerminal.BusNameMarker-valueType , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.name-cardinality , eq:ACDCTerminal.BusNameMarker-cardinality , eq:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:Terminal . + +eq:Terminal.ConductingEquipment-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Terminal.ConductingEquipment-cardinality" ; + sh:order 270 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipment-valueType + rdf:type sh:NodeShape ; + sh:or ( eq:Terminal.ConductingEquipmentSwitch-valueType eq:Terminal.ConductingEquipmentLoadBreakSwitch-valueType eq:Terminal.ConductingEquipmentBreaker-valueType eq:Terminal.ConductingEquipmentDisconnectingCircuitBreaker-valueType eq:Terminal.ConductingEquipmentJumper-valueType eq:Terminal.ConductingEquipmentGroundDisconnector-valueType eq:Terminal.ConductingEquipmentFuse-valueType eq:Terminal.ConductingEquipmentDisconnector-valueType eq:Terminal.ConductingEquipmentCut-valueType eq:Terminal.ConductingEquipmentSeriesCompensator-valueType eq:Terminal.ConductingEquipmentPowerTransformer-valueType eq:Terminal.ConductingEquipmentGround-valueType eq:Terminal.ConductingEquipmentEquivalentShunt-valueType eq:Terminal.ConductingEquipmentEquivalentInjection-valueType eq:Terminal.ConductingEquipmentEquivalentBranch-valueType eq:Terminal.ConductingEquipmentStaticVarCompensator-valueType eq:Terminal.ConductingEquipmentNonlinearShuntCompensator-valueType eq:Terminal.ConductingEquipmentLinearShuntCompensator-valueType eq:Terminal.ConductingEquipmentSynchronousMachine-valueType eq:Terminal.ConductingEquipmentAsynchronousMachine-valueType eq:Terminal.ConductingEquipmentPowerElectronicsConnection-valueType eq:Terminal.ConductingEquipmentExternalNetworkInjection-valueType eq:Terminal.ConductingEquipmentEnergySource-valueType eq:Terminal.ConductingEquipmentEnergyConsumer-valueType eq:Terminal.ConductingEquipmentStationSupply-valueType eq:Terminal.ConductingEquipmentNonConformLoad-valueType eq:Terminal.ConductingEquipmentConformLoad-valueType eq:Terminal.ConductingEquipmentPetersenCoil-valueType eq:Terminal.ConductingEquipmentGroundingImpedance-valueType eq:Terminal.ConductingEquipmentJunction-valueType eq:Terminal.ConductingEquipmentBusbarSection-valueType eq:Terminal.ConductingEquipmentACLineSegment-valueType eq:Terminal.ConductingEquipmentClamp-valueType eq:Terminal.ConductingEquipmentVsConverter-valueType eq:Terminal.ConductingEquipmentCsConverter-valueType ) . + +eq:Terminal.ConductingEquipmentACLineSegment-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ACLineSegment ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ACLineSegment." ; + sh:name "Terminal.ConductingEquipmentACLineSegment-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 211 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentAsynchronousMachine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AsynchronousMachine ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AsynchronousMachine." ; + sh:name "Terminal.ConductingEquipmentAsynchronousMachine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 199 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentBreaker-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Breaker ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Breaker." ; + sh:name "Terminal.ConductingEquipmentBreaker-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 182 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentBusbarSection-valueType + rdf:type sh:PropertyShape ; + sh:class cim:BusbarSection ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:BusbarSection." ; + sh:name "Terminal.ConductingEquipmentBusbarSection-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 210 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentClamp-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Clamp ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Clamp." ; + sh:name "Terminal.ConductingEquipmentClamp-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 212 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentConformLoad-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ConformLoad ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ConformLoad." ; + sh:name "Terminal.ConductingEquipmentConformLoad-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 206 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentCsConverter-valueType + rdf:type sh:PropertyShape ; + sh:class cim:CsConverter ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:CsConverter." ; + sh:name "Terminal.ConductingEquipmentCsConverter-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 214 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentCut-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Cut ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Cut." ; + sh:name "Terminal.ConductingEquipmentCut-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 188 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentDisconnectingCircuitBreaker-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DisconnectingCircuitBreaker ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DisconnectingCircuitBreaker." ; + sh:name "Terminal.ConductingEquipmentDisconnectingCircuitBreaker-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 183 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentDisconnector-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Disconnector ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Disconnector." ; + sh:name "Terminal.ConductingEquipmentDisconnector-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 187 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentEnergyConsumer-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EnergyConsumer ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EnergyConsumer." ; + sh:name "Terminal.ConductingEquipmentEnergyConsumer-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 203 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentEnergySource-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EnergySource ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EnergySource." ; + sh:name "Terminal.ConductingEquipmentEnergySource-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 202 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentEquivalentBranch-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EquivalentBranch ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EquivalentBranch." ; + sh:name "Terminal.ConductingEquipmentEquivalentBranch-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 194 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentEquivalentInjection-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EquivalentInjection ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EquivalentInjection." ; + sh:name "Terminal.ConductingEquipmentEquivalentInjection-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 193 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentEquivalentShunt-valueType + rdf:type sh:PropertyShape ; + sh:class cim:EquivalentShunt ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:EquivalentShunt." ; + sh:name "Terminal.ConductingEquipmentEquivalentShunt-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 192 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentExternalNetworkInjection-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ExternalNetworkInjection ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ExternalNetworkInjection." ; + sh:name "Terminal.ConductingEquipmentExternalNetworkInjection-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 201 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentFuse-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Fuse ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Fuse." ; + sh:name "Terminal.ConductingEquipmentFuse-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 186 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentGround-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Ground ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Ground." ; + sh:name "Terminal.ConductingEquipmentGround-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 191 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentGroundDisconnector-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GroundDisconnector ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GroundDisconnector." ; + sh:name "Terminal.ConductingEquipmentGroundDisconnector-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 185 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentGroundingImpedance-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GroundingImpedance ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GroundingImpedance." ; + sh:name "Terminal.ConductingEquipmentGroundingImpedance-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 208 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentJumper-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Jumper ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Jumper." ; + sh:name "Terminal.ConductingEquipmentJumper-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 184 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentJunction-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Junction ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Junction." ; + sh:name "Terminal.ConductingEquipmentJunction-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 209 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentLinearShuntCompensator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LinearShuntCompensator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LinearShuntCompensator." ; + sh:name "Terminal.ConductingEquipmentLinearShuntCompensator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 197 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentLoadBreakSwitch-valueType + rdf:type sh:PropertyShape ; + sh:class cim:LoadBreakSwitch ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:LoadBreakSwitch." ; + sh:name "Terminal.ConductingEquipmentLoadBreakSwitch-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 181 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentNonConformLoad-valueType + rdf:type sh:PropertyShape ; + sh:class cim:NonConformLoad ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:NonConformLoad." ; + sh:name "Terminal.ConductingEquipmentNonConformLoad-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 205 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentNonlinearShuntCompensator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:NonlinearShuntCompensator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:NonlinearShuntCompensator." ; + sh:name "Terminal.ConductingEquipmentNonlinearShuntCompensator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 196 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentPetersenCoil-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PetersenCoil ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PetersenCoil." ; + sh:name "Terminal.ConductingEquipmentPetersenCoil-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 207 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentPowerElectronicsConnection-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerElectronicsConnection ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerElectronicsConnection." ; + sh:name "Terminal.ConductingEquipmentPowerElectronicsConnection-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 200 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentPowerTransformer-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerTransformer ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerTransformer." ; + sh:name "Terminal.ConductingEquipmentPowerTransformer-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 190 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentSeriesCompensator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SeriesCompensator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SeriesCompensator." ; + sh:name "Terminal.ConductingEquipmentSeriesCompensator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 189 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentStaticVarCompensator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:StaticVarCompensator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:StaticVarCompensator." ; + sh:name "Terminal.ConductingEquipmentStaticVarCompensator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 195 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentStationSupply-valueType + rdf:type sh:PropertyShape ; + sh:class cim:StationSupply ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:StationSupply." ; + sh:name "Terminal.ConductingEquipmentStationSupply-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 204 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentSwitch-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Switch ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Switch." ; + sh:name "Terminal.ConductingEquipmentSwitch-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 180 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentSynchronousMachine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SynchronousMachine ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SynchronousMachine." ; + sh:name "Terminal.ConductingEquipmentSynchronousMachine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 198 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConductingEquipmentVsConverter-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VsConverter ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VsConverter." ; + sh:name "Terminal.ConductingEquipmentVsConverter-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 213 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eq:Terminal.ConnectivityNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Terminal.ConnectivityNode-cardinality" ; + sh:order 269 ; + sh:path cim:Terminal.ConnectivityNode ; + sh:severity sh:Violation . + +eq:Terminal.ConnectivityNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ConnectivityNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ConnectivityNode." ; + sh:name "Terminal.ConnectivityNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 179 ; + sh:path cim:Terminal.ConnectivityNode ; + sh:severity sh:Violation . + +eq:Terminal.phases-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Terminal.phases-cardinality" ; + sh:order 201 ; + sh:path cim:Terminal.phases ; + sh:severity sh:Violation . + +eq:Terminal.phases-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the phases." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:PhaseCode.ABCN cim:PhaseCode.ABC cim:PhaseCode.ABN cim:PhaseCode.ACN cim:PhaseCode.BCN cim:PhaseCode.AB cim:PhaseCode.AC cim:PhaseCode.BC cim:PhaseCode.AN cim:PhaseCode.BN cim:PhaseCode.CN cim:PhaseCode.A cim:PhaseCode.B cim:PhaseCode.C cim:PhaseCode.N cim:PhaseCode.s1N cim:PhaseCode.s2N cim:PhaseCode.s12N cim:PhaseCode.s1 cim:PhaseCode.s2 cim:PhaseCode.s12 cim:PhaseCode.none cim:PhaseCode.X cim:PhaseCode.XY cim:PhaseCode.XN cim:PhaseCode.XYN ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Terminal.phases-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 201 ; + sh:path cim:Terminal.phases ; + sh:severity sh:Violation . + +eq:ThermalGeneratingUnit + rdf:type sh:NodeShape ; + sh:property eq:GeneratingUnit.governorSCD-cardinality , eq:ThermalGeneratingUnit.CogenerationPlant-valueType , eq:Equipment.aggregate-datatype , eq:GeneratingUnit.variableCost-datatype , eq:GeneratingUnit.shortPF-datatype , eq:GeneratingUnit.ratedNetMaxP-datatype , eq:IdentifiedObject.shortName-cardinality , eq:GeneratingUnit.minOperatingP-datatype , eq:ThermalGeneratingUnit.CombinedCyclePlant-cardinality , eq:GeneratingUnit.genControlSource-cardinality , eq:IdentifiedObject.description-datatype , eq:GeneratingUnit.variableCost-cardinality , eq:Equipment.aggregate-cardinality , eq:Equipment.normallyInService-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:GeneratingUnit.totalEfficiency-cardinality , eq:IdentifiedObject.mRID-datatype , eq:GeneratingUnit.startupCost-datatype , eq:GeneratingUnit.ratedGrossMinP-datatype , eq:GeneratingUnit.startupTime-datatype , eq:GeneratingUnit.longPF-cardinality , eq:GeneratingUnit.startupTime-cardinality , eq:Equipment.normallyInService-datatype , eq:GeneratingUnit.ratedGrossMinP-cardinality , eq:ThermalGeneratingUnit.CAESPlant-valueType , eq:GeneratingUnit.totalEfficiency-datatype , eq:GeneratingUnit.shortPF-cardinality , eq:GeneratingUnit.startupCost-cardinality , eq:IdentifiedObject.name-cardinality , eq:GeneratingUnit.ratedNetMaxP-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:GeneratingUnit.longPF-datatype , eq:ThermalGeneratingUnit.CombinedCyclePlant-valueType , eq:GeneratingUnit.governorSCD-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:GeneratingUnit.maximumAllowableSpinningReserve-cardinality , eq:GeneratingUnit.maximumAllowableSpinningReserve-datatype , eq:IdentifiedObject.mRID-cardinality , eq:GeneratingUnit.genControlSource-datatype , eq:IdentifiedObject.description-cardinality , eq:GeneratingUnit.minOperatingP-cardinality , eq:GeneratingUnit.maxOperatingP-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-datatype , eq:GeneratingUnit.nominalP-cardinality , eq:ThermalGeneratingUnit.CAESPlant-cardinality , eq:GeneratingUnit.nominalP-datatype , eq:GeneratingUnit.ratedGrossMaxP-datatype , eq:GeneratingUnit.maxOperatingP-datatype , eq:GeneratingUnit.ratedGrossMaxP-cardinality , eq:ThermalGeneratingUnit.CogenerationPlant-cardinality ; + sh:targetClass cim:ThermalGeneratingUnit . + +eq:ThermalGeneratingUnit.CAESPlant-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ThermalGeneratingUnit.CAESPlant-cardinality" ; + sh:order 273 ; + sh:path cim:ThermalGeneratingUnit.CAESPlant ; + sh:severity sh:Violation . + +eq:ThermalGeneratingUnit.CAESPlant-valueType + rdf:type sh:PropertyShape ; + sh:class cim:CAESPlant ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:CAESPlant." ; + sh:name "ThermalGeneratingUnit.CAESPlant-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 217 ; + sh:path cim:ThermalGeneratingUnit.CAESPlant ; + sh:severity sh:Violation . + +eq:ThermalGeneratingUnit.CogenerationPlant-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ThermalGeneratingUnit.CogenerationPlant-cardinality" ; + sh:order 272 ; + sh:path cim:ThermalGeneratingUnit.CogenerationPlant ; + sh:severity sh:Violation . + +eq:ThermalGeneratingUnit.CogenerationPlant-valueType + rdf:type sh:PropertyShape ; + sh:class cim:CogenerationPlant ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:CogenerationPlant." ; + sh:name "ThermalGeneratingUnit.CogenerationPlant-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 216 ; + sh:path cim:ThermalGeneratingUnit.CogenerationPlant ; + sh:severity sh:Violation . + +eq:ThermalGeneratingUnit.CombinedCyclePlant-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ThermalGeneratingUnit.CombinedCyclePlant-cardinality" ; + sh:order 271 ; + sh:path cim:ThermalGeneratingUnit.CombinedCyclePlant ; + sh:severity sh:Violation . + +eq:ThermalGeneratingUnit.CombinedCyclePlant-valueType + rdf:type sh:PropertyShape ; + sh:class cim:CombinedCyclePlant ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:CombinedCyclePlant." ; + sh:name "ThermalGeneratingUnit.CombinedCyclePlant-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 215 ; + sh:path cim:ThermalGeneratingUnit.CombinedCyclePlant ; + sh:severity sh:Violation . + +eq:TieFlow rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-datatype , eq:TieFlow.Terminal-valueType , eq:TieFlow.positiveFlowIn-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:TieFlow.positiveFlowIn-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-cardinality , eq:TieFlow.Terminal-cardinality ; + sh:targetClass cim:TieFlow . + +eq:TieFlow.Terminal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "TieFlow.Terminal-cardinality" ; + sh:order 274 ; + sh:path cim:TieFlow.Terminal ; + sh:severity sh:Violation . + +eq:TieFlow.Terminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Terminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Terminal." ; + sh:name "TieFlow.Terminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 218 ; + sh:path cim:TieFlow.Terminal ; + sh:severity sh:Violation . + +eq:TieFlow.positiveFlowIn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (positiveFlowIn)." ; + sh:minCount 1 ; + sh:name "TieFlow.positiveFlowIn-cardinality" ; + sh:order 202 ; + sh:path cim:TieFlow.positiveFlowIn ; + sh:severity sh:Violation . + +eq:TieFlow.positiveFlowIn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the positiveFlowIn." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TieFlow.positiveFlowIn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 202 ; + sh:path cim:TieFlow.positiveFlowIn ; + sh:severity sh:Violation . + +eq:TransformerEnd.BaseVoltage-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "TransformerEnd.BaseVoltage-cardinality" ; + sh:order 276 ; + sh:path cim:TransformerEnd.BaseVoltage ; + sh:severity sh:Violation . + +eq:TransformerEnd.BaseVoltage-valueType + rdf:type sh:PropertyShape ; + sh:class cim:BaseVoltage ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:BaseVoltage." ; + sh:name "TransformerEnd.BaseVoltage-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 220 ; + sh:path cim:TransformerEnd.BaseVoltage ; + sh:severity sh:Violation . + +eq:TransformerEnd.Terminal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "TransformerEnd.Terminal-cardinality" ; + sh:order 275 ; + sh:path cim:TransformerEnd.Terminal ; + sh:severity sh:Violation . + +eq:TransformerEnd.Terminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Terminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Terminal." ; + sh:name "TransformerEnd.Terminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 219 ; + sh:path cim:TransformerEnd.Terminal ; + sh:severity sh:Violation . + +eq:TransformerEnd.endNumber-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (endNumber)." ; + sh:minCount 1 ; + sh:name "TransformerEnd.endNumber-cardinality" ; + sh:order 203 ; + sh:path cim:TransformerEnd.endNumber ; + sh:severity sh:Violation . + +eq:TransformerEnd.endNumber-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the endNumber." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TransformerEnd.endNumber-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 203 ; + sh:path cim:TransformerEnd.endNumber ; + sh:severity sh:Violation . + +eq:VoltageLevel rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:VoltageLevel.BaseVoltage-valueType , eq:IdentifiedObject.shortName-datatype , eq:VoltageLevel.highVoltageLimit-datatype , eq:IdentifiedObject.mRID-cardinality , eq:VoltageLevel.Substation-valueType , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:VoltageLevel.lowVoltageLimit-cardinality , eq:VoltageLevel.highVoltageLimit-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.mRID-datatype , eq:VoltageLevel.Substation-cardinality , eq:IdentifiedObject.description-cardinality , eq:VoltageLevel.BaseVoltage-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.description-datatype , eq:VoltageLevel.lowVoltageLimit-datatype ; + sh:targetClass cim:VoltageLevel . + +eq:VoltageLevel.BaseVoltage-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "VoltageLevel.BaseVoltage-cardinality" ; + sh:order 278 ; + sh:path cim:VoltageLevel.BaseVoltage ; + sh:severity sh:Violation . + +eq:VoltageLevel.BaseVoltage-valueType + rdf:type sh:PropertyShape ; + sh:class cim:BaseVoltage ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:BaseVoltage." ; + sh:name "VoltageLevel.BaseVoltage-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 222 ; + sh:path cim:VoltageLevel.BaseVoltage ; + sh:severity sh:Violation . + +eq:VoltageLevel.Substation-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "VoltageLevel.Substation-cardinality" ; + sh:order 277 ; + sh:path cim:VoltageLevel.Substation ; + sh:severity sh:Violation . + +eq:VoltageLevel.Substation-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Substation ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Substation." ; + sh:name "VoltageLevel.Substation-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 221 ; + sh:path cim:VoltageLevel.Substation ; + sh:severity sh:Violation . + +eq:VoltageLevel.highVoltageLimit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VoltageLevel.highVoltageLimit-cardinality" ; + sh:order 204 ; + sh:path cim:VoltageLevel.highVoltageLimit ; + sh:severity sh:Violation . + +eq:VoltageLevel.highVoltageLimit-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the highVoltageLimit." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VoltageLevel.highVoltageLimit-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 204 ; + sh:path cim:VoltageLevel.highVoltageLimit ; + sh:severity sh:Violation . + +eq:VoltageLevel.lowVoltageLimit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VoltageLevel.lowVoltageLimit-cardinality" ; + sh:order 205 ; + sh:path cim:VoltageLevel.lowVoltageLimit ; + sh:severity sh:Violation . + +eq:VoltageLevel.lowVoltageLimit-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lowVoltageLimit." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VoltageLevel.lowVoltageLimit-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 205 ; + sh:path cim:VoltageLevel.lowVoltageLimit ; + sh:severity sh:Violation . + +eq:VoltageLimit rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-datatype , eq:VoltageLimit.normalValue-cardinality , eq:IdentifiedObject.description-datatype , eq:OperationalLimit.OperationalLimitType-cardinality , eq:VoltageLimit.normalValue-datatype , eq:OperationalLimit.OperationalLimitType-valueType , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-cardinality ; + sh:targetClass cim:VoltageLimit . + +eq:VoltageLimit.normalValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (normalValue)." ; + sh:minCount 1 ; + sh:name "VoltageLimit.normalValue-cardinality" ; + sh:order 206 ; + sh:path cim:VoltageLimit.normalValue ; + sh:severity sh:Violation . + +eq:VoltageLimit.normalValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the normalValue." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VoltageLimit.normalValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 206 ; + sh:path cim:VoltageLimit.normalValue ; + sh:severity sh:Violation . + +eq:VsCapabilityCurve rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Curve.curveStyle-datatype , eq:Curve.y2Unit-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.name-cardinality , eq:Curve.y1Unit-cardinality , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.mRID-datatype , eq:Curve.y1Unit-datatype , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.description-datatype , eq:Curve.y2Unit-datatype , eq:Curve.xUnit-datatype , eq:Curve.curveStyle-cardinality , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:Curve.xUnit-cardinality , eq:IdentifiedObject.shortName-cardinality ; + sh:targetClass cim:VsCapabilityCurve . + +eq:VsConverter rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.name-cardinality , eq:ACDCConverter.minUdc-cardinality , eq:ACDCConverter.maxP-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:IdentifiedObject.shortName-datatype , eq:ACDCConverter.numberOfValves-datatype , eq:ACDCConverter.ratedUdc-datatype , eq:ACDCConverter.idleLoss-datatype , eq:ACDCConverter.minUdc-datatype , eq:ACDCConverter.switchingLoss-cardinality , eq:ACDCConverter.baseS-datatype , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:VsConverter.maxModulationIndex-cardinality , eq:ACDCConverter.switchingLoss-datatype , eq:ACDCConverter.minP-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.description-cardinality , eq:ConductingEquipment.BaseVoltage-cardinality , eq:ACDCConverter.numberOfValves-cardinality , eq:ACDCConverter.PccTerminal-cardinality , eq:ACDCConverter.baseS-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:ACDCConverter.idleLoss-cardinality , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.mRID-datatype , eq:Equipment.aggregate-cardinality , eq:ACDCConverter.minP-datatype , eq:VsConverter.maxModulationIndex-datatype , eq:ConductingEquipment.BaseVoltage-valueType , eq:VsConverter.CapabilityCurve-cardinality , eq:ACDCConverter.resistiveLoss-datatype , eq:ACDCConverter.valveU0-cardinality , eq:Equipment.normallyInService-datatype , eq:ACDCConverter.PccTerminal-valueType , eq:ACDCConverter.ratedUdc-cardinality , eq:Equipment.aggregate-datatype , eq:Equipment.EquipmentContainer-valueType , eq:ACDCConverter.maxUdc-datatype , eq:IdentifiedObject.shortName-cardinality , eq:ACDCConverter.maxP-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.description-datatype , eq:VsConverter.CapabilityCurve-valueType , eq:ACDCConverter.resistiveLoss-cardinality , eq:ACDCConverter.valveU0-datatype , eq:ACDCConverter.maxUdc-cardinality ; + sh:targetClass cim:VsConverter . + +eq:VsConverter.CapabilityCurve-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VsConverter.CapabilityCurve-cardinality" ; + sh:order 279 ; + sh:path cim:VsConverter.CapabilityCurve ; + sh:severity sh:Violation . + +eq:VsConverter.CapabilityCurve-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VsCapabilityCurve ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VsCapabilityCurve." ; + sh:name "VsConverter.CapabilityCurve-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 223 ; + sh:path cim:VsConverter.CapabilityCurve ; + sh:severity sh:Violation . + +eq:VsConverter.maxModulationIndex-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VsConverter.maxModulationIndex-cardinality" ; + sh:order 207 ; + sh:path cim:VsConverter.maxModulationIndex ; + sh:severity sh:Violation . + +eq:VsConverter.maxModulationIndex-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxModulationIndex." ; + sh:group eq:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VsConverter.maxModulationIndex-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 207 ; + sh:path cim:VsConverter.maxModulationIndex ; + sh:severity sh:Violation . + +eq:WaveTrap rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.shortName-datatype , eq:Equipment.aggregate-datatype , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.name-cardinality , eq:Equipment.aggregate-cardinality , eq:AuxiliaryEquipment.Terminal-cardinality , eq:AuxiliaryEquipment.Terminal-valueType , eq:IdentifiedObject.mRID-cardinality , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:Equipment.normallyInService-datatype , eq:Equipment.EquipmentContainer-cardinality , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.name-datatype , eq:Equipment.EquipmentContainer-valueType ; + sh:targetClass cim:WaveTrap . + +eq:WindGeneratingUnit + rdf:type sh:NodeShape ; + sh:property eq:GeneratingUnit.maximumAllowableSpinningReserve-datatype , eq:GeneratingUnit.ratedNetMaxP-cardinality , eq:GeneratingUnit.startupTime-datatype , eq:GeneratingUnit.maximumAllowableSpinningReserve-cardinality , eq:Equipment.EquipmentContainer-cardinality , eq:GeneratingUnit.minOperatingP-cardinality , eq:GeneratingUnit.nominalP-cardinality , eq:GeneratingUnit.ratedGrossMaxP-datatype , eq:GeneratingUnit.nominalP-datatype , eq:GeneratingUnit.ratedGrossMinP-datatype , eq:GeneratingUnit.shortPF-cardinality , eq:GeneratingUnit.totalEfficiency-datatype , eq:Equipment.normallyInService-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.name-cardinality , eq:GeneratingUnit.totalEfficiency-cardinality , eq:IdentifiedObject.shortName-cardinality , eq:Equipment.EquipmentContainer-valueType , eq:GeneratingUnit.genControlSource-cardinality , eq:WindGeneratingUnit.windGenUnitType-cardinality , eq:WindGeneratingUnit.WindPowerPlant-cardinality , eq:IdentifiedObject.description-datatype , eq:GeneratingUnit.longPF-datatype , eq:IdentifiedObject.name-datatype , eq:GeneratingUnit.startupCost-datatype , eq:GeneratingUnit.genControlSource-datatype , eq:GeneratingUnit.ratedNetMaxP-datatype , eq:GeneratingUnit.startupCost-cardinality , eq:GeneratingUnit.shortPF-datatype , eq:GeneratingUnit.minOperatingP-datatype , eq:GeneratingUnit.governorSCD-cardinality , eq:GeneratingUnit.maxOperatingP-cardinality , eq:IdentifiedObject.mRID-datatype , eq:GeneratingUnit.governorSCD-datatype , eq:IdentifiedObject.mRID-cardinality , eq:GeneratingUnit.maxOperatingP-datatype , eq:GeneratingUnit.longPF-cardinality , eq:GeneratingUnit.startupTime-cardinality , eq:IdentifiedObject.shortName-datatype , eq:WindGeneratingUnit.windGenUnitType-datatype , eq:GeneratingUnit.variableCost-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-cardinality , eq:Equipment.aggregate-datatype , eq:Equipment.normallyInService-datatype , eq:GeneratingUnit.variableCost-cardinality , eq:GeneratingUnit.ratedGrossMaxP-cardinality , eq:WindGeneratingUnit.WindPowerPlant-valueType , eq:GeneratingUnit.ratedGrossMinP-cardinality , eq:Equipment.aggregate-cardinality ; + sh:targetClass cim:WindGeneratingUnit . + +eq:WindGeneratingUnit.WindPowerPlant-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "WindGeneratingUnit.WindPowerPlant-cardinality" ; + sh:order 280 ; + sh:path cim:WindGeneratingUnit.WindPowerPlant ; + sh:severity sh:Violation . + +eq:WindGeneratingUnit.WindPowerPlant-valueType + rdf:type sh:PropertyShape ; + sh:class eu:WindPowerPlant ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eq:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:WindPowerPlant." ; + sh:name "WindGeneratingUnit.WindPowerPlant-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 224 ; + sh:path cim:WindGeneratingUnit.WindPowerPlant ; + sh:severity sh:Violation . + +eq:WindGeneratingUnit.windGenUnitType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eq:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (windGenUnitType)." ; + sh:minCount 1 ; + sh:name "WindGeneratingUnit.windGenUnitType-cardinality" ; + sh:order 208 ; + sh:path cim:WindGeneratingUnit.windGenUnitType ; + sh:severity sh:Violation . + +eq:WindGeneratingUnit.windGenUnitType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the windGenUnitType." ; + sh:group eq:DatatypesGroup ; + sh:in ( cim:WindGenUnitKind.offshore cim:WindGenUnitKind.onshore ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "WindGeneratingUnit.windGenUnitType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 208 ; + sh:path cim:WindGeneratingUnit.windGenUnitType ; + sh:severity sh:Violation . + +eq:WindPowerPlant rdf:type sh:NodeShape ; + sh:property eq:IdentifiedObject.shortName-cardinality , eq:IdentifiedObject.energyIdentCodeEic-datatype , eq:IdentifiedObject.energyIdentCodeEic-cardinality , eq:IdentifiedObject.description-datatype , eq:IdentifiedObject.description-cardinality , eq:IdentifiedObject.mRID-datatype , eq:IdentifiedObject.name-datatype , eq:IdentifiedObject.name-cardinality , eq:IdentifiedObject.shortName-datatype , eq:IdentifiedObject.mRID-cardinality ; + sh:targetClass eu:WindPowerPlant . + diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_EquipmentBoundary-AP-Con-Simple-SHACLED2a_v3-0-0.ttl b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_EquipmentBoundary-AP-Con-Simple-SHACLED2a_v3-0-0.ttl new file mode 100644 index 0000000..ceb429e --- /dev/null +++ b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_EquipmentBoundary-AP-Con-Simple-SHACLED2a_v3-0-0.ttl @@ -0,0 +1,823 @@ +@prefix cim: . +@prefix cims: . +@prefix dc: . +@prefix dcat: . +@prefix dct: . +@prefix eqbd: . +@prefix eu: . +@prefix owl: . +@prefix prof: . +@prefix profcim: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix xsd: . + +eqbd:AssociationsGroup + rdf:type sh:PropertyGroup ; + rdfs:label "Associations" ; + sh:order 2 . + +eqbd:BaseVoltage rdf:type sh:NodeShape ; + sh:property eqbd:IdentifiedObject.name-cardinality , eqbd:BaseVoltage.nominalVoltage-cardinality , eqbd:BaseVoltage.nominalVoltage-datatype , eqbd:IdentifiedObject.mRID-datatype , eqbd:IdentifiedObject.mRID-cardinality , eqbd:IdentifiedObject.shortName-cardinality , eqbd:IdentifiedObject.description-datatype , eqbd:IdentifiedObject.energyIdentCodeEic-datatype , eqbd:IdentifiedObject.description-cardinality , eqbd:IdentifiedObject.energyIdentCodeEic-cardinality , eqbd:IdentifiedObject.shortName-datatype , eqbd:IdentifiedObject.name-datatype ; + sh:targetClass cim:BaseVoltage . + +eqbd:BaseVoltage.nominalVoltage-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (nominalVoltage)." ; + sh:minCount 1 ; + sh:name "BaseVoltage.nominalVoltage-cardinality" ; + sh:order 0 ; + sh:path cim:BaseVoltage.nominalVoltage ; + sh:severity sh:Violation . + +eqbd:BaseVoltage.nominalVoltage-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the nominalVoltage." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BaseVoltage.nominalVoltage-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path cim:BaseVoltage.nominalVoltage ; + sh:severity sh:Violation . + +eqbd:Bay rdf:type sh:NodeShape ; + sh:property eqbd:IdentifiedObject.name-datatype , eqbd:IdentifiedObject.mRID-cardinality , eqbd:IdentifiedObject.energyIdentCodeEic-datatype , eqbd:IdentifiedObject.mRID-datatype , eqbd:IdentifiedObject.energyIdentCodeEic-cardinality , eqbd:IdentifiedObject.shortName-cardinality , eqbd:IdentifiedObject.description-cardinality , eqbd:Bay.VoltageLevel-cardinality , eqbd:IdentifiedObject.description-datatype , eqbd:IdentifiedObject.name-cardinality , eqbd:Bay.VoltageLevel-valueType , eqbd:IdentifiedObject.shortName-datatype ; + sh:targetClass cim:Bay . + +eqbd:Bay.VoltageLevel-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Bay.VoltageLevel-cardinality" ; + sh:order 16 ; + sh:path cim:Bay.VoltageLevel ; + sh:severity sh:Violation . + +eqbd:Bay.VoltageLevel-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VoltageLevel ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VoltageLevel." ; + sh:name "Bay.VoltageLevel-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path cim:Bay.VoltageLevel ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint rdf:type sh:NodeShape ; + sh:property eqbd:BoundaryPoint.ConnectivityNode-cardinality , eqbd:BoundaryPoint.fromEndIsoCode-cardinality , eqbd:BoundaryPoint.ConnectivityNode-valueType , eqbd:BoundaryPoint.isExcludedFromAreaInterchange-cardinality , eqbd:BoundaryPoint.isDirectCurrent-datatype , eqbd:BoundaryPoint.fromEndIsoCode-datatype , eqbd:BoundaryPoint.fromEndNameTso-cardinality , eqbd:BoundaryPoint.toEndNameTso-cardinality , eqbd:IdentifiedObject.description-cardinality , eqbd:IdentifiedObject.name-datatype , eqbd:IdentifiedObject.shortName-datatype , eqbd:IdentifiedObject.name-cardinality , eqbd:BoundaryPoint.fromEndName-cardinality , eqbd:IdentifiedObject.shortName-cardinality , eqbd:BoundaryPoint.toEndNameTso-datatype , eqbd:IdentifiedObject.description-datatype , eqbd:BoundaryPoint.fromEndName-datatype , eqbd:IdentifiedObject.mRID-cardinality , eqbd:BoundaryPoint.isDirectCurrent-cardinality , eqbd:IdentifiedObject.energyIdentCodeEic-cardinality , eqbd:BoundaryPoint.toEndName-cardinality , eqbd:BoundaryPoint.toEndIsoCode-cardinality , eqbd:BoundaryPoint.fromEndNameTso-datatype , eqbd:BoundaryPoint.toEndIsoCode-datatype , eqbd:IdentifiedObject.energyIdentCodeEic-datatype , eqbd:IdentifiedObject.mRID-datatype , eqbd:BoundaryPoint.toEndName-datatype , eqbd:BoundaryPoint.isExcludedFromAreaInterchange-datatype ; + sh:targetClass eu:BoundaryPoint . + +eqbd:BoundaryPoint.ConnectivityNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.ConnectivityNode-cardinality" ; + sh:order 17 ; + sh:path eu:BoundaryPoint.ConnectivityNode ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.ConnectivityNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ConnectivityNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ConnectivityNode." ; + sh:name "BoundaryPoint.ConnectivityNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path eu:BoundaryPoint.ConnectivityNode ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.fromEndIsoCode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fromEndIsoCode)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.fromEndIsoCode-cardinality" ; + sh:order 1 ; + sh:path eu:BoundaryPoint.fromEndIsoCode ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.fromEndIsoCode-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the fromEndIsoCode." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.fromEndIsoCode-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path eu:BoundaryPoint.fromEndIsoCode ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.fromEndName-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fromEndName)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.fromEndName-cardinality" ; + sh:order 2 ; + sh:path eu:BoundaryPoint.fromEndName ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.fromEndName-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the fromEndName." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.fromEndName-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path eu:BoundaryPoint.fromEndName ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.fromEndNameTso-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (fromEndNameTso)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.fromEndNameTso-cardinality" ; + sh:order 3 ; + sh:path eu:BoundaryPoint.fromEndNameTso ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.fromEndNameTso-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the fromEndNameTso." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.fromEndNameTso-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path eu:BoundaryPoint.fromEndNameTso ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.isDirectCurrent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "BoundaryPoint.isDirectCurrent-cardinality" ; + sh:order 7 ; + sh:path eu:BoundaryPoint.isDirectCurrent ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.isDirectCurrent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the isDirectCurrent." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.isDirectCurrent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path eu:BoundaryPoint.isDirectCurrent ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.isExcludedFromAreaInterchange-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "BoundaryPoint.isExcludedFromAreaInterchange-cardinality" ; + sh:order 8 ; + sh:path eu:BoundaryPoint.isExcludedFromAreaInterchange ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.isExcludedFromAreaInterchange-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the isExcludedFromAreaInterchange." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.isExcludedFromAreaInterchange-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path eu:BoundaryPoint.isExcludedFromAreaInterchange ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.toEndIsoCode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (toEndIsoCode)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.toEndIsoCode-cardinality" ; + sh:order 4 ; + sh:path eu:BoundaryPoint.toEndIsoCode ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.toEndIsoCode-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the toEndIsoCode." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.toEndIsoCode-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path eu:BoundaryPoint.toEndIsoCode ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.toEndName-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (toEndName)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.toEndName-cardinality" ; + sh:order 5 ; + sh:path eu:BoundaryPoint.toEndName ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.toEndName-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the toEndName." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.toEndName-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path eu:BoundaryPoint.toEndName ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.toEndNameTso-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (toEndNameTso)." ; + sh:minCount 1 ; + sh:name "BoundaryPoint.toEndNameTso-cardinality" ; + sh:order 6 ; + sh:path eu:BoundaryPoint.toEndNameTso ; + sh:severity sh:Violation . + +eqbd:BoundaryPoint.toEndNameTso-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the toEndNameTso." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BoundaryPoint.toEndNameTso-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path eu:BoundaryPoint.toEndNameTso ; + sh:severity sh:Violation . + +eqbd:CardinalityGroup + rdf:type sh:PropertyGroup ; + rdfs:label "Cardinality" ; + sh:order 0 . + +eqbd:ConnectivityNode + rdf:type sh:NodeShape ; + sh:property eqbd:IdentifiedObject.energyIdentCodeEic-cardinality , eqbd:IdentifiedObject.name-cardinality , eqbd:IdentifiedObject.mRID-datatype , eqbd:IdentifiedObject.energyIdentCodeEic-datatype , eqbd:IdentifiedObject.description-datatype , eqbd:IdentifiedObject.shortName-datatype , eqbd:IdentifiedObject.description-cardinality , eqbd:IdentifiedObject.name-datatype , eqbd:IdentifiedObject.mRID-cardinality , eqbd:IdentifiedObject.shortName-cardinality , eqbd:ConnectivityNode.ConnectivityNodeContainer-cardinality ; + sh:targetClass cim:ConnectivityNode . + +eqbd:ConnectivityNode.ConnectivityNodeContainer-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "ConnectivityNode.ConnectivityNodeContainer-cardinality" ; + sh:order 18 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eqbd:ConnectivityNode.ConnectivityNodeContainer-valueType + rdf:type sh:NodeShape ; + sh:or ( eqbd:ConnectivityNode.ConnectivityNodeContainerVoltageLevel-valueType eqbd:ConnectivityNode.ConnectivityNodeContainerSubstation-valueType eqbd:ConnectivityNode.ConnectivityNodeContainerLine-valueType eqbd:ConnectivityNode.ConnectivityNodeContainerBay-valueType ) . + +eqbd:ConnectivityNode.ConnectivityNodeContainerBay-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Bay ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Bay." ; + sh:name "ConnectivityNode.ConnectivityNodeContainerBay-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eqbd:ConnectivityNode.ConnectivityNodeContainerLine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Line ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Line." ; + sh:name "ConnectivityNode.ConnectivityNodeContainerLine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eqbd:ConnectivityNode.ConnectivityNodeContainerSubstation-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Substation ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Substation." ; + sh:name "ConnectivityNode.ConnectivityNodeContainerSubstation-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eqbd:ConnectivityNode.ConnectivityNodeContainerVoltageLevel-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VoltageLevel ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VoltageLevel." ; + sh:name "ConnectivityNode.ConnectivityNodeContainerVoltageLevel-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path cim:ConnectivityNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +eqbd:DatatypesGroup rdf:type sh:PropertyGroup ; + rdfs:label "Datatypes" ; + sh:order 1 . + +eqbd:EnergySchedulingType + rdf:type sh:NodeShape ; + sh:property eqbd:IdentifiedObject.mRID-datatype , eqbd:IdentifiedObject.description-datatype , eqbd:IdentifiedObject.name-cardinality , eqbd:IdentifiedObject.shortName-datatype , eqbd:IdentifiedObject.energyIdentCodeEic-datatype , eqbd:IdentifiedObject.shortName-cardinality , eqbd:IdentifiedObject.description-cardinality , eqbd:IdentifiedObject.name-datatype , eqbd:IdentifiedObject.mRID-cardinality , eqbd:IdentifiedObject.energyIdentCodeEic-cardinality ; + sh:targetClass cim:EnergySchedulingType . + +eqbd:Equipment.EquipmentContainer-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Equipment.EquipmentContainer-cardinality" ; + sh:order 19 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eqbd:Equipment.EquipmentContainer-valueType + rdf:type sh:NodeShape ; + sh:or ( eqbd:Equipment.EquipmentContainerVoltageLevel-valueType eqbd:Equipment.EquipmentContainerSubstation-valueType eqbd:Equipment.EquipmentContainerLine-valueType eqbd:Equipment.EquipmentContainerBay-valueType ) . + +eqbd:Equipment.EquipmentContainerBay-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Bay ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Bay." ; + sh:name "Equipment.EquipmentContainerBay-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eqbd:Equipment.EquipmentContainerLine-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Line ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Line." ; + sh:name "Equipment.EquipmentContainerLine-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eqbd:Equipment.EquipmentContainerSubstation-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Substation ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Substation." ; + sh:name "Equipment.EquipmentContainerSubstation-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eqbd:Equipment.EquipmentContainerVoltageLevel-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VoltageLevel ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VoltageLevel." ; + sh:name "Equipment.EquipmentContainerVoltageLevel-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path cim:Equipment.EquipmentContainer ; + sh:severity sh:Violation . + +eqbd:GeographicalRegion + rdf:type sh:NodeShape ; + sh:property eqbd:IdentifiedObject.mRID-cardinality , eqbd:IdentifiedObject.description-datatype , eqbd:IdentifiedObject.mRID-datatype , eqbd:IdentifiedObject.name-datatype , eqbd:IdentifiedObject.name-cardinality , eqbd:IdentifiedObject.description-cardinality , eqbd:IdentifiedObject.shortName-cardinality , eqbd:IdentifiedObject.energyIdentCodeEic-cardinality , eqbd:IdentifiedObject.shortName-datatype , eqbd:IdentifiedObject.energyIdentCodeEic-datatype ; + sh:targetClass cim:GeographicalRegion . + +eqbd:IdentifiedObject.description-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.description-cardinality" ; + sh:order 9 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +eqbd:IdentifiedObject.description-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the description." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.description-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +eqbd:IdentifiedObject.energyIdentCodeEic-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.energyIdentCodeEic-cardinality" ; + sh:order 10 ; + sh:path eu:IdentifiedObject.energyIdentCodeEic ; + sh:severity sh:Violation . + +eqbd:IdentifiedObject.energyIdentCodeEic-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the energyIdentCodeEic." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.energyIdentCodeEic-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path eu:IdentifiedObject.energyIdentCodeEic ; + sh:severity sh:Violation . + +eqbd:IdentifiedObject.mRID-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mRID)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.mRID-cardinality" ; + sh:order 11 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . +eqbd:IdentifiedObject.mRID-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the mRID." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.mRID-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +eqbd:IdentifiedObject.name-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (name)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.name-cardinality" ; + sh:order 12 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +eqbd:IdentifiedObject.name-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the name." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.name-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +eqbd:IdentifiedObject.shortName-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.shortName-cardinality" ; + sh:order 13 ; + sh:path eu:IdentifiedObject.shortName ; + sh:severity sh:Violation . + +eqbd:IdentifiedObject.shortName-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the shortName." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.shortName-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path eu:IdentifiedObject.shortName ; + sh:severity sh:Violation . + +eqbd:Junction rdf:type sh:NodeShape ; + sh:property eqbd:IdentifiedObject.name-cardinality , eqbd:IdentifiedObject.energyIdentCodeEic-cardinality , eqbd:IdentifiedObject.mRID-datatype , eqbd:IdentifiedObject.mRID-cardinality , eqbd:IdentifiedObject.shortName-cardinality , eqbd:IdentifiedObject.name-datatype , eqbd:Equipment.EquipmentContainer-valueType , eqbd:IdentifiedObject.shortName-datatype , eqbd:IdentifiedObject.energyIdentCodeEic-datatype , eqbd:IdentifiedObject.description-cardinality , eqbd:Equipment.EquipmentContainer-cardinality , eqbd:IdentifiedObject.description-datatype ; + sh:targetClass cim:Junction . + +eqbd:Line rdf:type sh:NodeShape ; + sh:property eqbd:IdentifiedObject.mRID-cardinality , eqbd:IdentifiedObject.name-datatype , eqbd:IdentifiedObject.mRID-datatype , eqbd:IdentifiedObject.shortName-datatype , eqbd:IdentifiedObject.description-cardinality , eqbd:IdentifiedObject.description-datatype , eqbd:Line.Region-valueType , eqbd:IdentifiedObject.shortName-cardinality , eqbd:IdentifiedObject.name-cardinality , eqbd:Line.Region-cardinality , eqbd:IdentifiedObject.energyIdentCodeEic-cardinality , eqbd:IdentifiedObject.energyIdentCodeEic-datatype ; + sh:targetClass cim:Line . + +eqbd:Line.Region-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Line.Region-cardinality" ; + sh:order 20 ; + sh:path cim:Line.Region ; + sh:severity sh:Violation . + +eqbd:Line.Region-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SubGeographicalRegion ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SubGeographicalRegion." ; + sh:name "Line.Region-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path cim:Line.Region ; + sh:severity sh:Violation . + +eqbd:Ontology rdf:type owl:Ontology ; + dct:conformsTo "urn:iso:std:iec:61970-501:draft:ed-2" , "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" , "urn:iso:std:iec:61970-401:draft:ed-1" , "urn:iso:std:iec:61970-301:ed-7:amd1" , "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:creator "ENTSO-E CIM EG"@en ; + dct:description "The constraints for the equipment boundary profile from IEC 61970-600-2."@en ; + dct:identifier "urn:uuid:1e79354a-ccc2-434b-bab3-3dc4a08df5ea" ; + dct:issued "2021-01-27T15:31:36Z"^^xsd:dateTime ; + dct:language "en-GB" ; + dct:license "https://creativecommons.org/licenses/by/4.0/"@en ; + dct:modified "2020-10-12"^^xsd:date ; + dct:publisher "ENTSO-E"@en ; + dct:rights "Copyright"@en ; + dct:rightsHolder "ENTSO-E"@en ; + dct:title "Equipment Boundary Constraints"@en ; + owl:incompatibleWith ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "3.0.0"@en ; + dcat:keyword "EQBD" ; + dcat:theme "constraints"@en . + +eqbd:SubGeographicalRegion + rdf:type sh:NodeShape ; + sh:property eqbd:IdentifiedObject.name-datatype , eqbd:SubGeographicalRegion.Region-valueType , eqbd:SubGeographicalRegion.Region-cardinality , eqbd:IdentifiedObject.name-cardinality , eqbd:IdentifiedObject.description-cardinality , eqbd:IdentifiedObject.energyIdentCodeEic-datatype , eqbd:IdentifiedObject.energyIdentCodeEic-cardinality , eqbd:IdentifiedObject.mRID-cardinality , eqbd:IdentifiedObject.shortName-datatype , eqbd:IdentifiedObject.mRID-datatype , eqbd:IdentifiedObject.shortName-cardinality , eqbd:IdentifiedObject.description-datatype ; + sh:targetClass cim:SubGeographicalRegion . + +eqbd:SubGeographicalRegion.Region-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SubGeographicalRegion.Region-cardinality" ; + sh:order 21 ; + sh:path cim:SubGeographicalRegion.Region ; + sh:severity sh:Violation . + +eqbd:SubGeographicalRegion.Region-valueType + rdf:type sh:PropertyShape ; + sh:class cim:GeographicalRegion ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:GeographicalRegion." ; + sh:name "SubGeographicalRegion.Region-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path cim:SubGeographicalRegion.Region ; + sh:severity sh:Violation . + +eqbd:Substation rdf:type sh:NodeShape ; + sh:property eqbd:IdentifiedObject.name-datatype , eqbd:IdentifiedObject.energyIdentCodeEic-datatype , eqbd:IdentifiedObject.shortName-cardinality , eqbd:IdentifiedObject.mRID-cardinality , eqbd:IdentifiedObject.energyIdentCodeEic-cardinality , eqbd:IdentifiedObject.mRID-datatype , eqbd:IdentifiedObject.description-datatype , eqbd:Substation.Region-cardinality , eqbd:Substation.Region-valueType , eqbd:IdentifiedObject.shortName-datatype , eqbd:IdentifiedObject.name-cardinality , eqbd:IdentifiedObject.description-cardinality ; + sh:targetClass cim:Substation . + +eqbd:Substation.Region-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Substation.Region-cardinality" ; + sh:order 22 ; + sh:path cim:Substation.Region ; + sh:severity sh:Violation . + +eqbd:Substation.Region-valueType + rdf:type sh:PropertyShape ; + sh:class cim:SubGeographicalRegion ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:SubGeographicalRegion." ; + sh:name "Substation.Region-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path cim:Substation.Region ; + sh:severity sh:Violation . + +eqbd:Terminal rdf:type sh:NodeShape ; + sh:property eqbd:IdentifiedObject.description-cardinality , eqbd:IdentifiedObject.energyIdentCodeEic-datatype , eqbd:Terminal.ConductingEquipment-cardinality , eqbd:Terminal.ConnectivityNode-valueType , eqbd:IdentifiedObject.energyIdentCodeEic-cardinality , eqbd:IdentifiedObject.shortName-datatype , eqbd:IdentifiedObject.name-cardinality , eqbd:Terminal.ConnectivityNode-cardinality , eqbd:IdentifiedObject.shortName-cardinality , eqbd:IdentifiedObject.name-datatype , eqbd:IdentifiedObject.mRID-datatype , eqbd:IdentifiedObject.mRID-cardinality , eqbd:IdentifiedObject.description-datatype ; + sh:targetClass cim:Terminal . + +eqbd:Terminal.ConductingEquipment-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Terminal.ConductingEquipment-cardinality" ; + sh:order 24 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eqbd:Terminal.ConductingEquipment-valueType + rdf:type sh:NodeShape ; + sh:or ( eqbd:Terminal.ConductingEquipmentJunction-valueType ) . + +eqbd:Terminal.ConductingEquipmentJunction-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Junction ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Junction." ; + sh:name "Terminal.ConductingEquipmentJunction-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path cim:Terminal.ConductingEquipment ; + sh:severity sh:Violation . + +eqbd:Terminal.ConnectivityNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Terminal.ConnectivityNode-cardinality" ; + sh:order 23 ; + sh:path cim:Terminal.ConnectivityNode ; + sh:severity sh:Violation . + +eqbd:Terminal.ConnectivityNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ConnectivityNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ConnectivityNode." ; + sh:name "Terminal.ConnectivityNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path cim:Terminal.ConnectivityNode ; + sh:severity sh:Violation . + +eqbd:VoltageLevel rdf:type sh:NodeShape ; + sh:property eqbd:VoltageLevel.Substation-cardinality , eqbd:IdentifiedObject.mRID-datatype , eqbd:VoltageLevel.lowVoltageLimit-datatype , eqbd:VoltageLevel.BaseVoltage-valueType , eqbd:IdentifiedObject.mRID-cardinality , eqbd:IdentifiedObject.description-cardinality , eqbd:VoltageLevel.highVoltageLimit-datatype , eqbd:IdentifiedObject.name-cardinality , eqbd:IdentifiedObject.description-datatype , eqbd:VoltageLevel.highVoltageLimit-cardinality , eqbd:VoltageLevel.BaseVoltage-cardinality , eqbd:VoltageLevel.lowVoltageLimit-cardinality , eqbd:IdentifiedObject.shortName-datatype , eqbd:VoltageLevel.Substation-valueType , eqbd:IdentifiedObject.energyIdentCodeEic-datatype , eqbd:IdentifiedObject.name-datatype , eqbd:IdentifiedObject.energyIdentCodeEic-cardinality , eqbd:IdentifiedObject.shortName-cardinality ; + sh:targetClass cim:VoltageLevel . + +eqbd:VoltageLevel.BaseVoltage-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "VoltageLevel.BaseVoltage-cardinality" ; + sh:order 26 ; + sh:path cim:VoltageLevel.BaseVoltage ; + sh:severity sh:Violation . + +eqbd:VoltageLevel.BaseVoltage-valueType + rdf:type sh:PropertyShape ; + sh:class cim:BaseVoltage ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:BaseVoltage." ; + sh:name "VoltageLevel.BaseVoltage-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path cim:VoltageLevel.BaseVoltage ; + sh:severity sh:Violation . + +eqbd:VoltageLevel.Substation-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "VoltageLevel.Substation-cardinality" ; + sh:order 25 ; + sh:path cim:VoltageLevel.Substation ; + sh:severity sh:Violation . + +eqbd:VoltageLevel.Substation-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Substation ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group eqbd:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Substation." ; + sh:name "VoltageLevel.Substation-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path cim:VoltageLevel.Substation ; + sh:severity sh:Violation . + +eqbd:VoltageLevel.highVoltageLimit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VoltageLevel.highVoltageLimit-cardinality" ; + sh:order 14 ; + sh:path cim:VoltageLevel.highVoltageLimit ; + sh:severity sh:Violation . + +eqbd:VoltageLevel.highVoltageLimit-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the highVoltageLimit." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VoltageLevel.highVoltageLimit-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path cim:VoltageLevel.highVoltageLimit ; + sh:severity sh:Violation . + +eqbd:VoltageLevel.lowVoltageLimit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group eqbd:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VoltageLevel.lowVoltageLimit-cardinality" ; + sh:order 15 ; + sh:path cim:VoltageLevel.lowVoltageLimit ; + sh:severity sh:Violation . + +eqbd:VoltageLevel.lowVoltageLimit-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the lowVoltageLimit." ; + sh:group eqbd:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VoltageLevel.lowVoltageLimit-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path cim:VoltageLevel.lowVoltageLimit ; + sh:severity sh:Violation . + diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_GeographicalLocation-AP-Con-Simple-SHACLED2a_v3-0-0.ttl b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_GeographicalLocation-AP-Con-Simple-SHACLED2a_v3-0-0.ttl new file mode 100644 index 0000000..661909f --- /dev/null +++ b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_GeographicalLocation-AP-Con-Simple-SHACLED2a_v3-0-0.ttl @@ -0,0 +1,1097 @@ +@prefix cim: . +@prefix cims: . +@prefix dc: . +@prefix dcat: . +@prefix dct: . +@prefix eu: . +@prefix gl: . +@prefix owl: . +@prefix prof: . +@prefix profcim: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix xsd: . + +gl:AssociationsGroup rdf:type sh:PropertyGroup ; + rdfs:label "Associations" ; + sh:order 2 . + +gl:CardinalityGroup rdf:type sh:PropertyGroup ; + rdfs:label "Cardinality" ; + sh:order 0 . + +gl:CoordinateSystem rdf:type sh:NodeShape ; + sh:property gl:IdentifiedObject.name-datatype , gl:IdentifiedObject.name-cardinality , gl:IdentifiedObject.mRID-datatype , gl:IdentifiedObject.mRID-cardinality , gl:CoordinateSystem.crsUrn-datatype , gl:CoordinateSystem.crsUrn-cardinality ; + sh:targetClass cim:CoordinateSystem . + +gl:CoordinateSystem.crsUrn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (crsUrn)." ; + sh:minCount 1 ; + sh:name "CoordinateSystem.crsUrn-cardinality" ; + sh:order 2 ; + sh:path cim:CoordinateSystem.crsUrn ; + sh:severity sh:Violation . + +gl:CoordinateSystem.crsUrn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the crsUrn." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CoordinateSystem.crsUrn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path cim:CoordinateSystem.crsUrn ; + sh:severity sh:Violation . + +gl:DatatypesGroup rdf:type sh:PropertyGroup ; + rdfs:label "Datatypes" ; + sh:order 1 . + +gl:IdentifiedObject.mRID-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mRID)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.mRID-cardinality" ; + sh:order 0 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +gl:IdentifiedObject.mRID-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the mRID." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.mRID-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +gl:IdentifiedObject.name-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.name-cardinality" ; + sh:order 1 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +gl:IdentifiedObject.name-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the name." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.name-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +gl:Location rdf:type sh:NodeShape ; + sh:property gl:Status.value-cardinality , gl:TownDetail.country-datatype , gl:StreetAddress.streetDetail-cardinality , gl:StreetDetail.addressGeneral3-cardinality , gl:TownDetail.code-datatype , gl:StreetDetail.name-cardinality , gl:StreetDetail.addressGeneral-datatype , gl:Location.CoordinateSystem-valueType , gl:StreetDetail.type-cardinality , gl:IdentifiedObject.name-datatype , gl:StreetAddress.poBox-cardinality , gl:StreetDetail.addressGeneral2-datatype , gl:Status.dateTime-cardinality , gl:StreetAddress.townDetail-datatype , gl:StreetDetail.addressGeneral-cardinality , gl:Status.remark-cardinality , gl:Location.mainAddress-cardinality , gl:IdentifiedObject.name-cardinality , gl:TownDetail.name-cardinality , gl:TownDetail.section-cardinality , gl:Location.PowerSystemResources-valueType , gl:StreetDetail.prefix-datatype , gl:StreetDetail.suffix-datatype , gl:TownDetail.stateOrProvince-cardinality , gl:StreetDetail.code-cardinality , gl:IdentifiedObject.mRID-cardinality , gl:StreetDetail.number-cardinality , gl:StreetAddress.status-datatype , gl:Status.dateTime-datatype , gl:StreetAddress.language-cardinality , gl:Location.mainAddress-datatype , gl:StreetDetail.suffix-cardinality , gl:Location.PowerSystemResources-cardinality , gl:StreetDetail.suiteNumber-cardinality , gl:StreetDetail.code-datatype , gl:StreetAddress.streetDetail-datatype , gl:TownDetail.section-datatype , gl:StreetDetail.addressGeneral3-datatype , gl:Status.value-datatype , gl:StreetAddress.postalCode-cardinality , gl:StreetDetail.floorIdentification-cardinality , gl:IdentifiedObject.mRID-datatype , gl:StreetAddress.status-cardinality , gl:Status.remark-datatype , gl:TownDetail.country-cardinality , gl:TownDetail.code-cardinality , gl:TownDetail.stateOrProvince-datatype , gl:StreetDetail.number-datatype , gl:Status.reason-cardinality , gl:StreetAddress.townDetail-cardinality , gl:StreetDetail.suiteNumber-datatype , gl:StreetAddress.language-datatype , gl:StreetDetail.withinTownLimits-datatype , gl:Status.reason-datatype , gl:StreetDetail.buildingName-datatype , gl:StreetDetail.addressGeneral2-cardinality , gl:StreetAddress.postalCode-datatype , gl:TownDetail.name-datatype , gl:StreetDetail.withinTownLimits-cardinality , gl:StreetDetail.floorIdentification-datatype , gl:StreetDetail.type-datatype , gl:Location.CoordinateSystem-cardinality , gl:StreetDetail.buildingName-cardinality , gl:StreetDetail.prefix-cardinality , gl:StreetDetail.name-datatype , gl:StreetAddress.poBox-datatype ; + sh:targetClass cim:Location . + +gl:Location.CoordinateSystem-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group gl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Location.CoordinateSystem-cardinality" ; + sh:order 37 ; + sh:path cim:Location.CoordinateSystem ; + sh:severity sh:Violation . + +gl:Location.CoordinateSystem-valueType + rdf:type sh:PropertyShape ; + sh:class cim:CoordinateSystem ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group gl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:CoordinateSystem." ; + sh:name "Location.CoordinateSystem-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path cim:Location.CoordinateSystem ; + sh:severity sh:Violation . + +gl:Location.PowerSystemResources-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group gl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Location.PowerSystemResources-cardinality" ; + sh:order 36 ; + sh:path cim:Location.PowerSystemResources ; + sh:severity sh:Violation . + +gl:Location.PowerSystemResources-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerSystemResource ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group gl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerSystemResource." ; + sh:name "Location.PowerSystemResources-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path cim:Location.PowerSystemResources ; + sh:severity sh:Violation . + +gl:Location.mainAddress-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Location.mainAddress-cardinality" ; + sh:order 3 ; + sh:path cim:Location.mainAddress ; + sh:severity sh:Violation . + +gl:Location.mainAddress-datatype + rdf:type sh:PropertyShape ; + sh:class cim:StreetAddress ; + sh:description "This constraint validates the datatype of the mainAddress." ; + sh:group gl:DatatypesGroup ; + sh:message "Blanknode (compound StreetAddress) violation. Either it is not a BlankNode (nested structure, compound StreetAddress) or it is not the right class." ; + sh:name "Location.mainAddress-datatype" ; + sh:nodeKind sh:BlankNode ; + sh:order 3 ; + sh:path cim:Location.mainAddress ; + sh:severity sh:Violation . + +gl:Ontology rdf:type owl:Ontology ; + dct:conformsTo "urn:iso:std:iec:61970-401:draft:ed-1" , "urn:iso:std:iec:61970-501:draft:ed-2" , "urn:iso:std:iec:61970-301:ed-7:amd1" , "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" , "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:creator "ENTSO-E CIM EG"@en ; + dct:description "The constraints for the geographical location profile from IEC 61970-600-2."@en ; + dct:identifier "urn:uuid:862c1230-be19-4a01-bd6f-1a6c03d213ff" ; + dct:issued "2021-01-27T15:33:53Z"^^xsd:dateTime ; + dct:language "en-GB" ; + dct:modified "2020-10-12"^^xsd:date ; + dct:publisher "ENTSO-E"@en ; + dct:rights "Copyright"@en ; + dct:rightsHolder "ENTSO-E"@en ; + dct:title "Geographical Location Constraints"@en ; + owl:incompatibleWith ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "3.0.0"@en ; + dcat:keyword "GL" ; + dcat:theme "constraints"@en . + +gl:PositionPoint rdf:type sh:NodeShape ; + sh:property gl:PositionPoint.sequenceNumber-datatype , gl:PositionPoint.zPosition-datatype , gl:PositionPoint.Location-cardinality , gl:PositionPoint.sequenceNumber-cardinality , gl:PositionPoint.zPosition-cardinality , gl:PositionPoint.xPosition-cardinality , gl:PositionPoint.yPosition-datatype , gl:PositionPoint.xPosition-datatype , gl:PositionPoint.yPosition-cardinality ; + sh:targetClass cim:PositionPoint . + +gl:PositionPoint.Location-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group gl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "PositionPoint.Location-cardinality" ; + sh:order 38 ; + sh:path cim:PositionPoint.Location ; + sh:severity sh:Violation . + +gl:PositionPoint.Location-valueType + rdf:type sh:NodeShape ; + sh:or ( gl:PositionPoint.LocationServiceLocation-valueType gl:PositionPoint.LocationLocation-valueType ) . + +gl:PositionPoint.LocationLocation-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Location ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group gl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Location." ; + sh:name "PositionPoint.LocationLocation-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path cim:PositionPoint.Location ; + sh:severity sh:Violation . + +gl:PositionPoint.LocationServiceLocation-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ServiceLocation ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group gl:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ServiceLocation." ; + sh:name "PositionPoint.LocationServiceLocation-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path cim:PositionPoint.Location ; + sh:severity sh:Violation . + +gl:PositionPoint.sequenceNumber-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PositionPoint.sequenceNumber-cardinality" ; + sh:order 32 ; + sh:path cim:PositionPoint.sequenceNumber ; + sh:severity sh:Violation . + +gl:PositionPoint.sequenceNumber-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the sequenceNumber." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PositionPoint.sequenceNumber-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path cim:PositionPoint.sequenceNumber ; + sh:severity sh:Violation . + +gl:PositionPoint.xPosition-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xPosition)." ; + sh:minCount 1 ; + sh:name "PositionPoint.xPosition-cardinality" ; + sh:order 33 ; + sh:path cim:PositionPoint.xPosition ; + sh:severity sh:Violation . + +gl:PositionPoint.xPosition-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the xPosition." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PositionPoint.xPosition-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path cim:PositionPoint.xPosition ; + sh:severity sh:Violation . + +gl:PositionPoint.yPosition-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (yPosition)." ; + sh:minCount 1 ; + sh:name "PositionPoint.yPosition-cardinality" ; + sh:order 34 ; + sh:path cim:PositionPoint.yPosition ; + sh:severity sh:Violation . + +gl:PositionPoint.yPosition-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the yPosition." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PositionPoint.yPosition-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path cim:PositionPoint.yPosition ; + sh:severity sh:Violation . + +gl:PositionPoint.zPosition-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PositionPoint.zPosition-cardinality" ; + sh:order 35 ; + sh:path cim:PositionPoint.zPosition ; + sh:severity sh:Violation . + +gl:PositionPoint.zPosition-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the zPosition." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PositionPoint.zPosition-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path cim:PositionPoint.zPosition ; + sh:severity sh:Violation . + +gl:ServiceLocation rdf:type sh:NodeShape ; + sh:property gl:Location.mainAddress-cardinality , gl:Status.reason-datatype , gl:StreetDetail.code-cardinality , gl:TownDetail.stateOrProvince-datatype , gl:TownDetail.stateOrProvince-cardinality , gl:TownDetail.name-datatype , gl:Location.CoordinateSystem-valueType , gl:StreetDetail.withinTownLimits-cardinality , gl:StreetDetail.withinTownLimits-datatype , gl:StreetDetail.number-datatype , gl:StreetDetail.addressGeneral2-datatype , gl:Location.PowerSystemResources-cardinality , gl:StreetAddress.status-cardinality , gl:StreetDetail.code-datatype , gl:StreetDetail.suiteNumber-cardinality , gl:StreetDetail.addressGeneral-cardinality , gl:TownDetail.section-datatype , gl:StreetDetail.type-datatype , gl:StreetDetail.buildingName-cardinality , gl:StreetAddress.streetDetail-cardinality , gl:Status.value-cardinality , gl:StreetDetail.suiteNumber-datatype , gl:StreetAddress.language-datatype , gl:Status.reason-cardinality , gl:StreetAddress.language-cardinality , gl:Status.value-datatype , gl:StreetAddress.poBox-datatype , gl:StreetDetail.prefix-cardinality , gl:Status.dateTime-cardinality , gl:StreetDetail.buildingName-datatype , gl:StreetAddress.townDetail-cardinality , gl:StreetDetail.suffix-datatype , gl:TownDetail.country-datatype , gl:Status.remark-datatype , gl:StreetAddress.townDetail-datatype , gl:StreetAddress.postalCode-cardinality , gl:StreetDetail.type-cardinality , gl:StreetDetail.addressGeneral3-datatype , gl:StreetDetail.name-cardinality , gl:StreetDetail.addressGeneral3-cardinality , gl:StreetDetail.prefix-datatype , gl:Status.remark-cardinality , gl:StreetAddress.streetDetail-datatype , gl:IdentifiedObject.name-cardinality , gl:Location.mainAddress-datatype , gl:StreetDetail.addressGeneral-datatype , gl:TownDetail.code-datatype , gl:StreetDetail.addressGeneral2-cardinality , gl:StreetDetail.floorIdentification-cardinality , gl:Location.PowerSystemResources-valueType , gl:TownDetail.code-cardinality , gl:StreetDetail.suffix-cardinality , gl:IdentifiedObject.mRID-cardinality , gl:Location.CoordinateSystem-cardinality , gl:TownDetail.section-cardinality , gl:Status.dateTime-datatype , gl:StreetDetail.floorIdentification-datatype , gl:TownDetail.name-cardinality , gl:IdentifiedObject.mRID-datatype , gl:TownDetail.country-cardinality , gl:IdentifiedObject.name-datatype , gl:StreetDetail.name-datatype , gl:StreetAddress.poBox-cardinality , gl:StreetAddress.postalCode-datatype , gl:StreetAddress.status-datatype , gl:StreetDetail.number-cardinality ; + sh:targetClass cim:ServiceLocation . + +gl:Status.dateTime-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.status cim:Status.dateTime ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Status.dateTime-cardinality" ; + sh:order 26 ; + sh:severity sh:Violation . + +gl:Status.dateTime-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:datetime ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.status cim:Status.dateTime ) + ] + ) ; + sh:description "This constraint validates the datatype of the dateTime." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Status.dateTime-datatype" ; + sh:order 26 ; + sh:severity sh:Violation . + +gl:Status.reason-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.status cim:Status.reason ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Status.reason-cardinality" ; + sh:order 28 ; + sh:severity sh:Violation . + +gl:Status.reason-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.status cim:Status.reason ) + ] + ) ; + sh:description "This constraint validates the datatype of the reason." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Status.reason-datatype" ; + sh:order 28 ; + sh:severity sh:Violation . + +gl:Status.remark-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.status cim:Status.remark ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Status.remark-cardinality" ; + sh:order 27 ; + sh:severity sh:Violation . + +gl:Status.remark-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.status cim:Status.remark ) + ] + ) ; + sh:description "This constraint validates the datatype of the remark." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Status.remark-datatype" ; + sh:order 27 ; + sh:severity sh:Violation . + +gl:Status.value-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.status cim:Status.value ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Status.value-cardinality" ; + sh:order 25 ; + sh:severity sh:Violation . + +gl:Status.value-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.status cim:Status.value ) + ] + ) ; + sh:description "This constraint validates the datatype of the value." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Status.value-datatype" ; + sh:order 25 ; + sh:severity sh:Violation . + +gl:StreetAddress.language-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.language ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetAddress.language-cardinality" ; + sh:order 31 ; + sh:severity sh:Violation . + +gl:StreetAddress.language-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.language ) + ] + ) ; + sh:description "This constraint validates the datatype of the language." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetAddress.language-datatype" ; + sh:order 31 ; + sh:severity sh:Violation . + +gl:StreetAddress.poBox-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.poBox ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetAddress.poBox-cardinality" ; + sh:order 30 ; + sh:severity sh:Violation . + +gl:StreetAddress.poBox-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.poBox ) + ] + ) ; + sh:description "This constraint validates the datatype of the poBox." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetAddress.poBox-datatype" ; + sh:order 30 ; + sh:severity sh:Violation . + +gl:StreetAddress.postalCode-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.postalCode ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetAddress.postalCode-cardinality" ; + sh:order 29 ; + sh:severity sh:Violation . + +gl:StreetAddress.postalCode-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.postalCode ) + ] + ) ; + sh:description "This constraint validates the datatype of the postalCode." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetAddress.postalCode-datatype" ; + sh:order 29 ; + sh:severity sh:Violation . + +gl:StreetAddress.status-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:nodeKind sh:BlankNode ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.status ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetAddress.status-cardinality" ; + sh:order 24 ; + sh:severity sh:Violation . + +gl:StreetAddress.status-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:class cim:Status ; + sh:nodeKind sh:BlankNode ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.status ) + ] + ) ; + sh:description "This constraint validates the datatype of the status." ; + sh:group gl:DatatypesGroup ; + sh:message "Blanknode (compound Status) violation. Either it is not a BlankNode (nested structure, compound Status) or it is not the right class." ; + sh:name "StreetAddress.status-datatype" ; + sh:order 24 ; + sh:severity sh:Violation . + +gl:StreetAddress.streetDetail-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:nodeKind sh:BlankNode ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetAddress.streetDetail-cardinality" ; + sh:order 4 ; + sh:severity sh:Violation . + +gl:StreetAddress.streetDetail-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:class cim:StreetDetail ; + sh:nodeKind sh:BlankNode ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail ) + ] + ) ; + sh:description "This constraint validates the datatype of the streetDetail." ; + sh:group gl:DatatypesGroup ; + sh:message "Blanknode (compound StreetDetail) violation. Either it is not a BlankNode (nested structure, compound StreetDetail) or it is not the right class." ; + sh:name "StreetAddress.streetDetail-datatype" ; + sh:order 4 ; + sh:severity sh:Violation . + +gl:StreetAddress.townDetail-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:nodeKind sh:BlankNode ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetAddress.townDetail-cardinality" ; + sh:order 18 ; + sh:severity sh:Violation . + +gl:StreetAddress.townDetail-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:class cim:TownDetail ; + sh:nodeKind sh:BlankNode ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail ) + ] + ) ; + sh:description "This constraint validates the datatype of the townDetail." ; + sh:group gl:DatatypesGroup ; + sh:message "Blanknode (compound TownDetail) violation. Either it is not a BlankNode (nested structure, compound TownDetail) or it is not the right class." ; + sh:name "StreetAddress.townDetail-datatype" ; + sh:order 18 ; + sh:severity sh:Violation . + +gl:StreetDetail.addressGeneral-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.addressGeneral ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.addressGeneral-cardinality" ; + sh:order 13 ; + sh:severity sh:Violation . + +gl:StreetDetail.addressGeneral-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.addressGeneral ) + ] + ) ; + sh:description "This constraint validates the datatype of the addressGeneral." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.addressGeneral-datatype" ; + sh:order 13 ; + sh:severity sh:Violation . + +gl:StreetDetail.addressGeneral2-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.addressGeneral2 ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.addressGeneral2-cardinality" ; + sh:order 14 ; + sh:severity sh:Violation . + +gl:StreetDetail.addressGeneral2-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.addressGeneral2 ) + ] + ) ; + sh:description "This constraint validates the datatype of the addressGeneral2." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.addressGeneral2-datatype" ; + sh:order 14 ; + sh:severity sh:Violation . + +gl:StreetDetail.addressGeneral3-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.addressGeneral3 ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.addressGeneral3-cardinality" ; + sh:order 15 ; + sh:severity sh:Violation . + +gl:StreetDetail.addressGeneral3-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.addressGeneral3 ) + ] + ) ; + sh:description "This constraint validates the datatype of the addressGeneral3." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.addressGeneral3-datatype" ; + sh:order 15 ; + sh:severity sh:Violation . + +gl:StreetDetail.buildingName-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.buildingName ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.buildingName-cardinality" ; + sh:order 11 ; + sh:severity sh:Violation . + +gl:StreetDetail.buildingName-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.buildingName ) + ] + ) ; + sh:description "This constraint validates the datatype of the buildingName." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.buildingName-datatype" ; + sh:order 11 ; + sh:severity sh:Violation . + +gl:StreetDetail.code-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.code ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.code-cardinality" ; + sh:order 10 ; + sh:severity sh:Violation . + +gl:StreetDetail.code-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.code ) + ] + ) ; + sh:description "This constraint validates the datatype of the code." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.code-datatype" ; + sh:order 10 ; + sh:severity sh:Violation . + +gl:StreetDetail.floorIdentification-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.floorIdentification ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.floorIdentification-cardinality" ; + sh:order 17 ; + sh:severity sh:Violation . + +gl:StreetDetail.floorIdentification-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.floorIdentification ) + ] + ) ; + sh:description "This constraint validates the datatype of the floorIdentification." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.floorIdentification-datatype" ; + sh:order 17 ; + sh:severity sh:Violation . + +gl:StreetDetail.name-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.name ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.name-cardinality" ; + sh:order 6 ; + sh:severity sh:Violation . + +gl:StreetDetail.name-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.name ) + ] + ) ; + sh:description "This constraint validates the datatype of the name." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.name-datatype" ; + sh:order 6 ; + sh:severity sh:Violation . + +gl:StreetDetail.number-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.number ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.number-cardinality" ; + sh:order 5 ; + sh:severity sh:Violation . + +gl:StreetDetail.number-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.number ) + ] + ) ; + sh:description "This constraint validates the datatype of the number." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.number-datatype" ; + sh:order 5 ; + sh:severity sh:Violation . + +gl:StreetDetail.prefix-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.prefix ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.prefix-cardinality" ; + sh:order 8 ; + sh:severity sh:Violation . + +gl:StreetDetail.prefix-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.prefix ) + ] + ) ; + sh:description "This constraint validates the datatype of the prefix." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.prefix-datatype" ; + sh:order 8 ; + sh:severity sh:Violation . + +gl:StreetDetail.suffix-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.suffix ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.suffix-cardinality" ; + sh:order 7 ; + sh:severity sh:Violation . + +gl:StreetDetail.suffix-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.suffix ) + ] + ) ; + sh:description "This constraint validates the datatype of the suffix." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.suffix-datatype" ; + sh:order 7 ; + sh:severity sh:Violation . + +gl:StreetDetail.suiteNumber-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.suiteNumber ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.suiteNumber-cardinality" ; + sh:order 12 ; + sh:severity sh:Violation . + +gl:StreetDetail.suiteNumber-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.suiteNumber ) + ] + ) ; + sh:description "This constraint validates the datatype of the suiteNumber." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.suiteNumber-datatype" ; + sh:order 12 ; + sh:severity sh:Violation . + +gl:StreetDetail.type-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.type ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.type-cardinality" ; + sh:order 9 ; + sh:severity sh:Violation . +gl:StreetDetail.type-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.type ) + ] + ) ; + sh:description "This constraint validates the datatype of the type." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.type-datatype" ; + sh:order 9 ; + sh:severity sh:Violation . + +gl:StreetDetail.withinTownLimits-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.withinTownLimits ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "StreetDetail.withinTownLimits-cardinality" ; + sh:order 16 ; + sh:severity sh:Violation . + +gl:StreetDetail.withinTownLimits-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:boolean ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.streetDetail cim:StreetDetail.withinTownLimits ) + ] + ) ; + sh:description "This constraint validates the datatype of the withinTownLimits." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StreetDetail.withinTownLimits-datatype" ; + sh:order 16 ; + sh:severity sh:Violation . + +gl:TownDetail.code-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail cim:TownDetail.code ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TownDetail.code-cardinality" ; + sh:order 19 ; + sh:severity sh:Violation . + +gl:TownDetail.code-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail cim:TownDetail.code ) + ] + ) ; + sh:description "This constraint validates the datatype of the code." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TownDetail.code-datatype" ; + sh:order 19 ; + sh:severity sh:Violation . + +gl:TownDetail.country-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail cim:TownDetail.country ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TownDetail.country-cardinality" ; + sh:order 23 ; + sh:severity sh:Violation . + +gl:TownDetail.country-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail cim:TownDetail.country ) + ] + ) ; + sh:description "This constraint validates the datatype of the country." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TownDetail.country-datatype" ; + sh:order 23 ; + sh:severity sh:Violation . + +gl:TownDetail.name-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail cim:TownDetail.name ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TownDetail.name-cardinality" ; + sh:order 21 ; + sh:severity sh:Violation . + +gl:TownDetail.name-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail cim:TownDetail.name ) + ] + ) ; + sh:description "This constraint validates the datatype of the name." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TownDetail.name-datatype" ; + sh:order 21 ; + sh:severity sh:Violation . + +gl:TownDetail.section-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail cim:TownDetail.section ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TownDetail.section-cardinality" ; + sh:order 20 ; + sh:severity sh:Violation . + +gl:TownDetail.section-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail cim:TownDetail.section ) + ] + ) ; + sh:description "This constraint validates the datatype of the section." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TownDetail.section-datatype" ; + sh:order 20 ; + sh:severity sh:Violation . + +gl:TownDetail.stateOrProvince-cardinality + rdf:type sh:PropertyShape ; + sh:and ( [ sh:maxCount 1 ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail cim:TownDetail.stateOrProvince ) + ] + ) ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group gl:CardinalityGroup ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TownDetail.stateOrProvince-cardinality" ; + sh:order 22 ; + sh:severity sh:Violation . + +gl:TownDetail.stateOrProvince-datatype + rdf:type sh:PropertyShape ; + sh:and ( [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:path ( cim:Location.mainAddress cim:StreetAddress.townDetail cim:TownDetail.stateOrProvince ) + ] + ) ; + sh:description "This constraint validates the datatype of the stateOrProvince." ; + sh:group gl:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TownDetail.stateOrProvince-datatype" ; + sh:order 22 ; + sh:severity sh:Violation . + diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Operation-AP-Con-Simple-SHACLED2a_v3-0-0.ttl b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Operation-AP-Con-Simple-SHACLED2a_v3-0-0.ttl new file mode 100644 index 0000000..c1475b4 --- /dev/null +++ b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Operation-AP-Con-Simple-SHACLED2a_v3-0-0.ttl @@ -0,0 +1,1501 @@ +@prefix cim: . +@prefix cims: . +@prefix dc: . +@prefix dcat: . +@prefix dct: . +@prefix eu: . +@prefix op: . +@prefix owl: . +@prefix prof: . +@prefix profcim: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix xsd: . + +op:Accumulator rdf:type sh:NodeShape ; + sh:property op:IdentifiedObject.name-cardinality , op:Measurement.unitMultiplier-datatype , op:Measurement.unitSymbol-datatype , op:IdentifiedObject.description-cardinality , op:Measurement.phases-cardinality , op:IdentifiedObject.mRID-datatype , op:Measurement.PowerSystemResource-valueType , op:Measurement.measurementType-cardinality , op:IdentifiedObject.mRID-cardinality , op:IdentifiedObject.name-datatype , op:Measurement.Terminal-valueType , op:Measurement.measurementType-datatype , op:Measurement.Terminal-cardinality , op:Measurement.unitMultiplier-cardinality , op:Measurement.phases-datatype , op:IdentifiedObject.description-datatype , op:Measurement.unitSymbol-cardinality , op:Measurement.PowerSystemResource-cardinality ; + sh:targetClass cim:Accumulator . + +op:AccumulatorLimit rdf:type sh:NodeShape ; + sh:property op:AccumulatorLimit.value-datatype , op:AccumulatorLimit.LimitSet-cardinality , op:IdentifiedObject.description-cardinality , op:IdentifiedObject.name-datatype , op:IdentifiedObject.description-datatype , op:IdentifiedObject.mRID-cardinality , op:IdentifiedObject.name-cardinality , op:IdentifiedObject.mRID-datatype , op:AccumulatorLimit.LimitSet-valueType , op:AccumulatorLimit.value-cardinality ; + sh:targetClass cim:AccumulatorLimit . + +op:AccumulatorLimit.LimitSet-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "AccumulatorLimit.LimitSet-cardinality" ; + sh:order 37 ; + sh:path cim:AccumulatorLimit.LimitSet ; + sh:severity sh:Violation . + +op:AccumulatorLimit.LimitSet-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AccumulatorLimitSet ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AccumulatorLimitSet." ; + sh:name "AccumulatorLimit.LimitSet-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path cim:AccumulatorLimit.LimitSet ; + sh:severity sh:Violation . + +op:AccumulatorLimit.value-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (value)." ; + sh:minCount 1 ; + sh:name "AccumulatorLimit.value-cardinality" ; + sh:order 0 ; + sh:path cim:AccumulatorLimit.value ; + sh:severity sh:Violation . + +op:AccumulatorLimit.value-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the value." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AccumulatorLimit.value-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path cim:AccumulatorLimit.value ; + sh:severity sh:Violation . + +op:AccumulatorLimitSet + rdf:type sh:NodeShape ; + sh:property op:LimitSet.isPercentageLimits-cardinality , op:IdentifiedObject.description-cardinality , op:IdentifiedObject.name-cardinality , op:LimitSet.isPercentageLimits-datatype , op:IdentifiedObject.mRID-datatype , op:AccumulatorLimitSet.Measurements-cardinality , op:IdentifiedObject.description-datatype , op:IdentifiedObject.name-datatype , op:AccumulatorLimitSet.Measurements-valueType , op:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:AccumulatorLimitSet . + +op:AccumulatorLimitSet.Measurements-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:message "Cardinality violation. Missing required association." ; + sh:minCount 1 ; + sh:name "AccumulatorLimitSet.Measurements-cardinality" ; + sh:order 38 ; + sh:path cim:AccumulatorLimitSet.Measurements ; + sh:severity sh:Violation . + +op:AccumulatorLimitSet.Measurements-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Accumulator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Accumulator." ; + sh:name "AccumulatorLimitSet.Measurements-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path cim:AccumulatorLimitSet.Measurements ; + sh:severity sh:Violation . + +op:AccumulatorReset rdf:type sh:NodeShape ; + sh:property op:IdentifiedObject.description-cardinality , op:AccumulatorReset.AccumulatorValue-valueType , op:Control.unitMultiplier-cardinality , op:Control.unitMultiplier-datatype , op:Control.operationInProgress-cardinality , op:AccumulatorReset.AccumulatorValue-cardinality , op:Control.unitSymbol-cardinality , op:Control.timeStamp-cardinality , op:Control.PowerSystemResource-cardinality , op:Control.controlType-cardinality , op:Control.PowerSystemResource-valueType , op:Control.unitSymbol-datatype , op:IdentifiedObject.name-datatype , op:IdentifiedObject.mRID-cardinality , op:IdentifiedObject.description-datatype , op:IdentifiedObject.name-cardinality , op:Control.controlType-datatype , op:Control.operationInProgress-datatype , op:Control.timeStamp-datatype , op:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:AccumulatorReset . + +op:AccumulatorReset.AccumulatorValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "AccumulatorReset.AccumulatorValue-cardinality" ; + sh:order 39 ; + sh:path cim:AccumulatorReset.AccumulatorValue ; + sh:severity sh:Violation . + +op:AccumulatorReset.AccumulatorValue-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AccumulatorValue ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AccumulatorValue." ; + sh:name "AccumulatorReset.AccumulatorValue-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path cim:AccumulatorReset.AccumulatorValue ; + sh:severity sh:Violation . + +op:AccumulatorValue rdf:type sh:NodeShape ; + sh:property op:AccumulatorValue.Accumulator-cardinality , op:IdentifiedObject.mRID-datatype , op:IdentifiedObject.description-cardinality , op:MeasurementValue.MeasurementValueSource-valueType , op:MeasurementValue.MeasurementValueSource-cardinality , op:IdentifiedObject.name-cardinality , op:MeasurementValue.timeStamp-cardinality , op:IdentifiedObject.description-datatype , op:AccumulatorValue.Accumulator-valueType , op:MeasurementValue.sensorAccuracy-cardinality , op:IdentifiedObject.mRID-cardinality , op:MeasurementValue.sensorAccuracy-datatype , op:MeasurementValue.timeStamp-datatype , op:IdentifiedObject.name-datatype ; + sh:targetClass cim:AccumulatorValue . + +op:AccumulatorValue.Accumulator-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "AccumulatorValue.Accumulator-cardinality" ; + sh:order 40 ; + sh:path cim:AccumulatorValue.Accumulator ; + sh:severity sh:Violation . + +op:AccumulatorValue.Accumulator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Accumulator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Accumulator." ; + sh:name "AccumulatorValue.Accumulator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path cim:AccumulatorValue.Accumulator ; + sh:severity sh:Violation . + +op:Analog rdf:type sh:NodeShape ; + sh:property op:Measurement.Terminal-valueType , op:IdentifiedObject.name-datatype , op:Measurement.phases-cardinality , op:Measurement.phases-datatype , op:Measurement.PowerSystemResource-cardinality , op:Measurement.PowerSystemResource-valueType , op:Measurement.measurementType-cardinality , op:Measurement.unitSymbol-datatype , op:IdentifiedObject.name-cardinality , op:IdentifiedObject.mRID-cardinality , op:Analog.positiveFlowIn-datatype , op:Measurement.measurementType-datatype , op:Measurement.Terminal-cardinality , op:IdentifiedObject.description-datatype , op:Analog.positiveFlowIn-cardinality , op:IdentifiedObject.description-cardinality , op:Measurement.unitMultiplier-datatype , op:Measurement.unitMultiplier-cardinality , op:Measurement.unitSymbol-cardinality , op:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:Analog . + +op:Analog.positiveFlowIn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Analog.positiveFlowIn-cardinality" ; + sh:order 1 ; + sh:path cim:Analog.positiveFlowIn ; + sh:severity sh:Violation . + +op:Analog.positiveFlowIn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the positiveFlowIn." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Analog.positiveFlowIn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path cim:Analog.positiveFlowIn ; + sh:severity sh:Violation . + +op:AnalogControl.AnalogValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "AnalogControl.AnalogValue-cardinality" ; + sh:order 41 ; + sh:path cim:AnalogControl.AnalogValue ; + sh:severity sh:Violation . + +op:AnalogControl.AnalogValue-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AnalogValue ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AnalogValue." ; + sh:name "AnalogControl.AnalogValue-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path cim:AnalogControl.AnalogValue ; + sh:severity sh:Violation . + +op:AnalogControl.maxValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (maxValue)." ; + sh:minCount 1 ; + sh:name "AnalogControl.maxValue-cardinality" ; + sh:order 2 ; + sh:path cim:AnalogControl.maxValue ; + sh:severity sh:Violation . + +op:AnalogControl.maxValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxValue." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AnalogControl.maxValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path cim:AnalogControl.maxValue ; + sh:severity sh:Violation . + +op:AnalogControl.minValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (minValue)." ; + sh:minCount 1 ; + sh:name "AnalogControl.minValue-cardinality" ; + sh:order 3 ; + sh:path cim:AnalogControl.minValue ; + sh:severity sh:Violation . + +op:AnalogControl.minValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minValue." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AnalogControl.minValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path cim:AnalogControl.minValue ; + sh:severity sh:Violation . + +op:AnalogLimit rdf:type sh:NodeShape ; + sh:property op:AnalogLimit.value-cardinality , op:IdentifiedObject.mRID-cardinality , op:IdentifiedObject.name-datatype , op:IdentifiedObject.name-cardinality , op:IdentifiedObject.description-datatype , op:AnalogLimit.LimitSet-cardinality , op:AnalogLimit.LimitSet-valueType , op:IdentifiedObject.mRID-datatype , op:AnalogLimit.value-datatype , op:IdentifiedObject.description-cardinality ; + sh:targetClass cim:AnalogLimit . + +op:AnalogLimit.LimitSet-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "AnalogLimit.LimitSet-cardinality" ; + sh:order 42 ; + sh:path cim:AnalogLimit.LimitSet ; + sh:severity sh:Violation . + +op:AnalogLimit.LimitSet-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AnalogLimitSet ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AnalogLimitSet." ; + sh:name "AnalogLimit.LimitSet-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path cim:AnalogLimit.LimitSet ; + sh:severity sh:Violation . + +op:AnalogLimit.value-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (value)." ; + sh:minCount 1 ; + sh:name "AnalogLimit.value-cardinality" ; + sh:order 4 ; + sh:path cim:AnalogLimit.value ; + sh:severity sh:Violation . + +op:AnalogLimit.value-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the value." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AnalogLimit.value-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path cim:AnalogLimit.value ; + sh:severity sh:Violation . + +op:AnalogLimitSet rdf:type sh:NodeShape ; + sh:property op:IdentifiedObject.description-datatype , op:AnalogLimitSet.Measurements-valueType , op:IdentifiedObject.name-datatype , op:IdentifiedObject.description-cardinality , op:IdentifiedObject.name-cardinality , op:LimitSet.isPercentageLimits-cardinality , op:IdentifiedObject.mRID-datatype , op:LimitSet.isPercentageLimits-datatype , op:AnalogLimitSet.Measurements-cardinality , op:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:AnalogLimitSet . + +op:AnalogLimitSet.Measurements-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:message "Cardinality violation. Missing required association." ; + sh:minCount 1 ; + sh:name "AnalogLimitSet.Measurements-cardinality" ; + sh:order 43 ; + sh:path cim:AnalogLimitSet.Measurements ; + sh:severity sh:Violation . + +op:AnalogLimitSet.Measurements-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Analog ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Analog." ; + sh:name "AnalogLimitSet.Measurements-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path cim:AnalogLimitSet.Measurements ; + sh:severity sh:Violation . + +op:AnalogValue rdf:type sh:NodeShape ; + sh:property op:MeasurementValue.sensorAccuracy-cardinality , op:IdentifiedObject.description-cardinality , op:IdentifiedObject.name-cardinality , op:MeasurementValue.MeasurementValueSource-valueType , op:IdentifiedObject.description-datatype , op:MeasurementValue.timeStamp-cardinality , op:MeasurementValue.timeStamp-datatype , op:IdentifiedObject.mRID-cardinality , op:MeasurementValue.sensorAccuracy-datatype , op:AnalogValue.Analog-cardinality , op:MeasurementValue.MeasurementValueSource-cardinality , op:IdentifiedObject.name-datatype , op:AnalogValue.Analog-valueType , op:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:AnalogValue . + +op:AnalogValue.Analog-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "AnalogValue.Analog-cardinality" ; + sh:order 44 ; + sh:path cim:AnalogValue.Analog ; + sh:severity sh:Violation . + +op:AnalogValue.Analog-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Analog ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Analog." ; + sh:name "AnalogValue.Analog-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path cim:AnalogValue.Analog ; + sh:severity sh:Violation . + +op:AssociationsGroup rdf:type sh:PropertyGroup ; + rdfs:label "Associations" ; + sh:order 2 . + +op:CardinalityGroup rdf:type sh:PropertyGroup ; + rdfs:label "Cardinality" ; + sh:order 0 . + +op:Command rdf:type sh:NodeShape ; + sh:property op:Control.controlType-datatype , op:Control.unitSymbol-datatype , op:Control.PowerSystemResource-valueType , op:Command.normalValue-datatype , op:IdentifiedObject.mRID-datatype , op:Command.value-datatype , op:Control.PowerSystemResource-cardinality , op:Control.operationInProgress-cardinality , op:Control.timeStamp-datatype , op:Control.controlType-cardinality , op:IdentifiedObject.name-datatype , op:Control.timeStamp-cardinality , op:Command.ValueAliasSet-valueType , op:Control.operationInProgress-datatype , op:Control.unitMultiplier-cardinality , op:IdentifiedObject.mRID-cardinality , op:Command.ValueAliasSet-cardinality , op:IdentifiedObject.description-datatype , op:Control.unitSymbol-cardinality , op:Command.normalValue-cardinality , op:IdentifiedObject.name-cardinality , op:IdentifiedObject.description-cardinality , op:Command.DiscreteValue-valueType , op:Command.DiscreteValue-cardinality , op:Control.unitMultiplier-datatype , op:Command.value-cardinality ; + sh:targetClass cim:Command . + +op:Command.DiscreteValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Command.DiscreteValue-cardinality" ; + sh:order 46 ; + sh:path cim:Command.DiscreteValue ; + sh:severity sh:Violation . + +op:Command.DiscreteValue-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiscreteValue ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiscreteValue." ; + sh:name "Command.DiscreteValue-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path cim:Command.DiscreteValue ; + sh:severity sh:Violation . + +op:Command.ValueAliasSet-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Command.ValueAliasSet-cardinality" ; + sh:order 45 ; + sh:path cim:Command.ValueAliasSet ; + sh:severity sh:Violation . + +op:Command.ValueAliasSet-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ValueAliasSet ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ValueAliasSet." ; + sh:name "Command.ValueAliasSet-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path cim:Command.ValueAliasSet ; + sh:severity sh:Violation . + +op:Command.normalValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (normalValue)." ; + sh:minCount 1 ; + sh:name "Command.normalValue-cardinality" ; + sh:order 5 ; + sh:path cim:Command.normalValue ; + sh:severity sh:Violation . + +op:Command.normalValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the normalValue." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Command.normalValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path cim:Command.normalValue ; + sh:severity sh:Violation . + +op:Command.value-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (value)." ; + sh:minCount 1 ; + sh:name "Command.value-cardinality" ; + sh:order 6 ; + sh:path cim:Command.value ; + sh:severity sh:Violation . + +op:Command.value-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the value." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Command.value-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path cim:Command.value ; + sh:severity sh:Violation . + +op:Control.PowerSystemResource-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Control.PowerSystemResource-cardinality" ; + sh:order 47 ; + sh:path cim:Control.PowerSystemResource ; + sh:severity sh:Violation . + +op:Control.PowerSystemResource-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerSystemResource ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerSystemResource." ; + sh:name "Control.PowerSystemResource-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path cim:Control.PowerSystemResource ; + sh:severity sh:Violation . +op:Control.controlType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (controlType)." ; + sh:minCount 1 ; + sh:name "Control.controlType-cardinality" ; + sh:order 7 ; + sh:path cim:Control.controlType ; + sh:severity sh:Violation . + +op:Control.controlType-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the controlType." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Control.controlType-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path cim:Control.controlType ; + sh:severity sh:Violation . + +op:Control.operationInProgress-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Control.operationInProgress-cardinality" ; + sh:order 8 ; + sh:path cim:Control.operationInProgress ; + sh:severity sh:Violation . + +op:Control.operationInProgress-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the operationInProgress." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Control.operationInProgress-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path cim:Control.operationInProgress ; + sh:severity sh:Violation . + +op:Control.timeStamp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Control.timeStamp-cardinality" ; + sh:order 9 ; + sh:path cim:Control.timeStamp ; + sh:severity sh:Violation . + +op:Control.timeStamp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:datetime ; + sh:description "This constraint validates the datatype of the timeStamp." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Control.timeStamp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path cim:Control.timeStamp ; + sh:severity sh:Violation . + +op:Control.unitMultiplier-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Control.unitMultiplier-cardinality" ; + sh:order 10 ; + sh:path cim:Control.unitMultiplier ; + sh:severity sh:Violation . + +op:Control.unitMultiplier-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the unitMultiplier." ; + sh:group op:DatatypesGroup ; + sh:in ( cim:UnitMultiplier.y cim:UnitMultiplier.z cim:UnitMultiplier.a cim:UnitMultiplier.f cim:UnitMultiplier.p cim:UnitMultiplier.n cim:UnitMultiplier.micro cim:UnitMultiplier.m cim:UnitMultiplier.c cim:UnitMultiplier.d cim:UnitMultiplier.none cim:UnitMultiplier.da cim:UnitMultiplier.h cim:UnitMultiplier.k cim:UnitMultiplier.M cim:UnitMultiplier.G cim:UnitMultiplier.T cim:UnitMultiplier.P cim:UnitMultiplier.E cim:UnitMultiplier.Z cim:UnitMultiplier.Y ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Control.unitMultiplier-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path cim:Control.unitMultiplier ; + sh:severity sh:Violation . + +op:Control.unitSymbol-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Control.unitSymbol-cardinality" ; + sh:order 11 ; + sh:path cim:Control.unitSymbol ; + sh:severity sh:Violation . + +op:Control.unitSymbol-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the unitSymbol." ; + sh:group op:DatatypesGroup ; + sh:in ( cim:UnitSymbol.none cim:UnitSymbol.m cim:UnitSymbol.kg cim:UnitSymbol.s cim:UnitSymbol.A cim:UnitSymbol.K cim:UnitSymbol.mol cim:UnitSymbol.cd cim:UnitSymbol.deg cim:UnitSymbol.rad cim:UnitSymbol.sr cim:UnitSymbol.Gy cim:UnitSymbol.Bq cim:UnitSymbol.degC cim:UnitSymbol.Sv cim:UnitSymbol.F cim:UnitSymbol.C cim:UnitSymbol.S cim:UnitSymbol.H cim:UnitSymbol.V cim:UnitSymbol.ohm cim:UnitSymbol.J cim:UnitSymbol.N cim:UnitSymbol.Hz cim:UnitSymbol.lx cim:UnitSymbol.lm cim:UnitSymbol.Wb cim:UnitSymbol.T cim:UnitSymbol.W cim:UnitSymbol.Pa cim:UnitSymbol.m2 cim:UnitSymbol.m3 cim:UnitSymbol.mPers cim:UnitSymbol.mPers2 cim:UnitSymbol.m3Pers cim:UnitSymbol.mPerm3 cim:UnitSymbol.kgm cim:UnitSymbol.kgPerm3 cim:UnitSymbol.m2Pers cim:UnitSymbol.WPermK cim:UnitSymbol.JPerK cim:UnitSymbol.ppm cim:UnitSymbol.rotPers cim:UnitSymbol.radPers cim:UnitSymbol.WPerm2 cim:UnitSymbol.JPerm2 cim:UnitSymbol.SPerm cim:UnitSymbol.KPers cim:UnitSymbol.PaPers cim:UnitSymbol.JPerkgK cim:UnitSymbol.VA cim:UnitSymbol.VAr cim:UnitSymbol.cosPhi cim:UnitSymbol.Vs cim:UnitSymbol.V2 cim:UnitSymbol.As cim:UnitSymbol.A2 cim:UnitSymbol.A2s cim:UnitSymbol.VAh cim:UnitSymbol.Wh cim:UnitSymbol.VArh cim:UnitSymbol.VPerHz cim:UnitSymbol.HzPers cim:UnitSymbol.character cim:UnitSymbol.charPers cim:UnitSymbol.kgm2 cim:UnitSymbol.dB cim:UnitSymbol.WPers cim:UnitSymbol.lPers cim:UnitSymbol.dBm cim:UnitSymbol.h cim:UnitSymbol.min cim:UnitSymbol.Q cim:UnitSymbol.Qh cim:UnitSymbol.ohmm cim:UnitSymbol.APerm cim:UnitSymbol.V2h cim:UnitSymbol.A2h cim:UnitSymbol.Ah cim:UnitSymbol.count cim:UnitSymbol.ft3 cim:UnitSymbol.m3Perh cim:UnitSymbol.gal cim:UnitSymbol.Btu cim:UnitSymbol.l cim:UnitSymbol.lPerh cim:UnitSymbol.lPerl cim:UnitSymbol.gPerg cim:UnitSymbol.molPerm3 cim:UnitSymbol.molPermol cim:UnitSymbol.molPerkg cim:UnitSymbol.sPers cim:UnitSymbol.HzPerHz cim:UnitSymbol.VPerV cim:UnitSymbol.APerA cim:UnitSymbol.VPerVA cim:UnitSymbol.rev cim:UnitSymbol.kat cim:UnitSymbol.JPerkg cim:UnitSymbol.m3Uncompensated cim:UnitSymbol.m3Compensated cim:UnitSymbol.WPerW cim:UnitSymbol.therm cim:UnitSymbol.onePerm cim:UnitSymbol.m3Perkg cim:UnitSymbol.Pas cim:UnitSymbol.Nm cim:UnitSymbol.NPerm cim:UnitSymbol.radPers2 cim:UnitSymbol.JPerm3 cim:UnitSymbol.VPerm cim:UnitSymbol.CPerm3 cim:UnitSymbol.CPerm2 cim:UnitSymbol.FPerm cim:UnitSymbol.HPerm cim:UnitSymbol.JPermol cim:UnitSymbol.JPermolK cim:UnitSymbol.CPerkg cim:UnitSymbol.GyPers cim:UnitSymbol.WPersr cim:UnitSymbol.WPerm2sr cim:UnitSymbol.katPerm3 cim:UnitSymbol.d cim:UnitSymbol.anglemin cim:UnitSymbol.anglesec cim:UnitSymbol.ha cim:UnitSymbol.tonne cim:UnitSymbol.bar cim:UnitSymbol.mmHg cim:UnitSymbol.M cim:UnitSymbol.kn cim:UnitSymbol.Mx cim:UnitSymbol.G cim:UnitSymbol.Oe cim:UnitSymbol.Vh cim:UnitSymbol.WPerA cim:UnitSymbol.onePerHz cim:UnitSymbol.VPerVAr cim:UnitSymbol.ohmPerm cim:UnitSymbol.kgPerJ cim:UnitSymbol.JPers ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Control.unitSymbol-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path cim:Control.unitSymbol ; + sh:severity sh:Violation . + +op:DatatypesGroup rdf:type sh:PropertyGroup ; + rdfs:label "Datatypes" ; + sh:order 1 . + +op:Discrete rdf:type sh:NodeShape ; + sh:property op:Measurement.unitSymbol-datatype , op:IdentifiedObject.mRID-datatype , op:Measurement.unitSymbol-cardinality , op:Measurement.phases-cardinality , op:Discrete.ValueAliasSet-valueType , op:IdentifiedObject.name-cardinality , op:Measurement.PowerSystemResource-valueType , op:Measurement.Terminal-valueType , op:IdentifiedObject.description-datatype , op:Measurement.unitMultiplier-cardinality , op:Measurement.measurementType-datatype , op:IdentifiedObject.description-cardinality , op:Measurement.phases-datatype , op:Measurement.Terminal-cardinality , op:Discrete.ValueAliasSet-cardinality , op:Measurement.PowerSystemResource-cardinality , op:Measurement.measurementType-cardinality , op:Measurement.unitMultiplier-datatype , op:IdentifiedObject.mRID-cardinality , op:IdentifiedObject.name-datatype ; + sh:targetClass cim:Discrete . + +op:Discrete.ValueAliasSet-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Discrete.ValueAliasSet-cardinality" ; + sh:order 48 ; + sh:path cim:Discrete.ValueAliasSet ; + sh:severity sh:Violation . + +op:Discrete.ValueAliasSet-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ValueAliasSet ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ValueAliasSet." ; + sh:name "Discrete.ValueAliasSet-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path cim:Discrete.ValueAliasSet ; + sh:severity sh:Violation . + +op:DiscreteValue rdf:type sh:NodeShape ; + sh:property op:MeasurementValue.sensorAccuracy-cardinality , op:DiscreteValue.Discrete-cardinality , op:IdentifiedObject.mRID-cardinality , op:MeasurementValue.timeStamp-datatype , op:MeasurementValue.MeasurementValueSource-valueType , op:IdentifiedObject.description-datatype , op:MeasurementValue.MeasurementValueSource-cardinality , op:IdentifiedObject.name-datatype , op:IdentifiedObject.name-cardinality , op:MeasurementValue.sensorAccuracy-datatype , op:DiscreteValue.Discrete-valueType , op:MeasurementValue.timeStamp-cardinality , op:IdentifiedObject.description-cardinality , op:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:DiscreteValue . + +op:DiscreteValue.Discrete-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "DiscreteValue.Discrete-cardinality" ; + sh:order 49 ; + sh:path cim:DiscreteValue.Discrete ; + sh:severity sh:Violation . + +op:DiscreteValue.Discrete-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Discrete ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Discrete." ; + sh:name "DiscreteValue.Discrete-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path cim:DiscreteValue.Discrete ; + sh:severity sh:Violation . + +op:IdentifiedObject.description-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.description-cardinality" ; + sh:order 12 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +op:IdentifiedObject.description-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the description." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.description-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +op:IdentifiedObject.mRID-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mRID)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.mRID-cardinality" ; + sh:order 13 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +op:IdentifiedObject.mRID-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the mRID." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.mRID-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +op:IdentifiedObject.name-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (name)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.name-cardinality" ; + sh:order 14 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +op:IdentifiedObject.name-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the name." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.name-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +op:LimitSet.isPercentageLimits-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "LimitSet.isPercentageLimits-cardinality" ; + sh:order 15 ; + sh:path cim:LimitSet.isPercentageLimits ; + sh:severity sh:Violation . + +op:LimitSet.isPercentageLimits-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the isPercentageLimits." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LimitSet.isPercentageLimits-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path cim:LimitSet.isPercentageLimits ; + sh:severity sh:Violation . + +op:Measurement.PowerSystemResource-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "Measurement.PowerSystemResource-cardinality" ; + sh:order 50 ; + sh:path cim:Measurement.PowerSystemResource ; + sh:severity sh:Violation . + +op:Measurement.PowerSystemResource-valueType + rdf:type sh:PropertyShape ; + sh:class cim:PowerSystemResource ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:PowerSystemResource." ; + sh:name "Measurement.PowerSystemResource-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path cim:Measurement.PowerSystemResource ; + sh:severity sh:Violation . + +op:Measurement.Terminal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Measurement.Terminal-cardinality" ; + sh:order 51 ; + sh:path cim:Measurement.Terminal ; + sh:severity sh:Violation . + +op:Measurement.Terminal-valueType + rdf:type sh:NodeShape ; + sh:or () . + +op:Measurement.measurementType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (measurementType)." ; + sh:minCount 1 ; + sh:name "Measurement.measurementType-cardinality" ; + sh:order 16 ; + sh:path cim:Measurement.measurementType ; + sh:severity sh:Violation . + +op:Measurement.measurementType-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the measurementType." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Measurement.measurementType-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path cim:Measurement.measurementType ; + sh:severity sh:Violation . + +op:Measurement.phases-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Measurement.phases-cardinality" ; + sh:order 17 ; + sh:path cim:Measurement.phases ; + sh:severity sh:Violation . + +op:Measurement.phases-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the phases." ; + sh:group op:DatatypesGroup ; + sh:in ( cim:PhaseCode.ABCN cim:PhaseCode.ABC cim:PhaseCode.ABN cim:PhaseCode.ACN cim:PhaseCode.BCN cim:PhaseCode.AB cim:PhaseCode.AC cim:PhaseCode.BC cim:PhaseCode.AN cim:PhaseCode.BN cim:PhaseCode.CN cim:PhaseCode.A cim:PhaseCode.B cim:PhaseCode.C cim:PhaseCode.N cim:PhaseCode.s1N cim:PhaseCode.s2N cim:PhaseCode.s12N cim:PhaseCode.s1 cim:PhaseCode.s2 cim:PhaseCode.s12 cim:PhaseCode.none cim:PhaseCode.X cim:PhaseCode.XY cim:PhaseCode.XN cim:PhaseCode.XYN ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Measurement.phases-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path cim:Measurement.phases ; + sh:severity sh:Violation . + +op:Measurement.unitMultiplier-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (unitMultiplier)." ; + sh:minCount 1 ; + sh:name "Measurement.unitMultiplier-cardinality" ; + sh:order 18 ; + sh:path cim:Measurement.unitMultiplier ; + sh:severity sh:Violation . + +op:Measurement.unitMultiplier-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the unitMultiplier." ; + sh:group op:DatatypesGroup ; + sh:in ( cim:UnitMultiplier.y cim:UnitMultiplier.z cim:UnitMultiplier.a cim:UnitMultiplier.f cim:UnitMultiplier.p cim:UnitMultiplier.n cim:UnitMultiplier.micro cim:UnitMultiplier.m cim:UnitMultiplier.c cim:UnitMultiplier.d cim:UnitMultiplier.none cim:UnitMultiplier.da cim:UnitMultiplier.h cim:UnitMultiplier.k cim:UnitMultiplier.M cim:UnitMultiplier.G cim:UnitMultiplier.T cim:UnitMultiplier.P cim:UnitMultiplier.E cim:UnitMultiplier.Z cim:UnitMultiplier.Y ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Measurement.unitMultiplier-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path cim:Measurement.unitMultiplier ; + sh:severity sh:Violation . + +op:Measurement.unitSymbol-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (unitSymbol)." ; + sh:minCount 1 ; + sh:name "Measurement.unitSymbol-cardinality" ; + sh:order 19 ; + sh:path cim:Measurement.unitSymbol ; + sh:severity sh:Violation . + +op:Measurement.unitSymbol-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the unitSymbol." ; + sh:group op:DatatypesGroup ; + sh:in ( cim:UnitSymbol.none cim:UnitSymbol.m cim:UnitSymbol.kg cim:UnitSymbol.s cim:UnitSymbol.A cim:UnitSymbol.K cim:UnitSymbol.mol cim:UnitSymbol.cd cim:UnitSymbol.deg cim:UnitSymbol.rad cim:UnitSymbol.sr cim:UnitSymbol.Gy cim:UnitSymbol.Bq cim:UnitSymbol.degC cim:UnitSymbol.Sv cim:UnitSymbol.F cim:UnitSymbol.C cim:UnitSymbol.S cim:UnitSymbol.H cim:UnitSymbol.V cim:UnitSymbol.ohm cim:UnitSymbol.J cim:UnitSymbol.N cim:UnitSymbol.Hz cim:UnitSymbol.lx cim:UnitSymbol.lm cim:UnitSymbol.Wb cim:UnitSymbol.T cim:UnitSymbol.W cim:UnitSymbol.Pa cim:UnitSymbol.m2 cim:UnitSymbol.m3 cim:UnitSymbol.mPers cim:UnitSymbol.mPers2 cim:UnitSymbol.m3Pers cim:UnitSymbol.mPerm3 cim:UnitSymbol.kgm cim:UnitSymbol.kgPerm3 cim:UnitSymbol.m2Pers cim:UnitSymbol.WPermK cim:UnitSymbol.JPerK cim:UnitSymbol.ppm cim:UnitSymbol.rotPers cim:UnitSymbol.radPers cim:UnitSymbol.WPerm2 cim:UnitSymbol.JPerm2 cim:UnitSymbol.SPerm cim:UnitSymbol.KPers cim:UnitSymbol.PaPers cim:UnitSymbol.JPerkgK cim:UnitSymbol.VA cim:UnitSymbol.VAr cim:UnitSymbol.cosPhi cim:UnitSymbol.Vs cim:UnitSymbol.V2 cim:UnitSymbol.As cim:UnitSymbol.A2 cim:UnitSymbol.A2s cim:UnitSymbol.VAh cim:UnitSymbol.Wh cim:UnitSymbol.VArh cim:UnitSymbol.VPerHz cim:UnitSymbol.HzPers cim:UnitSymbol.character cim:UnitSymbol.charPers cim:UnitSymbol.kgm2 cim:UnitSymbol.dB cim:UnitSymbol.WPers cim:UnitSymbol.lPers cim:UnitSymbol.dBm cim:UnitSymbol.h cim:UnitSymbol.min cim:UnitSymbol.Q cim:UnitSymbol.Qh cim:UnitSymbol.ohmm cim:UnitSymbol.APerm cim:UnitSymbol.V2h cim:UnitSymbol.A2h cim:UnitSymbol.Ah cim:UnitSymbol.count cim:UnitSymbol.ft3 cim:UnitSymbol.m3Perh cim:UnitSymbol.gal cim:UnitSymbol.Btu cim:UnitSymbol.l cim:UnitSymbol.lPerh cim:UnitSymbol.lPerl cim:UnitSymbol.gPerg cim:UnitSymbol.molPerm3 cim:UnitSymbol.molPermol cim:UnitSymbol.molPerkg cim:UnitSymbol.sPers cim:UnitSymbol.HzPerHz cim:UnitSymbol.VPerV cim:UnitSymbol.APerA cim:UnitSymbol.VPerVA cim:UnitSymbol.rev cim:UnitSymbol.kat cim:UnitSymbol.JPerkg cim:UnitSymbol.m3Uncompensated cim:UnitSymbol.m3Compensated cim:UnitSymbol.WPerW cim:UnitSymbol.therm cim:UnitSymbol.onePerm cim:UnitSymbol.m3Perkg cim:UnitSymbol.Pas cim:UnitSymbol.Nm cim:UnitSymbol.NPerm cim:UnitSymbol.radPers2 cim:UnitSymbol.JPerm3 cim:UnitSymbol.VPerm cim:UnitSymbol.CPerm3 cim:UnitSymbol.CPerm2 cim:UnitSymbol.FPerm cim:UnitSymbol.HPerm cim:UnitSymbol.JPermol cim:UnitSymbol.JPermolK cim:UnitSymbol.CPerkg cim:UnitSymbol.GyPers cim:UnitSymbol.WPersr cim:UnitSymbol.WPerm2sr cim:UnitSymbol.katPerm3 cim:UnitSymbol.d cim:UnitSymbol.anglemin cim:UnitSymbol.anglesec cim:UnitSymbol.ha cim:UnitSymbol.tonne cim:UnitSymbol.bar cim:UnitSymbol.mmHg cim:UnitSymbol.M cim:UnitSymbol.kn cim:UnitSymbol.Mx cim:UnitSymbol.G cim:UnitSymbol.Oe cim:UnitSymbol.Vh cim:UnitSymbol.WPerA cim:UnitSymbol.onePerHz cim:UnitSymbol.VPerVAr cim:UnitSymbol.ohmPerm cim:UnitSymbol.kgPerJ cim:UnitSymbol.JPers ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Measurement.unitSymbol-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path cim:Measurement.unitSymbol ; + sh:severity sh:Violation . + +op:MeasurementValue.MeasurementValueSource-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "MeasurementValue.MeasurementValueSource-cardinality" ; + sh:order 52 ; + sh:path cim:MeasurementValue.MeasurementValueSource ; + sh:severity sh:Violation . + +op:MeasurementValue.MeasurementValueSource-valueType + rdf:type sh:PropertyShape ; + sh:class cim:MeasurementValueSource ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:MeasurementValueSource." ; + sh:name "MeasurementValue.MeasurementValueSource-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path cim:MeasurementValue.MeasurementValueSource ; + sh:severity sh:Violation . + +op:MeasurementValue.sensorAccuracy-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "MeasurementValue.sensorAccuracy-cardinality" ; + sh:order 21 ; + sh:path cim:MeasurementValue.sensorAccuracy ; + sh:severity sh:Violation . + +op:MeasurementValue.sensorAccuracy-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the sensorAccuracy." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MeasurementValue.sensorAccuracy-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path cim:MeasurementValue.sensorAccuracy ; + sh:severity sh:Violation . + +op:MeasurementValue.timeStamp-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "MeasurementValue.timeStamp-cardinality" ; + sh:order 20 ; + sh:path cim:MeasurementValue.timeStamp ; + sh:severity sh:Violation . + +op:MeasurementValue.timeStamp-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:datetime ; + sh:description "This constraint validates the datatype of the timeStamp." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MeasurementValue.timeStamp-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path cim:MeasurementValue.timeStamp ; + sh:severity sh:Violation . + +op:MeasurementValueQuality + rdf:type sh:NodeShape ; + sh:property op:Quality61850.validity-cardinality , op:Quality61850.test-cardinality , op:Quality61850.suspect-cardinality , op:Quality61850.oldData-datatype , op:Quality61850.operatorBlocked-cardinality , op:Quality61850.oscillatory-cardinality , op:Quality61850.source-datatype , op:Quality61850.badReference-datatype , op:Quality61850.suspect-datatype , op:Quality61850.operatorBlocked-datatype , op:Quality61850.badReference-cardinality , op:Quality61850.validity-datatype , op:Quality61850.oldData-cardinality , op:Quality61850.failure-cardinality , op:MeasurementValueQuality.MeasurementValue-cardinality , op:Quality61850.oscillatory-datatype , op:Quality61850.test-datatype , op:Quality61850.estimatorReplaced-datatype , op:Quality61850.failure-datatype , op:Quality61850.estimatorReplaced-cardinality , op:Quality61850.overFlow-datatype , op:Quality61850.outOfRange-datatype , op:Quality61850.outOfRange-cardinality , op:Quality61850.source-cardinality , op:Quality61850.overFlow-cardinality ; + sh:targetClass cim:MeasurementValueQuality . + +op:MeasurementValueQuality.MeasurementValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "MeasurementValueQuality.MeasurementValue-cardinality" ; + sh:order 53 ; + sh:path cim:MeasurementValueQuality.MeasurementValue ; + sh:severity sh:Violation . + +op:MeasurementValueQuality.MeasurementValue-valueType + rdf:type sh:NodeShape ; + sh:or ( op:MeasurementValueQuality.MeasurementValueStringMeasurementValue-valueType op:MeasurementValueQuality.MeasurementValueDiscreteValue-valueType op:MeasurementValueQuality.MeasurementValueAnalogValue-valueType op:MeasurementValueQuality.MeasurementValueAccumulatorValue-valueType ) . + +op:MeasurementValueQuality.MeasurementValueAccumulatorValue-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AccumulatorValue ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AccumulatorValue." ; + sh:name "MeasurementValueQuality.MeasurementValueAccumulatorValue-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path cim:MeasurementValueQuality.MeasurementValue ; + sh:severity sh:Violation . + +op:MeasurementValueQuality.MeasurementValueAnalogValue-valueType + rdf:type sh:PropertyShape ; + sh:class cim:AnalogValue ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:AnalogValue." ; + sh:name "MeasurementValueQuality.MeasurementValueAnalogValue-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path cim:MeasurementValueQuality.MeasurementValue ; + sh:severity sh:Violation . + +op:MeasurementValueQuality.MeasurementValueDiscreteValue-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DiscreteValue ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DiscreteValue." ; + sh:name "MeasurementValueQuality.MeasurementValueDiscreteValue-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path cim:MeasurementValueQuality.MeasurementValue ; + sh:severity sh:Violation . + +op:MeasurementValueQuality.MeasurementValueStringMeasurementValue-valueType + rdf:type sh:PropertyShape ; + sh:class cim:StringMeasurementValue ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:StringMeasurementValue." ; + sh:name "MeasurementValueQuality.MeasurementValueStringMeasurementValue-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path cim:MeasurementValueQuality.MeasurementValue ; + sh:severity sh:Violation . + +op:MeasurementValueSource + rdf:type sh:NodeShape ; + sh:property op:IdentifiedObject.name-datatype , op:IdentifiedObject.name-cardinality , op:IdentifiedObject.mRID-datatype , op:IdentifiedObject.mRID-cardinality , op:IdentifiedObject.description-datatype , op:IdentifiedObject.description-cardinality ; + sh:targetClass cim:MeasurementValueSource . + +op:Ontology rdf:type owl:Ontology ; + dct:conformsTo "urn:iso:std:iec:61970-401:draft:ed-1" , "urn:iso:std:iec:61970-501:draft:ed-2" , "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" , "urn:iso:std:iec:61970-600-2:ed-1" , "urn:iso:std:iec:61970-301:ed-7:amd1" ; + dct:creator "ENTSO-E CIM EG"@en ; + dct:description "The constraints for the operation profile from IEC 61970-600-2."@en ; + dct:identifier "urn:uuid:b603c770-6469-45da-a569-551394116c97" ; + dct:issued "2021-01-27T13:46:24Z"^^xsd:dateTime ; + dct:language "en-GB" ; + dct:modified "2020-10-12"^^xsd:date ; + dct:publisher "ENTSO-E"@en ; + dct:rights "Copyright"@en ; + dct:rightsHolder "ENTSO-E"@en ; + dct:title "Operation Constraints"@en ; + owl:incompatibleWith ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "3.0.0"@en ; + dcat:keyword "OP" ; + dcat:theme "constraints"@en . + +op:Quality61850.badReference-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.badReference-cardinality" ; + sh:order 22 ; + sh:path cim:Quality61850.badReference ; + sh:severity sh:Violation . + +op:Quality61850.badReference-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the badReference." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Quality61850.badReference-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 22 ; + sh:path cim:Quality61850.badReference ; + sh:severity sh:Violation . + +op:Quality61850.estimatorReplaced-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.estimatorReplaced-cardinality" ; + sh:order 23 ; + sh:path cim:Quality61850.estimatorReplaced ; + sh:severity sh:Violation . + +op:Quality61850.estimatorReplaced-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the estimatorReplaced." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Quality61850.estimatorReplaced-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path cim:Quality61850.estimatorReplaced ; + sh:severity sh:Violation . + +op:Quality61850.failure-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.failure-cardinality" ; + sh:order 24 ; + sh:path cim:Quality61850.failure ; + sh:severity sh:Violation . + +op:Quality61850.failure-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the failure." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Quality61850.failure-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path cim:Quality61850.failure ; + sh:severity sh:Violation . + +op:Quality61850.oldData-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.oldData-cardinality" ; + sh:order 25 ; + sh:path cim:Quality61850.oldData ; + sh:severity sh:Violation . + +op:Quality61850.oldData-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the oldData." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Quality61850.oldData-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path cim:Quality61850.oldData ; + sh:severity sh:Violation . + +op:Quality61850.operatorBlocked-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.operatorBlocked-cardinality" ; + sh:order 26 ; + sh:path cim:Quality61850.operatorBlocked ; + sh:severity sh:Violation . + +op:Quality61850.operatorBlocked-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the operatorBlocked." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Quality61850.operatorBlocked-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path cim:Quality61850.operatorBlocked ; + sh:severity sh:Violation . + +op:Quality61850.oscillatory-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.oscillatory-cardinality" ; + sh:order 27 ; + sh:path cim:Quality61850.oscillatory ; + sh:severity sh:Violation . + +op:Quality61850.oscillatory-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the oscillatory." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Quality61850.oscillatory-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path cim:Quality61850.oscillatory ; + sh:severity sh:Violation . + +op:Quality61850.outOfRange-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.outOfRange-cardinality" ; + sh:order 28 ; + sh:path cim:Quality61850.outOfRange ; + sh:severity sh:Violation . + +op:Quality61850.outOfRange-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the outOfRange." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Quality61850.outOfRange-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path cim:Quality61850.outOfRange ; + sh:severity sh:Violation . + +op:Quality61850.overFlow-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.overFlow-cardinality" ; + sh:order 29 ; + sh:path cim:Quality61850.overFlow ; + sh:severity sh:Violation . + +op:Quality61850.overFlow-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the overFlow." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Quality61850.overFlow-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path cim:Quality61850.overFlow ; + sh:severity sh:Violation . + +op:Quality61850.source-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.source-cardinality" ; + sh:order 30 ; + sh:path cim:Quality61850.source ; + sh:severity sh:Violation . + +op:Quality61850.source-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the source." ; + sh:group op:DatatypesGroup ; + sh:in ( cim:Source.PROCESS cim:Source.DEFAULTED cim:Source.SUBSTITUTED ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Quality61850.source-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path cim:Quality61850.source ; + sh:severity sh:Violation . + +op:Quality61850.suspect-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.suspect-cardinality" ; + sh:order 31 ; + sh:path cim:Quality61850.suspect ; + sh:severity sh:Violation . + +op:Quality61850.suspect-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the suspect." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Quality61850.suspect-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path cim:Quality61850.suspect ; + sh:severity sh:Violation . + +op:Quality61850.test-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.test-cardinality" ; + sh:order 32 ; + sh:path cim:Quality61850.test ; + sh:severity sh:Violation . + +op:Quality61850.test-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the test." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Quality61850.test-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path cim:Quality61850.test ; + sh:severity sh:Violation . + +op:Quality61850.validity-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Quality61850.validity-cardinality" ; + sh:order 33 ; + sh:path cim:Quality61850.validity ; + sh:severity sh:Violation . + +op:Quality61850.validity-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the validity." ; + sh:group op:DatatypesGroup ; + sh:in ( cim:Validity.GOOD cim:Validity.QUESTIONABLE cim:Validity.INVALID ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "Quality61850.validity-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 33 ; + sh:path cim:Quality61850.validity ; + sh:severity sh:Violation . + +op:RaiseLowerCommand rdf:type sh:NodeShape ; + sh:property op:IdentifiedObject.name-datatype , op:RaiseLowerCommand.ValueAliasSet-cardinality , op:AnalogControl.minValue-cardinality , op:AnalogControl.AnalogValue-cardinality , op:Control.operationInProgress-datatype , op:AnalogControl.maxValue-datatype , op:Control.operationInProgress-cardinality , op:Control.controlType-cardinality , op:Control.timeStamp-datatype , op:Control.PowerSystemResource-valueType , op:AnalogControl.AnalogValue-valueType , op:IdentifiedObject.description-cardinality , op:AnalogControl.maxValue-cardinality , op:Control.timeStamp-cardinality , op:RaiseLowerCommand.ValueAliasSet-valueType , op:IdentifiedObject.description-datatype , op:Control.controlType-datatype , op:Control.PowerSystemResource-cardinality , op:Control.unitMultiplier-datatype , op:Control.unitMultiplier-cardinality , op:AnalogControl.minValue-datatype , op:Control.unitSymbol-cardinality , op:IdentifiedObject.mRID-datatype , op:IdentifiedObject.name-cardinality , op:Control.unitSymbol-datatype , op:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:RaiseLowerCommand . + +op:RaiseLowerCommand.ValueAliasSet-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RaiseLowerCommand.ValueAliasSet-cardinality" ; + sh:order 54 ; + sh:path cim:RaiseLowerCommand.ValueAliasSet ; + sh:severity sh:Violation . + +op:RaiseLowerCommand.ValueAliasSet-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ValueAliasSet ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ValueAliasSet." ; + sh:name "RaiseLowerCommand.ValueAliasSet-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path cim:RaiseLowerCommand.ValueAliasSet ; + sh:severity sh:Violation . + +op:SetPoint rdf:type sh:NodeShape ; + sh:property op:Control.unitSymbol-cardinality , op:Control.controlType-cardinality , op:Control.operationInProgress-datatype , op:AnalogControl.minValue-datatype , op:AnalogControl.minValue-cardinality , op:Control.unitSymbol-datatype , op:AnalogControl.maxValue-datatype , op:Control.PowerSystemResource-valueType , op:Control.operationInProgress-cardinality , op:Control.timeStamp-datatype , op:IdentifiedObject.name-cardinality , op:IdentifiedObject.description-datatype , op:Control.unitMultiplier-cardinality , op:SetPoint.value-cardinality , op:Control.timeStamp-cardinality , op:SetPoint.normalValue-datatype , op:Control.PowerSystemResource-cardinality , op:AnalogControl.AnalogValue-cardinality , op:SetPoint.value-datatype , op:IdentifiedObject.name-datatype , op:IdentifiedObject.mRID-datatype , op:SetPoint.normalValue-cardinality , op:Control.unitMultiplier-datatype , op:Control.controlType-datatype , op:IdentifiedObject.description-cardinality , op:AnalogControl.maxValue-cardinality , op:IdentifiedObject.mRID-cardinality , op:AnalogControl.AnalogValue-valueType ; + sh:targetClass cim:SetPoint . + +op:SetPoint.normalValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (normalValue)." ; + sh:minCount 1 ; + sh:name "SetPoint.normalValue-cardinality" ; + sh:order 34 ; + sh:path cim:SetPoint.normalValue ; + sh:severity sh:Violation . + +op:SetPoint.normalValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the normalValue." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SetPoint.normalValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path cim:SetPoint.normalValue ; + sh:severity sh:Violation . + +op:SetPoint.value-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (value)." ; + sh:minCount 1 ; + sh:name "SetPoint.value-cardinality" ; + sh:order 35 ; + sh:path cim:SetPoint.value ; + sh:severity sh:Violation . + +op:SetPoint.value-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the value." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SetPoint.value-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path cim:SetPoint.value ; + sh:severity sh:Violation . + +op:StringMeasurement rdf:type sh:NodeShape ; + sh:property op:IdentifiedObject.mRID-cardinality , op:Measurement.PowerSystemResource-valueType , op:IdentifiedObject.description-cardinality , op:Measurement.measurementType-cardinality , op:Measurement.PowerSystemResource-cardinality , op:Measurement.Terminal-cardinality , op:Measurement.Terminal-valueType , op:IdentifiedObject.mRID-datatype , op:Measurement.phases-cardinality , op:Measurement.unitMultiplier-datatype , op:Measurement.unitMultiplier-cardinality , op:IdentifiedObject.name-cardinality , op:Measurement.measurementType-datatype , op:Measurement.phases-datatype , op:IdentifiedObject.name-datatype , op:Measurement.unitSymbol-cardinality , op:Measurement.unitSymbol-datatype , op:IdentifiedObject.description-datatype ; + sh:targetClass cim:StringMeasurement . + +op:StringMeasurementValue + rdf:type sh:NodeShape ; + sh:property op:StringMeasurementValue.StringMeasurement-cardinality , op:MeasurementValue.timeStamp-datatype , op:IdentifiedObject.name-cardinality , op:IdentifiedObject.description-datatype , op:StringMeasurementValue.StringMeasurement-valueType , op:MeasurementValue.timeStamp-cardinality , op:MeasurementValue.MeasurementValueSource-cardinality , op:MeasurementValue.sensorAccuracy-cardinality , op:MeasurementValue.sensorAccuracy-datatype , op:IdentifiedObject.description-cardinality , op:IdentifiedObject.mRID-datatype , op:MeasurementValue.MeasurementValueSource-valueType , op:IdentifiedObject.mRID-cardinality , op:IdentifiedObject.name-datatype ; + sh:targetClass cim:StringMeasurementValue . + +op:StringMeasurementValue.StringMeasurement-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "StringMeasurementValue.StringMeasurement-cardinality" ; + sh:order 55 ; + sh:path cim:StringMeasurementValue.StringMeasurement ; + sh:severity sh:Violation . + +op:StringMeasurementValue.StringMeasurement-valueType + rdf:type sh:PropertyShape ; + sh:class cim:StringMeasurement ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:StringMeasurement." ; + sh:name "StringMeasurementValue.StringMeasurement-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path cim:StringMeasurementValue.StringMeasurement ; + sh:severity sh:Violation . + +op:ValueAliasSet rdf:type sh:NodeShape ; + sh:property op:IdentifiedObject.name-datatype , op:IdentifiedObject.name-cardinality , op:IdentifiedObject.mRID-datatype , op:IdentifiedObject.mRID-cardinality , op:IdentifiedObject.description-datatype , op:IdentifiedObject.description-cardinality ; + sh:targetClass cim:ValueAliasSet . + +op:ValueToAlias rdf:type sh:NodeShape ; + sh:property op:IdentifiedObject.mRID-cardinality , op:ValueToAlias.ValueAliasSet-cardinality , op:ValueToAlias.ValueAliasSet-valueType , op:IdentifiedObject.description-datatype , op:IdentifiedObject.name-cardinality , op:ValueToAlias.value-cardinality , op:ValueToAlias.value-datatype , op:IdentifiedObject.name-datatype , op:IdentifiedObject.mRID-datatype , op:IdentifiedObject.description-cardinality ; + sh:targetClass cim:ValueToAlias . + +op:ValueToAlias.ValueAliasSet-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "ValueToAlias.ValueAliasSet-cardinality" ; + sh:order 56 ; + sh:path cim:ValueToAlias.ValueAliasSet ; + sh:severity sh:Violation . + +op:ValueToAlias.ValueAliasSet-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ValueAliasSet ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group op:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ValueAliasSet." ; + sh:name "ValueToAlias.ValueAliasSet-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path cim:ValueToAlias.ValueAliasSet ; + sh:severity sh:Violation . + +op:ValueToAlias.value-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group op:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (value)." ; + sh:minCount 1 ; + sh:name "ValueToAlias.value-cardinality" ; + sh:order 36 ; + sh:path cim:ValueToAlias.value ; + sh:severity sh:Violation . + +op:ValueToAlias.value-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the value." ; + sh:group op:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ValueToAlias.value-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path cim:ValueToAlias.value ; + sh:severity sh:Violation . + diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_ShortCircuit-AP-Con-Simple-SHACLED2a_v3-0-0.ttl b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_ShortCircuit-AP-Con-Simple-SHACLED2a_v3-0-0.ttl new file mode 100644 index 0000000..3b0adc0 --- /dev/null +++ b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_ShortCircuit-AP-Con-Simple-SHACLED2a_v3-0-0.ttl @@ -0,0 +1,2608 @@ +@prefix cim: . +@prefix cims: . +@prefix dc: . +@prefix dcat: . +@prefix dct: . +@prefix eu: . +@prefix owl: . +@prefix prof: . +@prefix profcim: . +@prefix rdf: . +@prefix rdfs: . +@prefix sc: . +@prefix sh: . +@prefix skos: . +@prefix xsd: . + +sc:ACLineSegment rdf:type sh:NodeShape ; + sh:property sc:ACLineSegment.shortCircuitEndTemperature-cardinality , sc:ACLineSegment.g0ch-datatype , sc:ACLineSegment.r0-datatype , sc:ACLineSegment.g0ch-cardinality , sc:ACLineSegment.x0-cardinality , sc:ACLineSegment.shortCircuitEndTemperature-datatype , sc:ACLineSegment.b0ch-cardinality , sc:IdentifiedObject.mRID-cardinality , sc:ACLineSegment.b0ch-datatype , sc:IdentifiedObject.mRID-datatype , sc:ACLineSegment.r0-cardinality , sc:ACLineSegment.x0-datatype ; + sh:targetClass cim:ACLineSegment . + +sc:ACLineSegment.b0ch-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b0ch)." ; + sh:minCount 1 ; + sh:name "ACLineSegment.b0ch-cardinality" ; + sh:order 0 ; + sh:path cim:ACLineSegment.b0ch ; + sh:severity sh:Violation . + +sc:ACLineSegment.b0ch-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b0ch." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACLineSegment.b0ch-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path cim:ACLineSegment.b0ch ; + sh:severity sh:Violation . + +sc:ACLineSegment.g0ch-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (g0ch)." ; + sh:minCount 1 ; + sh:name "ACLineSegment.g0ch-cardinality" ; + sh:order 1 ; + sh:path cim:ACLineSegment.g0ch ; + sh:severity sh:Violation . + +sc:ACLineSegment.g0ch-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g0ch." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACLineSegment.g0ch-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path cim:ACLineSegment.g0ch ; + sh:severity sh:Violation . + +sc:ACLineSegment.r0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r0)." ; + sh:minCount 1 ; + sh:name "ACLineSegment.r0-cardinality" ; + sh:order 2 ; + sh:path cim:ACLineSegment.r0 ; + sh:severity sh:Violation . + +sc:ACLineSegment.r0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACLineSegment.r0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path cim:ACLineSegment.r0 ; + sh:severity sh:Violation . + +sc:ACLineSegment.shortCircuitEndTemperature-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (shortCircuitEndTemperature)." ; + sh:minCount 1 ; + sh:name "ACLineSegment.shortCircuitEndTemperature-cardinality" ; + sh:order 3 ; + sh:path cim:ACLineSegment.shortCircuitEndTemperature ; + sh:severity sh:Violation . + +sc:ACLineSegment.shortCircuitEndTemperature-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the shortCircuitEndTemperature." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACLineSegment.shortCircuitEndTemperature-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path cim:ACLineSegment.shortCircuitEndTemperature ; + sh:severity sh:Violation . + +sc:ACLineSegment.x0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x0)." ; + sh:minCount 1 ; + sh:name "ACLineSegment.x0-cardinality" ; + sh:order 4 ; + sh:path cim:ACLineSegment.x0 ; + sh:severity sh:Violation . + +sc:ACLineSegment.x0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACLineSegment.x0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path cim:ACLineSegment.x0 ; + sh:severity sh:Violation . + +sc:AssociationsGroup rdf:type sh:PropertyGroup ; + rdfs:label "Associations" ; + sh:order 2 . + +sc:AsynchronousMachine + rdf:type sh:NodeShape ; + sh:property sc:AsynchronousMachine.efficiency-datatype , sc:AsynchronousMachine.rxLockedRotorRatio-datatype , sc:AsynchronousMachine.efficiency-cardinality , sc:AsynchronousMachine.converterFedDrive-datatype , sc:AsynchronousMachine.converterFedDrive-cardinality , sc:AsynchronousMachine.rxLockedRotorRatio-cardinality , sc:AsynchronousMachine.iaIrRatio-datatype , sc:IdentifiedObject.mRID-datatype , sc:AsynchronousMachine.polePairNumber-datatype , sc:AsynchronousMachine.iaIrRatio-cardinality , sc:IdentifiedObject.mRID-cardinality , sc:AsynchronousMachine.ratedMechanicalPower-datatype , sc:AsynchronousMachine.polePairNumber-cardinality , sc:AsynchronousMachine.ratedMechanicalPower-cardinality , sc:AsynchronousMachine.reversible-cardinality , sc:AsynchronousMachine.reversible-datatype ; + sh:targetClass cim:AsynchronousMachine . + +sc:AsynchronousMachine.converterFedDrive-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (converterFedDrive)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachine.converterFedDrive-cardinality" ; + sh:order 5 ; + sh:path cim:AsynchronousMachine.converterFedDrive ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.converterFedDrive-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the converterFedDrive." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachine.converterFedDrive-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path cim:AsynchronousMachine.converterFedDrive ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.efficiency-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (efficiency)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachine.efficiency-cardinality" ; + sh:order 6 ; + sh:path cim:AsynchronousMachine.efficiency ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.efficiency-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the efficiency." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachine.efficiency-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path cim:AsynchronousMachine.efficiency ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.iaIrRatio-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (iaIrRatio)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachine.iaIrRatio-cardinality" ; + sh:order 7 ; + sh:path cim:AsynchronousMachine.iaIrRatio ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.iaIrRatio-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the iaIrRatio." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachine.iaIrRatio-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path cim:AsynchronousMachine.iaIrRatio ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.polePairNumber-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (polePairNumber)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachine.polePairNumber-cardinality" ; + sh:order 8 ; + sh:path cim:AsynchronousMachine.polePairNumber ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.polePairNumber-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the polePairNumber." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachine.polePairNumber-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path cim:AsynchronousMachine.polePairNumber ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.ratedMechanicalPower-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (ratedMechanicalPower)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachine.ratedMechanicalPower-cardinality" ; + sh:order 9 ; + sh:path cim:AsynchronousMachine.ratedMechanicalPower ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.ratedMechanicalPower-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ratedMechanicalPower." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachine.ratedMechanicalPower-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path cim:AsynchronousMachine.ratedMechanicalPower ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.reversible-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (reversible)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachine.reversible-cardinality" ; + sh:order 10 ; + sh:path cim:AsynchronousMachine.reversible ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.reversible-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the reversible." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachine.reversible-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path cim:AsynchronousMachine.reversible ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.rxLockedRotorRatio-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "AsynchronousMachine.rxLockedRotorRatio-cardinality" ; + sh:order 11 ; + sh:path cim:AsynchronousMachine.rxLockedRotorRatio ; + sh:severity sh:Violation . + +sc:AsynchronousMachine.rxLockedRotorRatio-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rxLockedRotorRatio." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "AsynchronousMachine.rxLockedRotorRatio-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path cim:AsynchronousMachine.rxLockedRotorRatio ; + sh:severity sh:Violation . + +sc:BusbarSection rdf:type sh:NodeShape ; + sh:property sc:IdentifiedObject.mRID-datatype , sc:IdentifiedObject.mRID-cardinality , sc:BusbarSection.ipMax-datatype , sc:BusbarSection.ipMax-cardinality ; + sh:targetClass cim:BusbarSection . + +sc:BusbarSection.ipMax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "BusbarSection.ipMax-cardinality" ; + sh:order 12 ; + sh:path cim:BusbarSection.ipMax ; + sh:severity sh:Violation . + +sc:BusbarSection.ipMax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ipMax." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BusbarSection.ipMax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path cim:BusbarSection.ipMax ; + sh:severity sh:Violation . + +sc:CardinalityGroup rdf:type sh:PropertyGroup ; + rdfs:label "Cardinality" ; + sh:order 0 . + +sc:DatatypesGroup rdf:type sh:PropertyGroup ; + rdfs:label "Datatypes" ; + sh:order 1 . + +sc:EarthFaultCompensator.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EarthFaultCompensator.r-cardinality" ; + sh:order 13 ; + sh:path cim:EarthFaultCompensator.r ; + sh:severity sh:Violation . + +sc:EarthFaultCompensator.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EarthFaultCompensator.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path cim:EarthFaultCompensator.r ; + sh:severity sh:Violation . + +sc:EnergySource rdf:type sh:NodeShape ; + sh:property sc:EnergySource.x-cardinality , sc:EnergySource.r-datatype , sc:IdentifiedObject.mRID-datatype , sc:EnergySource.r0-cardinality , sc:IdentifiedObject.mRID-cardinality , sc:EnergySource.rn-datatype , sc:EnergySource.xn-cardinality , sc:EnergySource.x-datatype , sc:EnergySource.r0-datatype , sc:EnergySource.xn-datatype , sc:EnergySource.r-cardinality , sc:EnergySource.x0-cardinality , sc:EnergySource.rn-cardinality , sc:EnergySource.x0-datatype ; + sh:targetClass cim:EnergySource . + +sc:EnergySource.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.r-cardinality" ; + sh:order 14 ; + sh:path cim:EnergySource.r ; + sh:severity sh:Violation . + +sc:EnergySource.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path cim:EnergySource.r ; + sh:severity sh:Violation . + +sc:EnergySource.r0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.r0-cardinality" ; + sh:order 15 ; + sh:path cim:EnergySource.r0 ; + sh:severity sh:Violation . + +sc:EnergySource.r0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.r0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path cim:EnergySource.r0 ; + sh:severity sh:Violation . + +sc:EnergySource.rn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.rn-cardinality" ; + sh:order 16 ; + sh:path cim:EnergySource.rn ; + sh:severity sh:Violation . + +sc:EnergySource.rn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rn." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.rn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path cim:EnergySource.rn ; + sh:severity sh:Violation . + +sc:EnergySource.x-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.x-cardinality" ; + sh:order 17 ; + sh:path cim:EnergySource.x ; + sh:severity sh:Violation . + +sc:EnergySource.x-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.x-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path cim:EnergySource.x ; + sh:severity sh:Violation . + +sc:EnergySource.x0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.x0-cardinality" ; + sh:order 18 ; + sh:path cim:EnergySource.x0 ; + sh:severity sh:Violation . + +sc:EnergySource.x0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.x0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path cim:EnergySource.x0 ; + sh:severity sh:Violation . + +sc:EnergySource.xn-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.xn-cardinality" ; + sh:order 19 ; + sh:path cim:EnergySource.xn ; + sh:severity sh:Violation . + +sc:EnergySource.xn-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xn." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.xn-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path cim:EnergySource.xn ; + sh:severity sh:Violation . + +sc:EquivalentBranch rdf:type sh:NodeShape ; + sh:property sc:EquivalentBranch.zeroR21-cardinality , sc:EquivalentBranch.positiveR12-datatype , sc:EquivalentBranch.negativeR12-cardinality , sc:IdentifiedObject.mRID-cardinality , sc:EquivalentBranch.negativeR21-datatype , sc:EquivalentBranch.positiveX12-datatype , sc:IdentifiedObject.mRID-datatype , sc:EquivalentBranch.zeroX12-datatype , sc:EquivalentBranch.negativeX21-cardinality , sc:EquivalentBranch.positiveR21-datatype , sc:EquivalentBranch.zeroX21-cardinality , sc:EquivalentBranch.positiveX21-datatype , sc:EquivalentBranch.negativeX12-datatype , sc:EquivalentBranch.positiveX21-cardinality , sc:EquivalentBranch.positiveX12-cardinality , sc:EquivalentBranch.positiveR21-cardinality , sc:EquivalentBranch.negativeR21-cardinality , sc:EquivalentBranch.negativeX21-datatype , sc:EquivalentBranch.zeroR12-cardinality , sc:EquivalentBranch.zeroR21-datatype , sc:EquivalentBranch.zeroX12-cardinality , sc:EquivalentBranch.zeroX21-datatype , sc:EquivalentBranch.negativeR12-datatype , sc:EquivalentBranch.negativeX12-cardinality , sc:EquivalentBranch.positiveR12-cardinality , sc:EquivalentBranch.zeroR12-datatype ; + sh:targetClass cim:EquivalentBranch . + +sc:EquivalentBranch.negativeR12-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (negativeR12)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.negativeR12-cardinality" ; + sh:order 20 ; + sh:path cim:EquivalentBranch.negativeR12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.negativeR12-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the negativeR12." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.negativeR12-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path cim:EquivalentBranch.negativeR12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.negativeR21-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (negativeR21)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.negativeR21-cardinality" ; + sh:order 21 ; + sh:path cim:EquivalentBranch.negativeR21 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.negativeR21-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the negativeR21." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.negativeR21-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path cim:EquivalentBranch.negativeR21 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.negativeX12-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (negativeX12)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.negativeX12-cardinality" ; + sh:order 22 ; + sh:path cim:EquivalentBranch.negativeX12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.negativeX12-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the negativeX12." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.negativeX12-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 22 ; + sh:path cim:EquivalentBranch.negativeX12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.negativeX21-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (negativeX21)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.negativeX21-cardinality" ; + sh:order 23 ; + sh:path cim:EquivalentBranch.negativeX21 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.negativeX21-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the negativeX21." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.negativeX21-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path cim:EquivalentBranch.negativeX21 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.positiveR12-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (positiveR12)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.positiveR12-cardinality" ; + sh:order 24 ; + sh:path cim:EquivalentBranch.positiveR12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.positiveR12-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the positiveR12." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.positiveR12-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path cim:EquivalentBranch.positiveR12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.positiveR21-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (positiveR21)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.positiveR21-cardinality" ; + sh:order 25 ; + sh:path cim:EquivalentBranch.positiveR21 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.positiveR21-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the positiveR21." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.positiveR21-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path cim:EquivalentBranch.positiveR21 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.positiveX12-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (positiveX12)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.positiveX12-cardinality" ; + sh:order 26 ; + sh:path cim:EquivalentBranch.positiveX12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.positiveX12-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the positiveX12." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.positiveX12-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path cim:EquivalentBranch.positiveX12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.positiveX21-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (positiveX21)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.positiveX21-cardinality" ; + sh:order 27 ; + sh:path cim:EquivalentBranch.positiveX21 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.positiveX21-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the positiveX21." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.positiveX21-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path cim:EquivalentBranch.positiveX21 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.zeroR12-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (zeroR12)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.zeroR12-cardinality" ; + sh:order 28 ; + sh:path cim:EquivalentBranch.zeroR12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.zeroR12-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the zeroR12." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.zeroR12-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path cim:EquivalentBranch.zeroR12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.zeroR21-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (zeroR21)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.zeroR21-cardinality" ; + sh:order 29 ; + sh:path cim:EquivalentBranch.zeroR21 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.zeroR21-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the zeroR21." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.zeroR21-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path cim:EquivalentBranch.zeroR21 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.zeroX12-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (zeroX12)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.zeroX12-cardinality" ; + sh:order 30 ; + sh:path cim:EquivalentBranch.zeroX12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.zeroX12-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the zeroX12." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.zeroX12-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path cim:EquivalentBranch.zeroX12 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.zeroX21-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (zeroX21)." ; + sh:minCount 1 ; + sh:name "EquivalentBranch.zeroX21-cardinality" ; + sh:order 31 ; + sh:path cim:EquivalentBranch.zeroX21 ; + sh:severity sh:Violation . + +sc:EquivalentBranch.zeroX21-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the zeroX21." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentBranch.zeroX21-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path cim:EquivalentBranch.zeroX21 ; + sh:severity sh:Violation . + +sc:EquivalentInjection + rdf:type sh:NodeShape ; + sh:property sc:EquivalentInjection.x2-cardinality , sc:IdentifiedObject.mRID-cardinality , sc:EquivalentInjection.r0-cardinality , sc:EquivalentInjection.r0-datatype , sc:EquivalentInjection.r2-datatype , sc:EquivalentInjection.r-datatype , sc:EquivalentInjection.x-cardinality , sc:EquivalentInjection.x0-cardinality , sc:EquivalentInjection.r2-cardinality , sc:EquivalentInjection.x-datatype , sc:EquivalentInjection.x0-datatype , sc:EquivalentInjection.x2-datatype , sc:EquivalentInjection.r-cardinality , sc:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:EquivalentInjection . + +sc:EquivalentInjection.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "EquivalentInjection.r-cardinality" ; + sh:order 32 ; + sh:path cim:EquivalentInjection.r ; + sh:severity sh:Violation . + +sc:EquivalentInjection.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path cim:EquivalentInjection.r ; + sh:severity sh:Violation . + +sc:EquivalentInjection.r0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r0)." ; + sh:minCount 1 ; + sh:name "EquivalentInjection.r0-cardinality" ; + sh:order 33 ; + sh:path cim:EquivalentInjection.r0 ; + sh:severity sh:Violation . + +sc:EquivalentInjection.r0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.r0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path cim:EquivalentInjection.r0 ; + sh:severity sh:Violation . + +sc:EquivalentInjection.r2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r2)." ; + sh:minCount 1 ; + sh:name "EquivalentInjection.r2-cardinality" ; + sh:order 34 ; + sh:path cim:EquivalentInjection.r2 ; + sh:severity sh:Violation . + +sc:EquivalentInjection.r2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r2." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.r2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path cim:EquivalentInjection.r2 ; + sh:severity sh:Violation . + +sc:EquivalentInjection.x-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x)." ; + sh:minCount 1 ; + sh:name "EquivalentInjection.x-cardinality" ; + sh:order 35 ; + sh:path cim:EquivalentInjection.x ; + sh:severity sh:Violation . + +sc:EquivalentInjection.x-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.x-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path cim:EquivalentInjection.x ; + sh:severity sh:Violation . + +sc:EquivalentInjection.x0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x0)." ; + sh:minCount 1 ; + sh:name "EquivalentInjection.x0-cardinality" ; + sh:order 36 ; + sh:path cim:EquivalentInjection.x0 ; + sh:severity sh:Violation . + +sc:EquivalentInjection.x0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.x0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path cim:EquivalentInjection.x0 ; + sh:severity sh:Violation . + +sc:EquivalentInjection.x2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x2)." ; + sh:minCount 1 ; + sh:name "EquivalentInjection.x2-cardinality" ; + sh:order 37 ; + sh:path cim:EquivalentInjection.x2 ; + sh:severity sh:Violation . + +sc:EquivalentInjection.x2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x2." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.x2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 37 ; + sh:path cim:EquivalentInjection.x2 ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection + rdf:type sh:NodeShape ; + sh:property sc:ExternalNetworkInjection.maxZ0ToZ1Ratio-datatype , sc:ExternalNetworkInjection.ikSecond-datatype , sc:ExternalNetworkInjection.minR0ToX0Ratio-datatype , sc:ExternalNetworkInjection.maxInitialSymShCCurrent-datatype , sc:ExternalNetworkInjection.maxInitialSymShCCurrent-cardinality , sc:ExternalNetworkInjection.minInitialSymShCCurrent-cardinality , sc:ExternalNetworkInjection.minR1ToX1Ratio-datatype , sc:ExternalNetworkInjection.minZ0ToZ1Ratio-cardinality , sc:ExternalNetworkInjection.maxR0ToX0Ratio-cardinality , sc:ExternalNetworkInjection.voltageFactor-datatype , sc:ExternalNetworkInjection.maxR1ToX1Ratio-datatype , sc:ExternalNetworkInjection.minR0ToX0Ratio-cardinality , sc:IdentifiedObject.mRID-datatype , sc:ExternalNetworkInjection.voltageFactor-cardinality , sc:ExternalNetworkInjection.minR1ToX1Ratio-cardinality , sc:ExternalNetworkInjection.maxZ0ToZ1Ratio-cardinality , sc:ExternalNetworkInjection.ikSecond-cardinality , sc:IdentifiedObject.mRID-cardinality , sc:ExternalNetworkInjection.minInitialSymShCCurrent-datatype , sc:ExternalNetworkInjection.maxR0ToX0Ratio-datatype , sc:ExternalNetworkInjection.minZ0ToZ1Ratio-datatype , sc:ExternalNetworkInjection.maxR1ToX1Ratio-cardinality ; + sh:targetClass cim:ExternalNetworkInjection . + +sc:ExternalNetworkInjection.ikSecond-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ExternalNetworkInjection.ikSecond-cardinality" ; + sh:order 38 ; + sh:path cim:ExternalNetworkInjection.ikSecond ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.ikSecond-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the ikSecond." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.ikSecond-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path cim:ExternalNetworkInjection.ikSecond ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.maxInitialSymShCCurrent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (maxInitialSymShCCurrent)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.maxInitialSymShCCurrent-cardinality" ; + sh:order 39 ; + sh:path cim:ExternalNetworkInjection.maxInitialSymShCCurrent ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.maxInitialSymShCCurrent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxInitialSymShCCurrent." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.maxInitialSymShCCurrent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path cim:ExternalNetworkInjection.maxInitialSymShCCurrent ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.maxR0ToX0Ratio-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (maxR0ToX0Ratio)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.maxR0ToX0Ratio-cardinality" ; + sh:order 40 ; + sh:path cim:ExternalNetworkInjection.maxR0ToX0Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.maxR0ToX0Ratio-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxR0ToX0Ratio." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.maxR0ToX0Ratio-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 40 ; + sh:path cim:ExternalNetworkInjection.maxR0ToX0Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.maxR1ToX1Ratio-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (maxR1ToX1Ratio)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.maxR1ToX1Ratio-cardinality" ; + sh:order 41 ; + sh:path cim:ExternalNetworkInjection.maxR1ToX1Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.maxR1ToX1Ratio-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxR1ToX1Ratio." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.maxR1ToX1Ratio-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path cim:ExternalNetworkInjection.maxR1ToX1Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.maxZ0ToZ1Ratio-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (maxZ0ToZ1Ratio)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.maxZ0ToZ1Ratio-cardinality" ; + sh:order 42 ; + sh:path cim:ExternalNetworkInjection.maxZ0ToZ1Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.maxZ0ToZ1Ratio-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxZ0ToZ1Ratio." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.maxZ0ToZ1Ratio-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 42 ; + sh:path cim:ExternalNetworkInjection.maxZ0ToZ1Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.minInitialSymShCCurrent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (minInitialSymShCCurrent)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.minInitialSymShCCurrent-cardinality" ; + sh:order 43 ; + sh:path cim:ExternalNetworkInjection.minInitialSymShCCurrent ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.minInitialSymShCCurrent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minInitialSymShCCurrent." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.minInitialSymShCCurrent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path cim:ExternalNetworkInjection.minInitialSymShCCurrent ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.minR0ToX0Ratio-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (minR0ToX0Ratio)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.minR0ToX0Ratio-cardinality" ; + sh:order 44 ; + sh:path cim:ExternalNetworkInjection.minR0ToX0Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.minR0ToX0Ratio-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minR0ToX0Ratio." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.minR0ToX0Ratio-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 44 ; + sh:path cim:ExternalNetworkInjection.minR0ToX0Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.minR1ToX1Ratio-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (minR1ToX1Ratio)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.minR1ToX1Ratio-cardinality" ; + sh:order 45 ; + sh:path cim:ExternalNetworkInjection.minR1ToX1Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.minR1ToX1Ratio-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minR1ToX1Ratio." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.minR1ToX1Ratio-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 45 ; + sh:path cim:ExternalNetworkInjection.minR1ToX1Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.minZ0ToZ1Ratio-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (minZ0ToZ1Ratio)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.minZ0ToZ1Ratio-cardinality" ; + sh:order 46 ; + sh:path cim:ExternalNetworkInjection.minZ0ToZ1Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.minZ0ToZ1Ratio-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minZ0ToZ1Ratio." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.minZ0ToZ1Ratio-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 46 ; + sh:path cim:ExternalNetworkInjection.minZ0ToZ1Ratio ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.voltageFactor-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ExternalNetworkInjection.voltageFactor-cardinality" ; + sh:order 47 ; + sh:path cim:ExternalNetworkInjection.voltageFactor ; + sh:severity sh:Violation . + +sc:ExternalNetworkInjection.voltageFactor-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the voltageFactor." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.voltageFactor-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 47 ; + sh:path cim:ExternalNetworkInjection.voltageFactor ; + sh:severity sh:Violation . + +sc:GroundingImpedance + rdf:type sh:NodeShape ; + sh:property sc:IdentifiedObject.mRID-datatype , sc:IdentifiedObject.mRID-cardinality , sc:EarthFaultCompensator.r-datatype , sc:EarthFaultCompensator.r-cardinality , sc:GroundingImpedance.x-datatype , sc:GroundingImpedance.x-cardinality ; + sh:targetClass cim:GroundingImpedance . + +sc:GroundingImpedance.x-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x)." ; + sh:minCount 1 ; + sh:name "GroundingImpedance.x-cardinality" ; + sh:order 48 ; + sh:path cim:GroundingImpedance.x ; + sh:severity sh:Violation . + +sc:GroundingImpedance.x-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GroundingImpedance.x-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 48 ; + sh:path cim:GroundingImpedance.x ; + sh:severity sh:Violation . + +sc:IdentifiedObject.mRID-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mRID)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.mRID-cardinality" ; + sh:order 49 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +sc:IdentifiedObject.mRID-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the mRID." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.mRID-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 49 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +sc:LinearShuntCompensator + rdf:type sh:NodeShape ; + sh:property sc:IdentifiedObject.mRID-datatype , sc:IdentifiedObject.mRID-cardinality , sc:LinearShuntCompensator.g0PerSection-datatype , sc:LinearShuntCompensator.g0PerSection-cardinality , sc:LinearShuntCompensator.b0PerSection-datatype , sc:LinearShuntCompensator.b0PerSection-cardinality ; + sh:targetClass cim:LinearShuntCompensator . + +sc:LinearShuntCompensator.b0PerSection-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b0PerSection)." ; + sh:minCount 1 ; + sh:name "LinearShuntCompensator.b0PerSection-cardinality" ; + sh:order 50 ; + sh:path cim:LinearShuntCompensator.b0PerSection ; + sh:severity sh:Violation . + +sc:LinearShuntCompensator.b0PerSection-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b0PerSection." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LinearShuntCompensator.b0PerSection-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 50 ; + sh:path cim:LinearShuntCompensator.b0PerSection ; + sh:severity sh:Violation . + +sc:LinearShuntCompensator.g0PerSection-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (g0PerSection)." ; + sh:minCount 1 ; + sh:name "LinearShuntCompensator.g0PerSection-cardinality" ; + sh:order 51 ; + sh:path cim:LinearShuntCompensator.g0PerSection ; + sh:severity sh:Violation . + +sc:LinearShuntCompensator.g0PerSection-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g0PerSection." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "LinearShuntCompensator.g0PerSection-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 51 ; + sh:path cim:LinearShuntCompensator.g0PerSection ; + sh:severity sh:Violation . + +sc:MutualCoupling rdf:type sh:NodeShape ; + sh:property sc:MutualCoupling.First_Terminal-cardinality , sc:MutualCoupling.x0-datatype , sc:MutualCoupling.b0ch-datatype , sc:MutualCoupling.r0-datatype , sc:MutualCoupling.g0ch-cardinality , sc:IdentifiedObject.mRID-datatype , sc:MutualCoupling.distance12-cardinality , sc:MutualCoupling.Second_Terminal-valueType , sc:IdentifiedObject.mRID-cardinality , sc:MutualCoupling.distance22-datatype , sc:MutualCoupling.distance22-cardinality , sc:MutualCoupling.g0ch-datatype , sc:MutualCoupling.First_Terminal-valueType , sc:MutualCoupling.distance21-cardinality , sc:MutualCoupling.distance21-datatype , sc:MutualCoupling.r0-cardinality , sc:MutualCoupling.Second_Terminal-cardinality , sc:MutualCoupling.b0ch-cardinality , sc:MutualCoupling.distance11-datatype , sc:MutualCoupling.x0-cardinality , sc:MutualCoupling.distance11-cardinality , sc:MutualCoupling.distance12-datatype ; + sh:targetClass cim:MutualCoupling . + +sc:MutualCoupling.First_Terminal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "MutualCoupling.First_Terminal-cardinality" ; + sh:order 104 ; + sh:path cim:MutualCoupling.First_Terminal ; + sh:severity sh:Violation . + +sc:MutualCoupling.First_Terminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Terminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sc:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Terminal." ; + sh:name "MutualCoupling.First_Terminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path cim:MutualCoupling.First_Terminal ; + sh:severity sh:Violation . + +sc:MutualCoupling.Second_Terminal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "MutualCoupling.Second_Terminal-cardinality" ; + sh:order 103 ; + sh:path cim:MutualCoupling.Second_Terminal ; + sh:severity sh:Violation . + +sc:MutualCoupling.Second_Terminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Terminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sc:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Terminal." ; + sh:name "MutualCoupling.Second_Terminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path cim:MutualCoupling.Second_Terminal ; + sh:severity sh:Violation . + +sc:MutualCoupling.b0ch-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b0ch)." ; + sh:minCount 1 ; + sh:name "MutualCoupling.b0ch-cardinality" ; + sh:order 52 ; + sh:path cim:MutualCoupling.b0ch ; + sh:severity sh:Violation . + +sc:MutualCoupling.b0ch-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b0ch." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MutualCoupling.b0ch-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 52 ; + sh:path cim:MutualCoupling.b0ch ; + sh:severity sh:Violation . + +sc:MutualCoupling.distance11-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (distance11)." ; + sh:minCount 1 ; + sh:name "MutualCoupling.distance11-cardinality" ; + sh:order 53 ; + sh:path cim:MutualCoupling.distance11 ; + sh:severity sh:Violation . + +sc:MutualCoupling.distance11-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the distance11." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MutualCoupling.distance11-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 53 ; + sh:path cim:MutualCoupling.distance11 ; + sh:severity sh:Violation . + +sc:MutualCoupling.distance12-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (distance12)." ; + sh:minCount 1 ; + sh:name "MutualCoupling.distance12-cardinality" ; + sh:order 54 ; + sh:path cim:MutualCoupling.distance12 ; + sh:severity sh:Violation . + +sc:MutualCoupling.distance12-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the distance12." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MutualCoupling.distance12-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 54 ; + sh:path cim:MutualCoupling.distance12 ; + sh:severity sh:Violation . + +sc:MutualCoupling.distance21-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (distance21)." ; + sh:minCount 1 ; + sh:name "MutualCoupling.distance21-cardinality" ; + sh:order 55 ; + sh:path cim:MutualCoupling.distance21 ; + sh:severity sh:Violation . + +sc:MutualCoupling.distance21-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the distance21." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MutualCoupling.distance21-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 55 ; + sh:path cim:MutualCoupling.distance21 ; + sh:severity sh:Violation . + +sc:MutualCoupling.distance22-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (distance22)." ; + sh:minCount 1 ; + sh:name "MutualCoupling.distance22-cardinality" ; + sh:order 56 ; + sh:path cim:MutualCoupling.distance22 ; + sh:severity sh:Violation . + +sc:MutualCoupling.distance22-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the distance22." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MutualCoupling.distance22-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 56 ; + sh:path cim:MutualCoupling.distance22 ; + sh:severity sh:Violation . + +sc:MutualCoupling.g0ch-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (g0ch)." ; + sh:minCount 1 ; + sh:name "MutualCoupling.g0ch-cardinality" ; + sh:order 57 ; + sh:path cim:MutualCoupling.g0ch ; + sh:severity sh:Violation . + +sc:MutualCoupling.g0ch-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g0ch." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MutualCoupling.g0ch-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 57 ; + sh:path cim:MutualCoupling.g0ch ; + sh:severity sh:Violation . + +sc:MutualCoupling.r0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r0)." ; + sh:minCount 1 ; + sh:name "MutualCoupling.r0-cardinality" ; + sh:order 58 ; + sh:path cim:MutualCoupling.r0 ; + sh:severity sh:Violation . + +sc:MutualCoupling.r0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MutualCoupling.r0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 58 ; + sh:path cim:MutualCoupling.r0 ; + sh:severity sh:Violation . + +sc:MutualCoupling.x0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x0)." ; + sh:minCount 1 ; + sh:name "MutualCoupling.x0-cardinality" ; + sh:order 59 ; + sh:path cim:MutualCoupling.x0 ; + sh:severity sh:Violation . + +sc:MutualCoupling.x0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "MutualCoupling.x0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 59 ; + sh:path cim:MutualCoupling.x0 ; + sh:severity sh:Violation . + +sc:NonlinearShuntCompensatorPoint + rdf:type sh:NodeShape ; + sh:property sc:NonlinearShuntCompensatorPoint.g0-datatype , sc:NonlinearShuntCompensatorPoint.g0-cardinality , sc:NonlinearShuntCompensatorPoint.b0-datatype , sc:NonlinearShuntCompensatorPoint.b0-cardinality ; + sh:targetClass cim:NonlinearShuntCompensatorPoint . + +sc:NonlinearShuntCompensatorPoint.b0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b0)." ; + sh:minCount 1 ; + sh:name "NonlinearShuntCompensatorPoint.b0-cardinality" ; + sh:order 60 ; + sh:path cim:NonlinearShuntCompensatorPoint.b0 ; + sh:severity sh:Violation . + +sc:NonlinearShuntCompensatorPoint.b0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "NonlinearShuntCompensatorPoint.b0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 60 ; + sh:path cim:NonlinearShuntCompensatorPoint.b0 ; + sh:severity sh:Violation . + +sc:NonlinearShuntCompensatorPoint.g0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (g0)." ; + sh:minCount 1 ; + sh:name "NonlinearShuntCompensatorPoint.g0-cardinality" ; + sh:order 61 ; + sh:path cim:NonlinearShuntCompensatorPoint.g0 ; + sh:severity sh:Violation . + +sc:NonlinearShuntCompensatorPoint.g0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "NonlinearShuntCompensatorPoint.g0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 61 ; + sh:path cim:NonlinearShuntCompensatorPoint.g0 ; + sh:severity sh:Violation . + +sc:Ontology rdf:type owl:Ontology ; + dct:conformsTo "urn:iso:std:iec:61970-600-2:ed-1" , "urn:iso:std:iec:61970-301:ed-7:amd1" , "urn:iso:std:iec:61970-401:draft:ed-1" , "urn:iso:std:iec:61970-501:draft:ed-2" , "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; + dct:creator "ENTSO-E CIM EG"@en ; + dct:description "The constraints for the short circuit profile from IEC 61970-600-2."@en ; + dct:identifier "urn:uuid:97938d45-bb5f-4424-b64d-219c1f76ab31" ; + dct:issued "2021-01-27T13:53:00Z"^^xsd:dateTime ; + dct:language "en-GB" ; + dct:modified "2020-10-12"^^xsd:date ; + dct:publisher "ENTSO-E"@en ; + dct:rights "Copyright"@en ; + dct:rightsHolder "ENTSO-E"@en ; + dct:title "Short Circuit Constraints"@en ; + owl:incompatibleWith ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "3.0.0"@en ; + dcat:keyword "SC" ; + dcat:theme "constraints"@en . + +sc:PetersenCoil rdf:type sh:NodeShape ; + sh:property sc:EarthFaultCompensator.r-cardinality , sc:PetersenCoil.offsetCurrent-datatype , sc:PetersenCoil.offsetCurrent-cardinality , sc:PetersenCoil.xGroundMin-datatype , sc:PetersenCoil.xGroundNominal-cardinality , sc:PetersenCoil.nominalU-datatype , sc:PetersenCoil.positionCurrent-cardinality , sc:PetersenCoil.mode-cardinality , sc:EarthFaultCompensator.r-datatype , sc:PetersenCoil.xGroundMin-cardinality , sc:PetersenCoil.xGroundMax-datatype , sc:PetersenCoil.nominalU-cardinality , sc:PetersenCoil.mode-datatype , sc:IdentifiedObject.mRID-cardinality , sc:PetersenCoil.xGroundNominal-datatype , sc:PetersenCoil.xGroundMax-cardinality , sc:IdentifiedObject.mRID-datatype , sc:PetersenCoil.positionCurrent-datatype ; + sh:targetClass cim:PetersenCoil . + +sc:PetersenCoil.mode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mode)." ; + sh:minCount 1 ; + sh:name "PetersenCoil.mode-cardinality" ; + sh:order 62 ; + sh:path cim:PetersenCoil.mode ; + sh:severity sh:Violation . +sc:PetersenCoil.mode-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the mode." ; + sh:group sc:DatatypesGroup ; + sh:in ( cim:PetersenCoilModeKind.fixed cim:PetersenCoilModeKind.manual cim:PetersenCoilModeKind.automaticPositioning ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "PetersenCoil.mode-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 62 ; + sh:path cim:PetersenCoil.mode ; + sh:severity sh:Violation . + +sc:PetersenCoil.nominalU-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (nominalU)." ; + sh:minCount 1 ; + sh:name "PetersenCoil.nominalU-cardinality" ; + sh:order 63 ; + sh:path cim:PetersenCoil.nominalU ; + sh:severity sh:Violation . + +sc:PetersenCoil.nominalU-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the nominalU." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PetersenCoil.nominalU-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 63 ; + sh:path cim:PetersenCoil.nominalU ; + sh:severity sh:Violation . + +sc:PetersenCoil.offsetCurrent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PetersenCoil.offsetCurrent-cardinality" ; + sh:order 64 ; + sh:path cim:PetersenCoil.offsetCurrent ; + sh:severity sh:Violation . + +sc:PetersenCoil.offsetCurrent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the offsetCurrent." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PetersenCoil.offsetCurrent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 64 ; + sh:path cim:PetersenCoil.offsetCurrent ; + sh:severity sh:Violation . + +sc:PetersenCoil.positionCurrent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PetersenCoil.positionCurrent-cardinality" ; + sh:order 65 ; + sh:path cim:PetersenCoil.positionCurrent ; + sh:severity sh:Violation . + +sc:PetersenCoil.positionCurrent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the positionCurrent." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PetersenCoil.positionCurrent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 65 ; + sh:path cim:PetersenCoil.positionCurrent ; + sh:severity sh:Violation . + +sc:PetersenCoil.xGroundMax-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xGroundMax)." ; + sh:minCount 1 ; + sh:name "PetersenCoil.xGroundMax-cardinality" ; + sh:order 66 ; + sh:path cim:PetersenCoil.xGroundMax ; + sh:severity sh:Violation . + +sc:PetersenCoil.xGroundMax-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xGroundMax." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PetersenCoil.xGroundMax-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 66 ; + sh:path cim:PetersenCoil.xGroundMax ; + sh:severity sh:Violation . + +sc:PetersenCoil.xGroundMin-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xGroundMin)." ; + sh:minCount 1 ; + sh:name "PetersenCoil.xGroundMin-cardinality" ; + sh:order 67 ; + sh:path cim:PetersenCoil.xGroundMin ; + sh:severity sh:Violation . + +sc:PetersenCoil.xGroundMin-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xGroundMin." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PetersenCoil.xGroundMin-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 67 ; + sh:path cim:PetersenCoil.xGroundMin ; + sh:severity sh:Violation . + +sc:PetersenCoil.xGroundNominal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (xGroundNominal)." ; + sh:minCount 1 ; + sh:name "PetersenCoil.xGroundNominal-cardinality" ; + sh:order 68 ; + sh:path cim:PetersenCoil.xGroundNominal ; + sh:severity sh:Violation . + +sc:PetersenCoil.xGroundNominal-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xGroundNominal." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PetersenCoil.xGroundNominal-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 68 ; + sh:path cim:PetersenCoil.xGroundNominal ; + sh:severity sh:Violation . + +sc:PowerTransformer rdf:type sh:NodeShape ; + sh:property sc:IdentifiedObject.mRID-cardinality , sc:PowerTransformer.beforeShCircuitHighestOperatingVoltage-datatype , sc:PowerTransformer.beforeShCircuitHighestOperatingCurrent-cardinality , sc:PowerTransformer.isPartOfGeneratorUnit-cardinality , sc:PowerTransformer.highSideMinOperatingU-cardinality , sc:PowerTransformer.isPartOfGeneratorUnit-datatype , sc:PowerTransformer.operationalValuesConsidered-cardinality , sc:IdentifiedObject.mRID-datatype , sc:PowerTransformer.beforeShCircuitHighestOperatingCurrent-datatype , sc:PowerTransformer.beforeShortCircuitAnglePf-datatype , sc:PowerTransformer.highSideMinOperatingU-datatype , sc:PowerTransformer.beforeShCircuitHighestOperatingVoltage-cardinality , sc:PowerTransformer.operationalValuesConsidered-datatype , sc:PowerTransformer.beforeShortCircuitAnglePf-cardinality ; + sh:targetClass cim:PowerTransformer . + +sc:PowerTransformer.beforeShCircuitHighestOperatingCurrent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerTransformer.beforeShCircuitHighestOperatingCurrent-cardinality" ; + sh:order 69 ; + sh:path cim:PowerTransformer.beforeShCircuitHighestOperatingCurrent ; + sh:severity sh:Violation . + +sc:PowerTransformer.beforeShCircuitHighestOperatingCurrent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the beforeShCircuitHighestOperatingCurrent." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformer.beforeShCircuitHighestOperatingCurrent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 69 ; + sh:path cim:PowerTransformer.beforeShCircuitHighestOperatingCurrent ; + sh:severity sh:Violation . + +sc:PowerTransformer.beforeShCircuitHighestOperatingVoltage-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerTransformer.beforeShCircuitHighestOperatingVoltage-cardinality" ; + sh:order 70 ; + sh:path cim:PowerTransformer.beforeShCircuitHighestOperatingVoltage ; + sh:severity sh:Violation . + +sc:PowerTransformer.beforeShCircuitHighestOperatingVoltage-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the beforeShCircuitHighestOperatingVoltage." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformer.beforeShCircuitHighestOperatingVoltage-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 70 ; + sh:path cim:PowerTransformer.beforeShCircuitHighestOperatingVoltage ; + sh:severity sh:Violation . + +sc:PowerTransformer.beforeShortCircuitAnglePf-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerTransformer.beforeShortCircuitAnglePf-cardinality" ; + sh:order 71 ; + sh:path cim:PowerTransformer.beforeShortCircuitAnglePf ; + sh:severity sh:Violation . + +sc:PowerTransformer.beforeShortCircuitAnglePf-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the beforeShortCircuitAnglePf." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformer.beforeShortCircuitAnglePf-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 71 ; + sh:path cim:PowerTransformer.beforeShortCircuitAnglePf ; + sh:severity sh:Violation . + +sc:PowerTransformer.highSideMinOperatingU-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerTransformer.highSideMinOperatingU-cardinality" ; + sh:order 72 ; + sh:path cim:PowerTransformer.highSideMinOperatingU ; + sh:severity sh:Violation . + +sc:PowerTransformer.highSideMinOperatingU-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the highSideMinOperatingU." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformer.highSideMinOperatingU-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 72 ; + sh:path cim:PowerTransformer.highSideMinOperatingU ; + sh:severity sh:Violation . + +sc:PowerTransformer.isPartOfGeneratorUnit-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (isPartOfGeneratorUnit)." ; + sh:minCount 1 ; + sh:name "PowerTransformer.isPartOfGeneratorUnit-cardinality" ; + sh:order 73 ; + sh:path cim:PowerTransformer.isPartOfGeneratorUnit ; + sh:severity sh:Violation . + +sc:PowerTransformer.isPartOfGeneratorUnit-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the isPartOfGeneratorUnit." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformer.isPartOfGeneratorUnit-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 73 ; + sh:path cim:PowerTransformer.isPartOfGeneratorUnit ; + sh:severity sh:Violation . + +sc:PowerTransformer.operationalValuesConsidered-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "PowerTransformer.operationalValuesConsidered-cardinality" ; + sh:order 74 ; + sh:path cim:PowerTransformer.operationalValuesConsidered ; + sh:severity sh:Violation . + +sc:PowerTransformer.operationalValuesConsidered-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the operationalValuesConsidered." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformer.operationalValuesConsidered-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 74 ; + sh:path cim:PowerTransformer.operationalValuesConsidered ; + sh:severity sh:Violation . + +sc:PowerTransformerEnd + rdf:type sh:NodeShape ; + sh:property sc:IdentifiedObject.mRID-datatype , sc:TransformerEnd.rground-datatype , sc:TransformerEnd.rground-cardinality , sc:PowerTransformerEnd.x0-cardinality , sc:TransformerEnd.grounded-cardinality , sc:TransformerEnd.xground-datatype , sc:TransformerEnd.xground-cardinality , sc:PowerTransformerEnd.r0-cardinality , sc:PowerTransformerEnd.x0-datatype , sc:PowerTransformerEnd.b0-cardinality , sc:PowerTransformerEnd.r0-datatype , sc:PowerTransformerEnd.phaseAngleClock-datatype , sc:IdentifiedObject.mRID-cardinality , sc:PowerTransformerEnd.phaseAngleClock-cardinality , sc:PowerTransformerEnd.g0-datatype , sc:TransformerEnd.grounded-datatype , sc:PowerTransformerEnd.g0-cardinality , sc:PowerTransformerEnd.b0-datatype ; + sh:targetClass cim:PowerTransformerEnd . + +sc:PowerTransformerEnd.b0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (b0)." ; + sh:minCount 1 ; + sh:name "PowerTransformerEnd.b0-cardinality" ; + sh:order 75 ; + sh:path cim:PowerTransformerEnd.b0 ; + sh:severity sh:Violation . + +sc:PowerTransformerEnd.b0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the b0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformerEnd.b0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 75 ; + sh:path cim:PowerTransformerEnd.b0 ; + sh:severity sh:Violation . + +sc:PowerTransformerEnd.g0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (g0)." ; + sh:minCount 1 ; + sh:name "PowerTransformerEnd.g0-cardinality" ; + sh:order 77 ; + sh:path cim:PowerTransformerEnd.g0 ; + sh:severity sh:Violation . + +sc:PowerTransformerEnd.g0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the g0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformerEnd.g0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 77 ; + sh:path cim:PowerTransformerEnd.g0 ; + sh:severity sh:Violation . + +sc:PowerTransformerEnd.phaseAngleClock-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (phaseAngleClock)." ; + sh:minCount 1 ; + sh:name "PowerTransformerEnd.phaseAngleClock-cardinality" ; + sh:order 76 ; + sh:path cim:PowerTransformerEnd.phaseAngleClock ; + sh:severity sh:Violation . + +sc:PowerTransformerEnd.phaseAngleClock-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the phaseAngleClock." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformerEnd.phaseAngleClock-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 76 ; + sh:path cim:PowerTransformerEnd.phaseAngleClock ; + sh:severity sh:Violation . + +sc:PowerTransformerEnd.r0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r0)." ; + sh:minCount 1 ; + sh:name "PowerTransformerEnd.r0-cardinality" ; + sh:order 78 ; + sh:path cim:PowerTransformerEnd.r0 ; + sh:severity sh:Violation . + +sc:PowerTransformerEnd.r0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformerEnd.r0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 78 ; + sh:path cim:PowerTransformerEnd.r0 ; + sh:severity sh:Violation . + +sc:PowerTransformerEnd.x0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x0)." ; + sh:minCount 1 ; + sh:name "PowerTransformerEnd.x0-cardinality" ; + sh:order 79 ; + sh:path cim:PowerTransformerEnd.x0 ; + sh:severity sh:Violation . + +sc:PowerTransformerEnd.x0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerTransformerEnd.x0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 79 ; + sh:path cim:PowerTransformerEnd.x0 ; + sh:severity sh:Violation . + +sc:SeriesCompensator rdf:type sh:NodeShape ; + sh:property sc:SeriesCompensator.varistorVoltageThreshold-datatype , sc:IdentifiedObject.mRID-cardinality , sc:SeriesCompensator.r0-datatype , sc:SeriesCompensator.varistorVoltageThreshold-cardinality , sc:SeriesCompensator.varistorRatedCurrent-cardinality , sc:SeriesCompensator.varistorPresent-datatype , sc:IdentifiedObject.mRID-datatype , sc:SeriesCompensator.r0-cardinality , sc:SeriesCompensator.varistorRatedCurrent-datatype , sc:SeriesCompensator.x0-cardinality , sc:SeriesCompensator.varistorPresent-cardinality , sc:SeriesCompensator.x0-datatype ; + sh:targetClass cim:SeriesCompensator . + +sc:SeriesCompensator.r0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r0)." ; + sh:minCount 1 ; + sh:name "SeriesCompensator.r0-cardinality" ; + sh:order 80 ; + sh:path cim:SeriesCompensator.r0 ; + sh:severity sh:Violation . + +sc:SeriesCompensator.r0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SeriesCompensator.r0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 80 ; + sh:path cim:SeriesCompensator.r0 ; + sh:severity sh:Violation . + +sc:SeriesCompensator.varistorPresent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (varistorPresent)." ; + sh:minCount 1 ; + sh:name "SeriesCompensator.varistorPresent-cardinality" ; + sh:order 82 ; + sh:path cim:SeriesCompensator.varistorPresent ; + sh:severity sh:Violation . + +sc:SeriesCompensator.varistorPresent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the varistorPresent." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SeriesCompensator.varistorPresent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 82 ; + sh:path cim:SeriesCompensator.varistorPresent ; + sh:severity sh:Violation . + +sc:SeriesCompensator.varistorRatedCurrent-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SeriesCompensator.varistorRatedCurrent-cardinality" ; + sh:order 83 ; + sh:path cim:SeriesCompensator.varistorRatedCurrent ; + sh:severity sh:Violation . + +sc:SeriesCompensator.varistorRatedCurrent-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the varistorRatedCurrent." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SeriesCompensator.varistorRatedCurrent-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 83 ; + sh:path cim:SeriesCompensator.varistorRatedCurrent ; + sh:severity sh:Violation . + +sc:SeriesCompensator.varistorVoltageThreshold-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SeriesCompensator.varistorVoltageThreshold-cardinality" ; + sh:order 84 ; + sh:path cim:SeriesCompensator.varistorVoltageThreshold ; + sh:severity sh:Violation . + +sc:SeriesCompensator.varistorVoltageThreshold-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the varistorVoltageThreshold." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SeriesCompensator.varistorVoltageThreshold-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 84 ; + sh:path cim:SeriesCompensator.varistorVoltageThreshold ; + sh:severity sh:Violation . + +sc:SeriesCompensator.x0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x0)." ; + sh:minCount 1 ; + sh:name "SeriesCompensator.x0-cardinality" ; + sh:order 81 ; + sh:path cim:SeriesCompensator.x0 ; + sh:severity sh:Violation . + +sc:SeriesCompensator.x0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SeriesCompensator.x0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 81 ; + sh:path cim:SeriesCompensator.x0 ; + sh:severity sh:Violation . + +sc:SynchronousMachine + rdf:type sh:NodeShape ; + sh:property sc:SynchronousMachine.x2-datatype , sc:SynchronousMachine.r-cardinality , sc:SynchronousMachine.mu-datatype , sc:SynchronousMachine.earthingStarPointX-datatype , sc:SynchronousMachine.satDirectSubtransX-datatype , sc:SynchronousMachine.r-datatype , sc:SynchronousMachine.shortCircuitRotorType-cardinality , sc:SynchronousMachine.satDirectSyncX-datatype , sc:SynchronousMachine.voltageRegulationRange-cardinality , sc:IdentifiedObject.mRID-datatype , sc:SynchronousMachine.x2-cardinality , sc:SynchronousMachine.satDirectTransX-cardinality , sc:SynchronousMachine.ikk-datatype , sc:SynchronousMachine.satDirectTransX-datatype , sc:IdentifiedObject.mRID-cardinality , sc:SynchronousMachine.earthing-datatype , sc:SynchronousMachine.shortCircuitRotorType-datatype , sc:SynchronousMachine.satDirectSubtransX-cardinality , sc:SynchronousMachine.x0-cardinality , sc:SynchronousMachine.r2-cardinality , sc:SynchronousMachine.x0-datatype , sc:SynchronousMachine.earthingStarPointR-datatype , sc:SynchronousMachine.ikk-cardinality , sc:SynchronousMachine.earthingStarPointR-cardinality , sc:SynchronousMachine.earthingStarPointX-cardinality , sc:SynchronousMachine.mu-cardinality , sc:SynchronousMachine.r0-cardinality , sc:SynchronousMachine.voltageRegulationRange-datatype , sc:SynchronousMachine.r2-datatype , sc:SynchronousMachine.satDirectSyncX-cardinality , sc:SynchronousMachine.earthing-cardinality , sc:SynchronousMachine.r0-datatype ; + sh:targetClass cim:SynchronousMachine . + +sc:SynchronousMachine.earthing-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (earthing)." ; + sh:minCount 1 ; + sh:name "SynchronousMachine.earthing-cardinality" ; + sh:order 85 ; + sh:path cim:SynchronousMachine.earthing ; + sh:severity sh:Violation . + +sc:SynchronousMachine.earthing-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the earthing." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.earthing-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 85 ; + sh:path cim:SynchronousMachine.earthing ; + sh:severity sh:Violation . + +sc:SynchronousMachine.earthingStarPointR-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.earthingStarPointR-cardinality" ; + sh:order 86 ; + sh:path cim:SynchronousMachine.earthingStarPointR ; + sh:severity sh:Violation . + +sc:SynchronousMachine.earthingStarPointR-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the earthingStarPointR." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.earthingStarPointR-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 86 ; + sh:path cim:SynchronousMachine.earthingStarPointR ; + sh:severity sh:Violation . + +sc:SynchronousMachine.earthingStarPointX-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.earthingStarPointX-cardinality" ; + sh:order 87 ; + sh:path cim:SynchronousMachine.earthingStarPointX ; + sh:severity sh:Violation . + +sc:SynchronousMachine.earthingStarPointX-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the earthingStarPointX." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.earthingStarPointX-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 87 ; + sh:path cim:SynchronousMachine.earthingStarPointX ; + sh:severity sh:Violation . + +sc:SynchronousMachine.ikk-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.ikk-cardinality" ; + sh:order 88 ; + sh:path cim:SynchronousMachine.ikk ; + sh:severity sh:Violation . + +sc:SynchronousMachine.ikk-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the ikk." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.ikk-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 88 ; + sh:path cim:SynchronousMachine.ikk ; + sh:severity sh:Violation . + +sc:SynchronousMachine.mu-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.mu-cardinality" ; + sh:order 89 ; + sh:path cim:SynchronousMachine.mu ; + sh:severity sh:Violation . + +sc:SynchronousMachine.mu-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the mu." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.mu-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 89 ; + sh:path cim:SynchronousMachine.mu ; + sh:severity sh:Violation . + +sc:SynchronousMachine.r-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r)." ; + sh:minCount 1 ; + sh:name "SynchronousMachine.r-cardinality" ; + sh:order 94 ; + sh:path cim:SynchronousMachine.r ; + sh:severity sh:Violation . + +sc:SynchronousMachine.r-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.r-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 94 ; + sh:path cim:SynchronousMachine.r ; + sh:severity sh:Violation . + +sc:SynchronousMachine.r0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r0)." ; + sh:minCount 1 ; + sh:name "SynchronousMachine.r0-cardinality" ; + sh:order 91 ; + sh:path cim:SynchronousMachine.r0 ; + sh:severity sh:Violation . + +sc:SynchronousMachine.r0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.r0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 91 ; + sh:path cim:SynchronousMachine.r0 ; + sh:severity sh:Violation . + +sc:SynchronousMachine.r2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (r2)." ; + sh:minCount 1 ; + sh:name "SynchronousMachine.r2-cardinality" ; + sh:order 93 ; + sh:path cim:SynchronousMachine.r2 ; + sh:severity sh:Violation . + +sc:SynchronousMachine.r2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the r2." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.r2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 93 ; + sh:path cim:SynchronousMachine.r2 ; + sh:severity sh:Violation . + +sc:SynchronousMachine.satDirectSubtransX-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (satDirectSubtransX)." ; + sh:minCount 1 ; + sh:name "SynchronousMachine.satDirectSubtransX-cardinality" ; + sh:order 95 ; + sh:path cim:SynchronousMachine.satDirectSubtransX ; + sh:severity sh:Violation . + +sc:SynchronousMachine.satDirectSubtransX-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the satDirectSubtransX." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.satDirectSubtransX-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 95 ; + sh:path cim:SynchronousMachine.satDirectSubtransX ; + sh:severity sh:Violation . + +sc:SynchronousMachine.satDirectSyncX-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.satDirectSyncX-cardinality" ; + sh:order 96 ; + sh:path cim:SynchronousMachine.satDirectSyncX ; + sh:severity sh:Violation . + +sc:SynchronousMachine.satDirectSyncX-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the satDirectSyncX." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.satDirectSyncX-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 96 ; + sh:path cim:SynchronousMachine.satDirectSyncX ; + sh:severity sh:Violation . + +sc:SynchronousMachine.satDirectTransX-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.satDirectTransX-cardinality" ; + sh:order 97 ; + sh:path cim:SynchronousMachine.satDirectTransX ; + sh:severity sh:Violation . + +sc:SynchronousMachine.satDirectTransX-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the satDirectTransX." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.satDirectTransX-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 97 ; + sh:path cim:SynchronousMachine.satDirectTransX ; + sh:severity sh:Violation . + +sc:SynchronousMachine.shortCircuitRotorType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.shortCircuitRotorType-cardinality" ; + sh:order 98 ; + sh:path cim:SynchronousMachine.shortCircuitRotorType ; + sh:severity sh:Violation . + +sc:SynchronousMachine.shortCircuitRotorType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the shortCircuitRotorType." ; + sh:group sc:DatatypesGroup ; + sh:in ( cim:ShortCircuitRotorKind.salientPole1 cim:ShortCircuitRotorKind.salientPole2 cim:ShortCircuitRotorKind.turboSeries1 cim:ShortCircuitRotorKind.turboSeries2 ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "SynchronousMachine.shortCircuitRotorType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 98 ; + sh:path cim:SynchronousMachine.shortCircuitRotorType ; + sh:severity sh:Violation . + +sc:SynchronousMachine.voltageRegulationRange-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SynchronousMachine.voltageRegulationRange-cardinality" ; + sh:order 99 ; + sh:path cim:SynchronousMachine.voltageRegulationRange ; + sh:severity sh:Violation . + +sc:SynchronousMachine.voltageRegulationRange-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the voltageRegulationRange." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.voltageRegulationRange-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 99 ; + sh:path cim:SynchronousMachine.voltageRegulationRange ; + sh:severity sh:Violation . + +sc:SynchronousMachine.x0-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x0)." ; + sh:minCount 1 ; + sh:name "SynchronousMachine.x0-cardinality" ; + sh:order 90 ; + sh:path cim:SynchronousMachine.x0 ; + sh:severity sh:Violation . + +sc:SynchronousMachine.x0-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x0." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.x0-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 90 ; + sh:path cim:SynchronousMachine.x0 ; + sh:severity sh:Violation . + +sc:SynchronousMachine.x2-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (x2)." ; + sh:minCount 1 ; + sh:name "SynchronousMachine.x2-cardinality" ; + sh:order 92 ; + sh:path cim:SynchronousMachine.x2 ; + sh:severity sh:Violation . + +sc:SynchronousMachine.x2-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the x2." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.x2-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 92 ; + sh:path cim:SynchronousMachine.x2 ; + sh:severity sh:Violation . + +sc:TransformerEnd.grounded-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (grounded)." ; + sh:minCount 1 ; + sh:name "TransformerEnd.grounded-cardinality" ; + sh:order 101 ; + sh:path cim:TransformerEnd.grounded ; + sh:severity sh:Violation . + +sc:TransformerEnd.grounded-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the grounded." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TransformerEnd.grounded-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 101 ; + sh:path cim:TransformerEnd.grounded ; + sh:severity sh:Violation . + +sc:TransformerEnd.rground-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TransformerEnd.rground-cardinality" ; + sh:order 100 ; + sh:path cim:TransformerEnd.rground ; + sh:severity sh:Violation . + +sc:TransformerEnd.rground-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the rground." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TransformerEnd.rground-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 100 ; + sh:path cim:TransformerEnd.rground ; + sh:severity sh:Violation . + +sc:TransformerEnd.xground-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sc:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TransformerEnd.xground-cardinality" ; + sh:order 102 ; + sh:path cim:TransformerEnd.xground ; + sh:severity sh:Violation . + +sc:TransformerEnd.xground-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the xground." ; + sh:group sc:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TransformerEnd.xground-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 102 ; + sh:path cim:TransformerEnd.xground ; + sh:severity sh:Violation . + diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_StateVariables-AP-Con-Simple-SHACLED2a_v3-0-0.ttl b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_StateVariables-AP-Con-Simple-SHACLED2a_v3-0-0.ttl new file mode 100644 index 0000000..882ab44 --- /dev/null +++ b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_StateVariables-AP-Con-Simple-SHACLED2a_v3-0-0.ttl @@ -0,0 +1,802 @@ +@prefix cim: . +@prefix cims: . +@prefix dc: . +@prefix dcat: . +@prefix dct: . +@prefix eu: . +@prefix owl: . +@prefix prof: . +@prefix profcim: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix sv: . +@prefix xsd: . + +sv:ACDCConverter.idc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (idc)." ; + sh:minCount 1 ; + sh:name "ACDCConverter.idc-cardinality" ; + sh:order 0 ; + sh:path cim:ACDCConverter.idc ; + sh:severity sh:Violation . + +sv:ACDCConverter.idc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the idc." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.idc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path cim:ACDCConverter.idc ; + sh:severity sh:Violation . + +sv:ACDCConverter.poleLossP-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (poleLossP)." ; + sh:minCount 1 ; + sh:name "ACDCConverter.poleLossP-cardinality" ; + sh:order 1 ; + sh:path cim:ACDCConverter.poleLossP ; + sh:severity sh:Violation . + +sv:ACDCConverter.poleLossP-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the poleLossP." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.poleLossP-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path cim:ACDCConverter.poleLossP ; + sh:severity sh:Violation . + +sv:ACDCConverter.uc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uc)." ; + sh:minCount 1 ; + sh:name "ACDCConverter.uc-cardinality" ; + sh:order 2 ; + sh:path cim:ACDCConverter.uc ; + sh:severity sh:Violation . + +sv:ACDCConverter.uc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uc." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.uc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path cim:ACDCConverter.uc ; + sh:severity sh:Violation . + +sv:ACDCConverter.udc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (udc)." ; + sh:minCount 1 ; + sh:name "ACDCConverter.udc-cardinality" ; + sh:order 3 ; + sh:path cim:ACDCConverter.udc ; + sh:severity sh:Violation . + +sv:ACDCConverter.udc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the udc." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.udc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path cim:ACDCConverter.udc ; + sh:severity sh:Violation . + +sv:AssociationsGroup rdf:type sh:PropertyGroup ; + rdfs:label "Associations" ; + sh:order 2 . + +sv:CardinalityGroup rdf:type sh:PropertyGroup ; + rdfs:label "Cardinality" ; + sh:order 0 . + +sv:CsConverter rdf:type sh:NodeShape ; + sh:property sv:CsConverter.alpha-cardinality , sv:ACDCConverter.udc-cardinality , sv:ACDCConverter.poleLossP-cardinality , sv:ACDCConverter.uc-datatype , sv:ACDCConverter.uc-cardinality , sv:ACDCConverter.poleLossP-datatype , sv:ACDCConverter.udc-datatype , sv:ACDCConverter.idc-datatype , sv:CsConverter.gamma-cardinality , sv:CsConverter.gamma-datatype , sv:ACDCConverter.idc-cardinality , sv:CsConverter.alpha-datatype ; + sh:targetClass cim:CsConverter . + +sv:CsConverter.alpha-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (alpha)." ; + sh:minCount 1 ; + sh:name "CsConverter.alpha-cardinality" ; + sh:order 4 ; + sh:path cim:CsConverter.alpha ; + sh:severity sh:Violation . + +sv:CsConverter.alpha-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the alpha." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.alpha-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path cim:CsConverter.alpha ; + sh:severity sh:Violation . + +sv:CsConverter.gamma-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (gamma)." ; + sh:minCount 1 ; + sh:name "CsConverter.gamma-cardinality" ; + sh:order 5 ; + sh:path cim:CsConverter.gamma ; + sh:severity sh:Violation . + +sv:CsConverter.gamma-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the gamma." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.gamma-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path cim:CsConverter.gamma ; + sh:severity sh:Violation . + +sv:DCTopologicalIsland + rdf:type sh:NodeShape ; + sh:property sv:IdentifiedObject.name-datatype , sv:IdentifiedObject.name-cardinality , sv:IdentifiedObject.mRID-datatype , sv:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:DCTopologicalIsland . + +sv:DatatypesGroup rdf:type sh:PropertyGroup ; + rdfs:label "Datatypes" ; + sh:order 1 . + +sv:IdentifiedObject.mRID-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mRID)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.mRID-cardinality" ; + sh:order 6 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +sv:IdentifiedObject.mRID-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the mRID." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.mRID-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +sv:IdentifiedObject.name-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (name)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.name-cardinality" ; + sh:order 7 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +sv:IdentifiedObject.name-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the name." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.name-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +sv:Ontology rdf:type owl:Ontology ; + dct:conformsTo "urn:iso:std:iec:61970-501:draft:ed-2" , "urn:iso:std:iec:61970-401:draft:ed-1" , "urn:iso:std:iec:61970-600-2:ed-1" , "urn:iso:std:iec:61970-301:ed-7:amd1" , "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" ; + dct:creator "ENTSO-E CIM EG"@en ; + dct:description "The constraints for the state variables profile from IEC 61970-600-2."@en ; + dct:identifier "urn:uuid:767279cf-b7f6-4693-a5a1-7c7c0ead64c4" ; + dct:issued "2021-01-27T15:29:35Z"^^xsd:dateTime ; + dct:language "en-GB" ; + dct:modified "2020-10-12"^^xsd:date ; + dct:publisher "ENTSO-E"@en ; + dct:rights "Copyright"@en ; + dct:rightsHolder "ENTSO-E"@en ; + dct:title "State Variables Constraints"@en ; + owl:incompatibleWith ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "3.0.0"@en ; + dcat:keyword "SV" ; + dcat:theme "constraints"@en . + +sv:SvInjection rdf:type sh:NodeShape ; + sh:property sv:SvInjection.TopologicalNode-valueType , sv:SvInjection.TopologicalNode-cardinality , sv:SvInjection.qInjection-datatype , sv:SvInjection.qInjection-cardinality , sv:SvInjection.pInjection-datatype , sv:SvInjection.pInjection-cardinality ; + sh:targetClass cim:SvInjection . + +sv:SvInjection.TopologicalNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SvInjection.TopologicalNode-cardinality" ; + sh:order 20 ; + sh:path cim:SvInjection.TopologicalNode ; + sh:severity sh:Violation . + +sv:SvInjection.TopologicalNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TopologicalNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sv:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TopologicalNode." ; + sh:name "SvInjection.TopologicalNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path cim:SvInjection.TopologicalNode ; + sh:severity sh:Violation . + +sv:SvInjection.pInjection-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pInjection)." ; + sh:minCount 1 ; + sh:name "SvInjection.pInjection-cardinality" ; + sh:order 8 ; + sh:path cim:SvInjection.pInjection ; + sh:severity sh:Violation . + +sv:SvInjection.pInjection-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pInjection." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SvInjection.pInjection-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path cim:SvInjection.pInjection ; + sh:severity sh:Violation . + +sv:SvInjection.qInjection-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "SvInjection.qInjection-cardinality" ; + sh:order 9 ; + sh:path cim:SvInjection.qInjection ; + sh:severity sh:Violation . + +sv:SvInjection.qInjection-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qInjection." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SvInjection.qInjection-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path cim:SvInjection.qInjection ; + sh:severity sh:Violation . + +sv:SvPowerFlow rdf:type sh:NodeShape ; + sh:property sv:SvPowerFlow.Terminal-valueType , sv:SvPowerFlow.Terminal-cardinality , sv:SvPowerFlow.q-datatype , sv:SvPowerFlow.q-cardinality , sv:SvPowerFlow.p-datatype , sv:SvPowerFlow.p-cardinality ; + sh:targetClass cim:SvPowerFlow . + +sv:SvPowerFlow.Terminal-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SvPowerFlow.Terminal-cardinality" ; + sh:order 21 ; + sh:path cim:SvPowerFlow.Terminal ; + sh:severity sh:Violation . + +sv:SvPowerFlow.Terminal-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Terminal ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sv:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Terminal." ; + sh:name "SvPowerFlow.Terminal-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path cim:SvPowerFlow.Terminal ; + sh:severity sh:Violation . + +sv:SvPowerFlow.p-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p)." ; + sh:minCount 1 ; + sh:name "SvPowerFlow.p-cardinality" ; + sh:order 10 ; + sh:path cim:SvPowerFlow.p ; + sh:severity sh:Violation . + +sv:SvPowerFlow.p-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SvPowerFlow.p-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path cim:SvPowerFlow.p ; + sh:severity sh:Violation . + +sv:SvPowerFlow.q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q)." ; + sh:minCount 1 ; + sh:name "SvPowerFlow.q-cardinality" ; + sh:order 11 ; + sh:path cim:SvPowerFlow.q ; + sh:severity sh:Violation . + +sv:SvPowerFlow.q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SvPowerFlow.q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path cim:SvPowerFlow.q ; + sh:severity sh:Violation . + +sv:SvShuntCompensatorSections + rdf:type sh:NodeShape ; + sh:property sv:SvShuntCompensatorSections.ShuntCompensator-valueType , sv:SvShuntCompensatorSections.ShuntCompensator-cardinality , sv:SvShuntCompensatorSections.sections-datatype , sv:SvShuntCompensatorSections.sections-cardinality ; + sh:targetClass cim:SvShuntCompensatorSections . + +sv:SvShuntCompensatorSections.ShuntCompensator-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SvShuntCompensatorSections.ShuntCompensator-cardinality" ; + sh:order 22 ; + sh:path cim:SvShuntCompensatorSections.ShuntCompensator ; + sh:severity sh:Violation . + +sv:SvShuntCompensatorSections.ShuntCompensator-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ShuntCompensator ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sv:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ShuntCompensator." ; + sh:name "SvShuntCompensatorSections.ShuntCompensator-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path cim:SvShuntCompensatorSections.ShuntCompensator ; + sh:severity sh:Violation . + +sv:SvShuntCompensatorSections.sections-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (sections)." ; + sh:minCount 1 ; + sh:name "SvShuntCompensatorSections.sections-cardinality" ; + sh:order 12 ; + sh:path cim:SvShuntCompensatorSections.sections ; + sh:severity sh:Violation . + +sv:SvShuntCompensatorSections.sections-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the sections." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SvShuntCompensatorSections.sections-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path cim:SvShuntCompensatorSections.sections ; + sh:severity sh:Violation . + +sv:SvStatus rdf:type sh:NodeShape ; + sh:property sv:SvStatus.ConductingEquipment-cardinality , sv:SvStatus.inService-datatype , sv:SvStatus.inService-cardinality ; + sh:targetClass cim:SvStatus . + +sv:SvStatus.ConductingEquipment-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SvStatus.ConductingEquipment-cardinality" ; + sh:order 23 ; + sh:path cim:SvStatus.ConductingEquipment ; + sh:severity sh:Violation . + +sv:SvStatus.ConductingEquipment-valueType + rdf:type sh:NodeShape ; + sh:or ( sv:SvStatus.ConductingEquipmentVsConverter-valueType sv:SvStatus.ConductingEquipmentCsConverter-valueType ) . + +sv:SvStatus.ConductingEquipmentCsConverter-valueType + rdf:type sh:PropertyShape ; + sh:class cim:CsConverter ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sv:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:CsConverter." ; + sh:name "SvStatus.ConductingEquipmentCsConverter-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path cim:SvStatus.ConductingEquipment ; + sh:severity sh:Violation . + +sv:SvStatus.ConductingEquipmentVsConverter-valueType + rdf:type sh:PropertyShape ; + sh:class cim:VsConverter ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sv:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:VsConverter." ; + sh:name "SvStatus.ConductingEquipmentVsConverter-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path cim:SvStatus.ConductingEquipment ; + sh:severity sh:Violation . +sv:SvStatus.inService-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inService)." ; + sh:minCount 1 ; + sh:name "SvStatus.inService-cardinality" ; + sh:order 13 ; + sh:path cim:SvStatus.inService ; + sh:severity sh:Violation . + +sv:SvStatus.inService-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the inService." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SvStatus.inService-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path cim:SvStatus.inService ; + sh:severity sh:Violation . + +sv:SvSwitch rdf:type sh:NodeShape ; + sh:property sv:SvSwitch.Switch-valueType , sv:SvSwitch.Switch-cardinality , sv:SvSwitch.open-datatype , sv:SvSwitch.open-cardinality ; + sh:targetClass cim:SvSwitch . + +sv:SvSwitch.Switch-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SvSwitch.Switch-cardinality" ; + sh:order 24 ; + sh:path cim:SvSwitch.Switch ; + sh:severity sh:Violation . + +sv:SvSwitch.Switch-valueType + rdf:type sh:PropertyShape ; + sh:class cim:Switch ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sv:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:Switch." ; + sh:name "SvSwitch.Switch-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path cim:SvSwitch.Switch ; + sh:severity sh:Violation . + +sv:SvSwitch.open-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (open)." ; + sh:minCount 1 ; + sh:name "SvSwitch.open-cardinality" ; + sh:order 14 ; + sh:path cim:SvSwitch.open ; + sh:severity sh:Violation . + +sv:SvSwitch.open-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the open." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SvSwitch.open-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path cim:SvSwitch.open ; + sh:severity sh:Violation . + +sv:SvTapStep rdf:type sh:NodeShape ; + sh:property sv:SvTapStep.TapChanger-valueType , sv:SvTapStep.TapChanger-cardinality , sv:SvTapStep.position-datatype , sv:SvTapStep.position-cardinality ; + sh:targetClass cim:SvTapStep . + +sv:SvTapStep.TapChanger-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SvTapStep.TapChanger-cardinality" ; + sh:order 25 ; + sh:path cim:SvTapStep.TapChanger ; + sh:severity sh:Violation . + +sv:SvTapStep.TapChanger-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TapChanger ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sv:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TapChanger." ; + sh:name "SvTapStep.TapChanger-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path cim:SvTapStep.TapChanger ; + sh:severity sh:Violation . + +sv:SvTapStep.position-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (position)." ; + sh:minCount 1 ; + sh:name "SvTapStep.position-cardinality" ; + sh:order 15 ; + sh:path cim:SvTapStep.position ; + sh:severity sh:Violation . + +sv:SvTapStep.position-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the position." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SvTapStep.position-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path cim:SvTapStep.position ; + sh:severity sh:Violation . + +sv:SvVoltage rdf:type sh:NodeShape ; + sh:property sv:SvVoltage.TopologicalNode-valueType , sv:SvVoltage.TopologicalNode-cardinality , sv:SvVoltage.v-datatype , sv:SvVoltage.v-cardinality , sv:SvVoltage.angle-datatype , sv:SvVoltage.angle-cardinality ; + sh:targetClass cim:SvVoltage . + +sv:SvVoltage.TopologicalNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "SvVoltage.TopologicalNode-cardinality" ; + sh:order 26 ; + sh:path cim:SvVoltage.TopologicalNode ; + sh:severity sh:Violation . + +sv:SvVoltage.TopologicalNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TopologicalNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sv:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TopologicalNode." ; + sh:name "SvVoltage.TopologicalNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path cim:SvVoltage.TopologicalNode ; + sh:severity sh:Violation . + +sv:SvVoltage.angle-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (angle)." ; + sh:minCount 1 ; + sh:name "SvVoltage.angle-cardinality" ; + sh:order 16 ; + sh:path cim:SvVoltage.angle ; + sh:severity sh:Violation . + +sv:SvVoltage.angle-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the angle." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SvVoltage.angle-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path cim:SvVoltage.angle ; + sh:severity sh:Violation . + +sv:SvVoltage.v-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (v)." ; + sh:minCount 1 ; + sh:name "SvVoltage.v-cardinality" ; + sh:order 17 ; + sh:path cim:SvVoltage.v ; + sh:severity sh:Violation . + +sv:SvVoltage.v-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the v." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SvVoltage.v-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path cim:SvVoltage.v ; + sh:severity sh:Violation . + +sv:TopologicalIsland rdf:type sh:NodeShape ; + sh:property sv:IdentifiedObject.name-datatype , sv:IdentifiedObject.mRID-datatype , sv:TopologicalIsland.AngleRefTopologicalNode-valueType , sv:TopologicalIsland.AngleRefTopologicalNode-cardinality , sv:IdentifiedObject.mRID-cardinality , sv:TopologicalIsland.TopologicalNodes-cardinality , sv:IdentifiedObject.name-cardinality , sv:TopologicalIsland.TopologicalNodes-valueType ; + sh:targetClass cim:TopologicalIsland . + +sv:TopologicalIsland.AngleRefTopologicalNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "TopologicalIsland.AngleRefTopologicalNode-cardinality" ; + sh:order 27 ; + sh:path cim:TopologicalIsland.AngleRefTopologicalNode ; + sh:severity sh:Violation . + +sv:TopologicalIsland.AngleRefTopologicalNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TopologicalNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sv:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TopologicalNode." ; + sh:name "TopologicalIsland.AngleRefTopologicalNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path cim:TopologicalIsland.AngleRefTopologicalNode ; + sh:severity sh:Violation . + +sv:TopologicalIsland.TopologicalNodes-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group sv:CardinalityGroup ; + sh:message "Cardinality violation. Missing required association." ; + sh:minCount 1 ; + sh:name "TopologicalIsland.TopologicalNodes-cardinality" ; + sh:order 28 ; + sh:path cim:TopologicalIsland.TopologicalNodes ; + sh:severity sh:Violation . + +sv:TopologicalIsland.TopologicalNodes-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TopologicalNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group sv:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TopologicalNode." ; + sh:name "TopologicalIsland.TopologicalNodes-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path cim:TopologicalIsland.TopologicalNodes ; + sh:severity sh:Violation . + +sv:VsConverter rdf:type sh:NodeShape ; + sh:property sv:VsConverter.delta-datatype , sv:ACDCConverter.idc-datatype , sv:ACDCConverter.uc-datatype , sv:ACDCConverter.udc-datatype , sv:VsConverter.uv-cardinality , sv:ACDCConverter.poleLossP-datatype , sv:VsConverter.uv-datatype , sv:VsConverter.delta-cardinality , sv:ACDCConverter.udc-cardinality , sv:ACDCConverter.uc-cardinality , sv:ACDCConverter.idc-cardinality , sv:ACDCConverter.poleLossP-cardinality ; + sh:targetClass cim:VsConverter . + +sv:VsConverter.delta-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (delta)." ; + sh:minCount 1 ; + sh:name "VsConverter.delta-cardinality" ; + sh:order 18 ; + sh:path cim:VsConverter.delta ; + sh:severity sh:Violation . + +sv:VsConverter.delta-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the delta." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VsConverter.delta-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path cim:VsConverter.delta ; + sh:severity sh:Violation . + +sv:VsConverter.uv-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group sv:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (uv)." ; + sh:minCount 1 ; + sh:name "VsConverter.uv-cardinality" ; + sh:order 19 ; + sh:path cim:VsConverter.uv ; + sh:severity sh:Violation . + +sv:VsConverter.uv-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the uv." ; + sh:group sv:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VsConverter.uv-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path cim:VsConverter.uv ; + sh:severity sh:Violation . + diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_SteadyStateHypothesis-AP-Con-Simple-SHACLED2a_v3-0-0.ttl b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_SteadyStateHypothesis-AP-Con-Simple-SHACLED2a_v3-0-0.ttl new file mode 100644 index 0000000..416c8e2 --- /dev/null +++ b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_SteadyStateHypothesis-AP-Con-Simple-SHACLED2a_v3-0-0.ttl @@ -0,0 +1,1793 @@ +@prefix cim: . +@prefix cims: . +@prefix dc: . +@prefix dcat: . +@prefix dct: . +@prefix eu: . +@prefix owl: . +@prefix prof: . +@prefix profcim: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix ssh: . +@prefix xsd: . + +ssh:ACDCConverter.p-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p)." ; + sh:minCount 1 ; + sh:name "ACDCConverter.p-cardinality" ; + sh:order 0 ; + sh:path cim:ACDCConverter.p ; + sh:severity sh:Violation . + +ssh:ACDCConverter.p-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.p-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path cim:ACDCConverter.p ; + sh:severity sh:Violation . + +ssh:ACDCConverter.q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q)." ; + sh:minCount 1 ; + sh:name "ACDCConverter.q-cardinality" ; + sh:order 1 ; + sh:path cim:ACDCConverter.q ; + sh:severity sh:Violation . + +ssh:ACDCConverter.q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path cim:ACDCConverter.q ; + sh:severity sh:Violation . + +ssh:ACDCConverter.targetPpcc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.targetPpcc-cardinality" ; + sh:order 2 ; + sh:path cim:ACDCConverter.targetPpcc ; + sh:severity sh:Violation . + +ssh:ACDCConverter.targetPpcc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetPpcc." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.targetPpcc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path cim:ACDCConverter.targetPpcc ; + sh:severity sh:Violation . + +ssh:ACDCConverter.targetUdc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ACDCConverter.targetUdc-cardinality" ; + sh:order 3 ; + sh:path cim:ACDCConverter.targetUdc ; + sh:severity sh:Violation . + +ssh:ACDCConverter.targetUdc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetUdc." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCConverter.targetUdc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path cim:ACDCConverter.targetUdc ; + sh:severity sh:Violation . + +ssh:ACDCConverterDCTerminal + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:ACDCTerminal.connected-datatype , ssh:ACDCTerminal.connected-cardinality ; + sh:targetClass cim:ACDCConverterDCTerminal . + +ssh:ACDCTerminal.connected-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (connected)." ; + sh:minCount 1 ; + sh:name "ACDCTerminal.connected-cardinality" ; + sh:order 4 ; + sh:path cim:ACDCTerminal.connected ; + sh:severity sh:Violation . + +ssh:ACDCTerminal.connected-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the connected." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ACDCTerminal.connected-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path cim:ACDCTerminal.connected ; + sh:severity sh:Violation . + +ssh:ActivePowerLimit rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:ActivePowerLimit.value-datatype , ssh:ActivePowerLimit.value-cardinality ; + sh:targetClass cim:ActivePowerLimit . + +ssh:ActivePowerLimit.value-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (value)." ; + sh:minCount 1 ; + sh:name "ActivePowerLimit.value-cardinality" ; + sh:order 5 ; + sh:path cim:ActivePowerLimit.value ; + sh:severity sh:Violation . + +ssh:ActivePowerLimit.value-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the value." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ActivePowerLimit.value-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path cim:ActivePowerLimit.value ; + sh:severity sh:Violation . + +ssh:ApparentPowerLimit + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:ApparentPowerLimit.value-datatype , ssh:ApparentPowerLimit.value-cardinality ; + sh:targetClass cim:ApparentPowerLimit . + +ssh:ApparentPowerLimit.value-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (value)." ; + sh:minCount 1 ; + sh:name "ApparentPowerLimit.value-cardinality" ; + sh:order 6 ; + sh:path cim:ApparentPowerLimit.value ; + sh:severity sh:Violation . + +ssh:ApparentPowerLimit.value-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the value." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ApparentPowerLimit.value-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path cim:ApparentPowerLimit.value ; + sh:severity sh:Violation . + +ssh:AssociationsGroup + rdf:type sh:PropertyGroup ; + rdfs:label "Associations" ; + sh:order 2 . + +ssh:AsynchronousMachine + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:Equipment.inService-cardinality , ssh:RegulatingCondEq.controlEnabled-datatype , ssh:RegulatingCondEq.controlEnabled-cardinality , ssh:RotatingMachine.q-datatype , ssh:Equipment.inService-datatype , ssh:AsynchronousMachine.asynchronousMachineType-datatype , ssh:AsynchronousMachine.asynchronousMachineType-cardinality , ssh:RotatingMachine.p-cardinality , ssh:RotatingMachine.q-cardinality , ssh:RotatingMachine.p-datatype , ssh:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:AsynchronousMachine . + +ssh:AsynchronousMachine.asynchronousMachineType-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (asynchronousMachineType)." ; + sh:minCount 1 ; + sh:name "AsynchronousMachine.asynchronousMachineType-cardinality" ; + sh:order 7 ; + sh:path cim:AsynchronousMachine.asynchronousMachineType ; + sh:severity sh:Violation . + +ssh:AsynchronousMachine.asynchronousMachineType-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the asynchronousMachineType." ; + sh:group ssh:DatatypesGroup ; + sh:in ( cim:AsynchronousMachineKind.generator cim:AsynchronousMachineKind.motor ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "AsynchronousMachine.asynchronousMachineType-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path cim:AsynchronousMachine.asynchronousMachineType ; + sh:severity sh:Violation . + +ssh:BatteryUnit rdf:type sh:NodeShape ; + sh:property ssh:Equipment.inService-cardinality , ssh:BatteryUnit.storedE-cardinality , ssh:BatteryUnit.batteryState-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:BatteryUnit.storedE-datatype , ssh:BatteryUnit.batteryState-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Equipment.inService-datatype ; + sh:targetClass cim:BatteryUnit . + +ssh:BatteryUnit.batteryState-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (batteryState)." ; + sh:minCount 1 ; + sh:name "BatteryUnit.batteryState-cardinality" ; + sh:order 8 ; + sh:path cim:BatteryUnit.batteryState ; + sh:severity sh:Violation . + +ssh:BatteryUnit.batteryState-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the batteryState." ; + sh:group ssh:DatatypesGroup ; + sh:in ( cim:BatteryStateKind.discharging cim:BatteryStateKind.full cim:BatteryStateKind.waiting cim:BatteryStateKind.charging cim:BatteryStateKind.empty ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "BatteryUnit.batteryState-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path cim:BatteryUnit.batteryState ; + sh:severity sh:Violation . + +ssh:BatteryUnit.storedE-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (storedE)." ; + sh:minCount 1 ; + sh:name "BatteryUnit.storedE-cardinality" ; + sh:order 9 ; + sh:path cim:BatteryUnit.storedE ; + sh:severity sh:Violation . + +ssh:BatteryUnit.storedE-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the storedE." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "BatteryUnit.storedE-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path cim:BatteryUnit.storedE ; + sh:severity sh:Violation . + +ssh:Breaker rdf:type sh:NodeShape ; + sh:property ssh:Switch.open-cardinality , ssh:Switch.locked-datatype , ssh:IdentifiedObject.mRID-datatype , ssh:Equipment.inService-cardinality , ssh:Switch.open-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Equipment.inService-datatype , ssh:Switch.locked-cardinality ; + sh:targetClass cim:Breaker . + +ssh:CardinalityGroup rdf:type sh:PropertyGroup ; + rdfs:label "Cardinality" ; + sh:order 0 . + +ssh:ConformLoad rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:EnergyConsumer.q-datatype , ssh:EnergyConsumer.q-cardinality , ssh:Equipment.inService-cardinality , ssh:Equipment.inService-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:EnergyConsumer.p-datatype , ssh:EnergyConsumer.p-cardinality ; + sh:targetClass cim:ConformLoad . + +ssh:ControlArea rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:ControlArea.pTolerance-datatype , ssh:ControlArea.pTolerance-cardinality , ssh:ControlArea.netInterchange-datatype , ssh:ControlArea.netInterchange-cardinality ; + sh:targetClass cim:ControlArea . + +ssh:ControlArea.netInterchange-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (netInterchange)." ; + sh:minCount 1 ; + sh:name "ControlArea.netInterchange-cardinality" ; + sh:order 10 ; + sh:path cim:ControlArea.netInterchange ; + sh:severity sh:Violation . + +ssh:ControlArea.netInterchange-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the netInterchange." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ControlArea.netInterchange-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path cim:ControlArea.netInterchange ; + sh:severity sh:Violation . + +ssh:ControlArea.pTolerance-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "ControlArea.pTolerance-cardinality" ; + sh:order 11 ; + sh:path cim:ControlArea.pTolerance ; + sh:severity sh:Violation . + +ssh:ControlArea.pTolerance-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the pTolerance." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ControlArea.pTolerance-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path cim:ControlArea.pTolerance ; + sh:severity sh:Violation . + +ssh:CsConverter rdf:type sh:NodeShape ; + sh:property ssh:CsConverter.targetAlpha-cardinality , ssh:ACDCConverter.targetPpcc-cardinality , ssh:CsConverter.operatingMode-cardinality , ssh:CsConverter.operatingMode-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:ACDCConverter.targetUdc-cardinality , ssh:CsConverter.targetGamma-cardinality , ssh:CsConverter.pPccControl-datatype , ssh:ACDCConverter.targetUdc-datatype , ssh:Equipment.inService-cardinality , ssh:CsConverter.targetIdc-cardinality , ssh:CsConverter.targetAlpha-datatype , ssh:CsConverter.targetIdc-datatype , ssh:CsConverter.targetGamma-datatype , ssh:ACDCConverter.q-datatype , ssh:ACDCConverter.targetPpcc-datatype , ssh:CsConverter.pPccControl-cardinality , ssh:ACDCConverter.p-cardinality , ssh:ACDCConverter.q-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:ACDCConverter.p-datatype , ssh:Equipment.inService-datatype ; + sh:targetClass cim:CsConverter . + +ssh:CsConverter.operatingMode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (operatingMode)." ; + sh:minCount 1 ; + sh:name "CsConverter.operatingMode-cardinality" ; + sh:order 12 ; + sh:path cim:CsConverter.operatingMode ; + sh:severity sh:Violation . + +ssh:CsConverter.operatingMode-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the operatingMode." ; + sh:group ssh:DatatypesGroup ; + sh:in ( cim:CsOperatingModeKind.inverter cim:CsOperatingModeKind.rectifier ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "CsConverter.operatingMode-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path cim:CsConverter.operatingMode ; + sh:severity sh:Violation . + +ssh:CsConverter.pPccControl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pPccControl)." ; + sh:minCount 1 ; + sh:name "CsConverter.pPccControl-cardinality" ; + sh:order 13 ; + sh:path cim:CsConverter.pPccControl ; + sh:severity sh:Violation . + +ssh:CsConverter.pPccControl-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the pPccControl." ; + sh:group ssh:DatatypesGroup ; + sh:in ( cim:CsPpccControlKind.activePower cim:CsPpccControlKind.dcVoltage cim:CsPpccControlKind.dcCurrent ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "CsConverter.pPccControl-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path cim:CsConverter.pPccControl ; + sh:severity sh:Violation . + +ssh:CsConverter.targetAlpha-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "CsConverter.targetAlpha-cardinality" ; + sh:order 14 ; + sh:path cim:CsConverter.targetAlpha ; + sh:severity sh:Violation . + +ssh:CsConverter.targetAlpha-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetAlpha." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.targetAlpha-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path cim:CsConverter.targetAlpha ; + sh:severity sh:Violation . + +ssh:CsConverter.targetGamma-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "CsConverter.targetGamma-cardinality" ; + sh:order 15 ; + sh:path cim:CsConverter.targetGamma ; + sh:severity sh:Violation . + +ssh:CsConverter.targetGamma-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetGamma." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.targetGamma-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path cim:CsConverter.targetGamma ; + sh:severity sh:Violation . + +ssh:CsConverter.targetIdc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "CsConverter.targetIdc-cardinality" ; + sh:order 16 ; + sh:path cim:CsConverter.targetIdc ; + sh:severity sh:Violation . + +ssh:CsConverter.targetIdc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetIdc." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CsConverter.targetIdc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path cim:CsConverter.targetIdc ; + sh:severity sh:Violation . + +ssh:CurrentLimit rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:CurrentLimit.value-datatype , ssh:CurrentLimit.value-cardinality ; + sh:targetClass cim:CurrentLimit . + +ssh:CurrentLimit.value-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (value)." ; + sh:minCount 1 ; + sh:name "CurrentLimit.value-cardinality" ; + sh:order 17 ; + sh:path cim:CurrentLimit.value ; + sh:severity sh:Violation . + +ssh:CurrentLimit.value-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the value." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "CurrentLimit.value-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path cim:CurrentLimit.value ; + sh:severity sh:Violation . + +ssh:DCTerminal rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:ACDCTerminal.connected-datatype , ssh:ACDCTerminal.connected-cardinality ; + sh:targetClass cim:DCTerminal . + +ssh:DatatypesGroup rdf:type sh:PropertyGroup ; + rdfs:label "Datatypes" ; + sh:order 1 . + +ssh:DisconnectingCircuitBreaker + rdf:type sh:NodeShape ; + sh:property ssh:Equipment.inService-cardinality , ssh:IdentifiedObject.mRID-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:Switch.open-cardinality , ssh:Switch.open-datatype , ssh:Switch.locked-datatype , ssh:Equipment.inService-datatype , ssh:Switch.locked-cardinality ; + sh:targetClass cim:DisconnectingCircuitBreaker . + +ssh:Disconnector rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-cardinality , ssh:Switch.locked-cardinality , ssh:Switch.open-datatype , ssh:Equipment.inService-cardinality , ssh:Switch.open-cardinality , ssh:Equipment.inService-datatype , ssh:IdentifiedObject.mRID-datatype , ssh:Switch.locked-datatype ; + sh:targetClass cim:Disconnector . + +ssh:EnergyConsumer rdf:type sh:NodeShape ; + sh:property ssh:EnergyConsumer.p-datatype , ssh:IdentifiedObject.mRID-datatype , ssh:EnergyConsumer.p-cardinality , ssh:EnergyConsumer.q-cardinality , ssh:Equipment.inService-cardinality , ssh:EnergyConsumer.q-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Equipment.inService-datatype ; + sh:targetClass cim:EnergyConsumer . + +ssh:EnergyConsumer.p-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p)." ; + sh:minCount 1 ; + sh:name "EnergyConsumer.p-cardinality" ; + sh:order 18 ; + sh:path cim:EnergyConsumer.p ; + sh:severity sh:Violation . + +ssh:EnergyConsumer.p-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergyConsumer.p-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path cim:EnergyConsumer.p ; + sh:severity sh:Violation . + +ssh:EnergyConsumer.q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q)." ; + sh:minCount 1 ; + sh:name "EnergyConsumer.q-cardinality" ; + sh:order 19 ; + sh:path cim:EnergyConsumer.q ; + sh:severity sh:Violation . + +ssh:EnergyConsumer.q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergyConsumer.q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path cim:EnergyConsumer.q ; + sh:severity sh:Violation . + +ssh:EnergySource rdf:type sh:NodeShape ; + sh:property ssh:EnergySource.voltageMagnitude-datatype , ssh:EnergySource.activePower-datatype , ssh:EnergySource.voltageAngle-datatype , ssh:EnergySource.voltageMagnitude-cardinality , ssh:Equipment.inService-cardinality , ssh:EnergySource.activePower-cardinality , ssh:Equipment.inService-datatype , ssh:IdentifiedObject.mRID-datatype , ssh:EnergySource.reactivePower-cardinality , ssh:IdentifiedObject.mRID-cardinality , ssh:EnergySource.reactivePower-datatype , ssh:EnergySource.voltageAngle-cardinality ; + sh:targetClass cim:EnergySource . + +ssh:EnergySource.activePower-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (activePower)." ; + sh:minCount 1 ; + sh:name "EnergySource.activePower-cardinality" ; + sh:order 20 ; + sh:path cim:EnergySource.activePower ; + sh:severity sh:Violation . + +ssh:EnergySource.activePower-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the activePower." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.activePower-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path cim:EnergySource.activePower ; + sh:severity sh:Violation . + +ssh:EnergySource.reactivePower-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (reactivePower)." ; + sh:minCount 1 ; + sh:name "EnergySource.reactivePower-cardinality" ; + sh:order 21 ; + sh:path cim:EnergySource.reactivePower ; + sh:severity sh:Violation . + +ssh:EnergySource.reactivePower-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the reactivePower." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.reactivePower-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path cim:EnergySource.reactivePower ; + sh:severity sh:Violation . + +ssh:EnergySource.voltageAngle-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.voltageAngle-cardinality" ; + sh:order 22 ; + sh:path cim:EnergySource.voltageAngle ; + sh:severity sh:Violation . + +ssh:EnergySource.voltageAngle-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the voltageAngle." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.voltageAngle-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 22 ; + sh:path cim:EnergySource.voltageAngle ; + sh:severity sh:Violation . + +ssh:EnergySource.voltageMagnitude-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EnergySource.voltageMagnitude-cardinality" ; + sh:order 23 ; + sh:path cim:EnergySource.voltageMagnitude ; + sh:severity sh:Violation . + +ssh:EnergySource.voltageMagnitude-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the voltageMagnitude." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EnergySource.voltageMagnitude-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path cim:EnergySource.voltageMagnitude ; + sh:severity sh:Violation . + +ssh:Equipment rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Equipment.inService-datatype , ssh:Equipment.inService-cardinality ; + sh:targetClass cim:Equipment . + +ssh:Equipment.inService-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (inService)." ; + sh:minCount 1 ; + sh:name "Equipment.inService-cardinality" ; + sh:order 24 ; + sh:path cim:Equipment.inService ; + sh:severity sh:Violation . + +ssh:Equipment.inService-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the inService." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Equipment.inService-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path cim:Equipment.inService ; + sh:severity sh:Violation . + +ssh:EquivalentInjection + rdf:type sh:NodeShape ; + sh:property ssh:EquivalentInjection.p-cardinality , ssh:EquivalentInjection.regulationTarget-datatype , ssh:EquivalentInjection.regulationTarget-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:EquivalentInjection.regulationStatus-cardinality , ssh:Equipment.inService-cardinality , ssh:EquivalentInjection.q-cardinality , ssh:EquivalentInjection.regulationStatus-datatype , ssh:EquivalentInjection.p-datatype , ssh:Equipment.inService-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:EquivalentInjection.q-datatype ; + sh:targetClass cim:EquivalentInjection . + +ssh:EquivalentInjection.p-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p)." ; + sh:minCount 1 ; + sh:name "EquivalentInjection.p-cardinality" ; + sh:order 27 ; + sh:path cim:EquivalentInjection.p ; + sh:severity sh:Violation . + +ssh:EquivalentInjection.p-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.p-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path cim:EquivalentInjection.p ; + sh:severity sh:Violation . + +ssh:EquivalentInjection.q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q)." ; + sh:minCount 1 ; + sh:name "EquivalentInjection.q-cardinality" ; + sh:order 28 ; + sh:path cim:EquivalentInjection.q ; + sh:severity sh:Violation . + +ssh:EquivalentInjection.q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path cim:EquivalentInjection.q ; + sh:severity sh:Violation . + +ssh:EquivalentInjection.regulationStatus-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EquivalentInjection.regulationStatus-cardinality" ; + sh:order 25 ; + sh:path cim:EquivalentInjection.regulationStatus ; + sh:severity sh:Violation . + +ssh:EquivalentInjection.regulationStatus-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the regulationStatus." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.regulationStatus-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path cim:EquivalentInjection.regulationStatus ; + sh:severity sh:Violation . + +ssh:EquivalentInjection.regulationTarget-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "EquivalentInjection.regulationTarget-cardinality" ; + sh:order 26 ; + sh:path cim:EquivalentInjection.regulationTarget ; + sh:severity sh:Violation . + +ssh:EquivalentInjection.regulationTarget-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the regulationTarget." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "EquivalentInjection.regulationTarget-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path cim:EquivalentInjection.regulationTarget ; + sh:severity sh:Violation . + +ssh:ExternalNetworkInjection + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-cardinality , ssh:ExternalNetworkInjection.q-cardinality , ssh:ExternalNetworkInjection.p-cardinality , ssh:RegulatingCondEq.controlEnabled-datatype , ssh:ExternalNetworkInjection.p-datatype , ssh:ExternalNetworkInjection.referencePriority-datatype , ssh:IdentifiedObject.mRID-datatype , ssh:Equipment.inService-cardinality , ssh:Equipment.inService-datatype , ssh:ExternalNetworkInjection.referencePriority-cardinality , ssh:RegulatingCondEq.controlEnabled-cardinality , ssh:ExternalNetworkInjection.q-datatype ; + sh:targetClass cim:ExternalNetworkInjection . + +ssh:ExternalNetworkInjection.p-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.p-cardinality" ; + sh:order 30 ; + sh:path cim:ExternalNetworkInjection.p ; + sh:severity sh:Violation . + +ssh:ExternalNetworkInjection.p-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.p-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path cim:ExternalNetworkInjection.p ; + sh:severity sh:Violation . + +ssh:ExternalNetworkInjection.q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.q-cardinality" ; + sh:order 31 ; + sh:path cim:ExternalNetworkInjection.q ; + sh:severity sh:Violation . + +ssh:ExternalNetworkInjection.q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path cim:ExternalNetworkInjection.q ; + sh:severity sh:Violation . + +ssh:ExternalNetworkInjection.referencePriority-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (referencePriority)." ; + sh:minCount 1 ; + sh:name "ExternalNetworkInjection.referencePriority-cardinality" ; + sh:order 29 ; + sh:path cim:ExternalNetworkInjection.referencePriority ; + sh:severity sh:Violation . + +ssh:ExternalNetworkInjection.referencePriority-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the referencePriority." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ExternalNetworkInjection.referencePriority-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path cim:ExternalNetworkInjection.referencePriority ; + sh:severity sh:Violation . + +ssh:Fuse rdf:type sh:NodeShape ; + sh:property ssh:Equipment.inService-datatype , ssh:Switch.open-datatype , ssh:Switch.locked-cardinality , ssh:IdentifiedObject.mRID-cardinality , ssh:Switch.locked-datatype , ssh:Equipment.inService-cardinality , ssh:Switch.open-cardinality , ssh:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:Fuse . + +ssh:GeneratingUnit rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Equipment.inService-datatype , ssh:Equipment.inService-cardinality , ssh:GeneratingUnit.normalPF-datatype , ssh:GeneratingUnit.normalPF-cardinality ; + sh:targetClass cim:GeneratingUnit . + +ssh:GeneratingUnit.normalPF-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (normalPF)." ; + sh:minCount 1 ; + sh:name "GeneratingUnit.normalPF-cardinality" ; + sh:order 32 ; + sh:path cim:GeneratingUnit.normalPF ; + sh:severity sh:Violation . + +ssh:GeneratingUnit.normalPF-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the normalPF." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "GeneratingUnit.normalPF-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path cim:GeneratingUnit.normalPF ; + sh:severity sh:Violation . + +ssh:GroundDisconnector + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:Switch.locked-datatype , ssh:Switch.open-cardinality , ssh:Switch.locked-cardinality , ssh:Equipment.inService-cardinality , ssh:IdentifiedObject.mRID-cardinality , ssh:Equipment.inService-datatype , ssh:Switch.open-datatype ; + sh:targetClass cim:GroundDisconnector . + +ssh:HydroGeneratingUnit + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Equipment.inService-datatype , ssh:Equipment.inService-cardinality , ssh:GeneratingUnit.normalPF-datatype , ssh:GeneratingUnit.normalPF-cardinality ; + sh:targetClass cim:HydroGeneratingUnit . + +ssh:IdentifiedObject.mRID-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mRID)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.mRID-cardinality" ; + sh:order 33 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +ssh:IdentifiedObject.mRID-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the mRID." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.mRID-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +ssh:Jumper rdf:type sh:NodeShape ; + sh:property ssh:Equipment.inService-datatype , ssh:Switch.locked-datatype , ssh:Switch.open-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Switch.open-cardinality , ssh:Switch.locked-cardinality , ssh:Equipment.inService-cardinality , ssh:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:Jumper . + +ssh:LinearShuntCompensator + rdf:type sh:NodeShape ; + sh:property ssh:Equipment.inService-cardinality , ssh:ShuntCompensator.sections-datatype , ssh:ShuntCompensator.sections-cardinality , ssh:RegulatingCondEq.controlEnabled-datatype , ssh:RegulatingCondEq.controlEnabled-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:Equipment.inService-datatype , ssh:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:LinearShuntCompensator . + +ssh:LoadBreakSwitch rdf:type sh:NodeShape ; + sh:property ssh:Equipment.inService-cardinality , ssh:Switch.locked-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:Switch.open-cardinality , ssh:Equipment.inService-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Switch.locked-datatype , ssh:Switch.open-datatype ; + sh:targetClass cim:LoadBreakSwitch . + +ssh:NonConformLoad rdf:type sh:NodeShape ; + sh:property ssh:EnergyConsumer.q-cardinality , ssh:EnergyConsumer.p-datatype , ssh:Equipment.inService-cardinality , ssh:EnergyConsumer.p-cardinality , ssh:EnergyConsumer.q-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:Equipment.inService-datatype ; + sh:targetClass cim:NonConformLoad . + +ssh:NonlinearShuntCompensator + rdf:type sh:NodeShape ; + sh:property ssh:ShuntCompensator.sections-cardinality , ssh:IdentifiedObject.mRID-cardinality , ssh:RegulatingCondEq.controlEnabled-cardinality , ssh:Equipment.inService-cardinality , ssh:RegulatingCondEq.controlEnabled-datatype , ssh:Equipment.inService-datatype , ssh:IdentifiedObject.mRID-datatype , ssh:ShuntCompensator.sections-datatype ; + sh:targetClass cim:NonlinearShuntCompensator . + +ssh:NuclearGeneratingUnit + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Equipment.inService-datatype , ssh:Equipment.inService-cardinality , ssh:GeneratingUnit.normalPF-datatype , ssh:GeneratingUnit.normalPF-cardinality ; + sh:targetClass cim:NuclearGeneratingUnit . + +ssh:Ontology rdf:type owl:Ontology ; + dct:conformsTo "urn:iso:std:iec:61970-501:draft:ed-2" , "urn:iso:std:iec:61970-301:ed-7:amd1" , "urn:iso:std:iec:61970-401:draft:ed-1" , "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" , "urn:iso:std:iec:61970-600-2:ed-1" ; + dct:creator "ENTSO-E CIM EG"@en ; + dct:description "The constraints for the steady state hypothesis profile from IEC 61970-600-2."@en ; + dct:identifier "urn:uuid:5aabb9bd-8fe3-4f3c-a0fa-f6902e767ce5" ; + dct:issued "2021-01-27T15:23:57Z"^^xsd:dateTime ; + dct:language "en-GB" ; + dct:modified "2020-10-12"^^xsd:date ; + dct:publisher "ENTSO-E"@en ; + dct:rights "Copyright"@en ; + dct:rightsHolder "ENTSO-E"@en ; + dct:title "Steady State Hypothesis Constraints"@en ; + owl:incompatibleWith ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "3.0.0"@en ; + dcat:keyword "SSH" ; + dcat:theme "constraints"@en . + +ssh:PhaseTapChangerAsymmetrical + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:TapChanger.step-datatype , ssh:TapChanger.step-cardinality , ssh:TapChanger.controlEnabled-datatype , ssh:TapChanger.controlEnabled-cardinality ; + sh:targetClass cim:PhaseTapChangerAsymmetrical . + +ssh:PhaseTapChangerLinear + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:TapChanger.step-datatype , ssh:TapChanger.step-cardinality , ssh:TapChanger.controlEnabled-datatype , ssh:TapChanger.controlEnabled-cardinality ; + sh:targetClass cim:PhaseTapChangerLinear . + +ssh:PhaseTapChangerSymmetrical + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:TapChanger.step-datatype , ssh:TapChanger.step-cardinality , ssh:TapChanger.controlEnabled-datatype , ssh:TapChanger.controlEnabled-cardinality ; + sh:targetClass cim:PhaseTapChangerSymmetrical . + +ssh:PhaseTapChangerTabular + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:TapChanger.step-datatype , ssh:TapChanger.step-cardinality , ssh:TapChanger.controlEnabled-datatype , ssh:TapChanger.controlEnabled-cardinality ; + sh:targetClass cim:PhaseTapChangerTabular . + +ssh:PowerElectronicsConnection + rdf:type sh:NodeShape ; + sh:property ssh:Equipment.inService-datatype , ssh:PowerElectronicsConnection.p-cardinality , ssh:RegulatingCondEq.controlEnabled-datatype , ssh:PowerElectronicsConnection.p-datatype , ssh:PowerElectronicsConnection.q-cardinality , ssh:Equipment.inService-cardinality , ssh:RegulatingCondEq.controlEnabled-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:PowerElectronicsConnection.q-datatype , ssh:IdentifiedObject.mRID-cardinality ; + sh:targetClass cim:PowerElectronicsConnection . + +ssh:PowerElectronicsConnection.p-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p)." ; + sh:minCount 1 ; + sh:name "PowerElectronicsConnection.p-cardinality" ; + sh:order 34 ; + sh:path cim:PowerElectronicsConnection.p ; + sh:severity sh:Violation . + +ssh:PowerElectronicsConnection.p-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerElectronicsConnection.p-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path cim:PowerElectronicsConnection.p ; + sh:severity sh:Violation . + +ssh:PowerElectronicsConnection.q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q)." ; + sh:minCount 1 ; + sh:name "PowerElectronicsConnection.q-cardinality" ; + sh:order 35 ; + sh:path cim:PowerElectronicsConnection.q ; + sh:severity sh:Violation . + +ssh:PowerElectronicsConnection.q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "PowerElectronicsConnection.q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path cim:PowerElectronicsConnection.q ; + sh:severity sh:Violation . + +ssh:RatioTapChanger rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:TapChanger.step-datatype , ssh:TapChanger.step-cardinality , ssh:TapChanger.controlEnabled-datatype , ssh:TapChanger.controlEnabled-cardinality ; + sh:targetClass cim:RatioTapChanger . + +ssh:RegulatingCondEq.controlEnabled-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (controlEnabled)." ; + sh:minCount 1 ; + sh:name "RegulatingCondEq.controlEnabled-cardinality" ; + sh:order 36 ; + sh:path cim:RegulatingCondEq.controlEnabled ; + sh:severity sh:Violation . + +ssh:RegulatingCondEq.controlEnabled-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the controlEnabled." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegulatingCondEq.controlEnabled-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path cim:RegulatingCondEq.controlEnabled ; + sh:severity sh:Violation . + +ssh:RegulatingControl + rdf:type sh:NodeShape ; + sh:property ssh:RegulatingControl.targetValue-cardinality , ssh:RegulatingControl.targetValueUnitMultiplier-cardinality , ssh:RegulatingControl.maxAllowedTargetValue-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:RegulatingControl.enabled-cardinality , ssh:RegulatingControl.targetDeadband-cardinality , ssh:RegulatingControl.targetValueUnitMultiplier-datatype , ssh:RegulatingControl.discrete-cardinality , ssh:RegulatingControl.minAllowedTargetValue-cardinality , ssh:RegulatingControl.targetValue-datatype , ssh:RegulatingControl.minAllowedTargetValue-datatype , ssh:RegulatingControl.targetDeadband-datatype , ssh:RegulatingControl.discrete-datatype , ssh:RegulatingControl.maxAllowedTargetValue-cardinality , ssh:RegulatingControl.enabled-datatype ; + sh:targetClass cim:RegulatingControl . + +ssh:RegulatingControl.discrete-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (discrete)." ; + sh:minCount 1 ; + sh:name "RegulatingControl.discrete-cardinality" ; + sh:order 37 ; + sh:path cim:RegulatingControl.discrete ; + sh:severity sh:Violation . + +ssh:RegulatingControl.discrete-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the discrete." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegulatingControl.discrete-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 37 ; + sh:path cim:RegulatingControl.discrete ; + sh:severity sh:Violation . + +ssh:RegulatingControl.enabled-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (enabled)." ; + sh:minCount 1 ; + sh:name "RegulatingControl.enabled-cardinality" ; + sh:order 38 ; + sh:path cim:RegulatingControl.enabled ; + sh:severity sh:Violation . + +ssh:RegulatingControl.enabled-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the enabled." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegulatingControl.enabled-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path cim:RegulatingControl.enabled ; + sh:severity sh:Violation . + +ssh:RegulatingControl.maxAllowedTargetValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RegulatingControl.maxAllowedTargetValue-cardinality" ; + sh:order 42 ; + sh:path cim:RegulatingControl.maxAllowedTargetValue ; + sh:severity sh:Violation . + +ssh:RegulatingControl.maxAllowedTargetValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the maxAllowedTargetValue." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegulatingControl.maxAllowedTargetValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 42 ; + sh:path cim:RegulatingControl.maxAllowedTargetValue ; + sh:severity sh:Violation . + +ssh:RegulatingControl.minAllowedTargetValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RegulatingControl.minAllowedTargetValue-cardinality" ; + sh:order 43 ; + sh:path cim:RegulatingControl.minAllowedTargetValue ; + sh:severity sh:Violation . + +ssh:RegulatingControl.minAllowedTargetValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the minAllowedTargetValue." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegulatingControl.minAllowedTargetValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path cim:RegulatingControl.minAllowedTargetValue ; + sh:severity sh:Violation . + +ssh:RegulatingControl.targetDeadband-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "RegulatingControl.targetDeadband-cardinality" ; + sh:order 39 ; + sh:path cim:RegulatingControl.targetDeadband ; + sh:severity sh:Violation . + +ssh:RegulatingControl.targetDeadband-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetDeadband." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegulatingControl.targetDeadband-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path cim:RegulatingControl.targetDeadband ; + sh:severity sh:Violation . + +ssh:RegulatingControl.targetValue-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (targetValue)." ; + sh:minCount 1 ; + sh:name "RegulatingControl.targetValue-cardinality" ; + sh:order 40 ; + sh:path cim:RegulatingControl.targetValue ; + sh:severity sh:Violation . + +ssh:RegulatingControl.targetValue-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetValue." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RegulatingControl.targetValue-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 40 ; + sh:path cim:RegulatingControl.targetValue ; + sh:severity sh:Violation . + +ssh:RegulatingControl.targetValueUnitMultiplier-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (targetValueUnitMultiplier)." ; + sh:minCount 1 ; + sh:name "RegulatingControl.targetValueUnitMultiplier-cardinality" ; + sh:order 41 ; + sh:path cim:RegulatingControl.targetValueUnitMultiplier ; + sh:severity sh:Violation . + +ssh:RegulatingControl.targetValueUnitMultiplier-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the targetValueUnitMultiplier." ; + sh:group ssh:DatatypesGroup ; + sh:in ( cim:UnitMultiplier.y cim:UnitMultiplier.z cim:UnitMultiplier.a cim:UnitMultiplier.f cim:UnitMultiplier.p cim:UnitMultiplier.n cim:UnitMultiplier.micro cim:UnitMultiplier.m cim:UnitMultiplier.c cim:UnitMultiplier.d cim:UnitMultiplier.none cim:UnitMultiplier.da cim:UnitMultiplier.h cim:UnitMultiplier.k cim:UnitMultiplier.M cim:UnitMultiplier.G cim:UnitMultiplier.T cim:UnitMultiplier.P cim:UnitMultiplier.E cim:UnitMultiplier.Z cim:UnitMultiplier.Y ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "RegulatingControl.targetValueUnitMultiplier-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 41 ; + sh:path cim:RegulatingControl.targetValueUnitMultiplier ; + sh:severity sh:Violation . + +ssh:RotatingMachine.p-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (p)." ; + sh:minCount 1 ; + sh:name "RotatingMachine.p-cardinality" ; + sh:order 44 ; + sh:path cim:RotatingMachine.p ; + sh:severity sh:Violation . + +ssh:RotatingMachine.p-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the p." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RotatingMachine.p-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 44 ; + sh:path cim:RotatingMachine.p ; + sh:severity sh:Violation . + +ssh:RotatingMachine.q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q)." ; + sh:minCount 1 ; + sh:name "RotatingMachine.q-cardinality" ; + sh:order 45 ; + sh:path cim:RotatingMachine.q ; + sh:severity sh:Violation . + +ssh:RotatingMachine.q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "RotatingMachine.q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 45 ; + sh:path cim:RotatingMachine.q ; + sh:severity sh:Violation . + +ssh:ShuntCompensator.sections-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (sections)." ; + sh:minCount 1 ; + sh:name "ShuntCompensator.sections-cardinality" ; + sh:order 46 ; + sh:path cim:ShuntCompensator.sections ; + sh:severity sh:Violation . + +ssh:ShuntCompensator.sections-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the sections." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "ShuntCompensator.sections-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 46 ; + sh:path cim:ShuntCompensator.sections ; + sh:severity sh:Violation . + +ssh:SolarGeneratingUnit + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Equipment.inService-datatype , ssh:Equipment.inService-cardinality , ssh:GeneratingUnit.normalPF-datatype , ssh:GeneratingUnit.normalPF-cardinality ; + sh:targetClass cim:SolarGeneratingUnit . + +ssh:StaticVarCompensator + rdf:type sh:NodeShape ; + sh:property ssh:Equipment.inService-cardinality , ssh:IdentifiedObject.mRID-cardinality , ssh:StaticVarCompensator.q-cardinality , ssh:StaticVarCompensator.q-datatype , ssh:RegulatingCondEq.controlEnabled-datatype , ssh:IdentifiedObject.mRID-datatype , ssh:RegulatingCondEq.controlEnabled-cardinality , ssh:Equipment.inService-datatype ; + sh:targetClass cim:StaticVarCompensator . + +ssh:StaticVarCompensator.q-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (q)." ; + sh:minCount 1 ; + sh:name "StaticVarCompensator.q-cardinality" ; + sh:order 47 ; + sh:path cim:StaticVarCompensator.q ; + sh:severity sh:Violation . + +ssh:StaticVarCompensator.q-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the q." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "StaticVarCompensator.q-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 47 ; + sh:path cim:StaticVarCompensator.q ; + sh:severity sh:Violation . + +ssh:StationSupply rdf:type sh:NodeShape ; + sh:property ssh:EnergyConsumer.p-cardinality , ssh:Equipment.inService-datatype , ssh:EnergyConsumer.q-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:EnergyConsumer.q-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:EnergyConsumer.p-datatype , ssh:Equipment.inService-cardinality ; + sh:targetClass cim:StationSupply . + +ssh:Switch rdf:type sh:NodeShape ; + sh:property ssh:Switch.locked-datatype , ssh:Switch.open-cardinality , ssh:Switch.open-datatype , ssh:Equipment.inService-cardinality , ssh:IdentifiedObject.mRID-cardinality , ssh:Switch.locked-cardinality , ssh:Equipment.inService-datatype , ssh:IdentifiedObject.mRID-datatype ; + sh:targetClass cim:Switch . + +ssh:Switch.locked-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (locked)." ; + sh:minCount 1 ; + sh:name "Switch.locked-cardinality" ; + sh:order 49 ; + sh:path cim:Switch.locked ; + sh:severity sh:Violation . + +ssh:Switch.locked-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the locked." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Switch.locked-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 49 ; + sh:path cim:Switch.locked ; + sh:severity sh:Violation . + +ssh:Switch.open-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (open)." ; + sh:minCount 1 ; + sh:name "Switch.open-cardinality" ; + sh:order 48 ; + sh:path cim:Switch.open ; + sh:severity sh:Violation . + +ssh:Switch.open-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the open." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "Switch.open-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 48 ; + sh:path cim:Switch.open ; + sh:severity sh:Violation . + +ssh:SynchronousMachine + rdf:type sh:NodeShape ; + sh:property ssh:Equipment.inService-datatype , ssh:RotatingMachine.p-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:Equipment.inService-cardinality , ssh:SynchronousMachine.referencePriority-datatype , ssh:SynchronousMachine.operatingMode-cardinality , ssh:RegulatingCondEq.controlEnabled-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:RegulatingCondEq.controlEnabled-cardinality , ssh:SynchronousMachine.operatingMode-datatype , ssh:RotatingMachine.p-datatype , ssh:SynchronousMachine.referencePriority-cardinality , ssh:RotatingMachine.q-cardinality , ssh:RotatingMachine.q-datatype ; + sh:targetClass cim:SynchronousMachine . + +ssh:SynchronousMachine.operatingMode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (operatingMode)." ; + sh:minCount 1 ; + sh:name "SynchronousMachine.operatingMode-cardinality" ; + sh:order 50 ; + sh:path cim:SynchronousMachine.operatingMode ; + sh:severity sh:Violation . + +ssh:SynchronousMachine.operatingMode-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the operatingMode." ; + sh:group ssh:DatatypesGroup ; + sh:in ( cim:SynchronousMachineOperatingMode.generator cim:SynchronousMachineOperatingMode.condenser cim:SynchronousMachineOperatingMode.motor ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "SynchronousMachine.operatingMode-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 50 ; + sh:path cim:SynchronousMachine.operatingMode ; + sh:severity sh:Violation . + +ssh:SynchronousMachine.referencePriority-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (referencePriority)." ; + sh:minCount 1 ; + sh:name "SynchronousMachine.referencePriority-cardinality" ; + sh:order 51 ; + sh:path cim:SynchronousMachine.referencePriority ; + sh:severity sh:Violation . + +ssh:SynchronousMachine.referencePriority-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:description "This constraint validates the datatype of the referencePriority." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "SynchronousMachine.referencePriority-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 51 ; + sh:path cim:SynchronousMachine.referencePriority ; + sh:severity sh:Violation . + +ssh:TapChanger.controlEnabled-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (controlEnabled)." ; + sh:minCount 1 ; + sh:name "TapChanger.controlEnabled-cardinality" ; + sh:order 52 ; + sh:path cim:TapChanger.controlEnabled ; + sh:severity sh:Violation . + +ssh:TapChanger.controlEnabled-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:description "This constraint validates the datatype of the controlEnabled." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChanger.controlEnabled-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 52 ; + sh:path cim:TapChanger.controlEnabled ; + sh:severity sh:Violation . + +ssh:TapChanger.step-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (step)." ; + sh:minCount 1 ; + sh:name "TapChanger.step-cardinality" ; + sh:order 53 ; + sh:path cim:TapChanger.step ; + sh:severity sh:Violation . + +ssh:TapChanger.step-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the step." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "TapChanger.step-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 53 ; + sh:path cim:TapChanger.step ; + sh:severity sh:Violation . + +ssh:TapChangerControl + rdf:type sh:NodeShape ; + sh:property ssh:RegulatingControl.targetValueUnitMultiplier-datatype , ssh:RegulatingControl.targetValue-datatype , ssh:RegulatingControl.targetDeadband-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:RegulatingControl.minAllowedTargetValue-datatype , ssh:RegulatingControl.maxAllowedTargetValue-cardinality , ssh:RegulatingControl.enabled-cardinality , ssh:RegulatingControl.discrete-cardinality , ssh:RegulatingControl.targetDeadband-cardinality , ssh:RegulatingControl.enabled-datatype , ssh:RegulatingControl.maxAllowedTargetValue-datatype , ssh:RegulatingControl.targetValueUnitMultiplier-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:RegulatingControl.minAllowedTargetValue-cardinality , ssh:RegulatingControl.discrete-datatype , ssh:RegulatingControl.targetValue-cardinality ; + sh:targetClass cim:TapChangerControl . + +ssh:Terminal rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:ACDCTerminal.connected-datatype , ssh:ACDCTerminal.connected-cardinality ; + sh:targetClass cim:Terminal . + +ssh:ThermalGeneratingUnit + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Equipment.inService-datatype , ssh:Equipment.inService-cardinality , ssh:GeneratingUnit.normalPF-datatype , ssh:GeneratingUnit.normalPF-cardinality ; + sh:targetClass cim:ThermalGeneratingUnit . + +ssh:VoltageLimit rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:VoltageLimit.value-datatype , ssh:VoltageLimit.value-cardinality ; + sh:targetClass cim:VoltageLimit . + +ssh:VoltageLimit.value-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (value)." ; + sh:minCount 1 ; + sh:name "VoltageLimit.value-cardinality" ; + sh:order 54 ; + sh:path cim:VoltageLimit.value ; + sh:severity sh:Violation . + +ssh:VoltageLimit.value-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the value." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VoltageLimit.value-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 54 ; + sh:path cim:VoltageLimit.value ; + sh:severity sh:Violation . +ssh:VsConverter rdf:type sh:NodeShape ; + sh:property ssh:VsConverter.targetPWMfactor-cardinality , ssh:VsConverter.qShare-datatype , ssh:VsConverter.droop-datatype , ssh:ACDCConverter.targetPpcc-datatype , ssh:VsConverter.pPccControl-datatype , ssh:VsConverter.targetQpcc-datatype , ssh:VsConverter.qPccControl-cardinality , ssh:VsConverter.pPccControl-cardinality , ssh:VsConverter.droop-cardinality , ssh:VsConverter.qPccControl-datatype , ssh:ACDCConverter.p-cardinality , ssh:VsConverter.targetUpcc-datatype , ssh:VsConverter.targetPowerFactorPcc-cardinality , ssh:ACDCConverter.q-cardinality , ssh:VsConverter.targetPhasePcc-datatype , ssh:VsConverter.droopCompensation-datatype , ssh:ACDCConverter.targetUdc-datatype , ssh:VsConverter.targetUpcc-cardinality , ssh:ACDCConverter.p-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:VsConverter.targetPhasePcc-cardinality , ssh:ACDCConverter.targetPpcc-cardinality , ssh:VsConverter.qShare-cardinality , ssh:Equipment.inService-datatype , ssh:ACDCConverter.targetUdc-cardinality , ssh:IdentifiedObject.mRID-datatype , ssh:Equipment.inService-cardinality , ssh:VsConverter.droopCompensation-cardinality , ssh:VsConverter.targetPowerFactorPcc-datatype , ssh:ACDCConverter.q-datatype , ssh:VsConverter.targetQpcc-cardinality , ssh:VsConverter.targetPWMfactor-datatype ; + sh:targetClass cim:VsConverter . + +ssh:VsConverter.droop-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VsConverter.droop-cardinality" ; + sh:order 55 ; + sh:path cim:VsConverter.droop ; + sh:severity sh:Violation . + +ssh:VsConverter.droop-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the droop." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VsConverter.droop-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 55 ; + sh:path cim:VsConverter.droop ; + sh:severity sh:Violation . + +ssh:VsConverter.droopCompensation-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VsConverter.droopCompensation-cardinality" ; + sh:order 56 ; + sh:path cim:VsConverter.droopCompensation ; + sh:severity sh:Violation . + +ssh:VsConverter.droopCompensation-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the droopCompensation." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VsConverter.droopCompensation-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 56 ; + sh:path cim:VsConverter.droopCompensation ; + sh:severity sh:Violation . + +ssh:VsConverter.pPccControl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (pPccControl)." ; + sh:minCount 1 ; + sh:name "VsConverter.pPccControl-cardinality" ; + sh:order 57 ; + sh:path cim:VsConverter.pPccControl ; + sh:severity sh:Violation . + +ssh:VsConverter.pPccControl-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the pPccControl." ; + sh:group ssh:DatatypesGroup ; + sh:in ( cim:VsPpccControlKind.pPcc cim:VsPpccControlKind.udc cim:VsPpccControlKind.pPccAndUdcDroop cim:VsPpccControlKind.pPccAndUdcDroopWithCompensation cim:VsPpccControlKind.pPccAndUdcDroopPilot cim:VsPpccControlKind.phasePcc ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "VsConverter.pPccControl-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 57 ; + sh:path cim:VsConverter.pPccControl ; + sh:severity sh:Violation . + +ssh:VsConverter.qPccControl-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (qPccControl)." ; + sh:minCount 1 ; + sh:name "VsConverter.qPccControl-cardinality" ; + sh:order 58 ; + sh:path cim:VsConverter.qPccControl ; + sh:severity sh:Violation . + +ssh:VsConverter.qPccControl-datatype + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the datatype of the qPccControl." ; + sh:group ssh:DatatypesGroup ; + sh:in ( cim:VsQpccControlKind.reactivePcc cim:VsQpccControlKind.voltagePcc cim:VsQpccControlKind.powerFactorPcc cim:VsQpccControlKind.pulseWidthModulation ) ; + sh:message "The datatype is not IRI (Internationalized Resource Identifier) or it is an enumerated value which is not part of the enumeration." ; + sh:name "VsConverter.qPccControl-datatype" ; + sh:nodeKind sh:IRI ; + sh:order 58 ; + sh:path cim:VsConverter.qPccControl ; + sh:severity sh:Violation . + +ssh:VsConverter.qShare-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VsConverter.qShare-cardinality" ; + sh:order 59 ; + sh:path cim:VsConverter.qShare ; + sh:severity sh:Violation . + +ssh:VsConverter.qShare-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the qShare." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VsConverter.qShare-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 59 ; + sh:path cim:VsConverter.qShare ; + sh:severity sh:Violation . + +ssh:VsConverter.targetPWMfactor-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VsConverter.targetPWMfactor-cardinality" ; + sh:order 64 ; + sh:path cim:VsConverter.targetPWMfactor ; + sh:severity sh:Violation . + +ssh:VsConverter.targetPWMfactor-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetPWMfactor." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VsConverter.targetPWMfactor-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 64 ; + sh:path cim:VsConverter.targetPWMfactor ; + sh:severity sh:Violation . + +ssh:VsConverter.targetPhasePcc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VsConverter.targetPhasePcc-cardinality" ; + sh:order 63 ; + sh:path cim:VsConverter.targetPhasePcc ; + sh:severity sh:Violation . + +ssh:VsConverter.targetPhasePcc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetPhasePcc." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VsConverter.targetPhasePcc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 63 ; + sh:path cim:VsConverter.targetPhasePcc ; + sh:severity sh:Violation . + +ssh:VsConverter.targetPowerFactorPcc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VsConverter.targetPowerFactorPcc-cardinality" ; + sh:order 62 ; + sh:path cim:VsConverter.targetPowerFactorPcc ; + sh:severity sh:Violation . + +ssh:VsConverter.targetPowerFactorPcc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetPowerFactorPcc." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VsConverter.targetPowerFactorPcc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 62 ; + sh:path cim:VsConverter.targetPowerFactorPcc ; + sh:severity sh:Violation . + +ssh:VsConverter.targetQpcc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VsConverter.targetQpcc-cardinality" ; + sh:order 60 ; + sh:path cim:VsConverter.targetQpcc ; + sh:severity sh:Violation . + +ssh:VsConverter.targetQpcc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetQpcc." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VsConverter.targetQpcc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 60 ; + sh:path cim:VsConverter.targetQpcc ; + sh:severity sh:Violation . + +ssh:VsConverter.targetUpcc-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group ssh:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "VsConverter.targetUpcc-cardinality" ; + sh:order 61 ; + sh:path cim:VsConverter.targetUpcc ; + sh:severity sh:Violation . + +ssh:VsConverter.targetUpcc-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:float ; + sh:description "This constraint validates the datatype of the targetUpcc." ; + sh:group ssh:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "VsConverter.targetUpcc-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 61 ; + sh:path cim:VsConverter.targetUpcc ; + sh:severity sh:Violation . + +ssh:WindGeneratingUnit + rdf:type sh:NodeShape ; + sh:property ssh:IdentifiedObject.mRID-datatype , ssh:IdentifiedObject.mRID-cardinality , ssh:Equipment.inService-datatype , ssh:Equipment.inService-cardinality , ssh:GeneratingUnit.normalPF-datatype , ssh:GeneratingUnit.normalPF-cardinality ; + sh:targetClass cim:WindGeneratingUnit . + diff --git a/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Topology-AP-Con-Simple-SHACLED2a_v3-0-0.ttl b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Topology-AP-Con-Simple-SHACLED2a_v3-0-0.ttl new file mode 100644 index 0000000..d8519d1 --- /dev/null +++ b/source/CGMES/v3.0/RDFSEd2Beta/SHACL/ttl/61970-600-2_Topology-AP-Con-Simple-SHACLED2a_v3-0-0.ttl @@ -0,0 +1,381 @@ +@prefix cim: . +@prefix cims: . +@prefix dc: . +@prefix dcat: . +@prefix dct: . +@prefix eu: . +@prefix owl: . +@prefix prof: . +@prefix profcim: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix tp: . +@prefix xsd: . + +tp:ACDCConverterDCTerminal + rdf:type sh:NodeShape ; + sh:property tp:IdentifiedObject.name-cardinality , tp:IdentifiedObject.energyIdentCodeEic-cardinality , tp:IdentifiedObject.shortName-datatype , tp:DCBaseTerminal.DCTopologicalNode-cardinality , tp:IdentifiedObject.description-datatype , tp:IdentifiedObject.mRID-cardinality , tp:DCBaseTerminal.DCTopologicalNode-valueType , tp:IdentifiedObject.mRID-datatype , tp:IdentifiedObject.shortName-cardinality , tp:IdentifiedObject.name-datatype , tp:IdentifiedObject.energyIdentCodeEic-datatype , tp:IdentifiedObject.description-cardinality ; + sh:targetClass cim:ACDCConverterDCTerminal . +tp:AssociationsGroup rdf:type sh:PropertyGroup ; + rdfs:label "Associations" ; + sh:order 2 . + +tp:CardinalityGroup rdf:type sh:PropertyGroup ; + rdfs:label "Cardinality" ; + sh:order 0 . + +tp:ConnectivityNode rdf:type sh:NodeShape ; + sh:property tp:ConnectivityNode.TopologicalNode-valueType , tp:ConnectivityNode.TopologicalNode-cardinality ; + sh:targetClass cim:ConnectivityNode . + +tp:ConnectivityNode.TopologicalNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "ConnectivityNode.TopologicalNode-cardinality" ; + sh:order 5 ; + sh:path cim:ConnectivityNode.TopologicalNode ; + sh:severity sh:Violation . + +tp:ConnectivityNode.TopologicalNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TopologicalNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group tp:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TopologicalNode." ; + sh:name "ConnectivityNode.TopologicalNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path cim:ConnectivityNode.TopologicalNode ; + sh:severity sh:Violation . + +tp:DCBaseTerminal.DCTopologicalNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "DCBaseTerminal.DCTopologicalNode-cardinality" ; + sh:order 6 ; + sh:path cim:DCBaseTerminal.DCTopologicalNode ; + sh:severity sh:Violation . + +tp:DCBaseTerminal.DCTopologicalNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCTopologicalNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group tp:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCTopologicalNode." ; + sh:name "DCBaseTerminal.DCTopologicalNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path cim:DCBaseTerminal.DCTopologicalNode ; + sh:severity sh:Violation . + +tp:DCNode rdf:type sh:NodeShape ; + sh:property tp:IdentifiedObject.description-datatype , tp:IdentifiedObject.name-cardinality , tp:IdentifiedObject.energyIdentCodeEic-cardinality , tp:IdentifiedObject.name-datatype , tp:IdentifiedObject.description-cardinality , tp:IdentifiedObject.shortName-cardinality , tp:IdentifiedObject.energyIdentCodeEic-datatype , tp:IdentifiedObject.shortName-datatype , tp:IdentifiedObject.mRID-datatype , tp:DCNode.DCTopologicalNode-valueType , tp:IdentifiedObject.mRID-cardinality , tp:DCNode.DCTopologicalNode-cardinality ; + sh:targetClass cim:DCNode . + +tp:DCNode.DCTopologicalNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "DCNode.DCTopologicalNode-cardinality" ; + sh:order 7 ; + sh:path cim:DCNode.DCTopologicalNode ; + sh:severity sh:Violation . + +tp:DCNode.DCTopologicalNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCTopologicalNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group tp:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCTopologicalNode." ; + sh:name "DCNode.DCTopologicalNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path cim:DCNode.DCTopologicalNode ; + sh:severity sh:Violation . + +tp:DCTerminal rdf:type sh:NodeShape ; + sh:property tp:IdentifiedObject.shortName-cardinality , tp:IdentifiedObject.energyIdentCodeEic-datatype , tp:IdentifiedObject.name-datatype , tp:IdentifiedObject.energyIdentCodeEic-cardinality , tp:IdentifiedObject.name-cardinality , tp:DCBaseTerminal.DCTopologicalNode-cardinality , tp:IdentifiedObject.mRID-cardinality , tp:IdentifiedObject.mRID-datatype , tp:IdentifiedObject.shortName-datatype , tp:DCBaseTerminal.DCTopologicalNode-valueType , tp:IdentifiedObject.description-datatype , tp:IdentifiedObject.description-cardinality ; + sh:targetClass cim:DCTerminal . + +tp:DCTopologicalNode rdf:type sh:NodeShape ; + sh:property tp:IdentifiedObject.description-datatype , tp:IdentifiedObject.shortName-datatype , tp:IdentifiedObject.description-cardinality , tp:IdentifiedObject.name-datatype , tp:IdentifiedObject.shortName-cardinality , tp:IdentifiedObject.mRID-datatype , tp:DCTopologicalNode.DCEquipmentContainer-cardinality , tp:DCTopologicalNode.DCEquipmentContainer-valueType , tp:IdentifiedObject.mRID-cardinality , tp:IdentifiedObject.energyIdentCodeEic-datatype , tp:IdentifiedObject.name-cardinality , tp:IdentifiedObject.energyIdentCodeEic-cardinality ; + sh:targetClass cim:DCTopologicalNode . + +tp:DCTopologicalNode.DCEquipmentContainer-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "DCTopologicalNode.DCEquipmentContainer-cardinality" ; + sh:order 8 ; + sh:path cim:DCTopologicalNode.DCEquipmentContainer ; + sh:severity sh:Violation . + +tp:DCTopologicalNode.DCEquipmentContainer-valueType + rdf:type sh:PropertyShape ; + sh:class cim:DCEquipmentContainer ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group tp:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:DCEquipmentContainer." ; + sh:name "DCTopologicalNode.DCEquipmentContainer-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path cim:DCTopologicalNode.DCEquipmentContainer ; + sh:severity sh:Violation . + +tp:DatatypesGroup rdf:type sh:PropertyGroup ; + rdfs:label "Datatypes" ; + sh:order 1 . + +tp:IdentifiedObject.description-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.description-cardinality" ; + sh:order 0 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +tp:IdentifiedObject.description-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the description." ; + sh:group tp:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.description-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path cim:IdentifiedObject.description ; + sh:severity sh:Violation . + +tp:IdentifiedObject.energyIdentCodeEic-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.energyIdentCodeEic-cardinality" ; + sh:order 1 ; + sh:path eu:IdentifiedObject.energyIdentCodeEic ; + sh:severity sh:Violation . + +tp:IdentifiedObject.energyIdentCodeEic-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the energyIdentCodeEic." ; + sh:group tp:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.energyIdentCodeEic-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path eu:IdentifiedObject.energyIdentCodeEic ; + sh:severity sh:Violation . + +tp:IdentifiedObject.mRID-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required property (mRID)." ; + sh:minCount 1 ; + sh:name "IdentifiedObject.mRID-cardinality" ; + sh:order 2 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +tp:IdentifiedObject.mRID-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the mRID." ; + sh:group tp:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.mRID-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path cim:IdentifiedObject.mRID ; + sh:severity sh:Violation . + +tp:IdentifiedObject.name-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.name-cardinality" ; + sh:order 3 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +tp:IdentifiedObject.name-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the name." ; + sh:group tp:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.name-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path cim:IdentifiedObject.name ; + sh:severity sh:Violation . + +tp:IdentifiedObject.shortName-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the property (attribute)." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "IdentifiedObject.shortName-cardinality" ; + sh:order 4 ; + sh:path eu:IdentifiedObject.shortName ; + sh:severity sh:Violation . + +tp:IdentifiedObject.shortName-datatype + rdf:type sh:PropertyShape ; + sh:datatype xsd:string ; + sh:description "This constraint validates the datatype of the shortName." ; + sh:group tp:DatatypesGroup ; + sh:message "The datatype is not literal or it violates the xsd datatype." ; + sh:name "IdentifiedObject.shortName-datatype" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path eu:IdentifiedObject.shortName ; + sh:severity sh:Violation . + +tp:Ontology rdf:type owl:Ontology ; + dct:conformsTo "urn:iso:std:iec:61970-600-2:ed-1" , "file://iec61970cim17v40_iec61968cim13v13a_iec62325cim03v17a.eap" , "urn:iso:std:iec:61970-301:ed-7:amd1" , "urn:iso:std:iec:61970-501:draft:ed-2" , "urn:iso:std:iec:61970-401:draft:ed-1" ; + dct:creator "ENTSO-E CIM EG"@en ; + dct:description "The constraints for the topology profile from IEC 61970-600-2."@en ; + dct:identifier "urn:uuid:2c5559fa-12b4-445a-b92a-958c90628cee" ; + dct:issued "2021-01-27T15:27:44Z"^^xsd:dateTime ; + dct:language "en-GB" ; + dct:modified "2020-10-12"^^xsd:date ; + dct:publisher "ENTSO-E"@en ; + dct:rights "Copyright"@en ; + dct:rightsHolder "ENTSO-E"@en ; + dct:title "Topology Constraints"@en ; + owl:incompatibleWith ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "3.0.0"@en ; + dcat:keyword "TP" ; + dcat:theme "constraints"@en . + +tp:Terminal rdf:type sh:NodeShape ; + sh:property tp:IdentifiedObject.description-datatype , tp:Terminal.TopologicalNode-cardinality , tp:IdentifiedObject.energyIdentCodeEic-cardinality , tp:IdentifiedObject.shortName-cardinality , tp:Terminal.TopologicalNode-valueType , tp:IdentifiedObject.energyIdentCodeEic-datatype , tp:IdentifiedObject.mRID-cardinality , tp:IdentifiedObject.name-cardinality , tp:IdentifiedObject.shortName-datatype , tp:IdentifiedObject.mRID-datatype , tp:IdentifiedObject.name-datatype , tp:IdentifiedObject.description-cardinality ; + sh:targetClass cim:Terminal . + +tp:Terminal.TopologicalNode-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "Terminal.TopologicalNode-cardinality" ; + sh:order 9 ; + sh:path cim:Terminal.TopologicalNode ; + sh:severity sh:Violation . + +tp:Terminal.TopologicalNode-valueType + rdf:type sh:PropertyShape ; + sh:class cim:TopologicalNode ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group tp:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:TopologicalNode." ; + sh:name "Terminal.TopologicalNode-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path cim:Terminal.TopologicalNode ; + sh:severity sh:Violation . + +tp:TopologicalNode rdf:type sh:NodeShape ; + sh:property tp:TopologicalNode.ReportingGroup-cardinality , tp:TopologicalNode.ReportingGroup-valueType , tp:IdentifiedObject.shortName-cardinality , tp:IdentifiedObject.mRID-cardinality , tp:IdentifiedObject.description-cardinality , tp:IdentifiedObject.shortName-datatype , tp:TopologicalNode.BaseVoltage-cardinality , tp:IdentifiedObject.mRID-datatype , tp:TopologicalNode.ConnectivityNodeContainer-cardinality , tp:IdentifiedObject.name-datatype , tp:IdentifiedObject.energyIdentCodeEic-datatype , tp:IdentifiedObject.description-datatype , tp:IdentifiedObject.name-cardinality , tp:IdentifiedObject.energyIdentCodeEic-cardinality , tp:TopologicalNode.BaseVoltage-valueType , tp:TopologicalNode.ConnectivityNodeContainer-valueType ; + sh:targetClass cim:TopologicalNode . + +tp:TopologicalNode.BaseVoltage-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "TopologicalNode.BaseVoltage-cardinality" ; + sh:order 12 ; + sh:path cim:TopologicalNode.BaseVoltage ; + sh:severity sh:Violation . + +tp:TopologicalNode.BaseVoltage-valueType + rdf:type sh:PropertyShape ; + sh:class cim:BaseVoltage ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group tp:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:BaseVoltage." ; + sh:name "TopologicalNode.BaseVoltage-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path cim:TopologicalNode.BaseVoltage ; + sh:severity sh:Violation . + +tp:TopologicalNode.ConnectivityNodeContainer-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1 or missing required association." ; + sh:minCount 1 ; + sh:name "TopologicalNode.ConnectivityNodeContainer-cardinality" ; + sh:order 11 ; + sh:path cim:TopologicalNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +tp:TopologicalNode.ConnectivityNodeContainer-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ConnectivityNodeContainer ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group tp:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ConnectivityNodeContainer." ; + sh:name "TopologicalNode.ConnectivityNodeContainer-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path cim:TopologicalNode.ConnectivityNodeContainer ; + sh:severity sh:Violation . + +tp:TopologicalNode.ReportingGroup-cardinality + rdf:type sh:PropertyShape ; + sh:description "This constraint validates the cardinality of the association at the used direction." ; + sh:group tp:CardinalityGroup ; + sh:maxCount 1 ; + sh:message "Cardinality violation. Upper bound shall be 1." ; + sh:name "TopologicalNode.ReportingGroup-cardinality" ; + sh:order 10 ; + sh:path cim:TopologicalNode.ReportingGroup ; + sh:severity sh:Violation . + +tp:TopologicalNode.ReportingGroup-valueType + rdf:type sh:PropertyShape ; + sh:class cim:ReportingGroup ; + sh:description "This constraint validates the value type of the association at the used direction." ; + sh:group tp:AssociationGroup ; + sh:message "One of the following does not conform: 1) The value type shall be IRI; 2) The value type shall be an instance of the class: cim:ReportingGroup." ; + sh:name "TopologicalNode.ReportingGroup-valueType" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path cim:TopologicalNode.ReportingGroup ; + sh:severity sh:Violation . +